Skip to content

Instantly share code, notes, and snippets.

.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
@gustavobite
gustavobite / designer.html
Last active June 10, 2016 11:42
designer
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../google-map/google-map-search.html">
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../core-icons/core-icons.html">
<polymer-element name="my-element">
<template>
<style>
new String(Files.readAllBytes(Paths.get("src", aFileName))))
O retorno será uma string contendo todas as linhas do arquivo.
@gustavobite
gustavobite / gist:03d171b5672d72654277d4d8e6824bd8
Created January 16, 2017 12:24
Melhor forma para iteração em Map
for (Map.Entry<String,Integer> entry : testMap.entrySet()) {
entry.getKey();
entry.getValue();
}
@gustavobite
gustavobite / Links sobre Dev Mobile
Created April 27, 2018 04:37
Links e trechos sobre desenvolvimento mobile.
Link de ferramentas para gestão de projetos ágil:
https://startupcuritiba.com.br/medologia-agil/ferramentas-gratuitas-para-gerenciamento-agil-de-projetos
--- Find all schedules between two dates and id
db.getCollection('schedules').find({deviceId:'5CCF7FD6F728', time: {
$gte: ISODate("2017-08-24 18:14:14.000Z"),
$lt: ISODate("2017-08-24 18:14:14.000Z")
}})
http://zofe.com.br
https://devnaestrada.com.br
http://hipsters.tech/
https://www.lambda3.com.br/tag/podcast/
https://mundopodcast.com.br/podprogramar/
http://www.grokpodcast.com/
http://www.codingblocks.net/
http://thisdeveloperslife.com/