This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.Theme = window.Theme || { | |
init: function() { | |
Theme.fadeInContent(), Theme.Turbolinks.init(), this.reload() | |
}, | |
reload: function() { | |
Theme.$ = { | |
html: $("html"), | |
body: $("body"), | |
container: $(".container"), | |
header: $(".header"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"statusCode": 200, | |
"message": "A visualization data", | |
"data": { | |
"_id": "7CafCn5uAtdpdgZK8", | |
"name": "Bio Clusters II", | |
"theme": { | |
"colorOn": "#b4b7bd", | |
"radarMainColor": "#ffffff", | |
"panelMainColor": "#ea4444", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// libsass (v3.0.2) | |
// ---- | |
$colourList: ( | |
id-1: ( | |
color1: #bbb, | |
color2: #ccc | |
), | |
id-2: ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@function gallery_column($width: 1680px) | |
@return round($width/$gallery_width) | |
@function gallery_width($width: 1680px) | |
@return ($width - $padding_menu) / $gallery_gutter / gallery_column($width) * 1px | |
@function image_padding($width: 1680px) | |
@return gallery_width($width) - (gallery_width($width) / $gallery_gutter) | |
$class-slug: gallerySlide !default | |
.gallery |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |