def filename
self.uri.split('/').last
...
C# Get the Filename segment o...
by jwmittag,
January 01, 2008 15:04,
11 refactorings, tagged with Comparison, Scott Porad, asp.net, DotNET, .net, C-Sharp, CSharp, C#, RoR, Ruby on Rails, rails, ruby
public List<double> GenerateLogNormalDistribution(int numberOfTimes, double mean, double standardDeviation)
{
Random randomGenerator = new Random();
...
C# Lognormal Distribution
Is there a better way to do...
private string CodiceControllo(string codice_fiscale)
{
int somma = 0;
...
C# Code to Simplify
by Squall77it,
December 19, 2007 16:26,
6 refactorings
Hi, I am new on c#...
ther...
using System; namespace FizzBuzz ...
C# I hate to do this, but...
by nibbles&bits,
October 24, 2007 15:13,
12 refactorings
Let the battle begin!
static class SqlExec
{
public static void ExecCommandBatch(System.Data.Common.DbConnection conn, System.Data.IsolationLevel isolation, ExceptionFailSafeEventHandler<System.Exception> failSafe, params System.Data.Common.DbCommand[] cmds)
...
C# ExecuteCommandBatch
by nibbles&bits,
October 21, 2007 02:34,
1 refactoring
It's rather large, but also...
public static class BusyIndicator
{
...
C# .NET BusyIndicator
by D_Guidi,
September 26, 2007 23:40,
9 refactorings
Show a BusyIndicator during...
while (classificator.Clients.Count > 0)
{
Client client = ServiceHelper<Client>.GetFirst(classificator.Clients);
...
C# How to add gracefully undo ...
by Darius Damalakas,
September 27, 2007 02:42,
2 refactorings
.Net, C#
The code below ...
On his Blog "Progress vs. P...