Showing 2616 open source projects for "order"

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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1

    Inner Powers

    The expansion of Phoenix III, adding factions for every country.

    Inner Powers - Keep your friends close but your enemies closer Almost everyone is eager to dive into political and military games, to seize historical centeres and cement his position by political agreements. But when it comes to internal affairs typicaly the ruler either focus on provincial buildings, either on looking and waiting for new political events, in order to escape borring game experience. Factions With Inner Powers you will have to fight with inner factions for your ruler power. There will be four factions which will support or reduce your powers. There are 4 different culture types of factions and groups for each ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Optimal exploration path

    Optimal exploration of grid environments for a realistic robot.

    ...Specifically, we define the optimal exploration problem as a classical AI search problem, which is solved with A*. A set of parameters and speedup techniques are proposed in order to balance the algorithm's expected computation time and the solution's quality. For more details, refer to the preliminary paper: A. Quattrini Li, F. Amigoni, and N. Basilico. Searching for optimal off-line exploration paths in grid environments for a robot with limited visibility. In Proc. AAAI, pages 2060–2066, 2012. Also, an extended version of the paper published at AAAI has been submitted to a journal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Post Revision Wordpress Plugin

    Post Revision Wordpress Plugin

    Through this plugin, user can able to show the post revision done

    ... * User can able to change the background and font color for the sections. * Easy to add the custom text for Post Revision title heading * Show the post revision order Ascending or Descending
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    S-BITE

    S-BITE is an AS level topology generator for the Internet

    ...Thanks to this layering, S-BITE is able to accurately reproduce Internet topology at the statistical level,matching classical graph metrics, and represent its structure. S-BITE is mostly implemented in C and depends on the igraph library available at http://igraph.sourceforge.net In order to speed up the execution of the different components, the package uses shell scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    PTkEI2

    PTkEI2

    The Python/Tk Empire Interface

    ...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 a flexible, portable, and fast interface. Thanks to the developers, contributors and maintainers of PTkEI. Ptkei 1.18.1 was released on September 07, 2003. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Swertia

    Semantic Web Entailment Regime Translation and Inference Architecture

    Swertia, the Semantic Web Entailment Regime Translation and Inference Architecture, is a generic Semantic Web reasoning framework that is based on first-order logic (FOL) reasoning. The goal is to provide reasoning support for all major Semantic Web reasoning standards, including RDF(S), OWL 2 (Direct Semantics, RDF-Based Semantics, OWL 2 RL/RDF rules), SWRL, RIF (RIF BLD, RIF Core, RIF+RDF and RIF+OWL combinations), and Common Logic. Available reasoning methods are entailment checking, consistency checking and query answering in the form of SPARQL entailment regimes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    R2D2

    R2D2

    Maven ivy gradle, simple artifact repository

    !! For now, only tested in JBoss7 !! A simple server artifacts for corporate use, in order to avoid overloading the network with use of Maven, Ivy and others. Build with java VRaptor, bootstrap and derby. Um servidor de artefatos simples para uso corporativo, com o fim de evitar sobrecarga da rede com uso do Maven, Ivy e outros. Construido em java com VRaptor , bootstrap e derby.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...Also, ByteBit project has the "Exploit Sender" created in vb.net for only education purposes. ByteBit VASM Emulator - Is an very basic assembly emulator, in beta phase. ByteBit Exploit Sender - Is a simple application that send specific buff in order to explore vulns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    LazyCure is a convenient tool for time logging and personal productivity calculation. LazyCure helps to perform time logging, calculate statistics and different reports, store time logs in order to provide valuable information for activities planning
    Downloads: 1 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
    Chaoskop2

    Chaoskop2

    Calculation and Presentation of Fractal Graphics, Chaos Theory

    Calculation and Visualization of Fractals and other Elements of the Chaos Theory. VB.NET Project containing more than 80 Routines; the User can determine general Parameters like Order and Iterations; some Routines allow change of special Parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple Math Parser

    A simple math parser

    The parser must implement an order of precedence of left to right, brackets are used to explicitly denote precedence by grouping parts of an expression that should be evaluated first again left to right The parser must recognise the input string and evaluate the expression. Rules: a = '+', b = '-', c = '*', d = '/', e = '(', f = ')'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    HyCuda

    Hybrid Framework Generator for CUDA

    ...Based on a specification file that describes some properties of the algorithm, HyCuda generates C++11 header- and sourcefiles, only a few of which have to be modified by the programmer in order to implement the algorithm itself. The generated code contains a lot of template metaprogramming (TMP), to make sure the decision for an algorithm to run on the CPU or GPU has already been made at compile-time. The same holds for the decisions whether or not to transfer data. This amounts to 0 runtime overhead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Email Address Client Search

    Email Address Client Search

    A simple perl script that's designed to do email lookups on a POST server and order the results by first name, last name and email address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ...In order to use this iWidget, you will need your API key from the appropriate LTC mining site. WeMineLTC: The API key is available by going to 'My Account'->'Account Details'. Give Me Coins: The API key is available by going to 'Settings'->'Account'. Once you have copy/pasted the API key into the text box, you MUST click the 'Done' button (otherwise it won't save the API key in the iWidget).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    AddressBook

    AddressBook is used to store important information for contact purpose

    This Address Book is used to store the information about a person including both personal as well as official details.In order to quickly retrieving important information about the person and manage over all details about each and every person, to whom you are currently deals with. This things can be achieved by using efficient algorithms which are more dynamic and consistence in nature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    V5Cart

    V5Cart is a full featured free open source shopping cart

    ...Query Cache now supports APC, Memcache, Eaccelerator Live table editing Notable products/customers/orders Customer/User logging Search keyword logging Email tracking Custom Email template Batch Order processing Shipping label printing, Shipping tracking Mobile device detected Come with a responive configutable theme Enhanced coupon function Saling with gift/promotion products AND more... demo: http://v5cart.fhero.net/ admin: http://v5cart.fhero.net/admin account: v5cart, password: v5cart ------------------------------------------ Full features of opencart Function enhanced Custom SEO URL Attribute filter Paypal Express integrated Cache: config data cache, module cache, query cache, URL cache SQL optimized, much less SQL query Just 50% ~ 60% code of Opencart Compatible opencart template
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ellipt2d is a finite element program for solving second order, real and complex, two-dimensional elliptic problems with user-defined operators. Because Ellipt2d is written in Python, the code can easily be adapted for specific problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Facebook Event Guest List

    Facebook Event Guest List

    Facebook event guest list sorter

    SF seems to be bit bad, new updates only at github: https://github.com/maanuz/AttendList Attend in event -> export event info from the event menu (accessable for everyone who has attended) Open program, choose input and output. Programm removes all unnecessary lines in the exported ics file, and sorts all names in alphabetical order.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CryptoExchangeIWidget

    Cryptocurrency Exchange iWidget

    In order to use the CryptoExchangeIWidget, you must be using a jailbroken iPhone with iOS 6.x and the iWidgets installed. To install the widget, place all files into the folder: /private/var/mobile/Library/Widgets/CryptoExchangeIWidget Once the files are there, you add the iWidget to the homescreen just like any other iWidget by touching and holding a blank spot of the home screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PyDQP

    Distributed QP Solver in Python

    PyDQP implementes 11 different dual decomposition schemes, both first and second order, in order to solve quadratic programs in a distributed fashion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    vinebox Link Extractor

    Extract all vine download links from Vinebox.co profile.

    ...With this application you can extract download links of vines belonging to a user and download them easily with a download manager like IDM or ORBIT. You need to be connected to internet in order to use this application. Use instructions: 1. Go to desired profile on Vinebox.co 2. Copy page link like http://vinebox.co/u/wt8pI6Wb7gE 3. CTRL+V this link to link section of the program 4. Click Submit button 5. Your links will be available in output section 6. You can copy this links and download with IDM or ORBIT etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Very Simple Captcha

    A Very Simple Captcha

    This Plugin provides very simple and powerful captcha for your blog

    ...By displaying different logical captcha with random manner may provide high level of security. Users can select wide variety of methods to display the captcha 1. Sorting in increasing or decreasing order 2. Entering biggest or smallest number 3. Selecting Am or Am Not Spammer using combo box 4. Entering the alphabets 5. Addition or Subtraction 6. Selecting Am Not Spammer using check box
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SAMOSS

    SAMOSS

    Simple Addon Maker for Orbiter Space Simulator

    ...The final goal of the project is to create an handy addon maker for Orbiter that can be used by everyone. There already existes small creation tools, but nothing in order to make full addons Orbiter space simulator : http://orbit.medphys.ucl.ac.uk/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Prestashop Module Paypal + FEE_PS14 - 15

    Prestashop Module Paypal + FEE_PS14 - 15 Multilang.

    Module Paypal Extra Fee Description PayPal payment module allows you to transfer the fees charged for the transaction through PayPal in the PayPal payment module configuration, set the percentage to be added to the order. Merchant Benefits the possibility of transferring the commission that collects PayPal customer the possibility of establishing any of the percentage to be added to the value of goods customer when purchasing is informed of the payment list that if you select payment via paypal will be added him to the calculated value of the contract amount Features does not require modification of the PrestaShop files support for multiple languages (name and description of the extra charge are translated in accordance with the language of the customer) adding an additional amount is based on the creation of another product which displays immediately after redirecting to PayPal in the payment summary (you can define the name of the product
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Combinatory Reduction Systems Extended
    Implementation of Combinatory Reduction Systems (CRS) with experimental extensions, in Java. CRS is a formalism for higher-order rewriting invented by J.W.Klop in 1980. For further details see the Project/Web Site.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB