Install homebrew/services, this will be helpful, you'll see later. :D
$ brew tap homebrew/services
#!/bin/bash | |
# | |
# Author: SuperPaintman <[email protected]> | |
# | |
### | |
# Constants | |
### | |
RETVAL=0 |
{ | |
"presets": ["es2015"], | |
"plugins": ["transform-async-to-generator"] | |
} |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
ffmpeg -i app/_assets/videos/bg-home-team.mp4 -an -qmax 25 -threads 2 app/_assets/videos/bg-home-team.webm | |
ffmpeg -i app/_assets/videos/bg-home-team.mp4 -an -c:v libtheora -q:v 7 -threads 2 app/_assets/videos/bg-home-team.ogv |
duplicate `SCPH5552.BIN` and rename it to `SCPH5501.BIN`
Finder
and press CMD + SHIFT + G
~/Library/Application Support/OpenEmu
and hit Enter
BIOS
folder, if it's not, create it.SCPH5500.BIN
, SCPH5501.BIN
, SCPH5502.BIN
from the BIOS package
folder you downloaded earlier.OpenEmu
.Sony PlayStation
from the left paneTo remove a submodule you need to:
# -*- coding: utf-8 -*- | |
''' | |
Tricky admin -> xadmin merger. | |
Alex Moiseenko aka IMDagger. | |
''' | |
import logging | |
import types | |
from functools import wraps, update_wrapper | |
from django.http import HttpRequest | |
from django.contrib.admin import ModelAdmin |