Skip to content

Instantly share code, notes, and snippets.

@TheDanishDynamo
TheDanishDynamo / install_wormhole.bat
Created August 29, 2021 14:19 — forked from princebot/install_wormhole.bat
Install Python magic-wormhole on Windows.
::
:: This script installs wormhole (https://github.com/warner/magic-wormhole) and
:: its prerequisites. Run this as an administrator.
::
:: Install chocolatey.
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
:: Install Python 3.
choco install -y python
<html>
<body>
<table style="text-align: center;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="160"><strong>Gardiner Number</strong></td>
<td valign="top" width="160"><strong>Hieroglyph</strong></td>
<td style="text-align: left;" valign="top" width="160"><strong>Description of Glyph</strong></td>
<td valign="top" width="160">
@TheDanishDynamo
TheDanishDynamo / README.md
Last active March 2, 2020 01:00
Alpine on Ubuntu notes

open terminal in Ubuntu
Note: I'm using Ubuntu 18

create any working folder somewhere, and cd to that folder, e.g. abc

mkdir abc && cd abc

intialize a git local git repo for source tracking (use at own discretion)

FROM alpine:latest
LABEL maintainer="docker+rbnix@code-sharp.com"
RUN apk updat
RUN apk upgrade
RUN apk add ruby ruby-io-console ruby-bundler bash
RUN gem install minitest
# Clean APK cache to reduce image size
RUN rm -rf /var/cache/apk/*
WORKDIR /root
@TheDanishDynamo
TheDanishDynamo / accounts.json
Created January 19, 2019 17:06
Sample json
{
"totalSize": 2,
"done": true,
"records": [
{
"attributes": {
"type": "Account",
"url": "/services/data/v44.0/sobjects/Account/1"
},
"Name": "strata"