Search Results for "bingo python code" - Page 87

Showing 2487 open source projects for "bingo python code"

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
  • 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.
  • 1
    Kefir is a code sketcher based on tepache that uses pygtk and libglade. Kefir creates a set of wrapper classes around the top level glade widgets in a glade file, to allow the programmer to concentrate on writing a program instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The PIW - Python Integration Wrapper is a software development tool that connects programs written in Java and C++ with the high-level programming language Python. It eases the making of Python Bindings to Java and C++ in many ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Jostraca is a general purpose code generation toolkit for software developers, using a syntax similar to JSP. Jostraca can be extended to generate code in any language, using any language, while placing no restrictions on software design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Coral is a tool and a development platform to create and transform models and modeling languages. It can be used to edit UML models, to develop editors for other modeling languages and to implement MDA and QVT-like model transformations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 5
    Polydish is a polymorphic Internet server capable of accepting pluggable protocols (written in Python or Ruby), and can thereby serve any type of content imaginable. The backend code is a fast, secure, C-based server, employing thread pools and OpenSSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A library for testing code that makes use of Subversion's Python bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    EasyExtend is a pure Python framework dedicated to extend the Python language. It enables the creation of domain specific languages integrated seamlessly with Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pyCodeGen is a code generator written in python. This code generator use a xmi, a zargo or zuml file as input. You can use the friendly api to write your own code generator or you can use one already written.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    elspy is an extension to the Exim MTA that allows Exim users to supply a local_scan() function written in Python instead of C. (Exim's local_scan() API lets sysadmins supply site-specific code for approving/rejecting email messages at SMTP time.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    Interfaz gráfica hecha en Python para el programa Dia2Code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    python-mode is an Emacs and XEmacs major mode for editing Python source code. Please note that ALL DEVELOPMENT HAS MOVED TO LAUNCHPAD: http://launchpad.net/python-mode
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    confux is a new approach to generate configuration files. It constructs those files from multiple 'particles' which each can add it's own features to the file. Particles are easier to code than ebuilds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Simloc is the tool intended for finding similar chunks (blocks) of code. It could be used in reverse software engineering. It is faster than SimScan, find better blocks than PMD/CPD (not just exact blocks also similar) and could be runed at GRID.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    wxPython/Python screen code generator using a simple XML input format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Idle is an Integrated DeveLopment Environment for the Python language, distributed with Python. IdleSpoon is simply an improved Idle. It features code completion, along with many other improvements - and you are welcomed to suggest more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pyhtmloo is a library allowing python developpers to treat HTML code as any other python object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FGL is a tightly-integrated self-contained development & execution environment utilizing best-of-breed programming tools and methodologies, optimized web/application server, highly-scalable relational/object database, and robust extension interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The ULM.gen project is a framework that help building and customizing source-code generators from a UML model expressed as XML documents, using generation templates. It also provides tools for synchronization with UML modelers such as IBM Rational Rose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The converter performs automatically the full process of converting the files of a C project into the equivalent C++ files. Classes are created, var and functions becomes attributes and methods and the changes are propagated into all files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    This project has been renamed "pycopia", and extended. This is no longer maintained. Pycopia is hosted at Google code hosting. Please go to: http://code.google.com/p/pycopia/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An UI editor for j2me developers. You can draw images with this tool and then generate j2me codes which draws the same image by drawLine(), drawRect(), etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An AToM3 definition of a CASE framework for creating Zope products with files in the filesystem. The framework consists of a modelling notation ZProduct and a suit of related transformations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made as compatible as possible with AT&T Yacc. Berkeley Yacc has been extended to generate Python, Perl and Java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A toolbox for searching and extracting text in Bible databases. Currently in the process of converting the code repository to subversion. It may or may not live at sf.net afterward.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    PyQe has moved to Google Sites and github. Main page on Google Sites: http://sites.google.com/site/pythonquickexecute/. Code at github: http://github.com/brakjoller/pyqe/tree/master. See you there!
    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.