Skip to content

Instantly share code, notes, and snippets.

[I] ➜ vifm-0.10.1> make check
Making check in src
CC utils/path.o
CC version.o
CCLD vifm
/Applications/Xcode.app/Contents/Developer/usr/bin/make runtests
make[2]: `runtests' is up to date.
/Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS
FAIL: runtests
runtests.log:tCompiling /Users/jtd/Downloads/vifm-0.10.1/src/../tests/bin/build/stubs.o...
@jtdreisb
jtdreisb / Makefile
Created February 13, 2012 00:20
utility that syncs an arbitrary bundle id's prefs
CC = clang
CFLAGS = -Wall -g
LDFLAGS = -framework CoreFoundation
TARG = syncdefaults
SRC=\v
syncdefaults.c\
@jtdreisb
jtdreisb / exercise1.m
Created October 25, 2011 15:19
ee368 lab14
t = linspace(0,100,100);
f=10000;
y=sin(2*pi*f*t);
plot(t,y);
grid;
title('Aliasing in a 10 kHz sinusoid sampled at 0.99 Hz');
ylabel('Magnitude');
xlabel('Time in Seconds');
; --------------------------------------------------------------------
; - Generic PicoBlaze/Nexys Starter File for Mediatronix PicoBlaze
; - and KCPSM3 assembler. See the notes listed below.
; --------------------------------------------------------------------
; --------------------------------------------------------------------
; - Assembler Directives
; --------------------------------------------------------------------
; --------------------------------------------------------------------
; This line generates the instruction memory VHDL file
+ (void) load
{
PluginLoader * plugin = [PluginLoader sharedInstance];
//Do additional setup such as add menu items or windows/GUI
//Swizzle the methods of any class we are customizing
[WebSearchField swizzleMethods];
}