dont-track-me-google
Firefox and Chrome extensions to prevent Google from making links ugly.
JavaScript★ 587
Elegant puzzles solutions 🖊
git clone https://github.com/denvash/codingame-puzzles-solutions.gitdenvash/codingame-puzzles-solutions
Various 🌟 solutions ⭐ for Codingame puzzles.
If you are new check out How to contribute to a project on Github.
Got an elegant solution? Other programming language? Found a bug?
Post an issue or send an email: justdenva@gmail.com, I'll add it up!
const readFileSync = require('fs').readFileSync
const inputFile = 'lib/1.in'
const inArray = readFileSync(inputFile, 'utf8').split('\n')
const readline = () => inArray.shift()
// Use as normal readline function (Spider-Monkey) syntax;
const N = readline().split(' ').map(Number)
Dennis Vash - profile.
more like this
Firefox and Chrome extensions to prevent Google from making links ugly.
SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.
Provides the ability to show various dialogs and child windows in a DI injectable application dialog service ready to p…
search projects, people, and tags