Skip to content

Instantly share code, notes, and snippets.

View jhudler's full-sized avatar

Jônatas Hudler jhudler

View GitHub Profile
@jhudler
jhudler / Program.cs
Created February 3, 2022 15:32
Hot Reload + static Reflection variables issue
// Program.cs
using System.Linq.Expressions;
using System.Reflection;
while (true)
{
await Task.Delay(2000);
// Change the first character and save
Console.WriteLine("- " + MyClass.GetDummyValue());
@jhudler
jhudler / banco_codigo.json
Created September 29, 2020 22:36 — forked from antoniopresto/banco_codigo.json
JSON bancos do brasil com código
[
{
"value": "001",
"label": "Banco do Brasil S.A."
},
{
"value": "003",
"label": "Banco da Amazônia S.A."
},
{
@jhudler
jhudler / designer.html
Last active August 29, 2015 14:15
designer
<link rel="import" href="../google-map/google-map-directions.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<polymer-element name="my-element">
<template>