Other

Top 23 Other Open-Source Projects

  • Lowdb

    Simple and fast JSON database

  • Project mention: Database recommendations for small website | /r/node | 2023-12-06

    https://github.com/typicode/lowdb is a cool option.

  • card

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

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • FileDownloader

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

  • RxBinding

    RxJava binding APIs for Android's UI widgets.

  • react-desktop

    React UI Components for macOS High Sierra and Windows 10

  • dat.gui

    Lightweight controller library for JavaScript.

  • Project mention: A lightweight GUI library for Angular | /r/Angular2 | 2023-11-19

    I created a GUI library, it's very useful for the visual editor and it can be very easy to generate config panel for options. If you don't know about GUI library, maybe you can checkout some other famous open source project ( dat.gui, tweakpane, leva).

  • AndroidVideoCache

    Cache support for any video player with help of single line

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Gradle Retrolambda Plugin

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

  • form

    jQuery Form Plugin

  • 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

  • xmonad

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

  • Project mention: Installing Xmonad on Arch | /r/xmonad | 2023-06-05

    The official guide and the archwiki do say that it's okay to just install it via pacman, but I've also found some issues on the official repo that strongly suggest against installing via pacman and to use stack instead, as sometimes pacman breaks dependencies.

  • Keyv

    Simple key-value storage with support for multiple backends

  • 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)

  • Android Scripting

    SL4A brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device.

  • Garlic.js

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

  • 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
  • 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
  • Countable

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

  • Gradle buildSrcVersions

    Life is too short to google for dependencies and versions

  • Project mention: Dependency Managers Don't Manage Your Dependencies (2021) | news.ycombinator.com | 2023-06-19

    Lately I've been using gradle with kotlin-js and a mix of npm and jvm dependencies. There's the https://splitties.github.io/refreshVersions/ plugin that I can recommend if you are using gradle (with or without kotlin-js).

    It manages plugin dependencies, library dependencies, and version dependencies. It can use the new gradle version catalog or not if you prefer. On first use, you migrate your versions and it extracts these to a versions.properties (or your version catalog). Then whenever you run refreshVersions it indicates available new versions in comments in this file. It also indicates unused dependencies. Though for npms this is a bit harder. All you need to do is manually use the versions you want.

    I run this frequently to stay on top of upstream changes. Few software engineers realize that the testing and integration overhead with version changes multiplies (just like with other forms of change). Libraries that you haven't updated amount to technical debt that you haven't addressed. So, the workload increases massively if you don't update for a while. Staying up to date minimizes the workload. This plugin makes that super easy.

    Given that we are using kotlin-js, we have to deal with a rapidly evolving library ecosystem so we do have occasional issues that we need to work around by either downgrading or fixing some code. Whenever I can't update something, I document it in my versions.properties with a comment. Often you just have to wait for the next release or so for things to straighten out. The price of using cutting edge software.

    Kotlin-js manages a yarn lock file as well. So it properly locks dependencies. Whenever you update npm dependencies, you have to run a command to upgrade the lock file. There's also a whole mess of webpack dependencies that comes along with kotlin-js.

  • WeakHandler

    Memory safer implementation of android.os.Handler

  • aframe-react

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

  • stretchy

    Form element autosizing, the way it should be

  • PermissionHelper

    Android Library to help you with your runtime Permissions.

  • 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 related posts

  • 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 lightweight GUI library for Angular

    4 projects | /r/Angular2 | 19 Nov 2023
  • Milde interessant: Auf dem Spielglobus meines Kindes existiert das Land Taiwan nicht.

    1 project | /r/de | 3 Jul 2023
  • Dependency Managers Don't Manage Your Dependencies (2021)

    3 projects | news.ycombinator.com | 19 Jun 2023
  • Running Node.Js on Android

    1 project | /r/codehunter | 10 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 May 2024
    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 20,903
2 card 11,629
3 FileDownloader 10,948
4 RxBinding 9,694
5 react-desktop 9,499
6 dat.gui 7,323
7 AndroidVideoCache 5,337
8 Gradle Retrolambda Plugin 5,311
9 form 5,206
10 AboutLibraries 3,502
11 xmonad 3,242
12 Keyv 2,487
13 Android Priority Job Queue 2,408
14 Android Scripting 2,398
15 Garlic.js 2,370
16 analytics 2,347
17 pg-mem 1,807
18 Countable 1,642
19 Gradle buildSrcVersions 1,624
20 WeakHandler 1,544
21 aframe-react 1,399
22 stretchy 1,271
23 PermissionHelper 1,229

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com