Entries from 2015-03-18 to 1 day

memo

#include<stdio.h> typedef struct point { int x; int y; }POINT; int main() { POINT p = { .y = 11, .x = 10 }; printf("%d",p.x); return 0; }</stdio.h>

Yosemite Disk

#隠しファイルの表示 defaults write com.apple.finder AppleShowAllFiles TRUE pkill Finder #extract InstallDiskImg open /Applications/Install OS X Yosemite.app/Contents/SharedSupport/InstallESD.dmg open /Volumes/OS X Install ESD/ BaseSystem.d…