Skip to content

Instantly share code, notes, and snippets.

View cinderblocks's full-sized avatar

¡Cinder! ㊝ cinderblocks

  • San Antonio, TX
View GitHub Profile
@cinderblocks
cinderblocks / PrecompiledHeader.cmake
Created February 22, 2018 03:37 — forked from larsch/PrecompiledHeader.cmake
cmake module for setting up precompiled headers (MSVC & GCC)
# Function for setting up precompiled headers. Usage:
#
# add_library/executable(target
# pchheader.c pchheader.cpp pchheader.h)
#
# add_precompiled_header(target pchheader.h
# [FORCEINCLUDE]
# [SOURCE_C pchheader.c]
# [SOURCE_CXX pchheader.cpp])
#
@cinderblocks
cinderblocks / gist:014fc81f73300978a61cc74f87892108
Last active May 28, 2016 11:22
Verifying that +cinderblocks is my blockchain ID. https://onename.com/cinderblocks
Verifying that +cinderblocks is my blockchain ID. https://onename.com/cinderblocks
@cinderblocks
cinderblocks / keybase.md
Last active May 26, 2016 15:30
keybase.md

Keybase proof

I hereby claim:

  • I am cinderblocks on github.
  • I am cinder (https://keybase.io/cinder) on keybase.
  • I have a public key whose fingerprint is A3AB 5C41 28CF 6492 328A F430 6A65 070E BB8C F7D5

To claim this, I am signing this object:

Verifying that +cinderblocks is my blockchain ID. https://onename.com/cinderblocks
integer attempts = 0;
default
{
state_entry()
{
llOwnerSay("Accept my permissions to start. Touch to stop.");
llRequestPermissions(llGetOwner(), PERMISSION_TELEPORT);
}