Wednesday, February 23, 2011
This blog has now been deprecated.
I think it would be best to start my new blog from scratch and not import the post from here. I will keep this blog online for archival and link backs.
Saturday, February 12, 2011
Links for 02/12/2011
-
Using BITS to Upload Files with .NET
"Although FTP is commonly used to transfer files over the Internet, it's somewhat unfriendly to firewalls, because of the various ports that need to be opened. A Microsoft solution you can use for Internet file transfer is the Background Intelligent Transfer Service, BITS for short. BITS runs in the background (hence its name) as a service and it transfers files over the browser ports (80, 443) using HTTP or HTTPS. In addition, BITS transfers are restartable, so if the transfer of a large file gets interrupted, it will resume where it left off."
Saturday, February 05, 2011
Links for 02/05/2011
-
Monkey Studio IDE | The way IDEs should be
Monkey Studio (MkS) is a cross platform IDE written in C++/Qt 4.
-
git-cola: A highly caffeinated git GUI
git-cola is a powerful GUI for git that gives you an easy way to interact with Git repositories.
-
AwesomeChartJS is a simple Javascript library that can be used to create charts based on the HTML 5 canvas element.
The main goal during development was to pick sane defaults in order to let the user create simple charts quickly with just a couple of lines of code.
One can create at almost no time bar, pie, doughnut and Pareto charts.tags: javascript awesomechartjs charts Web design
Wednesday, February 02, 2011
Links for 02/02/2011
-
Kippo is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker.