Programming Pages:
feed me
Programming - Recent Bookmarks - Page 1:
SCALE 8x: Relational vs. non-relational [LWN.net]
I need to store thousands of event objects per second on embedded hardware: db4object is probably the right choice, but SQLite might also be considered.
https://lwn.net/SubscriberLink/376626/d394187886b4f76a/
Tags: database, nosql, databases, scalability, sql, db, relational, mysql, development, programming Saved by: admin at 10 Mar 2010
I need to store thousands of event objects per second on embedded hardware: db4object is probably the right choice, but SQLite might also be considered.
https://lwn.net/SubscriberLink/376626/d394187886b4f76a/
Tags: database, nosql, databases, scalability, sql, db, relational, mysql, development, programming Saved by: admin at 10 Mar 2010
Data Compression Explained
This book is for the reader who wants to understand how data compression works, or who wants to write data compression software. Prior programming ability and some math skills will be needed. Specific... Read more
http://mattmahoney.net/dc/dce.html
Tags: compression, algorithms, programming, reference, book, data, toread, interesting, teaching, cool Saved by: admin at 10 Mar 2010
This book is for the reader who wants to understand how data compression works, or who wants to write data compression software. Prior programming ability and some math skills will be needed. Specific... Read more
http://mattmahoney.net/dc/dce.html
Tags: compression, algorithms, programming, reference, book, data, toread, interesting, teaching, cool Saved by: admin at 10 Mar 2010
10 sql tips to speed up your database
"On most websites, content is stored in a database and served to visitors upon request. Databases are very fast, but there's lots of things that you can do to enhance its speed and make sure you won't... Read more
http://www.catswhocode.com/blog/10-sql-tips-to-speed-up-your-database
Tags: sql, database, mysql, performance, optimization, tips, programming, code, db, speed Saved by: admin at 10 Mar 2010
"On most websites, content is stored in a database and served to visitors upon request. Databases are very fast, but there's lots of things that you can do to enhance its speed and make sure you won't... Read more
http://www.catswhocode.com/blog/10-sql-tips-to-speed-up-your-database
Tags: sql, database, mysql, performance, optimization, tips, programming, code, db, speed Saved by: admin at 10 Mar 2010
Building Skills in Python — Building Skills in Python
Free e-book. PDF version downloadable. Watch out for the releas 2.6.1 pdf version, it misses a lot of pages from page 88-159!!
http://homepage.mac.com/s_lott/books/python/html/index.html
Tags: python, programming, tutorial, book, books, ebook, coding, online, free, learning Saved by: admin at 10 Mar 2010
Free e-book. PDF version downloadable. Watch out for the releas 2.6.1 pdf version, it misses a lot of pages from page 88-159!!
http://homepage.mac.com/s_lott/books/python/html/index.html
Tags: python, programming, tutorial, book, books, ebook, coding, online, free, learning Saved by: admin at 10 Mar 2010
Uncovering jQuery's Hidden Features | Nettuts+
jQuery is not always as it appears. There's a lot of cool stuff going on under the surface, and there are many methods just waiting to be discovered, and many potential usages of jQuery's API that you... Read more
http://net.tutsplus.com/tutorials/javascript-ajax/uncovering-jquerys-hidden-features/
Tags: jquery, javascript, tutorial, tips, reference, howto, programming, code, nettuts, animate Saved by: admin at 09 Mar 2010
jQuery is not always as it appears. There's a lot of cool stuff going on under the surface, and there are many methods just waiting to be discovered, and many potential usages of jQuery's API that you... Read more
http://net.tutsplus.com/tutorials/javascript-ajax/uncovering-jquerys-hidden-features/
Tags: jquery, javascript, tutorial, tips, reference, howto, programming, code, nettuts, animate Saved by: admin at 09 Mar 2010
Three weeks of iPhone development - Leah Culver's Blog
I'm three weeks into developing my first iPhone application, for Plancast. It's been crazy and fun to try to learn something new so quickly! In case you are thinking of getting started with iPhone dev... Read more
http://blog.leahculver.com/2010/03/three-weeks-of-iphone-development.html
Tags: iphone, development, programming, code, iphonedev, objective-c, developer, toread, coding, culver Saved by: admin at 07 Mar 2010
I'm three weeks into developing my first iPhone application, for Plancast. It's been crazy and fun to try to learn something new so quickly! In case you are thinking of getting started with iPhone dev... Read more
http://blog.leahculver.com/2010/03/three-weeks-of-iphone-development.html
Tags: iphone, development, programming, code, iphonedev, objective-c, developer, toread, coding, culver Saved by: admin at 07 Mar 2010
Small Basic
Microsoft Small Basic puts the "fun" back into computer programming. With a friendly development environment that is very easy to master, it eases both kids and adults into the world of programming.
http://msdn.microsoft.com/en-us/beginner/ff384126.aspx
Tags: programming, basic, microsoft, learning, beginner, kids, software, windows, education, .net Saved by: admin at 07 Mar 2010
Microsoft Small Basic puts the "fun" back into computer programming. With a friendly development environment that is very easy to master, it eases both kids and adults into the world of programming.
http://msdn.microsoft.com/en-us/beginner/ff384126.aspx
Tags: programming, basic, microsoft, learning, beginner, kids, software, windows, education, .net Saved by: admin at 07 Mar 2010
The Pragmatic Bookshelf
Node.js is a toolkit for writing high-performance network servers in JavaScript. And it’s events all the way down. In case you haven’t heard, JavaScript is now an excellent language for writing ex... Read more
http://pragprog.com/magazines/2010-03/javascript-its-not-just-for-browsers-any-more
Tags: javascript, node.js, programming, server, language, webdev, node, read, asynchronous, internet Saved by: admin at 06 Mar 2010
Node.js is a toolkit for writing high-performance network servers in JavaScript. And it’s events all the way down. In case you haven’t heard, JavaScript is now an excellent language for writing ex... Read more
http://pragprog.com/magazines/2010-03/javascript-its-not-just-for-browsers-any-more
Tags: javascript, node.js, programming, server, language, webdev, node, read, asynchronous, internet Saved by: admin at 06 Mar 2010
Dennis Forbes on Software and Technology - Getting Real about NoSQL and the SQL-Isn't-Scalable Lie
I work in the financial industry. RDBMS’ and the Structured Query Language (SQL) can be found at the nucleus of most of our solutions. The same was true when I worked in the insurance, telecommunic... Read more
http://www.yafla.com/dforbes/Getting_Real_about_NoSQL_and_the_SQL_Isnt_Scalable_Lie
Tags: nosql, database, sql, scalability, rdbms, scaling, programming, architecture, amazon, article Saved by: admin at 04 Mar 2010
I work in the financial industry. RDBMS’ and the Structured Query Language (SQL) can be found at the nucleus of most of our solutions. The same was true when I worked in the insurance, telecommunic... Read more
http://www.yafla.com/dforbes/Getting_Real_about_NoSQL_and_the_SQL_Isnt_Scalable_Lie
Tags: nosql, database, sql, scalability, rdbms, scaling, programming, architecture, amazon, article Saved by: admin at 04 Mar 2010
How to Setup Your Own Web Proxy Server For Free with Google App Engine [Video Tutorial]
March 3, 2010 Setup your own Proxy Server in 5 Minutes for Free A simple Google search and you’ll find dozens of really good PHP scripts on the Internet to help you create proxy servers in minutes... Read more
http://www.labnol.org/internet/setup-proxy-server/12890/
Tags: proxy, google, server, free, engine, python, howto, app, programming, appengine Saved by: admin at 04 Mar 2010
March 3, 2010 Setup your own Proxy Server in 5 Minutes for Free A simple Google search and you’ll find dozens of really good PHP scripts on the Internet to help you create proxy servers in minutes... Read more
http://www.labnol.org/internet/setup-proxy-server/12890/
Tags: proxy, google, server, free, engine, python, howto, app, programming, appengine Saved by: admin at 04 Mar 2010