es
Feedback
Computer Science And Engineering

Computer Science And Engineering

Ir al canal en Telegram

Welcome to India's Most Productive Tech Community.Your perks of joining this channel are: 🎭 Hacking ,Programming &Job Stuff(only for Educational purpose) 👨‍💻 Learning Roadmaps Subscribe To insta Channel👇 Www.instagram.com/technical_stars

Mostrar más
1 735
Suscriptores
Sin datos24 horas
-297 días
-5730 días
Archivo de publicaciones
Build 10 Voice AI Agents in 10 Days and get a cool hoodie! Its completely FREE and all college students and working professionals eligible. What will you get? - Learn to build AI Agents from scratch. - ⁠Get a cool winter hoodie. - ⁠Certificate for all of you by CEO - ⁠Murf Credits. Link: https://luma.com/9j9pzkte?utm_source=arsh

Python script that uses the turtle graphics library to draw a heart shape. When you run this code, it will produce a visual output — a colorful, animated heart pattern on a black background. 🚀CODE:👇 python import math from turtle import * def heart_a(n): return 15 * math.sin(n) ** 3 def heart_b(n): return 12 * math.cos(n) - 5 *\ math.cos(2*n) - 2 *\ math.cos(3*n) - \ math.cos(4*n) speed(10) bgcolor("black") for i in range(700): goto(heart_a(i)*15, heart_b(i)*15) for j in range(1): color('#f73487') hideturtle() done()

🚀 KodNest Dream Factory 2024 is Now Live! 🎉 Exciting news, everyone! Registration for Dream Factory 2024 is open, and your path to tech mastery begins now. Dive into a world of learning, innovation, and opportunities. 👩‍💻👨‍💻 Start your learning journey today: [Website Link: https://learn.kodnest.com] Discover How to Land Your Dream Job: Watch Now - https://youtu.be/hZYqnLwOYbc 🎥 For a step-by-step guide on registration and a walkthrough of the platform, check out our video tutorials: How to create an account: [video link: https://youtu.be/qbnR_eo0f5A] How to enroll for a course: [video link: https://youtu.be/R0KhxGsfUpo] Let's make your tech dreams a reality. Your future starts here! 🌟

🚨 GitHub fixes high-severity bug (CVE-2024-0200) that could've exposed your credentials in production containers. Your keys have been rotated — Import new ones for commit signing, Actions, Codespaces, or Dependabot. Details here: https://thehackernews.com/2024/01/github-rotates-keys-after-high-severity.html

The University Grants Commission (UGC) has issued a warning, cautioning students against pursuing Master of Philosophy (MPhil) programmes from universities. This alert follows the cancellation of the MPhil course by the UGC, despite which some universities persist in offering it. The UGC had earlier declared the MPhil degree illegitimate, instructing higher educational institutions not to offer MPhil programmes. Furthermore, universities were directed to halt admissions to the MPhil programme for the academic year 2023-24. In an official notification, the UGC stated, "It has come to the notice of the UGC that a few universities are inviting fresh applications for MPhil (Master of Philosophy) programme. In this regard, it is to bring to the notice that the MPhil degree is not a recognised degree."

The University Grants Commission (UGC) has issued a warning, cautioning students against pursuing Master of Philosophy (MPhil) programmes from universities. This alert follows the cancellation of the MPhil course by the UGC, despite which some universities persist in offering it. The UGC had earlier declared the MPhil degree illegitimate, instructing higher educational institutions not to offer MPhil programmes. Furthermore, universities were directed to halt admissions to the MPhil programme for the academic year 2023-24. In an official notification, the UGC stated, "It has come to the notice of the UGC that a few universities are inviting fresh applications for MPhil (Master of Philosophy) programme. In this regard, it is to bring to the notice that the MPhil degree is not a recognised degree."