Search Results for "python programming language" - Page 72

Showing 3673 open source projects for "python programming language"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 1
    Reactive Extensions for JavaScript

    Reactive Extensions for JavaScript

    An API for asynchronous programming with observable streams

    An API for asynchronous programming with observable streams. The Observer pattern done right. ReactiveX is a combination of the best ideas from. The Observer pattern, the Iterator pattern, and functional programming. ReactiveX is everywhere, and it's meant for everything. Available for idiomatic Java, Scala, C#, C++, Clojure, JavaScript, Python, Groovy, JRuby, and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SuperCollider

    SuperCollider

    Real-time audio synthesis engine and music programming language

    ...SuperCollider is now hosted at GitHub, and the most recent versions can be downloaded from there. http://supercollider.github.io A real time audio synthesis engine, and an object-oriented programming language specialised for music. SuperCollider was created in 1996 by James McCartney, now (since version 3) released as free software.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    Beat em' up game

    Beat em' up game

    A 2D beat em'up protoype written using the Java programming language

    Requirements: This will play on Java version "1.8.0_91". Older versions of java are untested. No external or special java libraries are necessary. Instructions: Double click on "RunGame.bat" to play. Controls: Use the arrow keys to move, space to attack, 'j' to jump, and left shift to fire batarangs. You can jump kick with 'j' and then space. If you walk into an enemy you will grapple them. Continue to hit space to attack them, or press 'c' to slam them into the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Crypt

    Crypt

    Crypt encryption and decryption is based on ASCII Table Shift.

    Crypt is the developed based on the ASCII Table shift and it can customized based on the user requirements, right from the shifting order and the level of encryption or decryption. It can be integrated to any of the programming language with the custom build of the source code. It can secure from text file to binary code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Inventors: Validate Your Idea, Protect It and Gain Market Advantages Icon
    Inventors: Validate Your Idea, Protect It and Gain Market Advantages

    SenseIP is ideal for individual inventors, startups, and businesses

    senseIP is an AI innovation platform for inventors, automating any aspect of IP from the moment you have an idea. You can have it researched for uniqueness and protected; quickly and effortlessly, without expensive attorneys. Built for business success while securing your competitive edge.
    Learn More
  • 5

    TISP

    A simple, LISP-like programming language.

    ThyLordRoot's Interpreted S-expression Parser (TISP) is a LISP-like programming language developed for the benefit of ThyLordRoot's viewers on Twitch.tv. This heritage was chosen for its simplicity and affordance of rapid prototyping. Although it is a toy language, it is intended to be Turing complete, and bootstrapping TISP is a major goal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PyHVL is a hardware verification language that integrates Python with Verilog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    landshade

    realtime 3d surface rendering library

    landshade is a C++ library for quick tesselation of complex 3D data like terrain and other curves surfaces at different levels of detail on modern graphics hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gamera is a framework for the creation of structured document analysis applications by domain experts. It combines a programming library with GUI tools for the training and interactive development of recognition systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CodeDesigner is free and open-source RAD tool suitable for easy creation of various diagrams describing applications' structure and logic (class diagrams, state charts, ...) and for generation of production-ready source code from them.
    Downloads: 3 This Week
    Last Update:
    See Project
  • BoldTrail Real Estate CRM Icon
    BoldTrail Real Estate CRM

    A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.

    BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
    Learn More
  • 10
    Laravel Hackathon Starter

    Laravel Hackathon Starter

    Boilerplate for laravel web applications

    If you have attended any hackathons in the past, then you know how much time it takes to get a project started: decide on what to build, pick a programming language, pick a web framework, pick a CSS framework. A while later, you might have an initial project up on GitHub and only then can other team members start contributing. Or how about doing something as simple as Sign in with Facebook authentication? You can spend hours on it if you are not familiar with how OAuth 2.0 works. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Scala Exercises

    Scala Exercises

    The easy way to learn Scala

    Scala Exercises is an open source platform for learning Scala through interactive exercises and tutorials. It provides a hands-on learning environment where users can read theory and immediately code (in the browser) and see results. The content covers Scala language features, functional programming libraries (cats, scalaz, etc.), and fp-style patterns. It is modular, so additional modules or “sections” can be added for new topics or libraries. The aim is to reduce the friction in learning Scala by integrating documentation, examples, and live code execution in a unified environment. It also serves as a community-driven repository: contributors can author and maintain exercises, and learners can see evolving content aligned with the Scala ecosystem’s changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    glium

    glium

    Safe OpenGL wrapper for the Rust language

    Glium is a safe OpenGL wrapper for the Rust programming language, aiming to combine the low-level control of OpenGL with Rust's safety and concurrency features. It provides an idiomatic Rust API for OpenGL functions, ensuring that graphics programming is both safe and efficient. Glium abstracts many of the unsafe aspects of OpenGL, reducing the likelihood of runtime errors and crashes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Charm Pascal IDE

    Charm Pascal IDE

    The newest free IDE for Pascal programming language

    Charm Pascal is an IDE created to be completely useful . It's different from other IDEs with features like this , this IDE is completely free for any user , and it came with new features to make coding in Pascal funnier,easier and ways better than before. Created by Alaa Ben Fatma .
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 14
    C with Classes (sanoC)

    C with Classes (sanoC)

    Elegant way to use real Classes in C language

    20201102- I have created smarter model but not sure if someone is still interested in it? please contact me on my email if you are interested so I upload the new version. I believed all the time that C has the ability to do everything ... even object oriented programming... There were a lot of trials to do this by different parties, but I worked hard to make it usable By the way ... it is easy and makes me feel at home with C ... no strange guns to use and shoot my mouse :P the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gitinspector

    Gitinspector

    The statistical analysis tool for git repositories

    Gitinspector is a statistical analysis tool for git repositories. The default analysis shows general statistics per author, which can be complemented with a timeline analysis that shows the workload and activity of each author. Under normal operation, it filters the results to only show statistics about a number of given extensions and by default only includes source files in the statistical analysis. This tool was originally written to help fetch repository statistics from student projects...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    Tarantoga

    Tarantoga

    Lightweight Event Management System (for Monitoring-Events and more)

    Tarantoga is an open source lightweight event management system for events from monitoring and more, with similar functionality to IBM Tivoli TEC, Master Cell, or BMC BEM. It supports your ITIL/ITSM event management process. It relies on MongoDB to store the events and Perl as rule programming language. GUI and backend are seperate tools that communicate only via the MongoDB. Tarantoga understands EIF, so you can send events with "postemsg", "msend -e", and the tarantoga tool tsend. Via EIF, you can also connect other element managers, or TSM or .... Connect Nagios, Zabbix, OpenSMART, etc. with tsend as notification action. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    openwonderland

    openwonderland

    Open source toolkit for creating collaborative 3D virtual worlds.

    Open Wonderland is a 100% Java open source toolkit for creating collaborative 3D virtual worlds. The Open Wonderland toolkit is designed primarily for developers familiar with the Java programming language. As a developer, you can extend any part of the system and add functionality by creating modules, the Wonderland version of plugins. For full details, see the Open Wonderland project page by clicking on the following link.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Visia Compiler 4.8.7.1

    Visia Compiler 4.8.7.1

    Visia programming language (native compiler)

    Visia is a programming language (native compiler) made in VB6 (Visual Basic 6.0). Updates and content -------------------------- Visia Compiler 4.8.7.zip - is the original code of Visia Compiler. Visia Compiler 4.8.7.zip -------------------------- Visia Compiler 4.8.7.1.zip - It contains a small and intelligent change suggested by Wilksey!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    CASE-COMPILER

    We wish to design a compiler that runs off of a mobile device

    ...To do so, we wish to design a compiler that will run on a mobile app, and use google drive and google's extensions to effectively emulate a sit-down, desktop PC programming environment, but in this case, we are able to use a tablet to perform our computing needs. That is the CASE IDE. We are also designing a language specifically for the CASE IDE called simply, CASE. CASE features the newest in Software Engineering and Computer Science. CASE supports streaming and promises, entity pools, and threading is mandatory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    The Junicon Project

    Java-based Dialect of the Unicon Programming Language

    Junicon is a Java-based implementation of Unicon, a very high level object-oriented goal-directed programming language that lives at Unicon.org. Junicon features seamless Java object access, interactive interpretation, and numerous cleanups and enhancements while retaining Unicon's core expression-evaluation semantics. Please see the Junicon Project Web Site for publications about Junicon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    O.N.O.S

    O.N.O.S

    Open Network Object System

    ...Would you like to automate and controll remotely your home appliances from internet or lan using your phone /pc ? This program is for you! Internet of things made easy for everyone. Open source , simple to use , no need to know any programming language , you can add your programs easy , it runs bash command!every linux system will run it , portable . No installation required! just copy the folder where you want, connect your arduino to the usb and run the python program on the pc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry is a programming language (native compiler) made in VB6 (Visual Basic 6.0). *---------------------------------------------------------* |Libry Compiler 4.1 Documentation (c) by Kinex Development| Introduction: ----------------------------------------------------------- Libry Compiler is a 32-Bit Compiler which compiles directly into machine code and produces a small PE file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    j2mod

    Enhanced Modbus library implemented in the Java programming language

    This is a fork of the jamod Modbus library, taken at version 1.2.1, released under the Apache 2 license, as contained in the SVN repository for that project. The goal of the j2mod project is to produce a more fully functioning Modbus(tm) communication library based on the Java programming language. It is the intention that this be an actively developed project, accepting submissions from professional software engineers with experience in Modbus Master and Slave development.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24

    Loglan82

    Loglan language and Virtual Loglan Processor repository

    Loglan'82 is a programming language conceived for object and distributed programming. It has many features that make Loglan'82 a tool surpassing other programming languages: * It enjoys a unique safe and efficient system of managing objects, see [[Safe dealocation]], * It offers modules of classes (__class__), moreover it allows to declare modules of cooperating objects i.e.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Cengaver

    Cengaver programming language

    Cengaver is a new programming language based on Turkish speaking language.
    Downloads: 0 This Week
    Last Update:
    See Project