Showing 39 open source projects for "jason"

View related business solutions
  • 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
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    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: 23 This Week
    Last Update:
    See Project
  • 2
    Jason

    Jason

    A blazing fast JSON parser and generator in pure Elixir

    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...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    ChonOS

    ChonOS

    A specifical-purpose GNU/Linux distribution for Embedded MAS

    ... 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: 0 This Week
    Last Update:
    See Project
  • 6
    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).
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PyArmadillo

    PyArmadillo

    linear algebra library for Python

    PyArmadillo - streamlined linear algebra library for Python, with emphasis on ease of use. Alternative to NumPy / SciPy. * 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
  • 8
    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: 77 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 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...
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cppbestpractices

    cppbestpractices

    Collaborative collection of C++ best practices

    Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. This document is meant to be a collaborative discussion of the best practices in C++. It complements books such as Effective C++ (Meyers) and C++ Coding Standards (Alexandrescu, Sutter). We fill in some of the lower-level details that they don't discuss and provide specific stylistic recommendations while also discussing how to ensure overall code quality...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Darkbot

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

    This Darkbot page is a fork of the original Darkbot. 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...
    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
    Arbaro is an implementation of the tree generating algorithm described in Jason Weber & Joseph Penn: Creation and Rendering of Realistic Trees
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18

    RootGraph

    A graphic optimization tool for automad image analysis of plant roots

    ... 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
  • 19
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    mpz_aprcl32

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

    This code contains an implementation of the APR-CL primality proving algorithm. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    mpz_aprcl

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

    This code contains an implementation of the APR-CL primality proving algorithm. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    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
  • 24

    jason

    C json library

    libjason is fork and simplified version of libejson extended JSON lib (http://gitorious.org/libejson). Written in C with help from Ragel State Machine Compiler (http://www.complang.org/ragel/). Parses only regular JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Jason Quest Life Emulator
    Jason Quest Life Emulator 24 hour challenge. i made this game in 24 hours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.