Skip to content

Instantly share code, notes, and snippets.

View mAu888's full-sized avatar

Maurício Hanika mAu888

View GitHub Profile
@mAu888
mAu888 / workaround.md
Created August 4, 2016 18:10 — forked from kgrz/workaround.md
Possible workaround for installing nokogiri 1.6.8 on OSX with brewed libxml2 2.9.4

Problem:

The following commands fail on OSX:

gem install nokogiri
gem install nokogiri -- --use-system-libraries
gem install nokogiri -- --use-system-libraries --with-xslt-dir=/usr/local/opt/libxslt --with-xml2-dir=/usr/local/opt/libxml2

Version:

@mAu888
mAu888 / HTTPRouter.h
Created July 13, 2012 12:45 — forked from Nub/HTTPRouter.h
HTTPRouter for CocoaHTTPServer
//
// HTTPRouter.h
// DynamicServer
//
// Created by Zachry Thayer on 5/9/12.
// Copyright (c) 2012 Zachry Thayer. All rights reserved.
//
#import "HTTPConnection.h"
#import "HTTPMessage.h"
@mAu888
mAu888 / .gitignore
Created April 6, 2012 15:48 — forked from atty303/.gitignore
Initial gitignore for iOS project.
# xcode noise
build/*
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
*.mode1
*.mode2v3
*.mode1v3
xcuserdata