Showing 1259 open source projects for "lines"

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
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1
    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
  • 2

    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
  • 3
    ...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
  • 4
    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
  • 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
  • 5

    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
  • 6
    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
  • 7
    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
  • 8

    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
  • 9
    minydro

    minydro

    A simple hydrodynamic code less than 700 lines long!

    A short and simple hydrodynamic Godunov code using a cell-based structure. This program is free to use. It was designed mainly for teaching purposes and it is made freely available in the hope that someone may find it useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    SqlFormatter

    SqlFormatter

    Lightweight php class for formatting sql statements

    ...I found myself having to debug auto-generated SQL statements all the time and wanted some way to easily output formatted HTML without having to include a huge library or copy and paste into online formatters. I was originally planning to extract the formatting code from PhpMyAdmin, but that was 10,000+ lines of code and used global variables. The SqlFormatter class has a static method 'format' which takes a SQL string as input and returns a formatted HTML block inside a pre tag. If you don't want syntax highlighting and only want the indentations and line breaks, pass in false as the second parameter. There is a separate method 'highlight' that preserves all original whitespace and just adds syntax highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    calibre_nubes

    calibre_nubes

    Example of Javascript web client using <canvas>

    Example of Javascript web client aplication where <canvas> is used to draw lines to measure point-clouds in Chrome Web navigator. Created by: Emilio Aguilar Gutierrez. Used in the book: "Programación de una aplicación cliente Web en JavaScript".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Algeo#

    A class library to use conformal geometric algebra in C#

    The project is in a very early state and the working parts aren't well tested! Currently it's possible to do basic calculations with multivectors. A lot of operators are overloaded so that you can write your calculations in C# source code almost like you would do in a math software. There is also an extension library providing a control which can visualize multivectors. Visualization is based on OpenGL through the OpenTK library. At the moment I'm working on improvements of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Darkness Engine

    C++ Text Adventure Engine

    ...This engine, developed in C++ by Gnm Software 2012, was created for this specific purpose, and almost every single line of the source code is commented to explain it. This is multi-platform, but we recommend you to replace some Windows-only code (those lines are commented) with their equivalents on other OSes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Subcheck is a Perl script which checks srt subtitle files for errors. Such as overlapping, negative duration, to short displaytime, rewrite subtitle lines with another character length (useful for hardware divxplayers), etc. It is highly configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    javastim

    An e-stim signal generator in java

    ...Will create pulse trains that are mostly zero-averaged to avoid cell damage, allow certain manipulation options (frequency and amplitude modulation in certain ways). Control will be possible via a Java Swing GUI, and/or a terminal like interface on network or serial lines. Will allow 1-4 channels (2-8 electrodes). Output the signal via a soundcard to an amplifier that can output e-stim compliant signals (100+V, current limited to about 100mA, high impedance, short circuit proof). Care to have a potential free output for every electrode (use separating NF transformers). Author claims no responsibility for physical damage from misuse or routing the signal through unsuitable circuitry. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Disk Diagnostic

    Disk diagnostic for disk/controler/driver testing

    ...The command forms are terse, and it allows either use as an immediate mode debugger of drives or it can be used to form full testing scripts. It is fairly compact at 4069 lines for the main module, and features plug in IO modules at about 500 lines each for both Windows and Linux, and DOS/BIOS. The project has been running at 6-20 downloads per week. Please if you have time write a short review or leave user comments in the discussion forums. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PhpToolCase

    PhpToolCase

    An open source set of tools to speed up the process of coding

    The goal of this project is to speed up the process of programming in php, by using tools that can significantly cut down lines of code, and yet give a better understanding of the code itself, making it easear to mantain. Furthermore, the tools that the library has to offer don't require too much knowledge of php, and can simplify what may have seemed to be a complicated task for the programmer. Typical usage of these tools could be found under the following circumstances: University Project Website & Application Programming Database Maintenance Debugging Code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Simple stick animation using javascript. I'm not a programmer, I just made this in my spare time. Just thought someone else out there might find some use for it. Caution: Intended for Chrome browser. Update 12/17: Noticed that playback starts to slow down after 20 or so frames. Need to investigate further.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    HTML Table Generator

    This Perl script generates a simple HTML table from a text file.

    This Perl script generates a simple HTML table from a text file. The file begins with zero or more lines with set options of the form option = value. The first line after the options contains just spaces and | which defines the extent of each column.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21

    SVG_plot

    Plot data in SVG format using C++ library

    The SVG_plot C++ library allows, with a few lines of C++ code, to add plotting of data, held in STL containers like vector and map, output as SVG files that can be viewed by all modern browsers. 1D, 2D and Boxplots can be produced, and there are a myriad of options to control appearance. The plots are very high quality and can be expanded without loss of quality (no pixelation!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    3DMarker

    3DMarker

    3DMarker is a tool for the tagging of sections in 3D models.

    3DMarker is a tool for the tagging of sections in 3D models. It is the ideal complement to improve your identification skills. With 3DMarker you can choose sections of a model and assign them a name and a description. The program includes the Ask Me! mode, a tool with a great pedagogical value: once your sections are named, the users can test their knowledge by identifying the model sections. This function is particularly useful in many different scopes like biology, medicine or engineering.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Proxyp

    Proxyp

    Multithreaded Proxy Enumeration Utility

    Proxyp is a small multithreaded Perl script written to enumerate latency, port numbers, server names, & geolocations of proxy IP addresses. This script started as a way to speed up use of proxychains, which is why I've added an append option for resulting live IP addresses to be placed at the end of a file if need be. Requires IP::Country module and root/administrator privileges. "No man is free who is not master of himself" --Epictetus "For a man to conquer himself is the first...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    surfit is an open source and free gridding and contouring software. surfit can do interpolation/approximation of points, contours and surfaces, can take fault lines and trend surfaces into account, can use inequalities and other conditions. Supports a lo
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    PointXML

    Public domain xml parser

    Very small and simple public domain xml parser in 400 lines of C code, no error checking/handling.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB