sysibte.blogspot.com
IMHO: January 2012
http://sysibte.blogspot.com/2012_01_01_archive.html
In my humble opinion . Friday, January 13, 2012. Repeatedly run a command on Linux. The watch utility can be used to continuously run a command on Linux. For example in order to continuously monitor system memory via. The following command can be used:. Subscribe to: Posts (Atom). View my complete profile. Function overloading in C. Repeatedly run a command on Linux. Isometric AnimatedVectorDrawable – Part 4. The Power Of “Early Access”. Ghulam m. Babar's Blog. Process Layout in a memory.
sysibte.blogspot.com
IMHO: Determine ringer mode on Android
http://sysibte.blogspot.com/2011/08/determine-ringer-mode-on-android.html
In my humble opinion . Friday, August 12, 2011. Determine ringer mode on Android. The following code would let you determine if Android the device is on silent or vibrate. AudioManager am = (AudioManager)getSystemService(Context.AUDIO SERVICE);. Case AudioManager.RINGER MODE SILENT:. Case AudioManager.RINGER MODE VIBRATE:. Subscribe to: Post Comments (Atom). View my complete profile. Function overloading in C. Azan 3.4 Released. Determine ringer mode on Android. The Power Of “Early Access”.
sysibte.blogspot.com
IMHO: December 2010
http://sysibte.blogspot.com/2010_12_01_archive.html
In my humble opinion . Tuesday, December 21, 2010. Removing leading and trailing whitespace in C. If you have the boost library installed, its simply a one liner. Std: string line = " hello world ";. Boost: algorithm: trim(line);. Subscribe to: Posts (Atom). View my complete profile. Function overloading in C. Removing leading and trailing whitespace in C. Isometric AnimatedVectorDrawable – Part 4. The Power Of “Early Access”. Ghulam m. Babar's Blog. Process Layout in a memory.
sysibte.blogspot.com
IMHO: September 2010
http://sysibte.blogspot.com/2010_09_01_archive.html
In my humble opinion . Wednesday, September 29, 2010. Just published my first Android application called: Azan. This application takes your address as input, determines your location information(latitude, longitude and timezone), look up the prayer times associated with the location and then plays Azan whenever it is due. The app supports various calculation methods and both Shia and Sunni recitations. Sarah Jamal for helping in the UI design and testing. Subscribe to: Posts (Atom).
sysibte.blogspot.com
IMHO: April 2010
http://sysibte.blogspot.com/2010_04_01_archive.html
In my humble opinion . Thursday, April 8, 2010. Change lower case letters to upper case in bash. This can be done using the tr command. Echo "change my case" tr '[a-z]' '[A-Z]'. Subscribe to: Posts (Atom). View my complete profile. Function overloading in C. Change lower case letters to upper case in bash. Isometric AnimatedVectorDrawable – Part 4. The Power Of “Early Access”. Getting Started with Android using Android Studio in Preparation for a Zombie Apocalypse. Ghulam m. Babar's Blog.
sysibte.blogspot.com
IMHO: List all references to a table in Oracle
http://sysibte.blogspot.com/2014/09/list-all-references-to-table-in-oracle.html
In my humble opinion . Monday, September 29, 2014. List all references to a table in Oracle. Got this query from this blog: http:/ www.dba-oracle.com/t find all references to oracle table.htm. Select * from all constraints. Where r constraint name in. Select constraint name from all constraints. Where table name='TABLE NAME');. Subscribe to: Post Comments (Atom). View my complete profile. Function overloading in C. List all references to a table in Oracle. Isometric AnimatedVectorDrawable – Part 4.
sysibte.blogspot.com
IMHO: August 2011
http://sysibte.blogspot.com/2011_08_01_archive.html
In my humble opinion . Sunday, August 21, 2011. Azan 3.4 Released. The latest version of Android based Azan application has been released. It now has more than 30000(and still counting) total downloads and an average rating of more than 4 stars (out of 5). And It is being used by people from all over the world. Friday, August 19, 2011. The following invocation of sscanf extracts from str everything uptill the first '*' and puts it in res str. Sscanf(str, "%[ *]%*s", res str);. Friday, August 12, 2011.
sysibte.blogspot.com
IMHO: September 2014
http://sysibte.blogspot.com/2014_09_01_archive.html
In my humble opinion . Monday, September 29, 2014. List all references to a table in Oracle. Got this query from this blog: http:/ www.dba-oracle.com/t find all references to oracle table.htm. Select * from all constraints. Where r constraint name in. Select constraint name from all constraints. Where table name='TABLE NAME');. Subscribe to: Posts (Atom). View my complete profile. Function overloading in C. List all references to a table in Oracle. Isometric AnimatedVectorDrawable – Part 4.
sysibte.blogspot.com
IMHO: June 2010
http://sysibte.blogspot.com/2010_06_01_archive.html
In my humble opinion . Friday, June 18, 2010. Determine the endian'ess of the current platform. The following function would determine whether the current platform is little endian or not. Bool is little endian(). Unsigned short int word = 1;. Unsigned short int mask = 0x00;. Get the most significant bytes of the word. Unsigned short int msb = word 4;. The platform is little endian if the most significant bytes. If ( (msb mask) = 0 ). Subscribe to: Posts (Atom). View my complete profile.
sysibte.blogspot.com
IMHO: March 2013
http://sysibte.blogspot.com/2013_03_01_archive.html
In my humble opinion . Friday, March 8, 2013. Searching ascii code in vim. You can use %d to specify the ASCII value of the character to search. For example the following command would replace the SOH character (ASCII value 1) with a space. Subscribe to: Posts (Atom). View my complete profile. Function overloading in C. Searching ascii code in vim. Isometric AnimatedVectorDrawable – Part 4. The Power Of “Early Access”. Ghulam m. Babar's Blog. Process Layout in a memory.