Tagged Questions

4
votes
7answers
122 views

Licensing Small Programs

I'm a soon to be grad and I'm just starting to work on my personal website. I wrote a couple of small apps that that I would like to use as code samples for potentional employers. …
3
votes
1answer
513 views

Can you help with a Delphi code sample for fingerprint recognition?

Do you know where can I find a Delphi code sample for fingerprint recognition from an image file.
2
votes
2answers
134 views

How can I validate US Social Security Number?

Anyone out there know how to improve this function? I'm not worried about shortening the code, I'm sure this could be done with better regex, I am more concerned about correct log …
2
votes
6answers
390 views

C++ map question

I have an integral position-based algorithm. (That is, the output of the algorithm is based on a curvilinear position, and each result is influenced by the values of the previous r …
2
votes
1answer
241 views

Looking for a simple MEF code sample

I'm looking for a simple code sample showing how to use Microsoft Managed Extensibility Framework (MEF). I really like the code at http://blogs.msdn.com/brada/archive/2008/09/29 …
2
votes
3answers
411 views

Custom Silverlight splash screen

Has anyone created a custom Silverlight Splash screen to replace the blue balls circular progress? Does anyone have a sample or the best way to do this?
2
votes
5answers
393 views

Looking for code samples for generative art

Generative art means pieces of art which are generated by computers. To get an idea, here is a YouTube video. Now, I'm not looking for nice pictures or cool blog posts but for act …
0
votes
5answers
50 views

Simple Form Sample for Interview?

Help me out, please... After a 9 month dry spell, I've finally gotten an interview for a C# Win forms position. Better yet, the job actually sounds exciting -- as opposed to, "I'l …
0
votes
9answers
368 views

Making a Java -code more efficient, USACO

I am trying to complete the first exercise of USACO. How can you make the following code more efficient? It seems that the current problem in the program is that its execution ta …
0
votes
4answers
97 views

Problem with printing inside the loop: for

Hi, I have problem reading/println after the first two FOR loop in this method. This is strange. How can I solve this problem? private int spacing() { int n = numberOfTriangle …
0
votes
4answers
98 views

Multiplying long values?

class Main { public static void main (String[] args){ long value = 1024 * 1024 * 1024 * 80; System.out.println(Long.MAX_VALUE); System.out.println(value); …
0
votes
1answer
141 views

mouse moved -crosshair cursor

I developed a program to draw polygon triangles. The triangles were drawn using mouse drag. The coordinate of the triangles were stored in array list. Every times the mouse cursor, …
0
votes
1answer
159 views

Mapping enum with fluent nhibernate

I am following the http://wiki.fluentnhibernate.org/Getting%5Fstarted tutorial to create my first NHibernate project with Fluent NHibernate I have 2 tables 1) Account with fields …
0
votes
3answers
41 views

Where can i get good sample codes and references in PHP for MVC Framework with URL Routing?

I am trying to implement a application which i need to follow mvc framework. But I need to gather some ideas in that. Please give me some suggestions and references which includes …
0
votes
1answer
82 views

Helper class to wrap the Session for MVC.NET Web development?

In this post the author recommends implementing a Wrapper for the session to ease testing and decoupling the controller code. I will like to obtain ideas on how to implement a goo …

1 2 next
15 30 50 per page