Wednesday, September 3, 2014

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



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...

iOS Simulator(8.0):Menu bar:File

iOS Simulator 8.0
  • Save Screen Shot

iOS Simulator(8.0):Menu bar

iOS Simulator 8.0

  • File
  • Edit
  • Hardware
  • Debug
  • Window
  • Help

Xcode(5.1.1):Workspace window:Editor area:Assistant editor pane:Jump bars

Xcode5

  • Related Files
  • Go Back
  • Go Forward
  • Jump Bar
  • Add Assistant Editor
  • Remove Assistant Editor

Xcode(5.1.1):Workspace window:Editor area:Standard editor pane:Jump bars

Xcode5

  • Related Files
  • Go Back
  • Go Forward
  • Jump Bar