Nepravidelný občasník lehce komentovaných linků ze světa vývoje v .NETu...
SOFTWARE
A: Co je sakra ten wireshark zač?
B: Na stránkách píšou že je to nějaký analyzátor síťového provozu. Asi v podstatě tcpdump ale s GUI.
C: Hmm, to je jako bys řekl buldozer je v podstatě lopata a jediný rozdíl je v tom že je žlutá.
- The C5 Generic Collection Library - pro případ že vám v .NETu chybí prioritní fronta nebo podobné datové struktury. Solidní kód pod značně přívětivou MITovou licencí.
The C5 collection library provides the following collection concepts, described by C# interfaces: Directed enumerable, collection value, directed collection value, extensible collection, collection, sequenced collection, indexed collection, sorted collection, indexed sorted collection, persistent sorted collection, list, LIFO stack, FIFO queue, priority queue, dictionary, and sorted dictionary.
The C5 collection library provides the following data structures, described by C# classes: array list, doubly linked list, hash-indexed array list, hash-indexed linked list, hash set, hash bag (multiset), sorted array, wrapped array, tree set, tree bag (multiset), stack, double-ended queue, circular queue, priority queue (interval heap), hash dictionary, and tree dictionary.
INFO