AlexCuse

Stories submitted by AlexCuse

A Challenge to the VB.Net Community at Large on OSS(codebetter.com)

submitted by AlexCuseAlexCuse(325) 3 years, 4 months ago

Title pretty much says it... read more...

add a comment |category: |Views: 197

tags: another

Top Ten Worst Things About SQL Server(weblogs.sqlteam.com)

submitted by AlexCuseAlexCuse(325) 3 years, 5 months ago

I suppose they really apply to any database though ;) read more...

add a comment |category: |Views: 30

tags: another

Caliburn Alpha for WPF and Silverlight is here!(devlicio.us)

submitted by AlexCuseAlexCuse(325) 3 years, 7 months ago

Caliburn is a framework designed to aid in the development of WPF and Silverlight applications. It implements a variety of UI patterns that are geared towards solving problems encountered in real-world scenarios. read more...

add a comment |category: |Views: 19

tags: another

LTD Puzzle VIII - Converting between Roman and Arabic Numerals(forum.lessthandot.com)

submitted by AlexCuseAlexCuse(325) 3 years, 9 months ago

The puzzle this week is simple. Write a program to convert to (and from) roman numerals. So your program should be able to take the input of 27 and return XXVII, and take MCMLXXXI and return 1981. And of course any other values.... read more...

add a comment |category: |Views: 12

tags: another

.Net Extension Method Library(codebetter.com)

submitted by AlexCuseAlexCuse(325) 3 years, 10 months ago

Lots of good extension methods here for C# read more...

2 comments |category: |Views: 690

tags: another

LTD Puzzle 5 -Fibonacci Sequence(forum.lessthandot.com)

submitted by AlexCuseAlexCuse(325) 3 years, 10 months ago

This weeks puzzle is a nice and simple one to ease all those with sore heads from the July 4th celebrations back into thinking code... read more...

add a comment |category: |Views: 27

tags: another

Puzzle - Ascii Art in Shortest Code(forum.lessthandot.com)

submitted by AlexCuseAlexCuse(325) 3 years, 11 months ago

This week's puzzle is to draw a couple shapes using characters, in as little code as possible. read more...

add a comment |category: |Views: 24

tags: another

lessthandot - Regular Pentagon Puzzle(forum.lessthandot.com)

submitted by AlexCuseAlexCuse(325) 3 years, 11 months ago

We've decided to do a recurring feature at LessThanDot and have a "Programmer Puzzles" section with interesting puzzles published. This week the challenge is to identify the outer points in a regular pentagon (or n-sided polygon for extra credit), given the center point and the radius. You can use any programming language you like, just please let people know which one you have decided to use! read more...

1 comment |category: |Views: 8

tags: another