I hereby claim:
- I am clsource on github.
- I am clsource (https://keybase.io/clsource) on keybase.
- I have a public key ASBQSg_8J0u5uKo62oT8m5PpJoV0gZXp9fnuvXVnNhzjOAo
To claim this, I am signing this object:
| /** | |
| * Juego que simula el disparo de un cañón hacia un objetivo. | |
| * El jugador debe ingresar el ángulo para cada tiro del cañón. | |
| * | |
| * Código levemente basado en la obra "Cómo construir juegos de aventura" | |
| * de Manuel Afonseca. ISBN 84-7688-019-7 | |
| * | |
| * This program is free software. It comes without any warranty, to | |
| * the extent permitted by applicable law. You can redistribute it | |
| * and/or modify it under the terms of the WTFPL |
| #!/usr/bin/env python | |
| # Filename: soundex.py | |
| # Based on the code by Jonathan Wong http://hawflakes.unoc.net/?p=182 | |
| # by ClSource | |
| # requires swfextract | |
| # This program takes a swf and extract all the sounds within. | |
| # | |
| # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
| # Version 2, December 2004 | |
| # |
| <table style="font-size:110px;padding:10px;margin:10px;margin-top:50px;"> | |
| <tr> | |
| <th></th> | |
| <th><a href="/up">UP</a></th> | |
| <th></th> | |
| </tr> | |
| <tr> | |
| <td><a href="/left">LEFT</a></td> | |
| <td></td> | |
| <td><a href="/right">RIGHT</a></td> |
| <?php | |
| /* | |
| * 401 Response | |
| * | |
| * Sends a 401 Response Unauthorized | |
| * | |
| * @author Camilo Castro | |
| * | |
| * @date 29/07/2014 |
| // Substring Closure | |
| // Similar for what found in other languages | |
| // Usage | |
| // substring(@"my-string", 2, 4); | |
| // => -st | |
| NSString * ( ^ substring ) (NSString *, int , int); | |
| substring = ^(NSString * string, int from, int to) { | |
| <?php | |
| /** | |
| * Copyright (c) 2015 - CLSource | |
| * Helps with the debug log. | |
| * see: https://processwire.com/talk/topic/4550-debugging-tips/ | |
| * | |
| * @author : clsource <[email protected]> | |
| * @license : MIT https://opensource.org/licenses/MIT | |
| * | |
| * usage: |
| { | |
| "data": { | |
| "title": "Stardew Valley Items and Bundles", | |
| "version": "1.2", | |
| "bundles": { | |
| "en": [{ | |
| "uid": "185b35ec7502ad3bdbe2c850331964e4", | |
| "raw": "Pantry\/0", | |
| "id": 0, | |
| "title": "Spring Crops", |
I hereby claim:
To claim this, I am signing this object:
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Please note we have a code of conduct, please follow it in all your interactions with the project.