The software is a cross platform file manager with featurs such as tabs, buttonized paths, directory syncronizing, file comparing, archiving, compressing and more to come.
This is a scripting environment based on shellscripts and python modules that gives one the ability to manage users, groups and aliases in an ldap directory. It also provides configuration examples of how to use ldap for authenticating users with Linux.
The Job Jar is a simple batch queuing system for Unix. Its main
distinguishing feature is that there is no central daemon. Instead, an
arbitrary set of workers cooperatively claim jobs from a central
directory. A job is any Unix executable file.
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
GUI Utility to Change file names in a directory with a search and replace function.
It was made to rename files in a directory where a part where in \"firstname lastname -title format\" and others in \"lastname, firstname, title\"
Bad experence with re
rSTWeb is a python based system for generating static webpages from reStructuredText sources. A site navigation will be generated from the directory structure of the input sources. For generating the html the Cheetah templating system will be used.
PWebs is an HTTP server written from scratch in Python.
It uses threads to serve connections and it featuers the basic aspect of HTTP/1.1
(GET, POST), directory listing, support for CGI/1.1, Php (via CGI interface), log system, flexible cofiguration sy
ht2html is a simple web page templating system that defines a format and provides a set of Python scripts for creating a simple, but consistent web site. All pages include a left corner logo, a site wide site links top bar, and a directory-specific side
menu_buddy is a small python script used to produce GNOME panel menus out of a directory hierarchy of music files. The menus created by menu_buddy are able to enqueue/play directories (or whole subtrees) in xmms as well as pause/play/skip xmms itself.
EarCandy is a non-web based music jukebox. It is written in python and initial platforms include Unix/Linux and Win32. A path is scanned for all mp3 files and organized into an index of Artist, Album and Title, irrespecitve of the underlying directory
PM2HTML takes PageMaker files and makes a cohesive newspaper website. It comprises a PMScript that exports all stories to a directory of tagged txts, and a python program to act as a converter to turn those tagged text files into HTML, a parser to guess
The Library Optimizer tool rebuilds shared libraries to contain only the object files needed to provide symbols required by executables and shared libraries in a given directory tree. It can be used to reduce file system sizes for embedded systems.
Advanced directory compare tool in Python. With a user-friendly UI including a splitter window and two directory trees. This project has been moved to http://code.google.com/p/dircompare/
A simple Python script that allows users to organize their files
# File Organizer
A simple Python script that allows users to organize their files by creating folders and renaming them based on custom rules.
## Features
### Organize Files into Directories
* Create new folders with specified names (e.g., "Documents", "Images")
* Rename files within each folder using a bulk rename pattern
* Move files older than 30 days to an archive directory
VIDEO DeDup
Find duplicate videos by content. Parse a video directory to create one image every n seconds, then identify duplicate images and show possible video duplicates for manual analysis.
. 1f_parse scan video source folder, replicate with ffmpeg an image folder, then for each image create a fingerprint.
. CompareV2 perform the fingerprints comparison and works in memory with constant memory usage. It is folder agnostic and parse fingerprints ordered by source file name. Since...