SVGOMG
A web based SVG optimizer. "SVGO's Missing GUI", aiming to expose the majority, if not all the configuration options of SVGO (short for SVG Optimizer, a Node.js library and command-line application for optimizing SVG files).
SVG files, especially those exported from vector editors, usually contain a lot of redundant information. This includes editor metadata, comments, hidden elements, default or suboptimal values, and other stuff that can be safely removed or converted without impacting rendering.
🔗 https://jakearchibald.github.io/svgomg
🌐 https://github.com/jakearchibald/svgomg
#opensource #tool #web #svg #compression #optimization #nodejs
A web based SVG optimizer. "SVGO's Missing GUI", aiming to expose the majority, if not all the configuration options of SVGO (short for SVG Optimizer, a Node.js library and command-line application for optimizing SVG files).
SVG files, especially those exported from vector editors, usually contain a lot of redundant information. This includes editor metadata, comments, hidden elements, default or suboptimal values, and other stuff that can be safely removed or converted without impacting rendering.
#opensource #tool #web #svg #compression #optimization #nodejs
Please open Telegram to view this post
VIEW IN TELEGRAM
AST Explorer
A web based tool that helps understand how some code is parsed by the compiler. Most popular programming languages are supported. Just paste or drop code into the editor and inspect the generated AST. Good addition to Compiler Explorer [ByteCrawl/110].
🔗 https://astexplorer.net
🌐 https://github.com/fkling/astexplorer
#opensource #parser #ast #javascript #web #tool #dev #compiler #reversing #debug
A web based tool that helps understand how some code is parsed by the compiler. Most popular programming languages are supported. Just paste or drop code into the editor and inspect the generated AST. Good addition to Compiler Explorer [ByteCrawl/110].
#opensource #parser #ast #javascript #web #tool #dev #compiler #reversing #debug
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
Restoring Ruined Screenshots - Mega Tutorial
A great tutorial on how to upscale and improve the quality of screenshots. The video goes through the different types of image restorations, artifact removal and upscaling.
🌐 https://www.youtube.com/watch?v=5t6h2AhhSO8
🖼 [Image Source]
#video #tutorial #upscaling #nearestneighbor #restoration #quality #image
A great tutorial on how to upscale and improve the quality of screenshots. The video goes through the different types of image restorations, artifact removal and upscaling.
#video #tutorial #upscaling #nearestneighbor #restoration #quality #image
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥3
Catppuccin Theme
A community-driven pastel theme for various IDEs and other software that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy colors each, perfect for coding, designing, and much more!
🌐 https://github.com/catppuccin
#opensource #theme #syntaxhighlighting #vscode #jetbrains #neovim #discord
A community-driven pastel theme for various IDEs and other software that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warm flavors with 26 eye-candy colors each, perfect for coding, designing, and much more!
#opensource #theme #syntaxhighlighting #vscode #jetbrains #neovim #discord
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤1👎1
Loop
A MacOS app that simplifies window management for you! You can effortlessly choose your window direction using a radial menu triggered by a simple key press, and customize it according to your preferences with personalized colors and settings. You can easily move, resize, and arrange your windows with just a few clicks, saving you valuable time and energy.
🌐 https://github.com/MrKai77/Loop
#opensource #swift #macos #window_management #productivity
A MacOS app that simplifies window management for you! You can effortlessly choose your window direction using a radial menu triggered by a simple key press, and customize it according to your preferences with personalized colors and settings. You can easily move, resize, and arrange your windows with just a few clicks, saving you valuable time and energy.
#opensource #swift #macos #window_management #productivity
Please open Telegram to view this post
VIEW IN TELEGRAM
Midinous
A grid-based non-linear MIDI sequencer usable with any Digital Audio Workstation or hardware that accepts MIDI messages. Midinous can also generate its own simple sounds either for reference, or for normal use.
🔗 https://midinous.com/
🌐 https://store.steampowered.com/app/1727420/Midinous/
🌐 An Addictive Alternative To DAWs - Benn Jordan
#audio #music #sound #midi #art #canvas #game
A grid-based non-linear MIDI sequencer usable with any Digital Audio Workstation or hardware that accepts MIDI messages. Midinous can also generate its own simple sounds either for reference, or for normal use.
#audio #music #sound #midi #art #canvas #game
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
Tropy
A free, open-source software that allows you to organize and describe photographs of research material. Once you have imported your photos into Tropy, you can combine photos into items (e.g., photos of the three pages of a letter into a single item), and group photos into lists. You can also describe the content of a photograph.
Similar to paperless-ngx [ByteCrawl/117].
🔗 https://tropy.org/
🌐 https://github.com/tropy/tropy
#opensource #archive #organization #research #study #photos #media #electron #multiplatform
A free, open-source software that allows you to organize and describe photographs of research material. Once you have imported your photos into Tropy, you can combine photos into items (e.g., photos of the three pages of a letter into a single item), and group photos into lists. You can also describe the content of a photograph.
Similar to paperless-ngx [ByteCrawl/117].
#opensource #archive #organization #research #study #photos #media #electron #multiplatform
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Bvckup 2
Light, versatile and very capable software for professional data replication. Select a pair of folders and it will make sure that one stays an exact copy of the other.
🔗 https://bvckup2.com/
#shareware #backup #windows #tool
Light, versatile and very capable software for professional data replication. Select a pair of folders and it will make sure that one stays an exact copy of the other.
#shareware #backup #windows #tool
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
OpenGraph.xyz
Preview and generate meta tags and social media previews for any URL on the Web. Add Open Graph previews to your website in a few simple steps.
🔗 https://www.opengraph.xyz/
#web #opengraph #preview #html #socialmedia
Preview and generate meta tags and social media previews for any URL on the Web. Add Open Graph previews to your website in a few simple steps.
#web #opengraph #preview #html #socialmedia
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
Vim
A highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems. vim includes many features: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc.
If you are still using nano, give vim a try. It's really way more efficient.
🔗 https://www.vim.org/
🌐 https://github.com/vim/vim
#opensource #texteditor #multiplatform #sysadmin #tool #unix #cli #c
A highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems. vim includes many features: multi-level undo, syntax highlighting, command line history, on-line help, spell checking, filename completion, block operations, script language, etc.
If you are still using nano, give vim a try. It's really way more efficient.
#opensource #texteditor #multiplatform #sysadmin #tool #unix #cli #c
Please open Telegram to view this post
VIEW IN TELEGRAM
❤3
WTF (aka 'wtfutil')
The personal information dashboard for your terminal, providing at-a-glance access to your very important but infrequently-needed stats and data.
🔗 https://wtfutil.com/
🌐 https://github.com/wtfutil/wtf
#opensource #cli #tui #terminal #dashboard #go #golang #linux #macos
The personal information dashboard for your terminal, providing at-a-glance access to your very important but infrequently-needed stats and data.
#opensource #cli #tui #terminal #dashboard #go #golang #linux #macos
Please open Telegram to view this post
VIEW IN TELEGRAM
Dark Reader
An open source eye-care browser extension. It analyzes the web page and generates a dark mode that aims to reduce the eyestrain of the user. It doesn't send user's data anywhere. Trusted by 5,000,000 users. Developed since 2014.
🔗 https://darkreader.org/
🌐 https://github.com/darkreader/darkreader
#opensource #addon #extension #browser #web #darkmode
An open source eye-care browser extension. It analyzes the web page and generates a dark mode that aims to reduce the eyestrain of the user. It doesn't send user's data anywhere. Trusted by 5,000,000 users. Developed since 2014.
#opensource #addon #extension #browser #web #darkmode
Please open Telegram to view this post
VIEW IN TELEGRAM
❤3👍3😴2
yuzu
The world's most popular, open-source, Nintendo Switch emulator - started by the creators of Citra.
It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android.
🔗 https://yuzu-emu.org/
🌐 https://github.com/yuzu-emu/yuzu
#opensource #switch #emulator #emulation #nintendo #game #gaming #cpp
The world's most popular, open-source, Nintendo Switch emulator - started by the creators of Citra.
It is written in C++ with portability in mind, and we actively maintain builds for Windows, Linux and Android.
#opensource #switch #emulator #emulation #nintendo #game #gaming #cpp
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡2
ruffle
An open source Adobe Flash Player emulator written in the Rust programming language. Ruffle targets both the desktop and the web using WebAssembly.
🔗 https://ruffle.rs/
🌐 https://github.com/ruffle-rs/ruffle
#opensource #rust #flash #sfw #emulator #adobe
An open source Adobe Flash Player emulator written in the Rust programming language. Ruffle targets both the desktop and the web using WebAssembly.
#opensource #rust #flash #sfw #emulator #adobe
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
Tube Archivist
Helps you to (automatically) download, index and search your video collection with metadata from YouTube, you can organize, search and enjoy your archived YouTube videos without hassle offline through a convenient web interface.
🔗 https://www.tubearchivist.com/
🌐 https://github.com/tubearchivist/tubearchivist
#opensource #web #youtube #video #youtubedl #archive #python
Helps you to (automatically) download, index and search your video collection with metadata from YouTube, you can organize, search and enjoy your archived YouTube videos without hassle offline through a convenient web interface.
#opensource #web #youtube #video #youtubedl #archive #python
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
Privacy Guides
Your central privacy and security resource to protect yourself online.
A socially motivated website that provides information for protecting your data security and privacy. Our mission is to inform the public about the value of digital privacy, and global government initiatives which aim to monitor your online activity. We are a non-profit collective operated entirely by volunteer team members and contributors.
🔗 https://www.privacyguides.org/en/
🌐 https://github.com/privacyguides/privacyguides.org
#opensource #web #privacy #information #surveillance #security #data #article
Your central privacy and security resource to protect yourself online.
A socially motivated website that provides information for protecting your data security and privacy. Our mission is to inform the public about the value of digital privacy, and global government initiatives which aim to monitor your online activity. We are a non-profit collective operated entirely by volunteer team members and contributors.
#opensource #web #privacy #information #surveillance #security #data #article
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
Portmaster
A free and open-source application firewall that does the heavy lifting for you. Restore privacy and take back control over all your computer's network activity. Similar to sniffnet [ByteCrawl/151].
🔗 https://safing.io/
🌐 https://github.com/safing/portmaster
#opensource #privacy #go #golang #firewall #security #network
A free and open-source application firewall that does the heavy lifting for you. Restore privacy and take back control over all your computer's network activity. Similar to sniffnet [ByteCrawl/151].
#opensource #privacy #go #golang #firewall #security #network
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2
spamscanner
A drop-in replacement and the best alternative to SpamAssassin, rspamd, SpamTitan, and more for use in email services with an easy to use API.
🔗 https://spamscanner.net/#/
🌐 https://github.com/spamscanner/spamscanner
#opensource #spam #phishing #mail #api #nodejs
A drop-in replacement and the best alternative to SpamAssassin, rspamd, SpamTitan, and more for use in email services with an easy to use API.
#opensource #spam #phishing #mail #api #nodejs
Please open Telegram to view this post
VIEW IN TELEGRAM
Pingvin
A self-hosted file sharing platform.
🔗 https://pingvin-share.dev.eliasschneider.com/
🌐 https://github.com/stonith404/pingvin-share
#opensource #js #typescript #file #files #hosting #filehosting #filesharing #upload #download
A self-hosted file sharing platform.
#opensource #js #typescript #file #files #hosting #filehosting #filesharing #upload #download
Please open Telegram to view this post
VIEW IN TELEGRAM
LinearMouse
The mouse and trackpad utility for Mac. It allows you to find a comfortable pointer acceleration and speed and helps you to move the pointer faster and more accurately. Supports per-device settings.
🔗 https://linearmouse.app
🌐 https://github.com/linearmouse/linearmouse
#opensource #mac #macos #swift #mouse #utility #tool #cursor
The mouse and trackpad utility for Mac. It allows you to find a comfortable pointer acceleration and speed and helps you to move the pointer faster and more accurately. Supports per-device settings.
#opensource #mac #macos #swift #mouse #utility #tool #cursor
Please open Telegram to view this post
VIEW IN TELEGRAM