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
| find app/src -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \; |
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
| <?php | |
| /** | |
| * Description of recaptcha service which uses the ReCaptcha API by Google | |
| * @see https://www.google.com/recaptcha | |
| * @important Requires a Google account @see https://www.google.com/recaptcha/admin - property "Your property" | |
| * | |
| * @version 1.0.3 | |
| * | |
| * @requires Buzz HTTP library. https://github.com/sensiolabs/SensioBuzzBundle | |
| * and cUrl (php5-curl), etc. |