I hereby claim:
- I am waitingallday on github.
- I am waitingallday (https://keybase.io/waitingallday) on keybase.
- I have a public key whose fingerprint is 64DE 4D03 53E8 8064 16B5 7E7A 7E6E BD36 D32A E9D5
To claim this, I am signing this object:
| export NODE_VERSION="22.11.0" \ | |
| && addgroup -g 1001 node \ | |
| && adduser -u 1001 -G node -s /bin/sh -D node \ | |
| && apk add --no-cache \ | |
| libstdc++ \ | |
| && apk add --no-cache --virtual .build-deps \ | |
| curl \ | |
| && ARCH= OPENSSL_ARCH='linux*' && alpineArch="$(apk --print-arch)" \ | |
| && case "${alpineArch##*-}" in \ | |
| x86_64) ARCH='x64' CHECKSUM="95e9a410b7ce732705493cd44496c8e77ccb11516c75c2ef794f19a9943d178c" OPENSSL_ARCH=linux-x86_64;; \ |
| # specify a directory to install | |
| cask_args appdir: '/Applications' | |
| # install packages | |
| tap "homebrew/bundle" | |
| tap "homebrew/cask" | |
| tap "github/gh" | |
| tap "amazeeio/lagoon-cli" | |
| tap "romkatv/powerlevel10k" |
| # specify a directory to install | |
| cask_args appdir: '/Applications' | |
| # install packages | |
| tap "homebrew/cask" | |
| tap "github/gh" | |
| tap "amazeeio/lagoon-cli" | |
| tap "romkatv/powerlevel10k" | |
| # Essential SDP tools |
| find . -name '.htaccess' | grep -v twig |
| pagetitle() { | |
| return this.$t('course.overview').toLowerCase().slice(0,1).toUpperCase() + this.$t('course.overview').toLowerCase().slice(1); | |
| }, |
| Handlebars.registerHelper('pagebuttons', function(totalMatching, currStart, query) { | |
| var q = query, | |
| out = "", | |
| pages = (parseInt(totalMatching / 10)) + 1, | |
| currPage = currStart <= 1 ? 1 : (currStart + 9) / 10, | |
| startPage = (currPage - 2) >= 1 ? (currPage === pages ? currPage - 2 : currPage - 1) : 1, | |
| endPage = (currPage + 2) <= pages ? (currPage === 1 ? currPage + 2 : currPage + 1) : pages, | |
| i; | |
| for (i = startPage; i <= endPage; i++) { |
| (?:[youtbe.com\/wahd\?])(?:\w+=[\w+,.-]+\&)*(?:v=)?(?<videoid>[a-zA-Z0-9\-\_]{6,60})(?:\&\w+=[\w+,.-]+)*$ |
| recordset.each do |entry| | |
| # Some other stuff | |
| # ... | |
| image_field = 'content' # 'description' in rss | |
| unless entry[image_field].nil? | |
| img = entry[image_field].match(/<img.+?src=[\"'](.+?)[\"'].*?>/) | |
| unless img.nil? | |
| item[:image] = raw.merge(img[1]).to_s |
| form = document.querySelector("form"); | |
| form.addEventListener("submit", function(event) { | |
| e.preventDefault(); | |
| window.location = this.action + "#q=" + this.elements[1].value | |
| } | |
| // or you could wrap it in a domready container ie. | |
| var domReady = function() { | |
| n = document.querySelector("form"), n.addEventListener("submit", function(e) { |
I hereby claim:
To claim this, I am signing this object: