Skip to content

Instantly share code, notes, and snippets.

View EtherTyper's full-sized avatar

ELI JOSEPH BRADLEY EtherTyper

  • Private Proxy
View GitHub Profile
@EtherTyper
EtherTyper / # llvm37 - 2016-07-07_09-18-22.txt
Created July 8, 2016 00:29
llvm37 (homebrew/versions/llvm37) on Mac OS X 10.12 - Homebrew build logs
Homebrew build logs for homebrew/versions/llvm37 on Mac OS X 10.12
Build date: 2016-07-07 09:18:22
@EtherTyper
EtherTyper / # cpp-ethereum - 2016-07-09_08-06-40.txt
Created July 9, 2016 18:22
cpp-ethereum (ethereum/ethereum/cpp-ethereum) on Mac OS X 10.12 - Homebrew build logs
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"
@EtherTyper
EtherTyper / Main.storyboard
Created July 15, 2016 17:33
Sneak Peek...
<?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.
@EtherTyper
EtherTyper / README.md
Last active August 5, 2016 15:04
Langton's Ant for Python Turtle. (http://pythonturtle.org)

Langton's Ant for Python Turtle

Extending the bounds, here is what you get:

@EtherTyper
EtherTyper / LICENSE
Last active September 11, 2016 20:32
Simplified Trump License
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.
@EtherTyper
EtherTyper / XcodeWindow.xib
Created September 15, 2016 13:14
A work in progress macOS application. :shipit:
<?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">
@EtherTyper
EtherTyper / .bash_profile
Created October 22, 2016 15:22
Download all MagPi issues to ~/.bash_profile
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'