Showing 17 open source projects for "lines"

View related business solutions
  • 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
  • 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
    Source Han Sans

    Source Han Sans

    Set of OpenType Pan-CJK fonts

    Source Han Sans is a set of OpenType Pan-CJK fonts. In addition to functional OpenType fonts, this open source project provides all of the source files that were used to build these OpenType fonts by using the AFDKO tools. Individual font resources or ZIP files for various deployment configurations are available for download. To help decide which fonts to download, please refer to the Configurations section of the official font readme file. Those who are unfamiliar with GitHub are encouraged...
    Downloads: 222 This Week
    Last Update:
    See Project
  • 2
    xmonad

    xmonad

    The core of xmonad, a small but functional ICCCM-compliant

    ...XMonad makes work easier, by automating this. xmonad automates the common task of arranging windows, so you can concentrate on getting stuff done. Out of the box, no window decorations, no status bar, no icon dock. just clean lines and efficiency. Haskell and smart programming practices guarantee a crash-free experience. It sports a vibrant extension library, including support for window decorations, status bars, and icon docks. Core features like per-screen workspaces, true xinerama support and managehooks can’t be found in any other wm. We work hard to make common configuration tasks one-liners.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Cirrus

    Cirrus

    The SCSS framework for the modern web

    ...Cirrus takes a generative approach to building your stylesheets. A large number of features with a minimal footprint. Fully responsive by design. Getting started with Cirrus is a few commands or lines of HTML away (depending on how you want to import it). The framework is designed to be pluggable into any new or existing projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FvwmDecorDemos

    FvwmDecorDemos

    Fancy window decors for FVWM and a color picker

    ...It's meant to be dropped into an existing FVWM configuration while disturbing it as little as possible, so it doesn't overwrite your hard work. You will have to add a few lines to your existing configuration. Some of the designs don't make much sense without the wallpapers that they were designed to go with, which have mostly disappeared, but they demonstrate what can be done, and you may like a few of them as they are.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    HovText

    HovText

    HovText is a simple open source .NET Framework clipboard manager

    HovText removes any text formatting from the clipboard and it works as a clipboard manager that can store and retrieve previous copied texts and images. Any text in the clipboard will be pasted as cleartext without any HTML code, font size, color or formatting etc. HovText remembers all copied texts and it is possible to restore the original formatting on the previous copied texts. It can also save the clipboards to local computer. A typical scenario is to copy a text from the internet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JetBrains Mono

    JetBrains Mono

    The free and open-source typeface for developers

    A typeface made for developers. Characters remain standard in width, but the height of the lowercase is maximized. This approach keeps code lines to the length that developers expect, and it helps improve rendering since each letter occupies more pixels. Consider this in contrast to some other fonts. Consolas, for example, has slightly wider letters. However, they are still rather small, which forces you to increase the size by one point to make the font more readable. As a result, lines of code tend to run longer than expected. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Screen Ruler

    Screen Ruler

    Ruler tool for measuring in pixels, centimeters, inches and points

    ...Measuring is possible either using a two-dimensional, rectangular ruler scale or a one-dimensional, horizontal or vertical scale. The ruler can be moved and resized precisely using either the mouse or the keyboard and custom marking lines can be added. Besides coming with a light and a dark theme, Screen Ruler also allows you to fully customize its appearance by changing all color settings. Get support: https://sourceforge.net/p/screenruler/discussion/ https://github.com/bluegrams/ScreenRuler/issues Support the development: https://ko-fi.com/alxnull
    Leader badge
    Downloads: 459 This Week
    Last Update:
    See Project
  • 8
    Arduino IO Simulator Drag & Draw

    Arduino IO Simulator Drag & Draw

    Simulate your IO with the Arduino Simulator

    You bought an Arduino, What now? This Arduino Simulator is different than all the other simulators. If you don’t have components like sensors, Leds..., then this program will simulate the components for you. You need a real Arduino board for testing your programs with your computer. You can drag and drop the components in a worksheet and you can draw everything you want around it. It is also possible to load a background into the worksheet. You can also combine simulated...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Arduino Simulator Drag & Draw MacOS

    Arduino Simulator Drag & Draw MacOS

    Simulate your IO with this Arduino Simulator

    You bought an Arduino, What now? This Arduino Simulator is different than all the other simulators. If you don’t have components like sensors, Leds..., then this program will simulate the components for you. You need a real Arduino board for testing your programs with your computer. You can drag and drop the components in a worksheet and you can draw everything you want around it. It is also possible to load a background into the worksheet. You can also combine simulated inputs/outputs...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 10

    TextFileReverse

    A Windows command line tool to reverse the contents of a text file.

    ...Or an outfile can be specified Reverse /i Path\File.txt /o path\OutFile.txt this will leave the original file intact. A file containing: item 1 item 2 item 3 Would then be reversed to item 3 item 2 item 1 You can also remove blank lines with the switch /r, as of 1.0.1.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    argument

    Command line argument parser library for Java

    Moved to GitHub https://github.com/fedups Command-line argument compiler and parser. With just two lines of code you can start to set up a command-line interface to your Java programs. Many advanced features including "required", "positional", "multiple", and the most advanced - "group"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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: 10 This Week
    Last Update:
    See Project
  • 13
    Textticker 4 Windows

    Textticker 4 Windows

    A textticker for Windows which scrolls text horizontally

    [Project is ON HOLD! Code will be completely rewritten] This textticker is written in C#. It reads text line by line, seperates the lines with "++++" and scrolls them horizontally from right to left. This program also reserves space on the upper side of the desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bezier3D

    Bezier3D

    the good old Bezier screensaver how it would look like today

    Remember the pixely Bezier lines? They're gone. Now we have transparent, anti aliased polygons in true 3D. The future of this is already clear: real time path tracing of turbid media, and a haze of glowing droplets. Just wait.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A text-based subtitles editor that supports basic operations as well as more advanced ones, aiming to become an improved version of Subtitle Workshop for every platform supported by KDE. NOTE: project development is now happening on GitHub (https://github.com/maxrd2/subtitlecomposer)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Is an easy software writen in java for paint on Desktop. The finaly is to use in a learning enviroment with a digital whiteboard. You can also use it to paint your screencast and screenshots.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    NovaTK is an object-oriented, cross-platform GUI toolkit. One of the focuses of NovaTK is to facilitate rapid development of cross-platform applications requiring fewer lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB