Showing 1621 open source projects for "git-ftp"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

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

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 1
    EasyArch

    EasyArch

    Arch Linux Installer ISO

    ... the project git repo- https://github.com/easyarch-iso for source code and everything else. Along with the simple and custom graphical installer, you will get a fully functional desktop environment (XFCE based) with little customization and pre-configured applications. Other than that, there isn't anything else. No extra repository, just vanilla Archlinux. Hope you find it useful in your quest to try out Archlinux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    hub

    hub

    Extension to command-line git for GitHub

    hub is an extension to command-line git that helps you do everyday GitHub tasks without ever leaving the terminal. Hub is a tool that wraps git in order to extend it with extra functionality that makes it better when working with GitHub. Available commands are split into two groups: those that are already present in git but that are extended through hub, and custom ones that hub provides. Most hub commands are supposed to be run in a context of an existing local git repository. Hub...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TMC compiler

    TMC compiler

    Translator from restricted matlab to C

    Open-source tool to convert/port/migrate/optimize Octave/MATLAB(R) written projects to C-code. Consists of C-code generator and run-time support library. Support a subset of MATLAB (R) language and an extendable set of in-build functions. Git Repository: https://github.com/csafonov/tinymc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Muon SSH Terminal/SFTP client

    Muon SSH Terminal/SFTP client

    Graphical SFTP client and terminal emulator with helpful utilities

    Easy and fun way to work with remote servers over SSH. This project is being renamed as previous name "Snowflake" is confusing since there is already a popular product with the same name. Muon is a graphical SSH client. It has an enhanced SFTP file browser, SSH terminal emulator, remote resource/process manager, server disk space analyzer, remote text editor, huge remote log viewer, and lots of other helpful tools, which makes it easy to work with remote servers. Muon provides functionality...
    Downloads: 6 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
  • 5
    Cinder

    Cinder

    Community-developed library for professional-quality creative coding

    Cinder is a free and open source library for professional-quality creative coding in C++. Cinder is available under the BSD License for macOS and Windows. The latest version is 0.9.2. To keep up-to-date with Cinder’s development, consider working from the github repository directly. Cinder is a C++ library for programming with aesthetic intent - the sort of development often called creative coding. This includes domains like graphics, audio, video, and computational geometry. Cinder is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    hk-ftp-server

    fastest and simple FTP ( File Transfer Protocol ) Server

    hk-ftp-server is a free and fastest and simple application for FTP ( File Transfer Protocol ) Server on microsoft windows operating systems . . optional set port for FTP . Add Multi Users . set Home-dir for Accounts . delete account without reset server . change password without reset server . stand alone . run on user without need admin user
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ART-DECOR

    ART-DECOR

    DECOR and ART

    .... For an overview see also ART-DECOR: An Open-Source Tool Bridging the Chasm Between Clinicians and Health IT, HL7 News, September 2014, here. ART-DECOR is used in countries throughout Europe and other parts of the world, e.g. the national infrastructure ELGA in Austria, the Dutch Nictiz, the Dutch RIVM, HL7 and IHE Germany. Please note we have moved from subversion to git at: https://bitbucket.org/art-decor/art-decor-backend
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Open in Colab

    Open in Colab

    Open notebook in Colab from GitHub and Gist

    Add-on that adds a button, «Open in Colab», to the header of IPython notebook in Gist and GitHub Open Jupyter Notebook in Colab from Gist and GitHub adding a button «Open in Colab» with this browser WebExtension
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
  • 10
    Hercules

    Hercules

    Gaining advanced insights from Git repository history

    Fast, insightful and highly customizable Git history analysis. Hercules is an amazingly fast and highly customizable Git repository analysis engine written in Go. Batteries are included. Powered by go-git. There are two command-line tools: hercules and labours. The first is a program written in Go that takes a Git repository and executes a Directed Acyclic Graph (DAG) of analysis tasks over the full commit history. The second is a Python script that shows some predefined plots over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    remark

    remark

    A simple, in-browser, markdown-driven slideshow tool

    .... Store it wherever you like; on your computer, hosted from your Dropbox, hosted on Github Pages alongside the stuff you're presenting. Easily collaborate with others, keeping track of changes using your favourite SCM tool, like Git or Mercurial. A Markdown-formatted chunk of text is transformed into individual slides by JavaScript running in the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GitHub Action to Sync S3 Bucket

    GitHub Action to Sync S3 Bucket

    GitHub Action to sync a directory with a remote S3 bucket

    ... up. Most importantly, --delete permanently deletes files in the S3 bucket that are not present in the latest version of your repository/build. If you're uploading the root of your repository, adding --exclude '.git/*' prevents your .git folder from syncing, which would expose your source code history if your project is closed-source. (To exclude more than one pattern, you must have one --exclude flag per exclusion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    protobuf-delphi

    Protocol buffers for Delphi

    This project contains the implementation of Protocol Buffers for Delphi. From the project was implemented limited functionality necessary for a specific project. At that time, I do not see any sense to transfer the whole project code.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    Aleth

    Aleth

    Aleth – Ethereum C++ client, tools and libraries

    The collection of C++ libraries and tools for Ethereum, formerly known as cpp-ethereum project. This includes the full Ethereum client aleth. Git and GitHub are used to maintain the source code. The --recursive option is important. It orders git to clone additional submodules to build the project. If you missed --recursive option, you are able to correct your mistake with command git submodule update --init. CMake is used to control the build configuration of the project. Latest version...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Legit

    Legit

    Git for Humans, Inspired by GitHub for Mac™

    Legit is a complementary command-line interface for Git, optimized for workflow simplicity. It is heavily inspired by GitHub for Mac. We haven't re-created the git CLI tool in a GUI, we've created something different. We've created a tool that makes Git more accessible. Little things like auto-stashing when you switch branches will confuse git veterans, but it will make Git much easier to grok for newcomers because of the assumptions it makes about your Git workflow. Switches to specified...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    readme-md-generator

    readme-md-generator

    CLI that generates beautiful README.md files

    readme-md-generator is able to read your environment (package.json, git config...) to suggest you default answers during the README.md creation process. Make sure you have npx installed (npx is shipped by default since npm 5.2.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JavaSeis
    JavaSeis.org: Java based software for processing and storing petroleum industry seismic data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Git Credential Manager for Windows

    Git Credential Manager for Windows

    Secure Git credential storage for Windows for Visual Studio

    Git Credential Manager for Windows is no longer being maintained. The cross-platform Git Credential Manager Core (GCM Core) is the official replacement. GCM Core is included as an optional component of Git for Windows 2.28 and will be made the default credential helper as of Git for Windows 2.29. GitHub will disable password-based authentication on APIs Git Credential Manager for Windows uses to create tokens. As a result, GCM for Windows will no longer be able to create new access tokens...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    gitfs

    gitfs

    Version controlled file system

    gitfs is a FUSE file system that fully integrates with git. You can mount a remote repository's branch locally, and any subsequent changes made to the files will be automatically committed to the remote. gitfs was developed by the awesome engineering team at Presslabs, a Managed WordPress Hosting provider. gitfs was designed to bring the full powers of git to everyone, no matter how little they know about versioning. A user can mount any repository and all their changes will be automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Курс Front-End

    Курс Front-End

    Kottans frontend course

    This repository consists of materials for the frontend of the course. Here you can find the tasks for the qualifying phase, which are required to get to the main part. In order to get to the main part, candidates must complete the tasks listed in Stage 0 . We encourage you to be active during the learning process and help other students: answer questions in chats, check pool requests, report possible errors and offer solutions. Do not be afraid to ask questions and turn to mentors and other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    go-git

    go-git

    go-git is a highly extensible git implementation library written in Go

    go-git is a highly extensible git implementation library written in pure Go. It can be used to manipulate git repositories at low level (plumbing) or high level (porcelain), through an idiomatic Go API. It also supports several types of storage, such as in-memory filesystems, or custom implementations, thanks to the Storer interface. It's being actively developed since 2015 and is being used extensively by Keybase, Gitea or Pulumi, and by many other libraries and tools. After the legal issues...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Alkhimia Linux

    Live DVD basado en Arch Linux con KDE como Escritorio por defecto

    Este es un live DVD basado en Arch Linux 64 bits y creado usando Archiso-git. El Live DVD viene con KDE 4.9+ como entorno de Escritorio predefinido, aunque incluye algunas herramientas basadas en Gnome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NOTE: I'm busy right now, and also the server is dead. I will update the project later Device Tree (Based on AmolAmrit's nougat branch + some changes) Link: https://github.com/user-ilang/device_xiaomi_kenzo.git Device Common Tree (Based on AmolAmrit's nougat branch + some changes) Link: https://github.com/user-ilang/device_xiaomi_msm8956-common.git Kernel (Escrima kernel by AmolAmrit) Link: https://github.com/AmolAmrit/Escrima_kernel_xiaomi_msm8956.git
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Deep Learning with PyTorch

    Deep Learning with PyTorch

    Latest techniques in deep learning and representation learning

    ... (a minimal version of Anaconda) and several Python packages installed. The following instruction would work as is for Mac or Ubuntu Linux users, Windows users would need to install and work in the Git BASH terminal. JupyterLab has a built-in selectable dark theme, so you only need to install something if you want to use the classic notebook interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Free - Simple - standalone - multi thread - powerful tftp server ( trivial ftp server ) .
    Downloads: 0 This Week
    Last Update:
    See Project