Skip to content

Instantly share code, notes, and snippets.

View HyroVitalyProtago's full-sized avatar
💭
🦾 🧠

HyroVitalyProtago

💭
🦾 🧠
View GitHub Profile
@HyroVitalyProtago
HyroVitalyProtago / Walls.java
Last active January 24, 2016 17:28
A robot designed for a team of 5 in Robocode
/**
* 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;
@HyroVitalyProtago
HyroVitalyProtago / repo.json
Last active September 6, 2015 19:35
Repositories for Codea dependencies based on Required
{
"Required":{
"id":"7802bd00e7d56d480379",
"versions":{
"1.0.0":"8c783334045e456bc765ca27ed9d5b12db03aac6"
}
},
"Btn":{
"id":"055093e0ec4f511e8fb6",
"versions":{
@HyroVitalyProtago
HyroVitalyProtago / # Btn 0.0.4
Last active September 6, 2015 13:09
Btn is a simple and lite button library for Codea
automatically created by Required (0.0.28) from HyroVitalyProtago
hyrovitalyprotago@gmail.com
https://gist.github.com/7802bd00e7d56d480379
@HyroVitalyProtago
HyroVitalyProtago / # Tokenizer 1.0.1
Last active August 31, 2015 01:24
Tokenizer for Codea
just for the name of the gist project
@HyroVitalyProtago
HyroVitalyProtago / # Required 0.0.31
Last active September 12, 2015 14:56
Required is a little framework for Codea to manage local and gist dependencies
automatically created by Required (0.0.31) from HyroVitalyProtago
hyrovitalyprotago@gmail.com
https://gist.github.com/7802bd00e7d56d480379
@HyroVitalyProtago
HyroVitalyProtago / Cider 7.1
Last active August 30, 2015 22:43 — forked from devilstower/Cider 7.1
Cider 7.1
--# Main
-- Cider 7
-- an interactive interface builder for Codea
-- version 7.1
-- 2 Jan 2014
-- Mark Sumner
-- devilstower@gmail.com
displayMode(FULLSCREEN_NO_BUTTONS)
@HyroVitalyProtago
HyroVitalyProtago / CartoonExplosions.lua
Last active August 29, 2015 15:56
Cartoon Explosions from Two Lives Left Development Blog
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
-- 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 :
@HyroVitalyProtago
HyroVitalyProtago / GithubAPI.lua
Last active October 27, 2020 05:35
Github API
-- GithubAPI
-- @Author : Hyro Vitaly Protago
-- @Version : 1.0.0
--[[
INFOS :
- Cannot delete an anonymous gist
]]--
GithubAPI = {