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
/** | |
* Copyright (c) 2001-2014 Mathew A. Nelson and Robocode contributors | |
* All rights reserved. This program and the accompanying materials | |
* are made available under the terms of the Eclipse Public License v1.0 | |
* which accompanies this distribution, and is available at | |
* http://robocode.sourceforge.net/license/epl-v10.html | |
*/ | |
package hyro; | |
import robocode.RobotDeathEvent; |
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
{ | |
"Required":{ | |
"id":"7802bd00e7d56d480379", | |
"versions":{ | |
"1.0.0":"8c783334045e456bc765ca27ed9d5b12db03aac6" | |
} | |
}, | |
"Btn":{ | |
"id":"055093e0ec4f511e8fb6", | |
"versions":{ |
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
automatically created by Required (0.0.28) from HyroVitalyProtago | |
[email protected] | |
https://gist.github.com/7802bd00e7d56d480379 |
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
just for the name of the gist project |
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
automatically created by Required (0.0.31) from HyroVitalyProtago | |
[email protected] | |
https://gist.github.com/7802bd00e7d56d480379 |
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
--# Main | |
-- Cider 7 | |
-- an interactive interface builder for Codea | |
-- version 7.1 | |
-- 2 Jan 2014 | |
-- Mark Sumner | |
-- [email protected] | |
displayMode(FULLSCREEN_NO_BUTTONS) |
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
return (function() | |
-- CartoonExplosions | |
-- @Description: Tap for make an explosion ! Double tap for a random color explosion. (Tap while an explosion is in progress will pause the effect) | |
-- @Author: Two Lives Left (port for Codea by Hyro Vitaly Protago) | |
-- @Link: http://twolivesleft.com/prototypes/cartoon-explosions/ | |
CAN_PAUSE = true | |
PAUSED = false | |
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
-- DropboxAPI | |
-- @Author : Hyro Vitaly Protago | |
-- @Version : 1.0.0 | |
--[[ | |
Need the json lua library (Dkjson) | |
This library is based on : https://www.dropbox.com/developers/core/ | |
Some examples : |
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
-- GithubAPI | |
-- @Author : Hyro Vitaly Protago | |
-- @Version : 1.0.0 | |
--[[ | |
INFOS : | |
- Cannot delete an anonymous gist | |
]]-- | |
GithubAPI = { |
NewerOlder