Langton's Ant for Python Turtle
Extending the bounds, here is what you get:
| Homebrew build logs for homebrew/versions/llvm37 on Mac OS X 10.12 | |
| Build date: 2016-07-07 09:18:22 |
| Homebrew build logs for ethereum/ethereum/cpp-ethereum on Mac OS X 10.12 | |
| Build date: 2016-07-09 08:06:40 |
| # Copyright Homebrew Contributors | |
| class CodesignRequirement < Requirement | |
| include FileUtils | |
| fatal true | |
| satisfy(:build_env => false) do | |
| mktemp do | |
| touch "llvm_check.txt" | |
| quiet_system "/usr/bin/codesign", "-s", "lldb_codesign", "--dryrun", "llvm_check.txt" |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11129.15" systemVersion="16A201w" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="2EY-dj-TaU"> | |
| <dependencies> | |
| <deployment identifier="iOS"/> | |
| <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11103.10"/> | |
| <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> | |
| </dependencies> | |
| <scenes> | |
| <!--View Controller--> | |
| <scene sceneID="4IC-26-v4M"> |
| package com.ethertyper; | |
| import java.util.function.Consumer; | |
| import java.util.function.Predicate; | |
| public abstract class HaltingProblem { | |
| public abstract boolean halts(Consumer<Object> func, | |
| Object input); |
| /usr/local/bin/dotnet run | |
| Project WebApplication (.NETCoreApp,Version=v1.0) will be compiled because project is not safe for incremental compilation. Use --build-profile flag for more information. | |
| Compiling WebApplication for .NETCoreApp,Version=v1.0 | |
| Bundling with configuration from /Users/ethertyper/RiderProjects/ASPNETWebApp/WebApplication/bundleconfig.json | |
| Processing wwwroot/css/site.min.css | |
| Bundled | |
| Minified | |
| Processing wwwroot/js/site.min.js | |
| Compilation succeeded. |
Extending the bounds, here is what you get:
| Copyright (c) <year>, <copyright holder> | |
| All rights reserved. | |
| Redistribution and use in source and binary forms, with or without | |
| modification, are permitted provided that the following conditions are met: | |
| * Redistributions of source code must retain the above copyright | |
| notice, this list of conditions and the following disclaimer. | |
| * Redistributions in binary form must reproduce the above copyright | |
| notice, this list of conditions and the following disclaimer in the | |
| documentation and/or other materials provided with the distribution. |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="11201" systemVersion="16A319" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct"> | |
| <dependencies> | |
| <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11201"/> | |
| </dependencies> | |
| <objects> | |
| <customObject id="-2" userLabel="File's Owner"/> | |
| <customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/> | |
| <customObject id="-3" userLabel="Application" customClass="NSObject"/> | |
| <window title="Joe Schmoe Jin." allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g"> |
| alias download_magpi='cd ~/magpi && wget -r -np -nH --cut-dirs=3 -nc -R "*.html*,test" https://www.raspberrypi.org/magpi-issues/ && rm robots.txt' |