Showing 49 open source projects for "directory history"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    mpv-scripts

    mpv-scripts

    This repository contain scripts I have made for mpv media player

    This repository contains scripts I have made for mpv media player. To add scripts from this repository, download the desired script in your mpv/scripts/ directory, for user-customizable settings download the related conf file in your mpv/script-opts/ directory.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    git absorb

    git absorb

    git commit --fixup, but automatic

    This is a port of Facebook's hg absorb. Facebook demoed hg absorb which is probably the coolest workflow enhancement I've seen to version control in years. Essentially, when your working directory has uncommitted changes on top of draft changesets, you can run hg absorb and the uncommitted modifications are automagically folded ("absorbed") into the appropriate draft ancestor changesets. This is essentially doing hg histedit + "roll" actions without having to make a commit or manually make...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ffsend

    ffsend

    Easily and securely share files from the command line

    ... is enforced to ensure your stuff does not remain online forever. This provides a secure platform to share your files. History tracking your files for easy management, ability to use your own Send hosts. Inspect or delete shared files, accurate error reporting. Streaming encryption and uploading/downloading, very low memory footprint. Intended for use in scripts without interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Svndigest is a tool for calculating statistics of a project under subversion control. Svndigest is written in C++ and extracts repository history using the svn API. The resulting report is written to a user specifiable directory in HTML format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • A new approach to fast data transfer | IBM Aspera Icon
    A new approach to fast data transfer | IBM Aspera

    For organizations interested in a file transfer and streaming solution

    IBM Aspera takes a different approach to tackling the challenges of big data movement over global WANs. Rather than optimize or accelerate data transfer, Aspera eliminates underlying bottlenecks by using a breakthrough transport technology that fully utilizes available network bandwidth to maximize speed and quickly scale up with no theoretical limit.
    Learn More
  • 5
    quardCRT

    quardCRT

    quardCRT is a terminal emulation software.

    quardCRT is a terminal emulation software that supports multiple terminal protocols, can be used across platforms without dependencies, and has a completely consistent user experience on windows/linux/mac. It supports multiple tabs and history management.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Kisekae UltraKiss

    Kisekae UltraKiss

    Kisekae UltraKiss is a full featured integrated development environmen

    UltraKiss is a computer program that implements the Kisekae Set system, KiSS, a Japanese graphics system originally developed to facilitate costume changes on virtual dolls. UltraKiss was developed to help artists build their KiSS sets. It is a full featured viewer for all KiSS dolls, games, and visual applications. It is also a complete graphical development environment for creating KiSS applications. It fully implements the FKiSS event driven programming language up to and including...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    moonwalk

    moonwalk

    Cover your tracks during Linux Exploitation by leaving zero traces

    Cover your tracks during Linux Exploitation / Penetration Testing by leaving zero traces on system logs and filesystem timestamps. moonwalk is a 400 KB single-binary executable that can clear your traces while penetration testing a Unix machine. It saves the state of system logs pre-exploitation and reverts that state including the filesystem timestamps post-exploitation leaving zero traces of a ghost in the shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Marinara

    Marinara

    Pomodoro® time management assistant for Chrome

    ... for developers working and packaging releases on Mac OS. Support for Linux or Windows is welcome. Marinara uses the system ruby and makes tools to build releases. This will produce a packaged extension ready for uploading to the Chrome Web Store in the root directory of the project.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
    Docker Ce

    Docker Ce

    Open source components of Docker CE products

    ... repos in the components.conf file. Each component is isolated into its own directory under the components directory. The tool will import each component git history within the appropriate path. Main development of new features should be directed towards the upstream git repos. The master branch of this repo will periodically pull in new changes from upstream to provide a point for integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 10
    PH_Playground

    PH_Playground

    Simple solution for testing and documenting short code snippets.

    Version 4.0: improved history, error, and view mode handling Version 3.0: JavaScript editing, Quick console, History files for browsing and loading scripts. Version 2.0: CodeMirror functionality, ajax calls. Tired of opening an editor to test short code snippets for functionality, saving the file and then running it in a browser? PH_Playground provides a simple solution on a single browser page. Enter the code to be tested into the "PHP" or "JS" window and press "Run". The result...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Scorbie

    My working directory

    This is merely a place for syncing my projects. Thus remote repos will have breaking changes breaking history. Not intended for anybody else to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    elFinder for Drupal
    This module integrates elFinder (https://github.com/Studio-42/elFinder) file manager with Drupal CMS.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    GitHub Action to Sync S3 Bucket

    GitHub Action to Sync S3 Bucket

    GitHub Action to sync a directory with a remote S3 bucket

    This simple action uses the vanilla AWS CLI to sync a directory (either from your repository or generated during your workflow) with a remote S3 bucket.As of v0.3.0, all aws s3 sync flags are optional to allow for maximum customizability (that's a word, I promise) and must be provided by you via args. --acl public-read makes your files publicly readable (make sure your bucket settings are also set to public). --follow-symlinks won't hurt and fixes some weird symbolic link problems that may come...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    FSRadio-Remote

    Control your Frontier-Silicon Radio Devices from Windows Desktop

    FSRadio-Remote is a portable application for Windows Desktop that allows to control Frontier-Silicon chipset based Radio devices. • Installation: Download "FSRadio-Remote.zip", unzip it where you want and run "FSRadio-Remote.exe". It is advisable to set tray-icon as always visible in Windows settings. • Compatibility: Internet Radio devices based on the Frontier Silicon technology such as some from the following manufacturers: Hama, Medion, Technisat, Dual, Sangean, Roberts, Revo,...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    OpenLM for Engineering Licensing

    OpenLM for Engineering Licensing

    Engineering Software License Management

    Provides all the essential engineering software license and tracking capabilities and reports you need. You can optimize your software inventory, helping you to stretch those expensive software licenses to their limit. It includes: Live streaming license usage data Statistical reporting on historical data Consolidated licensing system Option of using OpenLM Extensions Aggregations for chargeback billing License utilization predictions More information about the product:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AD Bulk Admin Tool-CN

    AD Bulk Admin Tool-CN

    AD Bulk Admin-CN

    If you want to customize some functions and attributes, please contact me. If you think it is helpful, please donate a little. This is an AD bulk administration tool for AD administrator to administer a large number of Active Directory users, you can use it to check a large number of users, create a large number of users, reset a large number of users' passwords, enable or disable a large number of users, set a large number of users' properties, check groups, add users to group or remove users...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    AD Bulk Admin Tool

    AD Bulk Admin Tool

    AD Bulk Admin

    Size: 2.3 MB. If you want to customize some functions and attributes, please contact me. If you think it is helpful, please donate a little. This is an AD bulk administration tool for AD administrator to administer a large number of Active Directory users, you can use it to check a large number of users, create a large number of users, reset a large number of users' passwords, enable or disable a large number of users, set a large number of users' properties, check groups, add users to group...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 18
    Disk Indexer
    This is a simple utility application for listing out files stored in a given directory or on whole of your computer. List is sorted based on the size of the files. This application is useful when you are running out of disk space on your system. Usually it happens that the disk is full and you are not sure what is taking up the space and what can you delete to be able to reclaim some space. This app scans the folder/full machine and lists the files, list being sorted according...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    arknos

    Intelligent OS Interface

    Command launcher with task managment and others capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    git-recall

    git-recall

    An interactive way to peruse your git history from the terminal

    An interactive way to peruse your git history from the terminal. git-recall is a simple tool that allows you to easily go through your commits and check what you or other contributors in your team did. It doesn't aim to be a replacement for the git log command, but just to be a convenient way to recall what you've done from your terminal. You can install it by simply copying the git-recall script into any existing path (e.g. /usr/local/bin) or create your own directory and add it to the PATH...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FreeFileSync

    FreeFileSync

    Free data backup software to synchronize files and folders

    FreeFileSync is a free Open Source software that helps you synchronize files and synchronize folders for Windows, Linux and macOS. It is designed to save your time setting up and running data backups while having nice visual feedback along the way. _______________________________________________________________ DOWNLOAD LINKS (official homepage): https://freefilesync.org/
    Leader badge
    Downloads: 155 This Week
    Last Update:
    See Project
  • 22
    Chromensics - Google Chrome Forensics

    Chromensics - Google Chrome Forensics

    A Google chrome forensics tool

    The Chromensics tool is developed to read all information from chrome browser directory and present it to user, in easy readable tabular format which can be explored in descent interface without running the chrome browser. The tool will also allow you retrieve information from other chrome installation brought from different machine for analyzing. The acquired artifacts can be exported in PDF report to present it in court of law or to superiors. -Update 04/02/2017- Standardized all date...
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 23
    desk

    desk

    A lightweight workspace manager for the shell

    Lightweight workspace manager for the shell. Desk makes it easy to flip back and forth between different project contexts in your favorite shell. Change directory, activate a virtualenv or rvm, load in domain-specific aliases, environment variables, functions, arbitrary shell files, all in a single command. Instead of relying on CTRL-R to execute and recall ("that command's gotta be here somewhere..."), desk helps shorten and document those actions with shell aliases and functions, which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    MassConfig

    A small but powerfull application For mass devices config & backup

    Mass Config A small but powerfull excel application For mass devices configuration / backup, can use also to send configuration / commands to Linux server This is an open source application Tested with: - network device - cisco,nortel and juniper - Operetion systems - Debian linux uses telnet / SSH to connect to devices, for every device from the list, you can set the commands to send All devices output is saved in the 'Output' directory, you can load this output data to the excel...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    manetho

    Backup utility

    Command-line utility to backup directories according to a configuration file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next