osx and mac stuff
xcode-select --install
brew install java
brew install maven
brew install ant
mvn clean install
env basics http://conda.pydata.org/docs/using/envs.html
conda create --name snowflakes biopython # --name [env_name] [package_to_install] ... [package_to_install]
conda create -n deep python=3.6.5
conda activate deep
conda deactivate
conda create --help
JD Maturen, 2016/07/05, San Francisco, CA
As has been much discussed, stock options as used today are not a practical or reliable way of compensating employees of fast growing startups. With an often high strike price, a large tax burden on execution due to AMT, and a 90 day execution window after leaving the company many share options are left unexecuted.
There have been a variety of proposed modifications to how equity is distributed to address these issues for individual employees. However, there hasn't been much discussion of how these modifications will change overall ownership dynamics of startups. In this post we'll dive into the situation as it stands today where there is very near 100% equity loss when employees leave companies pre-exit and then we'll look at what would happen if there were instead a 0% loss rate.
What we'll see is that employees gain nearly 3-fold, while both founders and investors – particularly early investors – get dilute
var Box = Backbone.Model.extend({ | |
defaults: { | |
top: 0, | |
left: 0, | |
color: 0, | |
content: 0 | |
}, | |
initialize: function() { |
Install jdk7 jdk8 and android studio, then:
npm install -g cordova ionic bower
npm install
bower install
# in case first time
ionic platform add android
ionic platform add ios
r.table("data").map(function(doc) {
return r.object(doc("country"), true) // return { <country>: true}
}).reduce(function(left, right) {
return left.merge(right)
}).keys() // return all the keys of the final document
In your application page inside openshift, in the right side you'll see a section called "Source Code", copy the url.
In your console (in the folder you want to have the source code), execute:
git clone <SOURCE_CODE_URL>
And your done, now you have your page's code locally.
Test web application using Internet Explorer locally with or without VM in OSX.
Install WineBottler in case you want to check IE6, IE7 or IE8, if you want to check others you need to use a VM.
Copyright © 2014 Jose Luis Rivas | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is | |
furnished to do so, subject to the following conditions: | |
The above copyright notice and this permission notice shall be included in |
TextSecure: es un app de mensajeria en la que puedes disfrutar de privacidad facilmente.
TOR en todas sus versiones [Windows | Linux | Mac | Android | Nokia]