An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bsd-3-clause

DCMTK/dcmtk

Official DCMTK Github Mirror

Language: C++ - Size: 40.6 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 785 - Forks: 328

GamerSoft24/Software

A repository based especially for my and Okmeque1's programs, files and installers. Below is the link to Midnight_G0ldX Corporation.

Language: HTML - Size: 7.04 GB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 5 - Forks: 1

ubermag/ubermag

Meta package for the Ubermag project.

Language: Python - Size: 1.43 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 42 - Forks: 11

ubermag/micromagnetictests

Testing package for computational magnetism tools.

Language: Python - Size: 265 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 2

ubermag/micromagneticmodel

Python-based domain-specific language for computational magnetism.

Language: Python - Size: 1.26 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 10 - Forks: 8

ubermag/discretisedfield

Python package for the analysis and visualisation of finite-difference fields.

Language: Jupyter Notebook - Size: 118 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 19 - Forks: 13

ubermag/ubermagtable

Python package for manipulating tabular data.

Language: Python - Size: 1.93 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 7 - Forks: 2

ubermag/ubermagutil

Utility package used across Ubermag.

Language: Python - Size: 351 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 5 - Forks: 2

ActivitySim/activitysim

An Open Platform for Activity-Based Travel Modeling

Language: Jupyter Notebook - Size: 217 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 205 - Forks: 109

ubermag/micromagneticdata

Python package for the analysis of micromagnetic data.

Language: Python - Size: 20.5 MB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 2

SimpleMachines/SMF

Simple Machines Forum — SMF in short — is free and open-source community forum software, delivering professional grade features in a package that allows you to set up your own online community within minutes!

Language: PHP - Size: 65 MB - Last synced at: 7 days ago - Pushed at: 8 days ago - Stars: 657 - Forks: 260

patx/pickledb

pickleDB is an in memory key-value store using Python's orjson module for persistence.

Language: Python - Size: 285 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 994 - Forks: 129

hollowaykeanho/Upscaler

A consolidation of various compiled open-source AI image/video upscaling product for a working CLI friendly image and video upscaling program.

Language: Shell - Size: 488 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 379 - Forks: 33

morwy/sokketter

A set of CLI and UI applications that provides a way of controlling the connected sockets

Language: C++ - Size: 1.54 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

uriparser/uriparser

:hocho: Strictly RFC 3986 compliant URI parsing and handling library written in C89; moved from SourceForge to GitHub

Language: C - Size: 1.56 MB - Last synced at: 9 days ago - Pushed at: 25 days ago - Stars: 362 - Forks: 84

ctreffs/SwiftAssimp

Swift wrapper around Open Asset Import Library (aka assimp) for macOS and Linux

Language: Swift - Size: 18.6 MB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 32 - Forks: 7

project-jam/jamutilities

An almost multipurpose Discord bot.

Language: TypeScript - Size: 939 KB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 1 - Forks: 0

jsonpickle/jsonpickle

Python library for serializing any arbitrary object graph into JSON. It can take almost any Python object and turn the object into JSON. Additionally, it can reconstitute the object back into Python.

Language: Python - Size: 2.3 MB - Last synced at: 10 days ago - Pushed at: 17 days ago - Stars: 1,291 - Forks: 174

weserv/images

Source code of wsrv.nl (formerly images.weserv.nl), to be used on your own server(s).

Language: C++ - Size: 46.2 MB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 2,263 - Forks: 216

engisalor/sketch-grammar-explorer

A Python package for the Sketch Engine API

Language: Python - Size: 339 KB - Last synced at: 21 days ago - Pushed at: 9 months ago - Stars: 8 - Forks: 0

ActivitySim/populationsim

An Open Platform for Population Synthesis

Language: Jupyter Notebook - Size: 47.8 MB - Last synced at: 15 days ago - Pushed at: about 2 years ago - Stars: 56 - Forks: 44

MAIPA01/mstd

mstd (Maipa's Standard Library) is an extension of the C++ standard library, providing additional utility functions, new data types, and helpful templates for type comparisons. It aims to enhance the standard functionality with useful features while maintaining compatibility with modern C++.

Language: C++ - Size: 97.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

MAIPA01/margs

margs (Maipa's Args Analyzer) is a C++ library for parsing command-line arguments. It supports flags (--flag), values (--value value), and grouped arguments (e.g., group --group-flag). The library allows easy definition of valid arguments, automatically generates error messages for invalid input, and provides built-in help message generation.

Language: C++ - Size: 43 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

hexagonix/src

The complete Hexagonix source tree

Language: Shell - Size: 211 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 1

The-White-Box/whitebox

Sandbox for Half-Life 2 samples

Language: C++ - Size: 567 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

MAIPA01/pcre2cpp

A C++ wrapper around the PCRE2 library to provide a more user-friendly and object-oriented interface for using regular expressions, while retaining the performance and flexibility of the original library.

Language: C++ - Size: 217 KB - Last synced at: 9 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

MAIPA01/mcui

mcui (MAIPA's Console User Interface) is a C++ library designed to simplify the creation of console-based menus and input fields. It provides a structured way to build interactive terminal interfaces with minimal effort.

Language: C++ - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

hexagonix/Andromeda-Apps

Utilitários Hexagonix-Andromeda/Hexagonix-Andromeda utilities

Language: Assembly - Size: 553 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

arrayfire/forge

High Performance Visualization

Language: C++ - Size: 14.6 MB - Last synced at: 13 days ago - Pushed at: about 1 year ago - Stars: 235 - Forks: 47

ubermag/oommfc

OOMMF calculator.

Language: Python - Size: 25.8 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 51 - Forks: 17

geissomatik/geiss

The Geiss screensaver and Winamp music visualization plug-in

Language: C++ - Size: 714 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 189 - Forks: 8

ashaduri/qt-cctalk

Cross-platform ccTalk protocol implementation in modern C++ / Qt

Language: C++ - Size: 104 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 11 - Forks: 1

gbeckers/Darr

A Python library for numpy arrays that persist on disk in a format that is simple, self-documented and tool-independent, and maximizes universal readability.

Language: Python - Size: 1.91 MB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 23 - Forks: 3

ubermag/ubermag.github.io

Ubermag webpages

Language: Python - Size: 3.26 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 3 - Forks: 1

HeylelOS/cyberd

init process for HeylelOS

Language: C - Size: 270 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

0-wiz-0/trrntzip

TorrentZip is a program is to use standard values when creating zips to create identical files over multiple systems

Language: C - Size: 337 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 11 - Forks: 2

ToshikiNakamura0412/scan_to_pcl_ros

ROS package for converting scan to pcl

Language: C++ - Size: 60.5 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 2 - Forks: 0

illia-shkroba/pfile

Manage different sets of filesystem's objects called "profiles".

Language: Haskell - Size: 54.7 KB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

brightprogrammer/CrossWindow

Cross Platform Window Library

Language: C - Size: 95.7 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

jfoucry/Pilldroid

Gestion théorique de stock de médicament

Language: Java - Size: 12.9 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 4 - Forks: 2

mrquantumoff/multishare 📦

A way to share your music with your fans!

Language: TypeScript - Size: 3.83 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

hoytnix/boundless-crm

A CRM For Derelicts.

Language: HTML - Size: 6.64 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Jason-Imperial/Example1

This file shows an example to use the github

Size: 2.93 KB - Last synced at: 12 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 1

rasheedja/simplex-method

Implementation of the two-phase simplex method in exact rational arithmetic.

Language: Haskell - Size: 264 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 6 - Forks: 0

jamesjulich/saltpack4j

A Java implementation of the saltpack secure messaging format.

Language: Java - Size: 166 KB - Last synced at: 9 months ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 1

abego/treelayout

Efficiently create compact tree layouts in Java

Language: Java - Size: 864 KB - Last synced at: 12 months ago - Pushed at: about 3 years ago - Stars: 89 - Forks: 22

ubermag/workshop

Workshop: Micromagnetics with Ubermag

Size: 208 MB - Last synced at: 10 months ago - Pushed at: over 2 years ago - Stars: 25 - Forks: 12

brightprogrammer/CrossGui

Cross Platform GUI Library

Language: C - Size: 2.15 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

miurahr/cmake-define-find-package

Utility script to define Find* functionality without adding Find*.cmake in your project

Language: CMake - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

maolson0/MultiClock

iOS clock that shows civil and solar time in hh:mm format, in metric, and as percent of day elapsed.

Language: Swift - Size: 4.51 MB - Last synced at: 12 months ago - Pushed at: 12 months ago - Stars: 3 - Forks: 0

DaanV2/leveldb-mcpe.Net Fork of The-HeX/leveldb-mcpe

A fork of Mojang's LevelDB-MCPE which can be compiled in Visual Studio as a DLL for .Net

Language: C++ - Size: 23.4 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 1

gspu/Coherent

Coherent OS

Language: C - Size: 264 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 74 - Forks: 6

rusq/jpegrip

JPEG the Ripper: extract JPEG files from unstructured data stream

Language: C - Size: 251 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

PedroEdiaz/xc

A toy self-compiling C compiler.

Language: C - Size: 55.7 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

martinak1/backr

A cross platform backup tool written in Rust

Language: Rust - Size: 33.2 KB - Last synced at: 13 days ago - Pushed at: over 6 years ago - Stars: 4 - Forks: 0

lachlanmcdonald/postcss-filter-rules 📦

PostCSS plugin that filters rules with a callback function on each selector. Can be used to filter out individual rules or remove all rules besides those you wish to keep.

Language: JavaScript - Size: 676 KB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 1

BSDTurkiyeToplulugu/geribildirim

BSD Türkiye Topluluğu'na yönelik geri bildirimleri buradan iletebilirsiniz. İlginiz için teşekkür ederiz.

Size: 11.7 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Applemunch/LibreTower

A free, open-source Pizza Tower-like game.

Language: Yacc - Size: 236 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 15 - Forks: 5

CSFelix/licenses

⚖️ Quick reminder to when to use some Linceses ⚖️

Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

BNHM/ecoreader

Publish, visualize, and query field notebook data from source collections

Language: Java - Size: 205 MB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 3 - Forks: 3

andr3slelouch/PoliCal

Trello + Aula Virtual / Telegram Bot + Aula virtual

Language: Python - Size: 3.92 MB - Last synced at: 22 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 3

ZionDevelopers/jframework

An OOP MVC UTF8 PHP 5.3+ Framework

Language: JavaScript - Size: 3.27 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

gbytegear/BinOM

BinOM (Binary Object Model) - library for working with a hierarchical data format for general purposes.

Language: C++ - Size: 13.6 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

kevinlekiller/cvt_modeline_calculator_12

CVT (Coordinated Video Timings) modeline calculator with CVT v1.2 timings.

Language: C - Size: 26.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 63 - Forks: 17

HeylelOS/honey

Simple package manager for unix/linux systems

Language: C - Size: 260 KB - Last synced at: 10 months ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

DevHwan/CrashRpt 📦

CrashRpt

Language: C++ - Size: 6.45 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 6

trdwll/imglnx 📦

The source code from imglnx version 2.x.

Language: JavaScript - Size: 1.67 MB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

ShahriarRezghi/serio

Fast Lightweight Header-only C++ Serialization Library

Language: C++ - Size: 185 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 13 - Forks: 0

lachlanmcdonald/saxicon 📦

The saxicon module transforms SVGs into a SASS snippet that allows you to generate colorised SVGs (with both single or multi-coloured shapes) within SASS, with each SVG embedded as a data-URI.

Language: JavaScript - Size: 548 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

lachlanmcdonald/grunt-saxicon 📦

grunt-saxicon is a wrapper for saxicon, a module which transforms SVGs into a SASS snippet that allows you to generate colorized SVGs (with both single or multi-colored shapes) within SASS, with each SVG embedded as a data-URI.

Language: JavaScript - Size: 346 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

vyskocilm/jf

Json difF: Go library and CLI printing diffs of two json files

Language: Go - Size: 87.9 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

marijanbeg/2021-paper-jupyter-reproducible-workflows

Using Jupyter for reproducible scientific workflows

Language: Jupyter Notebook - Size: 226 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

marijanbeg/2021-paper-ubermag

Ubermag: Towards more effective micromagnetic workflows

Language: Jupyter Notebook - Size: 1.97 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 3

moapis/multidb

Connect your Go app to a group of database Nodes without the need of a SQL aware proxy! Multidb provides a SQL Database multiplexer for parallel queries using Go routines, boosting performance and availabilty.

Language: Go - Size: 200 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

ChlorinePentoxide/QuickBinaries

Console level implementation of the Quick library for Windows and Linux terminals.

Language: Batchfile - Size: 26.4 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

ChlorinePentoxide/Quick

A extremely fast and scalable library providing basic functionality like FileIO, ImageManipualtion, and Cryptographic utilities.

Language: Java - Size: 23.4 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

gpicchiarelli/py-dungeon

Modular python honeypot for OpenBSD

Language: Python - Size: 38.1 KB - Last synced at: 20 days ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

qiray/asinus

The application for making rational choice.

Language: JavaScript - Size: 96.7 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

dhildebr/clamped-numbers

A small library providing wrappers for numeric types that constrain their value within specified bounds.

Language: C++ - Size: 987 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

dhildebr/java-array-util

Some old Java array utility functions I first wrote back in 2015. Aims to facilitiate similar functionality for arrays as for ArrayList.

Language: Java - Size: 88.9 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0