Daily Shaarli

All links of one day in a single page.

September 23, 2015

Stupid Template Tricks: Template Assembler

Asm<int>(
MOV(ecx, 5_d),
MOV(eax, 0_d),
"start"_label,
CMP(ecx, 0_d),
JE("done"_rel8),
ADD(eax, 6_d),
DEC(ecx),
JMP("start"_rel8),
"done"_label,
RET()
);

How I ended up writing new real-time kernel [Dmitry Frank]
awesome-selfhosted
thumbnail
Password recovery — NeuPy

In this tutorial we are going to build a simple neural network that will recover password from a broken one.

import.io | Web Data Platform & Free Web Scraping Tool

Instantly Turn Web Pages into Data

Clean Thesis — A LaTeX Style for Thesis Documents • Developed by Ricardo Langner

Clean Thesis is a clean, simple, and elegant LaTeX style for thesis documents.