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.
How have you helped a fellow blogger this week?
Blogging is about engagement. About building up a community. You have to give first in order to get or receive. One of my pet missions is to try to help as many bloggers as I can. How about you? [read more]
CommentsView blog reactions
SQL SERVER – Force Index Scan on Table – Use No Index to Retrieve the Data – Query Hint
Recently I received the following two questions from readers and both the questions have very similar answers. Question 1: I have a unique requirement where I do not want to use any index of the table; how can I achieve this? Question ... [read more]
CommentsView blog reactions
XNA Game Studio 4.0 - Coming Very Soon in Industry News
From what is available on blogs led by Microsoft developers, it is clear that XNA Game Studio 4.0 is coming out really soon. What is it about? It still supports development of Windows and Xbox 360 games, but it also introduces developme ... [read more]
View blog reactions
inotify & text editors (emacs, vim, …)
This post describes how to get notifications on file modifications made through a text editor. Using python on linux (ubuntu). I am working on adding some inotify goodness to doit. For that I want to receive one, and one only, notifica ... [read more]
CommentsView blog reactions
Focus on:Refactoring
Image by Neil Crosby via Flickr [read more]
CommentsView blog reactions
Android/OpenGL ES texture maps
After much Googling, testing, head scratching and the odd SVN reversion I’ve managed to texture-map things. Specifically a triangle-strip that draws a square. So I drew a screenful, and implemented some basic tile-based scrolling. I als ... [read more]
View blog reactions
Microsoft Inductive User Interface Guidelines
When designing Microsoft Money 2000, Microsoft followed a “new user interface model”, which they called inductive user interface (IUI). The Microsoft Inductive User Interface Guidelines are available on MSDN. I came across them a few mo ... [read more]
CommentsView blog reactions
Iterate thru dates in Python
Few days ago I was working on some python scripts that needed to iterate back and forth through calendar dates. Working with dates in python is pretty easy, due to its datetime package. Basically is like this: [read more]
CommentsView blog reactions
goto Keyword Revisited
A few months ago I looked into why the keyword goto seemed to be so controversial (see here). In the process of researching and writing that blog post I gained a more educated perspective of goto. It didn't seem too bad to me. At the ... [read more]
9 CommentsView blog reactions
Flying over the Rockies
As I write this, I’m in a 737 flying over the Rocky mountains on my way home from a long week in Denver, Colorado. When you think about all the infrastructure that is in place to facilitate a flight from one US city to another it boggl ... [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
CSV to Excel – keep leading zeros
When opening a csv file in excel, leading zero’s are displaced as below: if the CSV file has “010101″, when opened in excel, it becomes “10101″. To overcome this issue, store data in CSV file as =”010101″ (add ‘equals’ sign before the ... [read more]
CommentsView blog reactions
I Think People Are Wrong About Apple's iPad
After reading the internet's large negative response to Apple's new iPad, I can only remember the same comments about the iPod and iPhone. [read more]
View blog reactions
Adding SEO fields to N2 MVC example
I've been using (a copy of) the MVC example from the N2 trunk. By default, there is no SEO tab. To add this, copy SEODefinitionAppender.cs and TitleAndMetaTagApplyer.cs from the N2.Templates.Mvc project (Services folder) to the example ... [read more]
View blog reactions
Weird Usage Of “select” in perl
Many times while going through some perl code, you must have come across snippets like “select((select(fh), $|=1)[0])” and wondered what this means, even though you might know that: [read more]
CommentsView blog reactions
The " ? " Operator
Java includes a special Three-way(Ternary) operator that can replace certain types of if-then-else statements.These statements include assignment when certain conditions are fulfilled.This operator is " ? ".The working of " ? " operator ... [read more]
0 CommentsView blog reactions
Microsoft open sources .NET Micro Framework
Microsoft has 3 .Net flavors, the complete stack, the .Net Compact Framework and the .Net Micro Framework for extremely resource-constrained devices. The later is being open sourced under the Apache 2.0 license. A copy of the full annou ... [read more]
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]
6 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
Speaking @ Norfolk Area PMI Dinner Group
On Wed Oct 7th, Sunjay Pandey will be speaking at the Project Management Institute’s Norfolk Dinner Meeting. Sunjay will be presenting the topic: The Switching Gears Factor which describes portions of ALTERthought’s IT Governance appro ... [read more]
CommentsView blog reactions
Configuring and starting ons daemon in non RAC DB
Mostly used in case of Data Guard. [read more]
0 CommentsView blog reactions
New Flash Extension: LIBRARY – Replace Selected by Import
This extension adds a command that will take a selected symbol and overwrite it with an imported file, thus replacing all instances of the symbol. It’s very similar to updating a symbol, except that this allows you to update the symbol ... [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
Powered by Apache Mina
The application being discussed has to behave in the following way: perform the client authentication, accomplish the request and response operations and forward notifications asynchronously to the client. The Mina framework fulfills th ... [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]
1 CommentView blog reactions
Permanently Moved
Please check enrii.blog for future updates. [read more]
2 CommentsView blog reactions
JavaScript Functions for Working with Cookies
// Cookie handeling routines. [read more]
View blog reactions