Skip to content

Instantly share code, notes, and snippets.

View ghuntley's full-sized avatar
minimalist

Geoffrey Huntley ghuntley

minimalist
View GitHub Profile
/home/ghuntley/coreclr-master/src/ToolBox/SOS/lldbplugin/setclrpathcommand.cpp:31:13: error: use of undeclared identifier 'free'
free(g_coreclrDirectory);
^
/home/ghuntley/coreclr-master/src/ToolBox/SOS/lldbplugin/setsostidcommand.cpp:35:25: error: use of undeclared identifier 'strtoul'
ULONG tid = strtoul(arguments[0], NULL, 16);
^
/home/ghuntley/coreclr-master/src/ToolBox/SOS/lldbplugin/setsostidcommand.cpp:38:27: error: use of undeclared identifier 'strtoul'
ULONG index = strtoul(arguments[1], NULL, 16);
^
2 errors generated.
<!DOCTYPE html>
<html>
<head>
<title>iPad To-do</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="http://krosswordr.ru/site_media/invisibleframework.min.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://krosswordr.ru/site_media/i/jqtouch/jqtouch.min.css" type="text/css" />
<link rel="stylesheet" href="http://krosswordr.ru/site_media/i/themes/apple/theme.min.css" type="text/css" />
</head>
<body>
[ghuntley@lenovo ~/coreclr]$ ./build.sh
Commencing CoreCLR Repo build
Setting up directories for build
Checking pre-requisites...
Commencing build of native components for FreeBSD.x64.Debug
Invoking cmake with arguments: "/home/ghuntley/coreclr" DEBUG
Unable to locate llvm-ar
Executing make install -j 3
[ 0%] Built target debug-pal
[ 0%] Building CXX object src/pal/src/CMakeFiles/coreclrpal.dir/cruntime/file.cpp.o
[100%] Building CXX object src/ToolBox/SOS/lldbplugin/CMakeFiles/sosplugin.dir/setclrpathcommand.cpp.o
[100%] Building CXX object src/ToolBox/SOS/lldbplugin/CMakeFiles/sosplugin.dir/setsostidcommand.cpp.o
/home/ghuntley/coreclr-master/src/ToolBox/SOS/lldbplugin/setclrpathcommand.cpp:31:13: error: use of undeclared identifier 'free'
free(g_coreclrDirectory);
^
/home/ghuntley/coreclr-master/src/ToolBox/SOS/lldbplugin/setsostidcommand.cpp:35:25: error: use of undeclared identifier 'strtoul'
ULONG tid = strtoul(arguments[0], NULL, 16);
^
/home/ghuntley/coreclr-master/src/ToolBox/SOS/lldbplugin/setsostidcommand.cpp:38:27: error: use of undeclared identifier 'strtoul'
ULONG index = strtoul(arguments[1], NULL, 16);
module Jekyll
require 'haml'
class HamlConverter < Converter
safe true
priority :low
def matches(ext)
ext =~ /haml/i
end
@ghuntley
ghuntley / network_grabber.rb
Created June 2, 2011 03:32 — forked from callumj/network_grabber.rb
Grab all CITS3230 pdfs
require 'nokogiri'
require 'open-uri'
root_path = "http://undergraduate.csse.uwa.edu.au/units/CITS3230"
Nokogiri::HTML(open("#{root_path}/schedule.html")).css('a').each { |link| File.open("#{Dir.home}/#{File.basename(link['href'])}", 'wb') {|f| f.write(open("#{root_path}/#{link['href']}").read()) } if link['href'] =~ /\b.+.pdf/ }
/*
* Compiz vpswitch plugin
*
* vpswitch.cpp
*
* Copyright (c) 2007 Dennis Kasprzyk <onestone@opencompositing.org>
*
* Go-to-numbered-viewport functionality by
*
* Copyright (c) 2007 Robert Carr <racarr@opencompositing.org>
nmap <C-W>e :set splitbelow \| :new \| VimShell zsh \| :set splitbelow!<CR>
nmap <C-W>E :set splitright \| :vnew \| VimShell zsh \| :set splitright!<CR>
pattern = re.compile(r'([^:/]+)/([^/]+).git$')
nmap <C-W>e :set splitbelow <bar>:new <bar>:VimShell <bar><CR><ESC><ESC>:set splitbelow! <bar>i<CR>
nmap <C-W>E :set splitright <bar>:vnew <bar>:VimShell <bar><CR><ESC>:set splitright! <bar>i<CR>