Skip to content

Instantly share code, notes, and snippets.

View algoroq's full-sized avatar

miloš doubek algoroq

View GitHub Profile
#/bin/bash
cd /tmp
git clone https://github.com/rpavlik/luabind.git
cd luabind
mkdir build
cd build
cmake .. -DCMAKE_CXX_COMPILER=g++-4.8 -DBUILD_TESTING=OFF
make -j2
sudo make install
@algoroq
algoroq / LinkedTextView.h
Created October 3, 2018 06:43 — forked from benjaminbojko/LinkedTextView.h
UITextView Subclass to avoid Long-Press Delays with embedded Links
//
// LinkedTextView.h
//
// Created by Benjamin Bojko on 10/22/14.
//
// The MIT License (MIT)
//
// Copyright (c) 2014 Benjamin Bojko
//
// Permission is hereby granted, free of charge, to any person obtaining a copy