Showing 2939 open source projects for "gnu make"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1

    torssh

    Makes a SSH conection through TOR

    A simple bash script to make a secure shell (SSH) connection using the TOR network. This script requires Tor and proxychains installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    theZoo

    theZoo

    A repository of LIVE malwares for malware analysis and security

    theZoo is a project created to make the possibility of malware analysis open and available to the public. Since we have found out that almost all versions of malware are very hard to come by in a way which will allow analysis, we have decided to gather all of them for you in an accessible and safe way. theZoo was born by Yuval tisf Nativ and is now maintained by Shahak Shalev. theZoo’s purpose is to allow the study of malware and enable people who are interested in malware analysis (or maybe...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    OnAGUI - Ontology Alignment GUI

    Software to help automatic or manual realisation of ontologi alignment

    This project has moved to https://github.com/lmazuel/onagui - OnAGUI (Ontology Alignment Graphical User Interface) is a project of alignment helper and viewer. You can edit ontology (SKOS, OWL) and edit alignment between concept of these ontologies. In addition, you can make automatic discovery of alignment, using different kind of algorithm. This work was initiated by Jean Charlet (http://www.limics.fr/index.php/annuaire), designed and developped by Laurent Mazuel on a post-doctoral...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    myopentrader

    myopentrader

    Open-source complex-event based trading engine

    Thanks for showing interest in MyOpenTrader (MOT). Please note, that this is a very small project – and make sure to understand what MOT is NOT. MOT is (yet another) a complex-event based open-source trading-engine, which is free to use for everyone. We have started MOT in 2012 and we have been using MOT ever since successfully. The best way of describing MOT is a flexible open-source trading framework. It is built from ground up as a parallel computing engine, which allows to do large scale...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 5

    dep-trace

    gdeptrace dependancy solver correct for pkg or make deps

    gdeptrace sorts an input dependancy list or table and prints it, and can do other actions. It's default operation is to act like tsort (1) except that it sorts by pure pkg / make dependancy (tsort sorts by grapical topology: see notes about differences). EXAMPLE: $ echo -e "b e\ne\nc b" | sort -k1,1 | gdeptrace [opts] e b c (b depends on e, c depends on b, e has no depends) (also: e has more items depending on it and is below anything it depends on; in this case...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    JRequirements

    makes requirements executable and useable for all project-participants

    The main goal of this framework is to make requirements executable and useable for all project-participants. Customer can execute requirements and define domain specific tests. The programmer can debug bugs. Project manager can analyse executed requirements & automated tests and estimate project progress.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DateDiff

    DateDiff

    Free Joomla! module to countdown/countup date differences.

    Free and simple module to countdown/countup from the current date or calculate the difference between two events and display the result as "» years » months » days" and/or days and weeks. It does not make use of 32/64-bit unix timestamps, so it will also work for dates outside the range 1970 (1901)-01-01 through 2038-01-19. The function respects leap years, but does not take into account the 10 days removed in the year 1582 from the calendar (October 5 through October 14, 1582) to fix...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Robots.io

    Robots.txt parsing library

    Robots.io is a Java library designed to make parsing a websites 'robots.txt' file easy. The RobotsParser class provides all the functionality to use robots.io. Domains passed to RobotsParser are normalised to always end in a forward slash. Disallowed Paths returned will never begin with a forward slash. This is so that URL's can easily be constructed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Joomla! Template Toolbar

    Joomla! Template Toolbar

    Joomla! Template Toolbar

    ...Consider this as a starting point for developing your own project (fork). THIS PROGRAM IS FREE SOFTWARE; YOU CAN REDISTRIBUTE IT AND/OR MODIFY IT UNDER THE TERMS OF THE GNU GENERAL PUBLIC LICENSE VERSION 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 10

    Border Control Mod Virtualdub

    Create pleasing border to video using Virtualdub

    ...Stretch N lines to fill to the edge of border, N lines above smear region used 4. Fade video from selected line to edge of border fade can be to black or to border color 5. Cross smear progressively softens the smeared lines to make smear less obvious 6. Range of values is suitable for HD videos While this was intended for edge modification it can be used for special effects such as fading the edges of a scene to frame a center portion ... GNU General Public license Copyright (C) 2000-2002 Simon Walters Extensive Modifications by John M. Clement (C) 2014
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The goal of this project is to make possible to access Progress database from any external program that can use sockets. The server (broker and agents) are written in Progress 4GL and made use of sockets capabilities of Progress V9.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    hbcxx

    Use "#!/usr/bin/env hbcxx" to make C++ source code executable

    hbcxx uses the Unix hashbang (or shebang) #!/path/to/interpreter technique to make C++ source code directly executable. Modern C++, meaning C++11 or even C++14, feels like another language. This is not because the language has been changed massively but because the new features encourage a different, and slightly higher level way to think about writing C++. It's faster, more fun, supports lambdas, has tools to simplify memory management and includes regular expressions in the standard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TUIT

    Taxonomic Unit Identification Tool

    For the installation instructions please see Wiki page: https://sourceforge.net/p/tuit/wiki/ IMPORTANT: since version 1.0.4.0 TUIT allows to select RDP-like formatted output to improve out of the box compatability with tools, that assume RDP-formatted input. A new field has been added to the properties.xml, please make sure to update it to contain <OutputFormat format="tuit"/> or <OutputFormat format="rdp"/> in the <BLASTNParameters> section. Read our paper in Biotechniques:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    AP-UHD

    Almost portable UHD for Ettus radios on windows

    Installing UHD and GNU-Radio on windows can be frustrating task. Failing to sutesfy any of the depandency may result in unpredicted error. In order to solve the installation problem I make this distribution as portable as can be and with minimal installation.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    atcacl

    Misc sysv boot scripts and wrappers for security and/or convienence

    atcacl: Atcacl is a collection of scripts and c wrapper programs that help make disappearing into the mists of IP land easier from userland. Once set up the commands are; dhcp0, dhcp1, idown, torstart, and torstop. dhcp0 and dhcp1 take down the eth0 and eth1 interfaces, randomize the MACs, bring the interfaces back up, and connect with dhcp again. idown shuts the interfaces down (including wlan0, wlan1), randomizes the MACs, and takes no further action. torstart starts tor and privoxy....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MRelay

    Host to Host Network Acceleration and Encryption

    MRelay splits and distributes the traffic of a single TCP connection to several connections and merges the data at the other end. Using this approach, it is possible to achieve high throughput between two points on the network regardless of the delay between two points. MRelay can optionally encrypt the data and exchange some http headers before the relay process to make the traffic look like a regular http file download. This can be used to overcome the highly restrictive firewalls that are...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Open Delays

    A program that gather trains delays data

    A program that gather trains delays data, so as to make user able to make statistics. Delays are published by train companies, but only the current day is available. Open Delays intends to gather this data in the longer term, so users can have a statistical vision on the train they use, and control and identify structural problems in train exploitation. This also allows to know for example if the train you are stepping in had 15mn delay in 30% of the cases : if you have this kind...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tiny Perl Database Application 3

    Tiny Perl Database Application 3

    To make it easier to test my app (and hoping to get some real feedback

    To make it easier to test my app (and hoping to get some real feedback about it) I created a custom Citrus Perl distribution that includes Tpda3, only for GNU/Linux for now. So, if you are not afraid of the command line and older technologies (PerlTk), please, download, install and test my app: Open a terminal: % cd test # or any other playground dir % tar xaf ~/downloads/tpda3perl-standard-51402-20903-linux-x86-061.tar.gz % cd Tpda3Perl % .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FireFly-Server
    iTunes-compatible DAAP server Firefly Media Server (formerly mt-daapd) is an open-source audio media server (or daemon) for the Roku SoundBridge and iTunes. It serves media files using Roku Server Protocol (RSP) and Digital Audio Access Protocol (DAAP). http://en.wikipedia.org/wiki/Firefly_Media_Server For Debian users: https://packages.qa.debian.org/m/mt-daapd.html https://tracker.debian.org/pkg/mt-daapd For FreeBSD...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Qtape

    Qtape

    Podcast and lecture recording software

    Qtape is a recording program, currently only available for Linux, which can be used to make recordings of a desktop and webcam at the same time. It is possible to make a full-screen recording of just the desktop, webcam, or even use a PDF as slides. It can also layout several of those in the output video at the same time. It is written using Qt 5 (For the interface), LibAV (For writing output files), X11 (For desktop recording), Video4Linux2 (For webcam recording) and Poppler (For PDF reading).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Muses Radio Player
    Live MP3/OGG/AAC Flash Player for Icecast and Shoutcast. It has some interesting and necessary features like reconnect on network errors to make sure users never get silence and cache management to avoid memory memory consumption. Works with Flash 10.1 and newer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MXLib is a C++ wrapper around the Intel® Integrated Performance Primitives (IPP) library and NVidia NPP CUDA library. You can use either IPP code (or a subset of functions that do not require IPP) on the CPU side, or use NPP/CUDA on the GPU side, or use both together. The function syntax is similar to that found in MatLab and the library is designed to make it easy to port your code from MatLab to C++. The idea is to provide Scientists, Engineers, Researchers and other non full-time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    ipvi

    This is an utility for IPv6 similar to whatmask for IPv4

    With the exhaustion of IANA's IPv4 pool, that happened on February/2011 (see this FAQ's comment on RIPE.net), the deployment of IPv6 is now imperative. In order to both understand and handle that immense address space, however, we need some helpers, and that is exactly what this little utility provides. Unlike the majority of similar utilities, that are accessible only online and only through some Web interface, this tool have just a CLI interface, that is available all time because it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    QL

    Extending standart QLUA

    This library is developing by users of QLUA. Main purpose - make it easier and faster to write add-ons for Quik using LUA.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    CertForge is a web-based certificate utility written in Java 1.6, to make or view X.509 certificates, keys, CRLs, manage keystore and truststore (CTL) for SSL sites, and run as a simple Certificate Authority (CA).
    Downloads: 0 This Week
    Last Update:
    See Project