Posts

[ e-Portfolio ] How to develop a healthy amount of self-reliance for us. Re-program our memory to become more self-reliant !

The following article described how to re-program our memory to be more self-reliant. http://lifehacker.com/5833104/how-to-re+program-your-memory-to-become-more-self+reliant I think the following Do - Reflection process before Recording process is essential for developing a healthy amount of  self-reliance for us when we use our e-portfolio system, which is a convenient online storage system, Do: We should first do whatever we want to do and whatever someone want you do and get your desired result. Reflection: We should reflect the outcome whenever we get a result and record it on our e-portfolio system.

A good article for preparing our presentation: Lies, damned lies and statistics (about TEDTalks)

Lies, damned lies and statistics (about TEDTalks) in english http://www.ted.com/talks/lies_damned_lies_and_statistics_about_tedtalks.html in japanese http://www.ted.com/talks/lang/jpn/lies_damned_lies_and_statistics_about_tedtalks.html in japanese http://gigazine.net/news/20110828_about_tedtalks/

[Microsoft] Photo Gallery now supports raw format

Microsoft Camera Codec Pack to support raw format can be downloaded from the following site. http://windowsteamblog.com/windows_live/b/windowslive/archive/2011/07/26/photo-gallery-now-supports-raw-format.aspx

IDEO introduction video Very nice!!

IDEO introduction video is very nice!! http://www.youtube.com/user/ideo?blend=23&ob=5#p/u/1/eUApgJBZU8M

Image Processing Using Excel VBA

This subroutine can load a RGB 24 bit 16 pixel x 16 pixel raw file as a binary file and convert the color image of the raw file to a gray image. Sub OpenBinaryFile_ExtractRGB_2DArray()         Dim sFilePath As String     Dim sSaveFilePath As String     Dim sFolderPath As String     Dim sReadFileName As String     Dim sWritefileNmae As String                 Dim i As Integer     Dim j As Integer         Dim R_x As Integer     Dim R_y As Integer     Dim G_x As Integer     Dim G_y As Integer     Dim B_x As Integer     Dim B_y As Integer     Dim Gray_x As Integer     Dim Gray_y As Integer         Dim xsize As Integer     Dim ys...

A nice shortcut "Alt + p" to access preview pane in Window Explorer for Windows 7

The shortcut keys of "Alt + p" enables you to show quickly preview pane in Window Explorer for windows 7.

How to make folders and files list in a folder

Run a command prompt. Click Start botton, type "cmd" in the search box and Push the enter key. Change your folder to a targeted folder. Type "cd  [here is the file path to a targeted folder]" Save the folders and files list of the targetd folder into a text file. Type "dir /b > list.txt" . the list will be saved into the text file "list.txt".