Hurl.it – simple online tool to do http requests – goes to my bookmarks.
Category Archives: Рекомендую
Check you browser ECMAScript2015 support
Simple ECMAScript2015 support open-source checker.
history.google.com – search in your search history
With google you can search for text, images, videos, location, and many other things. But not you can do search even in your search history! history.google.com lets you filter by date, get statistic and even delete(?really) any record.
‘fuck’ – command for all the cases
Sublime plugin for nginx config
Nginx Syntax Highlighting Plugin from Brandon Wamboldt. Don’t know why it’s not yet native for sublime.
localtunnel – show your work to anyone
localtunnel – easy way to share your work(local server output) by providing tunnel from your machine to the internet.
All you need to so is run 2 commands:
[shell]
$ npm install -g localtunnel
$ lt –port 8000
[/shell]
And after you’ll get the link to share, something like https://gqgh.localtunnel.me
faker.js – data generator library
Touch Pianist – train your rhythm
Touch Pianist – looks useless, but you could stick to it for hours, trust me.
2048 game and cheats with localStorage
When I just started playing 2048 I got 2048 number in several days and in a few days more I was able to reach this number in half an hour so the game became quite boring for me, because each time when you fail on bigger numbers you should begin from the very first stage. So why not to have possibility to save the result? Even it’s not provided by authors of the game it should be not difficult to create such plugin, because everything is stored in localStorage, and, of course, it should already be a lot of different solutions. I found this userscript – 2048 save game. And now we can play for bigger numbers and think about more effective algorithm.
And our goal now not just reach some number, but to reach the maximum possible number! ;)