Advertisement

Results for "Volume: 7_2009-2012"

7_2009-2012 #238422
Calculate CRC32

I wrote a framework for the CRC32 module from DI Management Services. Its free to use non-commercially. I haven't seen any other CRC32 calculators here. On a slow computer this processes about 4 Meg per minute. I'm interested in CRC values that you get for files larger than 2 Meg.

7_2009-2012 #237701
Douglas-Peucker Generalization Algorithm for simplifying 2D & 3D polylines and polygons

The process of generalization is normally executed when the map scale has to be reduced. Another usage is in cleaning up noisy representations of polylines, possibly generated by a raster-to-vector conversion (tracing). Generalization can be seen as a form of lossy data compression; given a large and complicated object, we seek to simplify it by reducing detail. Ideally, we obtain a polyline/polygon with far fewer vertices that looks essentially the same at a target scale. This can be a big win in computer graphics, where replacing a large model with a smaller one might have little visual impact but require significantly less storage space and rendering time.

7_2009-2012 #237961
Editor Plus ver 4.0

With Alconsoft Editor Plus, you can create and edit simple text documents or documents with complex formatting and graphics.You can save your Editor Plus file as a text file, rich text file, text file for MS-DOS, Unicode. These formats provide greater flexibility when working with other programs. Documents that use multiple languages should be saved as rich text files. Features Include: 1.Create Rich Text Format (RTF) Text File (TXT, LOG) Documet File (DOC),etc.. 2.Open with your files just double click(Assosiate with Editor Plus) .. 3.Insert Image Files Current System Date & Time 4.Text Formating Bold,Italic,Underline,Strike,Bullets Alignmets (Left,Right,Center) Fore Color,Back Color,Fonts 5.Open Other Applications MS-Paint MS-Calculator 6.File Security Support Encryption,Decryption . 7.Spelling and Grammer Check (if MS-Word Installed). 8.Tab and Ruler Included If you have any suggestions or comments please email us at manojbabu@sancharnet.in Thank You for using this software : Alconsoft All Rights Reserved. E-mail: alconsoft@yahoo.com Web Site: http://www.geocities.com/alconsoft/

7_2009-2012 #237732
BARCODE39 Tutorial with BARCODE Engine.

The purpose of this application is to give information to the programmers who dont know what is a barcode and how you can draw it. The application contains a BARCODE BOARD where you can draw a barcode by youself using its tools. This is also for beginners who have just heard the name "BARCODE". I have made this application because there has been no such tutorial of barcode that teaches you how it is drawn using the standard barcode pattern table.Although many articles are available on net but I think that what you know you must pass it to others. No many but if a little people learn something from this then it is appriciable for me.

7_2009-2012 #219443
Multiple Server Connect

hi, This shows how to create a Multiple Server, that accepts clients, also shows how to check for a freesocket, Send message from server to a client or all clients, close a client or all clients, Know when a client has gone offline, Allows clients to get a list of all clients connected to the server, also Updates the list, if a client goes ofline, anyway hope you like it all code is commented. please vote if you like it.

7_2009-2012 #220938
Indefinite Accuracy Arithmetic Class

This class contains the basic arithmetic operations (+ - * / mod) and a square root function for integer operands of virtually any size. A few helper functions are also included. There is no real limit on the number of digits but your memory size and time (up to a theoretical maximum of more than four thousand million digits). However, extracting for example the root of 10,000-digit number giving a result of 5,000 accurate(!!) digits will let you drink a cup of coffee while waiting (faster when compiled -- about 27 seconds on my 1800 Athlon). The Screenshot shows the square root of 2 with about 1000 digits. Download is 8 kB.

7_2009-2012 #234605
Organize Code 1.0 Update 21-07-06

Update: I fixed some bugs thx Mario Villanueva and changed some icons. Update: I put a new options. Now: - You can load a principal info of the readme file of PSC. - You can search and the PSC website and take the principal data of the post (test version). - Compact, restore and create backup of Database. - Load another database in the folder Database. Thanks to: GetDragon and Territop for the ideas. This's a Database program, with this program you can organize more better the code of PSC contributor, you can search, add, modify and remove codes. Please comment any problem with this small program. You need the Unzip32.dll, you can download in this site: http://home.modemss.brisnet.org.au/~mlevoi/infozip.zip Credits and Thanks Alexander Anikin (ASPictureBox Usercontrol) Genghis Khan (GpTabStrip Usercontrol) Carles P.V. (ucTreeView Usercontrol) LaVolpe (Transparent class) Raymond L. King, Christian Spieler (vbZip File) [CodeId=24532] [CodeId=59307] [CodeId=57047]

7_2009-2012 #234330
Wisdom Quotes Text Database ( More Than 5500 Quotes For Free Use )

A Quotes Text Database Application Displaying More Than 5500 Quotes From Various Categories And Authors . You Can Use it to Build Quote of the day Applications Plus ADDED a Php Source Code For Web Based Quote Of The Day Readymade.

7_2009-2012 #234719
vb color selector

This program consists of three scrollbar , which you can use to create colors, it also give the color codes and you can simply copy paset the colour code.

7_2009-2012 #237806
cars2

Simple cars game, no directx used. Game is using some pictures, flash animation and music. Is a very simple 2d game.

7_2009-2012 #238454
Worksheet bar and XP style Progress bar

Two Components for VB: Worksheet bar and XP style Progress bar

7_2009-2012 #238464
The Matrix

A simple program on matrices and its operations (Matrix addition, subtraction, multiplication and scalar multiplication). Supports a dynamic allocation of matrix dimensions and elements. Utilizes the use of different operations on matrices and is dictated by the rules of the proper computation of these operations.

7_2009-2012 #237409
Search & Replace in Memory

Search & Replace in Entry memory use API ReadProcessMemory and WriteProcessMemory

7_2009-2012 #219442
DM Image Verification Example

hi Make this about 30 minutes ago, I was building a Chat Messager program and on the sign up from I wanted some sort of Verification Like you see in most webpages, so I came up with this idea, anyway the most of the code is in a class file and easy to use, You can Generate Random Uppercase, Lower case letters , Digits and also Define your own random words, and More anyway Hope you like it. Please vote if you find it usfull.

7_2009-2012 #235182
TVH's Unicode Controls

Unicode Controls: CheckBox,OptionBox,Button Xp2005 Style, Menu Custom, Label3D...

7_2009-2012 #217545
FileBuffer Count Lines, Words, Strings in Files (super fast!)

In rare situations, there are times where you may need to know how many line-breaks a file contains "before hand". The situation for me was that I wanted to let the user of my program know what percentage of a file was being read (had to be line by line) and inorder to do this, I had to know how many lines a file contained. Now, this is meant for HUGE lists of files. Examples are, email lists, number lists, contact lists, etc. This code will read 1,000,000 lines of a file per second (my machine is 2.6 Ghz, p4, 512MB ram). This is VERY fast. I included a benchmarking class so you can see it for yourself. I also included a zipped file which contains one million lines (16MB unzipped, 40KB zipped) and a file containing one hundred thousand lines of text as well. NOTE: This isn't just for counting lines in a file, it can be used to count how many occurances a string comes up, such as a First Name, a Last Name, a phone number, a word, etc. The whole point of this program is to buffer a file into memory as fast as the hard drive can go (1MB buffer by default) and then read off that buffered data as it comes in. The OLD/Popular method for counting lines: Dim lLineCount as long, strLine as string * 1 Open "C:\file.txt" for input as #1 Do While not eof(1) Line Input #1, strLine lLineCount = lLineCount + 1 Loop MsgBox lLineCount & " Lines Read."

7_2009-2012 #238434
Barahonta's EnableDisable TaskManager Example

Barahonta's EnableDisable TaskManager Example lets you disable or enable the task manager as you like....

7_2009-2012 #227428
LaVolpe Desktop Icon Tweaks (Finished)

Desktop subclassing with VB. An icon uber-tweaker. FINAL CUT barring bugs. Per-Icon color & caption settings transforms a blah desktop to something pretty nice. Other options and tools are included with the project. =========================== This project put together to highlight the flexibility of VB. The effects are accomplished by subclassing the desktop. The DLL used to subclass the desktop is created in VB, the DLL used for injection into the desktop (global hooking) is the same DLL. =========================== Well, I can't upload compiled DLLs on PSC, you will have to compile the hybrid DLL yourself. I have included instructions on 2 ways to accomplish this: an easy way & the hard way (my way). Unzip the file using "Use Folders" option because this is 3 projects in one. =========================== Updates: 15May05::Fix issues reported by Steve and others; DLL was not coloring text & was result of DLL typo. 17May05::added save/restore/un-restore icon positions, tweaked GUI, & enabled removal of injected DLL. 17May05::found/fixed bug that can crash when items sent to recycle bin. InstallDLL function now does version check before install. Fixed losing saved icon positions on startup & ability to toggle AutoArrange on NT & 9x. 20May05::Reworked RebuildListView to prevent NT icons from unrestoring in some cases, added more options, tweaked GUI. 24May05:: Fixed auto-icon restore after display res change & a couple minor bugs. ======================= Always destroy your previous version of this project & run the TxtToBin to create compiled DLLs or compile them yourself. As of this upload, the frmDTop will have the required DLL version nr to help reduce any confusion. This version & any future updates will have 2 DLLs. One is simply used to remove the injected DLL. Read comments in Declaration section of frmDTop & also the HowToSetup.rtf file.

7_2009-2012 #236517
DODelete

Very fast file wipe and delete application. Selectable overwrite patterns of DOD 5220.22-M standard and the Peter Gutmann overwrite method. This program uses the CreateFile, WriteFile and FlushFileBuffers API. Therefore it is much faster than programs that use the PRINT statement and (in theory) much more secure. Updated GUI with recursive file operations. Please read the ReadMe file!!

7_2009-2012 #237565
Patient's Information System

Title: Patient's Information System v1.0 Description: The system is about organizing and maintaining the medical records of all patients. The program uses ADO and lots of user-defined functions to improve visual basic. The system is very intelligent that it can automatically determine if a record is for new or edit or delete. Therefore, the Add New, Edit, Cancel and Delete Buttons are reduced into 2 buttons only to minimize user's work and also maximize time efficiency. The following are some capabilities of the program: 1. It uses DAO technology to manipulate the databases. 2. Handle millions of records. 3. Uses very flexible search form. 4. Designed as professional looking software. 5. Use custom define procedures and functions to optimize your program execution. 6. Use of string and file manipulation to adopt different file locations. 7. Use API to improve functionalities. 8. USE THE PROGRAM TO KNOW MORE. There are lot things to learn from this code so please try it and vote if you learned something from it. Thanks!

Languages
Top Categories
Global Discovery