Results for "Category: Miscellaneous"
This will obtain the Microsoft Windows version on the platform the program is executed on. It supports the newest versions too. Feedback is appreciated. Note that Blackcomb will change as it is just their code name for that Operating System.
(BY REQUEST IT NOW PRODUCES ONLY UNIQUE PASSWORDS. ENJOY IT!!) This will create passwords any number of passwords you want with any mask. You can also create custom masks! Very simple and little code. Easily customizable. MUST SEE! If you like it please vote and leave feedback.
This will create any number of passwords you want with any mask. You can also create custom masks and now custom keys! Also checks to make sure the passwords are unique. Very simple to use. Easily customizable. IF YOU LIKE MY LAST ONE THIS IS A MUST SEE! If you like it please vote and leave feedback.
System Assessment XP is an easy way to compare different computers performances to each other, the program performances tests in a variety of different areas(Maths, Graphics, System...), and then displays the results in an easy to read graphs. The tests are benchmarked against my pc as a deault(AMD XP Barton 3000+, 512mb Ram, Radeon 9800 Pro 128mb Graphics) The test should be carried out on Windows XP as other OS's can provide different results.
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 means, a user is able to run the cellular automata using any of him custom rule. This program offers Save/Open functionality for both rules and field. Learn more about Cellular Automata by clicking at the links below: http://www.colorado.edu/physics/pion/srr/catutorial/ http://parallel.hpc.unsw.edu.au/complex/tutorials/tutorial1.html PLEASE VOTE!!! If you like the program.. Visit program homepage at: http://naramcheez.paraschopra.com/celllab/index.php
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.
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 can sms to any of your freind using any of the free services available on the net. Please VOTE. sms version : it cnverts any gven txt in to the nw english clled sms. i thnk all wld hve hrd sms, it is a lnguge usd in mbile phnes. nw it is flly efficint coz nw it is nt bta. fxed tht dvl bg. bt if u fnd a bg plase inform m. u cn sms to any of yr frnd usng any of the free srvics avlble on the nt. plase vte.
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 rather they are executed one by one. It is a very sophisticated language which can execute variety of programs. You can implement loops, conditionals, variables, etc. in this language. As this is its first release it may be having several limitations and bugs. Any comments, improvements, VOTES and feedback will be appreciated.
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 chatting with it for the first time, but gradually it will develop it's knowledge. You can personalise it by talking with it about you. Please mail me your 'mem.dat'(memory file) after you have chatted with it for a long time so that I can fuse all the collected mem.dat file into one big file hence improving the knowledge of SPEAK. Comments, improvements, credits, feedback and votes are greatly appreciated. Made By: Paras Chopra CEO, NaramCheez http://naramcheez.netfirms.com paraschopra@lycos.com
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 code needs to be typed. Third,unlike other algorithms either new offspring will replace the bad ones or mutation occurs in all the bad ones. You only have to do 4 things 1. Build population using buildpop sub. 2. Call Evolve method. 3. Build a sub which will evaluate fitness. 4. Build a sub which is called when solution is found. The example consists of - library(GAMod), Module(UsrMod) and Form(frmGA) The purpose of this example is to take a number and resolves it into form like v^2+w^2+x^2+y^2+z^2, where v, w, x, y and z are between 0 and 9. Changes: 1. A little more nice GUI 2. A progress graph 3. Information about best and worst chromosomes so far 4. Information about the process from which a specified chromosome is made 5. And most important: change in algorithm Note: The module is customised a litlle bit. The non customised module is in directory "GA_NonCustomised", which you can use in your applications. It may be having bugs. Solve complex problems with this algorithm. And have fun. Please VOTE! and COMMENTS are appreciated Made By Paras Chopra CEO, NaramCheez http://naramcheez.netfirms.com paraschopra@lycos.com P.S.:If you want a tutorial on GA please tell me. I can write one.
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 my code. This tutorial was written because in my sight there was not a single tutorial with both Genetic Algorithms and Visual Basic in it. I have written this tutorial to help a current VB programmer understand and implement GA with ease.
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 you can. The code here is extensible ie you can use my code in your programs to implement neural networks. Here a sample problem and network is given. Load the network with name "XOR.nn". It solves XOR problem. 'Please don't forget to give comments, credits and most important your VOTE!. And note if Neural Networks and back propagation is a mystery for you I can write a tutorial on nn and back propagation. Just tell me, if you want it, via feedback. And also, if you create another application using my neural networks please inform me. MadeBy: Paras Chopra CEO, NaramCheez paraschopra@lycos.com http://naramcheez.netfirms.com
This script will track statistics on your users. The biggest perk is the fact that it keeps track of how long a user views a page. Very sexy stuff. DON'T FORGET TO RATE MY CODE!
Get your feet wet with one of the hottest web languages around, PHP!
When you click on a grid cell in msflex grid it will highlight the whole row and unhighlight the other rows.
This program is useful, when you need create control and don´t know how many element you have. Also show how you can add and remove control in runtime. Also, you can create a control deal of you need it. For instance, when you need load information, but don´t know how many control you must paint.
Fast way to Remove duplicates from ListView. I havn't seen anthing that is the same on PSC, so I hope this will help in the quest for a faster way to remove duplicate items from a listview.. though I really don't think there is a "Fast" way to do it.. Who knows.. ENJOY!
This tutorial explains in plain english how to create a real text or graphical Operating System that can be booted from a floppy. Source Code and compiling tools included (Link Fixed). Source code is in C and assembly. Vote if you like it, thanks ;-)
To gather info on word frequency in a document. This one is fast. I use arrays of bytes instead of strings to speed up the program. Compared to a string based version (like the one posted by lordaych, on 2/25/02 - called "Word Frequency Analyser"), this version is up to 40 times as fast.
Yes it is possible to put text into a picture box. You can use this code to display captions on pictures and make uneditable text!