cssclass |
---|
cornell-note |
The Cornell Note-taking System is a popular and effective method for organizing and summarizing information during lectures, readings, or any other form of learning.
-- melody generator | |
engine.name="PolyPerc" | |
musicutil=require("musicutil") | |
function init() | |
engine.release(2) | |
engine.amp(0.3) | |
local chords={"I","vi","IV","iii"} -- change to any chords | |
local movement_left=6 -- change to 0-12 |
# https://www.geeksforgeeks.org/python-tweepy-getting-the-id-of-a-user/ | |
import tweepy | |
import json | |
import time | |
import urllib.request | |
# You get these from https://developer.twitter.com/en/apps | |
# New signups at https://developer.twitter.com | |
consumer_key = "" |
You can open the Marketplace tab and search for the current LAMP stack.
We will use the LAMP stack on a Basic plan for 5$/month.
php -v
# if php 8 then
(See also installing Distroboxm, which is included in SteamOS 3.5 and newer: https://distrobox.it/ )
(See also installing Nix package manager: https://determinate.systems/posts/nix-on-the-steam-deck )
You can install Homebrew (a package manager for macOS and Linux) without disabling the read-only partition with sudo steamos-readonly disable
.
The package manager can be used alongside Flatpaks. Some software is only available on Flathub, and some software is only available on Homebrew.
/************************************************************* | |
Hue @ D1 mini Pro (ESP8266) | |
Basic demo of switch based on IR sensor to demonstrate | |
communication between ESP and Hue gateway | |
Version: 1.00 | |
by Petr Lukas | |
Functionality: | |
Identify IR signal and switch light on and off using IR remote control. | |
*************************************************************/ |
/* eslint-disable */ | |
const fs = require('fs') | |
const sanityClient = require('@sanity/client') | |
const groq = require('groq') | |
const BlocksToMarkdown = require('@sanity/block-content-to-markdown') | |
const config = { projectId: '<YourID>', dataset: '<DatasetName>', useCdn: true } | |
const client = sanityClient(config) | |
const serializers = { |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install -y docker-ce
sudo curl -L https://github.com/docker/compose/releases/download/1.22.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
<?xml version="1.0" encoding="UTF-8"?> | |
<AppCfg Default="false" xmlns="" CfgFormatVersion="1.2" ThisFileVersion="1.10"> | |
<AppInfo> | |
<Signature> | |
<Name>Tabletop Simulator</Name> | |
<ExecutableName>Tabletop Simulator.exe</ExecutableName> | |
</Signature> | |
<Options /> | |
</AppInfo> | |
<CfgProperties> |
We are exploring our options for "Terms of use" and "Privacy policy" generation