I hereby claim:
- I am bentglasstube on github.
- I am bentglasstube (https://keybase.io/bentglasstube) on keybase.
- I have a public key whose fingerprint is A81F EB89 3949 D5BC 3769 1966 905C 32EA 94FD 72A0
To claim this, I am signing this object:
| [ | |
| [ | |
| { | |
| "c": "#ff6d1a", | |
| "t": "#2b2c2e", | |
| "a": 7 | |
| }, | |
| "esc\n\n\n\nsleep", | |
| { | |
| "c": "#d9dae0" |
| class Email { | |
| public: | |
| Email(); | |
| static Email* make_conference_email(const std::string& month); | |
| static Email* make_angry_boss_email(const std::string& boss_name, int lives); | |
| std::string from, subject, body; | |
| bool conference; | |
| }; |
| class Email { | |
| public: | |
| Email(); | |
| static Email* make_conference_email(const std::string& month); | |
| static Email* make_angry_boss_email(const std::string& boss_name, int lives); | |
| std::string from, subject, body; | |
| bool conference; | |
| }; |
| #!/usr/bin/env perl | |
| # in vim, :set keywordprg=perl-doc-lookup | |
| use strict; | |
| use warnings; | |
| my $search = shift; | |
| my $url = 'https://metacpan.org/'; |
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| # Lines that start with any of these words will be left-aligned | |
| # Also lines that are labels or comments or empty | |
| # Anything else will be indented by exactly one tab | |
| my @leftwords = qw( | |
| segment |
| #!/bin/sh | |
| id=$(xinput --list |grep 'USB Keyboard' |head -1 |grep -oP '(?<=id=)\d+') | |
| xinput --test $id >> ~/Documents/keylog.txt |
| # Maintainer: Wijnand Modderman-Lenstra <[email protected]> | |
| pkgname=bluejeans | |
| pkgver=2.7.215.8 | |
| pkgrel=1 | |
| pkgdesc="BlueJeans browser plugin" | |
| arch=('x86_64') | |
| url="http://www.bluejeans.com/" | |
| license=('Proprietary') | |
| groups=() | |
| conflicts=(bjnplugin) |
| cng : create base class for your forms, and set | |
| widget_name_space there. | |
| cng : Don't forget field_name_space while you're at it. You may | |
| well want to customize (or create new) field types as well | |
| bentglasstube : ah yeah that makes sense, I've been at it too long today | |
| and not thinking of the obvious solution | |
| cng : :-D | |
| cng : I went through same process late last year ;-) | |
| bentglasstube : one problem I will have with that is that some of my | |
| forms use HTML::FormHandler and some use |
I hereby claim:
To claim this, I am signing this object: