jaavaaguru

Stories submitted by jaavaaguru

LOLCODE DLR Edition on OS X and Linux using Mono(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 6 months ago

After reading Scott Hanselman's article about the DLR team's implementation of LOLCODE for the DLR, I wrote this article about getting it running on the latest version of Mono. read more...

add a comment |category: |Views: 19

tags: another

Fast StringReader for .NET(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 6 months ago

After some experimentation, this is the fastest way I've found to split a string that represents a multi-line text file into individual lines. Still not as fast as doing it in C, but faster than StringReader or String.Split. read more...

3 comments |category: |Views: 105

tags: another

Bazaar Plugin for CruiseControl.NET(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 7 months ago

The Bazaar plugin for CruiseControl.NET allows the CruiseControl.NET continuous integration system to monitor and build projects that are stored in the Bazaar version control system. Installation is simple: Copy the DLL into the directory that your other CC.NET DLLs are in, and base your ccnet.config on the example provided with the plugin. read more...

add a comment |category: |Views: 50

tags: another

I CAN HAS A .NET COMPILR?(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 11 months ago

A programming language with compilers for many platforms including .NET, based on the captions featured in the popular LOLCat images found in the Internet. read more...

add a comment |category: |Views: 1

tags: another

Serious bug in String.IsNullOrEmpty in the .NET 2.0 CLR(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 11 months ago

A bug has been discovered in Microsoft's .NET 2.0 runtime which can cause an unexpected null reference exception at runtime. This article sums up what's affected and what isn't, and links to a bug report on Microsoft's website stating that it will only be fixed in the beta release of the next CLR. The developer community are not impressed. read more...

1 comment |category: |Views: 60

tags: another

Wildcat: The Open-source COBOL Compiler for .NET(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 11 months ago

The Wildcat COBOL Compiler is an up-and-coming open-source COBOL compiler for .NET and Mono capable of compiling traditional COBOL programs and making use of object-oriented extensions and classes from external assemblies and the .NET framework. While the compiler still lacks support for some areas of the language, there are examples of what it's currently capable of including algorithms such as the Towers of Hanoi, and running NUnit tests by referencing the NUnit Framework assembly. read more...

add a comment |category: |Views: 364

tags: another

CCNet Status Widget for the OS X Dashboard(sorn.net)

submitted by jaavaagurujaavaaguru(260) 4 years, 11 months ago

The CCNet Dashboard Widget for OS X shows the status of CCNet automated software builds in an easily accessible way for people running Apple's operating system. read more...

add a comment |category: |Views: 31

tags: another