Clone Mastodon's repository.
# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live
cd ~/live
| #!/bin/bash | |
| set -ex | |
| STEAM_DIR=/home/$USER/.steam/steam/steamapps | |
| AOE4_DIR=$STEAM_DIR/compatdata/1466860 | |
| AOE4_WIN_DIR=$AOE4_DIR/pfx/drive_c/windows | |
| AOE4_WIN_SYS32_DIR=$AOE4_WIN_DIR/system32 | |
| AOE4_WIN_SYS64_DIR=$AOE4_WIN_DIR/syswow64 |
| // type i | |
| message DAMFile { | |
| repeated Chunk chunk = 1; | |
| repeated QuantizedChunk quantized_chunk = 2; | |
| } | |
| // type "o" | |
| message Chunk { | |
| required Vertices vertices = 1; | |
| required Faces faces = 2; |
| #!/bin/sh | |
| echo '' | |
| echo ' __________' | |
| echo ' / ___ ___ \' | |
| echo ' / / @ \/ @ \ \' | |
| echo ' \ \___/\___/ /\' | |
| echo ' \____\/____/||' | |
| echo ' / /\\\\\//' | |
| echo ' | |\\\\\\' |
| #!/bin/python3 | |
| # Fork of https://gist.github.com/davej/113241 | |
| # Requirements: | |
| # - twitter API credentials (replace the correponding variables) | |
| # - tweet.js file you get by extracting your twitter archive zip file (located in data/) | |
| # License : Unlicense http://unlicense.org/ | |
| import tweepy | |
| import |
| // Tracking cursor position in real-time without JavaScript | |
| // Demo: https://twitter.com/davywtf/status/1124146339259002881 | |
| package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "strings" | |
| ) |
| import React from 'react'; | |
| import { storiesOf } from '@storybook/react'; | |
| import { action } from '@storybook/addon-actions'; | |
| import InlineMonacoEditor from './InlineMonacoEditor'; | |
| export const LINES = [ | |
| 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', | |
| 'Aenean aliquet, nulla eget auctor porttitor, lacus urna', | |
| 'posuere purus, at suscipit orci sapien quis est. Curabitur', |