Spotlight on UGC-NET Exam since 1989-90, successfully switched to Computer Based Test (CBT) in 2018 In 2024, ‘baffling’ shift to paper-pen mode again lands it in leak fiasco @ETPolitics https://lnkd.in/dmHHixxy
Anubhuti Vishnoi’s Post
More Relevant Posts
-
I don't know why but user authentication back-end is just pure art when you use CBV instead of FBV! I've truly enjoyed developing this section. p.s: The boring part is message handling in the Template. 😩
To view or add a comment, sign in
-
📢 Calling for Action: Ensuring Fairness in Exams through Mobile Jammer Installation Recent incidents of SEE exam questions being shared digitally during exams are concerning. To uphold the integrity of the examination process, we should learn a lesson from these incidents. We should plan for the installation of mobile jammers in all upcoming exam centers for future examinations. 🔒 **Preventing Unauthorized Communication**: Mobile jammers block signals, preventing candidates from using phones to share exam questions or seek external help. 🛡️ **Enhanced Exam Security**: With mobile jammers, we maintain a controlled environment, minimizing cheating risk and ensuring exam material confidentiality. ⚖️ **Promoting Fairness and Integrity**: By eliminating unfair practices, we uphold exam integrity and fairness for all candidates. It's time for action! Let's ensure our exams are conducted with integrity and fairness. #ExamIntegrity #FairExams #EducationReform #sumanashrestha #nepal #KantipurNews
To view or add a comment, sign in
-
It's time to vote. #wlpc https://lnkd.in/eyQpmzcF And if you like the idea of learning how to use your own mobile device to perform a professional level #wifi validation that'll blow your customers away, then check out the @noversightapp courses i've submitted.
To view or add a comment, sign in
-
More exctiting news on the DECT NR+ roadmap!
For all interested in DECT NR+, we are excited to share that we have introduced the DECT NR+ PHY API as experimental in the recent release of nRF Connect SDK v2.7.0. This allows you to start interacting with the NR+ PHY modem firmware running on an nRF9161, nRF9161, or nRF9131 SiP. In addition, a sample DECT NR+ hello has been added to the SDK, so you, as a developer, can easily test the solution out of the box. Heidi Sollie has written a DevZone blog explaining our current NR+ offering and how to get started with the DECT NR+ PHY API and the associated sample: https://hubs.li/Q02DwYb90 #DECT #nRFConnect #DevZone DECT Forum
To view or add a comment, sign in
-
CTF Lab: Bandit from overthewire.org overthewire .org/wargames/bandit/bandit0 .html LEVEL 0 per the instructions, we need to use ssh to access the lab. hostname = bandit .labs .overthewire .org username = bandit0 password = bandit0 port = 2220 the way we use the ssh on a terminal is: ssh username@hostname -p "port number" now the "-p" sign indicates the option of port. because we need to access the host through port 2220, hence we use the -p sign. now we type in: ssh bandit0@bandit .labs .overthewire .org -p 2220 type enter. then we need to enter the password which is bandit0 et voila! we are now inside the lab level 0 and we can continue to the next level :)
To view or add a comment, sign in
-
Day 2 of the GFG 160 Challenge Hello All, Today i have solved a problem in geekforgeeks for gfg 160 days challenge Day 2 Finding whether the given two strings are anagram or not #gfg160 #GeekforGeeks #ProblemSolving #160daysofcoding
To view or add a comment, sign in
-
Day 10 of the GFG 160 Challenge Hello All, Today i have solved a problem in geekforgeeks for gfg 160 days challenge Day 10: Overlapping Intervals #gfg160 #GeekforGeeks #ProblemSolving #160daysofcoding
To view or add a comment, sign in
-
Day 3 of the GFG 160 Challenge 🎯 Problem: Reverse an Array 🔄 Test Cases Passed: ✅ 1115/1115 Time Taken: ⏱️ 0.08 seconds Approach: ⚡ Optimized two-pointer method for in-place reversal 🛠️ Pumped to keep pushing through my #gfg160 journey and level up my problem-solving skills! 💻🔥🚀 #GeeksforGeeks #GeekStreak2024 #CompetitiveProgramming #CodingJourney #CodeEveryday 💡👨💻
To view or add a comment, sign in
-
Day 2 of the GFG 160 Challenge Hello All, Today i have solved a problem in geekforgeeks for gfg 160 days challenge Day 2:Finding whether the given two strings are anagram or not #gfg160 #GeekforGeeks #ProblemSolving #160daysofcoding
To view or add a comment, sign in
-
"What is the easiest and most organized way to create a folder using the Mac Terminal?" Here My example : Orod-iMac Orod$ for num in 'seq -f"%02g" 1 5'; do for label in EXPORTS VIDEO PROJECTS OUTLINES ASSETS; do mkdir -p SECTION_$num/$label; done; done; #MacTerminal #CommandLine #MacTips #TerminalCommands #FolderOrganization #TechTips #MacOS #ProductivityHacks #TechSavvy #CodingLife #TerminalForBeginners #OrganizeYourLife #MacUser #FileManagement
To view or add a comment, sign in