Skip to content

Commit

Permalink
Showcase some very popular projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Nov 12, 2024
1 parent f07d2ce commit 9a1bc68
Show file tree
Hide file tree
Showing 20 changed files with 385 additions and 73 deletions.
96 changes: 96 additions & 0 deletions projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,18 @@
},
"license": "https://github.com/Hexstream/its/blob/master/UNLICENSE"
},
{
"name": "jslint",
"homepage": "https://jslint.com",
"shortdesc": {
"en": "The JavaScript code quality and coverage tool."
},
"repository": {
"browse": "https://github.com/jslint-org/jslint",
"location": "https://github.com/jslint-org/jslint.git"
},
"license": "https://github.com/jslint-org/jslint/blob/beta/LICENSE"
},
{
"name": "jsonlib",
"homepage": "https://github.com/WaterJuice/JsonLib",
Expand Down Expand Up @@ -332,6 +344,18 @@
},
"license": "https://github.com/Hexstream/multiple-value-variants/blob/master/UNLICENSE"
},
{
"name": "NearDrop",
"homepage": "https://github.com/grishka/NearDrop",
"shortdesc": {
"en": "A partial implementation of Google's Nearby Share/Quick Share for macOS."
},
"repository": {
"browse": "https://github.com/grishka/NearDrop",
"location": "https://github.com/grishka/NearDrop.git"
},
"license": "https://github.com/grishka/NearDrop/blob/master/UNLICENSE"
},
{
"name": "nerd_dice",
"homepage": "https://github.com/statelesscode/nerd_dice",
Expand Down Expand Up @@ -440,6 +464,18 @@
},
"license": "https://github.com/Hexstream/positional-lambda/blob/master/UNLICENSE"
},
{
"name": "Postgres.js",
"homepage": "https://github.com/porsager/postgres",
"shortdesc": {
"en": "The fastest full-featured PostgreSQL client for Node.js, Deno, Bun, and Cloudflare."
},
"repository": {
"browse": "https://github.com/porsager/postgres",
"location": "https://github.com/porsager/postgres.git"
},
"license": "https://github.com/porsager/postgres/blob/master/UNLICENSE"
},
{
"name": "Protoflow",
"homepage": "https://protoflow.rs",
Expand All @@ -452,6 +488,18 @@
},
"license": "https://github.com/AsimovPlatform/protoflow/blob/master/UNLICENSE"
},
{
"name": "pytube",
"homepage": "https://pytube.io",
"shortdesc": {
"en": "A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube videos."
},
"repository": {
"browse": "https://github.com/pytube/pytube",
"location": "https://github.com/pytube/pytube.git"
},
"license": "https://github.com/pytube/pytube/blob/master/LICENSE"
},
{
"name": "RDF.rb",
"homepage": "https://rubygems.org/gems/rdf",
Expand Down Expand Up @@ -488,6 +536,18 @@
},
"license": "https://github.com/streamich/react-use/blob/master/LICENSE"
},
{
"name": "ripgrep",
"homepage": "https://github.com/BurntSushi/ripgrep",
"shortdesc": {
"en": "A line-oriented search tool that recursively searches the current directory for a regex pattern."
},
"repository": {
"browse": "https://github.com/BurntSushi/ripgrep",
"location": "https://github.com/BurntSushi/ripgrep.git"
},
"license": "https://github.com/BurntSushi/ripgrep/blob/master/UNLICENSE"
},
{
"name": "RSS-Bridge",
"homepage": "https://github.com/RSS-Bridge",
Expand Down Expand Up @@ -584,6 +644,18 @@
},
"license": "https://github.com/dryruby/tor.rb/blob/master/UNLICENSE"
},
{
"name": "Translate Shell",
"homepage": "https://www.soimort.org/translate-shell/",
"shortdesc": {
"en": "A command-line translator powered by Google Translate, Bing Translator, Yandex.Translate, and Apertium."
},
"repository": {
"browse": "https://github.com/soimort/translate-shell",
"location": "https://github.com/soimort/translate-shell.git"
},
"license": "https://github.com/soimort/translate-shell/blob/develop/LICENSE"
},
{
"name": "trivial-jumptables",
"homepage": "https://www.hexstreamsoft.com/libraries/trivial-jumptables/",
Expand Down Expand Up @@ -644,6 +716,18 @@
},
"license": "https://github.com/WaterJuice/WjCryptLib/blob/master/UNLICENSE"
},
{
"name": "xsv",
"homepage": "https://github.com/BurntSushi/xsv",
"shortdesc": {
"en": "A command-line program for indexing, slicing, analyzing, splitting, and joining CSV files."
},
"repository": {
"browse": "https://github.com/BurntSushi/xsv",
"location": "https://github.com/BurntSushi/xsv.git"
},
"license": "https://github.com/BurntSushi/xsv/blob/master/UNLICENSE"
},
{
"name": "youtube-dl",
"homepage": "https://rg3.github.io/youtube-dl/",
Expand All @@ -655,5 +739,17 @@
"location": "https://github.com/rg3/youtube-dl.git"
},
"license": "https://github.com/rg3/youtube-dl/blob/master/LICENSE"
},
{
"name": "yt-dlp",
"homepage": "https://github.com/yt-dlp/yt-dlp",
"shortdesc": {
"en": "A feature-rich command-line audio/video downloader."
},
"repository": {
"browse": "https://github.com/yt-dlp/yt-dlp",
"location": "https://github.com/yt-dlp/yt-dlp.git"
},
"license": "https://github.com/yt-dlp/yt-dlp/blob/master/LICENSE"
}
]
Loading

0 comments on commit 9a1bc68

Please sign in to comment.