-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathtools_and_games.html
52 lines (51 loc) · 2.53 KB
/
tools_and_games.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: quaxio
---
<div class="post">
<header>
<img src="{{ site.baseurl }}/alok_small.jpg">
<div>
<h1><a href="{{ site.baseurl }}/">Alok Menghrajani</a></h1>
<p>
Previously: security engineer at Square, co-author of HackLang, put the 's' in https at Facebook. Maker of CTFs.
</p>
<br>
<p>
This blog does not use any tracking cookies and does not
serve any ads. Enjoy your anonymity; I have no idea who you are, where
you came from, and where you are headed to. Let's dream of an Internet
from times past.
</p>
<br>
<p>
<a href="{{ site.baseurl }}/">Home</a> |
<a href="/contact_me.html">Contact me</a> |
<a href="https://github.com/alokmenghrajani?tab=repositories">Github</a> |
<a href="/feed.xml">RSS feed</a> |
<a href="https://zxs.ch/">Consulting services</a> |
<a href="/tools_and_games">Tools & games</a>
</p>
</div>
</header>
<div>
<h1>Games</h1>
<p>Collection of free web games I built over the years.</p>
<ul>
<li><a href="/sliding_puzzle/puzzle.html">Sliding puzzle</a>: a game with a Rubik's cube-like feel to it.</li>
<li><a href="/2048">2048-undo</a>: the popular 2048 game with the ability to go back any number of moves.</li>
</ul>
<h1>Tools</h1>
<p>Collection of free web tools I built over the years.</p>
<ul>
<li><a href="/buildnext">Buildnext</a>: find LEGO sets that you can build using your current collection.</li>
<li><a href="/camping_list.html">Camping checklist</a>: use this checklist to plan your next camping trip.</li>
<li><a href="/noise.html">noise</a>: play white/pink/waterfall noise.</li>
<li><a href="/standup.html">Standup</a>: 2-min counter.</li>
<li><a href="/marquee.html?put%20your%20message%20here">marquee</a>: scroll a custom message</li>
<li><a href="/morse.html?unmute%20yourself">morse</a>: blink a custom message using morse code. Useful to tell people to unmute themselves during video calls.</li>
<li><a href="/tx-encdec.html">tx-encdec</a>: simple tool to decode/encode Bitcoin transactions.</li>
<li><a href="/one.html">One</a>, <a href="/two.html">two</a>, <a href="/three.html">three</a>, <a href="/four.html">four</a>, <a href="/five.html">five</a>, <a href="/six.html">six</a>, <a href="/seven.html">seven</a>: celebrate Squareversaries.</li>
<li><a href="/envoy-header-cert.html">Envoy header cert</a>: encode PEM certs as envoy XFCC headers.</li>
</ul>
</div>
</div>