rohit330
Member
- Member since
- Jan 24, 2009
- Last active
- Feb 10, 2019
- Total activities
- 0
Activity feed
Recent contributions
-
#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,...
-
#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...
-
#Threads
f0fc17c9-3348-44ef-a2c1-4861cf3b1386
Logo is cool...!!
-
#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...
-
#Threads
6ca68e84-a9ee-4f7a-91a0-0280f0a41947
๐๐๐hmmm...lets see...waiting for more teasers too ๐
-
#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...
-
#Threads
c70fcf52-877b-4a66-8f85-113da7c411c0
rohit330Am gonna try once more....๐46wpm...
-
#Threads
ad2dec83-851e-4724-bee3-fa496d6a17aa
Am gonna try once more....๐
-
#Threads
28acad80-0d6f-4357-98c0-2543c60a5a8d
Just attempted there...Got only 33 wpm ๐ Hats off BigK ๐
-
#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...
-
#Threads
c0ab16ea-2efe-492a-9d35-c5b50f1658ab
You can go for ISTQB Foundation Level as well....
-
#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...
-
#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...
-
#Threads
cbd68873-df44-4fed-8972-ebb39626b3e3
I got mine................๐๐๐ Proud to be a CEan.....๐
-
#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...
-
#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...
-
#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...
-
#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...
-
#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...
-
#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...
-
#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...
-
#Threads
7e9a505f-5de8-407c-9d4a-fd184a4ae68a
Regarding Chinese phones, go through this page -> #-Link-Snipped-#
-
#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...
-
#Threads
de0146d9-c04f-46fb-a780-9c458388d49f
Thank you for the link ๐
-
#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...
-
#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...
-
#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...
-
#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...
-
#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,...
-
#Threads
b7bfbd29-e209-48d8-915e-5de447c3788c
Where are you from @ jijo
-
#Threads
f29f9203-037f-42e0-81ee-41d9e5a0b381
Only 2 from kerala...!!
-
#Threads
7004cca1-47cf-4d21-aee6-21b40fb43964
Adi Shankara Institute of Engg. & Tech, Kalady...Me just 6th sem.. And u?
-
#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.....
-
#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...
-
#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...
-
#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...
-
#Threads
26702994-4c87-4772-9a03-14676fbce79c
Yep, the same district..., i mean EKM... Which college...CUSAT/SELF FINANCE/GOVT.?
-
#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...
-
#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...
-
#Threads
b66cd2ed-dfde-4fc8-9a82-9e94eecc88d4
Now the thread can be closed....
-
#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[]) {...
-
#Threads
11633288-4ede-4a08-8cba-d8bef963941b
Yes...am from kerala..Well where are you from JIJO?
-
#Threads
f4ece2b3-120d-45d9-bfce-1746f613730f
[B][U]Solution[/U][/B] [B]#include<stdio.h> #include<string.h> #include<ctype.h> int testHit(char,char); int main() { clrscr(); //TestCase 1 { ch...
-
#Threads
f7ce3fdc-91bf-4e78-8757-0c058ee9f68b
yeah...So, bro; where to login and check the mail...here itself?
-
#Threads
58884ebb-242d-42b8-bd6d-42447b706260
Take your own time bro...awaiting for my #-Link-Snipped-#
-
#Threads
b02806c6-c813-46bf-935a-e50a29c979bb
Name: ROHIT Engineering Trade: ELECTICAL AND ELECTRONICS Location: INDIA Occupation: Student, 6th semester Work Experience: NA Hobbies & Interest...
-
#Threads
59795ac1-b22c-4c3a-a2ea-3ddc2b26b704
yeah..good idea.. so can i start off...?
-
#Threads
275950a2-406d-4806-99d3-550ad80b95f2
Metadata provides context for data. Metadata for a photograph would typically include the date and time at which it was taken and...
-
#Threads
7b3047a2-e20e-4c8d-a994-fc4790806405
engineer_vinayI hv tried it but its not working.well, which one you tried. The ERD commander will work for sure. 100% guarantee.
-
#Threads
a6e0e4d2-d3dc-4d50-932c-3a58d2c5ed7d
I am from India.
-
#Threads
71f73d62-6d83-45b1-acd9-a6d0b3d249e0
Cool.... So what about mine...? Here my 'aye' comes
-
#Threads
8b3edf02-44e3-4e2d-8a4c-a92bbfc9c4b9
This will be worthier anyway...Am also with what English-Scared said. A new thread.
-
#Threads
Hello
Hi friends, I am Rohit. Doing Engineering in Electrical and Electronics. Hope, i too become the one among CEans soon... //Regards//
-
#Threads
ecfa34a4-8486-4b17-8784-484a693231e1
rama_krish627Hi friend. I tried this but it is not working. If the system is not able to open without password then how...
-
#Threads
c610f946-2fa8-410f-aa7c-8c623d1e51cc
oops.. i dont know java!
-
#Threads
253bee92-744d-493b-bb72-f177a065db17
yeah..everything fine
-
#Threads
5422ec61-0757-4da3-9bba-665a65e767d3
Which password you meant about? If its windows, you can use Erd commander Key features: ยท Boots dead systems directly from CD...
-
#Threads
Obtaining constant voltage from a spike?
hi friends, Is there anyway to obtain a constant vtg from a spike... ie, using an ir sensor we are detecting the...
-
#Threads
8c6b3b0d-67c2-4310-8138-3c2e9a886cb6
guys...one more doubt... is there anyway to obtain a constant vtg from a spike... ie, using an ir sensor we are detecting...
-
#Threads
c9b837ed-00e9-4118-8b92-2086076f6f18
Thank you guyz......๐ let me go through this RFID concept....