7 private links
cheerp is the C++ compiler for the web
Write a web application, or port your existing one, all in C++. cheerp will generate JavaScript code that can run on any browser.
The idea of transactional memory is to create a block of a code that will be executed 'atomically'. Thanks to this abstraction, the creation of a concurent program is a bit easier. Indeed, it avoids the usage of locks to protect a shared data-structure or variable. This block delimits the start and the commit of the transaction.
Since the ancient times it is considered that the IP Address and the HTTP Cookies is the only reliable digital fingerprints which affects the online privacy and web browser identity. After a while, the privacy invaders began to looking for the ways to increase the user-tracking reliability to identify users from the general flow, they started to collect more and more additional user sensitive information.
Today the situation is more disappointing. Modern web browsers has not been architected to assure personal web privacy. Developers of major anonymity networks like TOR have no choice to edit the source code of a web browsers to somehow smooth over the situation, but this is sometimes not enough.
BrowserLeaks.com — It's all about Web Browser Fingerprinting. Here you will find the gallery of web browser security testing tools, that tell you what exactly personal identity data may be leaked without any permissions when you surf the Internet.
A SSL certificate is a way to encrypt a site's information and create a more secure connection. Additionally, the certificate can show the virtual private erver's identification information to site visitors. Certificate Authorities can issue SSL certificates that verify the server's details while a self-signed certificate has no 3rd party corroboration.
Nous avons souvent tendance à considérer un individu ou un système comme stupide parce qu’il ne remplit pas les objectifs prévus, qu’il n’a pas les résultats escomptés. Or, dans l’immense majorité des cas, une recherche un peu plus approfondie démontrera qu’il n’en est rien. La majorité des humains et des systèmes fonctionnent très bien. C’est juste que nous nous méprenons souvent sur l’objectif réel
Learn how to use metasploit
One of the leading problems in cyber security today is the emergence
of targeted attacks conducted by adversaries with access to
sophisticated tools, sometimes referred to as Advanced Persistent
Threats (APTs). These attacks target specific organisations or
individuals and aim at establishing a continuous and undetected
presence in the targeted infrastructure. The goal of these attacks
is often espionage: stealing valuable intellectual property and
confidential documents
libtins is a high-level, multiplatform C++ network packet sniffing and crafting library.
Its main purpose is to provide the C++ developer an easy, efficient, platform and endianess-independent way to create tools which need to send, receive and manipulate network packets.
A 3D game engine written in Go!
A blog about D programming language
C library to restrict resources access and to perform basic profiling on subprocesses.
Window Switch is a tool which allows you to display running applications on other computers than the one you start them on. Once an application has been started via a winswitch server, it can be displayed on other machines running winswitch client, as required.
You no longer need to save and send documents to move them around, simply move the view of the application to the machine where you need to access it.
Simple-Stupid user-space program doing "kill -STOP" and "kill -CONT" to protect from thrashing
Thrashing: https://en.wikipedia.org/wiki/Thrashing_%28computer_science%29
Stellar is a decentralized protocol for sending and receiving money in any pair of currencies. This means users can, for example, send a transaction from their Yen balance and have it arrive in Euros, Yen, or even bitcoin. We’re expecting to support the usual categories of transactions: payments to a merchant, remittances back home, or rent splits with a roommate.