Thursday, September 4, 2014

Message:J

  • Ambitious
  • Artist's mentality
  • Backstory
  • Cinematographer
  • Craft
  • Craftsmanship
  • End result
  • Gruelling
  • Intellectual curiosity
  • Masterpiece
  • Medium
  • Perfectionism
  • Rewards
  • Sacrifice
  • Semantics
  • Shallow and wide
  • Spiritual truth
  • Starred
  • Synergy
  • Vast and simple
  • Work of art

Wednesday, September 3, 2014

C preprocessor:Directives


  • #define
  • #include
  • #undef
  • #ifdef
  • #ifndef
  • #if
  • #else
  • #elif
  • #endif
  • #error
  • #pragma

C preprocessor:Predefined Macros

Standard Predefined Macros

  • __FILE__
  • __LINE__
  • __DATE_
  • __TIME_
  • __STDC__
  • __STDC_VERSION__
  • __STDC_HOSTED__
  • __cplusplus
  • __OBJC__


Common Predefined Macros

  • __GNUC__
  • __CNUC_MINOR__
  • __GNUC_PATCHLEVEL__
  • __GNUG__
  • __STRICT_ANSI__
  • __BASE_FILE__
  • __INCLUDE_LEVEL__
  • __ELF__
  • __VERSION__
  • __OPTIMIZE__
  • __OPTIMIZE_SIZE__
  • __NO_INLINE__
  • __CHAR_UNSIGNED__
  • __WCHAR_UNSIGNED__
  • __REGISTER_PREFIX__
  • __USER_LABEL_PREFIX__
  • __SIZE_TYPE__
  • __PTRDIFF_TYPE__
  • __WCHAR_TYPE__
  • __WINT_TYPE__
  • __INTMAX_TYPE__
  • __UINTMAX_TYPE__
  • __CHAR_BIT__
  • __SCHAR_MAX__
  • __WCHAR_MAX__
  • __SHRT_MAX__
  • __LONG_MAX__
  • __LONG_LONG_MAX__
  • __IINTMAX_MAX__
  • __DEPRECATED
  • __EXCEPTIONS
  • __USING_SJLJ_EXCEPTIONS__
  • __GXX_WEAK__
  • __NEXT_RUNTIME__
  • __LP64__
  • _LP64
  • __SSP__
  • __SSP_ALL__

吉永小百合:愛と死のテーマ



Sayuri Yoshinaga

  • マコ
  • ミコ
  • 思い出
  • Sayuri Yoshinaga

吉永小百合:泥だらけの純情



Sayuri Yoshinaga


  • 裏町
  • Sayuri Yoshinaga

吉永小百合:寒い朝



Sayuri Yoshinaga

  • 寒い朝
  • 若い小鳥
  • 北風



吉永小百合:伊豆の踊り子

Sayuri Yoshinaga

  • 天城七里
  • 踊子
  • 太鼓
  • 旅芸人
  • 紅椿
  • 下田の鴎
  • 白い雨
  • 峠の茶店
  • 湯の町

Tuesday, September 2, 2014

C:C standard library:Header files

C Standard Library
  • assert.h
  • complex.h
  • ctype.h
  • errno.h
  • fenv.h
  • float.h
  • inttypes.h
  • ios646.h
  • limits.h
  • locale.h
  • math.h
  • setjmp.h
  • signal.h
  • stdalign.h
  • stdarg.h
  • stdatomic.h
  • stdbool.h
  • stddef.h
  • stdint.h
  • stdio.h
  • stdlib.h
  • stdnoreturn.h
  • string.h
  • tgmath.h
  • threads.h
  • time.h
  • uchar.h
  • wchar.h
  • wctype.h

C:Reserved Keywords

C Reserved Keywords

K&R C89
  • auto
  • break
  • case
  • char
  • const
  • continue
  • default
  • do
  • double
  • else
  • enum
  • extern
  • float
  • for
  • goto
  • if
  • int
  • long
  • register
  • return
  • short
  • signed
  • sizeof
  • static
  • struct
  • switch
  • typedef
  • union
  • unsigned
  • void
  • volatile
  • while
C99 (addition)
  • _Bool
  • _Complex
  • _Imaginary
  • inline
  • restrict

C11 (addition)
  • _Alignas
  • _Atomic
  • _Generic
  • _Noreturn
  • _Static_asset
  • _Thread_local
  • alignof

Xcode(5.1.1):Workspace window:Editor area:Project Editor:Targets

Xcode5

  • General
  • Capabilities
  • Info
  • Build Settings
  • Build Phases
  • Build Rules
General
  • Identity
  • Deployment Info
  • App Icons
  • Launch Images
  • Linked Frameworks and Libraries
Capabilities
  • iCloud
  • Game Center
  • Passbook
  • In-App Purchase
  • Maps
  • Keychain Sharing
  • Inter-App Audio
  • Background Modes
  • Data Protection
Info
  • Custom iOS Target Properties
  • Document Types
  • Exported UTIs
  • Imported UTIs
  • URL Types
Build Settings
  • Architectures
  • Build Locations
  • Build Options
  • Code Signing
  • Deployment
  • Kernel Module
  • Linking
  • Packaging
  • Search Paths
  • Unit Testing
  • Versioning
  • Apple LLVM 5.1 - Code Generation
  • Apple LLVM 5.1 - Custom Compiler Flags
  • Apple LLVM 5.1 - Language
  • Apple LLVM 5.1 - Language - C++
  • Apple LLVM 5.1 - Language - Modules
  • Apple LLVM 5.1 - Language - Objective C
  • Apple LLVM 5.1 - Preprocessing
  • Apple LLVM 5.1 - Warning Policies
  • Apple LLVM 5.1 - Warnings - All languages
  • Apple LLVM 5.1 - Warnings - C++
  • Apple LLVM 5.1 - Warnings - Objective C
  • Apple LLVM 5.1 - Warnings - Objective C and ARC
  • Asset Catalog Compiler - Options
  • Interface Builder XIB Compiler - Options
  • OSACompile - Build Options
  • Static Analyzer - Analysis Policy
  • Static Analyzer - Generic Issues
  • Static Analyser - Issues - Objective-C
  • Static Analyzer - Issues - Security
Build Phases
  • TargetDependencies
  • Compile Sources
  • Link Binary With Libraries
  • Copy Bundle Resources
Build Rules
  • CopyPlistFile (file.bplist)
  • CopyPlistFile (text.plist)
  • CopyStringsFile (Localization string files)
  • CopyTiffFile (image.tiff)
  • GenerateSpriteKitTextureAtlas (SpriteKit Texture Atlas)
  • Asset Catalog Compiler (folder.assetcatalog)
  • Asset Catalog Compiler (folder.imagecatalog)
  • DTrace (DTrace source files)
  • Iconutil (folder.iconset)
  • Data Model Compiler (MOMC) (Data model files)
  • Core Data mapping Model Compiler (MAPC) (Mapping model files)
  • Data Model Version Compiler (MOMC) (Data model version files)
  • Nasm (Nasm assembly files)
  • OpenCL (OpenCL source files)
  • Scene Kit Tool (DAE files)
  • Interface Builder XIB Compiler (Interface Builder files)
  • Interface Builder NIB Postprocessor (Nib files)
  • Interface Builder Storyboard Compiler (Interface Builder Storyboard files)
  • Interface Builder Storyboard Postprocessor (Interface Builder Storyboard Package)
  • System C rule (C source files)
  • System nasm rule (Nasm assembly files)
  • System Assembler rule (Assembly files)
  • System Lex rule (Lex source files)
  • System Yacc rule (Yacc source files)
  • System Resource (rez) rule (Rez source files)
  • System Mach Interface Stub (MiG) rule (MiG source files)
  • System DTrace rule (DTrace source files)

Xcode(5.1.1):Workspace window:Editor area:Project Editor:Project

Xcode5

  • Info
  • Build Settings
Info
  • Deployment Target
  • Configurations
  • Localizations
Build Settings
  • Architectures
  • Build Locations
  • Build Options
  • Code Signing
  • Deployment
  • Kernel Module
  • Linking
  • Packaging
  • Search Paths
  • Unit Testing
  • Versioning
  • Apple LLVM 5.1 - Code Generation
  • Apple LLVM 5.1 - Custom Compiler Flags
  • Apple LLVM 5.1 - Language
  • Apple LLVM 5.1 - Language - C++
  • Apple LLVM 5.1 - Language - Modules
  • Apple LLVM 5.1 - Language - Objective C
  • Apple LLVM 5.1 - Preprocessing
  • Apple LLVM 5.1 - Preprocessing
  • Apple LLVM 5.1 - Warning Policies
  • Apple LLVM 5.1 - Warnings - All languages
  • Apple LLVM 5.1 - Warnings - C++
  • Apple LLVM 5.1 - Warnings - Objective C
  • Apple LLVM 5.1 - Warnings - Objective C and ARC
  • Asset Catalog Compiler - Options
  • Interface Builder XIB Compiler - Options
  • OSACompile - Build Options
  • Static Analyzer - Analysis Policy
  • Static Analyzer - Generic Issues
  • Static Analyzer - Issues - Objective-C
  • Static Analyzer - Issues - Security

iOS Simulator(8.0):Menu bar:Debug

iOS Simulator 8.0
  • Toggle Slow Animations in Frontmost App
  • Color Blended Layers
  • Color Copied Images
  • Color Misaligned Images
  • Color Offscreen-Rendered
  • Open System Log...
  • Trigger iCloud sync
  • Location

iOS Simulator(8.0):Menu bar:Hardware

iOS Simulator 8.0
  • Device
  • Rotate Left
  • Rotate Right
  • Shake Gesture
  • Home
  • Lock
  • Simulate Memory Warning
  • Toggle In-Call Status Bar
  • Keyboard
  • External Displays

iOS Simulator(8.0):Menu bar:Edit

iOS Simulator 8.0
  • Undo
  • Redo
  • Cut
  • Copy
  • Copy Screen
  • Paste
  • Start Dictation...
  • Special Characters...