• Title/Summary/Keyword: Open-source software

Search Result 625, Processing Time 0.033 seconds

MVC Architecture-aware Restructuring of Web Apps (MVC 아키텍처 인지하는 웹 앱 재구조화)

  • Oh, Jaewon;Ahn, Woo Hyun;Kim, Taegong
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.21 no.11
    • /
    • pp.2153-2166
    • /
    • 2017
  • Web apps have a problem that they cause same data to be repetitively retrieved, processed, and displayed when web browsers load different web pages. To resolve the problem, this paper presents and evaluates a new method for restructuring of Java web apps. This approach dynamically analyzes Java web apps from the MVC (Model-View-Controller) architecture point of view and identifies redundant data by using the composite view pattern. Then the input apps are restructured in order not to load the redundant data when users make requests for new pages. This restructuring generates new web apps that conform to the MVC architecture and improve the performance of input web apps. The experimental results showed that when compared to legacy web apps, the restructured apps' response time was reduced on desktop PCs and mobile devices by 38% and 55%, respectively. In addition, case studies using open-source web apps showed the applicability of the proposed approach.

A Case Study of Developing XML-based Web Contents Supporting PC and PDA Browser (PC 및 PDA 브라우저 지원을 위한 XML 기반의 웹 컨텐츠 개발 사례 연구)

  • Kim Kyung-A;Yong Hwan-Seung
    • Journal of Digital Contents Society
    • /
    • v.3 no.1
    • /
    • pp.59-74
    • /
    • 2002
  • Due to rapid advance of wireless communication technology and popularization of wireless devices, demand on wireless internet contents is gradually increasing. Therefore, there are many researches and solution developments to provide good qualified contents quickly for wireless internet. For example, researches into converting wired web contents into wireless web contents or using integrated markup language like XHTML basic to make contents. In this paper, I propose a method to develop XML-based web contents which uses PHP language for data fetch from MySQL database. This method use open source software for a cost saving. Due to use of PHP extension as a XSLT engine, this method is very easy to apply. For a example of this method, a web content of movie information is implemented for PC and PDA browser. Developing XML-based web contents is useful not only for supporting devices of multiple type, but also for rapid changes of user interface design and for exchange of contents between web sites.

  • PDF

Trend analysis of X Window used in Linux (리눅스에 사용되는 X 윈도 동향 분석)

  • Sung, Kyung
    • Journal of Digital Contents Society
    • /
    • v.18 no.7
    • /
    • pp.1393-1401
    • /
    • 2017
  • The Linux operating system is expanding to include desktops and servers, as well as mobile devices, automobiles and embedded devices, and is the dominant operating system category because it is freely available and open source software. However, the desktop market is dominated by Microsoft's Windows, and Apple's Mac OS is increasingly dominated by enthusiasts, but Linux's growth is stagnant. An important element to make up for this deficiency is the X Window System. Most Linux distributions still use the traditional X.org server as the X Window System, but it is heavy and slow. To replace it, a new X window system called Wayland emerged. Wayland is small and light enough to fit on an embedded or mobile device, so it can be mounted on the IoT related device as well as on the desktop. With the advent of Wayland, the change in the X window will accelerate the popularization of Linux.

A Design of GPS based Personal Location Self-Control Software on Android Platform (안드로이드 기반 GPS 개인위치정보 자기제어 구조 설계)

  • Jang, Won-Jun;Lee, Hyung-Woo
    • Journal of the Korea Convergence Society
    • /
    • v.1 no.1
    • /
    • pp.23-29
    • /
    • 2010
  • The various kinds of application is distributed for the Smart phone user recently. There is the advantage that the open source application on Android operating system based Smart phone supports a multi tasking service. Layar, Wikitude, and Sherpa and the other applications using the GPS location information like an a2b etc. were developed in the Smart phone environment. However, the existing Cell-ID based location information can be directly collected by the mobile ISP unit which the mobile carrier installs, the personal privacy problem occurs. Therefore, the personal location information is possible to be exposed publicly without any access control procedure. Therefore, in this research, the self-control mechanism on the GPS location information at the Smart phone is designed and presented. Through this, it is possible to develop diverse applications providing enhanced access control and GPS location management on the Android based Smart Phone.

The Implementation of Graphic Window Library for RTOS Qplus-P (실시간 운영체제 Qplus-P용 그래픽 윈도우 라이브러리 구현)

  • Kim, Do-Hyung;Kim, Sun-Ja;Kim, Seung-Woo
    • The KIPS Transactions:PartA
    • /
    • v.10A no.5
    • /
    • pp.479-486
    • /
    • 2003
  • As the Internet appliances like digital TV, Internet set-top boxes, and Internet phone, are showing up in the market, the economics of real-time operating system (RTOS), which is an essential for controlling those devices, is expanding faster than ever before. ETRI has developed describes RTOS called Qplus-P, targeting various platforms ranging from PDA to Internet set-top box and home server. This paper describes the implementation of graphic window library for Qplus-P. The Qplus-P graphic window library was implemented using tiny-X graphic server and gtk graphic toolkit, which are open source software. To port this library to various aliances, hangul processing, screen rotation, touch screen, and graphic acceleration functions are added to the tiny-X graphic server of the implementd graphic window library. Currently, Qplus-P graphic window is running on ARM-based appliances such as iPaq PDA, Samsung S3C2400 board, Zaurus PDA, and on Home Server that uses x86 processor. Qplus-P graphic library is provided as a of Qplus-P target builder.

Design and Implementation of IoT-Based Intelligent Platform for Water Level Monitoring (IoT 기반 지능형 수위 모니터링 플랫폼 설계 및 구현)

  • Park, Jihoon;Kang, Moon Seong;Song, Jung-Hun;Jun, Sang Min
    • Journal of Korean Society of Rural Planning
    • /
    • v.21 no.4
    • /
    • pp.177-186
    • /
    • 2015
  • The main objective of this study was to assess the applicability of IoT (Internet of Things)-based flood management under climate change by developing intelligent water level monitoring platform based on IoT. In this study, Arduino Uno was selected as the development board, which is an open-source electronic platform. Arduino Uno was designed to connect the ultrasonic sensor, temperature sensor, and data logger shield for implementing IoT. Arduino IDE (Integrated Development Environment) was selected as the Arduino software and used to develop the intelligent algorithm to measure and calibrate the real-time water level automatically. The intelligent water level monitoring platform consists of water level measurement, temperature calibration, data calibration, stage-discharge relationship, and data logger algorithms. Water level measurement and temperature calibration algorithm corrected the bias inherent in the ultrasonic sensor. Data calibration algorithm analyzed and corrected the outliers during the measurement process. The verification of the intelligent water level measurement algorithm was performed by comparing water levels using the tape and ultrasonic sensor, which was generated by measuring water levels at regular intervals up to the maximum level. The statistics of the slope of the regression line and $R^2$ were 1.00 and 0.99, respectively which were considered acceptable. The error was 0.0575 cm. The verification of data calibration algorithm was performed by analyzing water levels containing all error codes in a time series graph. The intelligent platform developed in this study may contribute to the public IoT service, which is applicable to intelligent flood management under climate change.

A Study on the Development of Automation System for Social Science Research Based on Cloud (클라우드 기반의 사회과학연구 자동화 시스템 개발에 관한 연구)

  • Yoon, Cheolho
    • Information Systems Review
    • /
    • v.17 no.1
    • /
    • pp.217-238
    • /
    • 2015
  • Much of the process in Social Science Research can be expedited with use of an automation systems that can lead to research efficiency and dramatic improvement of the research process. This study proposes use of a social science research automation system based on the cloud, which generates questionnaires, supports data collection, and intuitively processes statistical analyses of the data collected. The Cloud-based Social Science Research Automation System is developed with GNU/GPL-based open source software. We also integrate R for statistical computing to enable advanced statistical analyses such as PLS structural equation modeling, mediate effect analysis, compare between groups, and complete general statistics. The Cloud-based Social Science Research Automation system developed in this study is expected to play an important role in improving the social science research process and in performing the social science studies efficiently.

Creating Expressive and Experimental Typography and Typeface by Utilizing Scriptographer: Focused on Rush Type and Celestial Type (스크립토그래퍼를 활용한 표현적 실험 타이포그래피 및 활자체의 창작: <질주하는 활자>와 <천상의 활자>를 중심으로)

  • Kim, Namoo
    • The Journal of the Korea Contents Association
    • /
    • v.15 no.6
    • /
    • pp.203-214
    • /
    • 2015
  • Before the digital age, the main tools used for printing out letters were pen and brush. Therefore, forms and styles of the languages modelled out during the age also revolved around the pen and brush. However, new tools and techniques introduced in the digital age to express typography put this limit in the shade. In other words, the user can make expressive and experimental typography and typefaces quickly and easily, by learning and utilizing new tools efficiently. As such, this study is to explore those cases, to understand characters and meanings of expressive and experimental typography within the context of typography history, to introduce a new tool, 'Scriptographer' developed by means of the open-source scripting plug-in for Adobe Illustrator, and to discuss the advantages, disadvantages and applicability of this tool. Further on, through case analysis of successful preceding projects, the researcher arranges a practical foundation, and estimates the practicality of this research through experimental typography series, Rush Type and Celestial Type, created by using Scriptographer.

Proteome Analysis of Mouse Adipose Tissue and Colon Tissue using a Novel Integrated Data Processing Pipeline

  • Park, Jong-Moon;Han, Na-Young;Kim, Hokeun;Hwang, Injae;Kim, Jae Bum;Hahm, Ki-Baik;Lee, Sang-Won;Lee, Hookeun
    • Mass Spectrometry Letters
    • /
    • v.5 no.1
    • /
    • pp.16-23
    • /
    • 2014
  • Liquid chromatography based mass spectrometry (LC-MS) is a key technology for analyzing highly complex and dynamic proteome samples. With highly accurate and sensitive LC-MS analysis of complex proteome samples, efficient data processing is another critical issue to obtain more information from LC-MS data. A typical proteomic data processing starts with protein database search engine which assigns peptide sequences to MS/MS spectra and finds proteins. Although several search engines, such as SEQUEST and MASCOT, have been widely used, there is no unique standard way to interpret MS/MS spectra of peptides. Each search engine has pros and cons depending on types of mass spectrometers and physicochemical properties of peptides. In this study, we describe a novel data process pipeline which identifies more peptides and proteins by correcting precursor ion mass numbers and unifying multi search engines results. The pipeline utilizes two open-source software, iPE-MMR for mass number correction, and iProphet to combine several search results. The integrated pipeline identified 25% more proteins in mouse epididymal adipose tissue compared with the conventional method. Also the pipeline was validated using control and colitis induced colon tissue. The results of the present study shows that the integrated pipeline can efficiently identify increased number of proteins compared to the conventional method which can be a breakthrough in identification of a potential biomarker candidate.

Extending VNC Server and Client for Sharing Clipboard Contents Composed of Text and Images (텍스트와 이미지로 구성된 클립보드 콘텐츠 공유를 위한 VNC 서버와 클라이언트의 확장)

  • Lee, Tae-Ho;Lee, Hong-Chang;Park, Yang-Su;Lee, Myung-Joon
    • Journal of the Korea Society of Computer and Information
    • /
    • v.13 no.4
    • /
    • pp.115-126
    • /
    • 2008
  • VNC(Virtual Network Computing) is a desktop sharing system based on the RFB(Remote Framebuffer) protocol which allows you to control a remote computer running a VNC server through a VNC client(or viewer) on a local computer. To exchange information between the two computers, VNC provides the functionality of sharing the clipboard contents. Unfortunately, the current VNC softwares support only the clipboard text contents, not providing methods for sharing the clipboard multimedia contents such as images. In this paper, we extend the RFB protocol to share the clipboard contents composed of text and images. Also, to support the developed protocol. we extend both the UltraVNC server and the JavaViewer VNC client which are free open-source softwares. Through the developed VNC softwares, users can exchange the clipboard contents including texts and images between the remote computer and the local computer.

  • PDF