Dhaval Kaneria's Handy Stuff
Spread Knowledge..Keep Learning....Spread Smile...;)
Friday, 19 February 2016
Socket programming in C using Threads
›
/* C socket server example, handles multiple clients using threads Compile gcc server.c -lpthread -o server */ # inclu...
Wednesday, 17 February 2016
ChatBox using socket programming in c
›
SERVER CODE Save It With server.c /* * Usage : ./server <SERVER IP ID> <PORT NU.> * Use port number betwee...
download Programming Embedded Systems: With C and GNU Development Tools, 2nd Edition pdf
›
If you have programming experience and a familiarity with C--the dominant language in embedded systems-- Programming Embedded Systems , Se...
Embedded Systems Building Blocks 2nd Edition pdf
›
Press Download Button -----> Download Now
Friday, 11 December 2015
Recover your lost file after Notepad ++ crash or Notepad++ not working.
›
What if your notepad++ crash while you are updating your file or doing something on notepad++ and suddenly you got error message and after...
4 comments:
Wednesday, 9 December 2015
Useful Keyboard shortcut for Eclipse
›
Eclipse Shortcuts F3 Jumps to include file or variable declaration/definition. Alt+← / Alt+ → ...
Wednesday, 28 October 2015
How to add a drop-down list to an Excel cell
›
In Access, you can limit user entries by forcing users to choose a value from a list control. Office applications use the same functionali...
‹
›
Home
View web version