HomebulletScriptsbulletTag: file (436 results)
  1. No Screenshot
    1295 total visits
    AudioFile was basically built to recognize attributes (like frequency, format, channels, resolution, compression, length, id3-tags) of audio-files (.wav,.aif,.mp3,.ogg).Furthermore the latest version includes a method to visualize audio-samples as known in common audio-software (waveLab, CoolEdit...) using the GD-library.
  2. No Screenshot
    1634 total visits
    RS Cache can be used to store and retrieve variables in cache files. It provides a function to store the value of a variable of any type in a file of a given folder.The file name is determined by a given unique identifier and an integer number that indicates the time when the cache file was created.RS Cache also provides ...
  3. No Screenshot
    1404 total visits
    File Split is meant to split big text files in multiple parts with limited number of lines. It may be useful for splitting text log files.File Split uses three parameters : the name of the file to split, the path of the split file parts, and the limit of lines per file.
  4. No Screenshot
    1901 total visits
    Navigator is meant to browse a given server file system directory.Navigator can also perform several types of manipulations of the directory files:- Change permissions- Retrieve the total size of all the directory files- Create new files or sub-directories- Remove files or directories
  5. No Screenshot
    1401 total visits
    Configuration is meant to read and write configuration files similar to INI files. The configuration files may have multiple sections with the possibility to define multiple levels of access that determine whether a given section is considered or nor.The section levels are identified by names like for instance: DEBUG, INFO, WARNING, ERROR, FATAL. The class provides means to add, remove, ...
  6. No Screenshot
    1908 total visits
    MS files converter converts any document, that can be read by MS Word, to another format supported by Word.Converts extensions from/to: doc,dot,txt,rtf,htm,html,asc,wri,wps... It is designed only for Windows as it uses COM.
  7. No Screenshot
    1911 total visits
    FileDB class allows you to easily store, display and send files from a database. It has a built-in hit counter and stores information of last edition, upload, etc..This class uses my db abstraction layer, AbstractDB which allows a unified and easy access to databases, which you can see in this class.CONSTRUCTOR:function FileDB(&$db, $host, $database, $user, $password)FUNCTIONS:function add($file_name, $file_descr = '')function ...
  8. No Screenshot
    1964 total visits
    Rename is a simple class that can be used to rename all files in a directory.It can traverse a given directory and rename all files to have the same prefix followed by a number and the original file name extension.
  9. No Screenshot
    3290 total visits
    Class Cache is capable of caching arbitrary data in files of a given folder. This is meant to help reducing the time it takes to serve the same content of pages that would take a long time to generate and would slow down the access to such pages if they had to regenerated everytime when not using content caching.Class Cache ...
  10. No Screenshot
    2710 total visits
    The purpose of BinPacker is to copy or move the files to a set of directories, so that the total size of all files in each directory does not exceed a given size limit.It can can be quite handy in situations where you need to transfer an huge amount of files, which would be a tedious job to perform manually.This ...
  11. No Screenshot
    1636 total visits
    File permission classes is meant to handle file permissions. It may work with permission values as octal numbers or from arrays to edit file permissions of web pages.
  12. No Screenshot
    1825 total visits
    Compare Files can compare two text files, like for instance PHP, HTML, ASP, to determine which lines are different. It can also highlight the differences displaying the files in inline frames.
  13. No Screenshot
    1402 total visits
    bib_uploadfile can be used to process files uploaded via Web forms.The class can move the uploaded files to another directory, eventually with a new file name. If the other directory does not exist, the class may create it.If the uploaded files are actually image files, the class may also resize them to a given new image size.
  14. No Screenshot
    1186 total visits
    sql2dia creates a diagram from your sql file.
  15. No Screenshot
    1615 total visits
    Site Search is a class that can search for HTML documents and image files available within server side directories. It does not need a database, so it is very easy to implement it.Site Search classes will search in the content of each file within a given directory. You can restrict the search to files with given file name extensions. You ...
Pages 27 of 30« 23 24 25 26 27 28 29 30 »