Ambidexterious
Monday, September 24, 2012
some important commands
find . -name CVS -print | xargs rm -rf
It will delete the CVS directory form the current diroctory.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Qualcomm Short Term
113 is the SL. 1st Target by mid July.
Bluedroid Stack
Directory Structure of Bluedroid in Android: BLuedroid Folder Structure description: a) audio_a2dp_hw/ --> A set of audio int...
Making the SPEC file in the linux
# This is a spec file for starlight audio module %define name rpmdemo %define buildroot %{_topdir}/%{name}-0.1 %define buildarch n...
MEMSET function and MEMCPY function and FLUSH function
MEMSET - It fill the memory with a constant byte #include <string.h> void *memset (void *s , int c , size_t n); The memset () functio...
Total Pageviews