|
|
frogsbrain
frogsbrain
 |
|
Stories kicked by frogsbrain
|
|
published 4 months ago, submitted by
igoro
4 months, 1 day 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
|
category: C# | Views: 340
|
|
tags:
Pick, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
samdnp
5 months, 10 days ago
code.msdn.microsoft.com — This open-source project uses a directed acyclic word graph and Windows Forms C# to find anagrams in words fast and with little memory. In my experience there are no faster algorithms (implementations, yes). Useful for word games and only about 400 lines of code. Uses a tree in C#. read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
frogsbrain
8 months, 27 days ago
codebetter.com — Product ownership goes beyond the Chicken and Pig stereotypes. A good opinion post on taking the responsibility for success beyond just the members of an agile team into the management and executive level. read more...
add a comment
|
category: Other | Views: 0
|
|
tags:
Misc | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 1 month ago, submitted by
powerrush
1 year, 1 month ago
betterexplained.com — A good, "highly visual" overview of Version Control, (a.k.a. Source Control). It also references Subversion command line examples, but the overview applies to most version control systems. read more...
add a comment
|
category: Other | Views: 3
|
|
tags:
HowTo, Subversion, VersionControl, SourceControl, SVN | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 2 months ago, submitted by
pinaldave
1 year, 2 months ago
blog.sqlauthority.com — Scrum is organized around the following roles:
* Product Owner - Determines what functionality is needed
* ScrumMaster - Leads the Scrum and is primarily responsible for making sure the Scrum process is followed and removing impediments that keep the Team from working
* The Team - Those who do the actual work that translates what the Product Owner has requested into usable functionality
Read more ... read more...
4 comments
|
category: Database | Views: 6
|
|
tags:
Scrum, Agile, ProjectManagement, SQLAuthority, Project | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
vermdivya
1 year, 3 months ago
dotnetguts.blogspot.com — Tips and Tricks which should be used while dealing with SQL read more...
|
|
tags:
Optimization, Tips, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
activa
1 year, 3 months ago
blog.activa.be — After looking at the specs for JSON, I figured it couldn’t be too hard to write a JSON serializer in C#. Not only was it not that hard, it was very short too: about 100 lines of code. read more...
add a comment
|
category: AJAX | Views: 466
|
|
tags:
C#, JSON | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
rstrahl
1 year, 3 months ago
west-wind.com — A quick walkthrough of setting up and configuring SubVersion with Tortoise SVN and getting started creating repositories, adding files and folders, creating local copies and working with SVN. read more...
1 comment
|
category: Open Source | Views: 42
|
|
tags:
TortoiseSVN, SVN, SourceControl | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
bayarsaikhan
1 year, 3 months ago
plentyofcode.com — I have collected list of the Visual Studio Add-ins, most of which are open source or free. I hope this list will help you to code more faster and effective. If there is not your favorite add-in in the below list, do not hesitate to add it as a comment. read more...
3 comments
|
category: Visual Studio | Views: 2
|
|
tags:
IDE, addin, VisualStudio, OpenSource, Plugin | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 3 months ago, submitted by
pinaldave
1 year, 3 months ago
blog.sqlauthority.com — Question I received is do I ask the same questions in interviews which I administrate. Answer is YES. Though, I have few other questions, which I ask. All of them I came up myself and answers are unique to questions and not available on-line. Well, long story short, I have compiled list of questions in one PDF. Please download them and use them in your next interview or just for reading purpose. read more...
add a comment
|
category: Database | Views: 61
|
|
tags:
Interview, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
frogsbrain
1 year, 4 months ago
frogsbrain.blogspot.com — How confident are you in the adequacy of your unit tests? What if we just tweak this one little condition. It's just a tiny little condition, just this one ... *BOOMF* (clue, "Meaning of Life") read more...
|
|
tags:
UnitTesting, TDD | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|