Skip to content

Instantly share code, notes, and snippets.

View TNuzzi's full-sized avatar
:shipit:

Tony Nuzzi TNuzzi

:shipit:
  • Life by Spot
  • Austin, TX
View GitHub Profile
Run this command to install MG-CLI:
sudo apt-get update && wget https://minergate.com/download/deb-cli -O minergate-cli.deb && sudo dpkg -i minergate-cli.deb
to start miner (4 cores for BCN) use this command:
minergate-cli -user <YOUR@EMAIL.KAPPA> -bcn 4
Feel free to send some of your earnings to me:
BTC (Don't attempt to send other coins to this address!): 17f77AYHsQbdsB1Q6BbqPahJ8ZrjFLYH2j
@TNuzzi
TNuzzi / gist:b2aebfde295bace00afa
Created October 5, 2014 00:05
Issue with selecting auto complete suggestions
Issue (with h-50 in containing View) https://www.dropbox.com/s/c30eraxpxwpcj36/AutoCompleteIssue.mov
<Window>
<View class="n-col-8 lo-horizontal h-50 bg-yellow">
<Require src="wriststrap.autocomplete" type="widget"
dbName="stuff" dataSourceType="local" dataSource="SELECT id, company FROM aTable"
class="input-border-rounded input-tf input-bm-always bg-transparent" id="company"/>
</View>
</Window>
Fix (with f-size in contain View)
@TNuzzi
TNuzzi / gist:7664254
Created November 26, 2013 19:13
Appcelerator Nav bar iOS coloring
".test":{
autoAdjustScrollViewInsets: true,
color: "FFF",
backgroundColor: "fff",
barColor: "#99c60000", // this
extendEdges: [
Ti.UI.EXTEND_EDGE_TOP
],
height: Ti.UI.FILL,
includeOpaqueBars: false,