Command Flags
| Flag | Options | Description |
|---|---|---|
-codec:a |
libfaac, libfdk_aac, libvorbis | Audio Codec |
-quality |
best, good, realtime | Video Quality |
-b:a |
128k, 192k, 256k, 320k | Audio Bitrate |
-codec:v |
mpeg4, libx264, libvpx-vp9 | Video Codec |
| #!/usr/bin/env zx | |
| console.log("Fetching stats..."); | |
| const files = await globby(["**/*.{js,jsx,ts,tsx}", "!apps/meteor/tests/**/*"], { | |
| onlyFiles: true, | |
| followSymbolicLinks: false, | |
| gitignore: true, | |
| }); |
Command Flags
| Flag | Options | Description |
|---|---|---|
-codec:a |
libfaac, libfdk_aac, libvorbis | Audio Codec |
-quality |
best, good, realtime | Video Quality |
-b:a |
128k, 192k, 256k, 320k | Audio Bitrate |
-codec:v |
mpeg4, libx264, libvpx-vp9 | Video Codec |
I hereby claim:
To claim this, I am signing this object:
| function rocketchat_test_mode { | |
| docker stop rocketchat_mongo | |
| docker rm rocketchat_mongo | |
| docker run --name=rocketchat_mongo -p 27017:27017 -d mongo:3.2 mongod --smallfiles --oplogSize 128 --storageEngine=mmapv1 | |
| TEST_MODE=true MONGO_URL=mongodb://localhost:27017/rocketchat meteor run | |
| } | |
| #meteor npm run chimp-test |
| #!/bin/bash | |
| export ANDROID_HOME=$HOME/Android/Sdk | |
| adb="$ANDROID_HOME/platform-tools/adb" | |
| rsync -a --del --exclude=/.git ./ /tmp/love-android/ | |
| "$adb" push /tmp/love-android/. /storage/emulated/0/lovegame | |
| "$adb" shell am start -S -n "org.love2d.android/.GameActivity" | |
| while ! "$adb" shell pidof -s org.love2d.android >/dev/null |
sudo192.168.0.11 (modificar caso contrário)root disponível. Assume-se que será criado um usuário com username gogs e senha gogs e um banco chamado gogs.| var audioCtx = new(window.AudioContext || window.webkitAudioContext)(); | |
| var oscillator = audioCtx.createOscillator(); | |
| var gainNode = audioCtx.createGain(); | |
| oscillator.connect(gainNode); | |
| gainNode.connect(audioCtx.destination); | |
| gainNode.gain.value = 1; | |
| oscillator.frequency.value = 440; | |
| oscillator.type = 'sine'; |
| import java.util.ArrayList; | |
| public class EmailValidator { | |
| public static boolean isValid(final char[] input) { | |
| if (input == null) { | |
| return false; | |
| } | |
| int state = 0; |
Pequena checklist baseada no texto "Empresinha".
| # A UNINTENDED LOL-ZONE: SORRY FOR THIS | |
| # ------------+----------+------------- | |
| # /\O | _O | O | |
| # /\/ | //|_ | /_ | |
| # /\ | | | |\ | |
| # / \ | /| | / | | |
| # LOL LOL | LLOL | LOLLOL | |
| # ------------+----------+------------- | |
| # BLACK MAGIC FULL FEATURED ENABLED |