Showing 38 open source projects for "jacob-1.19"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Arclight

    Arclight

    A Bukkit(1.19/1.20) server implementation in modding environment

    A Bukkit server implementation on common mod loaders.
    Downloads: 105 This Week
    Last Update:
    See Project
  • 2
    gofumpt

    gofumpt

    A stricter gofmt

    Enforce a stricter format than gofmt, while being backward compatible. That is, gofumpt is happy with a subset of the formats that gofmt is happy with. The tool is a fork of gofmt as of Go 1.19, and requires Go 1.18 or later. It can be used as a drop-in replacement to format your Go code, and running gofmt after gofumpt should produce no changes. Some of the Go source files in this repository belong to the Go project. The project includes copies of go/printer and go/doc/comment as of Go 1.19 to ensure consistent formatting independent of what Go version is being used. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Reloader

    Reloader

    A Kubernetes controller to watch changes in ConfigMap and Secrets

    A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet, and DeploymentConfig – [✩Star] if you're using it. We would like to watch if some change happens in ConfigMap and/or Secret; then perform a rolling upgrade on relevant DeploymentConfig, Deployment, Daemonset, Statefulset, and Rollout. Reloader can watch changes in ConfigMap and Secret and do rolling upgrades on Pods with their associated...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 4
    Evmos

    Evmos

    Evmos is the first decentralized EVM chain on the Cosmos Network

    Evmos is bringing the world of Ethereum-based applications and assets to the interoperable networks of the Cosmos ecosystem, all while aligning developer and user incentives. Let’s adventure together into the world of innovation where EVM meets interchain composability. The long game is about two things: Aligning the interests of all the players and making blockchain easier for everyone to use. The Evmos Tokenomics are designed to incentivize and reward the most inspired developers and the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Echidna

    Echidna

    Ethereum smart contract fuzzer

    Echidna is a weird creature that eats bugs and is highly electrosensitive (with apologies to Jacob Stanley) More seriously, Echidna is a Haskell program designed for fuzzing/property-based testing of Ethereum smarts contracts. It uses sophisticated grammar-based fuzzing campaigns based on a contract ABI to falsify user-defined predicates or Solidity assertions. We designed Echidna with modularity in mind, so it can be easily extended to include new mutations or test specific contracts in specific cases. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Yaegi

    Yaegi

    Yaegi is Another Elegant Go Interpreter

    Yaegi is Another Elegant Go Interpreter. It powers executable Go scripts and plugins, in embedded interpreters or interactive shells, on top of the Go runtime. All Go & runtime resources accessible from script (with control). Note that you can use rlwrap (install with your favorite package manager), and alias the yaegi command in alias yaegi='rlwrap yaegi' in your ~/.bashrc, to have history and command line edition. Complete support of Go specification. Written in pure Go, using only the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    minecraft-mods

    Minecraft Server Hibernation

    Avoid wasting resources by starting your Minecraft server automatically when a player joins and stopping it when no one is online
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lotto Ritardi

    Lotto Ritardi

    Menu' nel terminale di linux, calcolo stat. del lotto e superenalotto

    Lotto Ritardi per Linux 0.86+Lotto Ritardi per Win64 0.76+Ritardi Storici Minimi per Ambo 1.19 per Windows 64 bit+SuperEnalotto Ritardi Storici Minimi per Ambo 1.41 Archivio estrazioni dal 1950, con agg. autom. e vista sulle estraz. pari o dispari. Formazioni Omogenee, vertibili, gemelli, etc. : 9 gruppi di ambi, 24 di terzine, 7 quartine, 12 cinquine, 31 sestine, 5 settine, 1 di ottine, 7 novine e 5 di decine. Ritardi degli estratti e degli estratti determinati, anche a tutte, + per gli ambi e le terzine, quartine, cinquine e sestine. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 9

    namefix.pl, 1st and best batch renamer

    Cross-platform batch file renamer with GUI and CLI since 2000

    ...Features include handling of whitespace, punctuation, extensions, directory processing, safe overwrite checks, and dry-run mode. Both command-line and Tk GUI interfaces are provided. The project was created by Jacob Jarick and is licensed under the GNU General Public License (GPL).
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10

    Minecraft-Bedrock-Version-Manager

    You can choose multiple versions of MCBE to play.

    Use newer version here! https://sourceforge.net/projects/bedrocklaunch/
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 11
    hashmap

    hashmap

    A Golang lock-free thread-safe HashMap optimized for fastest access

    A Golang lock-free thread-safe HashMap optimized for fastest read access. It is not a general-use HashMap and currently has slow write performance for write-heavy use. The minimal supported Golang version is 1.19 as it makes use of Generics and the new atomic package helpers. Reading from the hash map for numeric key types in a thread-safe way is faster than reading from a standard Golang map in an unsafe way and four times faster than Golang's sync.Map. Technical design decisions have been made based on benchmarks that are stored in an external repository: go-benchmark. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JACOB - Java COM Bridge

    JACOB is a JAVA-COM Bridge that allows you to call COM Automation comp

    JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit and 64 bit JVMs This project has moved to https://github.com/freemansoft/jacob-project
    Downloads: 74 This Week
    Last Update:
    See Project
  • 13
    LIPRAS, Peak Fitting Software

    LIPRAS, Peak Fitting Software

    Peak fitting diffraction data

    ...For any region of the inputted data, user can choose which profile functions to apply to the fit, constrain profile functions, and view the resulting fit in terms of the profile functions chosen. If you use LIPRAS for your research, please cite it: Giovanni Esteves, Klarissa Ramos, Chris M. Fancher, and Jacob L. Jones. LIPRAS: Line-Profile Analysis Software. (2017). DOI: 10.13140/RG.2.2.29970.25282/3 The installation directory should have the LIPRAS Manual and SampleData, otherwise refer to GitHub page below.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    This is my portfolio of the video games that I have made in my high school career. The instructions that I used to make these games is “The Game Maker’s Apprentice: Game Development for Beginners” by Jacob Habgood and Mark Overmars. All the games are Windows executables that can be downloaded in the files section of the project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Android Drag Dismiss Activity

    Android Drag Dismiss Activity

    A smooth, easy-to-implement, drag to dismiss Android Activity

    ...The project has a simple API and is a pretty powerful and beautiful implementation of the pattern. This library is used in some of my apps (Talon for Twitter and Pulse SMS). It has been abstracted from Jacob Klinker and I's article-android library, which is an awesome readability style in-app web browser. This library provides an elastic layout that can dismiss an Activity with a RecyclerView or a regular Activity. Whenever the user swipes up or down, from the bottom or the top of the content, the DragDismissActivity will finish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Netflix Browser

    Netflix Browser

    Free TV shows and movies on your desktop

    Netflixs Desktop is a simple grabs the Netflix webpage loads it from your desktop that makes life easier enjoy! :) I recommended you use this program with Google Chrome as your default web browser !
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Talon for Twitter

    Talon for Twitter

    The Holo version of my popular Android Talon for Twitter app

    This is the complete version of the Twitter client that I created for Android. It is 100% open source, the only thing that you will have to do plug in is your own API keys. Feel free to use this as a resource for those kinds of thing, that's one of the reasons I wanted to open source it in the first place. Lots to learn from a big project like this, and I think that is pretty important with the ever changing world of Android.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    GWPT (Ground Water Pumping Test) provides an easy to use interface to analyse pumping tests in ground water wells. It allows to estimate the transmissivity and the hydraulic conductivity of the aquifer using the COOPER - JACOB method.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19

    skeltalDOTA

    DOTA related stats application made in C#

    DOTA related stats application made in C# by Jacob and Kevin
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    xtn5250-fork-dotmg

    A fork of vproietti's xtn5250

    This is a fork of vproietti's xtn5250 with very personal and minor changes. It starts with version 1.19.i Original xtn5250 project URL is at https://sourceforge.net/projects/xtn5250/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    LipidWrapper

    Create lipid-bilayer models of arbitrary geometry.

    ...When building large-scale models of whole subcellular environments, models of lipid membranes with carefully considered, biologically relevant curvature are essential. LipidWrapper, written by Jacob Durrant in the lab of Rommie E. Amaro, is capable of creating curved membrane models with geometries derived from various possible sources, both experimental and theoretical. We are hopeful that this utility will be a useful tool for the computational-biology community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Computer In a Computer

    An OS-Like Software by Jacob Siehl.

    Computer In a Computer is a free program that allows you to do certain things, such as open a web browser, search google and yahoo, open notepad for quick notes, and shut down your computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    WebChemViewer

    A simple program for sharing molecular structures with associated data

    ...WebChem Viewer is a simple, free, open-source program that generates HTML-formatted output that can be viewed in any modern web browser, on any operating system (including mobile), without requiring the installation of additional software. The output can also be easily incorporated into existing web pages. WebChem Viewer is released under the FreeBSD license. It was created by Jacob Durrant, a post-doc in the lab of Rommie E. Amaro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    gabipb

    A GPU-accelerated boundary integral Poisson-Boltzmann solver

    ...The schemes use only $11N+6N_c$ size-of-double device memory for a biomolecule with $N$ triangular surface elements and $N_c$ partial charges. REFERENCE: W.H. Geng and F. Jacob, A GPU-accelerated direct-sum boundary integral Poisson-Boltzmann solver, Comput. Phys. Commun. 184, 1490-1496 (2013).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB