I hereby claim:
- I am benmezger on github.
- I am seds (https://keybase.io/seds) on keybase.
- I have a public key ASCpPd8-czLpjJ4grfQaxbehHKyPMYVIw0FT2qsCuC2wWQo
To claim this, I am signing this object:
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:2.5.4.3 | |
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:mace:dir:attribute-def:sn | |
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:2.5.4.4 | |
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:mace:rnp.br:attribute-def:brEduAffiliationType | |
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:1.3.6.1.4.1.15996.100.1.1.2.1 | |
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:mace:dir:attribute-def:eduPersonPrincipalName | |
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute urn:oid:1.3.6.1.4.1.5923.1.1.1.6 | |
| sp-shibd 2017-09-04 19:14:33 INFO Shibboleth.AttributeExtractor.XML : creating mapp |
| int write_dir(FILE *fp, char *fname, struct fat_dir *dir){ | |
| strncpy((char *) dir->name, (char *) fname, sizeof(fname)); | |
| if (fwrite(dir, 1, sizeof(struct fat_dir), fp) <= 0) | |
| return -1; | |
| return 0; | |
| } | |
| int write_data(FILE *fp, char *fname, struct fat_dir *dir, struct fat_bpb *bpb){ |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [ $UID = 0 ] && \ | |
| alias rm='rm -i' && \ | |
| alias mv='mv -i' && \ | |
| alias cp='cp -i' |
| # Monokai color theme for the color GNU ls utility. | |
| # Designed for dircolors (GNU coreutils) 5.97 | |
| # | |
| # This file was largely inspired by seebi/dircolors-solarized on github. | |
| # | |
| # How the colors were selected: | |
| # - Terminal emulators often have an option typically enabled by default that makes | |
| # bold a different color. It is important to leave this option enabled so that | |
| # you can access the entire 16-color palette, and not just 8 colors. | |
| # - We favor universality over a greater number of colors. So we limit the number |
| # | |
| # dotzsh : https://github.com/dotphiles/dotzsh | |
| # | |
| # Defines environment variables. | |
| # | |
| # Authors: | |
| # Ben O'Hara <[email protected]> | |
| # | |
| # Paths |
| # | |
| # Provides for an easier use of GPG by setting up gpg-agent. | |
| # | |
| # Authors: | |
| # Sorin Ionescu <[email protected]> | |
| # | |
| # Return if requirements are not found. | |
| if (( ! $+commands[gpg-agent] )); then | |
| return 1 |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| fg = '\033[38;5;' | |
| bg = '\033[48;5;' | |
| for i in range( 0, 256): | |
| n = str(i) | |
| fgstr = fg + n + 'm' + n | |
| bgstr = bg + n + 'm' 'XXXXX' | |
| print fgstr, bgstr, '\033[0m' |