Also see the original Pieter Noordhuis's guide
You need:
- Raspberry Pi Model B (or B+) with a MicroSD Card $35-40
- An RTL-SDR dongle:
Also see the original Pieter Noordhuis's guide
You need:
This is a compiled list of falsehoods programmers tend to believe about working with time.
Don't re-invent a date time library yourself. If you think you understand everything about time, you're probably doing it wrong.
| if ($cred -eq $null) | |
| { | |
| $cred = Get-Credential | |
| } | |
| Write-Host "Connecting to Exchange Online" | |
| $exchangeSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection | |
| Import-PSSession $exchangeSession | Out-Null |
| """ | |
| Minimal character-level Vanilla RNN model. Written by Andrej Karpathy (@karpathy) | |
| BSD License | |
| """ | |
| import numpy as np | |
| # data I/O | |
| data = open('input.txt', 'r').read() # should be simple plain text file | |
| chars = list(set(data)) | |
| data_size, vocab_size = len(data), len(chars) |
| jwt = new googleapis.auth.JWT do | |
| SERVICE_ACCOUNT_EMAIL | |
| KEYFILE_PEM | |
| null | |
| ['https://www.googleapis.com/auth/analytics.readonly'] | |
| err, client <- googleapis.discover 'analytics', 'v3' .execute | |
| err, result <- jwt.authorize | |
| console.log result |
| license: gpl-3.0 | |
| height: 960 | |
| border: no | |
| redirect: https://observablehq.com/@d3/bubble-chart |
| sudo ln -sf /usr/share/zoneinfo/UTC /etc/localtime |