I hereby claim:
- I am sdaitzman on github.
- I am sdaitzman (https://keybase.io/sdaitzman) on keybase.
- I have a public key ASB7-C6OAVkFxOVkO6MHVG2kXSloI5RFTJuKX9HxX3F8CQo
To claim this, I am signing this object:
from IPython.display import HTML, Image | |
from google.colab.output import eval_js | |
from base64 import b64decode | |
canvas_html = """ | |
<canvas width=%d height=%d></canvas> | |
<button>Finish</button> | |
<script> | |
var canvas = document.querySelector('canvas') | |
var ctx = canvas.getContext('2d') |
class PID_Controller { | |
public: | |
// initialize variables used in the loop | |
float previousError = 0; | |
float error = 0; | |
float integral = 0; | |
float derivative = 0; | |
float output = 0; |
I hereby claim:
To claim this, I am signing this object:
# Imports | |
from IPython.display import clear_output | |
import os | |
import time | |
# Install Python libraries | |
!pip3 install pandas seaborn sympy beautifulsoup4 lxml pint scipy==1.1.0 numpy | |
# Removes code before re-downloading it | |
!rm -rf ./ModSimPy |
samuel@blackbook ~> sudo npm install -g airsonos | |
npm http GET https://registry.npmjs.org/airsonos | |
npm http 304 https://registry.npmjs.org/airsonos | |
npm http GET https://registry.npmjs.org/portastic/0.0.1 | |
npm http GET https://registry.npmjs.org/lodash | |
npm http GET https://registry.npmjs.org/sonos/0.6.1 | |
npm http GET https://registry.npmjs.org/lame/1.1.1 | |
npm http GET https://registry.npmjs.org/nodetunes/0.0.19 | |
npm http GET https://registry.npmjs.org/nicercast/0.0.6 | |
npm http GET https://registry.npmjs.org/throttle |
#!/bin/sh -e | |
# | |
# rc.local | |
# | |
# This script is executed at the end of each multiuser runlevel. | |
# Make sure that the script will "exit 0" on success or any other | |
# value on error. | |
# | |
# In order to enable or disable this script just change the execution | |
# bits. |
"Standard boot options" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc quiet splash pcie_aspm=force drm.vblankoffdelay=1 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 libata.force=noncq" | |
"Boot with Intel PState enabled" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc quiet splash pcie_aspm=force drm.vblankoffdelay=1 i915.i915_enable_rc6=1 i915.i915_enable_fbc=1 i915.lvds_downclock=1 libata.force=noncq intel_pstate=enable" | |
"Boot with minimal options - more stable" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc" | |
"Boot to single-user mode" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc single" | |
"Boot into Recovery Mode" "ro root=UUID=7a9990da-8a2b-4c23-b547-ded94578fefc recovery nomodeset" |
checking if autoconf needs to be run... no | |
checking if autoheader needs to be run... no | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether clang++ accepts -g... yes | |
checking for a BSD-compatible install... /usr/bin/install -c |
<div class="one">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. | |
</div> | |
<br><br> | |
<div class="two">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultr |
/** | |
* Dabblet logo | |
*/ | |
html { background: white } | |
body { | |
width: 400px; | |
height: 300px; | |
margin-top: 60px; |