Skip to content

Instantly share code, notes, and snippets.

window.Theme = window.Theme || {
init: function() {
Theme.fadeInContent(), Theme.Turbolinks.init(), this.reload()
},
reload: function() {
Theme.$ = {
html: $("html"),
body: $("body"),
container: $(".container"),
header: $(".header"),
Apr 18, 2018 5:37:23 PM pt.gov.autenticacao.Agente startServer
INFO: A iniciar... versão = 2.0.26
Apr 18, 2018 5:37:23 PM pt.gov.autenticacao.configuracao.Configuration <init>
INFO: Exceção: Configuration(): /Users/arthursoares/Library/Application Support/plugin Autenticação.Gov/plugin.Autenticacao.Gov.config (No such file or directory)
Apr 18, 2018 5:37:44 PM pt.gov.autenticacao.Service serve
INFO: Pedido -- uri = /isAlive; method = POST; uptime = 22,535
Apr 18, 2018 5:37:44 PM pt.gov.autenticacao.Service replyIsAlive
INFO: Pedido replyIsAlive UUID: 97343242-8606-4764-aa8f-0973b00260df Wed Apr 18 17:37:44 CEST 2018
Apr 18, 2018 5:37:44 PM pt.gov.autenticacao.Service serve
INFO: Pedido -- uri = /cc-auth; method = POST; uptime = 22,790
@arthursoares
arthursoares / importJSON.gs
Created November 2, 2017 16:25
importJSON on Google Drive
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();
@arthursoares
arthursoares / importJSON.gs
Created November 2, 2017 16:25
importJSON on Google Drive
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();
@arthursoares
arthursoares / importJSON.gs
Created November 2, 2017 16:25
importJSON on Google Drive
/**
* Retrieves all the rows in the active spreadsheet that contain data and logs the
* values for each row.
* For more information on using the Spreadsheet API, see
* https://developers.google.com/apps-script/service_spreadsheet
*/
function readRows() {
var sheet = SpreadsheetApp.getActiveSheet();
var rows = sheet.getDataRange();
var numRows = rows.getNumRows();
{
"statusCode": 200,
"message": "A visualization data",
"data": {
"_id": "7CafCn5uAtdpdgZK8",
"name": "Bio Clusters II",
"theme": {
"colorOn": "#b4b7bd",
"radarMainColor": "#ffffff",
"panelMainColor": "#ea4444",
@arthursoares
arthursoares / SassMeister-input.scss
Created May 12, 2017 12:22
Generated by SassMeister.com.
// ----
// libsass (v3.0.2)
// ----
$colourList: (
id-1: (
color1: #bbb,
color2: #ccc
),
id-2: (
@-moz-document domain("workflowy.com") {
@namespace url(http://www.w3.org/1999/xhtml);
/* Set main font for bullet points and editor */
BODY,
TEXTAREA,
DIV.content {
/*font-family: 'Segoe UI Semibold' !important;*/
/*font-family: 'Segoe UI' !important;*/
font-size: 17px;
arthursoares@Arthurs-MBP:~/Sites/tdb/src|master
⇒ npm start
> tdb@ start /Users/arthursoares/Sites/tdb/src
> npm run build-env && npm run start-dev
> tdb@ build-env /Users/arthursoares/Sites/tdb/src
> ../scripts/build-env.sh