Search Results for "programming program c2"

Showing 47 open source projects for "programming program c2"

View related business solutions
  • eLearning Solutions For Your Workplace Icon
    eLearning Solutions For Your Workplace

    eloomi is an eLearning solution for your workplace to train, retain and engage employees.

    eloomi combines Learning Management (LMS), Onboarding, Authoring, and continuous Performance Management tools in a cloud-based solution. It allows companies to optimize skill training, onboarding and employee development with strong user experience to enhance productivity and employee satisfaction. As a white label solution, the platform can be customized to mirror a company's branding and logo.
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 1
    Anime Player

    Anime Player

    Video player for improving quality of hand-drawn images

    A video player that enhances the quality of a hand-drawn image using Anime4K's high-performance scaling algorithm. This program is a video player written in the Python programming language using the PySimpleGUI graphical user interface library, an mpv media player, and the Anime4K scaling algorithm . Anime Player is designed to play video and audio files and includes functions such as opening files, URLs and folders, setting image scaling parameters using the Anime4K algorithm, creating an mpv...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    AutoTyper-with-python

    AutoTyper-with-python

    A program to auto type a text and enter

    A program to auto type a text and enter made with python programming language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    EvaDB

    EvaDB

    Database system for building simpler and faster AI-powered application

    Over the last decade, AI models have radically changed the world of natural language processing and computer vision. They are accurate on various tasks ranging from question answering to object tracking in videos. To use an AI model, the user needs to program against multiple low-level libraries, like PyTorch, Hugging Face, Open AI, etc. This tedious process often leads to a complex AI app that glues together these libraries to accomplish the given task. This programming complexity prevents...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    dispy

    Distributed and Parallel Computing with/for Python.

    dispy is a generic and comprehensive, yet easy to use framework for creating and using compute clusters to execute computations in parallel across multiple processors in a single machine (SMP), among many machines in a cluster, grid or cloud. dispy is well suited for data parallel (SIMD) paradigm where a computation (Python function or standalone program) is evaluated with different (large) datasets independently. dispy supports public / private / hybrid cloud computing, fog / edge computing.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • Purchasing and invoice automation solution for small to mid market companies. Icon
    Purchasing and invoice automation solution for small to mid market companies.

    Save your team 10s of hours/week with a fully personalized and automated procurement process.

    ProcureDesk is an integrated purchasing and invoicing platform tailored to help small to medium sized businesses streamline their procurement processes. This user-friendly system automates workflows and consolidates purchasing data into a centralized dashboard, allowing companies to control spending and enhance transparency efficiently. Features like automated invoice matching, simple requisition creation, and immediate cash flow insights minimize manual tasks and boost operational efficiency. ProcureDesk is perfect for smaller enterprises leveraging big-business strategies to reduce costs and optimize their purchasing activities. Discover how ProcureDesk can transform your procurement process into a more effective and manageable part of your business.
  • 5

    PopupMonitor

    Monitors Windows, emits alarm on opening. Intuitive interface.

    This software allows monitoring of windows that open in a Windows system. When a new window is opened, the program emits a sound alarm. It is simple and intuitive to use and is based on an intuitive user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NZMATH

    NZMATH

    Python Calculator on Number Theory

    NZMATH is a Python calculator on number theory. It is freely available and distributed under the BSD license. All programs are written only by Python so that you can easily see their algorithmic number theory. You can get NZMATH with a single command: % python -m pip install nzmath Here % is the command line prompt of Windows or Unix/macOS. This release contains several program corrections and additions obtained by writing a programming "notebook" of the book 'Lectures on Elementary Number...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    pythondialog

    Python module to build dialogs for terminal-based applications

    This is a Python module for doing terminal-based user interaction. It wraps the dialog/Xdialog program, and provides a nice, object-oriented programming model.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 9
    commit-autosuggestions

    commit-autosuggestions

    A tool that AI automatically recommends commit messages

    This is implementation of CommitBERT: Commit Message Generation Using Pre-Trained Programming Language Model. CommitBERT is accepted in ACL workshop : NLP4Prog. Have you ever hesitated to write a commit message? Now get a commit message from Artificial Intelligence! CodeBERT: A Pre-Trained Model for Programming and Natural Languages introduces a pre-trained model in a combination of Program Language and Natural Language(PL-NL). It also introduces the problem of converting code into natural...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 10
    ebfformat

    ebfformat

    An Efficient Binary data Format

    EBF, which stands for Efficient Binary Format, is a binary file format for reading and writing binary data easily. Reading writing routines are currently available in C,C++,Fortran,Java, Python, IDL, MATLAB. A program called ebftkpy which has a set of utility functions to work with the .ebf files , e.g., viewing the contents and getting a summary, is also provided. The EBF specification is designed to be concise and easy to understand to make it easier for others to write their own code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jieba

    jieba

    Stuttering Chinese word segmentation

    "Jaba" Chinese word segmentation, do the best Python Chinese word segmentation component. Four word segmentation modes are supported. Precise mode, which tries to cut the sentence most precisely, suitable for text analysis. Full mode, scans all the words that can be formed into words in the sentence, the speed is very fast, but the ambiguity cannot be resolved. The search engine mode, on the basis of the precise mode, divides the long words again to improve the recall rate, which is suitable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Project Malmo

    Project Malmo

    A platform for Artificial Intelligence experimentation on Minecraft

    ... is a sophisticated AI experimentation platform built on top of Minecraft, and designed to support fundamental research in artificial intelligence. The Project Malmo platform consists of a mod for the Java version, and code that helps artificial intelligence agents sense and act within the Minecraft environment. The two components can run on Windows, Linux, or Mac OS, and researchers can program their agents in any programming language they’re comfortable with.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Light Bright in Python

    Light Bright in Python

    The classic toy reinvented in free software!

    - Eight colors of pegs! Unlimited pegs! - Seven fun light modes! - Two sizes! 31x25 or 45x30 - Classic diagonal layout or new grid layout! - Fill All and Empty All pegs features! - Save and Load feature! Save files are .txt format for easy sharing - Quick and easy-to-use interface. Very fast and responsive This project was created as a toy, but also as an introduction into programming. I was given the honor to demonstrate software engineering at an event to help introduce young women...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    UniCC LALR(1) Parser Generator

    UniCC LALR(1) Parser Generator

    Parser generator, targetting C, C++, Python, JavaScript, JSON and XML

    UniCC (UNIversal Compiler-Compiler) compiles an augmented grammar definition into a program source code that parses the described grammar. Because UniCC is intended to be target-language independent, it can be configured via template definition files to emit parsers in almost any programming language. UniCC comes with out of the box support for the programming languages C, C++, Python (both 2.x and 3.x) and JavaScript. Parsers can also be generated into JSON and XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DIGITS

    DIGITS

    Deep Learning GPU training system

    ... the best performing model from the results browser for deployment. DIGITS is completely interactive so that data scientists can focus on designing and training networks rather than programming and debugging. DIGITS is available as a free download to the members of the NVIDIA Developer Program. DIGITS is available on NVIDIA GPU Cloud (NGC) as an optimized container for on-demand usage. Sign-up for an NGC account and get started with DIGITS in minutes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    PyUltimateRobot

    Controls any Robot in Python

    ... by tightly integrated visual feedback that's easy to program and low complexity processing. Ability to program easily with a GUI and visual interface that sees things from the robots' camera perspective. Flexible use of coordinate spaces that make programming arms with 6 or more degrees of freedom super easy. Got a bot arm with 13 linkages that can reach around corners? Easy. Simple arm with only 2 degrees of freedom, with one polar and one cartesian? Any arm geometry works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AlgoTaurus

    AlgoTaurus

    An educational game to teach programming.

    Write a program to make the AlgoTaurus find the exit. Installation: On Windows -Download the installer -After installation you can run AlgoTaurus from the Start menu. On Linux -Download the source files -Extract archive -Open terminal in the directory you have copied the files to and type 'python algotaurus.py' Use and discuss AlgoTaurus: Some tasks to solve and discuss: Write a program to find the exit. What does the program do? Try to describe/explain it in a higher level language. How can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    CWOnly

    Python program for sending custom CW macros via serial port

    This is a project I started to learn Python and Tkinter. It all started when I received a PI for Christmas in 2015. Over Christmas breaks I have time away from work to play on projects and I have taken an interest in programming. There are many fine ham radio programs out there. This is just a learning tool. The code was written in Python2.7 and bundled with Pyinstaller. This bundle works for Windows 7 and Windows 10. CWOnly has two screen. The main screen is for operation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    What is QPF 2.6 ? QPF 2.6 (or Quantum Programming framework 2.6) is a free simple and easy to use framework dedicated to supporting programmers who are developing software for the D-wave one series of quantum computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    O.N.O.S

    O.N.O.S

    Open Network Object System

    Open Network Object System A Internet of things Content management 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    In programming assignments, students tend to copy from one another as they are given the same set of questions. This conduct should not be allowed as it is an individual assignment and each student must complete on his own. The existing program is available to detect plagiarism through source code similitude. However, it is hard to detect similarity in source code especially if the number of students is high. Furthermore, it is better to prevent plagiarism before it is committed. The “Anti...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Neural Libs

    Neural Libs

    Neural network library for developers

    This project includes the implementation of a neural network MLP, RBF, SOM and Hopfield networks in several popular programming languages. The project also includes examples of the use of neural networks as function approximation and time series prediction. Includes a special program makes it easy to test neural network based on training data and the optimization of the network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Tygamusic

    A pygame music lib.

    This lib was produced while I was programming an other program/game. I was tired of pygame's bad system of handling playlists and the management of music in general. With this lib I want to create an layer that allows you to interact with the music, how you would expect it. Currently featuring: -Playlist -Normal pausing and resuming (played time isn’t lost when new song is loaded) -Automatic recognition of songs and adding them to a separate list
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SimPyL

    SimPyl - The Simple Python Logger

    A simple console-based logging program for ham radio operators. After learning the basics of the python programming language, I was trying to come up with a coding project that would give me the opportunity to learn and to create something simple and useful for me and my fellow hams. As time goes on and as my knowledge progresses, more features will be added. My hope is that one day this piece of software becomes robust and complete enough to be used as an every day logger for ham radio...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PTkEI2

    PTkEI2

    The Python/Tk Empire Interface

    The Python/Tk Empire Interface is a graphical front end to the Wolfpack Empire server (www.wolfpackempire.com). Ptkei (the client's nickname) provides a powerful graphics based interface to what would otherwise be a purely terminal based game. This client functions solely as a client. In order to use this program effectively one must be familiar with Empire. Python is a very high-level interpretive programming language. Ptkei uses this language (and its interface to Tcl/Tk) to provide...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next