I hereby claim:
- I am hugocf on github.
- I am hugocf (https://keybase.io/hugocf) on keybase.
- I have a public key ASCIB_fbfp4kz1MT0dwBgpScL-2FHITn-IBFvztOc9e4sQo
To claim this, I am signing this object:
"Infinite patience yields immediate results..." - Ancient proverb | |
"Do, or do not. There is no 'try'." - Yoda | |
"It's the job that's never started as takes longest to finish" - Samwise Gamgee | |
"There's no speed limit!" - Derek Sivers |
macbookpro$ pwd | |
/System/Library/Frameworks/JavaVM.framework/Versions | |
macbookpro$ diff -r A.old/ A/ | |
diff -r A.old/CodeResources A/CodeResources | |
9c9 | |
< QCrcIQC/TlfpkL7+QEydYU6A+SE= | |
--- | |
> mOoqFgfAGTAdgmn6uiOoeIQ2zC8= | |
13c13 |
<?php | |
/* | |
Plugin Name: Custom Functionality Plugin | |
Description: Custom functionality specific for this site, regardless of the theme used. | |
Version: 1.0 | |
Author: Example | |
Author URI: http://example.com | |
*/ | |
#!/usr/bin/env bash | |
# Created by Hugo Ferreira <[email protected]> on isoD | |
# Licensed under the MIT License: https://opensource.org/licenses/MIT | |
set -u # treat unset variables as errors | |
readonly BASEDIR=$(cd "$(dirname "$0")" && pwd) # where the script is located | |
readonly CALLDIR=$(pwd) # where it was called from | |
readonly SUCCESS=0 # exit status of bash commands |
# | |
# Use name-based virtual hosting. | |
# | |
NameVirtualHost *:80 | |
# | |
# Dynamic virtual hosting | |
# | |
# http://some.example.dev => /Users/username/Sites/example | |
<VirtualHost *:80> |
- (void)parseMarkdownLinks:(NSString *)text { | |
assert(text); | |
NSError *error = NULL; | |
NSString *pattern = @"\\[([^\\]]+)\\]\\(([^\\)\"\\s]+)(?:\\s+\"(.*)\")?\\)"; | |
NSRegularExpression *regex = [NSRegularExpression regularExpressionWithPattern:pattern options:0 error:&error]; | |
NSArray *matches = [regex matchesInString:text options:0 range:NSMakeRange(0, [text length])]; | |
for (NSTextCheckingResult* match in matches) { | |
NSString *matchString = [text substringWithRange:[match range]]; |
I hereby claim:
To claim this, I am signing this object:
❌ Error for site 'site1' because filter is 'gibberish' | |
✅ Testing site 'site1' because filter is '' | |
✅ Testing site 'site1' because filter is 'site1' | |
🙈 Skipping site 'site1' because filter is 'site2' | |
🙈 Skipping site 'site1' because filter is 'site3' | |
🙈 Skipping site 'site1' because filter is 'site4' | |
❌ Error for site 'site2' because filter is 'gibberish' | |
✅ Testing site 'site2' because filter is '' | |
🙈 Skipping site 'site2' because filter is 'site1' |
#!/usr/bin/env bash | |
# Get mouse coordinates with: cliclick p | |
readonly catalogue=88,382 | |
readonly kind=326,388 | |
readonly kind_location=329,582 | |
readonly first_location=505,478 | |
readonly three_dots=1338,218 | |
readonly unregister_entity=1273,271 | |
readonly delete_entity=474,809 |