|
Perl.
FTP DOWNLOAD CLIENT, this application will download files automaticly from your ftp site.
MS Visual Basic. IV Lite, this is a practicle application to view digital images of several formats. MS Visual Basic. CASE, this is an application I created to automate the words-format of an ASCII fix file. Access Visual Basic. CASE, this is the same application as above but in Access VB. I created it to automate the words-format of an ASCII fix file. Pascal. TAG, this program changes the layout of an ASCII fix file into a layout more adequate for my applications. JPL. PRINT, with this script I print selected pages from within a PCL file. JPL works with HP printers. |
|
PERL
FTP DOWNLOAD SERVER script This script download files from a FTP site. It can handle multiple usernames in the same ftp site. To use this program you need first to download Perl from perl.com. You need to put your FTP information in the script. It will look into the ftp site every given amount of minutes. If it finds a file(s), it will make sure the file is fully uploaded before it try to downloads it. ftp download server.txt This is the script for you to see. ftp download server.zip Download it here When you use PERL you may need to download some modules/libraries from their respective websites. cpan.org You can find modules here. |
|
MS VISUAL BASIC
IV lite, image viewer This application facilitates the viewing of your digital images The way this program works is straight forward. Pick the drive, directory and files on the left pannel, and the images will show on the right window of the application. There is a "View all" mode in which you select a "seconds" delay and then you can see all the images in sequence(automated). ftp download server.zip Download it here |
|
MS VISUAL BASIC
CASE program This program was created because of the need to automate the words format in an ASCII fix file. This program is small but it has a lot of mixed codes wich makes it difficult to follow. Any way, these codes are only part of a recipe of my programming potential. Programming is an art which I believe anybody can develop. It just takes some dedication. This is what this program does: -Capitalize first letter of any word: house > House -Capitalize all abreviated state names: ny > NY -Capitalize a hand full of company abreviations, you decide which( any word is ok ): Pfd > PFD -Format proper capitalization for the following: ----Mcxxx > McXxx ----Macxxx > MacXxx ----O'xxx > O'Xxx ----D'xxx > D'Xxx -Capitalize a group of mixed words( just any words ) -There is the choice to also capitalize country names( some people like countries in caps ) -A segment of this program is to find uncommon ASCII characters and delete them. The reason is because some of these characters crash some programs. -This program will also give you the choice of capitalizing the entire file: All words > ALL WORDS msvb_up_lower.txt This is the code doing the up and lower casing along with some of the features above. msvb_case.zip This is the entire application with required files. |
|
ACCESS VISUAL BASIC
CASE program Same as above but in a deferent language This program was created because of the need to automate the words format in an ASCII fix file. The reason why I used this language is because I wanted to learn it and it was handy. Notice that this is a MS Access application. This program is small but it has a lot of mixed codes wich makes it difficult to follow. Any way, these codes are only part of a recipe of my programming potential. Programming is an art which I believe anybody can develop. It just takes some dedication. This is what this program does: -Capitalize first letter of any word: house > House -Capitalize all abreviated state names: ny > NY -Capitalize a hand full of company abreviations, you decide which( any word is ok ): Pfd > PFD -Format proper capitalization for the following: ----Mcxxx > McXxx ----Macxxx > MacXxx ----O'xxx > O'Xxx ----D'xxx > D'Xxx -Capitalize a group of mixed words( just any words ) -There is the choice to also capitalize country names( some people like countries in caps ) -A segment of this program is to find uncommon ASCII characters and delete them. The reason is because some of these characters crash some programs. -This program will also give you the choice of capitalizing the entire file: All words > ALL WORDS avb_up_lower.txt This is the code doing the up and lower casing along with some of the features above. avb_case.zip This is the entire MS Access database with the codes in it and required files. |
|
PASCAL
TAG program This program changes the format of some data to be transfered from one program to another. (The reason why I created this small program was to solve a program requirement in my job) This is the data format before it has been processed tag.in. This is the data format after it has been processed tag.out. This is the actual program I created tag-pro.pas. After viewing these files, you can see that this project required very simple programming technics. The codes used are very simple. |
|
PJL
PRINT program Print job language is used to manipulate and control PCL and PostScript files( print files ). You can also make requests to the printer about a job being printed. The batch file being demonstrated here prints pages from within PCL files. PCL files are created when you print to a file with an HP print driver. print12.txt This is a batch file with the PJL commands inside. pjl_print.zip You can download this file if you wish. It has the file above plus a code file you will need. PJL language does not need any compiler or interpreter because the interpreter is inside the HP printer itself. The way you use it is by sending commands to the printer using a batch file or programming language. Most HP printers support PJL. You can check HP for more info about this topic. Search for PCL, PJL |
If you have any comments click here: Doney Jimenez
Back to main page
Another page of Doney Jimenez