Advertisement

Results for "Category: Files"

7_2009-2012 #225952
ASP FileManager

This is a ASP File Manager just like used by hosting companies eg: geocities.com etc. This ASP Manager has everything like : user authentication, creating directories, browsing, deleting files and folders, copy, rename etc. Please vote!

7_2009-2012 #226040
UltraFastAspUpload

This page will handle file uploads much faster than other ASP pages. Indeed, this is a 100% ASP solution, so no need to register any addition components. The mayor speed-gain is cause by the conversion from binary to ansi. Other codes use a loop and the Chr(AscB(MidB(...))), which is awfully slow. Doing that with a 1 MB file would result in doing a For T=1 To 1000000. When handling a file, the old code took 25 seconds to process the file. My code needed 2 seconds, need to say more?

7_2009-2012 #226316
General File System Object Functions

These are few general functions i have written related to File System Object: - Check if a SPECIFIC folder exists - Check if A SPECIFIC file EXISTS in A SPECIFIC folder - Create A SPECIFIC folder - Delete A SPECIFIC folder - Delete ALL FILES in a SPECIFIC folder - Delete A SPECIFIC file in A SPECIFIC folder Your comments and highly appreciated. And finally thanks to all coders here at PSC for sharing their knowledge and their work!

7_2009-2012 #226668
Beginners tutorial to file handling

FILE HANDLING TUTORIAL FOR BEGINNERS ------------------------------------ This tutorial is intended who don't not a single thing about file handling in C++, one of the most important concepts of any type of programming. I intend to present this tutorial into 2 parts, but both these parts are independent of each other and you can start from any one. This part focuses on: ->How to create files, read and write to them. ->The logic behind many commonly used objects like cout and cin [Did you know that cout is actually an object!!] ->Build your own notepad, "my computer" et cetra. If any doubts persist you can freely sontact me at: shahab_faruqi@rediffmail.com Click on file handling.htm to start.

7_2009-2012 #226669
Beginners Tutorial to FIle Handling2

This article contains details about reading and writing structured data, the get and getline functions and more. A MUST for someone just entering programming.

7_2009-2012 #226764
school_project

I made this for my school project.it contains a menu in text mode using arrow keys .please rate it

7_2009-2012 #227661
deletefiles

This ASP page is a maintenance tool of sorts. It first lists all of the files in the directory. The links when pressed pass the file name back to the same page which calls a delete function that delete the file which was just clicked on.

7_2009-2012 #227684
Have your Exe Delete Itself

Whether your making a setup application, an uninstaller, or for whatever reason, your probably going to be faced with the problem of self deletion. How can you delete your own EXE thus leaving no traces of your program on the computer? You can't use another program that you've written, ..then how do you delete that EXE? It turns out that we can rely on good ol' windows to help us commit Hari Kari, but the technique is different on NT based machines. First I'll show you the code for 9x/ME machines. For those systems you need to add an entry into wininit.ini, this is a initialization file that windows will use on boot. This file resides in your windows directory but might not be present on your computer since it gets renamed to WININIT.BAK after each use. This doesn't concern us since the WritePrivateProfileString function will create whatever is missing, that is the function used to write data to ini files. What you add is the string: NUL=yourexe.exe With the path of course, into the [RENAME] section . After this is called the file will be deleted next time you reboot your machine. Here is the code:

7_2009-2012 #227842
Advanced Remote File Explorer v1.40

I'm sorry, this entry is no longer available. Please go to http://www.FileExplorer.com for more info

7_2009-2012 #228093
_defs Header file

This is the _defs.h header someone requested.

7_2009-2012 #228382
Server Side PDF

Generate PDF files on the server without any server-side components. Based on X2PDF.NET library created by Arne Garvander. Limitations: Paragraph (TextArea) cannot exceed on page. Table cannot exceed one page. To read about PDF file specifications go to: http://partners.adobe.com/asn/tech/pdf/specifications.jsp To learn how to edit an existing PDF file go to: http://www.15seconds.com/issue/990902.htm To learn how to merge PDF file go to: http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=37121&lngWId=1

7_2009-2012 #228426
Fake File

Create a file of any type, filled with x bytes. (x = user specified). Exercises file I/O.

7_2009-2012 #228427
Neuters Dictionary

Working same as a Dictionary. Add words , meanings and than you can save it for future purposes.

7_2009-2012 #228456
Upload file, make name unique, save in MySql DB

This code will upload a file from a client computer to your server, give the file a new, unique name and save the new filename into a MySql database. It also checks the size of the file so you can give a maximum size for all files that will be uploaded.

7_2009-2012 #228685
ASP Image Gallery

This script displays the images from a requested directory one-at-a-time, with 'previous' & 'next' buttons to navigate... Please give me feedback good/bad, anything to help me code better next time!

7_2009-2012 #228713
JINX SHELL Alpha VERY COOL!!!

This is a very early version of a shell that I am creating. The GUI for is very nice for a dos application. There are varios other things you will be able to do inside Jinx. There are 2 games you can play, and a couple of features already in Jinx itself. Tell me if you have any sugesstions. :) Thanks feel free to vote of comment. [AIM\Yahoo: Nit3shift] Email: JNixon21@excite.com] Yes I JINX is based on JINX HackWear but mines differant logo.

7_2009-2012 #228848
File System Watcher

This piece of Code watch for the changes in the specified folder. Changes may be of any kind like renaming file/folder, deleting, editing etc. Actually implemented a class of FileSystemWatcher.

7_2009-2012 #228893
De-Mystified ASP upload

This is a brute-force attack on file uploads, to learn how they work. Hopefully the zip will help others.

7_2009-2012 #229139
Folder Management Functions (Create, Delete, Move etc...)

Functions to Create folder, Delete Folder, Move Folder, Copy Folder, Check if File Exists, and folder size in bytes

7_2009-2012 #229546
PORG - PORG Organizes Real Good

This utility lets you take a directory of files, and rename them all sequentially with your choice of prefix. For example, if the directory had 400 images, all with different formats of names, it will change them to something like IMG0000.jpg, IMG0001.jpg, IMG0002.jpg... DON'T FORGET TO RATE MY CODE!

Languages
Top Categories
Global Discovery