This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <ctype.h> | |
#include <stdbool.h> | |
#include <stdio.h> | |
#include <string.h> | |
#include <Python.h> | |
#include <structmember.h> | |
#include <frameobject.h> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/bash | |
AUR_DIR=$HOME/aur | |
SUFFIX=-no-hdri | |
print_usage(){ | |
echo "Usage: $0 [-h|AUR-DIR]" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{-# LANGUAGE NoImplicitPrelude,KindSignatures #-} | |
-- Joe Jevnik | |
-- 2014.4.12 | |
-- Examples to go with my abstract algebra final paper. | |
-- | Lets hide the functions we will be writing ourselves. | |
import Prelude hiding (Functor,Monad,(>>=),return,fmap) | |
-- | Our haskell functor class. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install bluez bluez-utils scons git libbluetooth-dev | |
git clone https://github.com/llllllllll/C_NXT.git | |
cd C_NXT/src | |
scons | |
cp libc_nxt.a ../example | |
cd ../example | |
make | |
gpasswd -a crunchbang bluetooth | |
bluetooth-wizard # PIN = 1234 |
NewerOlder