Skip to content

Instantly share code, notes, and snippets.

View quintessence's full-sized avatar
💾
Always learning stuff

Quintessence quintessence

💾
Always learning stuff
View GitHub Profile

openpgp4fpr:D37D187AF81553A09823F700F61C6A4BA48C60EC

@quintessence
quintessence / github-pages-custom-domain.md
Last active May 27, 2024 06:53
GitHub Pages with Custom Domain

Quick Guide: GitHub Pages with Custom Domain

Prerequisites

The repository name for your GitHub Pages site must be youracct.github.io. This means that you must either:

  • Create a new repository with this name OR
  • Change an existing repository to this name
    • If changing a repository name, make sure you are aware of any implications to the code and configuration of that repository.

If you have used your desired domain for any other purpose previously, check:

@quintessence
quintessence / SDSS-Dataset-Exercise-Setup.md
Last active June 28, 2022 19:20
Companion steps for blog post on black box dataset for Sloan Digital Sky Survey Data

Setup Instructions for Snowflake Digital Sky Survey Blog Post

What's this about?

Companion blog post

Tools

  • Snowflake, snowsql CLI tool
  • macOS can install via brew
#!/bin/bash
set -e
## Tested on CentOS 7
## Source: https://docs.chef.io/install_server.html
## Verify ports on instance / server are open: https://docs.chef.io/server_firewalls_and_ports.html
## Intended for Demo use only
## Make sure to change # FIXME lines as needed
@quintessence
quintessence / keybase.md
Created August 24, 2016 20:34
Keybase Proof

Keybase proof

I hereby claim:

  • I am quintessence on github.
  • I am quintessence (https://keybase.io/quintessence) on keybase.
  • I have a public key ASD4o3vZBS8nYQ0tcwiwDLQe2_1VTKqoVwWLPcQvknPNrQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am qanx on github.
  • I am qofthings (https://keybase.io/qofthings) on keybase.
  • I have a public key whose fingerprint is 97B6 7A2F 7006 5006 6F7E 1E6D 0DA6 42B1 62E4 78C3

To claim this, I am signing this object:

@quintessence
quintessence / bound_route.md
Last active September 3, 2015 22:37
Failing CATs in Concourse pipeline

Java buildpack error:

• Failure [126.284 seconds]
Buildpacks java [It] makes the app reachable via its bound route 
/var/vcap/packages/acceptance-tests/src/github.com/cloudfoundry/cf-acceptance-tests/apps/buildpacks_test.go:46

  Timed out after 120.000s.
  Expected process to exit.  It did not.
@quintessence
quintessence / flowtoken
Created August 19, 2015 02:10
Flowdock integration
-----BEGIN PGP MESSAGE-----
Version: Keybase OpenPGP v2.0.41
Comment: https://keybase.io/crypto
wcBMA0iHLnIGQf44AQgAzihYYhzGK7pTu89yUGGYVlga0o1DS+SqiRyLaMM0+PK2
BMcSEkfE9CW/5G1WnKCjlZNy1cfPdn2IPok8UCHwgh3QPyj35NaSNTXN0FcG5f23
y10sOBTqxlMKZK2FdhtNBZKwX/+jyHMEEDhxfuQu8TwR4iUcA42ISsXEzYUuUaw0
IJfEbs9b4lbo6VmqXQoIVqLB0r8KgrV3xahysaTDNfuNJgoRuYvVQSDIpNdqWzMy
nZFR4XiR6EPXjpMRSwloR6W/GX4eMhyqVadHMptbK5gmzzxwDox9cvI/DuUVxxb3
gipuPUdM0jczBMxKRlvqXoLMqSiNG5/ssGfvJQuypcHATANsO7/IBaX31AEIALP6
@quintessence
quintessence / city_of_light_wifi_corridor.md
Last active August 29, 2015 14:26
Wi-Fi Corridor update post

For the past few months, our local news sources have been abuzz with news about the Main Street Wi-Fi Corridor. But what is it? And what is its future potential?

To get started, let's familiarize ourselves with two terms: LAN and WAN. A LAN, or local area network, exists to connect different devices (computers, smart phones, printers, etc.) together. Whereas a WAN, or wide area network, exists to connect LANs together. The biggest commonly known example of a WAN is the internet. So, from the start we will tell you that the Wi-Fi Corridor is a LAN. It also happens to be a wireless LAN, or WLAN. (We just snuck in a third term in there didn't we?)

So why a "Wi-Fi Corridor" instead of

@quintessence
quintessence / easy03_TheDescent.py
Last active August 29, 2015 14:23
Coding Game - Python
import sys, math
# Auto-generated code below aims at helping you parse
# the standard input according to the problem statement.
# Write an action using print
# To debug: print >> sys.stderr, "Debug messages..."
# game loop