Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am felipebn on github.
  • I am felipebn (https://keybase.io/felipebn) on keybase.
  • I have a public key ASBow54OaWWVc4rmkX9ML-yqeCeCkyMO_fYFm7c8ZJIYago

To claim this, I am signing this object:

@felipebn
felipebn / import_ESCO_csv_en.cql
Created February 25, 2019 13:00 — forked from rvanbruggen/import_ESCO_csv_en.cql
ESCO database in Neo4j
//Import ESCO using CSV files
create index ON :Occupation(ISCOGroup);
create index ON :Occupation(altLabels);
create index ON :Skill(altLabels);
create index ON :ISCOGroup(code);
create index ON :Skill(conceptUri);
create index ON :ISCOGroup(conceptUri);
create index ON :Occupation(conceptUri);
create index ON :Occupation(preferredLabel);
create index ON :Skill(preferredLabel);
@felipebn
felipebn / srcset-debug-util.js
Created December 15, 2021 12:24 — forked from fatso83/srcset-debug-util.js
SrcSet debug utility to print info on the currently loaded image
/**
* Use this to help determine which images are being used
* at which breakpoint. Will print lots of useful information
* on shown resolution, actual resolution, DPR and more
* Usage:
* var elems = document.querySelectorAll('.c-hero-banner__background img')
* responsiveImageDebugOutput(elems);
*
* Author: Carl-Erik Kopseng
* Source: https://gist.github.com/fatso83/55fc446df3f3965ecd66e8307a5dc0e6
@felipebn
felipebn / 3rdparty.js
Last active September 27, 2023 01:37
3rdparty.js script loading callback
console.log("3rdparty script START");
// this should be called from consumer page
window.customFunction = function () {
console.log("custom function called!!!!");
};
console.log("3rdparty script END");
@felipebn
felipebn / resume.json
Created December 27, 2023 00:51
resume.json
{
"meta": {
"theme": "stackoverflow"
},
"basics": {
"name": "Felipe Brandão Nascimento",
"label": "Full Stack Engineer",
"picture": "",
"email": "felipe.nascimento1@gmail.com",
"phone": "+351 932 370 071",