Badge
| Notable Question | Asked a question with 2,500 views. This badge can be awarded multiple times. |
Vijay earned this badge 45 times |
may 7 at 14:29
Tool Compare the tables in two different databeses
apr 18 at 9:47
Compares lines in two files
apr 13 at 22:02
Telnet inside a shell script
apr 4 at 10:31
What is the difference between read and pread in unix?
apr 1 at 16:16
find and replace in multiple files on command line
mar 20 at 21:10
How to replace new lines with tab characters
mar 12 at 17:32
Where is the C auto keyword used?
mar 6 at 9:41
grep a pattern in list of zip files recursively
jan 15 at 9:46
Why are threads called as light weight processes
jan 6 at 7:20
Trigger errors ORA-04092 ORA-04088
dec 13 at 15:53
operator overloading(friend and member function)
dec 12 at 4:37
binary tree -print the elements according to the level
dec 3 at 20:32
add seconds to a date
nov 11 at 10:21
What does an object file contain
nov 10 at 17:41
dynamic_cast in c++
nov 7 at 9:40
Polymorphism in c++
nov 5 at 11:15
Static constructor in c++
oct 30 at 18:35
How do I rename a file?
sep 27 at 21:22
shell scripting arithmetic operations
sep 26 at 9:02
Joining two consecutive lines awk sed
sep 6 at 1:10
Freeing memory twice
aug 27 at 19:08
_REENTRANT Flag in pthreads
aug 15 at 4:24
Interview question about virtual functions in C++
jul 20 at 15:09
Force index use in Oracle
jun 22 '12 at 11:38
Oracle trigger failed -ORA-04098
jun 15 '12 at 0:41
Comparing strings for equality in ksh
jun 7 '12 at 12:55
Does free(ptr) where ptr is NULL corrupt memory?
may 18 '12 at 8:40
Does the size of an int depend on the compiler and/or processor?
apr 30 '12 at 13:47
SQL*Plus inside Perl script
feb 23 '12 at 7:33
What is size_t in C?
feb 16 '12 at 20:13
How do I join two lines in vi?
feb 10 '12 at 13:02
gdb searching for source directories
jan 22 '12 at 5:36
what is the difference between linking and loading in c language
jan 12 '12 at 14:10
Commenting out a set of lines in a shell script
dec 13 '11 at 9:37
How can I delete duplicate lines in a file in Unix?
nov 18 '11 at 15:47
start gdb using a pid
nov 16 '11 at 13:57
replace a string in shell script
sep 16 '11 at 16:23
activate RTTI in c++
apr 9 '11 at 21:05
List of standard header files in C and C++
mar 27 '11 at 16:48
Most tricky/useful commands for gdb debugger [closed]
dec 21 '10 at 2:39
“static const” vs “#define” in C