idoru

Stories kicked by idoru

EppLib.NET - EPP client for the .NET framework(epplib.codemaker.net)

submitted by idoruidoru(20) 7 months, 14 days ago

EPP (Extensible Provisioning Protocol) is a widely adopted protocol used to comunicate between a domain registrar and the different domain name registries to provision and manage domain names, host names and contact details. EppLib.NET provides a library that makes easy for registrars to interact with registries implementing the EPP protocol. read more...

add a comment |category: |Views: 46

tags: another

A factored implementation of formlets in F#(bugsquash.blogspot.com)

submitted by idoruidoru(20) 1 year, 3 months ago

A simple implementation of formlets in F# read more...

add a comment |category: |Views: 9

tags: another

F# Razor View Engine = FSRazor(www.lostechies.com)

submitted by idoruidoru(20) 1 year, 3 months ago

F# + Razor View Engine = FSRazor read more...

add a comment |category: |Views: 26

tags: another

A cool puzzle game for programmers, written in Silverlight(robozzle.com)

submitted by igoroigoro(815) 3 years, 3 months ago

The goal of the game is to program a robot to pick up stars. The puzzles are submitted by other users, and ranked by difficulty based on votes. read more...

3 comments |category: |Views: 567

tags: another

.NET GoogleReader API(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

I received some emails last night requesting the source for the console app (download here) that I am using to extract my feeds from google reader, so I figured I would write a quick post about it. Just to be clear, as far as I know the API is still unofficial and I have no idea when or if google plans on making it public. So it goes without saying that it could go away, or change dramatically at anytime. But if you are still interested, here is what you need to know. read more...

add a comment |category: |Views: 275

tags: another

Top 10 Things That Annoy Programmers(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 8 months ago

Programmers all have their personal pet peeves. Whether it's scope creep, Hungarian notation, or smelly coworkers, there are certain nuisances that we must put up with in our line of work. The following is a list of the top 10 things that annoy programmers, compiled from the results of my recent question on StackOverflow along with some of my own experiences as a programmer: read more...

1 comment |category: |Views: 946

tags: another

Fluent NHibernate and those sweet LINQ repositories(tobinharris.com)

submitted by tobinharristobinharris(425) 3 years, 9 months ago

Hidden gems in this cool open source library. read more...

add a comment |category: |Views: 348

tags: another

Specification Pattern and Lambdas(ang3lfir3.wordpress.com)

submitted by ang3lfir3ang3lfir3(660) 3 years, 9 months ago

While working on my current project I decided that I had a need to use the Specification Pattern . After finding a clean implementation by Jeff Perrin I set to work creating the specifications that I needed. I quickly realized that we were going to end up having a ton of specifications and sometimes they would only apply to very special cases. Other times they would be very broad cases and they needed to be even more composable than even the fluid interface implemented in Jeff’s implementation wasn’t going to be enough. It after all still required me to create a concrete implementation for each specification, no matter how minuscule it might be. This is the part where I thought to my self that since i was really only creating implementations for a single method that I could just write a LambdaSpecification and be able to use this for all the special cases I had. read more...

add a comment |category: |Views: 334

tags: another

melon-reports - a reporting and PDF generation library(ademar.name)

submitted by idoruidoru(20) 3 years, 10 months ago

Inspired by Jasper Reports. It is an open source .net library providing basic reporting and PDF printing capabilities. read more...

add a comment |category: |Views: 60

tags: another

donjon - an agile project management web app(hammett.castleproject.org)

submitted by LordLord(3737) 3 years, 10 months ago

From hammet - the man behind the castle project "Our first goal is to make an agile project management web app. Why? We are not happy with the apps we have been using. They clearly are clueless regarding usability, and the pricing is unreasonable - not to mention the drug dealer selling model. The one that has a very decent UI is just not flexible. Also, I’m not a total fan of SaaS model, so I’d rather host my and my clients projects and important data." read more...

1 comment |category: |Views: 494

tags: another