Collection of Programming books, here
Play around:
Collection of Programming books, here
Play around:
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "request": "launch", | |
| "name": "Debug Lambda", | |
| "skipFiles": [ | |
| "<node_internals>/**" | |
| ], |
| create default symlink for node, as nvm does not creat one. | |
| ``` | |
| ln -s /Users/nivesh/.nvm/versions/node/v12.16.1/bin/node /usr/local/bin/node | |
| ``` |
command put to sleep after some time: sudo shutdown -s +1
➜ ~ sudo shutdown -s +1
Password:
Shutdown at Wed Jun 24 22:14:56 2020.
shutdown: [pid 28793]
*** System shutdown message from nivesh@naruto ***
System going down in 1 minute
| Chapter 1: | |
| Traveling salesman problem story. | |
| There is a fundamental difference between algorithms, which always produce a correct result, and heuristics, which may usually do a good job but without providing any guarantee. | |
| Reasonable-looking algorithms can easily be incorrect. Algorithm correctness is a property that must be carefully demonstrated. | |
| The heart of any algorithm is an idea. If your idea is not clearly revealed when you express an algorithm, then you are using too low-level anotation to describe it. | |
| An important and honorable technique in algorithm design is to narrow the set of allowable instances until there is a correct and efficient algorithm. For example, we can restrict a graph problem from general graphs down to trees, or a geometric problem from two dimensions down to one. |
Coinbase | Payments Engineering | San Francisco | Full-time | Onsite At Coinbase (YC S12), our vision is to bring more innovation, efficiency, and equality of opportunity to the world by building an open financial system.
We’re looking for people to join our Payments Engineering team. Payments team is one of the most mission-critical engineering teams at Coinbase and is in charge of connecting our products with a wide variety of blockchain networks in a reliable, secure, and extensible way. In this role, you’ll be at the center of the team that connects the world’s largest crypto exchange to crypto assets and integrate new fiat payment rails to the Coinbase platform.
Questions or want to say hi? Reach out to us directly: [email protected]
Here are some projects that you will be working on:
Change:
loved:
golang: