Showing 29 open source projects for "yard"

View related business solutions
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 1
    YARD

    YARD

    YARD is a Ruby Documentation tool. The Y stands for "Yay!"

    With the new dynamic documentation server in YARD 0.6, you can now see exactly what YARD sees as you document your code. Simply type yard server, reload to have your project watch for changes in your codebase everytime you refresh the page. With this functionality, you almost have no excuse not to write documentation! You can write all kinds of extensions in YARD, including ones that can understand all of the dynamic magic your framework does in its own little Domain Specific Languages (DSLs). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WMS for heavy industries

    WMS for heavy industries

    WMS/YMS designed for heavy industries

    WMS/YMS designed for heavy industries such as steel, metals, construction and others. The software consists of: 1 - Manager's desktop app (server); 2 - Yard worker's Android app (client). This is a free demo version. See project Wiki for more information. Contact us at contact@engitex.org to get the full version and the detailed manuals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Units of measurement for Ada

    Units of measurement for Ada

    Handling dimensioned values in Ada

    The library provides an implementation of dimensioned values for Ada. Unit checks are made at run-time, if not optimized out by the compiler. SI and irregular measurement units are supported. Shifted units like degrees Celsius are supported too. Conversions from and back to strings are provided for all various irregular units. An extensive set of GTK widgets for dealing with dimensioned values is included, though use of GTK is not mandatory for the rest of the library.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Javaluator

    Javaluator

    A java infix evaluator based on "Shunting Yard" algorithm.

    Evaluate an arithmetic expression is as simple as: Double result = new DoubleEvaluator().evaluate("(e^3-1)*sin(pi/4)*ln(pi^2)"). But Javaluator provides you with much more ... Key features: - Functions support, including variable argument count. - Constants support: e, pi, etc ... - Variables support: Example sin(x) for x = pi/4. - Highly configurable: Reduce the built-in operator or function sets, define your own brackets. - Extensible: Define your own grammar, or extends the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end. Migrate from on-prem or other clouds with free migration tools.
    Try Free
  • 5
    VRTK

    VRTK

    An example of how to use the Tilia packages to create great content

    VRTK is a collection of useful, reusable solutions to common problems found when building for virtual reality. VRTK aims to help productivity by speeding up the creation process from prototyping ideas to building complete solutions. The passion behind VRTK is to try and enable as many people as possible to build for VR, from seasoned developers to complete beginners who have a wonderful idea in their head but are unsure of how to create it. VRTK aims to be easy to understand so the absolute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Used Car Yard Script

    usedcaryard - A free car classified website script built with Yii

    Used Car Yard is Yii Framework script that can create amazing car classifieds, car dealership and car rental websites. It has features for listing car dealerships, private car sellers, ads manager module to manage advertisers, featured module that allows for showcasing vehicle ads prominently. With Used Car Yard it is very easy and intuitive to manage used car listings, unlimited make and model categories, vehicle features, Used Car Yard as a standard comes packed with useful modules and widgets which go along way in creating a fully functional car dealership website. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    u4s

    Urban scaled solar system stroll

    These are the tools to create a scaled model of our solar system in your neighborhood. The sun is too big to hide, and therefore usually placed in an area under your control, e.g. your front yard, or at your garden fence. The planet models come as small stickers, which can be easily "hidden" at light posts or trees. This should happen in the spirit of geo caching, i.e. no harm shall be done and part of the fun is looking for the next planet. To keep the stickers small, information about the planets must be retrieved with help of a smart phone from a website of which the address is printed as a qr-code on the sticker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    [bo|ne] [ya|rd]

    A program to pick dominoes

    Programs exist for random dice rolls, but not a single program for random domino picking. So, i made my own. I am a beginning programmer, with [bo|ne] [ya|rd] being one of my first leaps into programming on my own (That is, something that did not come out of a exercise in my learning materials.) I was unable to find a program that was intended to pick random dominoes as its sole purpose, and now with [bo|ne] [ya|rd], there is such a program! [bo|ne] [ya|rd] is able to produce all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 10
    Small calculator coded in c++. Intended to be used in a terminal, takes argument(s) and outputs the result(s) chronologically. The code is about 200lines, and benefits from the shunting yard algorithm. This is not a complete calculator, don't know if it will be because i only coded it to enable myself to do quick calculations while in a terminal. Therefore it does not check for typos, and a wrong formulated expression may result into a segmentation fault. It's infix notation, and as long as you remember to always include 2 numbers per operator(including -) it should be fine. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MathParser Java - Math Parser library

    MathParser Java - Math Parser library

    Mathematical Parser for Java

    This project gives a mathematical parser for converting a simple string expression into a result which can be managed for using in other calculations, all in Java. Using a couple lines of code, you'll be able to parse complex arithmetic expressions efficiently. This library is powered by Dijkstra's Shuting-yard algorithm. The library has no dependencies with other external libraries. Dependency <dependency> <groupId>com.google.code.mathparser-java</groupId> <artifactId>mathparser-java</artifactId> <version>1.0.0</version> </dependency> Expressions supported (Mar/09/2013) - Arithmetic operations. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ANother IMplementation Of Scotland Yard - Java implementation of the Ravensburger board game 'Scotland Yard'. While the program takes the role of Mr. X, you have to coordinate the detectives in order to catch the fugitive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Bracer

    Bracer

    Repository has been moved to: http://dtitov.github.com/bracer

    Java library for parsing and evaluating math expressions. Javadoc is available at http://bracer.sourceforge.net/javadoc/ P.S. This library depends on Apache Commons Math, so don't forget to include commons-math-2.2.jar to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ratapiha railway yard toy
    Ratapiha railway construction and simulation toy, using Finnish interlocking and signaling systems. Ratapihojen ja raiteistojen rakentaminen ja simulointi suomalaisilla asetinlaite- ja opastinjärjestelmillä.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A real life version of the board game "Scotland Yard". All you need is a GPS and internet enabled mobile phone and a few friends to play the game with!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a custom gamemode for the game Garry's Mod.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Scotland Yard - IFSP
    Esse projeto esta sendo desenvolvido como um meio de avaliação para o 4º Bim de 2010. O Objetivo é que até lá tenhamos desenvolvido uma aplicação web que possibilitará ao usuário jogar online o jogo de tabuleiro Scotlandyard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ScrumBones
    This software is an open source light-weight SCRUM tool. The developer who uses ScrumBones is one whom develops alone -- appreciating a bare-bones method of light and agile self-management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a game of Scotland Yard, which has been coded in Java. The moves of Mr. X are made by the program, while the human player makes the detective moves. The game works fine on both Windows and Linux platforms.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    The YARD C++ Parsing Framework is now being hosted at http://code.google.com/p/yardparser/ .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bone Yard is a simple method for inserting default, mode specific, text into empty Emacs buffers. It's used to easily load boilerplate text to get started with new programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This Software Project allows a Salvage or Junk Yard manage there inventory, sales, and payroll.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    YARD RADIUS

    Yet Another Radius Daemon

    Yet Another Radius Daemon (i.e. YARD RADIUS) is a free RADIUS RFC-compliant daemon for accounting and authorization, which is derived from the original Livingston Enterprise Inc. RADIUS daemon release 2.1. It adds several useful features to the LE daemon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Online version of the 1983 Ravensburger board game 'Scotland Yard', written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Non-root users construct, develop, test and run all types of distributions with Root Methods (Yard, etc.) and user-mode-linux, then finish with a Boot Method (2-disk compression, etc). Make_debian yard template creator provided for Debian users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB