denji/awesome-http-benchmark 1552
HTTP(S) benchmark tools, testing/debugging, & restAPI (RESTful)
CPU usage limiter for Linux, Solaris, *BSD, macOS
A list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of hosting and managing applications instead of renting from Software-as-a-Service providers
Docker image giving the built version of the best image optimizing CLI apps together with image_optim to rule them all
A curated list of awesome Go frameworks, libraries and software
Certificate manager bot using ACME protocol
AMD LIBM
pytest your nginx config
Stackless Async Subroutines for C
A list of generic tools for parsing binary data structures, such as file formats, network protocols or bitstreams
startedrustyx/nobuzz
started time in 4 minutes
starteddenji/nginx-tuning
started time in 6 minutes
created repositoryArchiveBox/homebrew-archivebox
Homebrew formula for the ArchiveBox self-hosted internet archiving solution.
created time in 13 minutes
startedappleboy/ssh-action
started time in an hour
startedpdclab/peregrine
started time in an hour
starteddraganm/missing-container-metrics
started time in an hour
startedraxod502/cs121-whales
started time in 2 hours
startedraxod502/apheleia
started time in 2 hours
startedunixpickle/model3d
started time in 3 hours
startedgeerlingguy/pi-webcam
started time in 3 hours
fork pirate/stdeb
produce Debian packages from Python packages
https://pypi.python.org/pypi/stdeb
fork in 3 hours
Exploitation Framework for Embedded Devices
fork in 4 hours
startedthreat9/routersploit
started time in 4 hours
startedmitre/advmlthreatmatrix
started time in 4 hours
startedklaemo/nova-standardjs
started time in 4 hours
starteddenji/nginx-tuning
started time in 5 hours
starteddense-analysis/ale
started time in 5 hours
issue commentjorgebucaran/fisher
More consistent subcommand names/terminology
Are the old commands still supposed to work? The 4.0 release notes say fish add was deprecated, but using it errors out with "fisher: unknown flag or command: "add" (see fisher -h)".
comment created time in 5 hours
startedscrapinghub/dateparser
started time in 5 hours
startedcmdbug/YOLOv5_NCNN
started time in 5 hours
startedchulwoo-park/timelines
started time in 5 hours
startedandroid/location-samples
started time in 5 hours
starteddenji/awesome-http-benchmark
started time in 6 hours
startedandmarti1424/sc-im
started time in 6 hours
starteddatastax/cass-operator
started time in 6 hours
startedsindresorhus/notifier-for-github
started time in 7 hours
issue openedjorgebucaran/fisher
No, it's not really possible to use multiple prompts at the same time, but what happens if you do this:
fisher install ilancosman/tide matgreen/lucid.fish
Fisher will install Tide, then Lucid. Problem? Yes.
This is not usually an issue, because a good plugin will use a prefix like _foobar_ to "scope" functions and variables, but some special functions like fish_prompt, fish_right_prompt, etc., can't be named that way. This issue is evident in prompts. Above, when Lucid gets installed, fish_prompt.fish will overwrite Tide's fish_prompt.fish. What's worse, Tide's fish_right_prompt will coexist with Lucid's fish_prompt!
The solution is, of course, to uninstall Tide before installing Lucid, and viceversa (or when installing any prompt). The issue is, however, should we attempt to uninstall the current prompt by default when installing a new prompt?
Checking if a plugin is probably a prompt is easy enough:
for file in $plugin/functions/fish_{,right_}prompt.fish
end
created time in 7 hours
startedjbittel/base32-crockford
started time in 7 hours