Skip to content

Instantly share code, notes, and snippets.

View flav's full-sized avatar

Flavio daCosta flav

View GitHub Profile

This is a set of ‘statuses’ that pull request comments should be marked with to help explain intent.

via [Scaling Square Register][1] on objc.io

  • Required: this must be fixed before merge
  • Nice to have: this should be fixed eventually
  • A personal preference: I would do this, but you don’t have to.
  • A question: What does this do?
  • A change: I have pushed a set of changes that I want to call out
  • Not in original [Square article][1]
#!/usr/bin/php
<?php
ini_set('error_log', null);
ini_set('error_reporting', E_ALL);
ini_set('show_errors', 1);
$socket = stream_socket_client('ssl://server.reverselayaway.com:465', $errorNum, $errorStr, 4);
var_dump($socket);

Keybase proof

I hereby claim:

  • I am flav on github.
  • I am flav (https://keybase.io/flav) on keybase.
  • I have a public key whose fingerprint is AB19 BA6B B702 12C6 952B 39B5 0326 BA4E 7903 64E5

To claim this, I am signing this object:

[flav@hex46 ~]$ cat >/tmp/delme.php
<?php
class foo {}
^D
[flav@hex46 ~]$ file /tmp/delme.php
/tmp/delme.php: C++ source, ASCII text
gearman -w -p 4729 -c40000 -f solrIndexEntity | perl -pe 's/}{/}\n{/g' | sort | uniq | while read params; do echo $params; gearman -b -f solrIndexEntity -p 4729 -h drone02.us0.nutshell.com -s $params; done | wc -l
alias cgd='p=$(pwd);t=; until [ "$p" = "$d" ]; do p=${p#*/}; d=${p%%/*}; t="$t/$d"; if [ -d "$t/.git" ]; then cd "$t"; break; fi; done'