Posts Tagged ‘smgjs’

Google Colab intro/resources

August 29, 2021

Here is a google colab notebook that runs you through the basics of using colab notebooks:
https://colab.research.google.com/notebooks/basic_features_overview.ipynb

This one is a comprehensive basic python tutorial. One can learn python without reading a book, or even installing python on your own system (good for someone who knows basic programming, but not python language).
https://colab.research.google.com/github/cs231n/cs231n.github.io/blob/master/python-colab.ipynb

Maybe the most impressive thing you can run on google colab now is the AlphaFold2 code, fold any protein for free.
https://colab.research.google.com/github/deepmind/alphafold/blob/main/notebooks/AlphaFold.ipynb

More jsplay

August 21, 2021

http://homes.gersteinlab.org/people/mbg/jsplay/21aug21/

JSPLAY

August 15, 2021

http://homes.gersteinlab.org/people/mbg/test.txt
http://homes.gersteinlab.org/people/mbg/jsplay/5th/
http://files.gersteinlab.org/public-docs/2021/08.10/

via

/nfs/web/mbg/public_html

JSPLAY

August 1, 2021

http://markgerstein.net/jsplay/pong.html

Your Work – CodePen

August 1, 2021

https://codepen.io/your-work
referred to in the Elliot Davis book

login via twitter

Learn to Code Ping Pong Game using Javascript and HTML5 | thecodingpie

August 1, 2021

https://thecodingpie.com/post/learn-to-code-ping-pong-game-using-javascript-and-html5
has exact code from Elliot Davis book

Ping-Pong-Javascript/script.js at master · the-coding-pie/Ping-Pong-Javascript · GitHub

August 1, 2021

https://github.com/the-coding-pie/Ping-Pong-Javascript/blob/master/js/script.js
has exact code from Elliot Davis book