What is PCM? PCM, or pulse code modulation, is a form of raw sound data….
Category: Technology
Ubuntu 10.04
If you are looking for a more unique and customizable experience on your computer then…
How to Track Down Spam Sources
When you give your name out to a company or website, there’s no law that…
India’s $35 Tablet Computer
Source: AP So now you can get a $35 tablet computer? At first glance, this…
Finding Duplicate Records In Database
SELECT COL_TO_CHECK, COUNT(COL_TO_CHECK) FROM table1 GROUP BY COL_TO_CHECK HAVING COUNT(*) > 1 ORDER BY COUNT(*)…
C# Database Connections and Queries
Create connection string:SqlConnection conn = new SqlConnection(“Data Source=DATASOURCE\\\\SQLEXPRESS;Initial Catalog=DATABASE_NAME;Integrated Security=True”); try { conn.Open(); SqlCommand sql…
Correspondence Database
Edit: RecordSetGo is being redeveloped to look a little bit more up-to-date. The back-end (database)…
Google Voice Quality
Google voice is still my second choice. When I used it a few days ago…
Google Voice Now Open to Everyone in the US
Source: PC World Google’s telephony management application Google Voice is now open to all U.S….
Droid ConnectBot – Unix SSH on the go!
Connect Bot I probably don’t need to sell any develpers on the advantages of being…