Showing 1345 open source projects for "less"

View related business solutions
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1

    ASCII Art Font Browser

    Font Browser for FIGlet and TOIlet

    ... $ sudo apt-get install figlet toilet The *figlet-font-browser* and *toilet-font-browser* are just wrappers - download main script in order to use them. Example usage ------------- ./asciiart-font-browser --help ./asciiart-font-browser this is a text --toilet --less ./toilet-font-browser --less Author and licensing ==================== Jakub Skowron, July 2014 kskowron@users.sourceforge.net Feel free to copy, modify, and redistribute under the terms of CC BY-SA 4.0 license. http://creativecommons.org/licenses/by-sa/4.0/legalcode
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    UFFS: Ultra-low-cost Flash File System, designed for NAND flash working in embedded system. UFFS typically consumes less then 200K ram for 1Gb(page 512)/4Gb(page 2K) NAND flash. It supports direct flash interface, works with or without OS.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Border Control Mod Virtualdub

    Create pleasing border to video using Virtualdub

    ...Stretch N lines to fill to the edge of border, N lines above smear region used 4. Fade video from selected line to edge of border fade can be to black or to border color 5. Cross smear progressively softens the smeared lines to make smear less obvious 6. Range of values is suitable for HD videos While this was intended for edge modification it can be used for special effects such as fading the edges of a scene to frame a center portion ... GNU General Public license Copyright (C) 2000-2002 Simon Walters Extensive Modifications by John M. Clement (C) 2014
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Less Systemd GNU/Linux

    Less Systemd GNU/Linux

    Independent GNU/Linux distribution

    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    An Open Source Knowledge Base System

    An open source, web based, platform independent knowledge base system.

    ...Users can view all data but only modify their own data unless user is admin or moderator, default users can't delete anything. Moderator is more restricted then admin but less restricted then default user. Supported data export formats: .doc .xls .csv .pdf and .xml. Printing and exporting can be done from any part of the site. single articles or multiple items from the list view. Multiple report types to keep track of your site. Change password support, Password recovery by user name or email support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ALTER is a web-based tool to transform between multiple sequence alignment formats. ALTER focuses on the specifications of mainstream alignment and analysis programs rather than on the conversion among more or less specific formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Windows Log on Background Changer

    Windows Log on Background Changer

    Change Your Windows Logon Background with a click.

    ...Please leave your suggestions comments here and at www.rockfordsolutions.in Features: >View background and wallpaper before changing >Change Logon screen with one click >Change wallpapers with one click >Cleanup Button >Update Blue Ice UI for less flicking >New and cool Loading animation >Loading Screen when loading JPG files from folders, etc
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Simple Inventory Manager

    Simple Inventory Manager

    Just a simple inventory management application.

    ...____________________ Change log November 28th: - Added layout manager so application now scales. - Fixed dialog boxes not showing correctly. - Dialog boxes now appear in the center of the app. - Filtering should be quicker and less glitchy. - Filtering is now automatic as you type. Todo: - Migrate Remove button to right click popup on table/cell. - Create an edit function and add to the right click popup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RSA Converter
    A multi-platform tool to convert RSA private keys between SFM format (modulus, public exponent, private exponent) and CRT format, in both ways.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10
    Ski timer

    Ski timer

    Ski timer software

    ...Despite it's name this software can be used to track times for any sport with a start light, start gate and finish gate. It currently supports two types of gate sensors: •Generic timer-less sensors can use the computer to time-stamp the gate events. •Agle Timy sensors time stamp the events themselves so the program will convert these. Current race types supported: •Duel lane team races Future race types: •Singles races with a comparison chart. The program will adjust to locale available translations: •English •French A 'generic timer-less sensor' can be an arduino or pic-axe that sends two character codes when the start light, start gate or finish gate is triggered. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Bootflat

    Bootflat

    Flat UI KIT based on Bootstrap 3.3.0 CSS framework

    Bootflat is built on the foundations of Bootstrap, visioned in a stunning flat design. Bootstrap itself is a trusted, reliable and proven tool for developers. Built with Sass 3.4.9. Bootflat is built on Bootstrap 3.3.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development. Bootflat's components are built with HTML5 and CSS3. The pages use `header`, `nav` and `section` to build the layout. Bootflat also comes with several splendid color...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DummyXmlParser

    DummyXmlParser

    Java XML parser / binder

    Java XML parser. Very light. (less than 20K). Bind XML to java classes. (like JAXB). Written from scratch to avoid some legacy problems. Code sample: import javax.xml.bind.annotation.XmlElement; import dummyxmlparser.XmlBinder; public class Foo { @XmlElement public String counter; public static void main(String[] args) throws Exception{ Foo foo= XmlBinder.fromXml(Foo.class, "<Foo><counter>42</counter></Foo>"); assert foo.counter.equals("42"); } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java Ultra-Lite Persistence (JULP): RDBMS independant Object-Relational library. Inheritance, many classes per table, many tables per class, optimistic concurrency, simple mappings, etc. Less then 350KB. GUI to generate classes and mappings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    One Page Scroll

    One Page Scroll

    Create an Apple-like one page scroller website

    ...Create an Apple-like one page scroll website (iPhone 5S website) with One Page Scroll plugin Created by Pete R., Founder of BucketListly. jQuery 1.9.0 or later is strongly recommended because using jQuery less than 1.8.3 and jquery.onepage-scroll.js together turns out to be a hash-based XSS vulnerabiliry. Modern browsers such as Chrome, Firefox, and Safari on both desktop and smartphones have been tested. Should work fine on IE8 and IE9 as well. One Page Scroll let you transform your website into a one page scroll website that allows users to scroll one page at a time. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Wrupit

    Wrupit

    An opensource PHP script for creating your own online notebook

    ...I’m a newbie in developing so this script may not be perfect but it is pretty sufficient for the basic needs of creating an online notebook system. Wrupit is a small, simple opensource project that allows you to setup your own “online notebook” in minutes. It requires extremely less coding skills. All you need is to install and configure it. It took me around 2 days to make it. Thanks to few other opensource projects which helped me reduce the developing time. This project has been released under the Mozilla Public License 2.0. We’ve included a copy of this license in every package, you can also read the text at: https://www.mozilla.org/MPL/2.0/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Raspberry Pi Emulation

    Raspberry Pi emulation on windows for Educational

    The purpose is to provide you simple way to understand and give an experience with raspberry pi: login: pi / password: pi login: root / no password
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Ezys

    Ezys 3D medical image registration program

    ...Ezys fully exploits the parallel computing power of inexpensive commercial graphics processing units (GPU), resulting in a very fast and accurate program capable of running on desktop PCs and even some laptops. On these systems, non-linear image registrations take less than a minute to complete. Ezys implements a diffeomorphic inverse consistent image registration algorithm with a demons-style regularization based on a non-parametric free form deformation model. Mutual Information and Normalized Mutual Information cost functions make Ezys a perfect tool for an inter-modal image registration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    myfitnesspal.com LeanGains updater

    How to easily use myfitnesspal.com with leangains

    A small Python script that talks to the API-less site myfitnesspal.com to automatically update daily macronutrient goals in order to implement the dietary portion of the LeanGains protocol. NOTE: MAY 10, 2015 -- With the most recent update to MyFitnessPal, this script is broken. These changes haven't been rolled out to all users yet. However, in the new version, MFP provides this functionality and this script is no longer necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BEDBUG CSPRNG & Stream Cipher

    BEDBUG CSPRNG & Stream Cipher

    A family of FLEA-inspired CSPRNGs and Stream Ciphers

    ...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. BEDBUG has passed stringent industry-standard tests for randomness, including NIST and DIEHARD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CSS Loaders

    CSS Loaders

    A collection of loading spinners animated with CSS

    css-loaders is a collection of simple, reusable loading spinners and indicators implemented entirely in CSS. The project offers a variety of designs—spinning circles, bouncing dots, bars, and pulse animations—that can be applied to any element with a few classes. Each loader is built using CSS keyframes and transforms, avoiding images or JavaScript, which keeps them lightweight and responsive. Because they are pure CSS, they scale cleanly at different sizes and can be styled easily with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    messagespammer

    Spams 100x of "f" and "u"

    Having troubles in a spam war? No problemo. This executable jar spams 100 f's and 100 u's in less than 10 seconds. Just download messagetroll.jar and execute it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mouse Accelerator

    Mouse Accelerator

    Turn on/off Mouse Acceleration in Windows

    Easily turn on/off mouse acceleration in Windows with the click of an icon in the notification area. Does exactly that, no more, no less. Mouse over for the current state, click to change. Why are you still reading this, there's nothing more to it. Just download it.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 23
    druid4arduino

    druid4arduino

    An automatic, configuration-less, GUI for Arduino projects.

    Druid4Arduino provides a simple GUI (graphical user interface) to interact with any SerialUI-based Arduino project. It works its magic by crawling the menu hierarchy (commands and sub-menus) provided by SerialUI and automatically re-configuring it’s user interface to match whatever options you’ve provided. It will connect to you’re arduino project through the USB serial port and display a reflection of all the commands and sub-menus defined in your program/sketch. It will also...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    NicePlayer

    NicePlayer

    Fullscreen, borderless multi-engine player

    NicePlayer is a fullscreen, borderless multi-engine player designed for playing movies on the computer. It features full screen or border-less floating windows, convenient controls for scrubbing or queuing movies, on the fly playlist creation and more.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 25
    Dashing

    Dashing

    Dashboard framework in Ruby and Coffeescript

    Dashing is a Sinatra based framework that lets you build beautiful dashboards. Every new Dashing project comes with sample widgets & sample dashboards for you to explore. The directory is setup as follows. Assets, all your images, fonts, and js/coffeescript libraries. Uses Sprockets. Dashboards, one .erb file for each dashboard that contains the layout for the widgets. Jobs, your ruby jobs for fetching data (e.g for calling third party APIs like twitter). Lib, optional ruby files to help out...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo