Archive for 'General' Category
XML resources
http://htmledit.squarefree.com http://www.w3schools.com/xml/default.asp
C# resources
http://www.csharp-station.com/Tutorial.aspx http://www.csharpkey.com/csharp http://en.csharp-online.net/CSharp/Certification%2C/Development%2C/and/Training http://en.csharp-online.net/CSharp_Certification%2C_Development%2C_and_Training http://compilr.com/ http://www.innovation.ch/java/java_compile.html http://ideone.com http://www.onlinecompiler.net http://www.comeaucomputing.com/tryitout http://www.compileonline.com
Object-oriented programming resources
http://download.oracle.com/javase/tutorial/java/concepts http://www.freecomputertutor.net/object-oriented-programming-concepts.php http://www.codeproject.com/KB/architecture/OOP/Concepts/and_manymore.aspx http://www.codeproject.com/KB/architecture/OOP_Concepts_and_manymore.aspx
Recursive grep
$ grep -r “searchTerm” ./directory http://blamcast.net/articles/recursive-grep-find-strings-files Introduction to Programming Using Java, Sixth Edition Version 6.0, June 2011 http://math.hws.edu/javanotes/
Date formats with Linux
$ date +%B” “%d”,”” “%Y May 02, 2012 $ date +”%m-%d-%y” 05-02-12
Bits, Bytes, and Bandwidth Conversion Utility
http://www.topcalc.com/bandwidth.php
Generate a 1024-bit self-signed certificate
Generate a 1024-bit self-signed certificate for 3 x 365 days = 3 years openssl req \ -x509 -nodes -days 1095 \ -subj ‘/C=US/ST=Nevada/L=Las Vegas/CN=www.technese.com’ \ -newkey rsa:1024 -keyout selfcert.pem -out selfcert.pem Reference: http://www.madboa.com/geek/openssl
7z backup folder to file with date
7z command line for Windows 7z a -t7z C:\BackupFilename_%date:~10,4%_%date:~4,2%_%date:~7,2%.7z -r C:\FolderContents\* 7z command line for Linux 7z a -t7z 7z a -t7z filename_`date +%F`.7z -r foldername
7z backup with date
7z command-line for Windows 7z a -t7z C:\BackupFileName_%date:~10,4%_%date:~4,2%_%date:~7,2%.7z -r “C:\FolderToBeBackup\*%date:~10,4%_%date:~4,2%_%date:~7,2%*” 7z command-line for Linux 7z a -t7z 7z a -t7z filename_`date +%F`.7z -r foldername
RAID Calculator
http://www.ibeast.com/content/tools/RaidCalc/RaidCalc.asp http://www.icc-usa.com/raid-calculator.asp