Popular projects

Page 230
Most notified recently active projects
dockerhub
openhab/openhab on Docker Hub

openHAB - a vendor and technology agnostic open source automation software for your home.

github
Lovely-Sim-Racing/lovely-dashboard on GitHub

A multifunctional feature packed SimHub Dashboard (DDU) and a matching Stream Overlay.

acc
ams2
assetto-corsa
assetto-corsa-competizione
assettocorsa
automobilista
dashboard
ddu
f1
formula1
iracing
overlay
racing
rf2
rfactor2
simhub
simracing
truedarkmode
github
lxhao61/integrated-examples on GitHub

以 V2Ray(v4 版) 或 Xray、Nginx 或 Caddy(v2 版)、Hysteria 等打造常用科学上网的优化配置及最优组合示例,且提供集成特定插件的 Caddy(v2 版) 文件,分享给大家食用及自己备份。

caddy
https
hysteria
naiveproxy
nginx
quic
reality
shadowsocks
trojan
trojan-go
v2ray
v2ray-plugin
vless
vmess
webdav
xray
xray-plugin
Language:
Shell
pypi
dune-fem on Python PyPI

A discretization module providing an implementation of mathematical abstractions to solve PDEs on parallel computers including local grid adaptivity, dynamic load balancing, and higher order discretization schemes Discontinuous Galerkin for evolution problems and virtual element methods are available as additional dune modules

github
sergix44/XBackBone on GitHub

A lightweight file manager with full ShareX support and more

backend
file-server
filemanager
ftp
gallery
hacktoberfest
linux-support
php
php8
screencloud
self-hosted
sharex
sharex-server
uploader
Languages:
PHP
Twig
github
ndom91/briefkasten on GitHub

📮 Self hosted bookmarking app

bookmarks
nextjs
planetscale
prisma
tailwindcss
Language:
JavaScript
github
openplayerjs/openplayerjs on GitHub

Lightweight HTML5 video/audio player with smooth controls and ability to play VAST/VPAID/VMAP ads

audio
dash
hls
html5
html5-audio
html5-video
html5-video-player
javascript
openplayerjs
player
typescript
vast
video
Language:
TypeScript
pypi
pulp-glue on Python PyPI

Version agnostic glue library to talk to pulpcore's REST API.

github
descope/django-descope on GitHub

Descope plugin for Django framework

app
authentication
descope
django
plugin
python
sdk
Language:
Python
github
fortio/fortio on GitHub

Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.

go
golang
golang-application
golang-library
grpc
http
performance
performance-testing
performance-visualization
proxy
Language:
Go
github
astronautlevel2/Anemone3DS on GitHub

A theme and boot splash manager for the Nintendo 3DS console

3ds
3ds-homebrew
3dshacks
Language:
C
dockerhub
algorand/stable on Docker Hub

Latest stable (release) build installed and configured for mainnet (no persistence)

github
utreexo/utreexod on GitHub

A fully validating Bitcoin node with Utreexo support

Language:
Go
packagist
craftcms/cms on PHP Packagist

Craft CMS

cms
yii2
craftcms
npm
mjml on Node.js NPM

MJML: the only framework that makes responsive-email easy

github
vrothberg/vgrep on GitHub

a user-friendly pager for grep

frontend
git-grep
golang
grep
grepping
pager
source-code
text-editing
text-search
Languages:
Go
Shell
github
muflone/pixelcolor on GitHub

Get the screen pixel color

color
command-line
pixel
Language:
Python
github
openjdk/jdk15u on GitHub
Languages:
Java
C++
github
Genymobile/gnirehtet on GitHub

Gnirehtet provides reverse tethering for Android

android
java-8
reverse-tethering
rust
vpn
Languages:
Java
Rust
github
loot/loot on GitHub

A modding utility for Starfield and some Elder Scrolls and Fallout games.

fallout-3
fallout-4
fallout-newvegas
modding
morrowind
oblivion
skyrim
skyrim-special-edition
starfield
tool
Language:
C++
github
ddev/ddev on GitHub

Docker-based local PHP+Node.js web development environments

backdrop
craftcms
ddev
development
docker
drupal
laravel
linux
local-development
macos
magento
magento2
mariadb
moodle
nodejs
php
typo3
windows
wordpress
Languages:
Go
PHP
github
ansible-collections/kubernetes.core on GitHub

The collection includes a variety of Ansible content to help automate the management of applications in Kubernetes and OpenShift clusters, as well as the provisioning and maintenance of clusters themselves.

ansible
ansible-collection
automation
hacktoberfest
k8s
kubernetes
openshift
Language:
Python
gems
minitest on Ruby Gems

minitest provides a complete suite of testing facilities supporting
TDD, BDD, mocking, and benchmarking.

"I had a class with Jim Weirich on testing last week and we were
 allowed to choose our testing frameworks. Kirk Haines and I were
 paired up and we cracked open the code for a few test
 frameworks...

 I MUST say that minitest is *very* readable / understandable
 compared to the 'other two' options we looked at. Nicely done and
 thank you for helping us keep our mental sanity."

-- Wayne E. Seguin

minitest/test is a small and incredibly fast unit testing framework.
It provides a rich set of assertions to make your tests clean and
readable.

minitest/spec is a functionally complete spec engine. It hooks onto
minitest/test and seamlessly bridges test assertions over to spec
expectations.

minitest/benchmark is an awesome way to assert the performance of your
algorithms in a repeatable manner. Now you can assert that your newb
co-worker doesn't replace your linear algorithm with an exponential
one!

minitest/mock by Steven Baker, is a beautifully tiny mock (and stub)
object framework.

minitest/pride shows pride in testing and adds coloring to your test
output. I guess it is an example of how to write IO pipes too. :P

minitest/test is meant to have a clean implementation for language
implementors that need a minimal set of methods to bootstrap a working
test suite. For example, there is no magic involved for test-case
discovery.

"Again, I can't praise enough the idea of a testing/specing
 framework that I can actually read in full in one sitting!"

-- Piotr Szotkowski

Comparing to rspec:

rspec is a testing DSL. minitest is ruby.

-- Adam Hawkins, "Bow Before MiniTest"

minitest doesn't reinvent anything that ruby already provides, like:
classes, modules, inheritance, methods. This means you only have to
learn ruby to use minitest and all of your regular OO practices like
extract-method refactorings still apply.

Don't miss a new release

NewReleases is sending notifications on new releases.