- Web Wormhole https://webwormhole.io/ https://github.com/saljam/webwormhole
- Localsend https://web.localsend.org/
- FilePizza https://file.pizza/
ShareDrop sharedrop.io https://github.com/szimek/sharedrop(SOLD, not recommended, use one of the forks)A clone SnapDrop snapdrop.net https://github.com/RobinLinus/snapdrop(SOLD, not recommended, use one of the forks)- A fork PairDrop https://pairdrop.net/ https://github.com/schlagmichdoch/pairdrop
- ToffeeShare https://toffeeshare.com/
- Instant.io https://instant.io/
The first time I played DDR was on a 6th Mix DDR MAX cabinet, but I spent most of my time with this massive custom LED wall screen that housed DDR Extreme. So when I got a foam pad for home, I wanted to replicate what felt most comfortable.
I'm sure it's not pixel perfect, and there are probably some arcade features/behaviours I'm missing, but this setup is close enough for me!
- Download Beware's Stepmania Extreme build (direct)
If you don't mind using an older version of Stepmania, you're probably good to go and can ignore the rest!
Slack doesn't provide an easy way to extract custom emoji from a team. (Especially teams with thousands of custom emoji) This Gist walks you through a relatively simple approach to get your emoji out.
If you're an admin of your own team, you can get the list of emoji directly using this API: https://api.slack.com/methods/emoji.list. Once you have it, skip to Step 3
HOWEVER! This gist is intended for people who don't have admin access, nor access tokens for using that list.
Follow along...
| #!/bin/bash | |
| # !WARNING! This script does extreme things to Unity. In fact it annihilates it. If you wish to | |
| # run this script, please just give it a once over before you do so. This way, you'll understand | |
| # what it is actually doing and may be prepared for the results. | |
| # A script to setup Ubuntu the way I like it. | |
| # Also its advisable to start this from a seperate tty. Ya know, because this script breaks things :) | |
| # Update Repositories and install new versions of current packages |
Someone asked me about books for becoming a better developer/how to interview. Most of these assume you have some programming background, which I expect everyone does. :)
An awesome book that will teach you how to be proficient and intelligent in your Java designs.
| git status -s | grep -e "^\?\?" | cut -c 4- >> .gitignore |