snowman

Stories kicked by snowman

TortoiseSVN in Visual Studio(vorpal.cc)

submitted by rjdudleyrjdudley(1465) 5 years, 9 months ago

Are you a Subversion/Tortise die-hard? This post shows you how to configure a Tortise toolbar in VS. read more...

6 comments |category: |Views: 76

tags: another

Linux + Subversion + Trac in a VmWare Image = Perfect Agile World(vmware.com)

submitted by marcosmarcos(2779) 5 years, 10 months ago

I love Trac as SCM because it integrates directly with the Subversion repository and full support the agile methodology. Now thanks to the guys of VmWare you can download a the Free VmWare player http://www.vmware.com/download/player/ and run your linux box inside windows for free. And of course you can move it from machine to machine in your pen drive =) the best part, isn't ? read more...

1 comment |category: |Views: 596

tags: another

Model View Presenter with ASP.NET(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

This article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logic. read more...

add a comment |category: |Views: 9

tags: another

Virtual PC 2004 Now Free!(blogs.technet.com)

submitted by rjdudleyrjdudley(1465) 5 years, 10 months ago

First Virtual Server 2005 was free, and now Virtual PC 2004 is free (as of 9am PST). And, Virtual PC 2007 will apparently also be free. Download links in the article. read more...

1 comment |category: |Views: 4

tags: another

Building a simple RSS reader using WPF databinding(snowball.be)

submitted by gillgill(1070) 5 years, 10 months ago

In this article, the author takes you through WPF databinding, while building a simple RSS reader. read more...

2 comments |category: |Views: 1968

tags: another

Download new JSON stand-alone library for Microsoft .NET 1.1/2.0(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Michael Schwarz has released the AJAX.NET JSON parser and serialiser as its own component. This is perfect for me and this site as I am currently only using the JSON serialiser from AJAX.NET. I am using the Dojo toolkit as the AJAX library. read more...

add a comment |category: |Views: 202

tags: another

Strongly-Typed Reflection(ayende.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Ayende Rahien presents a solution for strongly-typed reflection. - "I refactor a lot, and I just hate it when everything compiles okay, and then things breaks on runtime. I think that static reflection will enable writing amazing code. The functionality is already built into the CLR (check the ldtoken/ldftn IL instructions and friends). It didn't make it into the 2.0 release, but I hope that it will be in the next release. In the meantime, the 2.0 Reflection has been optimized, so that is what we have for now. But it's not enough for me. ..." read more...

add a comment |category: |Views: 60

tags: another

Serializing Objects as JavaScript using Atlas, JSON.NET and AjaxPro(hanselman.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 10 months ago

Scott Hanselman compares three .NET <--> JSON serialisation libraries. I have been using AjaxPro.NET, but am interested in trying out Json.NET read more...

add a comment |category: |Views: 61

tags: another

Image Processing Lab in C#(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 11 months ago

Image Processing Lab is a simple tool for image processing, which includes different filters and tools to analyze images. It’s easy to develop your own filters and to integrate them with the code or to use the tools in your own application. The following filters are implemented in the library: Color filters (grayscale, sepia, invert, rotate, channel extraction, channel replacing, channel filtering, color filtering, Euclidean color filtering); HSL filters (linear correction, brightness, contrast, saturation, hue modifier, HSL filtering); YCbCr filters (linear correction, YCbCr filtering, channel extraction/replacement); Binarization filters (threshold, threshold with carry, ordered dithering, Bayer dithering, Floyd-Steinberg, Burkes, Jarvis-Judice-Ninke, Sierra, Stevenson-Arce, Stucki dithering methods); Automatic binarization (simple image statistics); Mathematical morphology filters (erosion, dilatation, opening, closing, hit & miss, thinning, thickening); Convolution filters (mean, blur, sharpen, edges, Gaussian); 2 Source filters (merge, intersect, add, subtract, difference, move towards, morph); Edge detectors (homogeneity, difference, sobel, canny); Blob counter, connected components labeling; Pixellate, simple skeletonization, jitter, shrink, oil painting; Levels linear filter, gamma correction; Median filter, adaptive smoothing, conservative smoothing; Resize and rotate; Texture generators based on Perlin noise; Texture filters (texturer, textured filtering, textured merging); Fourier transformation (lowpass and hipass filters). read more...

add a comment |category: |Views: 460

tags: another

NParsec: Recursive-descent Parser Combinator Framework(jparsec.codehaus.org)

submitted by snowmansnowman(25) 5 years, 11 months ago

A recursive-descent parser combinator framework based on Haskell's parsec (http://www.cs.uu.nl/~daan/parsec.html). read more...

add a comment |category: |Views: 112

tags: another