Visual Basic Stats:

How to support the site


Site Wide Message: (current site time 7/29/2010 9:17:29 PM EDT)
  • We want your input! One of our sponsors wants to know your opinion about development related issues. Click here to tell us what you think.
  • Are you an emerging/young developer (aged 18-30)? If so, would you like the chance to affect future developer tools and products?
    If so, then click here to give your feedback.
 
Other Entries by Paras Chopra.

Search Results: Page 1 of 1 found. Entries 1 - 24 of 24 found
  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  A new Genetic Algorithm (with example) - Works brilliantly - UpdateA new Genetic Algorithm (with example) - Works brilliantly - UpdateVB 6.0Intermediate /
Paras Chopra
28607 since
6/18/2002 12:38:48 AM

By 5 Users
4 Excellent Ratings
       A new Genetic Algorithm (with example) - Works brilliantly - Update Here comes the Genetic Algorithm library which is little different from other algorithms. First, it uses real values instead of binary ones. Second, there is very little problem specific ...(description truncated)
 
 
  A very simple example of Neural Networks using back propagationA very simple example of Neural Networks using back propagationVB 6.0Intermediate /
Paras Chopra
47192 since
6/23/2002 8:45:16 AM

By 21 Users
18 Excellent Ratings
       A very simple example of Neural Networks using back propagation This program is a simple example of Neural Networks using back propagation. My code has all basic functionalities like learning rate, load net, save net, etc. You can have as many layers as y ...(description truncated)
 
 
  ALang - Assembly Language for BeginnersALang - Assembly Language for BeginnersVB 6.0Beginner /
Paras Chopra
2660 since
10/12/2002 9:31:36 AM

By 5 Users
5 Excellent Ratings
       ALang is an easy to learn and use Assembly Language for beginners. ALang is very close to Assembly language in its syntax and execution. It is an interpreted language. This means that programs written in ALang are not compiled directly into machine codes ...(description truncated)
 
 
  ALang - Assembly Language for Beginners - Major UPDATEALang - Assembly Language for Beginners - Major UPDATEVB 6.0Beginner /
Paras Chopra
6790 since
10/17/2002 11:30:27 AM

By 2 Users

       ALang is an easy to learn and use Assembly Language for beginners. ALang is very close to Assembly language in its syntax and execution. It is an interpreted language. This means that programs written in ALang are not compiled directly into machine codes ...(description truncated)
 
Please support the site by visiting our sponsor:
 
  BuildURExe ( Convert text (txt) into GUI executable (exe)BuildURExe ( Convert text (txt) into GUI executable (exe)VB 6.0Intermediate /
Paras Chopra
5750 since
12/18/2001 4:35:10 AM

By 4 Users

       Here is the executable compiler from me what I always wanted. It compiles GUI executables, no longer stick to MSDOS ones. No longer distribute readme .txt files. Proudly distribute executable files. It was a very difficult work but done at last. Nice inte ...(description truncated)
 
 
  BuildURExe (Convert text(txt) into GUI executable(exe))BuildURExe (Convert text(txt) into GUI executable(exe))VB 6.0Intermediate /
Paras Chopra
4654 since
12/18/2001 11:18:05 AM

By 1 Users

       Here is a executable compiler from me what I always wanted. It produces GUI executables. No longer distribute readme txt files. Proudly distribute executable files. It was a very difficult work but done atlast. Nice interface. can be called as txt2exe. I ...(description truncated)
 
 
  d2b - b2d (Decimal 2 Binary & vice versa)d2b - b2d (Decimal 2 Binary & vice versa)VB 6.0Beginner /
Paras Chopra
1175 since
12/18/2001 11:25:46 AM

By 4 Users

       This program converts Decimal 2 Binary & Binary 2 Decimal. It is highly accurate. Now tell me, am i accurate 11101110000001 means 15233. Yes I am.
 
 
  Deployer (create self extarcting executable, with files of your choice in it)Deployer (create self extarcting executable, with files of your choice in it)VB 6.0Intermediate /
Paras Chopra
4562 since
12/23/2001 3:13:24 AM

By 4 Users

       This program creates only one executable of many files. You can use it to distribute your software or anything else. Pack as many files into one single exe. It is setup creater. It produces only one single file. Opposite to visual basic deployer which cre ...(description truncated)
 
 
  Encryption using key-text position algorithm which is vrirtually impossible to crack.Encryption using key-text position algorithm which is vrirtually impossible to crack.VB 6.0Beginner /
Paras Chopra
1575 since
10/28/2002 10:21:20 AM

By 1 Users

       Here comes another encryption program. It uses key-text position algorithm which makes the encrypted text very difficult to crack. Currently it can only encrypt text not any binary file. It may give errors for some non-english characters. Please VOTE!!
 
 
  Experimental Optical Charachter Recognation using Neural NetsExperimental Optical Charachter Recognation using Neural NetsVB 6.0Intermediate /
Paras Chopra
8062 since
6/18/2002 12:42:07 AM

By 3 Users
3 Excellent Ratings
       Experimental Optical Charachter Recognation using Neural Nets This is an Experimental OCR which recognises numbers from 0 to 9. I got the concept & a little code from a guy on PSC named Jonathan Daniel(Probably). The neural net is not trained. The net nee ...(description truncated)
 
 
  Experimental Optical Charachter Recognation using Neural Nets - Added missing filesExperimental Optical Charachter Recognation using Neural Nets - Added missing filesVB 6.0Intermediate /
Paras Chopra
16150 since
6/18/2002 7:06:47 AM

By 2 Users

       Experimental Optical Charachter Recognation using Neural Nets This is an Experimental OCR which recognises numbers from 0 to 9. I got the concept & a little code from a guy on PSC named Jonathan Daniel(Probably). The neural net is not trained. The net nee ...(description truncated)
 
 
  fav2html (Convert IE's favorites into HTML pages) MINOR UPDATEfav2html (Convert IE's favorites into HTML pages) MINOR UPDATEVB 6.0Intermediate /
Paras Chopra
6533 since
12/18/2001 11:23:24 AM

By 1 Users

       As it's name says, it converts your windows favorites into html pages. Then you can upload them to any web-server and access your favorites anywhere. Or you can email the generated HTML pages to your friends. Remote access of your favorites. But it is req ...(description truncated)
 
 
  Genetic Algorithms : Understanding using Visual Basic.Genetic Algorithms : Understanding using Visual Basic.VB 6.0Intermediate /
Paras Chopra
8132 since
6/21/2002 4:20:01 AM

By 17 Users
16 Excellent Ratings
       This tutorial is written with the a strong aim. It's main purpose is to make you understand Genetic Algorithms(GA). This tutorial is written by using examples from the 'Genetic Algorithm using Real Numbers' written by me. It is written in complementary to ...(description truncated)
 
 
  Get the path where a shortcut leads to - A must seeGet the path where a shortcut leads to - A must seeVB 5.0, VB 6.0Intermediate /
Paras Chopra
2916 since
2/3/2002 12:20:08 AM

By 3 Users

       It will tell you where a shortcut(*.lnk) file leads to. If you open a *.lnk file in binary mode you can clearly see the path, but extracting it from the whole lot of junk is difficult. In this situation my code comes to work. The code is very difficult to ...(description truncated)
 
 
  Neural Networks: Understanding Using Visual Basic - Download tutorialNeural Networks: Understanding Using Visual Basic - Download tutorialVB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0Intermediate /
Paras Chopra
7230 since
7/18/2004 11:26:35 AM

By 7 Users
6 Excellent Ratings
       A neural network tutorial for Visual Basic programmers. The previous post got all messes up, so here is the tutorial. Read nn_tutorial.html included in the zip file.
 
 
  PAPFAE -  Plot A Pattern From An Equation [with random equation generator].PAPFAE - Plot A Pattern From An Equation [with random equation generator].VB 5.0, VB 6.0Intermediate /
Paras Chopra
1754 since
3/29/2002 9:52:00 AM

By 2 Users

       PAPFAE v1.0 Plot A Pattern From An Equation [with random equation generator]. As its name says it plots a beautiful image from an equation. There are numerous image plotters but this one is unique as it generates a random equation so you need not to provi ...(description truncated)
 
 
  Produce PDF files without having Acrobat (Update v1.1)!Produce PDF files without having Acrobat (Update v1.1)!VB 5.0, VB 6.0Intermediate /
Paras Chopra
35788 since
8/9/2005 12:51:15 PM

By 43 Users
28 Excellent Ratings
       PDFproducer v1.1 PDFproducer produces PDF file of any text file. As this version is first version, no graphics support, no font_size change support. But the really thing I want to show are the basic elements of a PDF file. I have always wanted to do this. ...(description truncated)
 
 
  reate music from pictures - 6 different midi songs from a single picturereate music from pictures - 6 different midi songs from a single pictureVB 6.0Beginner /
Paras Chopra
2439 since
6/27/2002 1:12:16 PM

By 2 Users

       Create music from pictures - 6 different midi songs from a single picture This code creates music from any picture, although you can implement it to create midi music from files too. You can change the existing picture to any picture of your choice. This ...(description truncated)
 
 
  Scriptable Cellular AutomataScriptable Cellular AutomataVB 5.0, VB 6.0Intermediate /
Paras Chopra
2070 since
9/13/2005 11:15:16 AM

By 3 Users
2 Excellent Ratings
       This is the source code of the Program CellLab. The program is an experimentation toolkit for a 2D cellular automata. Cell Laboratory basically separates the rules and the field where action is happening. It offers customizable rule and field system. It m ...(description truncated)Click here to see a screenshot of this code!(ScreenShot)
 
 
  Smartest Tic-Tac-Toe which thinks & has brain of it's ownSmartest Tic-Tac-Toe which thinks & has brain of it's ownVB 6.0Intermediate /
Paras Chopra
14689 since
12/27/2001 9:37:24 AM

By 6 Users
3 Excellent Ratings
       Here comes The Smartest Tic-Tac-Toe which thinks & has brain of it's own. It becomes more smarter as you play with it because it recalls all the best moves it had made to win the game, if it does not find then it searches the best possible move. And if it ...(description truncated)
 
 
  SPEAK v1.1- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer.SPEAK v1.1- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer.VB 6.0Intermediate /
Paras Chopra
7969 since
11/12/2002 9:41:33 AM

By 1 Users

       Speak is a Personlised English Accent Kernel. It is still in beta stage. It is a chatterbot whhich can chat in English with you. It is very dumber when you start chatting with it for the first time, but gradually it will develop it's knowledge. You can pe ...(description truncated)
 
 
  SPEAK- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer.SPEAK- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer.VB 6.0Intermediate /
Paras Chopra
2090 since
7/30/2002 11:13:32 AM

By 5 Users
4 Excellent Ratings
       SPEAK- Speak is a Personlised English Accent Kernel - A chatterbot - Chat with the computer. Speak is a Personlised English Accent Kernel. It is still in beta stage. It is a chatterbot whhich can chat in English with you. It is very dumber when you start ...(description truncated)
 
 
  txt2sms (Convert pure english into sms english)txt2sms (Convert pure english into sms english)VB 6.0Intermediate /
Paras Chopra
8233 since
12/18/2001 11:20:47 AM

By 4 Users
4 Excellent Ratings
       It converts any given text in to the new english called sms. I think all would have heard sms, it is a language used in mobile phones. Now it is fully efficient because now it is not beta. Fixed that devil bug. But if you find a bug please inform me. You ...(description truncated)
 
 
  xsOS- A sub shell for Operating System (Update (error free( probably)))xsOS- A sub shell for Operating System (Update (error free( probably)))VB 6.0Intermediate /
Paras Chopra
2314 since
12/15/2001 9:19:54 AM

By 2 Users

       xsOS is eXtensible Sub-Operating System. It simplifies many tedious tasks by assigning a user defined name to user defined task. Like playing your favorite song, opening a directory, etc. in one command. It is very easy to learn. Infact, an amateur can op ...(description truncated)
 


Search Results: Page 1 of 1 found. Entries 1 - 24 of 24 found

xxx
Compatibility Filter Profile:

VB 3.0
VB 4.0 (16-bit)
VB 4.0 (32-bit)
VB 5.0
VB 6.0
VB Script
ASP (Active Server Pages)
VBA MS Access
VBA MS Excel