• 제목/요약/키워드: script

검색결과 968건 처리시간 0.026초

Mobile Art Park Guidance Application using Mobile MAP Open API

  • Jwa, Jeong-Woo;Ko, Sang-Bo;Lee, Deuk-Woo
    • International Journal of Contents
    • /
    • 제7권2호
    • /
    • pp.11-16
    • /
    • 2011
  • In this paper, we develop a mobile MAP open API using HTML5 local storage and the W3C geolocation API. The mobile MAP open API consists of the basic JavaScript MAP API, offline navigation API, and multimedia POI (mPOI) API. The basic JavaScript MAP API creates a map and controls, rotates, and overlays data on the map. The offline navigation API is developed using HTML5 local storage and web storage. The mobile web application downloads and stores mPOIs of works of art to local storage or web storage from a web server. The mPOI API is developed using HTML5 video and audio APIs. We develop a mobile art park guidance application using the developed mobile MAP open API.

Grasshopper를 이용한 Catenary Shell 설계 방법 제안 (Design Suggestion of Catenary Shell using Grasshopper Script)

  • 이주홍;조아서;김상희;강현구
    • 한국공간구조학회논문집
    • /
    • 제16권2호
    • /
    • pp.31-38
    • /
    • 2016
  • The objective of this study is to propose methods to design and analyze a catenary shell using a computer program without experiments and measurements. The intial idea stems from Pendergrast's study, but his method should be improved. In this study, the process of making catenary shell using computer was reproduced by Grasshopper script. In order to enhance credibility, two models from Grasshopper script were analyzed by SAP2000; one was just a square-based catenary shell, while the other was the re-created shell originated from the Naturtheater $Gr{\ddot{o}}tzingen$. The outcome of analysis was reasonable.

XML-based EDI Document Processing System with Binary Format Mapping Rules

  • Kim, Chang-Su;Jung, Hoe-Kyung
    • Journal of information and communication convergence engineering
    • /
    • 제10권3호
    • /
    • pp.258-263
    • /
    • 2012
  • Recently, the magnitude of electronic data interchange (EDI) document processing for the handling of port logistics is abruptly being increased. The existing system processes EDI documents in a script mode, but due to a complicated script preparation procedure and low document processing efficiency, it cannot meet the demand as the usage flow of documents increases. In this paper, an EDI electronic document processing system was designed and implemented in a document scanner and mapper, which are binary form electronic document processing tools and do not require script files during the conversion of extensible markup language (XML)-based electronic documents. This new system has the merits of XML features during reading and writing with improved speed, usage convenience, and good portability on systems when compared to the conventional ones.

TVML (TV program Making Language) - Automatic TV Program Generation from Text-based Script -

  • Masaki-HAYASHI;Hirotada-UEDA;Tsuneya-KURIHARA;Michiaki-YASUMURA
    • 한국방송∙미디어공학회:학술대회논문집
    • /
    • 한국방송공학회 1999년도 KOBA 방송기술 워크샵 KOBA Broadcasting Technology Workshop
    • /
    • pp.151-158
    • /
    • 1999
  • This paper describes TVML (TV program Making Language) for automatically generating television programs from text-based script. This language describes the contents of a television program using expression with a high level of abstraction like“title #1”and“zoom-in”. The software used to read a script written in TVML and to automatically generate the program video and audio is called the TVML Player. The paper begins by describing TVML language specifications and the TVML Player. It then describes the“external control mode”of the TVML Player that can be used for applying TVML to interactive applications. Finally, it describes the TVML Editor, a user interface that we developed which enables users having no specialized knowledge of computer languages to make TVML scripts. In addition to its role as a television-program production tool. TVML is expected to have a wide range of applications in the network and multimedia fields.

트라비아 온라인 게임의 퀘스트 엔진 구축 사례 (A Case Study on Quest Engine for Travia Online Game)

  • 이완복;노창현;손형률
    • 게임&엔터테인먼트 논문지
    • /
    • 제2권2호
    • /
    • pp.9-16
    • /
    • 2006
  • 본 논문에서는 RPG 게임에서 중요한 비중을 차지하는 퀘스트 엔진에 대해 트라비아 온라인 게임을 기준으로 구축한 사례에 대하여 살펴본다. 트라비아 퀘스트 엔진은 퀘스트의 클래스, 전제 조건, 수행 순서 등에 대해 효과적으로 명세할 수 있는 스크립트 언어를 정의하여 퀘스트를 모델링하고 수행할 수 있도록 지원한다. 본 연구에서 소개하는 퀘스트 시스템은 향후 유사 온라인 RPG 게임의 퀘스트 시스템을 제작할 시, 참고할 수 있는 하나의 가이드라인이 될 수 있다.

  • PDF

사례연구를 통한 Cross Site Script 공격 및 방어대책 (A Case Study of Cross Site Script attack and defence measures)

  • 손강원;김지훈;조두산;윤종희
    • 한국정보처리학회:학술대회논문집
    • /
    • 한국정보처리학회 2015년도 춘계학술발표대회
    • /
    • pp.499-500
    • /
    • 2015
  • 최근 인터넷 기술 발전에 따라 웹 시장이 커지고 웹 사이트 범죄가 급증하고 있다. 통계에 따르면 악성코드 주요 전파경로로 웹 사이트가 가장 높은 비율을 차지 할 정도로 조심해야 할 전파경로 중 하나이다. 그 중에서 이 논문은 웹 사이트 관련 공격 기술 중 하나인 크로스 사이트 스트립트(Cross Site Script, XSS)취약점을 알아본다. 먼저 XSS에 대해 알아보고, 실제 공격 예시를 살펴본다. 그리고 XSS를 막기위한 방어대책으로 화이트 리스트와 필터링에 대해 알아본다.

Development of a Stock Auto-Trading System using Condition-Search

  • Gyu-Sang Cho
    • International Journal of Internet, Broadcasting and Communication
    • /
    • 제15권3호
    • /
    • pp.203-210
    • /
    • 2023
  • In this paper, we develope a stock trading system that automatically buy and sell stocks in Kiwoom Securities' HTS system. The system is made by using Kiwoom Open API+ with the Python programming language. A trading strategy is based on an enhanced system query method called a Condition-Search. The Condition-Search script is edited in Kiwoom Hero 4 HTS and the script is stored in the Kiwoom server. The Condition-Search script has the advantage of being easy to change the trading strategy because it can be modified and changed as needed. In the HTS system, up to ten Condition-Search scripts are supported, so it is possible to apply various trading methods. But there are some restrictions on transactions and Condition-Search in Kiwoom Open API+. To avoid one problem that has transaction number and frequency are restricted, a method of adjusting the time interval between transactions is applied and the other problem that do not support a threading technique is solved by an IPC(Inter-Process Communication) with multiple login IDs.

Analysis and Application of Front-End Code Playground Tools for Web Programming Education

  • Aaron Daniel Snowberger;Semin Kim;SungHee Woo
    • 실천공학교육논문지
    • /
    • 제16권1_spc호
    • /
    • pp.11-19
    • /
    • 2024
  • Web programming courses are often included in university Computer Science programs as introductory and foundational computer programming courses. However, amateur programmers often have difficulty learning how to integrate HTML, CSS, JavaScript, and various preprocessors or libraries to create websites. Additionally, many web programming mistakes do not produce visible output in the browser. Therefore, in recent years, Front-End Code Playground (FECP) tools that incorporate HTML, CSS, and JavaScript into a single, online web-based application have become popular. These tools allow web coding to happen directly in the browser and provide immediate visual feedback to users. Such immediate visual feedback can be particularly beneficial for amateur coders to learn and practice with. Therefore, this study gathers data on various FECP tools, compares their differences, and provides an analysis of how such tools benefit students. This study concludes with an outline of the application of FECP to web programming courses to enhance the learning experience.

조선초(朝鮮初) 익안대군발원사경(益安大君發願寫經)에 관한 연구(硏究) (The study on the script prayed by Ik-An prince(益安大君) in early Choseon Dynasty)

  • 권희경
    • 한국기록관리학회지
    • /
    • 제1권2호
    • /
    • pp.159-183
    • /
    • 2001
  • 이 연구는 조선 초에 제작된 익안대군(益安大君) 방의(芳毅)발원의 "묘법연화경(妙法蓮華經)"제 5권 사경의 경우 발원문에 관한 연구 및 표지화, 변상화, 서체에 관한 고찰이다. 발원문에 관한 연구는 정확한 연대와 발원에 실제적으로 참석한 인물에 관한 연구에 집중하였다. 이 사경 발원문에는 정확한 연대에 대한 기록은 없고, 개국정난정사지원공익안대군(開國靖難定社止功原益益安大君) 방의동실정혜옹주최씨(芳毅同室貞惠翁主崔氏)라는 기록이 보여 상당한 혼란을 가져오게 한다. 표지화는 연화 - 당초문의 표면에 있어서는 고려 말로 호림미술관소장의 묘법연화경 7권분의 표지화로부터 시작된 굵은 태선으로 윤곽선을 그리는 양식적 특징이나 묘선의 경직화가 보다 심화된다. 이러한 특징은 조선적인 것으로 보아도 무방할 것 같다. 변상화는 향우(向右)의 설법화에 나타난 수미단의 계단에 산화가 그려지고 있는 점등이라든지 도식화된 지운(地雲)등에서는 고려말 조선초의 양식을 나타내고 있다. 그러나 석가의 형상이나 광배는 태종 15년(1415)에 제작된 내소사소장 "묘법연화경(妙法蓮華經)" 7권본 한질의 변상화에서 보여주는 특징과 거의 같아 이러한 점은 조선적인 특징이라 할 수 있다. 서체에 있어서는 충선왕 이후, 고려후기 사경 중에 나타나고 있는 송설체(松雪體)가 엿보인다. 이러한 고찰을 통해 조선초 왕실발원 사경의 양식적 특징을 명확히 함으로서 년대 불확실한 고려사경의 년대추정에도 어떤 기준을 미련 하고자 했다.

블록기반 프로그래밍 코드의 수준 및 취약수준 측정방안 (A Method for Measuring and Evaluating for Block-based Programming Code)

  • 손원성
    • 정보교육학회논문지
    • /
    • 제20권3호
    • /
    • pp.293-302
    • /
    • 2016
  • 최근 SW 교육의 관심이 증대되고 프로그래밍 교육이 대학 학부교육의 주요한 부분으로 인식되고 있다. 특히 프로그래밍 입문 도구로서 블록 기반 프로그래밍 도구가 널리 사용되고 있으며 프로그래밍 입문자에게 기존 프로그래밍 언어와 비교하여 매우 다양한 장점들을 제공하고 있다. 한편 블록기반 프로그래밍 도구로 작성된 코드가 스크립트 언어일 경우 스크립트의 품질과 수준을 정교하게 측정하기 위해서는 상당한 노력을 기울어야 한다. 따라서 블록기반 프로그래밍 코드의 품질측정과 관련된 대부분의 연구는 단순히 프로그래밍 개념과 연관된 블록의 사용개수를 정량화하여 스크립트의 수준을 평가하고 있다. 그 결과 기존연구의 기법으로는 취약수준을 측정하거나 스크립트에 명시되지 않는 프로그래밍 개념에 대한 평가가 어렵다. 본 연구는 블록기반 프로그래밍 스크립트의 품질측정 및 취약수준 분석이 가능한 프레임워크를 제안한다. 프레임워크에서는 블록기반 프로그래밍 언어들이 내포한 다양한 프로그래밍 개념을 구조화한 평가 매트릭스를 구축하고 동 지표를 기반으로 스크립트의 품질 측정과 항목별 취약점 개선에 따른 수준향상 모델을 제안함으로써 개인별 수준진단 및 향후 개선 가능한 목표수준을 예측할 수 있도록 하였다.