Showing 1377 open source projects for "executable"

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
  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • 1
    data-science-ipython-notebooks

    data-science-ipython-notebooks

    Data science Python notebooks: Deep learning

    ...Advanced sections touch on neural networks and distributed computing topics, helping you bridge from basics to production-adjacent workflows. The collection is suitable for self-paced study, quick reference, or as teaching materials in workshops. By combining narrative explanations with executable code, it shortens the path from theory to working prototypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ...The software is issued under the GPL Version 2 with the following additional permission: As a special exception, if other files instantiate generics from this unit, or you link this unit with other files to produce an executable, this unit does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License. The library is no longer under active development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    RapidEXE

    Script to EXE converter - for PHP, Python and more

    RapidEXE is a simple and efficient way to convert your script to a standalone executable. You can create command line tools with all the power of modern scripting languages and share it with others, even if they don't have the runtime environment. In a classic way, RapidEXE is not a compiler. It's merely a packer that makes your exe carry the language with itself and silently unpack it whenever needed. But you won't even notice that.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4

    AdaSNTP

    Simple Network Time Protocol in Ada

    ...The software is issued under the GPL Version 2 with the following additional permission: As a special exception, if other files instantiate generics from this unit, or you link this unit with other files to produce an executable, this unit does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU Public License.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Start Free
  • 5
    virtualgo

    virtualgo

    Virtualgo: Easy and powerful workspace based development

    ...For people coming from Python, vg is very similar to virtualenv, with dep being respective to pip. The main difference is that vg is much easier to use than virtualenv, because there's almost no mental overhead in using vg. You can pin versions of executable dependencies, such as linting and code generation tools. You can easily use a dependency from your global GOPATH inside your workspace, without running into confusing import errors. It has optional full isolation. If enabled there's no accidental fallbacks to regular GOPATH.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    SageThumbs

    SageThumbs

    Powerful Windows shell extension allowing to preview images.

    SageThumbs is a powerful shell extension allowing to preview enormous amount of image formats directly in Windows Explorer by using Pierre-e Gougelet's GFL library (XnView's author). Please read carefully the following information: As SageThumbs is a Windows Explorer context menu extension, there is no an executable file that you should launch to bring it up. To use it, just open any folder with image files in Windows Explorer, and then right-click a file you want to preview. You'll see the thumbnail immediately in the context menu. System Requirements: * Windows XP/2003/Vista/2008/7/2012/8/8.1 32/64-bit * About 5 Mb of disk space + additional space for cache
    Leader badge
    Downloads: 3,954 This Week
    Last Update:
    See Project
  • 7
    AWS Greengrass Core C SDK

    AWS Greengrass Core C SDK

    SDK to use with functions running on Greengrass Core using C

    ...The build will produce a shared object named libaws-greengrass-core-sdk-c.so under the build/aws-Greengrass-core-sdk-c directory. This is the shared object that the Lambda executable links to. The shared object is a stub implementation that helps Lambda executables to link against. It will be overridden by the actual shared object that comes with the Greengrass Core release bundle. The -Wl,--enable-new-dtags flag is needed for adding the Greengrass C SDK shared object path into the Lambda executable's RUNPATH, so that the stub shared object can be overridden by the libaws-greengrass-core-sdk-c.so which comes along with the Greengrass Core Release bundle. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Hain

    Hain

    An 'alt+space' launcher for Windows, built with Electron

    ...It's a launcher with strict syntax (like terminal programs), it's not targeting to interpret natural language. I believe strict syntax can provide a more powerful and fast response than interpreting natural language. Searching Executable files very fast with Fuzzy Matching. Plugins in Pure JavaScript. I always dreamed of an alternative to Alfred on Windows, that is made with JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Atalheitor

    Atalheitor

    Easy .desktop shortcut creator.

    Easily create .desktop shortcuts for executables, scripts, Java archives and Windows EXEs. Just right-click an executable, open with, and choose "Shortcut creator Atalheitor".
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 10

    ForceGen

    Derives force constants from Gaussian QM for Gromacs MD

    ...Nash A, Collier T, Birch HL, de Leeuw NH. Journal of Molecular Modeling (2018), (24)5. DOI: 10.1007/s00894-017-3530-6 Instruction video: https://youtu.be/fQVXv8Ge_tg This Java executable jar derives second order bond force constants for bond stretch and bond angle from quantum mechanical Gaussian calculations. The calculations are compatible with the Amber force field family or any force field derived from the second order tensor of the Hessian from molecular fragments. The output has been made compatible with the Gromacs topology format. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Bashstyle

    Bashstyle

    Let's do Bash right

    ...It treats Bash as a practical systems glue language and focuses specifically on Bash rather than generic POSIX shell portability. Major rules include quoting variable expansions, putting executable logic inside functions, using a clear main entry point, and keeping variables local whenever possible. Scripts are encouraged to fail quickly with set -eo pipefail and to use modern constructs such as [[ ]] and $( ). The guide also covers temporary files, cleanup traps, stdout and stderr conventions, variable naming, path handling, and conditional style. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    UPDATE!!!!! I've decided to remove the executable. I've left the source code up if anyone wants to use it. Unfortunately I don't have time for updates etc. and I don't want to leave half finished crap up. Sorry for the inconvenience. Short windows form application to produce signature pdfs for bookbinding from a single pdf. WARNING: This software is in a permanent Beta Status.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HB Reports

    HB Reports

    TReportPrinter component for Delphi and Firemonkey

    TReportPrinter Lightweight code based reporting for Delphi VCL and Firemonkey. For developers who prefer to create Reports quickly in code rather than wasting time with a hard to learn, slow to build graphical designer. Designed to have a high degree of backward code compatibility with Nevrona Rave Reports but in active development and forward looking for your new Firemonkey applications. Demo projects included with the files Documentation here...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    Resume Match

    A tool to match resumes with job descriptions

    ...This is an attempt to help job seekers in the above mentioned regards. This is by no means the best or even a powerful tool. But, it works and it might help. No installation required. Download the executable . 2018-12-27 Update: 1. The app has been reported to not work in many scenarios, for example, some Mac users, some Linux users, difficulty proper viewing in Acer >15" laptops... 2. For this reason, if for any reason you can't use the app, please visit the following link to use it in browser (webapp). 3. Updated versions to resolve above mentioned issues and with improved functionalities coming soon... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    3D Fairey-IIID (Irrlicht)

    3D Fairey-IIID (Irrlicht)

    3D animated and interactive model (FAIREY-IIID - Antique Plane)

    ......). • This was developed only to share all the 3D Models, all the source code (C++) and all the working files. • Everything is included in the ".ZIP" file. Executable ".EXE" file is there too. So you can use everything in any of yours projects. - Have fun !!!... (At irrlicht forums: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=52401&p=304293#p304293 )
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    ClassyShark

    ClassyShark

    Android and Java bytecode viewer

    ...Right after ClassyShark loads your executable, you will see, in the left panel, the list of the root components of the archive. You can activate the view by simply clicking on the Methods count tab on top of the navigation tree.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    Betty

    Betty

    Holberton-style C code checker written in Perl

    Betty is a Perl-based coding style checker that enforces the Holberton School coding style (inspired by the Linux kernel style) for C code and documentation. It identifies inconsistencies, style violations, and formatting issues in C source files. You should be aware that by default, some text editors are using spaces instead of tabs. For instance, when you press tab key on emacs, by default, leading spaces will be put, and that will cause Betty to raise a lot of warnings. Please find some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    file-splitter-software

    Split your large data files into a small/readable file format

    Split your large data files into a small/readable file format Its a windows executable software tested on windows 10 - 64 bit machine. Feel free to use it at your discretion. Download and run the executable. cd to C:/Program Files/ or user defined installation path. The path you entered while installing the software Double click file-splitting-software.exe in the location Enter the following, Num per file - Number of lines per file you want to output Delimiter - The recurring delimiter you want to use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    EZConvert

    Tool for converting CDISC Dataset-XML to SAS Dataset or SAS Xport

    ...The user specifies the folders where the .SAS programs will be placed. The user may also specify whether SAS datasets or SAS Xport files should be generated. If the location of the SAS Executable is specified in the properties file, a RunSAS.bat file will be generated in the target folder.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    dotNet Disk Imager

    dotNet Disk Imager

    Lightweight RAW and ZIP disk images reader and writer to USB or SD

    IMPORTANT!!! Since this is new software, your web browser, operating system or even possibly antivirus software may report security alerts against this tool. Please ignore that messages until this tool gets widely spread. This program is highly inspired by Win32 Disk Imager and sort of copies it's function. However, I've added some features, like verification of readed/writed image file and the most important is on the fly support for zipped images. Another features worth...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 21
    Mist Browser

    Mist Browser

    Mist. Browse and use Ðapps on the Ethereum network.

    The Mist browser is the tool of choice to browse and use Ðapps. If you want to install the app from a pre-built version on the release page, you can simply run the executable after download. For updating, simply download the new version and copy it over the old one (keep a backup of the old one if you want to be sure). In order to install from .zip files, please install libgconf2-4 first. Once a Mist version is released the Meteor frontend part is bundled using the meteor-build-client npm package to create pure static files. ...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 22

    rows-column-extracter

    Easily extract the rows/columns while handling your big data

    Its a windows executable software tested on windows 10 - 64 bit machine. Feel free to use it at your discreation. Download and double click to install the software. Provide the installation path or leave the default of C:\Program Files. Once installed, move to the installation directory and double click extracter.exe application. Input the fields as detailed below, Remember, CSV file array starts from 0 hence, column/row number 1 will be considered as 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    KAREL 3D

    KAREL 3D

    Learning programming language for kids

    This is learning programming language for children Karel-3D. By words from LightBot: "Get kids hooked on coding with minutes!" Created by Karel 3D from the 8-bit microcomputer PMD 85-2 in 1986. His later version of Karel the Robot in 3D, created first in the Slovak Republic. JavaScript variant include only one small HTML file tested and works on all devices with keyboard and full JavaScript support in internet browser, or alternative pre-compiled JAVA V8 .jar file with webEngine and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Swagger-to-GraphQL

    Swagger-to-GraphQL

    Swagger to GraphQL API adapter

    Swagger-to-GraphQL converts your existing Swagger schema to an executable GraphQL schema where resolvers perform HTTP calls to certain real endpoints. It allows you to move your API to GraphQL with nearly zero effort and maintain both REST and GraphQL APIs. Our CLI tool also allows you get the GraphQL schema in Schema Definition Language. This library will fetch your swagger schema, convert it to a GraphQL schema and convert GraphQL parameters to REST parameters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    OnBoard C is a C compiler that runs on and creates executables for the Palm OS. OnBoard C creates stand-alone, fully-fledged PRCs -- there's no need for run time libraries or any other software to run an executable created by OnBoard C.
    Downloads: 3 This Week
    Last Update:
    See Project