This file contains 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
// Run with `groovy caesars-casino.groovy` | |
// (c) 2011 Playtika | |
// This code is licensed under MIT license (see LICENSE.txt) | |
import java.util.Collections; | |
class CaesarsCasino { | |
static void main(String[] args) { | |
def symbolsOnLine = "\$@#7?" | |
def machine = new Machine(symbolsOnLine) |
This file contains 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
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
/* | |
* How to use: | |
* .DestroySquareAtPosition( Vector3 ) // | |
* .DestroyTriangleAtPosition( Vector3 ) // Returns true if a triangle was found; | |
* | |
*/ |
Trebuie piratat
https://sites.google.com/site/pascanraisa/calcul-numeric---seriile-33-34
Script: Home > New Script
Project: FIle > New > Project > ASP.NET > MVC
This file contains 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
/* | |
Stencyl exclusively uses the Haxe programming language. | |
Haxe is similar to ActionScript and JavaScript. | |
Want to use native code or make something reusable? Use the Extensions Framework instead. | |
http://www.stencyl.com/help/view/engine-extensions/ | |
Learn more about Haxe and our APIs | |
http://www.stencyl.com/help/view/haxe/ | |
*/ |
This file contains 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
// BACKUP | |
package scripts; | |
import com.stencyl.graphics.G; | |
import com.stencyl.behavior.Script; | |
import com.stencyl.behavior.Script.*; |
NewerOlder