Skip to content

Instantly share code, notes, and snippets.

View arthurdenner's full-sized avatar
🤓
Always trying to improve my skills and knowledge to apply them everywhere.

Arthur Denner arthurdenner

🤓
Always trying to improve my skills and knowledge to apply them everywhere.
View GitHub Profile
@arthurdenner
arthurdenner / machine.js
Created October 21, 2019 11:38
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@arthurdenner
arthurdenner / semantic.min.css
Created March 15, 2019 15:11
Minified version of Semantic UI 2.2.10
/*
* # Semantic UI - 2.2.10
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
@arthurdenner
arthurdenner / busca-gulosa-arthur-denner.js
Created April 19, 2018 21:08
Busca Gulosa - Arthur Denner
const map = {
iasi: [
{ city: 'neamt', distance: 87 },
{ city: 'vaslui', distance: 92 },
],
vaslui: [
{ city: 'urziceni', distance: 142 },
{ city: 'iasi', distance: 92 },
],
urziceni: [