diff --git a/users/bibliography.html b/users/bibliography.html
old mode 100644
new mode 100755
index 74d16dc2..50605b5a
--- a/users/bibliography.html
+++ b/users/bibliography.html
@@ -754,7 +754,7 @@
Christopher Kormanyos,
Real-Time C++: Efficient Object-Oriented and Template Microcontroller Programming.
http://www.springer.com/computer/communication+networks/book/978-3-642-34687-3
+ class="external">http://www.springer.com/computer/communication+networks/book/978-3-642-34687-3
Uses C++11 including lambdas, templates, metatemplate programming for efficient
programming for microcontrollers including use of Boost.Math, Boost.Regex, Boost.Multiprecision
@@ -763,21 +763,32 @@
- - [Nakariakov13]
+ - [Nakariakov13]
- Sergei Nakariakov,
The Boost C++ Libraries: Generic Programming, ISBN 978-1484813911.
http://www.amazon.com/The-Boost-Libraries-Generic-Programming/dp/148481391X/
+ class="external">http://www.amazon.com/The-Boost-Libraries-Generic-Programming/dp/148481391X/
This book covers 24 Boost C++ Libraries with primary focus on generic programming
using Boost.TypeTraits, Boost.ConceptCheck, SFINAE, Generic Image Library,
Boost.Operators, Boost.TypeTraitsIntrospection and others.
-
+
Published by CreateSpace Independent Publishing Platform, and available from several distributors.
-
+ 2015
+
+
+
+ - [Polukhin15]
+ - Antony Polukhin, Online Compilation and Examples: Boost C++ Application Development Cookbook. http://apolukhin.github.io/Boost-Cookbook-4880OS/
+
+ Compile, modify and run online almost a hundred examples from the 'Boost Application Development Cookbook'. Write your own
+ C++ code using Boost, tune compilation flags and do online experiments without any need to install C++ compiler or Boost C++ Libraries.
+
+
How to update this
page