"string to check".to_enum(:scan, /\s/).map { Regexp.last_match }
for i in $(seq 1 255); do echo -n $(printf '\\x%02x' $i); done
| ; Hello Sprite No Interrupts1.0 | |
| ; February 19, 2007 | |
| ; John Harrison | |
| ; using sprites without interrupts | |
| ; Look at this sprite example first, then look at the example with interrupts | |
| ; An extension of Hello World, based mostly from GALP | |
| INCLUDE "gbhw.inc" ; standard hardware definitions from devrs.com | |
| INCLUDE "ibmpc1.inc" ; ASCII character set from devrs.com |
| gem "pony" |
| var images = $('img[src$=".jpg"]'); | |
| var frame_ids = $.map(images, function(el, index){ return $(el).attr("frameid")}); | |
| var urls = $.map(frame_ids, function(el, index){ return "/Ajax/Zoom/?frameid=" + el}); | |
| var responses = []; | |
| $.each(urls, function(index, el){ resp = $.get(el, null, function(data){responses.push(data)}) }); | |
| function getImagesUrlsFromServerResponses(responses) | |
| { |
| JAR_PKG = JarName.jar | |
| CP = cp | |
| #change this to fit the version of installed android sdk on build system | |
| API_LEVEL=22 | |
| #unity expects jdk 1.6 | |
| JFLAGS = -cp ${jar_file} -g -source 1.6 -target 1.6 | |
| JC = javac | |
| JAR = jar |
| require 'oga' | |
| require 'open-uri' | |
| require 'uri' | |
| require 'rest-client' | |
| require 'pry' | |
| require 'thread' | |
| $log_lock = Mutex.new | |
| def get_urls | |
| page_url = ARGV[0] |
| renderer:transform:] + 4679 | |
| 5 SpriteBuilder 0x0000000105f16791 -[CCSprite(NoARC) draw:transform:] + 401 | |
| 6 SpriteBuilder 0x0000000105f165c5 -[CCNode(NoARC) visit:parentTransform:] + 853 | |
| 7 SpriteBuilder 0x0000000105d42849 -[CCNode(NodeInfo) customVisit:parentTransform:] + 249 | |
| 8 SpriteBuilder 0x0000000105f16507 -[CCNode(NoARC) visit:parentTransform:] + 663 | |
| 9 SpriteBuilder 0x0000000105d42849 -[CCNode(NodeInfo) customVisit:parentTransform:] + 249 | |
| 10 SpriteBuilder 0x0000000105f16507 -[CCNode(NoARC) visit:parentTransform:] + 663 | |
| 11 SpriteBuilder 0x0000000105d42849 -[CCNode(NodeInfo) customVisit:parentTransform:] + 249 | |
| 12 SpriteBuilder 0x0000000105f16507 -[CCNode(NoARC) visit:parentTransform:] + 663 | |
| 13 SpriteBuilder 0x0000000105d42849 -[CCNode(NodeInfo) customVisit:parentTransform:] + 249 |
| rule ".o" => ".c" do |t| | |
| execute "cc -c #{t.source} -o #{t.name}" | |
| end | |
| rule /^((?!\w*\.\w*).)*$/ => ".c" do |t| | |
| deps = t.prerequisites | |
| objects = deps.select { |d| d.pathmap == ".o" } | |
| execute "cc #{t.source} #{objects.join ' '} -o #{t.name}" | |
| end |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| * robotMaze.js | |
| * | |
| * The blue key is inside a labyrinth, and extracting | |
| * it will not be easy. | |
| * | |
| * It's a good thing that you're a AI expert, or | |
| * we would have to leave empty-handed. | |
| */ |