LanguageTool
A multilingual AI-based spelling, style, and grammar checker that helps correct or paraphrase texts. Supports more than 35 languages and dialects. Available either on the web, browser add-on, via integrations, or as a downloadable app.
🔗 https://languagetool.org
🌐 https://github.com/languagetool-org/languagetool
#opensource #web #spelling #style #writing
A multilingual AI-based spelling, style, and grammar checker that helps correct or paraphrase texts. Supports more than 35 languages and dialects. Available either on the web, browser add-on, via integrations, or as a downloadable app.
#opensource #web #spelling #style #writing
Please open Telegram to view this post
VIEW IN TELEGRAM
👍4❤2
grex
A library as well as a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases. The resulting expression is guaranteed to match the test cases which it was generated from.
There is also a hosted web version of the tool.
🔗 https://pemistahl.github.io/grex-js
🌐 https://github.com/pemistahl/grex
#opensource #regex #cli #terminal #dev #tool #rust
A library as well as a command-line utility that is meant to simplify the often complicated and tedious task of creating regular expressions. It does so by automatically generating a single regular expression from user-provided test cases. The resulting expression is guaranteed to match the test cases which it was generated from.
There is also a hosted web version of the tool.
#opensource #regex #cli #terminal #dev #tool #rust
Please open Telegram to view this post
VIEW IN TELEGRAM
vnStat
A console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). It uses the network interface statistics provided by the kernel as information source. This means that vnStat won't actually be sniffing any traffic and also ensures light use of system resources regardless of network traffic rate.
🔗 https://humdi.net/vnstat
🌐 https://github.com/vergoh/vnstat
#opensource #network #traffic #statistics #c #linux #bsd #sysadmin #cli
A console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s). It uses the network interface statistics provided by the kernel as information source. This means that vnStat won't actually be sniffing any traffic and also ensures light use of system resources regardless of network traffic rate.
#opensource #network #traffic #statistics #c #linux #bsd #sysadmin #cli
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡2
OBS Studio
Free and open source software for video recording and live streaming. OBS Studio provides real-time capture, scene composition, recording, encoding, and broadcasting via Real-Time Messaging Protocol (RTMP), HLS, SRT, RIST or WebRTC. It can stream videos to any RTMP-supporting destination, including YouTube, Twitch, Instagram and Facebook.
🔗 https://obsproject.com
🌐 https://github.com/obsproject/obs-studio
#opensource #streaming #screencapture #video #linux #windows #macos
Free and open source software for video recording and live streaming. OBS Studio provides real-time capture, scene composition, recording, encoding, and broadcasting via Real-Time Messaging Protocol (RTMP), HLS, SRT, RIST or WebRTC. It can stream videos to any RTMP-supporting destination, including YouTube, Twitch, Instagram and Facebook.
#opensource #streaming #screencapture #video #linux #windows #macos
Please open Telegram to view this post
VIEW IN TELEGRAM
❤8👎1
LeetCode
An online platform for coding interview preparation. The service provides coding and algorithmic problems intended for users to practice coding.
https://leetcode.com/explore/
#learning #coding #dev #challenge #programming
An online platform for coding interview preparation. The service provides coding and algorithmic problems intended for users to practice coding.
https://leetcode.com/explore/
#learning #coding #dev #challenge #programming
👍1
micro
A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals. It comes as a single, batteries-included, static binary with no dependencies; you can download and use it right now!
https://micro-editor.github.io/
https://github.com/zyedidia/micro
#opensource #editor #go #golang #terminal #sysadmin #dev
A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the capabilities of modern terminals. It comes as a single, batteries-included, static binary with no dependencies; you can download and use it right now!
https://micro-editor.github.io/
https://github.com/zyedidia/micro
#opensource #editor #go #golang #terminal #sysadmin #dev
👍2
Kismet
An open source sniffer, WIDS, wardriver, and packet capture tool for Wi-Fi, Bluetooth, BTLE, wireless thermometers, airplanes, power meters, Zigbee, and more.
Kismet is largely focused on collecting, collating, and sorting wireless data. The logs generated by Kismet can be fed into other tools (the pcap, handshakes, and other data) like hashcat, aircrack, and more.
🔗 https://www.kismetwireless.net
🌐 https://github.com/kismetwireless/kismet
#opensource #wifi #bluetooth #wids #wireless #security #multiplatform
An open source sniffer, WIDS, wardriver, and packet capture tool for Wi-Fi, Bluetooth, BTLE, wireless thermometers, airplanes, power meters, Zigbee, and more.
Kismet is largely focused on collecting, collating, and sorting wireless data. The logs generated by Kismet can be fed into other tools (the pcap, handshakes, and other data) like hashcat, aircrack, and more.
#opensource #wifi #bluetooth #wids #wireless #security #multiplatform
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2🔥1
Pixel Composer
A Node-based pixel art generator, editor, and VFX compositor. Create beautiful and complex effects in a non-destructive manner. Pixel Composer comes with a powerful graph system that supports multiple image manipulation, feedback effects, loop, physics, and fluid simulation.
🌐 https://store.steampowered.com/app/2299510/Pixel_Composer/
🌐 https://github.com/Ttanasart-pt/Pixel-Composer
#opensource #game #animation #design
A Node-based pixel art generator, editor, and VFX compositor. Create beautiful and complex effects in a non-destructive manner. Pixel Composer comes with a powerful graph system that supports multiple image manipulation, feedback effects, loop, physics, and fluid simulation.
#opensource #game #animation #design
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥4
SVGL
A beautiful library with SVG logos. You can use it to search for high quality logos of software, companies or other things to use on your website or in presentations.
🔗 https://svgl.app
🌐 https://github.com/pheralb/svgl
#opensource #logo #svg #design #web #icon
A beautiful library with SVG logos. You can use it to search for high quality logos of software, companies or other things to use on your website or in presentations.
#opensource #logo #svg #design #web #icon
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
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