Skip to content

Instantly share code, notes, and snippets.

View quintela's full-sized avatar
🐪

Tiago Quintela quintela

🐪
View GitHub Profile
@quintela
quintela / keybase.md
Created October 9, 2018 14:49
keybase.md

Keybase proof

I hereby claim:

  • I am quintela on github.
  • I am quintela (https://keybase.io/quintela) on keybase.
  • I have a public key ASAAwT8TluKz68hcbEsq_96eJRadaoKlQc16ZmzwUVUp8Ao

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am quintela on github.
  • I am quintela (https://keybase.io/quintela) on keybase.
  • I have a public key ASC0TM5PRxb08rWeTYTaVnj2aaNUoJB41oYiCXo9rymjtQo

To claim this, I am signing this object:

@quintela
quintela / curl-easy
Created January 26, 2017 20:14
www::curl::easy
nonnull parameter 'pv' will evaluate to 'true' on first encounter
[-Wpointer-bool-conversion]
if (pv && len > 1) {
^~ ~~
In file included from Curl.xs:574:
./curlopt-constants.c:19:58: error: non-void function 'constant' should return a value [-Wreturn-type]
if (strEQ(name, "DID_MEMORY_FUNC_TYPEDEFS")) return CURL_DID_MEMORY_FUNC_TYPEDEFS;
^
./curlopt-constants.c:128:49: error: use of undeclared identifier 'CURL_STRICTER'
if (strEQ(name, "STRICTER")) return CURL_STRICTER;
@quintela
quintela / keybase.md
Created November 4, 2016 16:27
keybase.io proof of my github identity

Keybase proof

I hereby claim:

  • I am quintela on github.
  • I am tquintela (https://keybase.io/tquintela) on keybase.
  • I have a public key ASBtKuHIm9b6ZrC6Q-D132Duc8anuT-aIF-IH4XVa4oCTwo

To claim this, I am signing this object:

@quintela
quintela / list_dropbox_files
Last active August 29, 2015 14:22
list dropbox files
#!/usr/env/perl
use 5.20.1;
use Data::Dumper;
use HTTP::Tiny;
use JSON::XS qw(decode_json);
my $token = shift;