vckicks

Stories kicked by vckicks

Working with enums and strings in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 5 months, 22 days ago

How to C# enums to readable strings and parse them back. read more...

add a comment |category: |Views: 24

tags: another

Selenium WebDriver C# Extensions(www.vcskicks.com)

submitted by vckicksvckicks(399) 8 months, 5 days ago

List of useful extension functions written in C# to enhance the functionality of Selenium WebDriver read more...

add a comment |category: |Views: 31

tags: another

jQuery Selector for Selenium(www.vcskicks.com)

submitted by vckicksvckicks(399) 9 months, 5 days ago

Add jQuery selectors to Selenium Webdriver in C# without modifying the Selenium server. read more...

add a comment |category: |Views: 15

tags: another

Regular Polygons in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 9 months, 17 days ago

How to draw regular polygons in C# by calculating vertex coordinates and using GDI+ read more...

add a comment |category: |Views: 2

tags: another

Javascript Multiline String Utility(www.vcskicks.com)

submitted by vckicksvckicks(399) 10 months, 11 days ago

Writing a tool in C# to transform multiple lines of text into a javascript-friendly multi-line string. read more...

add a comment |category: |Views: 3

tags: another

Representing Graphs in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 10 months, 18 days ago

Possible ways to represent a graph data-structure in C# to implement graph algorithms. read more...

add a comment |category: |Views: 4

tags: another

Pick elements based on probability in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 1 year, 6 months ago

Using basic statistics for randomly pick an element from a list based on each element's probability of being chosen. read more...

add a comment |category: |Views: 9

tags: another

Windows Form Resize Animation(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 1 month ago

Apply concepts of WinForm animation to create a smooth resizing animation effect. read more...

add a comment |category: |Views: 78

tags: another

MS-Queue and .NET Applications(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 1 month ago

Access the MS-Queue Windows component through C# to create some interesting and powerful applications. read more...

add a comment |category: |Views: 24

tags: another

Image Hashing in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

Simple approach to get the hash code of an image in C#. read more...

add a comment |category: |Views: 25

tags: another

Floats to Fractions in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

http://www.vcskicks.com/decimal-to-fraction.php read more...

add a comment |category: |Views: 19

tags: another

.NET Quadratic Solver(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

.NET implementation of the quadratic formula to solve quadratic equations. Algorithms for working with double and float types. read more...

add a comment |category: |Views: 11

tags: another

C# PageRank Checker(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

How to request the Google PageRank of a website through C#. read more...

add a comment |category: |Views: 95

tags: another

Emulating PHP time Function in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

Returns time represented in the same way as the PHP time() function. read more...

add a comment |category: |Views: 7

tags: another

Splitting an Array in Partitions(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

How to split a list in C# into smaller lists (or partitions). The concepts apply to .NET arrays as well. read more...

add a comment |category: |Views: 6

tags: another

Relative Paths in C#(www.vcskicks.com)

submitted by vckicksvckicks(399) 2 years, 3 months ago

How to work with relative paths in C# WinForm applications. read more...

add a comment |category: |Views: 9

tags: another