Skip to content

Instantly share code, notes, and snippets.

View kantord's full-sized avatar

Dániel Kántor kantord

View GitHub Profile
Go 3 hrs 49 mins ███████▌░░░░░░░░░░░░░ 36.0%
TypeScript 3 hrs 45 mins ███████▍░░░░░░░░░░░░░ 35.4%
Makefile 1 hr 40 mins ███▎░░░░░░░░░░░░░░░░░ 15.8%
SQL 1 hr 10 mins ██▎░░░░░░░░░░░░░░░░░░ 11.1%
Markdown 4 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.7%
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@joyrexus
joyrexus / README.md
Last active February 24, 2024 15:16
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")
@dtolb
dtolb / node-docs.md
Last active May 6, 2019 09:29
Generate Docs

Deploy JsDoc to Github pages

Tools

Install

npm install minami --save-dev npm install jsdoc --save-dev

@xem
xem / codegolf.md
Last active March 22, 2024 15:41
JS code golfing

codegolf JS

Mini projects by Maxime Euzière (xem), subzey, Martin Kleppe (aemkei), Mathieu Henri (p01), Litterallylara, Tommy Hodgins (innovati), Veu(beke), Anders Kaare, Keith Clark, Addy Osmani, bburky, rlauck, cmoreau, maettig, thiemowmde, ilesinge, adlq, solinca, xen_the,...

(For more info and other projects, visit http://xem.github.io)

(Official Slack room: http://jsgolf.club / join us on http://register.jsgolf.club)

anonymous
anonymous / untrusted-lvl10-solution.js
Created April 23, 2014 19:56
Solution to level 10 in Untrusted: http://alex.nisnevich.com/untrusted/
/*************
* ambush.js *
*************
*
* Oh. Oh, I see. This wasn't quite part of the plan.
*
* Looks like they won't let you take the Algorithm
* without a fight. You'll need to carefully weave your
* way through the guard drones.
*
anonymous
anonymous / untrusted-lvl6-solution.js
Created April 22, 2014 11:46
Solution to level 6 in Untrusted: http://alex.nisnevich.com/untrusted/
/****************
* drones101.js *
****************
*
* Do you remember, my dear Professor, a certain introductory
* computational rationality class you taught long ago? Assignment
* #2, behavior functions of autonomous agents? I remember that one
* fondly - but attack drones are so much easier to reason about
* when they're not staring you in the face, I would imagine!