01/13/2012. From a lecture by Professor John Ousterhout at Stanford, class CS140
Here's today's thought for the weekend. A little bit of slope makes up for a lot of Y-intercept.
[Laughter]
| [ | |
| { | |
| "wss":"wss://polkadot.api.onfinality.io/public-ws", | |
| "paraId":2087, | |
| "chainName":"Polkadot", | |
| "chain":"polkadot", | |
| "feedId":17, | |
| "web":"https://polkadot.network/", | |
| "ecosystem":"polkadot" | |
| }, |
| [ | |
| { | |
| "wss":"wss://kusama.api.onfinality.io/public-ws", | |
| "paraId":0, | |
| "feedId":0, | |
| "chain":"kusama", | |
| "chainName":"Kusama", | |
| "web":"https://kusama.network/", | |
| "ecosystem":"kusama" | |
| }, |
| { | |
| "rpc":{ | |
| "proposeProofOfSpace":{ | |
| "description":"rpc method to propose a proof of space", | |
| "params":[ | |
| { | |
| "name":"proposed_proof_of_space_result", | |
| "type":"ProposedProofOfSpaceResult", | |
| "isOptional":false | |
| } |
| { | |
| "name": "Trojan Default List", | |
| "timestamp": "2021-03-17T17:23:58.989Z", | |
| "version": { | |
| "major": 1, | |
| "minor": 1, | |
| "patch": 0 | |
| }, | |
| "tags": {}, | |
| "logoURI": "https://app.trojan.finance/static/media/logo_white.fda07fa3.svg", |
| const rp = require("request-promise"); | |
| const $ = require("cheerio"); | |
| const monthArray = [ | |
| "#mes_enero", | |
| "#mes_febrero", | |
| "#mes_marzo", | |
| "#mes_abril", | |
| "#mes_mayo", | |
| "#mes_junio", | |
| "#mes_julio", |
| { | |
| "name":"Trojan", | |
| "logoURI":"https://www.coingecko.com/assets/thumbnail-007177f3eca19695592f0b8b0eabbdae282b54154e1be912285c9034ea6cbaf2.png", | |
| "keywords":[ | |
| "defi" | |
| ], | |
| "timestamp":"2021-02-19T10:01:28.246+00:00", | |
| "tokens":[ | |
| {"chainId":1,"address":"0x362bc847a3a9637d3af6624eec853618a43ed7d2","name":"PARSIQ","symbol":"PRQ","decimals":18,"logoURI":"https://assets.coingecko.com/coins/images/11973/thumb/DsNgK0O.png?1596590280"} | |
| ], |
| #!/bin/bash | |
| # Sometimes you need to move your existing git repository | |
| # to a new remote repository (/new remote origin). | |
| # Here are a simple and quick steps that does exactly this. | |
| # | |
| # Let's assume we call "old repo" the repository you wish | |
| # to move, and "new repo" the one you wish to move to. | |
| # | |
| ### Step 1. Make sure you have a local copy of all "old repo" | |
| ### branches and tags. |
| .swiper-wrapper { | |
| cursor:url({{ 'drag.png' | asset}}) 16 9, ew-resize!important; | |
| } | |
| .search-box.popup:before{ | |
| width: 28px; | |
| height: 15px; | |
| position: absolute; | |
| content: ""; | |
| background: url({{ 'search-angle.png' | asset}}); |