Skip to content

Instantly share code, notes, and snippets.

@kevinushey
kevinushey / broken.cpp
Last active February 9, 2020 17:56
Fails to compile with gcc 10 on Fedora Rawhide.
void* callback(const char* name);
extern "C" {
inline void f1()
{
static void (*f)();
f = (void(*)()) callback("f1");
f();
}
@kevinushey
kevinushey / disable-minidump.reg
Created January 8, 2019 17:33
Disable Windows Minidumps
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
@kevinushey
kevinushey / enable-minidump.reg
Created January 8, 2019 17:28
Enable Windows Minidumps
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
@kevinushey
kevinushey / rtools.R
Last active December 13, 2018 18:19
Rtools not found in expected PATH
Sys.setenv(PATH = paste("C:\\RBuildTools\\3.5\\bin;C:\\RBuildTools\\3.5\\mingw_64\\bin", Sys.getenv("PATH"), sep = ";"))
file <- tempfile(fileext = ".c")
writeLines("void test() {}", con = file)
R <- file.path(R.home("bin"), "R")
file <- normalizePath(file, winslash = "/")
system2(R, c("CMD", "SHLIB", shQuote(file)))
# c:/Rtools/mingw_64/bin/gcc -I"C:/R/R-35~1.2BE/include" -DNDEBUG -O2 -Wall -std=gnu99 -mtune=generic -c C:/Users/kevin/AppData/Local/Temp/RtmpK2O0OE/file123830c41969.c -o C:/Users/kevin/AppData/Local/Temp/RtmpK2O0OE/file123830c41969.o
# sh: c:/Rtools/mingw_64/bin/gcc: No such file or directory
@kevinushey
kevinushey / repro.md
Created November 1, 2018 18:57
Markdown document that crashes during Pandoc render.
title author output_format
State of the Ecosystem: Indicator Processing & Visualization
Sean Hardison
html_document

Introduction

The purpose of this file is to document State of the Ecosystem (SOE) indicator data processing. To update existing data sets, set the save_clean parameter in the Rmarkdown set-up chunk to TRUE. Raw data for these indicators are available in the file directory extdata, and libraries required to process indicator data sets are shown below.

Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps]
@kevinushey
kevinushey / # llvm - 2017-09-09_12-28-18.txt
Created September 10, 2017 18:55
llvm on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for llvm on macOS 10.12.6
Build date: 2017-09-09 12:28:18
@kevinushey
kevinushey / # llvm - 2017-09-08_13-00-19.txt
Created September 8, 2017 20:50
llvm on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for llvm on macOS 10.12.6
Build date: 2017-09-08 13:00:19
@kevinushey
kevinushey / # cairo - 2017-08-10_15-08-14.txt
Created August 10, 2017 22:09
cairo on macOS 10.12.6 - Homebrew build logs
Homebrew build logs for cairo on macOS 10.12.6
Build date: 2017-08-10 15:08:14
{'StringIO': <module 'StringIO' from '/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/StringIO.pyc'>,
'UserDict': <module 'UserDict' from '/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.pyc'>,
'__builtin__': <module '__builtin__' (built-in)>,
'__future__': <module '__future__' from '/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/__future__.pyc'>,
'__main__': <module '__main__' (built-in)>,
'_abcoll': <module '_abcoll' from '/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/_abcoll.pyc'>,
'_ast': <module '_ast' (built-in)>,
'_codecs': <module '_codecs' (built-in)>,
'_collections': <module '_collections' from '/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_collections.so'>,
'_ctypes': <module '_ctypes' from '/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ctypes.so'>,