Skip to content
  • LinkedIn
  • GitHub
  • Flickr
  • RSS
  • Home
  • Blog
  • Contact

Simone Tellini

To strive, to seek, to find, and not to yield
  • Blog
  • About
  • Software
    • Introduction
    • Orion
0
June 4, 2008

Single instance per session application with argument passing

Suppose you want to create an application which you want to limit to a single running instance, like some image viewers do for example. Also, you need different users on a Terminal Server not to conflict with each other. Oh, and you’re coding in C#. A possible solution to the problem is the one described …

Read more

  • Software Development
  • .net
  • c
  • ipc
  • software development
0
June 2, 2008

How much would it cost to rewrite it?

I’ve just added LogMiner to Ohloh, a site that offers an interesting feature: it can analyse a project source code and estimate how much it would cost to hire a development team to recreate the project from scratch. I think that it’s a simple way to estimate the effort you put over the time in …

Read more

  • Software
  • Software Development
  • logminer
  • software
  • software development
0
May 29, 2008

A new way to collect email addresses to spam?

I’m starting to suspect that spammers try to collect and verify email addresses from PAD files using bogus sites as honeypots. In fact, lately I’ve received several mails which are all based on the same template: Hello, my name is John, and I am an associate of SITEURL Briefly, here is what we do. We …

Read more

  • IT & Technology
  • download sites
  • it & technology
  • pad
  • spam
0
May 19, 2008

If at first you don’t succeed… try, try again…

Here’s another interesting piece of code I’ve just dug up in a C# application I’m reviewing. If you can come up with a bright idea about what those try/catch blocks are supposed to do, you’ve got more imagination than me… 😉 123456789101112131415161718192021222324252627282930class Foo {         private int bar; // ...snip...     …

Read more

  • Coding fun
  • coding fun
  • fun
  • software development
0
May 14, 2008

Don’t code like this at home, kids

Sometimes when you’re reviewing someone else’s code, you find interesting pieces of “art“. Like the following loop construct in a C# application: 123456789101112    int i = anArray.Length - 1;     while (true)     {         if (i < 0)             break;       …

Read more

  • Coding fun
  • coding fun
  • fun
  • software development
Posts navigation
Newer posts
Older posts

Recent Posts

  • Modernizing Prototype.js
  • Dark Mode for MantisBT
  • Create a smart clock with a Raspberry Pi
  • Make status colors more prominent in MantisBT 2.0
  • SSHShield

Recent Comments

  • Simone on Create a smart clock with a Raspberry Pi
  • avion on Create a smart clock with a Raspberry Pi
  • Kevin on Connecting a Synology DiskStation to a NUT server
  • Simone on Make status colors more prominent in MantisBT 2.0
  • Anesan on Make status colors more prominent in MantisBT 2.0

Categories

  • Fun
  • IT & Technology
    • Software
    • Software Development
      • Coding fun
    • SysAdmin
    • Tips'n'Tricks
  • Miscellaneous
  • Music
  • Photography
  • Quotes
  • Site
  • Uncategorized
 
 

Recent Posts

  • Modernizing Prototype.js
  • Dark Mode for MantisBT
Copyright ©2002-2025 by Simone Tellini. All rights reserved.
Hosted at DreamHost
  • LinkedIn
  • GitHub
  • Flickr
  • RSS