Listen to Youtube channel
Simple and free service that lets you listen to any YouTube channels in podcast format.
- Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency.
- Supports all modern terminal features: graphics (images), unicode, true-color, OpenType ligatures, mouse protocol, focus tracking, bracketed paste and several new terminal protocol extensions.
- Supports tiling multiple terminal windows side by side in different layouts without needing to use an extra program like tmux
- Can be controlled from scripts or the shell prompt, even over SSH.
- Has a framework for Kittens, small terminal programs that can be used to extend kitty's functionality. For example, they are used for Unicode input, Hints and Side-by-side diff.
- Supports startup sessions which allow you to specify the window/tab layout, working directories and programs to run on startup.
- Cross-platform: kitty works on Linux and macOS, but because it uses only OpenGL for rendering, it should be trivial to port to other Unix-like platforms.
- Allows you to open the scrollback buffer in a separate window using arbitrary programs of your choice. This is useful for browsing the history comfortably in a pager or editor.
A simple python script that generates random HTTP/DNS traffic noise in the background while you go about your regular web browsing, to make your web traffic data less valuable for selling and for extra obscurity.
What is my IP address?
Multiple command line HTTP clients are supported, including curl, httpie, GNU Wget and fetch.
CLI examples
$ curl ifconfig.co
2003:6:1fc:8879:c5ef:9e53:2741:c7f1
NetNewsWire 5.0 is a free and open source feed reader for macOS.
It’s at a very early stage — we use it, but we don’t expect other people to use it yet. It’s not actually shipping.
This tool allows you to make an archive of your statuses, your favourites and the media in both your statuses and your favourites. From this archive, you can generate a simple text file, or a HTML file with or without media. Take a look at an example if you're curious.
Note that Mastodon v2.3.0 added an account archive download feature: "Every 7 days you are able to request a full archive of your toots. The toots are exported in ActivityPub JSON format alongside the media files attached to them, your avatar and header images as well as the private key of your account used for signing content." If all you want to do is have a backup of your data, perhaps that is enough and you don't need this tool.
Possible Solution:
- Some has try the following:
npm install –no-optional
- Others have downgraded to npm 5.3.
npm install npm@5.3 -g
- Remove npm and npm cache
C:\Users\your.name\AppData\Roaming\npm
C:\Users\your.name\AppData\Roaming\npm-cache
But none of the above works for me.
-
The hard way is to rollback and start with a working state.
-
Finally, if none of above works, start a new app and slowly migrate over to see what changes cause the issue. This is a tedious and long process.
The command you want is named tee:
foo | tee output.file
For example, if you only care about stdout:
ls -a | tee output.file
If you want to include stderr, do:
program [arguments...] 2>&1 | tee outfile
2>&1 redirects channel 2 (stderr/standard error) into channel 1 (stdout/standard output), such that both is written as stdout. It is also directed to the given output file as of the tee command.
Furthermore, if you want to append to the log file, use tee -a as:
program [arguments...] 2>&1 | tee -a outfile
A fork of the iconic font and CSS toolkit
Fork Awesome is a full suite of 718 pictographic icons for easy scalable vector graphics on websites, originally created by Dave Gandy and now maintained by a community.
Following concerns regarding the development of Font Awesome, the PR Freeze since Oct 2016 and the direction Fort Awesome is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this incredible tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors.
A tremendous gratitude is given to the whole team behind Font Awesome, and you are encouraged to support them and buy Font Awesome Pro for your project.
Though If you believe in distributed open source design and wish to be part of this new adventure, please start submitting patches and suggestions of improvement.
Whalebird is a Mastodon client for desktop application
You dont need to install paragon HFS, just mount efi partition of disk, which is FAT32, unlike system itself...
procedure:
- run
diskpartas admin - In diskpart
list diskselect disk X(use correct number)
- In diskpart
list partitionselect partition X(correct number)
- In diskpart
assign letter=x
- EFI is now mounted, but Explorer wont allow you open it.
- Open notepad AS ADMIN, File ->open ->navigate to efi/clover/kexts (yes, this will trick windows rights, lol)
- Delete kext files (still in notepad open window)
Ampado is the easiest and fastest way to listen to your audio files. It's folder based so you can just browse your media in the player.
Welcome to Cog's homepage, a free open source audio player for OS X. Currently it supports the following formats:
- Ogg Vorbis
- Mp3
- Flac
- Musepack
- Monkeys Audio
- Shorten
- Wavpack
- AAC
- Apple Lossless
- and more!
Viscosity is a first class OpenVPN client that lets you
secure your network with ease & style. For Mac & Windows.
Audacious is an open source audio player. A descendant of XMMS, Audacious plays your music how you want it, without stealing away your computer’s resources from other tasks. Drag and drop folders and individual song files, search for artists and albums in your entire music library, or create and edit your own custom playlists. Listen to CD’s or stream music from the Internet. Tweak the sound with the graphical equalizer or experiment with LADSPA effects. Enjoy the modern GTK-themed interface or change things up with Winamp Classic skins. Use the plugins included with Audacious to fetch lyrics for your music, to set an alarm in the morning, and more.
Cakebrew is the most convenient way to use Homebrew for your daily tasks! It does for Homebrew what Synaptics does to Linux package managers. From the Cakebrew UI, you can:
- Search for formulae
- Install, uninstall and upgrade formulae
- Tap and untap repos
- Update Homebrew
- Run the brew cleanup tool
Cakebrew was based on a project by vincentsaluzzo. Although most of the original code has already been modified, his project was the kickstart for what would become Cakebrew, and his commits are still in the working tree.
Kodi spawned from the love of media. It is an entertainment hub that brings all your digital media together into a beautiful and user friendly package. It is 100% free and open source, very customisable and runs on a wide variety of devices. It is supported by a dedicated team of volunteers and a huge community.
Kodi (formerly known as XBMC) is an award-winning free and open source (GPL) software media player and entertainment hub that can be installed on Linux, OSX, Windows, iOS and Android, featuring a 10-foot user interface for use with televisions and remote controls.
It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet.
CSS Grid Layout is currently supported by very few browsers and this page may not display as intended for you. Please check out current browser support or download a supported browser.