Other

Open-source projects categorized as Other

Top 23 Other Open-Source Projects

  1. Lowdb

    Simple and fast JSON database

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. card

    :credit_card: make your credit card form better in one line of code

  4. FileDownloader

    Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process

  5. RxBinding

    RxJava binding APIs for Android's UI widgets.

  6. react-desktop

    React UI Components for macOS High Sierra and Windows 10

  7. dat.gui

    Lightweight controller library for JavaScript.

    Project mention: Ask HN: Framework for Quick Python or Java and Web UIs? | news.ycombinator.com | 2024-12-02

    I'm not sure I understand what you want, but... If want you want is a generic way to interface with a bunch of small tools that take some parameters and output some file, read on. If not, sorry.

    One thing you might do is abstract over something like dat.GUI [0]

    (Note: I like dat.GUI but understand it hasn't seen development lately and you might be concerned about that. In that case, substitute dat.GUI for Tweakpane [1] and the idea is still the same)

    dat.GUI creates a sort of control panel with various types of inputs based on whatever you want to manipulate. Something like this [2].

    The code to produce it can be abstracted quite nicely. So you could simply create a small generic script to create a panel from just a JS object with the properties you want to manipulate. You'd link this to a simple submit against your server-side binary.

    Now, the only thing that remains is presenting the output. I'm guessing that today you're generating an image but in some other case your output may be a text file or something else. For a lot of things you can just relay on the browser if you output to an and let the browser sort it. In most cases it will display it and when not, it could offer to download & save with the correct headers.<p>[0] <a href="https://github.com/dataarts/dat.gui">https://github.com/dataarts/dat.gui</a><p>[1] <a href="https://tweakpane.github.io/docs/" rel="nofollow">https://tweakpane.github.io/docs/</a><p>[2] <a href="https://imgur.com/a/em4qKl7" rel="nofollow">https://imgur.com/a/em4qKl7</a>

  8. AndroidVideoCache

    Cache support for any video player with help of single line

  9. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  10. Gradle Retrolambda Plugin

    A gradle plugin for getting java lambda support in java 6, 7 and android

  11. form

    jQuery Form Plugin

  12. AboutLibraries

    AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments

  13. xmonad

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

    Project mention: Rubywm: An X11 window manager in pure Ruby | news.ycombinator.com | 2025-01-30

    If you want tiling, but i3 requires too much manual work, you might like the more managed layouts that are the default in XMonad: https://xmonad.org/

    XMonad works fine with multiple monitors. Each monitor displays one of the many virtual desktops. The normal keys for desktops and for windows work pretty intuitively with multiple monitors.

  14. Keyv

    Simple key-value storage with support for multiple backends

    Project mention: Introducing keyv-upstash: Seamless Key-Value Storage for Serverless Redis | dev.to | 2024-12-10

    keyv-upstash is a storage adapter for Keyv that connects it to Upstash Redis, a serverless Redis platform. With this adapter, you get a simple, efficient, and flexible solution for key-value storage in serverless applications.

  15. analytics

    Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors (by DavidWells)

    Project mention: Ask HN: Google Analytics sucks What do you use? | news.ycombinator.com | 2024-02-21
  16. Android Priority Job Queue

    A Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability. (by path)

  17. Garlic.js

    Automatically persist your forms' text and select field values locally, until the form is submitted.

  18. pg-mem

    An in memory postgres DB instance for your unit tests

    Project mention: Setting up PostgreSQL for running integration tests | news.ycombinator.com | 2024-04-19
  19. Gradle buildSrcVersions

    Life is too short to google for dependencies and versions

  20. Countable

    Add live paragraph-, word- and character-counting to an HTML element.

  21. WeakHandler

    Memory safer implementation of android.os.Handler

  22. aframe-react

    :atom: Build virtual reality experiences with A-Frame and React.

  23. stretchy

    Form element autosizing, the way it should be

  24. PermissionHelper

    Android Library to help you with your runtime Permissions.

  25. logback-android

    📄The reliable, generic, fast and flexible logging framework for Android

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Other discussion

Log in or Post with

Other related posts

  • Rubywm: An X11 window manager in pure Ruby

    3 projects | news.ycombinator.com | 30 Jan 2025
  • Introducing keyv-upstash: Seamless Key-Value Storage for Serverless Redis

    2 projects | dev.to | 10 Dec 2024
  • Ask HN: Framework for Quick Python or Java and Web UIs?

    3 projects | news.ycombinator.com | 2 Dec 2024
  • Reverse engineering the Ravensburger TipToi pen

    3 projects | news.ycombinator.com | 2 Dec 2024
  • Setting up PostgreSQL for running integration tests

    2 projects | news.ycombinator.com | 19 Apr 2024
  • Ask HN: Google Analytics sucks What do you use?

    1 project | news.ycombinator.com | 21 Feb 2024
  • Database recommendations for small website

    1 project | /r/node | 6 Dec 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Other projects? This list will help you:

# Project Stars
1 Lowdb 21,798
2 card 11,670
3 FileDownloader 11,068
4 RxBinding 9,665
5 react-desktop 9,511
6 dat.gui 7,573
7 AndroidVideoCache 5,436
8 Gradle Retrolambda Plugin 5,293
9 form 5,191
10 AboutLibraries 3,779
11 xmonad 3,411
12 Keyv 2,741
13 analytics 2,511
14 Android Priority Job Queue 2,408
15 Garlic.js 2,362
16 pg-mem 2,076
17 Gradle buildSrcVersions 1,673
18 Countable 1,643
19 WeakHandler 1,545
20 aframe-react 1,426
21 stretchy 1,273
22 PermissionHelper 1,227
23 logback-android 1,213

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?