Visual Basic Code , VB.NET Code
Find Code:
  All
  VB
  VB.NET
  ASP
  ASP.NET
  Snippets
  Popular
  Submit Code
  Forums
  Articles
  Tips
  Links
  Books
  Contest
  Mailing List
  Link to us
 Home >> Author

 All submissions by: "Gideon Isaac"

Associate descriptions with files on your PCVersion: VB 2015
Author: Gideon IsaacSubmitted: 11/23/2017Downloads: 1919
This program lets you associate descriptions with the filenames for files in any folder on your PC. This is useful if you have downloaded many articles, and are in danger of forgetting what is in them. Once you have typed in your descriptions a CSV w ...more>>

Download (and simplify) webpages to read offlineVersion: VB 2015
Author: Gideon IsaacSubmitted: 4/27/2017Downloads: 1855
Suppose you want to download various articles from a website, concatenate them into a little book with a table of contents, and read that book offline This program lets you do that. It will also remove any dangerous tags (such as scripting) and lets you ...more>>

Alphabetize or Filter Visual Studio VB routinesVersion: VB 2015
Author: Gideon IsaacSubmitted: 10/10/2016Downloads: 1626
This new version lets you find all routines in a vb project that have a particular string, and do not have another string. The old version let you do that with only one word in each case. Other improvements were made too.

Chaos attractors and repeller simulatorVersion: VB 2013
Author: Gideon IsaacSubmitted: 5/19/2016Downloads: 1245
Some functions approach 'attractors' if you keep feeding their output into their input. Attractors can be fixed points, or periodic cycles, or "strange attractors" which never cross their own path, but stay within a general shape and area. This is a one ...more>>

Equation EvaluatorVersion: VB 2013
Author: Gideon IsaacSubmitted: 5/11/2016Downloads: 1633
This calculates expressions such as (exp(x) - 1) / (exp(x) + 1) - 8 * (sine(.2.0) - 30 * (y - 3)) etc. The basic object is a class that has one number, and one operator (such as multiplication). This type of calculator can be extended (to complex number ...more>>

Browse and DownloadVersion: VB 2012
Author: Gideon IsaacSubmitted: 1/18/2016Downloads: 2013
**NEWLY UPDATED VERSION** The code does more things than it used to, so I put a help button on each page. The program lets a user download the links on a page. For instance, if you want to download articles from "ruthFullyYours.com", you would typ ...more>>

Browse and DownloadVersion: VB 2012
Author: Gideon IsaacSubmitted: 6/26/2014Downloads: 2194
**UPDATED VERSION** Suppose you want to read the articles on a website, but you will be in a train and not have internet connectivity. Or suppose you are studying a science website, and there are many links to PDFs that you want to download and study o ...more>>

Double a column of text or alphabetize itVersion: C# 2012
Author: Gideon IsaacSubmitted: 11/15/2013Downloads: 1491
Many times in programming you have to duplicate a column or alphabetize it. For instance, suppose you have a sql server table. You script it, and have a list of fields. From that, you would like to make an update statement. The update statement look ...more>>

Combinatorial Programming TestingVersion: VB 2010
Author: Gideon IsaacSubmitted: 6/3/2013Downloads: 1859
Suppose you have a program that displays videos. You want to test 3 types of videos: youtube videos, html5 videos, and Vimeo videos. You want to test them on Internet Explorer, Chrome, and Firefox. That's already 9 combinations of tests. Rather than ...more>>

Paste a list of files into your code or webpageVersion: C# 2010
Author: Gideon IsaacSubmitted: 3/9/2013Downloads: 1562
I've found this utility surprisingly useful when programming. You choose a folder, and a file extension (for instance "*.aspx") and you get a list of all files with that extension in that folder (subfolders are not included). This list can be pasted in ...more>>
Page 1 of  2  Next >>

Go to page: 1  2