Skip to content

Instantly share code, notes, and snippets.

View Talamantez's full-sized avatar

Robert Talamantez Talamantez

View GitHub Profile
@Talamantez
Talamantez / 100 Counter apps examples :)
Created May 29, 2019 00:28 — forked from srdjan/100+ different counter apps...
100 Counter apps examples :) - 45 at the moment, still adding :)
...
Different
Counter
Implementations
...
@Talamantez
Talamantez / bluetooth raspberry-pi
Created October 1, 2017 03:06 — forked from lexruee/bluetooth raspberry-pi
install bluetooth and pybluez
sudo apt-get update
sudo apt-get install python-pip python-dev ipython
sudo apt-get install bluetooth libbluetooth-dev
sudo pip install pybluez
2015-10-19T21:55:06.456Z : [Robot 1] - Starting connections.
2015-10-19T21:55:06.459Z : [Robot 1] - Starting connection 'neurosky' on port /dev/rfcomm0.
2015-10-19T21:55:06.460Z : Connecting to adaptor 'neurosky'...
2015-10-19T21:55:06.460Z : [Robot 1] - Starting devices.
2015-10-19T21:55:06.461Z : [Robot 1] - Starting device 'headset'.
2015-10-19T21:55:06.461Z : [Robot 1] - Working.
@Talamantez
Talamantez / SassMeister-input-HTML.haml
Created February 6, 2015 04:21
Generated by SassMeister.com.
-(1..30).each do |i|
.bar
@Talamantez
Talamantez / SassMeister-input-HTML.html
Created February 3, 2015 09:21
Generated by SassMeister.com.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<title>Neurosky - Cylon - Brain Data</title>
<head>
<link rel="stylesheet" type="text/css" href="./css/style.min.css">
<script src = "./js/bower.min.js"></script>
<script>
$(function() {
@Talamantez
Talamantez / SassMeister-input-HTML.haml
Created February 3, 2015 04:09
Generated by SassMeister.com.
.block
Hi, I am responsive!
.hard-width-800
this is 800px wide, I am not ;(
.hard-width-600
this is 600px wide, I am not ;(
@Talamantez
Talamantez / grunt_output.txt
Created May 6, 2014 21:23
Talamantez Grunt Test
Running "simplemocha:all" (simplemocha) task
1..1
ok 1 Array indexOf() should return -1 when the value is not present
# tests 1
# pass 1
# fail 0
Done, without errors.