Skip to content

Instantly share code, notes, and snippets.

View sixten's full-sized avatar

Sixten Otto sixten

  • Tucson, AZ
  • 17:11 (UTC -07:00)
View GitHub Profile
@sixten
sixten / FakeDbSet.cs
Created October 10, 2016 21:31
Modified fake DbSet code, allowing expression visitors to be plugged into LINQ execution.
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Linq;
using System.Linq.Expressions;
using System.Threading;
using System.Threading.Tasks;
@sixten
sixten / RDManagedObjectStore.h
Created October 5, 2012 16:20
RKManagedObjectStore subclass that is configuration-aware
//
// RDManagedObjectStore.h
// Capri
//
// Created by Sixten Otto on 4/17/12.
// Copyright (c) 2012 Results Direct. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
@sixten
sixten / gist:1066178
Created July 5, 2011 23:13
Brew doctor output
Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libfontforge.1.0.0.dylib
/usr/local/lib/libgdraw.4.0.8.dylib
/usr/local/lib/libgioftp.1.0.0.dylib
/usr/local/lib/libgunicode.3.0.1.dylib
@sixten
sixten / ffmpeg_install.log
Created July 5, 2011 23:11
FFMPEG install log
==> Downloading http://ffmpeg.org/releases/ffmpeg-0.8.tar.bz2
File already downloaded in /Users/sixten/Library/Caches/Homebrew
/usr/bin/tar xf /Users/sixten/Library/Caches/Homebrew/ffmpeg-0.8.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/ffmpeg/0.8 --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid
./configure --prefix=/usr/local/Cellar/ffmpeg/0.8 --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libxvid
install prefix /usr/local/Cellar/ffmpeg/0.8
source path /private/tmp/homebrew-ffmpeg-0.8-rTcl/ffmpeg-0.8
C compiler gcc
ARCH x86 (generic)
big-endian no
@sixten
sixten / gist:1025367
Created June 14, 2011 17:11
Comparison of RDLinkedInResponseParser.m between rhaining's branch and unstable
***
---
***************
*** 5,16 ****
--- 5,17 ----
// Created by Sixten Otto on 12/30/09.
// Copyright 2010 Results Direct. All rights reserved.
//
#import "RDLinkedInResponseParser.h"