blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
deltablog

Wherein I talk about coding methods I have recently solved. And any other bits and pieces along the way
deltablog  
Related Blogs
previous blog next blog
8.2
great
based on editor's review


recent postsrss feed

my first twitter program using the API

Dec 12, 2009
<pre class='brush: php';> /** * From: * * http://apiwiki.twitter.com/Twitter-Search-API-Method:-trends-daily * */ $twitter_daily_trends = "http://search.twitter.com/trends/daily.json"; $json = get_web_resource($twitter_daily_trends); $trends =...

Checking that your file is correct.

Dec 11, 2009
Say you have a very large file – for example, a tarball of the entire site, now you want to store it. how do you know the file that you receive by ftp upload or download is complete and the same, byte for byte, as the original you made? use sum which...

Creating a mirror of a site using tar

Dec 11, 2009
Using tar (tape archive) you have these commands to enter: To create it do this: tar -cvf mirror.tar . will do the trick. Don’t forget that dot at the end! btw, tar is recursive so it will run from the current folder and burrow in and get...

my claim id

Dec 4, 2009
http://claimid.com/beston

offline databases, offline specs

Dec 4, 2009
after seeing this page of a list showing someone’s work which is private databases (only available offline) I suddenly realised the importance of privacy in business. last week, I realised the reason why people don’t write down their specs (which would...


Comments & Reviews:
Be the First to Review this Blog!