Search Results for "open object rfexx" - Page 21

Showing 548 open source projects for "open object rfexx"

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
  • 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
  • 1
    This is a simple Python module for retrieving and setting so-called ID3 tags on MP3 compressed audio files through an object-oriented interface. MP3 players generally use this simple information for display track title, artist name, and album title whi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The Warp Framework is an application framework built with Python. It features intelligent property and object management based solely on meta-data. Currently Zope is supported, with room for extending it towards GTK / SQL / etc. based applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Object-oriented persistent storage library for python. Merges database design and application design (as both are deeply linked).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Inphusion is an "adaptive object model" system which allows ridiculously rapid development of web applications by non-technical staff . "Inphusion is to {ebay, slashdot, etc.} as a Word Processor is to a Document"
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    Open_PYOSS will be a platform to develop Operational Support Systems for the Cable MSO. It will capitalized on a Distributed NxTier Computing Agent environment and WebServices core technologies to provide seamless Managed Access for MSOs or xSPs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The OO-Browser is an advanced object-oriented class browser with support for browsing C, C++, Common Lisp and its Object System (CLOS), Eiffel, Java, Objective-C, Python and Smalltalk. It runs atop Emacs/XEmacs on Linux, UNIX and Windows.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    An simple MUD implemention using Python. Full object-oriented and scriptable using Python, to achieve maximum freedom of creating a virtual world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RefChecker is a model checker for systems with a dynamic structure, such as e.g. Object Petri Nets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Paos is a server for Python objects and event notifications, and comes with a client module for network communication and object cache management. Paos is often used in workflow systems and similar applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    ORBit-Python is a project to develop Python bindings for ORBit. It supports dynamic loading of IDL (no IDL compiler required), and most of ORBit's TypeCodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Library Optimizer tool rebuilds shared libraries to contain only the object files needed to provide symbols required by executables and shared libraries in a given directory tree. It can be used to reduce file system sizes for embedded systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Recall is a framework for building distributed, fault-tolerant, replicated storage servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Object oriented CGI output module for python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Project for flexible Server. The First Implementation will be Remote Object Server. Implementing with Java, C++ and Python
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SOAPy is a SOAP-1.1 library for Python which uses WSDL and SDL documents to discover SOAP-based service APIs. It also includes an XML Schema parser which can parse a subset of the XML Schema standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This python module makes the commercial TIB/Rendezvous APIs accessible from python. TIB/Rendezvous is a messaging middleware released by TIBCO, Inc. (www.rv.tibco.com)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Pfem is a python-based finite element program aimed at solving solid mechanics and heat transfer problems with flexibility, efficiency and sound object-oriented design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    3dom is a 3D Solid Object Modeler, designed to be independant of the renderer back-end. Highlights include constructive solid modeling, reality-based material representation, scripting through Python binding and a constraint solving engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Pingo provides Platform INdependent Graphics Objects for python. Based around a hierarchy of Containers which inherit their parents' style attributes and coordindate spaces, it provides an object-based representation for vector graphics
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The Open Distributed Framework project is aimed at developing an open-source, cross-platform framework for distributed, high-performance physical modelling and simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An extension of DNN that will allow object relational mapping of DNN objects. This is important for anyone interfacing with DNN in a object relational manor. Also for people using a Web Service Data Access layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A module developed to make producing IRC bots in Python much easier. Hides the raw IRC away so users only have to worry about producing functionality, not connections and parsing of information. Object orientated, well documented, fast to start using
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    PySimpleTable

    Lightweight Python 2D table object with column headers

    For 2D data objects in Python, you have 3 main options: - Numpy Array - Pandas DataFrame (built on np.array) - SQL table Numpy and Pandas are great for working with a complete set of data, but not very efficient for building up row by row. SQL is good for building up the object row by row, but you have to write SQL and leave the world of Python objects. PySimpleTable tries to find the middle ground with more flexibility than Numpy or Pandas for incrementally building a 2D object...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VectTens

    VectTens

    A library for handling vectors, tensors, and more.

    VectTens is an object-oriented numerical library designed to manipulate vectors, tensors, and other mathematical quantities in a simple and efficient manner.
    Downloads: 0 This Week
    Last Update:
    See Project