24 projects tagged "Linux"
ArduinoPulseGenerator is a simple program for generating pulse sequences using an Arduino. There is an associated GUI that runs on the local computer, or you can simply connect to the Arduino with a serial console (9600 baud) and send it commands. This code has been tested on the ArduinoMega 2560 (timing accuracy ~ ±200 μs) and Arduino Due (timing accuracy ~ ±35 μs); it may work on other Arduino boards.
GAdmin-Control-Panel is a control panel that combines all GAdmintools server administration frontends. It is modular and adds start buttons for all currently installed GAdmintools applications. All images and application start buttons are scaled, aligned, and sized to give the best possible graphical layout.
libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types. The goal is to provide developers of file-sharing networks, file managers, and WWW-indexing bots with a universal library to obtain meta-data about files. It includes a shell-command and bindings for Java (JNI) and Python.
GTK+ Recent Files Scrubber is a compact, lightweight Python script which uses GTK's RecentManager to watch for updates to all globally-available "Recently Used" lists (the ones which appear in Open dialogs and the like) and filter out anything in the folders you blacklist. Blacklist entries are hashed to make reading the blacklist not worth the effort.
Grab Downloading Flash Video is a Bash script designed to be called via a Linux GNOME Desktop custom shortcut key while a Flash video is playing in your Firefox or Chrome browser. The script attempts to find the file being downloaded, waits for the download to finish, and then copies it to a configured directory. Prior to Flash 10.2, it was easy to find the file yourself in the /tmp directory. But starting with version 10.2, this script is more useful because the file is deleted but internally still open. Note that this is not a universal solution. Some sites, such as YouTube, make it easy to find the URL of the Flash video file. In those cases you may have better success using a download utility such as 'youtube-dl'.