Showing 1698 open source projects for "lines"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 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

    Player-24

    Media Player

    I started work in this in highschool and had "finished" it afterwards, i have left off fixing it as its abilities are acceptable. I wanted it to run 24hours a day, but windows 98 crashed after some 8hrs (BSOD), and win 2000 didnt make 20hrs (you may have better luck with WINE on linux). future ideas was to make it radio software.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    Orbus MVC

    A fast and easy PHP MVC framework

    This project aims to create a simple and useful MVC structure for rapid development of aplications in PHP. The second goal is to provide a solid layout to improve the user interface too. For while, only in Portuguese (BR). Please send questions to magno.mabreu@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Inkabell

    Inkabell

    bash based menu system

    I spend literally hours in writing the same case blocks over and over again. Then back in 2008 I started in writing Inkabell (Ink like paint and the 'kabell' came from tinkerbell, the helpfull fairy from peter pan). It was clumsy piece of lines but it helped much. This is a menusystem like ncurses or dialog but entirely written in 'bash'. You can copy and paste it together if you want it even smaller. At the moment the menu is very static. Im working currently on a more easier to use and even more flexible menu. There is a little demo included and a configuration menu. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Average

    Command-line calculator of basic statistics.

    Average is a simple and fast command-line Perl utility for calculating basic statistics on a list of numbers (one number per line). It works as a traditional Unix filter and can be used as part of those greatly useful chains of piped commands. It calculates average (arithmetic mean), standard deviation, median, total sum, minimum and maximum values present, and shows the number of processed numbers. Entry can by a text file (any column can be specified, default is the first) or...
    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, so you can focus on your app.
    Try Free
  • 5

    keyboard.js

    A simple on-screen keyboard for your Website

    With keyboard.js you can include a on-screen keyboard in your website writing only a couple of lines of JavaScript code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Smart Search

    Smart Search

    Unique Internet searching widget for your Website

    ...This will provide intelligence Search Results for selected Keyword with - Videos - Images - Material (Wiki) - Links - Blogs - Books - Presentations - Articles - Animations Smart Search Widget also provides - Latest News from (7) Channels - (30) Smart Skills - Up to date General Knowledge - Up to date Current Affairs - Great people - Great inventions - Community (Coming soon) Nothing to install, just adding few lines of Script to your page will add Widget. For more information & Demo please visit http://smartschooledu.com/edusearch1.html or you can download script from Files which contains the procedure to embed script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GENESIS (GEneral NEural SImulation System) is a software platform for the simulation of neural systems ranging from subcellular components and biochemical reactions to complex models of single neurons, large networks, and systems-level processes.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    HSxmlMaker

    Create HyperSpin XML lists quickly and easily

    ...While very large lists are publicly available from HyperList, these lists usually have way more games than desired and are difficult to edit manually. This program allows the user to create a text file listing genres and "match lines" under each genre that the user desires HyperSpin to display. The match lines are typically regular expressions, that are matched against a master xml file with all possible games desired. The program allows numerous options to deviate from strict regex processing or other unique ways to match helpful for the end purpose of quickly making the lists you want. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Scheme

    Basic plotting tools for Qt

    Basic plotting tools for Qt Scheme is mean to be simple. Most setting have default value, to draw a graph the only things you need to do is : - put your data inside a stl vector - send it to the Graph Object for drawing
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    Braille Espresso For C#

    This is a library written for Braille translation.

    ...This is designed so that the developer only has to know that Braille is one more language without thinking of the rules or even knowing the system itself. The hope is to convince developers to apply Braille translation technology to web, GUI or any other application. Only a few lines of code are required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    utf8_printf()

    printf() family of functions for printing from UTF32 to UTF8 strings

    Fully re-implemented from scratch and an original work, this UTF-8 encoder does not rely on the traditional method of range switching in various algorithms but has just one functional while loop to build the string. Built around this encoder are 6 utf8-printf() functions that allow printing a standard UTF32 - UNIX 32 bit wide character (wchar_t) string to stdout, a string, or a file as a UTF-8 encoded string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JREPL

    JREPL

    REPL for Java

    JREPL is a Java REPL (Read Evaluate Print Loop). It is a lightweight tool that allows you to write lines of Java code and execute it immediately. The written code is treated as if it were written in a Java main method. JREPL can take a classpath as argument (-cp/-classpath <your classpath>) to allow the usage of your own classes. It can be easily integrated in Eclipse by adding it as an external tool; this is explained in the Readme.txt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Craft

    Craft

    Minecraft clone written in C using modern OpenGL

    A simple Minecraft clone written in C using modern OpenGL (shaders). A very performant Minecraft clone written in just a few thousand lines of C using modern OpenGL (shaders). Online multiplayer support is included using a Python-based server. Many people have used this as a base upon which a more complex game was built. Simple but nice looking terrain generation using simplex noise. More than 20 types of blocks and more can be added easily. Supports plants (grass, flowers, trees, etc.) and transparency (glass). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    GambleKit

    C++ Framework for slot machine games

    GambleKit is a free open-source C++ object oriented library for quick and easy building of slot machine and gambling games with reels and GUI management. It relies basically on declarative programming style, so the programmer needs simply to declare, for example at creation time, the basic layout and behavior of the game, and then leave the game flow, requiring as little additional intervention as possible. The project is welcoming contributors and feedback is appreciated! The next...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ViennaGrid is a generic mesh handling library that provides the traversal of structured and unstructured grids in arbitrary spatial dimensions, in particular 1d, 2d and 3d. Quantities can be conveniently stored on mesh elements using ViennaData.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    QtCreator multi edit plugin

    Edit multiple lines simultaneously

    This plugin add multi-edit functionality to QtCreator source editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...Mite is a simple general-purpose VM system that provides fast JIT translation to good native code, and safe interpretation. It is easy to target (the core specification is about 10 pages), and simple to implement (a few thousand lines of ISO C).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SocialAuth Android is an Android version of popular SocialAuth Java library. Now you do not need to integrate multiple SDKs if you want to integrate your application with multiple social networks. You just need to add few lines of code after integrating the SocialAuth Android library in your app. The API enables user authentication and sharing updates through different various social networks and hides all the intricacies of generating signatures & token, doing security handshakes and provide an easy mechanism to build cool social apps. With this library, you can: Quickly build share functionality for posting updates on facebook, twitter, linkedin and more Easily create a Share button or a social bar containing various social networks Access profile of logged in user for easy user registration Import friend contacts of logged in user (Email, Profile URL and Name) Do much more using our flexible API like extend it for more network
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    QMARIADB

    Full Featured Qt Driver for MariaDB / MySQL

    ...It covers the same features but also adds these extra features/fixes. 1, Parameters Can Return Recordsets 2, Calls to procedures can return out/inout vars 3, Threadsafe when using MariaDB Client Libs 4, Supports multiple returned recordset The driver checks during runtime that it is using the MariaDB Client library. If it's not it will fail to init. This is because the MariaDB Client librarys handle multi threading correctly. You can comment out the appropriate lines of code to stop this check. NOTE: There are binarys to download this is because there are so many variations on how it can be compiled. You are expected to compile it yourself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LogFilter 1.4

    LogFilter 1.4

    Highly configurable log file filter utility written in Perl language.

    LogFilter is for examining huge sized log (ascii) files or folders (containing log files) recursively if needed. It creates html extracts from the original files, containing only the filtered expressions (highlighted) and some lines around the hits. It's highly configurable, uses *.ini files for search criterias, moreover can send the result as e-mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Design production lines for producing widgets and trade resources and products in a global marketplace. Customizable / modable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    yetris

    yetris

    Customizable Tetris(tm) clone on the terminal

    yetris is a customizable Tetris(tm) clone for the terminal. It has some features found on modern adaptations and aims to please both casual players and Tetris(tm) enthusiasts. It has full textual interface. yetris was originally developed in C, now reprogrammed in C++ with ncurses. It runs on pretty much every terminal around here, but it's limited to POSIX systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Simple Java Database

    Simple Database written in Java

    A simple database with commands similar to those of SQL. It is to be run from the command line. (java -jar DatabaseJAR.jar) The application allows users to create tables, add data to the tables, view data from tables using various filters, back-up and restore the database, read commands from a text file, perform various set operations (such as union and intersection) on tables, and define indices on tables to allow faster manipulation. (To simplify the binary tree structure, the define...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Battletech MUX is an internet based, real-time rendition of the popular Battletech board game. Players take to the front lines in their very own mechs, tanks, and similar implements of destruction. See the website for installation instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Wicked PHP Forms

    Extension to create PHP forms based on jQuery Easy UI

    ...Just register on our site and you will receive a registration code in your inbox (or check your junk mail if not received within minutes). Once you have received our email add to your php.ini the following lines: php_forms.user=<name you entered here> php_forms.key=<registration code> Help is there on site as well and please do contact us to give us your feedback or iff you have any questions info@phpform.co.uk or info@phpforms.eu
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB