Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Friday, December 16, 2011
How to use libcurl in C/C++
›
libcurl Newer languages such as Java and newer scripting languages such as Python come with good libraries to download files and do onlin...
Saturday, December 10, 2011
How to hack Facebook accounts with a Phishing Scam
›
Facebook phishing scam Its so amazing how easily people's emails and passwords are stolen in a matter of seconds. Phishing scams hap...
1 comment:
Monday, November 21, 2011
How to hack MasteringEngineering with unlimited Attempts
›
Extra Tries and Answers Ok, we all have been screwed over mastering engineering because of drawing vectors or simply being a decimal point...
10 comments:
Thursday, November 17, 2011
How to create Desktop Icons in Ubuntu
›
Desktop Icons Where program is located: echo $SHELL Creating the Terminal Icon on the Desktop, just like Ubuntu 10.04 gnome-desktop-i...
Wednesday, October 26, 2011
How to setup ADB for Linux terminals
›
Run adb from terminal Since the new Eclipse and Android SDK install I had to redo this: Open your .bashrc, located in your /home/"...
Eclipse - Dependency Issues
›
Failure to Launch Early this morning I loaded up Eclipse after the latest update(Indigo). To my surprise, all my extra plugins such as ADT...
Friday, October 7, 2011
How to disable Avahi Daemon
›
Disable package: avahi-daemon open config file: sudo gedit /etc/default/avahi-daemon set: AVAHI_DAEMON_START = 1 you might also have ...
1 comment:
Friday, September 23, 2011
How to fix 'for' loop initial declarations are only allowed in C99 mode in Eclipse
›
For loop problem Once again, programming in C using Eclipse in Linux is great, however when using "for" loops I get this error: ...
3 comments:
‹
›
Home
View web version