I am Charmie

メモとログ

2015-04-01から1ヶ月間の記事一覧

gflags with Visual Studio

Run CMake Run Visual Studio as a superuser Open gflags.sln with Visual Studio Batch build ALL_BUILD, INSTALL, and RUN_TESTS The result is as folllows: ------ Rebuild All started: Project: INSTALL, Configuration: Release x64 ------ -- Insta…

CMake + Visual Studio from command prompt

[code lang="bash"] cmake .. -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Debug nmake [/code]

compile latex document written in Japanese on Ubuntu 14.04

[code language="bash"] sudo apt-get install texlive-lang-cjk uplatex -shell-escape %s.tex pbibtex %s.tex uplatex -shell-escape %s.tex uplatex -shell-escape %s.tex dvidfmx %s.dvi [/code]

RedMine setting on Ubuntu

DocumentRoot /var/www/html Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all RailsBaseURI /redmine PassengerResolveSymlinksInDocumentRoot on

DokuWiki on Ubuntu 14.04

Follow the installation guide. Assuming that LAMP and other dependencies have been installed. The following code might need to be executed as a superuser. [code language="bash"] cd /var/www/html wget http://download.dokuwiki.org/src/dokuwi…

Windows: C++ programming environment

Visual Studio 2013 for Windows Desktop Jp|En Boost pre-built binary We can select the install directory, say BOOST_DIR. I chose boost_1_55_0-msvc-12.0-64.exe because msvc-12.0 means VS2013, my PC is 64bit, and my ubuntu PC uses 1.54 (the p…

C++ tensor library

Blitz++ code: http://sourceforge.net/projects/blitz/ rank: up to 11 type: dense operation: - slicing ITensor well-documented code: https://github.com/ITensor/ITensor rank: type: operation: BTAS code: https://github.com/BTAS/BTAS rank: any …

skype installation on Ubuntu 14.04

software & updates > Other Softwares check "Canonical Partners" and Canonical "Partners (Source Code)" sudo apt-get update sudo apt-get -yV install skype