Building a website with C++ (CppCMS). Part 1.

Written by Drus_K

Dear %username% , I would like to share with you my first-hand experience in creating a Website on CppCMS (library-template engine on C++). It can also be named as “help for beginners on CppCMS”. Why Would You Write a Website with C++ There are different pros and cons...

LibreS3: Open Source Amazon S3 Implementation

Written by Kukuruku Hub

The first version of LibreS3 project has been announced . LibreS3 is a robust open source implementation of the Amazon S3 service, supporting a subset of the S3 REST API. It's compatible with Amazon S3 client libraries and built on their basis tools, such as python-boto, s3cmd and...

Lock-free Data Structures. 1 — Introduction

Written by khizmax

I hope that this article will give a good start for a series of notes about lock-free data structures. I would like to share my experience with community, monitoring and thoughts about what lock-free structures are, how to implement them and whether the concepts of Standard Template Library...

C++
  • 4
  • 25076
  • 2

PaperFold: Foldable Smartphone With Three Displays

Written by marks

The most interesting projects of electronic devices have been introduced lately. Electronic devices we could only dream about before. For example, a modular smartphone Project Ara should be introduced in 2015 by Google. Also, one of these days information about a project of a...

How to DDos any website with Facebook Notes

Written by ValdikSS

A month and a half ago chr13 discovered a way to perform DDoS of any website with the help of Google Spreadsheet, and now he applied such a method to Facebook Notes. And it worked! Operating procedure is absolutely the same as in Google Spreadsheet: Create a list with «unique»...

OpenSSL Heartbleed Vulnerability Guide

Written by Vanav

What can be stolen by attacker Private key of the TLS server, private key of the TLS client (if the client is vulnerable), cookies, logins, passwords and any other data that are shared between the server and his clients. And you don’t need to monitor the communication path, you just can...

World of Minecraft: full-scale model of Denmark

Written by ilya42

The Danish GeoData Agency launched a full-scale model of Denmark. The model is very detailed and was generated with real geographical data — it includes not only relief but also buildings, vegetation, parks and attractions Only the location of rocks and minerals on the ground and color facades of...

Hack: Facebook's new programming language for HHVM

Written by sferrka

Facebook has presented Hack – a new programming language based on the PHP syntax and intended for implementation with HHVM (HipHop Virtual Machine). Applications written on Hack can seamlessly interact and go with an existing code written on PHP, as the HHVM environment supports the...

PHP
  •  
  • 652

Erlang/OTP 17.0 has been released on April 9

Written by saa

Erlang — is a general-purpose concurrent, garbage-collected programming language and runtime system. The release has a lot of new different features and changes. The first thing is that the versioning scheme has been changed. Previously it was R15B, R16B, etc. New data type —...

Erlang
  •  
  • 922

bcat: pipe to browser utility

Written by MaGIc2laNTern

Great find! bcat is a small utility to pipe console's output to browser. Do you have a script which outputs HTML? bcat! Do you need to preview a README file with Markdown formatting? bcat! Is your script fetching web pages and you want to see the result? bcat! Do you just simply want to say...

*nix
  •  
  • 1215