Showing 1698 open source projects for "lines"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Untangle

    Untangle

    Untangle the web by removing all intersections between line segments.

    ...Levels are randomly generated and potentially unlimited in number, although sooner or later the game field will become too tight or the game performance will deteriorate. Untangle was heavily inspired by the Flash game Uncross the Lines (http://www.mathsisfun.com/games/uncross-the-lines.html). Nevertheless, many new features are planned for the future. Microsoft .NET Framework 4.0 needs to be installed in order to play Untangle.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    Elite Dangerous OCR

    Elite Dangerous OCR tool

    Scrapes trade information from screenshots for the game Elite Dangerous.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    iosPlayer

    a powerful video player for ios based on VLC.

    This is a project example of a powerful video player for ios,which develops based on the open source project of VLC.This Demo can play most of audio formats,includes network audio and video streams. NetVideoPlayer is written for iOS developers who want to add powerful video player to their app using a couple lines of code,and they should rely on the open source VLC licensed Mozilla Public License Version 2. About Dolby License DO NOT use dolby tech in your iOS app unless you have a dolby license. Dolby Digital(AC3), Dolby Digital Plus(E-AC3) and Dolby TrueHD(MLP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    CLC

    Counts the non-empty, non-comment lines of code in your files.

    Code Line Counter By Sonicarrow V 1.0 Code Line Counter is a CLI tool to count the number of non-empty and non-comment lines of code in a document. Support: Python Java C Installation: Put "clc.bat" and "clc.py" in your C:\Windows folder. (For other OS, anywhere in your system path works.) Usage: Open a command line or terminal of choice. Navigate to the folder with the code file. Run the command: "clc [p|j|c] <filename>" p = python j = java c = c ex: "clc p test.py" "clc j Random.java" Output: CODE LINES: 335 // number of lines of actual code --------------------- Comments: 121 // lines within single or multi line comments Empty Lines: 54 // lines that contain only whitespace characters Total Lines: 510 // total lines in the file
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 5
    UPnP Library

    UPnP Library

    UPnP library is allowing you to access UPnP Service of your router.

    UPnP library is allowing you to access UPnP Service of your router , with only a few lines of code you can : add, remove and list UPnP Ports on your router. More projects on : http://www.cdevcom.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TLELib

    C++ library for very easy operating with TLE data sets and files.

    The TLELib is the C++ library, which allows to read and write the TLE files very easy. It provides 2 main objects: tlelib::Node - object, operating with NORAD two lines elements data. It allows to parse the data from 2 or 3 lines and to output the data into strings in according to the TLE format. tlelib::Stream - stream, allowing to read the TLE data from some object of iostream type, and to write the data in TLE format into such object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    notepas

    notepas

    Advanced multiplatform text editor for developers

    Notepas is a fast native multiplatform text editor written in Lazarus and can be compiled for multiple platforms and widget sets using the advanced native Free Pascal Compiler. Aimed towards developers it is equipped with some functions usually not found in other text editors and introduces a couple of new exclusive features.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    goyo.vim

    goyo.vim

    Distraction-free writing in Vim

    goyo.vim is a plugin by junegunn that provides a distraction-free writing environment inside Vim or Neovim by concentrating the focus on the current buffer. When you invoke the command (e.g., :Goyo), it opens the current file in a centered, minimal layout — typically hiding sidebars, status-lines, tab-lines, scrollbars, and other UI clutter — thus offering a clean space for writing or reading. The width and height of the writing area can be optionally specified (e.g., :Goyo 80 for an 80-column width) and typical window-resizing keys still apply. The idea is that when you need to focus on writing (markdown, notes, prose, or even code), you temporarily step into a calm environment, then exit to your normal layout when finished. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XNA 3D Engine

    XNA 3D Engine

    An expanded XNA game creation framework

    ...So far done: Post processing and misc rendering Vertex extraction from FBX Automatic bounding box construction Vizualization and debugging: Developer console and lines illustrating vectors and boxes FPS control scheme Rudimentary terrain collision Terrain from heightmap generation Shaders: Post process Terrain blend-mapping with depth fog and directional light Water and reflection shaders And still, much to do.
    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
  • 10

    Library for TM1638 to MSP430

    A library for interacting an MSP430 with a TM1638 (SPI 3-wire mode)

    MSP430G2xx3 - USCI_A0 SPI Master Interface to TM1638, Read/Write command, key scanning, show digit and switch LEDs on board. TM1638 - Driver for Led's indicator, 10 segment output lines, 8 grid output lines, 8 segment/key - 3 lines scanning. See: TM1638 Display/LED module at http://www.dealextreme.com/p/81873?r=68099021 for example module TM1638 for arduino: http://code.google.com/p/tm1638-library/ for Stellaris lauchpad: http://code.google.com/p/tm1638-stellarislaunchpad-library/ по-русски: http://www.shelezyakin.ru/?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HGL Suite

    HGL Suite

    A piece of useless crap

    ...But sorry, I decided to continue it for myself to improve my inability and unexperience in software development FOR MYSELF. Even if it seemed to be the worst thing ever, I *NEED* to develop software for my own well being and even if I apparently - after over 20 years since the first lines of code I wrote - I improved my ability not a single bit than it is like that and I can't change it. BTW: there was feedback indeed: from the own 'family': "it is done by YOU so it cannot be of use for anybody!" (Literally: it contains algorithms and algorithms are evil and are non-existent in usable software)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    easy jax ws client

    easy jax ws client

    SoapUtil.java class provides all essential features to create soap request, connect XML based web services and read soap responses with few lines of codes. You don't need to create bulky web service client stubs. Happiness never comes with money. Happy Free and Open Source Time to you. Saminda Konkaduwa @Pearl in the Indian Ocean
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vim-cheat-sheet

    vim-cheat-sheet

    A mobile friendly Vim cheat sheet

    A mobile friendly Vim cheat sheet. Edit sheet.hbs as desired (e.g. add new commands). Reload page in browser (Ctrl+r) to generate the locales entries in English en_us.json. Stop the app (optional). Describe the added commands in English en_us.json and move them to the corresponding position, equally as in sheet.hbs. Run node postinstall.js to copy the English entries to all other locales. Translate all languages you know. Commit. This project aims to be one of the most accessible vim guides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BEDBUG CSPRNG & Stream Cipher

    BEDBUG CSPRNG & Stream Cipher

    A family of FLEA-inspired CSPRNGs and Stream Ciphers

    ...It exhibits uniform distribution, mixes rapidly (with worst-case avalanche better than 16-bits), has no detected bias, and comes in three variants: BEDBUG128, with an internal state array of 128+3 32-bit words; BEDBUG256, with an internal state of 256+3 words; and BEDBUG512 with a 512+3-word state. The former permit seeding with a key of up to 4096 or 8192 bits, the latter with a 16384-bit key. The BEDBUG generator itself is a mere 5 lines of code: Three rotations; two pseudo-random lookups. The default BEDBUG configuration alternates the rotation constants unpredictably. These four sets of three values differ between BEDBUG128, BEDBUG256 and BEDBUG512 and were selected, tuned and tested in each case for optimal avalanche, which is never less than 16.5 bits. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Purpose: do a compatible and compact doom engine based on original doom source code by id software, one doom engine compatible with doom2 exe original with slopes destructible architeture more 3d bridges
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Sexy Scripting Language

    An s-expression scripting language for highly demanding video games

    ...It supports closures, co-routines, dynamic-dispatch (Smalltalk-like messaging), user-defined operator overloading and S-macros, as well as strongly typed templated containers. On the Windows platform it comes with an integrated step-by-step debugger. On a mid-priced laptop Sexy can execute 90,000,000 lines of byte-code per second. Example byte-code is shown in the IDE image on the homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    ...MOTE exhibits uniform distribution, mixes extremely rapidly, has no detected bias, and comes in three variants: MOTE8, with an internal state array of 8+4 32-bit words; MOTE16, with an internal state of 16+4 words; and MOTE32 with a 32+4-word state. The former permit seeding with a key of up to 256 or 512 bits, the latter with a 1024-bit key. Reduced to essentials, MOTE is only 5 lines of code: Ten arithmetic and bitwise operations in all. It's called MOTE because a PRNG can't be made much smaller (or faster) without introducing bias or severely reducing avalanche. MOTE alternates its shift and rotation constants unpredictably, and has passed the most stringent industry-standard tests for randomness and security, including NIST & DIEHARD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    G-Framework Web3.0 ToolKit
    This is the most advanced and complete new generation tool for creating Web applications. You can create your own "Web Applications" once writing very few lines of code and make it simply accessible from anywhere in the world.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Yet another nice GPS-Receiver for LCDd. Hardware-Support: 4lines * 20 Character LCDs. Own modifikations are possible to change it to x lines * 20 charakter-Devices Neccessary: Configured and started LCDd-Daemon or other what can receive messages like widget_add widget_del and so on. Send me an E-Mail to: dj6382zulu <at> gmail.com for bugs and hugs Only Bash is required Included is an init-script to run these scriopt as a "daemon".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Assisted dRawing toOl

    Assisted dRawing toOl

    ARO helps physically disabled students to create mathematical drawings

    ...Anyone who can use a computer with a mouse to access the internet should be able to use ARO. The processes required mimic those of on paper drawing as far as possible. Possible applications include: Graphs of straight lines and smooth curves Compass and ruler constructions Scatter graphs Stem and leaf displays Box plots Histograms Pie charts Simple diagrams. The structure of each drawing is built from individual components which can be placed on the drawing grid without great accuracy. Each can then be positioned exactly using onscreen buttons. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    I have been writing my own IDE for a while now, and used SynEdit with extra implemented features such as Code Folding, Warning/Error Lines and variable recognition. I found synEdit a real pain to get working however, so I decided to go about making my own component; making it allot easier to integrate into any system but retaining the great features of synEdit. This component is only for Windows. Changes I make will be documented (hopefully in detail) by the time the project is finished. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SonicLog Cruncher
    Perl logfile analyzer for DELL Sonicwall Firewall logfiles. This Perl program (Windows /Linux / Mac), creates an HTML file containing: hits per protocol, mean, median and variance on hourly and weekday basis, RBL statistics, IPS stats, VPN stats, virus stats, surfing statistics, CFS blocked sites stats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    HotShots

    HotShots

    a screenshot and annotation tool

    HotShots is an application for capturing screens and saving them in a variety of image formats as well as adding annotations and graphical data (arrows, lines, texts, ...).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 24
    Panther

    Panther

    Simple and powerful tool to manage all of your JS models in one place

    ...With Panther you are able to add, remove and retrieve any code specified by an ID. For that purpose Panther needs to know your code's unique ID. To enable that you have to put 3 lines in your JS model: function your_model() { ... this.id = function() { return 'my_unique_id_here'; } ... }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    L-OS is a 3D angine written in Intel 8086 assembly for 16-bit real mode. The engine currently features Mode X support with wireframe meshes. L-OS is a booting package that can be installed to hard drive via floppy disk.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB