rohit330

rohit330

Member

Member since
Jan 24, 2009
Last active
Feb 10, 2019
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    4565103a-4903-4bcf-9086-4a8e3da6eeb2

    Nice post! Worth a try if you get one old PC around!! PS : I still use a 2010 Lenovo laptop BTW,...

  2. #Threads

    6d586b0f-c5a3-4283-ba85-ca29d8445d10

    Hi,There are python tools like Tesseract which are used for OCR however most of the time results are reliable when you work...

  3. #Threads

    f0fc17c9-3348-44ef-a2c1-4861cf3b1386

    Logo is cool...!!

  4. #Threads

    1fa749b1-3c0b-4e75-910e-5c2c27cd3695

    Kaustubh KatdareWe're done with teasers 😀 - you may check them out in the first post of this thread.Oh yea, i have...

  5. #Threads

    6ca68e84-a9ee-4f7a-91a0-0280f0a41947

    😕😕😏hmmm...lets see...waiting for more teasers too 😀

  6. #Threads

    b4addd5b-7b8b-4de4-b9db-15e98ee7e0ac

    Well, two years before i was at the same stage. With my final year on EEE i have tried appearing for GATE...

  7. #Threads

    c70fcf52-877b-4a66-8f85-113da7c411c0

    rohit330Am gonna try once more....😉46wpm...

  8. #Threads

    ad2dec83-851e-4724-bee3-fa496d6a17aa

    Am gonna try once more....😉

  9. #Threads

    28acad80-0d6f-4357-98c0-2543c60a5a8d

    Just attempted there...Got only 33 wpm 😔 Hats off BigK 😀

  10. #Threads

    533ba59d-5aff-4102-b0f0-cbb8511f467d

    Security Testing Cert is on roadmap for their expert level (ISTQB) You will find a lot of write ups wrt security testing..Good...

  11. #Threads

    c0ab16ea-2efe-492a-9d35-c5b50f1658ab

    You can go for ISTQB Foundation Level as well....

  12. #Threads

    8024c1d5-1896-4d28-9597-98411d65970a

    Hi All, Long back when i posted this, i had no idea that i l be joining a software firm and will...

  13. #Threads

    Ferrite Bead

    Hi all, I always wondered about the small cylindrical shaped thing in the end of laptop charging cable, mouse/keyboard cable etc...I thought...

  14. #Threads

    cbd68873-df44-4fed-8972-ebb39626b3e3

    I got mine................😀😀😀 Proud to be a CEan.....😀

  15. #Threads

    ce16eb02-81bf-402b-ba7c-48691fc6256f

    AbraKaDabra@Rohit: Yes. The red mark was put before you sent the details. Your t-shirt is already shipped.Oh...thank you @ AbraKaDabra Waiting for...

  16. #Threads

    c0643e47-f4a6-4b9f-a38d-4d2ca8435022

    AbraKaDabraT-shirts are being shipped. Don't be too late now. Hi, i've sent a mail regarding my address details...My name is marked as...

  17. #Threads

    What after B.Tech In Electrical & Electronics Engineering?

    Hi all, I've just completed B.Tech in Electrical & Electronics. I dont know what should i do nxt.. I mean, at first...

  18. #Threads

    BRAHMA 2010 : Techno-Cultural Fest

    Hi all, Brahma 2010 is a combined Technical cultural extravaganza put together by the students of Adi Shankara Institute of Engineering and...

  19. #Threads

    matlab simulation

    hi all, I am trying to simulate something in matlab. Problem: 66kv line coming to the local substation of a company. From...

  20. #Threads

    3529732c-95f4-494b-b74b-a870caecc533

    I read a tutorial to solve 6 variable manually. Considering as 4 groups.. I was in hurry to get this...6 no:s are...

  21. #Threads

    Solving 6 variable K map

    hi all, Does anyone have experience in solving 6 variable K map? I tried in a software. But, although i was able...

  22. #Threads

    7e9a505f-5de8-407c-9d4a-fd184a4ae68a

    Regarding Chinese phones, go through this page -> #-Link-Snipped-#

  23. #Threads

    8d473151-fa81-4cb5-9996-b9390d8cb190

    I'm using symantec endpoint protection. I guess it is better than avast. Along with symantec, am also using Malware antibytes... With these...

  24. #Threads

    de0146d9-c04f-46fb-a780-9c458388d49f

    Thank you for the link 😀

  25. #Threads

    779148be-4180-4387-b5c3-84124743f6d1

    Thanx @ reachrkata 😀 For microcontroller, no internal pull ups are there for port 0. And that pot is for contrast setting...

  26. #Threads

    b095ac3f-5a66-45eb-ad95-29397dedd4ad

    Thanks @ reachrkata by the way, could you just explain how those two transistors used to drive the relay... I think, interrupt...

  27. #Threads

    3155f392-1eec-4c8a-a0d3-e7e50705d166

    well, if the burning procedure has started at that time, i guess it cannot be use to burn the same data again..How...

  28. #Threads

    HELP: Automatic bell using microcontroller

    hello friends, the image below is a circuit diagram for automatic bell using mc.. Got it from college library. Can somebody explain...

  29. #Threads

    Support & Help: Energy conservation in drying of power transformers

    Hello all, i decided to do project on "Energy conservation in drying of power transformers".... As it involves only some case studies,...

  30. #Threads

    b7bfbd29-e209-48d8-915e-5de447c3788c

    Where are you from @ jijo

  31. #Threads

    f29f9203-037f-42e0-81ee-41d9e5a0b381

    Only 2 from kerala...!!

  32. #Threads

    7004cca1-47cf-4d21-aee6-21b40fb43964

    Adi Shankara Institute of Engg. & Tech, Kalady...Me just 6th sem.. And u?

  33. #Threads

    fb58cbde-9f07-476c-b555-aa3fdf197504

    /*Program to check whether the given number is even or not (C)*/ #include<stdio.h> #include<conio.h> void main() { int n; clrscr(); printf("Enter the.....

  34. #Threads

    75b009f9-d0b2-4dfd-b5e5-e20d03562608

    /*Program to check whether the given number is even or not (C++)*/ #include<iostream.h> #include<conio.h> void main() { clrscr(); int n; cout<<"Enter t...

  35. #Threads

    ff2e221b-7fc3-4335-8043-cb38886f4ed0

    //Program to accept two numbers and print the same #include<stdio.h> #include<cono.h> void main() { int a,b; // declaration clrscr(); //clear screen p...

  36. #Threads

    a86228f2-6d50-429b-8a17-3e25a9797a57

    //Program to accept two numbers and print the same #include<iostream.h> #include<conio.h> void main() { clrscr(); // clear screen int a,b; // declarat...

  37. #Threads

    26702994-4c87-4772-9a03-14676fbce79c

    Yep, the same district..., i mean EKM... Which college...CUSAT/SELF FINANCE/GOVT.?

  38. #Threads

    5242bc45-7dca-47bc-a023-ca096177612d

    I've heard about kind of idea..But its not BT. Instead an Ir sensor is connected to the fan/light, provided the mobile phone...

  39. #Threads

    2bf4789c-a682-44d1-939e-1eb2994412d9

    I think, instead of speech to text conversion use a microphone and then feeding to an error detector (which compares between the...

  40. #Threads

    b66cd2ed-dfde-4fc8-9a82-9e94eecc88d4

    Now the thread can be closed....

  41. #Threads

    444422c1-1cc4-4172-9729-e5c2c0d11c4e

    Sorry for the delay @ shalini_goel14 [u]Here comes the first assignment[/u] public class sample { public static void main(String args[]) {...

  42. #Threads

    11633288-4ede-4a08-8cba-d8bef963941b

    Yes...am from kerala..Well where are you from JIJO?