Skip to content

Instantly share code, notes, and snippets.

View Adrenocortico's full-sized avatar
🏠
Working from home

Francesco Dulio Adrenocortico

🏠
Working from home
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1FpXM3mapKpKVCG7m3P7P7rK92Pfbmi8LT https://explorer.blockstack.org/address/1FpXM3mapKpKVCG7m3P7P7rK92Pfbmi8LT
@Adrenocortico
Adrenocortico / DeviceDetailViewController.h
Created April 11, 2016 17:45
DeviceDetailViewController
#import <UIKit/UIKit.h>
#import <MetaWear/MetaWear.h>
#import <MessageUI/MessageUI.h>
#import <MessageUI/MFMailComposeViewController.h>
@interface DeviceDetailViewController : UIViewController {
NSTimer *timer;
double countInt;
}
#!/bin/bash
brew install caskroom/cask/brew-cask
apps=(
dropbox
google-chrome
qlcolorcode
screenflick
slack
#!/bin/bash
# Install GNU core utilities (those that come with OS X are outdated)
brew install coreutils
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, g-prefixed
brew install findutils
# Install Bash 4
brew install bash
# This will create a new python script from the clipboard. The
import editor
import clipboard
import webbrowser
import os
import time
import sys