Sign In / Up
 
 
 
 

Bespoke Synth

https://www.bespokesynth.com/

Hello World Smart Contract for Beginners | ethereum.org

https://ethereum.org/en/developers/tutorials/hello-world-smart-contract/

Hello World Smart Contract for Beginners | ethereum.org

Introductory tutorial on writing and deploying a simple smart contract on Ethereum.


shellharden/how_to_do_things_safely_in_bash.md at master · anordal/shellharden · GitHub

https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md

The Free Fall Research Page: Unplanned Freefall? Some Survival Tips by David Carkeet

http://www.greenharbor.com/fffolder/carkeet.html

Michelin’s Airless Tires Hit the Streets For the First Time

https://interestingengineering.com/michelin-airless-tires-hit-public-streets-for-first-time?_source=newsletter&_campaign=4yVo2pDYZvnrN&_uid=LDdwmgxga1&_h=ea90de89f1bceca46d02cad80716fb4006725c29&utm_source=newsletter&utm_medium=mailing&utm_campaign=Newsletter-14-09-2021

Smoke testing (software) - Wikipedia

https://en.wikipedia.org/wiki/Smoke_testing_(software)

How To Rapidly Improve At Any Programming Language

https://www.cbui.dev/how-to-rapidly-improve-at-any-programming-language/

Rect | PICO-8 Wiki | Fandom

https://pico-8.fandom.com/wiki/Rect

Rect

Draws an empty rectangle shape. x0 The x coordinate of the upper left corner. y0 The y coordinate of the upper left corner. x1 The x coordinate of the lower right corner. y1 The y coordinate of the lower right corner. col The color of the rectangle border. If omitted, the color from the draw state is used. This draws a rectangle shape parallel to the screen borders. It's important to note that the coordinates are inclusive, which is to say PICO-8 will render pixels at the right and bottom coords


Line | PICO-8 Wiki | Fandom

https://pico-8.fandom.com/wiki/Line

Line

Draws a line between two points.x0 The x coordinate of the start of the line. If omitted, the x coordinate of the end of the previous line is used, or 0 if no previous line has been drawn. y0 The y coordinate of the start of the line. If omitted, the y coordinate of the end of the previous line is used, or 0 if no previous line has been drawn. x1 The x coordinate of the end of the line. y1 The y coordinate of the end of the line. color The color of the line. If omitted, the color from the draw s


 
 
 
 

Read more from abemassry