DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

igoro Subscribe to this feed
igoro
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories kicked by igoro
3
kicks
submitted by igoro 9 days, 22 hours ago

igoro.com — Big-Oh notation is a simple and powerful way to express how running time of a particular algorithm depends on the size of the input. But, what about the complexity of parallel programs? There are several ways to incorporate this variable into the Big-Oh notation, and I am going to describe them one-by-one. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

25
kicks
published 1 month ago, submitted by igoro 1 month ago

igoro.com — Skip lists are a fascinating data structure: very simple, and yet have the same asymptotic efficiency as much more complicated AVL trees and red-black trees. In this article, I discuss the asymptotic efficiency of operations on skip lists, the ideas that make them work, and their interesting use cases. And, of course, I give you the source code for a skip list in C#. read more...

Add a comment add a comment | category: | Views: 336
tags: , | tag it

22
kicks
published 2 months, 5 days ago, submitted by igoro 2 months, 5 days ago

igoro.com — An easy-to-digest high-level summary of concurrency on .Net: what are the different pieces, where they differ and how they relate. If you want to know the difference between a Thread and a BackgroundWorker, or what is the point of interlocked operations, read this article. read more...

Add a comment add a comment | category: | Views: 309
tags: | tag it

14
kicks
published 2 months, 19 days ago, submitted by jolson88 2 months, 19 days ago

blogs.msdn.com — Microsoft has released the latest CTP for Parallel Extensions to the .NET Framework. Parallel Extensions to the .NET Framework simplifies development by providing library-based support for introducing concurrency into applications written with any .NET language. read more...

Add a comment add a comment | category: | Views: 255
tags: , , , , | tag it

2
kicks
submitted by igoro 2 months, 19 days ago

igoro.com — I stumbled upon a neat trick that works in all C-based languages. By composing ternary conditional operators in a particular way, we can express multi-clause if statements in a surprisingly concise and clean way. read more...

Add a comment add a comment | category: | Views: 23
tags: | tag it

4
kicks
submitted by igoro 2 months, 26 days ago

igoro.com — I put together a library of operators that extend LINQ to objects to add a better support for side effects, I/O, conversions, and more. read more...

Add a comment add a comment | category: | Views: 17
tags: , | tag it

3
kicks
submitted by raasiel 3 months ago

shafqatahmed.com — Shows how can you pin down an object in memory and described how pinning down works with GC read more...

Add a comment add a comment | category: | Views: 16
tags: | tag it

5
kicks
submitted by rprouse rprouse 3 months, 1 day ago

alteridem.net — How to open an MSI installer file and read properties like the Product Version or Product Name from it. The code provided could be easily modified to read information from any table in the MSI database. read more...

Add a comment add a comment | category: | Views: 21
tags: , , , | tag it

4
kicks
submitted by olschoolrider 3 months, 2 days ago

fxcritic.blogspot.com — Fibers using .NET iterators... read more...

Add a comment add a comment | category: | Views: 48
tags: | tag it

45
kicks
published 3 months, 2 days ago, submitted by igoro 3 months, 3 days ago

igoro.com — Ever since I learned about LINQ, I keep discovering new ways to use it to improve my code. Every trick makes my code a little bit faster to write, and a little bit easier to read. This posting summarizes some of the tricks that I came across. I will show you how to use LINQ to: initialize an array, iterate over multiple arrays in a single loop, generate a random sequence, ... read more...

Add a comment 1 comment | category: | Views: 645
tags: , | tag it

13
kicks
published 3 months, 4 days ago, submitted by rimsystems rimsystems 3 months, 5 days ago

aspnet.4guysfromrolla.com — Describes a method for warning a user that their caps lock is on using JavaScript. Also includes an ASP.NET control read more...

Add a comment add a comment | category: | Views: 208
tags: | tag it

14
kicks
published 3 months, 7 days ago, submitted by igoro 3 months, 8 days ago

codebetter.com — Matthew Podwysocki discusses several present and future approaches to handling concurrency in .Net. From the article: "We need not only a better way to handle concurrency, but a better way to describe them as well. This is where Pi-calculus comes into the picture... But before we get down that beaten path, let's look at a few options that I chose." read more...

Add a comment add a comment | category: | Views: 213
tags: | tag it

5
kicks
submitted by dsalko 3 months, 9 days ago

aspnetcafe.com — Simply class that performs credit card number check. Issuer check and MOD10 check. read more...

Add a comment add a comment | category: | Views: 22
tags: | tag it

3
kicks
submitted by cwbrandsma cwbrandsma 3 months, 12 days ago

ejohn.org — John Resig shows off his port of the Processing visualization language to JavaScript, using the Canvas element.. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

4
kicks
submitted by igoro 3 months, 12 days ago

igoro.com — Quicksort usually runs in O(N log N) time, but in special cases, it takes much longer: O(N^2). It is surprisingly easy to force any quicksort implementation to degrade into the quadratic-time behavior. This trick even works against a randomized quicksort! The article demonstrates how the trick works by applying it against the BCL Array.Sort() routine. read more...

Add a comment add a comment | category: | Views: 3
tags: , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge