Showing 26 open source projects for "c++ programming language"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • Simplify IT and security with a single endpoint management platform Icon
    Simplify IT and security with a single endpoint management platform

    Automate the hardest parts of IT

    NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers. The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
    Learn More
  • 1
    Google Open Source Project Style Guide

    Google Open Source Project Style Guide

    Chinese version of Google open source project style guide

    Each larger open source project has its own style guide, a series of conventions on how to write code for the project (sometimes more arbitrary). When all the code maintains a consistent style, it is more important when understanding large code bases. easy. The meaning of "style" covers a wide range, from "variables use camelCase" to "never use global variables" to "never use exceptions". The English version of the project maintains the programming style guidelines used in Google...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    moebinv

    moebinv

    C++ libraries for manipulations in non-Euclidean geometry

    ... of the GiNaC computer algebra system (http://ginac.de). Besides C++ libraries there is a Python wrapper, which can be used in interactive mode (https://codeocean.com/capsule/7952650/). Both libraries work in arbitrary dimensions and signatures of metric. Additionally, there are some 2D/3D-specific routines including a visualisation to PostScript files through Asymptote (http://asymptote.sourcefourge.net) software. The source is written in literate programming NoWeb.
    Downloads: 76 This Week
    Last Update:
    See Project
  • 3
    Lines

    Lines

    Lines a game written in Python two players through internet

    Lines is an old game that I had programed in python (pygame). I usually prefer to use visual c# as a programing language. However, I wrote this game in python in a time period, I was learning python. Here, I want to thank all people who have training videos in youtube, they helped me a lot to make this program. Some of the code of the program is from these videos. The game can be played from one or two persons through internet. The game is a good example for learning pygame.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    PyMathProg

    An easy and flexible mathematical programming environment for Python.

    PyMathProg is a Python reincarnation of AMPL and GNU MathProg modeling language, implemented in pure Python, connecting to GLPK via swiglpk. Create, optimize, report, change and re-optimize your model with Python, easily integrate database, plotting, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 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
  • 5
    Ezhil-Lang

    Ezhil-Lang

    தமிழில் கணினி மொழி

    எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணி Ezhil is a Tamil script based programming language for children and teens in the K-12 grade schools. Ezhil enables learning imperative programming like BASIC or LOGO in Tamil language.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    AlgoTaurus

    AlgoTaurus

    An educational game to teach programming.

    ... language. How can you be sure that the program works correctly every time? Try to make the program as short as possible. Try to make the program to move as little as possible. Try to minimize the number of lines needs to be executed. Copyright The game is a remake and an extension of the game Labirint by Lukyanov Konstantin and Volkov Sergey. Copyright, 2015-2017, Attila Krajcsi, Ádám Markója (GUI) AlgoTaurus is distributed under the terms of the GNU General Public License 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    AlgVar

    Algorithmic Variations

    An educational project aimed at illustrating programming language concepts and implementation techniques in different programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CLUE - C Learning Undergrad Environment

    Tools to support the learning of the C programming language

    CLUE (C Learning Undergraduate Environment) is a software allowing students to work on assignments in the C language while benefiting from support for peer testing, hyper-linked tutorials to help them understand compiler error messages, detection of "novice errors" with warnings hyper-linked to tutorials. Sponsored by National Science Foundation under award CCLI #0836863.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Guido van Robot Educational Programming Language
    Downloads: 24 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
    BookSnippets

    BookSnippets

    Store book snippets faster!

    This is a simple application where you can add, edit, delete and search for book excerpts. It is created using Python, Tkinter, and Pmw. This is recommended to students who wants to easily search through piles of books by adding any book snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    FOSSMMO

    To create an open source and openly developed mmorpg

    FOSSMMO (release name tbd) is a project aimed at two things. The first is to create an open sourced MMORPG with compelling and fun gameplay requiring modest system specs. The second is to develop in an open and well documented way to help others learn the trade of game programming. FOSSMMO will be developed using python. While python is not a common language for game development I'm a fan. Also I recently watched http://pyvideo.org/video/381/pycon-2011--algorithmic-generation-of-opengl-geom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Unit Var

    Automatic Units and Scale calculation in Python

    Doing calculations in a programming language is done without the corresponding units. This is a source of programming mistakes. In the units and in the scale. This class try to solve this issue, buy instead of numbers use a class that contains both: The number in int,float and the units / reciprocate units. A conversion table is integrated, and preloaded with standard units. But you are not limited to those units. You can define the units you want. You can select between manual register...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simple Programming Language
    SPL is a programming language for people who are just learning programming. It runs using Python 3 (downloadable from python.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A web-based interface for the Hadoop MapReduce framework that simplifies the process of writing and running MapReduce jobs. Aimed at introducing parallelism concepts in introductory computer science courses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The eTeachingKit project aims to provide software and teaching material for offering an open e-course. Find an e-learning application for the student, a management application for the teacher and various teaching material for programming in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Comprehensive compilation of open-source software and data that aid the learner of the Japanese language. The project explicitly aims to be cross-platform so as to include the widest audience possible as well as support different modes of access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Autononous mobile robot programming environment for Robotino.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    APLEpy stands for Algebraic Programming Language Extension for Python. It is an open source alternative to commercial products such as AMPL and GAMS. It offers the same high level of abstraction while keeping the advantages of using Python environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    TSys2 is a open source on-line contest management and judge system (ACM/KIROV). It can be used in schools for education purposes and for programming contests.Consist of: server part,tester,admin GUI interface,GUI and web(alpha-stage) client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Educational game framework supporting board games, strategy games, and other grid-based game boards. Currently uses Python/wxPython as the application language/library. C++ libs included to help create AI for the various games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An interpreter for the Logo programming language. Written in Python, with access to the Python runtime and libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Gumpire is designed to be used as an educational aid in a programming class. It will allow students to program game clients that can participate in a competition without needing to write a complicated interface to a server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Projek Munsyi is a project to provide localization (L10N) for the Bahasa Melayu (Malay language) (ms) especially for the GNU software. The goal of this project is to become the hub for the Malay language team at Translation Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Educational programming language tools written in Python for use with PC/104 computer based robotics teaching at the middle/high school level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Programming Book-Python 2.6

    Building Skills in Programming - Python 2.6

    This is an introduction to programming for non-programmers. It uses Python 2.6, a widely-available, easy-to-learn programming language.
    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.