Showing 42 open source projects for "some"

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
    Zipkin

    Zipkin

    Distributed tracing system to gather timing data

    Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. If you have a trace ID in a log file, you can jump directly to it. Otherwise, you can query based on attributes such as service, operation name, tags and duration. Some interesting data will be summarized for you, such as the percentage of time spent in a service, and whether or not operations failed...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2
    Outline Server

    Outline Server

    Outline Manager, developed by Jigsaw

    Access to the free and open Internet. Outline makes it easy to create a VPN server, giving anyone access to the free and open Internet. Outline allows anyone to access the free and open Internet more securely by running their own VPN. Running your own VPN server with Outline increases the security of Internet access and makes the connection harder to block. VPNs are useful to protect the privacy of your communications and allow you to keep access to the Internet open. However, with most VPN...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    TagSpaces

    TagSpaces

    TagSpaces is an offline, open source, document manager with tagging

    TagSpaces is a free, no vendor lock-in, open source application for organizing, annotating and managing local files with the help of tags. It features advanced note taking functionalities and some capabilities of to-do apps. The application is available for Windows, Linux, Mac OS and Android. We provide a web clipper extension for Firefox, Edge and Chrome for easy collecting of online content in the form of local files. File and folder management - TagSpaces provides a convenient user interface...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    Watchman

    Watchman

    A file watching service that records when files change

    Watchman purpose is to watch files and record when there are changes. It can trigger actions (rebuilding assets, for example) when there is a change in matching files. The watchman executable has both the client and the server components of the watchman service. When running watchman, it will attempt to communicate with your existing server instance (each user has their own persistent process), and will attempt to start it if it doesn’t exist. There are some options that affect how watchman...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 140+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 5
    dotdrop

    dotdrop

    Save your dotfiles once, deploy them everywhere

    ... dotfile will be installed. Each dotfile is stored only once, dotdrop allows to template your config files such that the same dotfile is customized when deployed on the host you’re working on. Different profiles can be defined that allow for fine-grained control over which dotfiles have to be installed on different hosts (home, work, vps, etc). Some hosts/profiles will have all your dotfiles installed while others might just need a subset of the dotfiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Double Commander
    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
    Leader badge
    Downloads: 6,510 This Week
    Last Update:
    See Project
  • 7
    Vifm

    Vifm

    Vifm is a curses file manager with Vim-like everything.

    Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt. If you use Vim, vifm gives you complete keyboard control over your files without having to learn a new set of commands.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 8
    Eagle Mode

    Eagle Mode

    Zoomable user interface (ZUI) with file manager, file viewers and more

    .... It integrates file viewers for most of the common file types, as well as an audio and video player. Furthermore, the virtual cosmos contains a chess game, a netwalk game, a 3D minesweeper game, a multi-function clock, a stock watchlist, some fractals, and a Linux kernel configurator in form of a kernel patch.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 9

    Photexo

    Photo exif organiser

    ... photos. outdir: the directory where we want our structured result. The program has some flexibility: depending on the camera it can use the file name or the exif date time. There are other command variations, please see the readme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    nnn

    nnn

    The missing terminal file browser for X

    ..., a disk usage analyzer mode, comprehensive file details and much more. Add to that a huge performance boost. If you want to edit a file in vim with some soothing music in the background while referring to a spec in your GUI PDF viewer, nnn got it! Quickstart and see how nnn simplifies those long desktop sessions... Demo: https://vimeo.com/215489406
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BFG Repo-Cleaner

    BFG Repo-Cleaner

    Remove large or troublesome blobs

    ... to, you can use the beautiful Scala language to customize the BFG. Which has got to be better than Bash scripting at least some of the time. The BFG will update your commits and all branches and tags so they are clean, but it doesn't physically delete the unwanted stuff. Examine the repo to make sure your history has been updated, and then use the standard git gc command to strip out the unwanted dirty data.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 12

    doall

    Shell script to run a command for many files selected with wildcards

    Extends shell * and ? wildcards to allow inserting matched strings like Windows 'copy *.old =.new' Some examples: # Rename current files as old doall 'mv *.cur *.old' # Compress camcorder DV files doall 'ffmpeg -i *.dv *.mp4' # Move files into directories according to their extension doall 'mv *.* $2/$1.$2' # Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new doall 'ln -s /boot/*-5.12.6-* /boot/$1.new' # Hard link 3-character...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    bootkernel

    Shell script to manage linux kernels in /boot directory

    Install, Accept, List, Remove and Set New, Current and Old linux kernels in the /boot directory. Inspired by the linux kernel "make install" target, and the /sbin/installkernel shell script. A profile "~/bootkernel.conf" or "/etc/bootkernel.conf" controls all aspects of bootkernel's behaviour - your chosen naming conventions, whether to maintain symbolic or hard links or neither, which filesystems (if any) need mounting and unmounting, and whether to delete redundant /lib/modules...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Recursive Directory Removal

    Recursive Directory Removal

    https://github.com/mhisoft/rdpro
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Uniqueoid

    Simple & adorable program to eliminate copies of files.

    ... to reduce such routine and boring task as a getting rid of repetitive fotos, documents, music tracks and so on to some easy actions, no matter how much copies are involved. Uniqueoid is as simple as possible. It doesn’t require special knowledge in the computer architecture. At the same time program has extended settings for optimization for custom system and preferences. Uniqueoid is written in Java. It can be run on any OS where actual JRE is installed. Uniqueoid is a free software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    angular-filemanager

    angular-filemanager

    JavaScript file manager Material Design folder explorer

    A very smart filemanager to manage your files in the browser developed in AngularJS following Material Design styles by Jonas Sciangula Street. This project provides a web file manager interface, allowing you to create your own backend connector following the connector API. By the way, we provide some example backend connectors in many languages as an example (PHP-FTP, PHP-local, python, etc). Pick files callback for third parties apps. Directory tree navigation. Copy, Move, Rename (Interactive...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    EU-Commander
    EU-Commander is an Tcl/Tk based file manager (WinCommander like) with applications bar, favorites, mime types. Additional modules (e.g. text/picture viewer/editor) and some more are included in the package. Easy implementation of own Tcl/Tk modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Hadoop configuration files

    Hadoop configuration files

    Hadoop configuration files

    Hadoop 1.x and 2.x configuration files and some other files to configure Hadoop cluster
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AmpJuke...and YOUR hits keep on coming!
    Manage and stream your music on a web server using a browser. Some features: - Scan+Import music (MP3/OGG/WMA/APE ). - Random play with "fair rotation". - Upload/download - Themes. - Uses various webservices and API's (last.fm, the Echonest) ...plus more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DupLichaSe

    DupLichaSe

    A Fast Duplicate File Detector with graph based semi-automatic cleaner

    DupLichaSe is a very fast Duplicate File Detector that uses inductive heuristics to detect duplicate files very fast; based on content! DupLichaSe stands out from EVERY other Duplicate file detection Software because of it's graph based semi-automatic selection system. ... after finding 100s of duplicate files, do you have to go through some manual and possibly laborious process of deleting the duplicates? ...or is there a way for the Software to learn and do most of it for you in a SAFE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    The Comic Book Wizard

    comic book archive manager

    Note: If you get an access denied error you have to run the program as administrator! The comic book wizard allows you to compress a folder of images into different archives such as cbz and zip. It now also has an archive manager that allows you to select a folder of archives such as cbr, rar and zip archives and it will automatically convert them into cbz archives and save them where you want. Some Features: preview each image to be included in the archive automatically convert...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DFileBrowser

    DFileBrowser

    DfileBrowser is a light file browser written in C++ and QML

    Dfilebrowser is a light file manager written in QT (C++ and QML) The goal is to research the way to do a multi-platform file manager using QT. First version was developed in QT using widgets for the UI but this presented some issues when porting to mobile devices because they are focused on QML. The last widget version was 1.1 and worked for desktops, KDE Plasma Active and Wetab tablets. Version 1.2 has been rewritten from the scratch using QML and also QT Quick components and currently works...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    Simple GUI based lightweight duplicate file finder and remover. Configurable file search and preview (via external tools) option for file data. No command-line interface available! This is basically a reimplementation of dupfinder as: it doesn't compile on my computer, the executable won't work either, the projects seems dead and I didn't wanna work through the original code. So Look'n'Feel should be somewhat the same, though some changes have been made. Algorithm is simple and suitable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    aws-s3-version-mgmt

    aws-s3-version-mgmt

    Command line utility for versioning-enabled S3 buckets in AWS

    This is a Java-based command line utility which provides functionality around S3 buckets with versioning enabled -- something which normal S3 browsers as of yet don't support. If you host your data in the Amazon cloud (AWS) and you use versioning on your S3 bucket(s) you would have noticed the lack of support (currently) from Amazon on this. This tool aims to provide some help with that. Have a look at the usage page here: http://awsversionmgmt.sourceforge.net/usage.html for examples on how...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Dupless - a duplicate file solution

    extract unique file sets from sets with duplicates

    Do you have lots of files? I do, particularly image files. There are lots of duplicates and I want to extract a unique set from the larger set. That is what dupless does. Written in Java, using sqlite, it is some simple code that solves the duplicate file problem. All of the code is contained in the .jar file, both source and binary. Currently it writes scripts for use on Linux or Windows. See the Wiki or the README.txt in the .jar file for more information.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next