I hereby claim:
- I am sontek on github.
- I am sontek (https://keybase.io/sontek) on keybase.
- I have a public key ASDV97u1WYLtLLSCDyELwsEhd9Bg45Stl1-QlPM3ups_jAo
To claim this, I am signing this object:
| #!/bin/sh | |
| git filter-branch -f \ | |
| --index-filter 'git rm --cached --ignore-unmatch Rakefile' HEAD | |
| git filter-branch --env-filter ' | |
| OLD_EMAIL="[email protected]" | |
| CORRECT_NAME="John Anderson" | |
| CORRECT_EMAIL="[email protected]" |
| { | |
| "fields": [ | |
| { | |
| "expression": { | |
| "attribute_name": "confirmation_number", | |
| "object_type": "attendee" | |
| }, | |
| "header": "Confirmation #" | |
| }, | |
| { |
| { | |
| "fields": [ | |
| { | |
| "expression": { | |
| "attribute_name": "confirmation_number", | |
| "object_type": "attendee" | |
| }, | |
| "header": "Confirmation #" | |
| }, | |
| { |
| { | |
| "object_types": "attendee", | |
| "sort_by": [ | |
| { | |
| "descending": false, | |
| "expression": { | |
| "element_id": "ATTENDEE_NAME", | |
| "attribute_name": "last_name", | |
| "object_type": "response" | |
| } |
| { | |
| "object_types": "attendee", | |
| "sort_by": [ | |
| { | |
| "descending": false, | |
| "expression": { | |
| "element_id": "ATTENDEE_NAME", | |
| "attribute_name": "last_name", | |
| "object_type": "response" | |
| } |
| /* | |
| save this file as "rendered_fonts.js" | |
| yarn add puppeteer | |
| node rendered_fonts.js | |
| */ | |
| const puppeteer = require('puppeteer'); | |
| (async () => { | |
| const browser = await puppeteer.launch(); | |
| const page = await browser.newPage(); |
| """ | |
| Required Attributes: | |
| 1. Vertabrate or Invertebrate | |
| 2. Fur or No Fur | |
| 3. Feathers or No Feathers | |
| 4. Gills or No gills | |
| 5. Scales or No Scales | |
| """ | |
| class Attributes: |
| def import_repo_via_selenium(self, repo_name): | |
| """ | |
| Howto use: | |
| 1. Check your version of Chrome with about:// | |
| 2. Download ChromeDriver that matches it: | |
| https://chromedriver.chromium.org/downloads | |
| 3. Unzip and put it somewhere in $PATH, I recommend /usr/local/bin/ | |
| """ | |
| api_url = 'https://gitlab.com/zapier/' | |
| DEFAULT_WAIT_TIME = 15 |
| #include <stdio.h> | |
| int main() { | |
| int year = 2007 ; | |
| printf("Hello World!\n") ; | |
| printf("CSSE 120 changed a lot in %d.\n", year) ; | |
| return 0 ; | |
| } |
I hereby claim:
To claim this, I am signing this object: