Ever wondered how to insert emoji in minecraft? Well turns out Minecraft supports only a subset of emoji (old one) but you can copy-paste these in it!
These also look great on signs!
| """ Game fix for FFXIV | |
| """ | |
| #pylint: disable=C0103 | |
| from protonfixes import util | |
| import os | |
| from subprocess import call | |
| import sys | |
| def main(): |
There was a reddit post about installing Arch on NTFS3 partition. Since Windows and Linux doesn't have directories with same names under the /(C:\), I thought it's possible, and turned out it was actually possible.
If you are not familiar to Linux, for example you've searched on Google "how to dualboot Linux and Windos" or brbrbr... you mustn't try this. This is not practical.
| #!/bin/bash | |
| # Per-repo installation | |
| # 1. Place this file in `.git/hooks/pre-push` | |
| # 2. `chmod +x` it | |
| clippy=' | |
| _________________________________________ | |
| / It looks like youre trying to force \ | |
| | push on master... | |
| #!/bin/bash | |
| set -e | |
| find -name "*.wma" -exec bash -c 'ffmpeg -i "{}" -q:a 10 "${0/.wma}.ogg"' {} \; | |
| find -name "*.wmv" -exec bash -c 'ffmpeg -i "{}" -q:v 10 -q:a 10 "${0/.wmv}.ogv"' {} \; |
| powershell (Add-Type '[DllImport(\"user32.dll\")]^public static extern int PostMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::PostMessage(-1,0x0112,0xF170,2) |
Credit Circle People for old skins
| models\ambulance.mdl | |
| models\empty.mdl | |
| models\bots\headless_hatman.mdl | |
| models\bots\headless_hatman_animations.mdl | |
| models\bots\boss_bot\anim_tank.mdl | |
| models\bots\boss_bot\bomb_mechanism.mdl | |
| models\bots\boss_bot\boss_tank.mdl | |
| models\bots\boss_bot\boss_tank_damage1.mdl | |
| models\bots\boss_bot\boss_tank_damage2.mdl | |
| models\bots\boss_bot\boss_tank_damage3.mdl |
| @echo off | |
| if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit | |
| SetLocal EnableDelayedExpansion | |
| set worlds=2 3 4 5 6 7 9 10 11 12 13 14 17 18 19 20 21 22 27 28 29 30 33 34 36 38 41 42 43 44 46 49 50 51 53 54 58 59 60 61 62 65 66 67 68 69 70 73 74 75 76 77 78 86 | |
| set pos=0 | |
| set found=false |