Misc

Open-source projects categorized as Misc

Top 23 Misc Open-Source Projects

  1. Gollum

    A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.

    Project mention: WordPress Is in Trouble | news.ycombinator.com | 2025-01-13

    Depends on your target user. If you want something really simple for developers, https://github.com/gollum/gollum is pretty neat (is what powers the Wiki system on GitHub), while if you want something simple for people who aren't developers, something like Mediawiki would fit better. Although Mediawiki requires a database, you can use SQLite (which is basically a file on disk as a DB) for it.

    Dokuwiki is also a neat old-school alternative that basically treats files on disk as articles/pages, so no (other) DB needed.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Polly

    Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.

    Project mention: How To Implement Retries and Resilience Patterns With Polly and Microsoft Resilience | dev.to | 2025-04-29

    Polly

  4. Open MCT

    A web based mission control framework.

  5. nlp_compromise

    modest natural-language processing

    Project mention: Routr: Fast local replacement for DuckDuckGo bangs | news.ycombinator.com | 2025-05-04

    > Typing `article about german war in the stone age !!g` becomes: `site:en.wikipedia.org "german" AND "war" AND "stone age"`

    I wonder how much of that could be done without AI, just (locally) using https://www.npmjs.com/package/compromise

    ---

    Also I couldn't find your source for bang data; Kagi maintains an updated list: https://github.com/kagisearch/bangs

    I'm working on an enhanced version of bangs. Since there are so many "dead" bangs, I'm thinking of using a bang whitelist and suggestions from the full list if not found in the whitelist.

  6. MediatR

    Simple, unambitious mediator implementation in .NET

    Project mention: De MediatR para Mediator: uma migração mais leve e performática | dev.to | 2025-05-15

    MediatR – GitHub

  7. list.js

    The perfect library for adding search, sort, filters and flexibility to tables, lists and various HTML elements. Built to be invisible and work on existing HTML.

  8. FluentValidation

    A popular .NET validation library for building strongly-typed validation rules.

    Project mention: Working with interfaces | dev.to | 2025-01-12

    IValidator is registered as service for the following validator.

  9. SaaSHub

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

    SaaSHub logo
  10. Humanizer

    Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities

    Project mention: 🚀 Introducing NextSolution V2: ASP.NET API + Next.js + Expo Starter Template | dev.to | 2024-09-07

    This template was built using a variety of powerful frameworks and tools, including: .NET, Ngrok, JWT (JSON Web Tokens), Entity Framework, AutoMapper, FluentValidation, Flurl, Humanizer, libphonenumber-csharp, MailKit, OAuth, Serilog, Twilio, Swagger, React.js, React Native, React Navigation, Axios, Expo Dev, Lodash, NativeWind, React Hook Form, Zustand, Visual Studio Code, Visual Studio, Android Studio, Git, GitHub Copilot, Node.js, React Native Paper, NextUI

  11. Guard

    Guard is a command line tool to easily handle events on file system modifications.

  12. CsvHelper

    Library to help reading and writing CSV files

    Project mention: .NET: Integration Test for uploading csv/excel file via HttpClient | dev.to | 2025-02-07

    CsvHelper for parsing the CSV file

  13. Scala Native

    Your favorite language gets closer to bare metal.

    Project mention: Pipelining might be my favorite programming language feature | news.ycombinator.com | 2025-04-21

    a) Scala with no JVM exists: https://scala-native.org

    b) Async works on Scala Native: https://github.com/lampepfl/gears

  14. SurveyJS

    Free Open-Source JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout that lets you load and run multiple web forms, or build your own self-hosted form management system, retaining all sensitive data on your servers. You have total freedom of choice as to the backend, because any server + database combination is fully compatible.

    Project mention: React libraries for building forms and surveys | dev.to | 2024-12-18

    SurveyJS: A form-building library that allows developers to render JSON forms and surveys. Other than React, it includes integrations for Angular, Vue, jQuery, and Knockout

  15. Jint

    Javascript Interpreter for .NET

  16. quasar

  17. Coravel

    Near-zero config .NET library that makes advanced application features like Task Scheduling, Caching, Queuing, Event Broadcasting, and more a breeze!

    Project mention: High-Performance .NET CRON Jobs | dev.to | 2024-07-16

    In the .NET ecosystem, there are a few great libraries for scheduling or queuing background work. I created Coravel as an easy way to build .NET applications with more advanced web application features. But it's mostly known as a background job scheduling library.

  18. Scala school

    Lessons in the Fundamentals of Scala

  19. echo

    Lazy-loading images with data-* attributes (by toddmotto)

  20. Hashids.net

    A small .NET package to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.

  21. YoutubeExplode

    Abstraction layer over YouTube's internal API

  22. jquery-match-height

    a responsive equal heights plugin

  23. gon

    Your Rails variables in your JS

    Project mention: Use vite_rails to use Vue SFC(single file component, .vue) in >= Rails7 | dev.to | 2024-11-10

    (This is a trick used by https://github.com/gazay/gon)

  24. jclasslib

    jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.

  25. kotlin-logging

    Lightweight Multiplatform logging framework for Kotlin. A convenient and performant logging facade.

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

Misc discussion

Log in or Post with

Misc related posts

  • De MediatR para Mediator: uma migração mais leve e performática

    3 projects | dev.to | 15 May 2025
  • Routr: Fast local replacement for DuckDuckGo bangs

    5 projects | news.ycombinator.com | 4 May 2025
  • How To Implement Retries and Resilience Patterns With Polly and Microsoft Resilience

    1 project | dev.to | 29 Apr 2025
  • Modest Natural-Language Processing

    1 project | news.ycombinator.com | 16 Apr 2025
  • Reinventando a Roda: Criando seu próprio MediatR - Parte 1

    1 project | dev.to | 10 Apr 2025
  • Tripping the circuit

    3 projects | dev.to | 28 Mar 2025
  • Grepfruit – A Ruby Gem for User-Friendly Regex Search in Files

    1 project | dev.to | 7 Mar 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 May 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 Gollum 13,997
2 Polly 13,774
3 Open MCT 12,375
4 nlp_compromise 11,729
5 MediatR 11,646
6 list.js 11,212
7 FluentValidation 9,352
8 Humanizer 8,897
9 Guard 6,297
10 CsvHelper 4,938
11 Scala Native 4,568
12 SurveyJS 4,426
13 Jint 4,296
14 quasar 4,149
15 Coravel 4,124
16 Scala school 3,720
17 echo 3,713
18 Hashids.net 3,372
19 YoutubeExplode 3,212
20 jquery-match-height 3,060
21 gon 3,052
22 jclasslib 2,864
23 kotlin-logging 2,797

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com