Showing 44 open source projects for "jason"

View related business solutions
  • 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
  • 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.
    Try Free
  • 1
    A captivating tile-clearing puzzle game by award-winning independent designer Jason Rohrer.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Javino

    Javino

    A library for communication between Jason and Raspberry+Arduino

    LATEST VERSION-> http://javino.chon.group/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ChonOS

    ChonOS

    A specifical-purpose GNU/Linux distribution for Embedded MAS

    ...It enables, without the need to turn off the device or stop the MAS: the deployment of reasoning to the robot; firmware deployment for microcontrollers; the transfer of the MAS from the development environment to the production environment; and the transfer of new agents to the MAS running using the Internet of Things (IoT). It also features an extended version of Jason specifically for Embedded MAS, which allows communication with hardware and an IoT middleware. Installation Tutorial: https://docs.google.com/document/d/1vNFF5BW73UKxvOMUaiKSjbKSz3Kq5z7TSr4vD3TmAbM/edit?usp=sharing Videos Tutorial: https://www.youtube.com/playlist?list=PLvRT7K1j00AO_uUZI3lukil0Owhp1LKaW
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Jason is a fully-fledged interpreter for an extended version of AgentSpeak, a BDI agent-oriented logic programming language, and is implemented in Java. Using JADE a multi-agent system can be distributed over a network effortlessly. This project was moved to https://jason-lang.github.io
    Leader badge
    Downloads: 49 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 5
    Node Fetch

    Node Fetch

    A light-weight module that brings the Fetch API to Node.js

    Instead of implementing XMLHttpRequest in Node.js to run browser-specific Fetch polyfill, why not go from native http to fetch API directly? Hence, node-fetch, minimal code for a window.fetch compatible API on Node.js runtime. See Jason Miller's isomorphic-unfetch or Leonardo Quixada's cross-fetch for isomorphic usage (exports node-fetch for server-side, whatwg-fetch for client-side). If you cannot switch to ESM, please use v2 which remains compatible with CommonJS. Critical bug fixes will continue to be published for v2. Wrapping the fetch function into a try/catch block will catch all exceptions, such as errors originating from node core libraries, like network errors, and operational errors which are instances of FetchError.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Jason

    Jason

    A blazing fast JSON parser and generator in pure Elixir

    ...The parser and generator are at least twice as fast as other Elixir/Erlang libraries (most notably Poison). The performance is comparable to jiffy, which is implemented in C as a NIF. Jason is usually only twice as slow. Both the parser and generator fully conform to RFC 8259 and ECMA 404 standards. The parser is tested using JSONTestSuite. The package can be installed by adding jason to your list of dependencies in mix.exs. Jason follows the JSON spec more strictly, for example, it does not allow unescaped newline characters in JSON strings - e.g. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project aims to promote the MultiAgent Programming (MAP) approach by providing a suitable integration of tools and languages for programming the following dimensions: agents (Jason), environment (Cartago), and organisation (Moise).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    PyArmadillo

    PyArmadillo

    linear algebra library for Python

    ... * Main page: https://pyarma.sourceforge.io * Documentation: https://pyarma.sourceforge.io/docs.html * Bug reports: https://pyarma.sourceforge.io/faq.html * Git repo: https://gitlab.com/jason-rumengan/pyarma
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    HC Software serves as an incubator for Jason Rohrer's mini-projects. These projects are not large enough to warrant their own SourceForge projects.
    Downloads: 93 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 10
    AospExtended-jason

    AospExtended-jason

    Official AospExtended For Xiaomi Mi Note 3

    AOSP Extended is an AOSP based rom which provides stock UI/UX with various customisations features along with the Substratum theme engine. The project has been made by cherry-picking various commits from various other projects. Being based on AOSP it provides a smooth and lag-free experience out of the box. We will constantly try to add more features and make it even better in future updates. A ROM by a user, for a user. #StayAOSP #ExtendYourDevice
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    karumanchi

    :satisfied: DS Problems from karumanchi. This repository follows the C++ Best Practices written by Jason Turner.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    clmtrackr

    clmtrackr

    Javascript library for precise tracking of facial features

    clmtrackr is a javascript library for fitting facial models to faces in videos or images. It currently is an implementation of constrained local models fitted by regularized landmark mean-shift, as described in Jason M. Saragih's paper. clmtrackr tracks a face and outputs the coordinate positions of the face model as an array. The library provides some generic face models that were trained on the MUCT database and some additional self-annotated images. Check out clmtools for building your own models. For tracking in video, it is recommended to use a browser with WebGL support, though the library should work on any modern browser. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    gevent

    gevent

    Coroutine-based concurrency library for Python

    gevent is a coroutine -based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev or libuv event loop. gevent is inspired by eventlet but features a more consistent API, simpler implementation and better performance. Read why others use gevent and check out the list of the open source projects based on gevent. Since version 1.1, gevent is maintained by Jason Madden for NextThought with help from the contributors and is licensed under the MIT license. API that re-uses concepts from the Python standard library (for examples there are events and queues). Cooperative DNS queries performed through a threadpool, dnspython, or c-ares. Monkey patching utility to get 3rd party modules to become cooperative. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    cppbestpractices

    cppbestpractices

    Collaborative collection of C++ best practices

    ...In all cases brevity and succinctness is preferred. Examples are preferred for making the case for why one option is preferred over another. If necessary, words will be used. C++ Best Practices by Jason Turner is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    Darkbot

    Darkbot is an AI robot for IRC, especially useful for help channels.

    ...The original page was taken by new ownership and the original group of contributors have had no luck in retaining control over the project as was originally the case. Darkbot is an artificially intelligent IRC robot originally created by Jason Hamilton for use in help rooms on the Undernet IRC network, and others. It is capable of being taught responses to questions, and can help simulate the feeling of having a real person around to answer questions when nobody else is available. The aim of this page is not to take control over the project again as much as to begin making updates and making things fresh for the few who are still dedicated users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MUSA.net

    .NET agent-based framework

    A .net framework for creating agent-base systems. It aims to re-implement the Jason/AgentSpeak system in C#. In Files section is avaible a ready-to-use dll library for your projects. A demo is of the this framework has been developed and is avaible at https://github.com/davide990/DomesticRobot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Argo for Jason

    Argo for Jason

    A Jason architecture for programming embedded robotic agents

    In this architecture, Javino enables processing the data coming from sensors as perceptions in ARGO's agent reasoning cycle. Then, one can restrict the list of perceptions delivered by Javino based on filters designed by the agent's programmer. The main contribution of ARGO is to enable the use of perception filters for programming robotic agents. Moreover, ARGO allows an agent to decide when to start or to stop perceiving from its sensors, to fix the interval between each perception and to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Arbaro is an implementation of the tree generating algorithm described in Jason Weber & Joseph Penn: Creation and Rendering of Realistic Trees
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    RootGraph

    A graphic optimization tool for automad image analysis of plant roots

    ...The performance of this approach was evaluated through comparisons with other automated and semi-automated software solutions as well as against results based on manual measurements. Please cite: Cai, Jinhai and Zeng, Zhanghui and Connor, Jason N. and Huang, Chun Yuan and Melino, Vanessa and Kumar, Pankaj and Miklavcic, Stanley J. (2015), "RootGraph: a graphic optimization tool for automated image analysis of plant roots" Journal of Experimental Botany, 66(21), pp.6551-6562.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    DiamondQuest

    DiamondQuest

    Answer math problems to dig down and find buried treasure.

    DiamondQuest is built in the tradition of command-line games like Nethack. In this, you answer math problems to dig down, and you find various buried treasures. Can you beat your high score? This game was built by Jason McDonald for a very special friend, but you can enjoy it too!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MAS-MT
    The Multi-agent Systems Modeling Toolkit (MAS-MT) is a framework for modeling MAS, which uses a MDA approach to provide a generic solution for several agent-oriented modeling language. The toolkit employs the FAML metamodel as core solution. Besides, it uses the JaCaMo metamodel in order to generate Jason/Moise+ code. It is used the TAOM4Eas graphical environment. The MAS-MT is a set of plugins for Eclipse. It is recommended to use the Indigo version because the TAOM4E only runs on it. However, the MAS-MT can run in other versions. It is necessary to have installed: EMF, GMF, QVT and Acceleo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    mpz_aprcl

    MPZ APRCL can prove the primality of numbers, written in C and GMP.

    ...It is a conversion of the Java based APRT-CLE written by Dario Alpern, who had written his based on the UBASIC version from Yuji Kida. This version incorporates improvements based on Jason Moxham's APR-CL code, which greatly reduced run-time memory requirements. mpz_aprcl is meant to be compiled on systems that support C, GMP, and a 64-bit data type. It can prove the primality of numbers up to 6021 digits long. mpz_aprcl32 is meant to be compiled on systems that support C, GMP, a 32-bit data type, but no 64-bit data type. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    mpz_aprcl32

    MPZ APRCL32 can prove the primality of numbers, written in C and GMP.

    ...It is a conversion of the Java based APRT-CLE written by Dario Alpern, who had written his based on the UBASIC version from Yuji Kida. This version incorporates improvements based on Jason Moxham's APR-CL code, which greatly reduced run-time memory requirements. mpz_aprcl is meant to be compiled on systems that support C, GMP, and a 64-bit data type. It can prove the primality of numbers up to 6021 digits long. mpz_aprcl32 is meant to be compiled on systems that support C, GMP, a 32-bit data type, but no 64-bit data type. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Darkbot

    The IRC's Talking Robot

    [ Please read https://sourceforge.net/p/darkbot/news/2014/01/darkbots-revitalization/ ] Darkbot is a portable IRC chat robot written in the C language that can be taught responses to user inquiries, and even have conversations with them. Darkbot was originally created by Jason Hamilton as an aid for help channels on Intenet Relay Chat.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    JaCa-Android
    JaCa-Android is a free and open source developing framework for programming Intelligent Agents on Google Android Platform. With it we introduce a new way to developing Android application in according with the A&A (agents and artifacts) meta-model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB