- view - Restore previous list of ORACLE_OCI_NAMES
- view - Add ORACLE_HOME to ORACLE_LIB_DIR
- view - Remove linking against Oracle OCIEI lib.
- view - Add PPC64 to tested platforms.
- view - Test functions with ':=' and causes a crash case
- view - Fixes a crash and allows creating complex function
- view - Use standard "||" instead of "or" keyword in Firebird backend code.
- view - Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <boost/gil/gil_all.hpp> | |
| #include <boost/gil/extension/io_new/bmp_all.hpp> | |
| using namespace std; | |
| using namespace boost; | |
| using namespace gil; | |
| int main() | |
| { | |
| typedef rgb8_image_t image_t; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Is your C++11 std::vector<byte>::resize implementation optimal? | |
| // | |
| // Visual C++ 11: | |
| // reserve() -> fill_n -> detail: _Fill_n -> memset: | |
| // | |
| // inline unsigned char *_Fill_n(unsigned char *_Dest, size_t _Count, unsigned char _Val) | |
| // { // copy unsigned char _Val _Count times through [_Dest, ...) | |
| // _CSTD memset(_Dest, _Val, _Count); | |
| // return (_Dest + _Count); | |
| // } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BOOL MyOnInitDialog() | |
| { | |
| int fdi, fdo, fde; | |
| fdi = fileno(stdin); | |
| fdo = fileno(stdout); | |
| fde = fileno(stderr); | |
| #if _MSC_VER < 1700 | |
| assert(fdi == -2); | |
| assert(fdo == -2); | |
| assert(fde == -2); |
-
http://www.thegeekstuff.com/2009/03/8-essential-vim-editor-navigation-fundamentals/
-
Open new horizontal split :sp file
-
Open new vertical split :vs file
-
Switch between split pane: Ctrl-w + { h|j|k|l }
-
Rotate pane down/right: Ctrl-w + r
-
For more, see Vim documentation: windows
-
:tag [identifier] Jump to the identifier
List of candidate commits to include in SOCI 3.2.2:
- List of issues assigned to milestone 3.2.2
- List of commits already in
developbranch is below:
$ git log master...develop --pretty=format:"1. [%h](http://github.com/soci/soci/commit/%H) - %s"
- 4f37c3f - Fix typo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Boost.Geometry Index | |
| // | |
| // R-tree visitor collecting basic statistics | |
| // | |
| // Copyright (c) 2011-2013 Adam Wulkiewicz, Lodz, Poland. | |
| // Copyright (c) 2013 Mateusz Loskot, London, UK. | |
| // | |
| // Use, modification and distribution is subject to the Boost Software License, | |
| // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at | |
| // http://www.boost.org/LICENSE_1_0.txt) |
List of lectures with watching stop-times (hr:min):
- Meeting C++ 2018: More Modern CMake by Deniz Bahadir
A Hitchhiker's Guide to Cloud Native API Gatewaysby Mario-Leander ReimerThe Linux Foundation: API Gateway Pattern & Kong in a Microservices Worldby Marco PalladinoOpen Source API Managementby predic8 (German)- CppCon 2020: The Hidden Secrets of Move Semantics by Nicolai Josuttis
- Making Iterators, Views and Containers Easier to Write with Boost.STLInterfaces by Zach Laine
- Ansible and HashiCorp: Better Together by Dylan Silva, Sean Carolan
Using Terraform with Azureby John
- Boost.Geometry
- Created on 2013-06-20
- More recent status reports:
Legend
BOX
LS - LineString
MLS - MultiLineString
https://wiki.archlinux.org/index.php/Official_Arch_Linux_Install_Guide
Hardware:
- Thinkpad W700
- Thinkpad T400