Advertisement

Results for "Category: Miscellaneous"

7_2009-2012 #239094
Asm InsertSort

This is a short snippit to use Intel assembler to do an insert sort.

7_2009-2012 #239116
Scrolling Form

This code shows how to make a scrolling form. I have tried to make it as clear as possible. Please don't forget to vote for my code Thanks to all the users Thanks to PSC, the heaven for aspiring programmers

7_2009-2012 #239154
Epsita Antivirus

There's so many antivirus code around the web. I'v seen them mosty all. But i found some lackings. so i wrote one of my. It's Epsita. I'have tasted it so many times. Althou it works on most of computers withour istalling anything. There could be some bugs in it. I'm sorry for them. I useully do not recheck my codes, i re-wright them. i'm wrighting another antivirus with commercial options now so i'm so busy now. please use the code as u want to. vote me if u liked it. Please inspiret me to do some more good works. ###*** Be care full, This app will delete all your autostartup function ex: run, run once. ***### ** There is a fixed and re-writed code "PainKiller" please see this submission of my to have a better one. i had ramoved all of those bugs from it, it dont delete your registry**

7_2009-2012 #239192
PainKiller Antivirus

A modarated virsion of Epsita. Everything had been re-righted and remaked. so many bug fixes. and so many new bug added. Please inform me in any kind of bug report. it worked grate for me altho..want to know ur experiance. and i have a advanced sorry for unconcious bugs. you can learn alot of thing by this code. please help me to do better.

7_2009-2012 #239193
cantSee

cantSee is a very useful app for unhiding all kind of system or normal hidden files. it can search with diffrent options automatically. hopefully u'll like it. use it and code some thing new. thanx 2 those peoples whom code i'd used respectly.

7_2009-2012 #239194
Easyly get all drives with their custome icon (Updated activx)

Get all of your drives with their icons very fast. no VBscripting used. ( Sorry for the missing activx )

7_2009-2012 #239195
Register OCX and DLL by RegThem. You Dont need to do anything

Register any ocx and dll by just running this app. you don't need to give it any location or something else. just put it in the dir of the ocx or dll, it'll collect and register them autometically.

7_2009-2012 #239214
Demo: How to use Adobe Acrobat Reader 7.0 Viewer Control (AcroPDF.dll)

This code demonstrates how to use the Adobe Acrobat 7.0 Browser Control (AcroPDF.dll) with Visual Basic 6.0. Commented and Explained for beginners use. Requires Adobe Acrobat Reader to run. Minimum version is 7.0

7_2009-2012 #239216
the programme

it displays the sum of digits of any no.

7_2009-2012 #239253
Advance .Net Interview Questions

I found this questions really good to crack the interviews.

7_2009-2012 #239261
FileSearch

This Application will search for the specified File

7_2009-2012 #239292
Screen Shot/Capture + Mouse + No clipboard + No dll ocx

The original work is not mine, i was looking for such a code for a long time but couldn't find so finally i had to do it my self by combining codes from others in this site. The original authors are! Display Current Mouse Pointer Image By: Will Brendel CodeId=8252 Simple Screen Capture By: Rye CodeId=56877 Note: The cursor position is not accurate. if you figured it out please post the solution in the comment section below. Thank you

7_2009-2012 #239345
Open It / Go To It

This is to help teach newbies how the Shell works, I Have PERSONALLY tested it on a PC with Windows XP and it worked, XP is a bit different in the codes and commands / Command Prompts,, But it does work and most of them go exactly where they are intended to go ,, some however go to the right place but on the wrong Tab ,,,,,, But still saves time and clicks to get to a location that user may want to get to,, I am still waiting for a friend who is using Windows Vista to hear how it works or worked for them What this is, is a help file, cutting out steps in getting tp many things in a PC like getting to the ,,,, Here is all the places it will go to with just 1 click Display Properties : Background, Screen Saver, Appearance, Settings; Accessability Properties : Keyboard, Sound, Display, Mouse, General; Regional Settings Properties : Regional Settings, Number Currancy, Time, Date; Sounds and Multimedia Properties : Sound, Audio, Voice, Devises; System Properties : General, Devise Manager, Hardware Prfiles, Performance; Add & Remove Programs : Install/Uninstall, Windows Setup, Startup Disk ; Aso gets to the following : Modem, Printers, Joystick, Fonts, Network, Passwords, Control Panel, Date/Time Properties, New Hardware; I originally made this progy for a freind who had somehow gotten something in their PC that blocked the access or path to the Control Panel, Every time they tried to get to the Control Panel a box popped up and said access was denied or path was wrong, What ever it was knew if someone got to the Control Panel it could be Deleted and it was like it knew it & did not want to die & was blocking access to the Control Panel so I made this prgy to go around it, In the zipped file you will find, The .exe, a Notepad with the Codes for Form1 & Form2, However I did not add the features of Form2 to the Notepad, those features may be added in the near future to another progy I upload, Please rate this and leave comments or help tips if you see any room for improvements or can think of any..... Thanks ICE I call this program ,,,,,,,,,, Open It or Go To It I have made Updates to this now & call it Advanced Go To It / Open It,,,, It will now open 15 more things on a PC with 1 simple click

7_2009-2012 #239349
Big Genetic Algorithm - Problemsolver

This is a complete Genetic Algorithm Class full with all the features you will ever need. If you are new to Genetic Algorithms you will find extensive documentation (both in code and in separate textfiles) to help you understand what it is and how it works. Just run the examples and make out for youself if you want to learn more. You can use this class in your own projects to help you solve many kinds of problems. I provide 5 different examples to help you on your way. These examples are : - find the values in a formula - draw the biggest circle - fill a 3x3 grid so that rows and columns have the same sum - 0/1 knapsack problem - And of course : The traveling salesman All examples are kept simple and have their own explanation-textfiles. The list of features : (don't worry if you don't understand this at first, full explanation is provided in code and in separate textfiles) Supported encoding types : Binary, Alphabetic, Long integer and Double (real numbers) Selection methods : Rank, Roulette Wheel or Tournament Crossover methods : One point, Two point, Uniform, Half-uniform or Edge recombination Mutation : can be Fixed or Adaptive, numerical encoding can have mutation happen the usual way it's done with numbers, or bit-like Reproduction methods : Replace weakest, replace parents or replace random. Two Social disasters : Judgement Day or Packing Also supports : Random-Offspring generation, Crossover and mutation on full-gene or anywhere in a gene (and this for all encoding types !!) Let the class create it's own population or provide your own... All these settings are easy to modify using the GA-control panel and can be saved/loaded from a file. Complete statistics can be kept during the generation cycles and saved to a file. The only thing you need to do is choose an encoding type and provide a fitness function, my class does the rest. I am open to questions, suggestions, remarks and constructive critisism. Thierry email : thierry.van.mol@hotmail.com

7_2009-2012 #239367
Yahoo Multi Room Client/Vox's/Spammer

I Just made this over the last 2 days as an example of a New Idea i had and wanted to see what it would be like.. I myself still am learning... You will find 1 list box functions module i state in there is borrowed.. an give thanks. You will Find 1 Borrowed room names grabber Form, I give thanks on that form, and state i didnt do that. This project was rushed but its pretty tight!! Check it out! A Great Source you all can study to learn how to make Multiple yahoo login, and Multiple Room Joining, Multiple Vox's for Each ID! Can Tune into or DJ In multiple rooms, Also with chat room display and send chat for 1 selected master chat bot at a time, Yahoo client INF tag Processing, Multiple Room Spamming(Optional), Mass names Collecting with Illy and "@" ID sorting, to Seperate List all Savable! Each Bot has its own seperate Boot protection and more....Read the read me for more info... The Chat Processing is Very rough an Raw tongue.gif but i didnt spend much time on that... That all i have to say i hope this source helps many in future to think outside the box And Creatively Invent New Usefull Non Existing Yah-Tools such as this one here.... Happy Learning Oh and yes this project will be continued on much further, please dont RIP it. But this is the only source for it getting shared, it has all the Main goods.

7_2009-2012 #239378
Fade or Transparent Form

Use this code for create Fade or Transparent form.

7_2009-2012 #239388
Microbes

Simulate the 3 types of microscopic organisms bacteria, virii and fungi!

7_2009-2012 #239444
Get Input from Console and Output Results to Html File - C++

This program get text input from user dynamically, and output user's input to html file. Output is going to be in simple html format. At the end, it tells user how many sentences he/she wrote. Note: i try to make my source codes easy to understand by giving descriptive names for functions, variables, and so on. I'm doing this to avoid writing a lot of comments. It is not the best source code out there, but it might help you in someway .... Hopefully! :-) Please leave any suggestions

7_2009-2012 #239458
Popup Message

To get User’s attention for conveying any Message without interrupting his/her activity.

7_2009-2012 #239493
Elastic Creatures

Create Elastic Creatures. See ScreenShot

Languages
Top Categories
Global Discovery