Showing 21 open source projects for "git-ftp"

View related business solutions
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • Securely stream and govern industrial data to power intelligent operations with agentic insights. Icon
    Securely stream and govern industrial data to power intelligent operations with agentic insights.

    For IoT Developers, Solution Architects, Technical Architects, CTOs, OT/IT Engineers

    Trusted MQTT Platform — Fully-managed and cloud-native MQTT platform for bi-directional IoT data movement.
    Learn More
  • 1

    TA-Lib.git: Technical Analysis Library

    Mirror of the TA-Lib project using a Git repository

    This project is intended to provide Git access to the code of the original project, TA-Lib, which uses Subversion. It is intended for system integrators wishing to use TA-Lib in their Git-managed project through Git submodules or subtrees. No actual development is being done here; all development happens in the original project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Coriander

    Coriander

    Control and capture GUI for IIDC compliant cameras

    Coriander is a full-featured GUI for IEEE1394, IIDC-compliant digital cameras.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 3

    F3DM

    Finite Element Method on 3D Meshes

    f3dmlib is a FEM library that can read, write and analyse 3D tetrahedral meshes, minimize a given functional, and refine the resulting meshes. The minimization is parallelized with OpenMP. Three main features in unstable 1.8.x version (available via GIT): quadratic elements, periodic boundary conditions, and the solver for scalar and electromagnetic wave equations. f3dmgeom is a collection of a few simple tools for creating surface meshes for tetgen. It can handle simple geometries only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    The DREAM Toolbox

    The DREAM toolbox is a free open source acoustic field simulation tool

    ...The code in the svn repository # svn co http://svn.code.sf.net/p/dreamtoolbox/code/trunk dream is not used actively anymore and is kept here for referecne only. The development code has moved to git on: https://github.com/frli8848/DREAM
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver and Track Online and Live Training Fast and Easy with Axis LMS! Icon
    Deliver and Track Online and Live Training Fast and Easy with Axis LMS!

    Axis LMS targets HR departments for employee or customer training,

    Axis LMS enables you to deliver learning and training everywhere through a flexible and easy-to-use LMS that is designed to enhance your training, automate your workflows, and engage your learners.
    Learn More
  • 5
    aioulinux

    aioulinux

    Linux for Arduino and Makers developers

    Hello, I'm the Aioulinux founder, eager to professionally revive the project. Since 2018, the demand for an IoT and Arduino-tailored environment has been evident. Seeking partners for a 2024 version targeting schools and IoT companies, aiming for a secure and comprehensive platform. If you share this vision and wish to collaborate, reach out. Let's revive Aioulinux stronger than ever! Now seeking partners: Live Distro Specialist: Expert in live distributions to ensure...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    darc

    Durham Adaptive-optics Real-time Controller

    darc, the Durham Adaptive optics Real-time Controller. For documentation or darctalk client only, select "View all files". For the latest bleeding-edge version, please use: git clone git://git.code.sf.net/p/darc2/code darc (no password required) (this changed May 2013 due to a sourceforge update). If you use darc, please cite with: Basden, A and Myers, R, MNRAS Vol 242, page 1483, 2012
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    adms
    ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile c code for the API of spice simulators. Repository migrated to: https://github.com/Qucs/ADMS For checkout do: git clone https://github.com/Qucs/ADMS.git
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8

    ghdl-updates

    GHDL - a VHDL simulator

    ...On other systems, getting GHDL from here means downloading the current source package and building GHDL from source. Alternatively you can get the latest source version (warning : occasionally unstable!) by pulling a snapshot from the git repository.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    DD-AVX

    DD-AVX

    DD-AVX: Library of high-precision operations accelerated by AVX

    ...Official support "Lis" version is "lis-1.4.58." After merge "lis" and "DD-AVX," the interface is same as "lis." Lis web page http://www.ssisc.org/lis/index.en.html This library is managed by git. old version can search "code" page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • IT Asset Management (ITAM) Software Icon
    IT Asset Management (ITAM) Software

    Supercharge Your IT Assets, the Easy Way

    EZO AssetSonar is a comprehensive IT asset management platform that provides real-time visibility into your entire digital infrastructure. Track and optimize hardware, software, and license management to reduce risks, control IT spend, and improve compliance.
    Learn More
  • 10
    wview is a unix application for weather stations. It archives weather data from the station. Generates full html web sites with graphics. ftp/ssh export capability. MySQL/PostgreSQL archiving. International. Weather alarms. Data feed. RSS feed.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    VSCP domotics

    Collection of VSCP based node firmware for home automation.

    ...This is NOT the actual VSCP project repository. This project holds the firmware & documentation for some VSCP based nodes specifically intended for home automation. The main VSCP project is now hosted on GIT. For more information on VSCP please visit www.vscp.org and/or subscribe to the mailing lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    EGNLA

    Heterogeneous cluster for acceleration of linear algebra computations

    This project deals with a new concept of the heterogeneous grid for acceleration of the numerical linear algebra computing. We design this grid with respect to maximal ratio between cost and computational power. It allows a parallelization of scientific codes with minimal programming effort. We also optimize grid concept to be less sensitive to network parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    fw2csv

    Convert data file from fixed width format table to CSV

    ...This utility allows user to insert user-defined column separators into user-defided positions of flat file table given in fixed-width format. I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OptLib

    OptLib

    C nonlinear optimization library

    [PROJECT MIGRATED TO GIT-HUB] OptLib is a library of nonlinear optimization routines focused on the use of stochastic methods, including Simulated Annealing, Genetic Algorithms, and Monte Carlo. Routines are parallelized using MPI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    irmetermon

    irmetermon

    irmetermon now hosted at https://github.com/foxharp/irmetermon

    irmetermon iis now hosted at https://github.com/foxharp/irmetermon Many modern electric meters have an IR LED which pulses once per watt-hour of usage. This project allows tracking a household's electricity usage, by detecting and recording those pulses. See the README in the git tree for more detail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    HQP was migrated to git. See https://github.com/omuses/hqp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IMPORTANT: The flosslogic project has merged with the sigrok project. Development continues in the sigrok wiki, mailing lists, IRC channel, and git repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...Please, consider using pcad2kicad functionality inside of KiCad project (GOST branch): lp:~kicad-gost-committers/kicad/kicad (https://code.launchpad.net/~kicad-gost-committers/kicad/kicad) Note that lp:kicad branch contains only pcb part of pcad2kicad functionality. Windows binary versions of KiCad GOST branch are available on ftp://ftp.kicad.ru/pub/kicad/install/win32/gost_commit Linux binary versions of KiCad GOST branch are available on ftp://ftp.kicad.ru/pub/kicad/release Mac OS binary versions of KiCad GOST branch are available on http://www.mobile-systems.info/kicad
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Software from LoCI Laboratory is devoted to information logistics, the study of the flexible coscheduling of the physical resources that underpin computer systems: storage, computation, and data transmission. We use IBP, L-Bone, exNode and LoRS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A service-oriented, single-source, Java integration server with virtual Service Stores(TM) that expose services via web services, HTTP and more. Service Flows provide process automation. Mainframe, database, email, web, soap & ftp adapters are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NetServTester is a small framework to test network service performance, actually there are plugins for icmp, http and ftp. The results are stored in a database
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB