- download and unzip stable RealtimePi distro
- write the extracted .img to sdcard with Etcher
| <header id="intro"> | |
| <section> | |
| <h1>Procedurally Generated Music</h1> | |
| <p> | |
| This will infinitely generate a random song based on the <em>seed</em> that you provide it with. | |
| Procedural generation ensures that the song will always be the exact | |
| same song for the seed data you provide, but will be unique to any other seed. | |
| </p> | |
| <p> | |
| Type anything into the input below and hit "Load" to generate and hear your song. |
| using Windows.System.Profile; | |
| using Windows.UI.ViewManagement; | |
| namespace Wagonli.Tools | |
| { | |
| public static class DeviceTypeHelper | |
| { | |
| public static DeviceFormFactorType GetDeviceFormFactorType() | |
| { | |
| switch (AnalyticsInfo.VersionInfo.DeviceFamily) |
| #!/bin/bash | |
| adb shell am start --ez confirm_credentials false --ei "lockscreen.password_type" 0 com.android.settings/.ChooseLockGeneric |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta name="description" content="Webpage description goes here" /> | |
| <meta charset="utf-8"> | |
| <title>Change_me</title> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <meta name="author" content=""> | |
| <link rel="stylesheet" href="css/style.css"> |