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
for (let i = 0; i < 4; i ++) { | |
for (let j = 0; j < 4; j++) { | |
if (i === 0 && j === 0) { | |
dp[i][j] = STARTING_VAL | |
} else { | |
if (j === 3) { // life | |
dp[i][j] = ((dp[i][j-1]/20) * 11) + (dp[i][j-2]/20) + (dp[i][j-3]/20) | |
} else if (i === 3) { // death | |
dp[i][j] = ((dp[i-1][j]/20) * 9) + (dp[i-2][j]/20) |
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
http://mobile.nytimes.com/2014/06/16/business/agency-aims-to-regulate-map-aids-in-vehicles.html | |
paulg | |
cdixon | |
http://campaigns.peers.org/petitions/new-york-attorney-general-schneiderman-protect-all-of-us?bucket= | |
bchesky | |
reidhoffman | |
http://techcrunch.com/2014/06/09/mesosphere-grabs-10m-in-series-a-funding-to-transform-datacenters/?ncid=rss | |
bhorowitz | |
cdixon | |
http://a16z.com/2014/06/04/you-just-thought-you-were-building-a-software-company-its-a-community/ |
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
('medium.com', 42) | |
('evernote.com', 34) | |
('techcrunch.com', 29) | |
('nytimes.com', 20) | |
('wsj.com', 10) | |
('steveblank.com', 7) | |
('amazon.com', 6) | |
('tumblr.com', 6) | |
('forbes.com', 6) | |
('techmeme.com', 6) |
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
base = 'http://live.mobileapp.fifa.com/api/wc/' | |
all matches: | |
base+'matches' | |
all teams: | |
base+'teams' | |
team: | |
base+'team/{ID}/en' |
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
#Weave |
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
---------------------- | |
Top news for 2013-12-17 | |
---------------------- | |
Bakanlara kadar giden operasyon... (1216) | |
http://goz.lu/JzAD | |
Rüşvet alırken görüntülenen bakan kim? (1090) | |
http://goz.lu/VPLf | |
'Cemaatli' operasyon yorumu: Kazanan değil kaybeden önemli (867) | |
http://goz.lu/6-zG | |
Gözaltı sayısı artıyor, işte son durum (750) |
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
---------------------- | |
Top news for 2013-12-17 | |
---------------------- | |
Bakanlara kadar giden operasyon... (1216) | |
http://goz.lu/JzAD | |
Rüşvet alırken görüntülenen bakan kim? (1090) | |
http://goz.lu/VPLf | |
'Cemaatli' operasyon yorumu: Kazanan değil kaybeden önemli (867) | |
http://goz.lu/6-zG | |
Gözaltı sayısı artıyor, işte son durum (750) |
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
---------------------- | |
Top news for 2013-12-17 | |
---------------------- | |
Bakanlara kadar giden operasyon... (1216) | |
http://goz.lu/JzAD | |
Rüşvet alırken görüntülenen bakan kim? (1090) | |
http://goz.lu/VPLf | |
'Cemaatli' operasyon yorumu: Kazanan değil kaybeden önemli (867) | |
http://goz.lu/6-zG | |
Gözaltı sayısı artıyor, işte son durum (750) |
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
##Eastern World |
NewerOlder