I am Charmie

メモとログ

2014-12-01から1ヶ月間の記事一覧

OpenMP: minimum code

Here's a minimum code of OpenMP with CMake. The code outputs "OpenMP: ON" if OpenMP is available and "OpenMP: OFF" otherwise. CMakeLists.txt: [code lang="cmake"] cmake_minimum_required(VERSION 2.8) set(PROJ_NAME OpenMPtest) PROJECT(${PROJ_…

Beamer: Navigation bar jumps to wrong slide

I made some slides using Beamer, however I thought Beamer has a serious problem and therefore I gave up using it. The problem is navigation bar icon jumps to wrong slide, which is the next slide of the right one. Back to the problem again,…

MatLab code decompose an image to patches

I uploaded my code, which decomposes an image to patches, on my git. The repository contains 2 basic functions and 1 demo code: im2patch.m: decomposes an image into a set of image patches patch2im.m: forms an image by merging a set of imag…

Import Mail from SeaMonkey to Thunderbird

I changed my mailer from lovely SeaMonkey to Thunderbird. Since I couldn't find nice guidance on the web, I copy-and-pasted all files, which of course include a lot of unnecessary files :(, from /.mozilla/seamonkey// to /.mozilla/firefox//…

Import protected password from SeaMonkey to FireFox

I changed my web browser from lovely SeaMonkey to FireFox. Following this, I could import all password settings! SeaMonkey: Ver. 2.31 FireFox: Ver. 34.0 Specifically, I copied the following files and it worked!: cert8.db cookies.sqlite for…

Import bookmark from SeaMonkey to FireFox

I changed my web browser from lovely SeaMonkey to FireFox. The versions are: SeaMonkey: Ver. 2.31 FireFox: Ver. 34.0 Specifically, I used bookmarkbackup since SeaMonkey and FireFox use same format for bookmark backup. Copy latest bookmark …

PPT art advent calendar

Advent calendar is to count how many days remaining before Christmas. Following calendars of programming, I decided to make my own advent calendar to make a new PPT art.