FeedCluster.com - Free Community Aggregators, Blog Aggregator Hosting Create Aggregator | Submit Blog | Log In
This is a community aggregator of blogs about computer programming, algorithms, web development, programming languages and tools.
SQL SERVER – Common Gotcha’s Associated with Common Table Expressions (CTE) – Quiz – Puzzle – 26 of 31
Year 2011 was a year of learning and opportunity for me. My recent book, SQL Server Interview Questions and Answers, has received such overwhelming love and support from all of you. While writing the book, I had two simple goals: (1) Ma ... [read more]
CommentsView blog reactions
A new threat of the horizont – ACTA
Once again I’m ashamed of my government. Disappointed and enraged at it. And this time it’s not about spending public money on crap, increasing taxes to pay astronomic salaries to some lazy ass MPs or being generally worthless. It’s muc ... [read more]
CommentsView blog reactions
ASUS Zenbook UX31E-DH52 – First Impressions Review
ASUS Zenbook UX31E-DH52 – First Impressions Review [read more]
View blog reactions
A spoonful of Git helps the Subversion go down
Here’s how I use Git to work on projects that use Subversion for version control. The basic idea is to use the Git master branch to track the Subversion trunk. All my coding happens on Git branches. That way I can use Git to easily work ... [read more]
CommentsView blog reactions
Solr import URLs
Full-import http://<host>:<port>/solr/dataimport?command=full-import Delta-import http://<host>:<port>/solr/dataimport?command=delta-import status http://<host>:<port>/solr/dataimport reload-config http://<host>:<port>/solr/dataimport?c ... [read more]
CommentsView blog reactions
Your Security Sucks
Along with 24 million of my not so closest friends I too got an email telling me that Zappos suffered a breach in which they lost control of their user database through some as yet un-disclosed breach. [read more]
View blog reactions
College Chronicles Part 5: Veiri
This post is about the fifth game I made while in college. To see the other posts just check out the section on the side titled "College Game Archive". I'm going to keep these final chronicles much more brief so that I actually comple ... [read more]
2 CommentsView blog reactions
just launched achivy.com…
Hi everybody, this was my surprise project , achivy.com my first startup, my first ruby on rails project you can check the  about page  but it is simply a gamification platform for lots of social sites and more, it now supports foursqua ... [read more]
CommentsView blog reactions
Creating Flash Extensions – Responding to a Dialog Choice
In a previous tutorial, I showed the basics of creating dialogs. In this post, I’ll elaborate on how to respond to a dialog, specifically how to cease execution when the user has selected cancel. Here’s the code sample that was included ... [read more]
CommentsView blog reactions
2011 Review
I did this last year, and it might be fun to review what I wrote… So let’s see, I ended last year’s post with this So, by this time next... [read more]
CommentsView blog reactions
Great Christmas Gifts For That Geek In Your Life
So what do you get a geek or a nerd for Christmas. They certainly will not enjoy a box of chocolates, and deodorant and perfume is just so boring. [read more]
CommentsView blog reactions
dbms_metadata.get_ddl & ORA-31603
I wanted to allow a database user/schema called TEST (other than user with SYSDBA privileges) to have privileges to run dbms_metadata.get_ddl for any object in the database. Basically for other schemas in the database. Even though I pro ... [read more]
0 CommentsView blog reactions
New server
I’m moving all my sites to a new server. So long GoDaddy and very old server hardware! [read more]
CommentsView blog reactions
A faster (but incomplete) implementation of SCons on top of doit
Motivation doit is an automation tool. It is kind of build-tool but more generic… My motivation was to demonstrate how to create a specialized interface for defining tasks. doit can be used for many different purposes, so its default in ... [read more]
CommentsView blog reactions
Yahoo YUI compressor and .Less with Visual Studio
CSS is great and everything, but it isn't that programmery. Less, and the .NET port, .Less add some useful things, like variables, operations, functions and mixins. [read more]
View blog reactions
Stanford Computer Scientists Find Internet Security Flaw
Stanford University researchers have found a security flaw in audio-based completely automated public Turing test to tell computers and humans apart (CAPTCHAs), which are designed to provide Internet security for the visually impaired. ... [read more]
CommentsView blog reactions
Choosing NoSQL For The Right Reason
Observing the NoSQL hype through the eyes of an SQL performance consultant is an interesting experience. It is, however, very hard to write about NoSQL because there are so many forms of it. After all, NoSQL is nothing more than a marke ... [read more]
CommentsView blog reactions
PerforceNB 1.0.5.1 build for 6.9 - Call for help!
I am aware that in this new modern world, one of the main problems is time. That happens to me, also. I don't write here to complain about that. I write this call only for two things. [read more]
2 CommentsView blog reactions
Speaking @ PMI Fairview Park Forum
On Wednesday, April 21st, Sunjay Pandey will be speaking at the Project Management Institute’s Fairview Park Forum . Sunjay will be presenting a topic entitled Project Plan Ninja which discusses how to manage Rapid Business Requirement ... [read more]
CommentsView blog reactions
It took some time
It took some time... but I gave in. Just bought myself a macbook last night on Gumtree. Pretty cheap, 370 quid, a bit abused by the previous owner, but nothing that cannot be repaired in the medium term. [read more]
0 CommentsView blog reactions
Designing Your Own Lightbox in Javascript
In nowadays web 2.0 world use of Lightbox is very common. While Lightbox, fancybox (similar to the former) are great scripts and have wide uses, creating a script similar to these is never a bad idea. If you learn, read on else use o ... [read more]
17 CommentsView blog reactions
Using Visual Studio 2008 with Visual C++ 6.0 compiler
How to configure Visual Studio 2008 to use Visual C++ 6.0 compiler and tools [read more]
CommentsView blog reactions
Magic in mathematics II
Fun with the number cyclic numbers, and specifically with 142857 as it is the smallest of such numbers. [read more]
CommentsView blog reactions
Testing Is Important, So Plan It Soon
First of all, I want to apologize to all my readers for being away for so long. Personal reasons have kept me away from posting but things are settling down, so I want to resume this enjoyable task, and I hope you keep following my work. [read more]
View blog reactions
Play Online Thambola . Housie . Bingo !!!!!!!
This site has been moved to http://www.99applications.com To download code/application click the following link 99applications.com/java_programs and you can also find many c and c plus plus common programs in C & C++ section [read more]
2 CommentsView blog reactions
Permanently Moved
Please check enrii.blog for future updates. [read more]
1 CommentView blog reactions
JavaScript Functions for Working with Cookies
// Cookie handeling routines. [read more]
View blog reactions