Search Results for "python code generator" - Page 43

Showing 2087 open source projects for "python code generator"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1
    SNeezy

    SNeezy

    A lightweight frontend for launching SNES games on the Raspberry Pi.

    NOTE: This project's source code is hosted at GitLab. View the source code here: https://gitlab.com/jessieh/sneezy SNeezy aims to provide a polished, lightweight graphical frontend for launching SNES games on the Raspberry Pi. SNeezy turns your Raspberry Pi into a portable SNES console, allowing you to quickly load and play SNES games with only a compatible controller and a screen. Fast load times, a low memory profile, easy configuration, consistent retro styling, box art integration...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LinuxTLE

    LinuxTLE

    LinuxTLE (Revival)

    LinuxTLE(Linux Talay) is the legendary Thailand Linux Distribution lost technology from NECTEC. Now, reborn out of demise, LinuxTLE has finally build the 11.0 version code named "Cha-Am" revived the dead project by the mysterious successor. Shifted from GNOME2 into Mate Desktop which supported both Thai & English languages. LinuxTLE 11.0 currently based from Ubuntu 16.04 LTS. There will be also Debian 9.0 based build soon. "Talay(ทะเล)" means "The Sea" pronounced in Thai languages. Refer...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    The Temporal Logic Planning (TuLiP) Toolbox is a collection of Python-based code for automatic synthesis of correct-by-construction embedded control software. The source repository, issue tracking, and most developer-oriented tools have been moved to GitHub, https://github.com/tulip-control/tulip-control/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Convolution arithmetic

    Convolution arithmetic

    A technical report on convolution arithmetic in deep learning

    A technical report on convolution arithmetic in the context of deep learning. The code and the images of this tutorial are free to use as regulated by the licence and subject to proper attribution. The animations will be output to the gif directory. Individual animation steps will be output in PDF format to the pdf directory and in PNG format to the png directory. We introduce a guide to help deep learning practitioners understand and manipulate convolutional neural network architectures...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    Random Number

    Random Number

    Random any number you want as many as you want

    Random any number you want and how many as you want for free . Design for winning the lottery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GoAgent

    GoAgent

    GoAgent will regularly scan the available google gae ip

    GoAgent, which is always available, will regularly scan the available google gae ip, and provide a version that can automatically obtain the ip to run. GoAgent, which has always been available, will regularly scan the available google gae ip, goagent is the source code around May 2015. You can download the googleip.txt file. It is a list of available Google ip addresses. There are about 2w ips. The source is obtained by scanning all Google address domains with my vpn. The reliability...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    HyperSQL is like a doxygen plus javadoc for SQL, hypermapping SQL views, packages, procedures, and functions to HTML source code listings and showing all code locations where these are used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    FIGlet and ASCII Art Generator

    FIGlet and ASCII Art Generator

    Input your text and have it rendered into ASCII art fonts!

    A simple and easy to use GUI FIGlet generator. It uses Python module pyfiglet. Have fun with it!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    GPSFileViewer

    GPSFileViewer

    Application to browse and visualize your GPS files

    Desktop application for browsing and visualizing GPS files on your local storage or on network. * Quickly navigate your GPS files using embedded file/track/metadata browser * Works with gpx, kml, and csv files * Show overview map of all tracks in directory * Filter tracks in browser based on metadata, location, and path * Color code track overview based on metadata, e.g., overall distance, start time * Simultaneously view one or more tracks on map while graphing detailed metadata (e.g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10

    wirecutter plugin for inkscape

    This plugin exports G-Code for a wirecutter

    The "wirecutter" plugin for inkscape is a plugin to generate g-Code for a 2D wirecutter with a turning table. You can either draw one open path which is the path which the machine will cut or you can draw some closed paths. These closed paths (e.g. Letters) must be connected because the cutter cannot leave the raw material like a milling machine. The Plugin helps you to create these connectors. If you have a wirecutter with a turning table you can create multiple "cuts" for different...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    DirDiff

    DirDiff

    Python 2.7 script, analyzing 2 directories for differences.HTML output

    Comparing two different versions of a directory with text files of any kind has never been easier. Detects deleted files, new files, files with changed name but same content and of course a side-by-side / line-by-line comparison of changed files. Number of context-lines is configurable. Here's, how to call it: >python DirDiff.py dir1 dir2 output.html or >python.exe DirDiff.py -l 3 -v olddir newdir dirdiff.html -l is the number of context lines in the side-by-side comparison. -v...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    File checksum validator

    File checksum validator

    Python (2.7) script validating the checksum of a file.

    Python (2.7) script validating the checksum of a file. Supports md5, sha1, sha224, sha256, sha384 and sha512. usage -------- python CheckSum.py <algo> <filename> <checksum> example ------- C:\Python27\python.exe C:/Users/User/Projects/Python/CheckSum/CheckSum.py sha256 C:\Users\User\Downloads\pycharm-community-2016.2.1.exe f800ce642c6c838c17bb726bc0ae9680fd07b3801fd82ee402155bfd5ddded7c Checksum match! Process finished with exit code 0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    BioC

    We describe a simple XML format to share text documents and annotation

    A minimalist approach to share text documents and data annotations. Allows a large number of different annotations to be represented. Project files contain: - simple code to hold/read/write data and perform sample processing. - BioC-formatted corpora - BioC tools that work with BioC corpora BioC goals - simplicity - interoperability - broad use - reuse There should be little investment required to learn to use a format or a software module to process that format. We...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    LLDP Generator

    The project is a valid Link Layer Discovery Protocol frame generator

    This project represents a LLDP frame generator. Based on Command Line commands, users can issue different LLDP frames containing different TLVs. The ussage mode is a combination between a classic CLI command(e.g. ping, traceroute) and a command issued on a Cisco device where the user can interogate everytime the application for possible commands. The purpose of this project is to test the behavior of different LLDP agents in difficult situations. Based on this application, mutiple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    pyhard2, control hardware from python

    An object-oriented framework for the development of instrument drivers

    pyhard2 is an object-oriented framework to help in the development of instrument drivers. pyhard2 is proposed as an alternative to LabVIEW. Emphasis is given on serial drivers but the framework can be used with any socket. The source also contains the implementation of a PID controller and a setpoint ramp generator. The instrument drivers may further be incorporated in a GUI, using, e.g. PyQt or PySide. Threading is automatically taken care of. Furthermore, generic GUI (called controllers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gribble: Support Bottie
    Gribble is the code base for the Supybot SourceForge.net uses for support assistance in the Freenode.net support channel, #sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pikzie is an Unit Testing Framework for Python. Pikzie provides more Pythonish API(*) and more usefull test result output rather than PyUnit (unittest.py). (*) PEP 8 -- Style Guide for Python Code: http://www.python.org/dev/peps/pep-0008/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    savonet
    Audio toolkit for streaming, aiming at complex Internet radio systems. Our stream generator is highly extensible and flexible. Script based, it can be a fully automatic daemon streamer, but is also used for live shows with an user-friendly GUI.
    Leader badge
    Downloads: 311 This Week
    Last Update:
    See Project
  • 19
    Document

    Document

    Allows you to easily create documentation for your project.

    This project aims to assist developers by allowing them to create documentation on their projects. Document can work with a number of languages, and allows you to document any portion of your source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FAST Simulations

    FAST Simulations

    An Open source Analysis and SImulation Toolbox for Fuel Cells

    FAST is an Analysis and Simulation Toolbox (FAST) for Fuel Cells (FC) FAST-FC is the doctorate work of David B. Harvey and was developed with support from the U.S. DOE, Ballard, and Queen's University. Derivative works of FAST-FC include FC-APOLLO which is a forked branch of this project intended to capture the code state at the exit of the funded DOE project. FAST-FC is the open and active community branch. FAST-FC is developed and maintained by the original creator...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ... treat Python code using this API as regular FXTS session. The API has been developed in time when automated trading was not available to retail traders or access to API was too "expensive" (deposit on account bigger than $100k). Today FXCM API is open to all FXCM traders and more can be found at: https://github.com/FXCMAPI https://www.fxcm.com/trading-services/api-trading
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Biskit is a python library for structural bioinformatics research. It simplifies the analysis of macromolecular structures, protein complexes, and molecular dynamics trajectories and offers a platform for the rapid integration of external programs. PLEASE NOTE: The Biskit source code as well as any later releases are now hosted on https://github.com/graik/biskit The sourceforge repo is only kept here for reference.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Passencryption 2016 beta

    Passencryption 2016 beta

    PassEncryption is designed to encrypt files and generate passwords.

    PassEncryption is a software written in python designed to encrypt and decrypt files as well as generating passwords. PassEncryption uses RSA encryption method to generate passwords for each accounts with a personal encryption key. Windows 7 and more only. IMPORTANT: Current release doesn't work with 32 bits architectures, will be fixed in next update
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The MusicKit & SndKit is an object-oriented software system for building music, sound, signal processing & MIDI applications. The distribution is a comprehensive package that includes on-line documentation, code examples, utilities, applications & scores
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    PyMapper
    PyMapper is a map making utility for fantasy role playing games (RPG). Includes the dungeons and dragons RPG. PyMapper is compatible with any system, with now updated support for the D&D 5th edition ruleset. Pathfinder and 3.5 edition support also included. Written entirely in python and wxpython. WinXP/7/8 executable also available.
    Downloads: 0 This Week
    Last Update:
    See Project
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.