I hereby claim:
- I am jvperrin on github.
- I am jvperrin (https://keybase.io/jvperrin) on keybase.
- I have a public key whose fingerprint is 9E29 E330 1DEA 8343 A5AA 57B2 4556 CDB7 5021 CA3E
To claim this, I am signing this object:
| # This ordering will not work: | |
| resources :posts, :except => :index | |
| get "/posts" => "posts#index", :as => :posts | |
| # This ordering will work: | |
| get "/posts" => "posts#index", :as => :posts | |
| resources :posts, :except => :index | |
| # Both work, however, in Rails 3.2.13. |
| var | |
| styleSheets = document.styleSheets, | |
| totalStyleSheets = styleSheets.length; | |
| for (var j = 0; j < totalStyleSheets; j++){ | |
| var | |
| styleSheet = styleSheets[j], | |
| rules = styleSheet.cssRules, | |
| totalRulesInStylesheet = rules.length, | |
| totalSelectorsInStylesheet = 0; |
| #!/bin/bash | |
| HW_NAME=$(basename "$PWD") | |
| if [[ $HW_NAME == *"grades" ]] | |
| then | |
| echo "Submitting self-grades!" | |
| echo "Uploading the grades to the instructional servers..." | |
| ssh ee16a "mkdir -p ~/classes/ee16a/$HW_NAME" |
| #!/usr/bin/env python3 | |
| import argparse | |
| import getpass | |
| import json | |
| import os | |
| import subprocess | |
| import sys | |
| import threading | |
| import time | |
| from io import BytesIO |
| Sep 5 18:40:38 jaws kernel: [847903.839868] jbd2/dm-0-8(1762): WRITE block 1074068640 on dm-0 (8 sectors) | |
| Sep 5 18:40:38 jaws kernel: [847903.839874] jbd2/dm-0-8(1762): WRITE block 1074068648 on dm-0 (8 sectors) | |
| Sep 5 18:40:38 jaws kernel: [847903.839876] jbd2/dm-0-8(1762): WRITE block 1074068656 on dm-0 (8 sectors) | |
| Sep 5 18:40:38 jaws kernel: [847903.839879] jbd2/dm-0-8(1762): WRITE block 1074068664 on dm-0 (8 sectors) | |
| Sep 5 18:40:38 jaws kernel: [847903.839882] jbd2/dm-0-8(1762): WRITE block 1074068672 on dm-0 (8 sectors) | |
| Sep 5 18:40:38 jaws kernel: [847903.840029] jbd2/dm-0-8(1762): WRITE block 1074068680 on dm-0 (8 sectors) | |
| Sep 5 18:40:38 jaws kernel: [847903.846176] nfsd(2805): dirtied inode 52455962 (showbot_error.txt) on dm-0 | |
| Sep 5 18:40:38 jaws kernel: [847903.846186] nfsd(2805): dirtied inode 52455962 (showbot_error.txt) on dm-0 | |
| Sep 5 18:40:38 jaws kernel: [847903.846188] nfsd(2805): dirtied inode 52455962 (showbot_error.txt) on dm-0 | |
| Sep 5 18:40:38 jaws kernel: [847903.846212] nfsd(2805): W |
| jvperrin@supernova:~$ dig -x 169.229.226.203 @128.32.206.12 | |
| ; <<>> DiG 9.10.3-P4-Debian <<>> -x 169.229.226.203 @128.32.206.12 | |
| ;; global options: +cmd | |
| ;; Got answer: | |
| ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48636 | |
| ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 | |
| ;; OPT PSEUDOSECTION: | |
| ; EDNS: version: 0, flags:; udp: 4096 |
| #!/usr/bin/env python3 | |
| import operator | |
| import os | |
| MIRROR_PATH = '/opt/mirrors/ftp' | |
| dists = { dist: { 'in': 0, 'out': 0 } | |
| for dist in os.listdir(MIRROR_PATH) | |
| if os.path.isdir(MIRROR_PATH + '/' + dist) } |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python3 | |
| import ldap3 | |
| import ssl | |
| server = ldap3.Server('dev-ldap.ocf.berkeley.edu', use_ssl=True) | |
| connection = ldap3.Connection(server, authentication=ldap3.SASL, sasl_mechanism='GSSAPI') | |
| connection.bind() | |
| print(connection.extend.standard.who_am_i()) |
| {"host":"93331cf6a326","log":{"file":"/cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.0/src/poll.rs","line":501,"module_path":"mio::poll","target":"mio::poll"},"message":"registering event source with poller: token=Token(1), interests=READABLE | WRITABLE","metadata":{"kind":"event","level":"TRACE","module_path":null,"target":"log"},"pid":481,"source_type":"internal_logs","timestamp":"2022-04-16T01:27:13.984764214Z"} | |
| {"host":"93331cf6a326","log":{"file":"/cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.0/src/poll.rs","line":501,"module_path":"mio::poll","target":"mio::poll"},"message":"registering event source with poller: token=Token(2), interests=READABLE | WRITABLE","metadata":{"kind":"event","level":"TRACE","module_path":null,"target":"log"},"pid":481,"source_type":"internal_logs","timestamp":"2022-04-16T01:28:02.627987669Z"} | |
| {"host":"93331cf6a326","log":{"file":"/cargo/registry/src/github.com-1ecc6299db9ec823/mio-0.8.0/src/poll.rs","line":632,"module_path":"mio::poll","target":"mio::poll"}, |