-i - ignore errors
-c - continue
-t - use video title as file name
--extract-audio - extract audio track
| package RegularIntMap | |
| type RegularIntMap struct { | |
| sync.RWMutex | |
| internal map[int]int | |
| } | |
| func NewRegularIntMap() *RegularIntMap { | |
| return &RegularIntMap{ | |
| internal: make(map[int]int), |
| <?php | |
| namespace App\Abilities; | |
| use Illuminate\Support\Str; | |
| use ReflectionClass; | |
| /** | |
| * Note: This is a preview of an upcoming package from Tighten. | |
| **/ |
// default exports
export default 42;
export default {};
export default [];
export default (1 + 2);
export default foo;
export default function () {}
export default class {}
export default function foo () {}| // default exports | |
| export default 42; | |
| export default {}; | |
| export default []; | |
| export default (1 + 2); | |
| export default foo; | |
| export default function () {} | |
| export default class {} | |
| export default function foo () {} | |
| export default class foo {} |
| RN < 0.50 - watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache | |
| RN >= 0.50 - watchman watch-del-all && rm -rf $TMPDIR/react-native-packager-cache-* && rm -rf $TMPDIR/metro-bundler-cache-* && rm -rf node_modules/ && npm cache clean && npm install && npm start -- --reset-cache | |
| RN >= 0.63 - watchman watch-del-all && rm -rf node_modules && npm install && rm -rf /tmp/metro-* && npm run start --reset-cache | |
| npm >= 5 - watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf node_modules/ && npm cache verify && npm install && npm start -- --reset-cache | |
| Windows - del %appdata%\Temp\react-native-* & cd android & gradlew clean & cd .. & del node_modules/ & npm cache clean --force & npm install & npm start -- --reset-cache |
| #!/usr/bin/env bash | |
| if [ "$(uname)" == "Darwin" ]; then | |
| echo -e "\n# Installing dependencies\n" | |
| brew install imagemagick | |
| brew install ffmpeg | |
| echo -e "\n# Installing lolcommits\n" | |
| sudo gem install lolcommits |
Compulsory Modules: