Showing 1259 open source projects for "lines"

View related business solutions
  • 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
  • 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
  • 1
    Solar Farm Calculator

    Solar Farm Calculator

    Calculator to model a generic solar photovoltaic farm

    ...A site and grid entry point can be selected using GPS coordinates which assist in calculating the insolation from the sun using PySolar. System components such as panels, DC and AC cables, inverter, transformer and transmission lines can be specified using the graphical user interface, which will then run the model simulation. The outputs from the simulation can be listed and plotted for the user to determine if the parameters produce a viable solar farm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    KISSmenu

    KISSmenu

    KeepItSimple: organize&integrate your tools in a non-/interactive menu

    ...Development or tooling environment: shortcut based menu of commands, which can be used both interactively and non-interactively. Middleware: simply integrates various software through environment variables. Really simple! A 500 lines long bash script easy to maintain, fork or extend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    ORIPA S

    A drawer for origami crease pattern

    ORIPA S is a drawing tool specifically designed for a origami crease pattern. It is derived from ORIPA which is developed by MITANI Jun. New features by ORIPA S are: - save current crease pattern as a image file (jpeg, png) not only original project file. - while pasting, select a point on pattern to be matched against destination point. - Some considerable bugs are fixed (i.e., wrong undo behavior on ORIPA v0.35). This program is free software: you can redistribute it and/or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    The MinCaml Compiler

    *** Moved to http://github.com/esumii/min-caml ***

    *** Moved to http://github.com/esumii/min-caml *** MinCaml: An educational compiler from a tiny ML subset to the SPARC or PowerPC assembly language; Only 2000 lines of Objective Caml, but almost as efficient as---or even more efficient than---OCaml and GCC!
    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
  • 5

    MiniTCP

    A complete, light-weight TCP/IP stack as a C library.

    ...Targetted at DOS, but modifying it for any other purpose is trivial. Could be the TCP/IP stack for a new OS kernel, etc. Supported protocols: ARP, ICMP, DNS, TCP, and UDP. The entire codebase is currently under 1,800 lines, including blanks and comments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    md5Crack

    md5Crack

    MD5 Hash Cracker

    A lightweight MD5 hash cracker that uses permutations and will generate every possible string until the hash is cracked.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PasswordGenerator

    PasswordGenerator

    A free Password Generator written in Java

    next version is 2.4.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    FantasyQuest

    FantasyQuest is a technical test how 2D games works

    ...If you want build games, build the game but not the engine. Take an engine that match your needs and lets roll ! (You can use frameWorks) It is not already interresting for game builders to throw out thousands of code lines. have fun !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The AssemblyD is a software which performed the local and remote genome assembly by several assemblers based on an XML Template which can replace the large command lines required by most assemblers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 10

    shortcut command on Desktop

    an easier way to start a windows application

    SET UP: 1. at the "C:\" folder create a txt file named "ShortCuts.txt" 2. put in the matched pattern you want. (two lines, line 1 is the command, line 2 is the program's FULL PATH. eg: line1: ie line2: "C:\Program Files\Internet Explorer\iexplore.exe" ) 3. run the program. 4.(maybe) clear your desktop and change all icons into patterns in the txt file. TIP: everytime you change the txt file, a restart will be needed to reload the file. To restart program, just kill the process and run it again. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PyPak is a Python library for communication with Campbell Scientific dataloggers through the PakBus interface over TCP/IP or serial lines.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    TimidityFE

    Front End GUI For TiMidity++

    TimidityFE, short for TiMidity++ Front End is a GUI for users who don't want to deal with command lines. It was created with Code::Blocks, and GTK, and written in C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PSPad cursor enhancement

    PSPad cursor enhancement

    Cursor enhancement features for PSPad editor

    PSPad Editor Extension enhances native CTRL + (SHIFT) + RIGHT/LEFT cursor position behavior. With this extension, cursor positioning is more efficient using behavior modeled on UltraEdit/TextPad Current or selected lines can be moved up/down using CTRL + ALT + UP/DOWN. Cursor behavior can be further customized by altering the regular expressions available in the Scripts menu > Ingkcpos > Settings feature. Version 0.6 of this extension was bundled with PSPad releases as of August 2007 -- please download the most recent version: 0.7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    tsv-Tools

    bunch of tools to parse TSV files.

    I want to write base libraries to easily parse TSV files. Most of thinks can be done with unix cmd lines, but here I will also deal with headed files and try to managed some metadata. Else goals are reorder, sort, filter, extract, merge, ... I'll also try to develop class to have a general API, regardless the language. It's a try ! You're wellcome to comment or join.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ATMSP

    ATMSP - A Tiny Mathematical Speed Parser

    A Tiny Mathematical Speed Parser ATMSP is a portable C++ parser for mathematical expressions like "sin(x)+y^2" e.g. These may contain arbitrary numbers of functions, variables and constants. Major design goal was minimalistic size and maximum speed. Tiny 320 code-lines offer a parser plus bytecode-generator, 26 mathematical functions and 17 supported base-types including complex and arbitrary MPFR-multiprecision. Both parser and bytecode may run in threads. The usage of ATMSP is most simple - just include a single header in your own code and go. Reasonably experienced coders may implement other base-types like bool, SSE2, rationals or bigint's with a few changes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    BeeKeeper

    A minesweeper clone written in Java

    BeeKeeper (v0.1) is a minesweeper clone written in Java, using only vector graphics (primitive shapes and lines). The objective of the game is to collect all of the honey without disturbing any of the dormant bees, as fast as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LiCount

    LiCount

    A software to count files and lines in your projects !

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BlueLightCat

    BlueLightCat

    A web browser free, simple and clear.

    BlueLightCat is a simple browser whose feature list includes things like "History", "Bookmarks" and "QuickView", that is a page to see the most visited hosts. It is small, less then 10,000 lines of code and very fast. Note: BlueLightCat is a fork of Zeromus Browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    fem2d

    2D Finite Element Method Tools

    Collection of programs developed to perform various engineering analyses on structures using the finite element technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    KLog

    KLog

    It is a minimal log system, writting in C++

    It is a minimal log system. It was writting in c++ with no dependences, fast, with the lest configuration posible (No lines of configuration needed).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    MWakeOnLan

    command line tool to send wake on lan packets to computers on lan

    ...A configuration file MWakeOnLan.ini can be used to hold name/ethernet values for easy command line execution. The configuration file consists of name=etheraddress pairs. A # marker is used for comment lines Flags: -l | List All Name/Value Pairs Example 1: C:> MWakeOnLan 00:2E:27:4B:20:34 Example 2: C:> MWakeOnLan server1 server2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Plugin created to draw the dimension lines of the walls in the Plan View of the open source project called SweetHome3D. More info at http://www.sweethome3d.com/
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23

    flizbox

    Seedbox Install Script for Dedi's (OVH, Kimsufi 2g etc..)

    ...Tested 100% working on 64-bit versions of:- - Debian 6 - Ubuntu 12.10 Server - Ubuntu 12.04 Server - Ubuntu 11.10 Server - Ubuntu 11.04 Server - Ubuntu 10.04 Server This script is for a single seedbox user only. How to use:- After a fresh Linux install, log in as the ROOT USER using the password they give you into SSH and paste the following lines in turn:- wget http://sourceforge.net/projects/flizbox/files/flizbox-v7.sh bash flizbox-v7.sh Sorry, I no longer have time to update this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Curvefit

    Curvefit

    CurveFit is a software development kit (SDK) to optimize curves

    ...In many industries like ads, clothing, leather, the designed drawing by special software is in curves, the curves would be converted to line and arcs if user want to cut out them by machine. CurveFit is the library achieves this function that simplifies the lines and arc and keep the drawing in acceptable accurate level. This library accepts solver parameters and data , then generate optimized result. It can decrease up to 90% lines and arcs quantity significantly. This SDK (curve fitting library) supports most platform from 32-bit/64-bit Windows to Linux/Unix system, it supports .NET and JAVA environment also. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    iiitbaodv-gpu-aodv-IIIT Bangalore
    ...Aodv protocol is implemented on GPU using CUDA 4.0. A significant gain in execution time is observed when compared to CPU. Thus a simulator which uses GPU can be built on similar lines of NS2 if all the protocols can be parallelized and implemented on GPU. Guide: Prof Shrisha Rao srao@iiitb.ac.in Prof Poonacha P G poonacha.pg@iiitb.ac.in Students: Abhilash C S abhilash.gowder@iiitb.org Abhishek Varshney abhishek.varshney@iiitb.org Dilip S dilip.s@iiitb.org Navik Yogesh Laljibhai navik.yogeshlaljibhai@iiitb.org Pradyot H Adavi pradyot.h.adavi@iiitb.org
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB