반응형
반응형
사랑할수록 우리는
더욱 사랑스러운 사람이 됩니다.
사랑은 친절을 낳고, 존경을 끌어내며,
긍정적인 태도를 갖게 만들고, 희망과 자신감을
불어넣을 뿐 아니라 기쁨, 평화, 아름다움,
조화를 가져다줍니다.


- 스태니슬라우스 케네디의《하느님의 우물》중에서 -


* 사랑의 힘은 매우 큽니다.
사랑이 주는 선물은 무궁무진합니다.
무엇보다도 사람을 아름답게 만들어 줍니다.
말이 아름답고, 생각이 아름답고, 얼굴이 아름다워집니다.
사랑하면 할수록 더 아름다워져서, 마침내는
사람이 꽃보다 아름다워집니다.

 

반응형

'생활의 발견 > 아침편지' 카테고리의 다른 글

슬픔의 다음 단계  (0) 2013.02.20
내면의 어린아이  (0) 2013.02.19
얼마만의 휴식이던가?  (0) 2013.02.15
"우리는 행복했다"  (0) 2013.02.14
단식과 건강  (0) 2013.02.13
반응형

차 타고 수영장으로. 월요일인데, 사람이 많다. 주차장도 가득.

6시 10분 입수.

요즘 체조는 자꾸 건너뛰는구나.

자유형 5

오리발 착용

자유형 발차기 4

자유형 8

배영 4

잠영 1

접영 6

뭐 그렇게.

마무리 하고 배영 1

힘들다. ㅋㅋ

 

 

 

반응형

'운동일지 > 수영' 카테고리의 다른 글

2013.02.20 수영일지  (0) 2013.02.20
2013.02.19 수영일지  (0) 2013.02.19
2013.02.16 수영일지  (0) 2013.02.16
2013.02.15 수영일지  (0) 2013.02.15
2013.02.14 수영일지  (0) 2013.02.14
반응형

Technical Reference – Intel® HTML5 App Porter Tool - BETA


Introduction

The Intel® HTML5 App Porter Tool - BETA is an application that helps mobile application developers to port native iOS* code into HTML5, by automatically translating portions of the original code into HTML5. This tool is not a complete solution to automatically port 100% of iOS* applications, but instead it speeds up the porting process by translating as much code and artifacts as possible.

It helps in the translation of the following artifacts:

  • Objective-C* (and a subset of C) source code into JavaScript
  • iOS* API types and calls into JavaScript/HTML5 objects and calls
  • Layouts of views inside Xcode* Interface Builder (XIB) files into HTML + CSS files
  • Xcode* project files into Microsoft* Visual Studio* 2012 projects

This document provides a high-level explanation about how the tool works and some details about supported features. This overview will help you determine how to process the different parts of your project and take the best advantage from the current capabilities.

How does it work?

The Intel® HTML5 App Porter Tool - BETA is essentially a source-to-source translator that can handle a number of conversions from Objective-C* into JavaScript/HTML5 including the translation of APIs calls. A number of open source projects are used as foundation for the conversion including a modified version of Clang front-end, LayerD framework and jQuery Mobile* for widgets rendering in the translated source code.

Translation of Objective-C* into JavaScript

At a high level, the transformation pipeline looks like this:

This pipeline follows the following stages:

  • Parsing of Objective-C* files into an intermediate AST (Abstract Syntax Tree).
  • Mapping of supported iOS* API calls into equivalent JavaScript calls.
  • Generation of placeholder definitions for unsupported API calls.
  • Final generation of JavaScript and HTML5 files.

About coverage of API mappings

Mapping APIs from iOS* SDK into JavaScript is a task that involves a good deal of effort. The iOS* APIs have thousands of methods and hundreds of types. Fortunately, a rather small amount of those APIs are in fact heavily used by most applications. The graph below conceptually shows how many APIs need to be mapped in order to have certain level of translation for API calls .

Currently, the Intel® HTML5 App Porter Tool - BETA supports the most used types and methods from:

  • UIKit framework
  • Foundation framework

Additionally, it supports a few classes of other frameworks such as CoreGraphics. For further information on supported APIs refer to the list of supported APIs.

반응형
반응형

Backgrid.js – A set of core Backbone UI elements

http://codevisually.com/backgrid-js/


Dated Added → Feb 16, 2013Categories → Framework

Backgrid.js is a set of components for building semantic and easily stylable data grid widgets. It offers a simple, intuitive programming interface that makes easy things easy, but hard things possible when dealing with tabular data.
The goal of Backgrid.js is to produce a set of core Backbone UI elements that offer you all the basic displaying, sorting and editing functionalities you'd expect, and to create an elegant API that makes extending Backgrid.js with extra functionalities easy.
Backgrid.js - A set of core Backbone UI elements


반응형
반응형

아침.

수영장으로 나서본다.

6시 10분 입수

자유형...

계속 자유형

자유형~~~

100m 자유형

배영 1

7시 10분.

자유형만 계속 하면 허리아프니 배영도 하자.


반응형

'운동일지 > 수영' 카테고리의 다른 글

2013.02.19 수영일지  (0) 2013.02.19
2013.02.18 수영일지  (0) 2013.02.18
2013.02.15 수영일지  (0) 2013.02.15
2013.02.14 수영일지  (0) 2013.02.14
2013.02.07 수영일지  (0) 2013.02.07
반응형

파이썬 3의 특징

  1. 모든 문자열은 유니코드로 처리한다.
  2. 변수명에 한글을 사용할 수도 있다.
  3. print문은 없어지고 함수 print()만 사용할 수 있다.
  4. raw_input()은 없어지고 input()을 사용한다.

 

 

 

반응형

+ Recent posts