6 private links
Promise visualization
Review the code as it's been written, appoint a merger, select multiple people to review your work, discuss the best solutions with your peers, make sure all you code policies are applied and much more.
In Cuba there is barely any internet. Anything but the state-run TV channels is prohibited. Publications are limited to the state-approved newspapers and magazines. This is the law. But in typical Cuban fashion, the law doesn't stop a vast underground system of entertainment and news media distributors and consumers.
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()
);
Instantly Turn Web Pages into Data
Clean Thesis is a clean, simple, and elegant LaTeX style for thesis documents.
In this tutorial we are going to build a simple neural network that will recover password from a broken one.
DEC64 is a number type. It can precisely represent decimal fractions with 16 decimal places, which makes it very well suited to all applications that are concerned with money. It can represent values as gargantuan as 3.6028797018963967E+143 or as measly as 1.0E-127, which makes it well suited to most scientific applications. It can provide very fast performance on integer values, eliminating the need for a separate int type and avoiding the terrible errors than can result from int truncation.
There’s been a lot of attention recently around a number of vulnerabilities in Android’s libstagefright. There’s been a lot of confusion about the remote exploitability of the issues, especially on modern devices. In this blog post we will demonstrate an exploit for one of the libstagefright vulnerabilities that works on recent Android versions (Android 5.0+ on Nexus 5).
Modern OpenGL wrapper, thin C++14 header-only layer on top of the OpenGL 4.5+ API
Ring is a secure and distributed voice, video and chat communication platform that requires no centralized server and leaves the power of privacy in the hands of the user.