This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| A | |
| Горе выпил до дна | |
| A | |
| Завтра будет война | |
| Dm | |
| Отпевая весну | |
| A | |
| Сын ушёл на войну | |
| Gm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # constants | |
| SCRIPT_VER="1.1" | |
| HELP_MSG="get_pjsip_deps.sh, version: ${SCRIPT_VER} | |
| Usage: get_pjsip_deps.sh [options] | |
| Options: | |
| --no-264 Disable build of x264 codec | |
| --no-ffmpeg Disable build of ffmpeg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| if [ "$1" == "--last" ] | |
| then | |
| PJ_REPO="svn+ssh://<your-url-here>/pjsip_mod" | |
| PJ_DIR="pjsip_mod" | |
| CONFIG_DEFINES="" | |
| else | |
| PJ_REPO="http://svn.pjsip.org/repos/pjproject/tags/2.0-beta" | |
| PJ_DIR="pjproject-2.0b" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ILBC_DIR="iLBC" | |
| RFC_URL="http://www.ietf.org/rfc" | |
| RFC_FILENAME="rfc3951.txt" | |
| ES_URL="http://www.ilbcfreeware.org/documentation" | |
| ES_FILENAME="extract-cfile.txt" | |
| ES_MV_FILENAME="extract-cfile.awk" | |
| PRO_FILE="iLBC.pro" |
NewerOlder