| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Encrypt/Decrypt Functions | VB.NET | Intermediate / Christian Mallette (from psc cd) | 2359 since 1/1/2015 3:09:00 PM |
By 5 Users
|
|
This is a Visual Basic.net port of my original PHP encryption/decryption algorithm. (ScreenShot) |
|
|
|
 |
File Downloader (class) | VB.NET | Intermediate / [RTS]BN+VS* (from psc cd) | 3214 since 1/6/2015 1:02:00 AM |
By 2 Users
|
|
A class for downloading files in the background that supports info about their progress, the total progress, cancellation, pausing, and resuming. The downloads will run on a separate thread so you don't have to worry about multihreading yourself. (ScreenShot) |
|
|
|
 |
Find objects and label them in a thresholded image | C# | Advanced / Anas S. A. (from psc cd) | 2414 since 1/1/2015 3:11:00 PM |
By 2 Users
|
|
This code finds objects in a thresholded image, labels them and reports their total number by using 4-connectedness labeling. The background is labeled as zero "0" and objects are labeled accordingly. The process is done by scanning the image top to botto ...(description truncated) (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
Floyd–Warshall algorithm | C# | Advanced / Sami ERBASI | 3602 since 8/20/2015 4:12:11 AM | Unrated
|
|
it does improving an estimate on the shortest path between two vertices. (ScreenShot) |
|
|
|
 |
Hash Text Md5 SHA1 SHA256 SHA384 SHA512 | VB.NET | Beginner / Hasni Tahar | 1977 since 11/19/2018 5:10:14 PM | Unrated
|
|
calculate hash of text using md5 sha1 sha256 sha384 sha512
with different encoding utf8 ,ascii ,unicode,
(ScreenShot) |
|
|
|
 |
Hello World in C# | C# | Beginner / Jake R. Pomperada | 3266 since 6/19/2016 3:08:32 AM | Unrated
|
|
Here is a simple hello world program in C# provided by my friend Dave Marcellana.
Add me at Facebook my address is jakerpomperada@gmail.com and jakerpomperada@yahoo.com.
My mobile number here in the Philippines is 09173084360.
|
|
|
|
 |
Heuristic Algorithm | VB.NET | Advanced / Rodmmy Ortiz (from psc cd) | 3001 since 1/3/2015 1:41:00 PM |
By 5 Users
|
|
UPDATE: 03/2010 - after too many time, I remember this Algorithm, I'm uploading a new version for VB.NET 2005 - Regards :D
This form use the Heuristic Algorithm to find the objetive puted by the user randomly, this is a method used in IA to Vision Recogni ...(description truncated) (ScreenShot) |
|
|
|
 |
High Speed Threaded Parser Class | VB.NET | Advanced / Voidrealms.com (from psc cd) | 2713 since 1/2/2015 1:08:00 PM |
By 7 Users
|
|
This is a High speed parsing class that uses Regular Expressions. The class is threaded so it will not slow down your application. The class has (built in) the functionality to parse links, images, email addresses, and html tags. The class will parse subs ...(description truncated) (ScreenShot) |
|
|
|
 |
If Else Statement in C# | C# | Beginner / Jake R. Pomperada | 3230 since 6/19/2016 3:09:23 AM | Unrated
|
|
This sample program written in C# will show you how to use if else statement this sample program is being provided by my good friend and fellow programmer Mr. Dave Marcellana.
Add me at Facebook my address is jakerpomperada@gmail.com and jakerpomperada@y ...(description truncated) |
|
|
|
 |
Iteration Performance | C#, C++.NET | Intermediate / Trevor Misfeldt (from psc cd) | 4612 since 1/1/2015 8:17:00 PM |
By 2 Users
|
|
Compares various iteration methods in .NET with an eye on the best possible performance over large data collections. |
|