Skip to content

Commit 5207ca1

Browse files
committed
add picard home url, add sshuttle
1 parent c531889 commit 5207ca1

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

MISC.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
* https://github.com/senaite/senaite.lims / https://github.com/bikalims/bika.lims
3333
* https://github.com/LinOTP/LinOTP
3434
* https://github.com/sshuttle/sshuttle
35+
* https://github.com/Maratyszcza/PeachPy (cli assembler, used by go, etc., https://blog.gopheracademy.com/advent-2016/peachpy/ https://github.com/digitalbrain79/NNPACK-darknet/blob/master/configure.py )
3536

3637
## Pages scoured
3738

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ are a gold mine of practical patterns that we know work together. A
1515
production application is worth a thousand blog posts and Stack
1616
Overflow answers.
1717

18-
This document is an always-growing list of **195**
18+
This document is an always-growing list of **196**
1919
open-source Python applications arranged by topic, with links to
2020
repositories, docs, and more. If you have one to add or find some
2121
information missing, [please let us
@@ -47,7 +47,7 @@ thereof), see Architectures. -->
4747
1. <a href="#tag-dev.scm">SCM</a> *(12)*
4848
1. <a href="#tag-dev.code_review">Code Review</a> *(3)*
4949
1. <a href="#tag-dev.ops">Ops</a> *(17)*
50-
1. <a href="#tag-dev.security">Security</a> *(4)*
50+
1. <a href="#tag-dev.security">Security</a> *(5)*
5151
1. <a href="#tag-dev.docs">Docs</a> *(2)*
5252
1. <a href="#tag-dev.editor">Editor</a> *(10)*
5353
1. <a href="#tag-dev.pkg_mgr">Package Managers</a> *(8)*
@@ -83,7 +83,7 @@ thereof), see Architectures. -->
8383
1. **Friture** - ([Repo](https://github.com/tlecomte/friture), [Home](http://friture.org/)) Visualizes and analyzes live audio data in real-time, including scope, spectrum analyzer, rolling 2D spectrogram, and more. `(linux, windows, mac, qt5)`
8484
1. **GNU Radio** - ([Repo](https://github.com/gnuradio/gnuradio), [Home](https://www.gnuradio.org/), [WP](https://en.wikipedia.org/wiki/GNU_Radio)) Software development toolkit that provides signal processing blocks to implement software-defined radios and signal-processing systems. `(linux, windows, mac, cpp, qt)`
8585
1. **GNU Solfege** - ([Repo](http://git.savannah.gnu.org/cgit/solfege.git), [WP](https://en.wikipedia.org/wiki/GNU_Solfege)) An ear-training program intended to help musicians improve their skills. `(linux, windows, mac, gtk)`
86-
1. **MusicBrainz Picard** - ([Repo](https://github.com/metabrainz/picard), [WP](https://en.wikipedia.org/wiki/MusicBrainz_Picard)) Automatically identify, tag, and organize music albums and other digital audio recordings. `(linux, windows, mac, qt)`
86+
1. **MusicBrainz Picard** - ([Repo](https://github.com/metabrainz/picard), [Home](https://picard.musicbrainz.org/), [WP](https://en.wikipedia.org/wiki/MusicBrainz_Picard)) Automatically identify, tag, and organize music albums and other digital audio recordings. `(linux, windows, mac, qt)`
8787
1. **PuddleTag** - ([Repo](https://github.com/keithgg/puddletag/), [WP](https://en.wikipedia.org/wiki/Puddletag)) An audio tag (metadata) editor for audio file formats. `(linux, qt4)`
8888
1. **Quod Libet** - ([Repo](https://github.com/quodlibet/quodlibet), [WP](https://en.wikipedia.org/wiki/Quod_Libet_(software))) Cross-platform audio player, tag editor, and library organizer. `(linux, windows, mac, gtk)`
8989
1. **SoundConverter** - ([Repo](https://github.com/kassoulet/soundconverter), [WP](https://en.wikipedia.org/wiki/GNOME_SoundConverter)) A GNOME-based audio file transcoder. `(linux, gtk)`
@@ -259,6 +259,7 @@ Projects related to software development and adjacent technical areas.
259259
1. **Cowrie** - ([Repo](https://github.com/cowrie/cowrie), [Home](http://www.cowrie.org/)) Medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker.
260260
1. **MITMproxy** - ([Repo](https://github.com/mitmproxy/mitmproxy), [Home](https://mitmproxy.org/)) Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
261261
1. **PyEW** - ([Repo](https://github.com/joxeankoret/pyew), [Docs](https://github.com/joxeankoret/pyew/wiki)) Malware analysis tool, with support for hexadecimal viewing, disassembly, PE and ELF formats, plugins, and more.
262+
1. **sshuttle** - ([Repo](https://github.com/sshuttle/sshuttle), [Docs](https://sshuttle.readthedocs.org/)) Transparent network proxy server that uses SSH to achieve VPN-like results, without requiring root access. `(linux, mac)`
262263
1. **XSStrike** - ([Repo](https://github.com/s0md3v/XSStrike), [Home](https://somdev.me/XSStrike/)) [Cross Site Scripting](https://en.wikipedia.org/wiki/Cross-site_scripting) (XSS) detection suite equipped with multiple hand-written parsers, a payload generator, a fuzzing engine, and a performance-focused crawler.
263264

264265
### <a id="tag-dev.docs" href="#tag-dev.docs">Docs</a>

projects.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ projects:
120120
- name: MusicBrainz Picard
121121
repo_url: https://github.com/metabrainz/picard
122122
wp_url: https://en.wikipedia.org/wiki/MusicBrainz_Picard
123+
home_url: https://picard.musicbrainz.org/
123124
desc: Automatically identify, tag, and organize music albums and other digital audio recordings.
124125
tags: ["audio", "qt", "linux", "windows", "mac"]
125126
- name: Exaile
@@ -851,6 +852,12 @@ projects:
851852
home_url: http://www.cowrie.org/
852853
desc: Medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker.
853854
tags: ["security"]
855+
- name: sshuttle
856+
repo_url: https://github.com/sshuttle/sshuttle
857+
docs_url: https://sshuttle.readthedocs.org/
858+
desc: Transparent network proxy server that uses SSH to achieve VPN-like results, without requiring root access.
859+
tags: ["security", "linux", "mac"]
860+
854861

855862
## Code Review
856863
- name: Review Board

0 commit comments

Comments
 (0)