Skip to content

Instantly share code, notes, and snippets.

View kevinburke's full-sized avatar

Kevin Burke kevinburke

View GitHub Profile
package main
import (
"fmt"
"os"
rct "github.com/kevinburke/rct-rides"
)
func main() {
package main
import (
"fmt"
"os"
rct "github.com/kevinburke/rct-rides"
)
func main() {
Unhandled exception: page fault on read access to 0x64656a78 in 32-bit code (0x006848fc).
Register dump:
CS:001b SS:0023 DS:0023 ES:0023 FS:1007 GS:000f
EIP:006848fc ESP:0032fb80 EBP:0032fbb4 EFLAGS:00210283( R- -- I S - - -C)
EAX:00002425 EBX:64656972 ECX:00002425 EDX:00000012
ESI:0135887b EDI:00000008
Stack dump:
0x0032fb80: 64656972 00002425 00000008 0135887b
0x0032fb90: 0032fbb4 0032fba8 05569794 00000012
0x0032fba0: 00000003 00002425 00684b8e 7000e33f
Unhandled exception: page fault on read access to 0x00000007 in 32-bit code (0x006849d3).
Register dump:
CS:001b SS:0023 DS:0023 ES:0023 FS:1007 GS:000f
EIP:006849d3 ESP:0032fb84 EBP:ffffffff EFLAGS:00210202( R- -- I - - - )
EAX:0000001f EBX:00000001 ECX:00000057 EDX:0000003f
ESI:01358984 EDI:00000008
Stack dump:
0x0032fb84: 0001573f 00000008 01358984 0032fbb4
0x0032fb94: 0032fba8 05371e46 00000013 00000007
0x0032fba4: 0001573f 00684b8e 7000e3d7 0032fbb4
~/code/OpenRCT2/build ~/code/OpenRCT2 ~/code/gitopen ~
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: i686-w64-mingw32-gcc
CMake Error: your C compiler: "i686-w64-mingw32-gcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working C compiler: i686-w64-mingw32-gcc -- broken
CMake Error at /usr/local/Cellar/cmake/2.8.12.2/share/cmake/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "i686-w64-mingw32-gcc" is not able to compile a simple test
program.
@kevinburke
kevinburke / advancement-opportunities
Created June 5, 2014 23:17
skyrocket ventures emails
Delivered-To: kburkeorg@gmail.com
Received: by 10.223.86.137 with SMTP id s9csp97533fal;
Mon, 20 May 2013 15:38:42 -0700 (PDT)
X-Received: by 10.68.141.99 with SMTP id rn3mr7188019pbb.39.1369089515437;
Mon, 20 May 2013 15:38:35 -0700 (PDT)
Return-Path: <lisa@skyrocketventures.com>
Received: from smtp.webfaction.com (mail6.webfaction.com. [74.55.86.74])
by mx.google.com with ESMTP id pl14si207546pab.169.2013.05.20.15.38.33
for <kburkeorg@gmail.com>;
@kevinburke
kevinburke / typos.patch
Created July 22, 2014 17:59
typos in CONTRIBUTING for cdnjs
From e83d15321076d821a614e7ae6a4942130a7c87ba Mon Sep 17 00:00:00 2001
From: Kevin Burke <kev@inburke.com>
Date: Tue, 22 Jul 2014 10:51:20 -0700
Subject: [PATCH] fix typos in CONTRIBUTING document
---
CONTRIBUTING.md | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
@kevinburke
kevinburke / adapter_calls.md
Created July 23, 2014 22:29
everything adapter.py calls

what the adapter class calls

init_poolmanager

urllib3.PoolManager

proxy_manager_for

urllib3.proxy_from_url

[nix@gazelle ~]$ nix-env -h
error: no operation specified
Try `nix-env --help' for more information.
[nix@gazelle ~]$ nix-env --help
No manual entry for nix-env
error: command `man nix-env' failed
[nix@gazelle ~]$ nix-env --install cacert
replacing old `cacert-20131205'
installing `cacert-20131205'
building path(s) `/nix/store/h72582pcjlsqjbz1riz343r8rmmfil02-user-environment'
created 1756 symlinks in user environment
[nix@gazelle ~]$ which curl
~/.nix-profile/bin/curl
[nix@gazelle ~]$ curl https://api.twilio.com
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: http://curl.haxx.se/docs/sslcerts.html