IndianGeek

Perspectives on Computer Science and Software Engineering

IndianGeek RSS Feed
 

Archive for July, 2007

links for 2007-07-30

Hibernate Shards
Hibernate Shards is a framework that is designed to encapsulate and minimize this complexity by adding support for horizontal partitioning on top of Hibernate Core. Simply put, we aim to provide a unified view of multiple databases via Hibernate.
(tags: hibernate partitioning shards performance development)

links for 2007-07-27

Open Source Enterprise Content Management from Alfresco
Alfresco is an open source, open-standards content repository built by an experienced content management team that includes the co-founder of Documentum.
(tags: cms opensource java collaboration management free)

Protected Mode Basics
(tags: programming x86)

High Scalability | Building bigger, faster, more reliable websites.
We started High Scalability to help you build successful scalable websites. [...]

links for 2007-07-25

TBB Home
Intel® Threading Building Blocks (TBB) offers a rich and complete approach to expressing parallelism in a C++ program. It is a library that helps you leverage multi-core processor performance without having to be a threading expert.
(tags: programming c++ threading opensource intel threads library concurrency)

links for 2007-07-24

Photo Matt » Wildcard DNS and Sub Domains
(tags: dns network howto)

links for 2007-07-23

Windows XP/2000 Commands and Tools
(tags: windows tools reference commands useful tips)

Seeing yellow over color printer tracking devices | Linux Journal
How a printout from your color laser printer can be tracked to you.
(tags: technology printing privacy)

links for 2007-07-21

Online Etymology Dictionary
(tags: etymology dictionary reference language english words linguistics history)

links for 2007-07-20

Dr. Dobb’s | The Pillars of Concurrency | July 2, 2007
(tags: concurrency programming reference)

links for 2007-07-19

Internet Explorer CSS bug fixes
(tags: css webdesign ie development)

Optimization of Computer Programs in C
(tags: c optimization programming)

DesignVitality » Blog Archive » The Open Source Web Design Toolbox: 100 Tools, Resources, and Template Sources
(tags: webdesign opensource tools web free gallery)

links for 2007-07-18

19 Eponymous Laws Of Software Development
(tags: programming software quotes fun)

MyGeneration - Code Generation and OR Mapping
(tags: .net programming tools development orm)

Regionerate
Regionerate (pronounced ri-jeh-neh-rate) is a new open-source tool for developers and team leaders that allows you to automatically apply layout rules on C# code.
(tags: c# programming)

StructureMap Home Page
StructureMap is a Dependency Injection framework that can [...]

.Net framework hotfix wreaks havoc

Last week all of us were baffled when suddenly one part of our application that uploads files to a FTP server stopped working. The strange thing was that the same build has been working without any issues for the past one week. We looked at everything that could have gone wrong, server, configuration, code but [...]