Recent posts in Others

61
We have a blog for which PSU’s going to recruit through GATE-19, and their links

I didn’t find such a blog, please can anyone make a clear blog ?

( if any post already exist, i will close this )

 

I found on HOME page of GO, other than that
Shaik Masthan posted in Others Jan 18, 2019
5,474 views
62

Today solving, some of Network Security questions, I came across few complex/ exponential calculations, which forced me to use calculator. Till now, I was using in-bulit OS calculator. But, since GATE is just on 20 days, I thought it’s best time to get used to with GATE virtual calculator. I found exact calc on official Mock test at GATE 2019 website. But, each time switching to new tab, accessing that mock and all those steps….that was quite annoying. So, I thought it would be useful if I could port same calc on each GO question page. It took me around ~2Hrs of coding and I finally made Chrome extension for it. Here’s how it looks:

There’s a ’Show Calc’ button at very top left, just before GO logo.

And after clicking on ’Show Calc’ button:

 

Due to time constraint, I build very basic extension, just focusing on functionality rather styling and testing for all screen size. To avoid overlapping, I made calculator draggable.

I’ve uploaded code to same ‘Chrome extension for PiP mode for questions’ github repo. 

Steps to install Chrome extension:

  1. Go to https://github.com/PiratedVirus/PiP-mode-for-GO-questions
  2. Click on clone/download zip.
  3. Unzip the folder.
  4. Head over to ‘chrome://extensions’ or open extensions page from menu bar and enable developer mode.
  5. Drag and drop unzip folder.
  6. Enjoy :)

If you find any bug, feel free to pull request over github repo.

Hope this helps! :)

PiratedVirus posted in Others Jan 13, 2019
3,088 views
63
GATE Overflow — be the community, Facebook group or this website, its amazing to see how collaborative learning can be such overwhelming.

I have following ideas for this platform, just my personal opinion. From being software development domain its our task to see existing solution in such way that it can be improved and implement new feature / module found to be helpful in one way or other!

1. Talk to speech module for questioning, answering and comments. If its not latex-friendly answer we would have TTS plugin which would type as you say – saving precious type for writing.

2. Firefox/Chrome plugin, when you visit any website, go through any publication and you wish to share with masses or wish to keep a private list or may be ask/have query regarding the content, with one click you can push that everything to this platform.

3. Mobile app / Lite mobile site with in-app pushes. (If there exists such app, sorry I am un ware of it)

4. ML engine which would give you latest questions / generate question papers on fly (see the wilderness of my thoughts!)

5. Implementation of Night Mode and brain musics / waves to ease my learning.

6. Flash cards! For challenge I wish to generate them on fly — I will give standard text and expect flash cards, lots of flash cards!

7. Tracking of GO Books. PDF on-click to handle this!

Bonus,
More intuitive or simpler UI for platform and adding sans-serif font option in editor with a nice favicon for site with list of must-have open source tools.

This is just wilder list, do add or comments what features would make this platform more amazing.

let’s learn — let’s learn together!

(PS: If this blog is inappropriate let me know I will remove)
Utkarsh Kumar Raut posted in Others Jan 12, 2019
1,805 views
64
Friends Today I cleared jrf dec 2018 subject code 087 computer science and application

Also plz tell me the procedure  if I want to do phd  . I lived in West up

I have done mca . आगे क्या करना मुझे कोई जानकारी नही है। कैसे apply करना है । plz दोस्तो मेरा मार्गदंशन करे web से कोई सटीक जानकारी नही मिली

धन्यवाद
rohit vishkarma posted in Others Jan 6, 2019 edited Jan 6, 2019 by rohit vishkarma
1,560 views
65
As you all know that GATE exam centre for many students is very far from where they stay.

To reach exam centre, we need to leave for the centre Atleast 2-3 hrs before exam starts. and Exam duration is of 3 hrs. Because we are leaving 3 hrs before exam, we may get hungry or loose focus.

I’d like our Previous GATE Toppers to share their View on this topic and give their Valuable Suggestion.

As those 3 hrs are very important, Exam Prep is Important but We also need to take care of our brain and it’s needs. Our Brain should be provided with enough energy to function properly.

Many guys have advised to drink redbull etc but i think it’ll have negative impacts as it contains sugar and it may backfire.
Aakash_ posted in Others Jan 5, 2019
by Aakash_
1,190 views
66

While searching for questions on GO website, I found that the website is lacking a couple of important and useful functionalities.

  • Search capability based on multiple tags. Currently, the website supports search based on a single tag only.
  • Keyword and timestamp-based filtering and sorting of search results.

I don’t know how is the website currently managed. But, if the moderators need some help in the implementation of these functionalities, I can volunteer, after the GATE 2019 examination, of course.

zeeshanmohnavi posted in Others Jan 1, 2019
855 views
67

Few hours earlier I posted manual way to create PiP mode for question. I found it pretty annoying to open console each time to go for PIP mode, so I came up with a chrome extension, which automatically loads question in PIP mode. No need to open console for each question and paste the code.

Chrome stores charges fee for uploading extension, so I uploaded it to Github.

Steps to install Chrome extension:

  1. Go to https://github.com/PiratedVirus/PiP-mode-for-GO-questions
  2. Click on clone/download zip.
  3. Unzip the folder.
  4. Head over to ‘chrome://extensions’ or open extensions page from menu bar and enable developer mode.
  5. Drag and drop unzip folder.
  6. Enjoy :)

If you find any bug, feel free to pull request over github repo.

Hope this helps! :)

 

PS : Updated version : https://github.com/csemasthan/PIPMODE_GO_QUESTIONS.git

PiratedVirus posted in Others Jan 1, 2019 edited Mar 9, 2022 by Shaik Masthan
1,652 views
68

While reading long discussions on many GO questions, many times I’ve to scroll way up to see exact question, or few minor details! I found scrolling up, while leaving discussion, a bit disturbing as it looses the flow of reading. So, I tried to implement YouTube like PIP mode for questions, where question is fixed at one corner. 

I found it useful and convenient than before, so thought it’s better to share!

Steps:

  1. Open console in browser (Right click anywhere and then select ‘Inspect’, a window will open, select ‘Console’ tab there )
  2. Copy and paste following code:

$('.qa-q-view-content').css({'position': 'fixed', 'z-index': '9999', 'top': '2px', 'width': '30%', 'height': '50%', 'right': '2px', 'border': '2px solid black', 'border-radius': '5px'});

 

Here’s how it looks:

 

 

 

PiratedVirus posted in Others Jan 1, 2019
807 views
69

Plzz everyone dont add screenshots as questions .. It is difficult to read most of the times .. we have to zoom in zoom out many times due to screenshot ...And if someone is reading in mobile how he/she  supposed to read that ..  If there is diagram in Question then fine i am getting it But not for every question ....plzz ( JUST DO CTRL +C AND CTRL+ V IT WILL ALSO SAVE YOUR TIME ).

Its humble request 

Deepanshu posted in Others Nov 19, 2018
1,735 views
70
Ode of Gratitude

Bringing learning under one roof

Of theorems and mathematical proofs

Born on this auspicious day

To you Sir Ode of Gratitude we pay

The contribution is beyond measure

We gain insight into the vast treasure

Birthdays are a special reminder

Blessed to have such  a path finder

May God shower his Blessings

Life found a direction missing

For time should stand still

Men of immense knowledge voids fill

Strength renewed,hopes revived

True learning in form of GO arrived

 

Once again wishing a Happiest Birthday from all Learners to Sir Arjun.
Devshree Dubey posted in Others Nov 6, 2018
2,046 views
71
@Arjun sir, How can I access the read questions? Will I have to bookmark them all? At the time of revision it helps a lot to go through the read questions. Please help. Can u provide an extension for that pupose?
nephron posted in Others Sep 25, 2018
by nephron
522 views
72
I don't know whether I am the only one facing this issue.. The new notification thingy is not working from my mobile phone. When I press the N button no list appears but the color turns from yellow to grey as if they have been shown.  ☹

I often visit this site from mobile and I am sure many do..I hope this message gets delivered to the concerned people who can actually do something about it.

Thank you ☺
MiNiPanda posted in Others Aug 24, 2018 edited Aug 24, 2018 by MiNiPanda
811 views
73

IS THERE ANY ONE WHO CAN PROVIDE ME PREVIOUS YEAR KVS PGT CS PAPER FOR UPCOMING PGT CS PAPER.

 

rohit vishkarma posted in Others Aug 24, 2018
931 views
74
Hello Everyone ... when i am trying to  solve a question ... trying to break that question deeply ... i am feeling like my brain is going heavy ... is gonna blast ... anyone is facing this kind of physical issue ?? if yes , plz advice me ... i am not able to focus on any question due to this issue ...
None ... posted in Others Aug 19, 2018
1,351 views
75

Severe flooding affected Kerala state in India due to unusually high rainfall during the monsoon season. In almost a century, the worst floods in Kerala, more than 330 people have died, while at least 661,000 have been displaced and all 14 districts have been placed on high alert.

Here's how you can help those affected by the unprecedented floods in Kerala. You can make donations online to Chief Minister's Distress Relief Fund through the site https://donation.cmdrf.kerala.gov.in/ or Prime Minister's National Relief Fund site https://www.pmnrf.gov.in/aboutpmnrf.php. Do try to send even something small.

 

Share Kerala Flood Resources - Updated Live https://www.google.com/maps/d/u/0/viewer?mid=19pdXYBAk8RyaMjazX7mjJIJ9EqAyoRs5&shorturl=1&ll=10.131576801923254%2C76.09216694682618&z=7

Digvijay Pandey posted in Others Aug 18, 2018
886 views
76

Discover the world of APL in the APL Problem Solving Competition and compete for $6,500 in prizes and an invitation to the annual Dyalog user meeting in Northern Ireland, UK, from 28 October – 1 November, 2018.

Please consider visiting the link mentioned below for more information:-

http://www.dyalogaplcompetition.com/

Devshree Dubey posted in Others Jul 11, 2018
1,153 views
77
Dear Seniors,

I am in Complete Dilemma and need your Valuable Suggestions.

**Need Clear Picture of MS Computer Science TA programme @IIT *

I had an interest in CS but I don’t Know What exactly happens in the MS Programme.
I don’t want to jump blindly into it as I talked with my Faculty and some seniors but they don’t have clear picture regarding this but I have concluded something please Verify It.

From the Day 1

*Research oriented-> It means One professor I have to Select (Prof.Selection Will be Based on the Interest in the ongoing Project
1.Q- How Would I come to know which project is going on?
A-From the Institute Website
2.Q-How would I know my Interest because Projects Looks complex, tedious because they won’t put everything on the institute web?
A- ----

*As Per Professor recommendation I have to take some Course which will be useful for the completion of my Project and some are mandatory.

*Duration May go up to 4 years
1.Q-Why ?

*After some day Class will Start
1.Q-What I am Supposed to do entire day ?
A——
2.Q-How much time I will get for Competitive Coding?
A——
3.What I have to show at the end of the day?
A—
4.Why I will get Stipend?
A—
5.If prof.is not good then?
A—

*Free from Attendance that would be bigger  advantage  so that I can focus on my projects.
**What kind of exam I have to face?
**If I won’t Complete the Assignment then whether they will stop my stipend?
**Does IIT do any kind of Partiality between M.tech and MS candidate during Campus Placement?

**********************************************************************************************************************
I have distinct short clips Please Combine it from Day 1 to last day.
************************************************************************************************************************

 you can comment what i have mistaken about MS Programme @IIT.

Sharing Views Would be highly Appreciated specially from @Arjun Sir,@Bikram Sir and many Scholars of GO Family.

Thanks
Mr.OOPs posted in Others Jul 8, 2018
by Mr.OOPs
669 views
78
actually I want to know that how much study material is enough to get good rank say <100 ......currently I have madeeasy notes nd workbook nd previous year book so I want to know from good rankers and experience holder that along with these all reading chapters from standard book is must or say only example and their exercise is enough to practice more???
eyeamgj posted in Others Jul 6, 2018
by eyeamgj
883 views
80
How is MSc in cse at CMI, really confused seniors please help..
sankalp sinha posted in Others Jun 5, 2018 edited Jun 5, 2018 by sankalp sinha
686 views