#!/usr/bin/env bash
# Assuming OS X Yosemite 10.10.4
# Install XCode and command line tools
# See https://itunes.apple.com/us/app/xcode/id497799835?mt=12#
# See https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcode-select.1.html
xcode-select --install
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
:#: :+##' | |
###### +#######. +###################:' | |
'######## .##################, +##########################'. | |
#####+ ############+ :########### :: .:############+ | |
####: #####'. ', ,####' ' .'######, | |
###: ##: ##+ ;##+ | |
##, ;## ## ,## ;### | |
'## ### +' #### | |
### ### '. + '###'''+##### |
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
<?php | |
if(!empty($items)): | |
$item = array_shift($items); | |
$model = (object)$item->model; | |
?> | |
<pubDate><?php echo date("D, d M Y H:i:s O", $model->meta['publish_date']); ?></pubDate> | |
<?php endif; ?> |
Date Completed: Not done yet ~~ April 23rd 2015
- Video Card: Nvidia GTX 465 (lol right? Game runs shitty)
- Driver: tested on 331.38, works on 331.38+
- OS: Ubuntu x64 14.04
- POL: I used Play on linux 4, I assume most of the capabilities are in winetricks
- Wine: wine-staging Sun, 19 Apr 2015 version 1.7.41 x64 bit
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
Unhandled exception: page fault on read access to 0x00000000 in 64-bit code (0x0000000000000000). | |
Register dump: | |
rip:0000000000000000 rsp:00000000021cd6f8 rbp:0000000000000000 eflags:00010202 ( R- -- I - - - ) | |
rax:0000000183152958 rbx:00000000022f1110 rcx:00000000000001f8 rdx:0000000000010001 | |
rsi:00000000022fd0f0 rdi:0000000000000000 r8:0000000000000000 r9:0000000000000000 r10:00000000022fd1d8 | |
r11:0000000000000002 r12:00000001827a7cf0 r13:0333333333333333 r14:00000000021cdb30 r15:00000000021cdaa0 | |
Stack dump: | |
0x00000000021cd6f8: 00000001824886b1 00000000022fd0f8 | |
0x00000000021cd708: 0000000182492d06 0000000000000000 | |
0x00000000021cd718: 0000000000000000 00720074006e006f |
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
`..` `....`` | |
./oydNNNNh. .:+ooo+/:-.` .:+shdmmNNNNNNNmdhs+:-:://++++o++++///::-.`` | |
`:ohmNdyo:.`:mNh `......`` `/ymNmdyyyhhdmNNmdhso/:.` ./shmNmdyo+/-..`````.:+dNNNNmhyyssssyyyhhhdmmNNNNmmdhyso+:-.` | |
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
I hereby claim:
- I am beaubouchard on github.
- I am beaubouchard (https://keybase.io/beaubouchard) on keybase.
- I have a public key whose fingerprint is 7B81 7F6D 3E01 6A01 63F4 CF81 64C1 3670 1702 9B88
To claim this, I am signing this object:
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
echo " :#: :+##' "; | |
echo " ###### +#######. +###################:' "; | |
echo " '######## .##################, +##########################'. "; | |
echo " #####+ ############+ :########### :: .:############+"; | |
echo " ####: #####'. ', ,####' ' .'######,"; | |
echo " ###: ##: ##+ ;##+ "; | |
echo " ##, ;## ## ,## ;### "; | |
echo " '## ### +' #### "; | |
echo " ### ### '. + '###'''+##### "; | |
echo " ### ##' #. ' +: ###' ### "; |
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
<!DOCTYPE html> | |
<html lang="en-US"> | |
<head> | |
<title></title> | |
<!-- META --> | |
<meta charset='UTF-8'> | |
<meta name='author' content='Beau Bouchard'> | |
<meta name='description' content='coding challenge for TripleLift' /> | |
<!-- JS --> | |
<script type="text/javascript" > |