Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
>>>>>> cluster inspection and config dump
>>>>>> ty for reading
>>>>>>
>>>>>> I'm working on a k8s cluster and my goal is to serve a static website over
>>>>>> HTTPS using Let's Encrypt and `cert-manager` to keep the certificate up to
>>>>>> date (for this phase - next phase is a django app).
>>>>>>
>>>>>> My deployment consists of a single image running nginx that serves the
>>>>>> website's content (a react app).
>>>>>>
@enlore
enlore / mixins.jade
Last active November 23, 2015 21:20
//- I tend to make mixins for crap I'm lazy about
//- like this <link> mixin, which defaults to creating a link for a stylesheet
mixin link(href, rel)
if (rel)
link(href=href, rel=rel)
else
link(href=href, rel="stylesheet"
//- called like this:
+link("/css/vendor/bootstrap.min.css")
@enlore
enlore / gist:38a2c4e545b8371be105
Last active August 29, 2015 14:12
Wang ze Tango
/*
* This is a public gist.
* I'm playing with embedding them.
*
* Here I've added a line to see how revisions look in the embedded element.
* * * * * * * * * * * * * * * * * * * /
#Find the largest prime factor of the number n in line 43
# William Foust
# September 20, 2013
#this part calculatets the first z prime numbers
primes = [2]

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

Contract Killer 3

Revised date: 07/11/2012

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfil your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.