• Title/Summary/Keyword: Individual code

Search Result 292, Processing Time 0.029 seconds

Secure Coding guide support tools design for SW individual developers (SW 개인 개발자를 위한 Secure_Coding 가이드 지원 도구 설계)

  • Son, Seung-wan;Kim, Kwang-seok;Choi, Jeong-won;Lee, Gang-soo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2014.05a
    • /
    • pp.595-598
    • /
    • 2014
  • The cyber attacks of recent attacks that target zero-day exploit security vulnerabilities before the security patch is released (Zero Day) attack, the web site is without the Lord. These attacks, those that use the vulnerability of security that is built into the software itself is in most cases, cyber attacks that use the vulnerability of the security of the source code, in particular, has a characteristic response that are difficult to security equipment. Therefore, it is necessary to eliminate the security vulnerability from step to implement the software to prevent these attacks. In this paper, we try to design a Secure Coding Guide support tool to eliminate the threat of security from the stage of implementation.

  • PDF

Detonation cell size model based on deep neural network for hydrogen, methane and propane mixtures with air and oxygen

  • Malik, Konrad;Zbikowski, Mateusz;Teodorczyk, Andrzej
    • Nuclear Engineering and Technology
    • /
    • v.51 no.2
    • /
    • pp.424-431
    • /
    • 2019
  • The aim of the present study was to develop model for detonation cell sizes prediction based on a deep artificial neural network of hydrogen, methane and propane mixtures with air and oxygen. The discussion about the currently available algorithms compared existing solutions and resulted in a conclusion that there is a need for a new model, free from uncertainty of the effective activation energy and the reaction length definitions. The model offers a better and more feasible alternative to the existing ones. Resulting predictions were validated against experimental data obtained during the investigation of detonation parameters, as well as with data collected from the literature. Additionally, separate models for individual mixtures were created and compared with the main model. The comparison showed no drawbacks caused by fitting one model to many mixtures. Moreover, it was demonstrated that the model may be easily extended by including more independent variables. As an example, dependency on pressure was examined. The preparation of experimental data for deep neural network training was described in detail to allow reproducing the results obtained and extending the model to different mixtures and initial conditions. The source code of ready to use models is also provided.

A Study on Self Assessment of Mobile Secure Coding (모바일 시큐어코딩 자가평가(M-SCSA) 방법에 대한 연구)

  • Kim, Dong-Won;Han, Keun-Hee
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.22 no.4
    • /
    • pp.901-911
    • /
    • 2012
  • The removal of security vulnerabilities during the developmental stage is found to be much more effective and much more efficient than performing the application during the operational phase. The underlying security vulnerabilities in software have become the major cause of cyber security incidents. Thus, secure coding is drawing much attention for one of its abilities includes minimizing security vulnerabilities at the source code level. Removal of security vulnerabilities at the software's developmental stage is not only effective but can also be regarded as a fundamental solution. This thesis is a research about the methods of Mobile-Secure Coding Self Assessment in order to evaluate the security levels in accordance to the application of mobile secure coding of every individual, groups, and organizations.

Thermal frequency analysis of FG sandwich structure under variable temperature loading

  • Sahoo, Brundaban;Mehar, Kulmani;Sahoo, Bamadev;Sharma, Nitin;Panda, Subrata Kumar
    • Structural Engineering and Mechanics
    • /
    • v.77 no.1
    • /
    • pp.57-74
    • /
    • 2021
  • The thermal eigenvalue responses of the graded sandwich shell structure are evaluated numerically under the variable thermal loadings considering the temperature-dependent properties. The polynomial type rule-based sandwich panel model is derived using higher-order type kinematics considering the shear deformation in the framework of the equivalent single-layer theory. The frequency values are computed through an own home-made computer code (MATLAB environment) prepared using the finite element type higher-order formulation. The sandwich face-sheets and the metal core are discretized via isoparametric quadrilateral Lagrangian element. The model convergence is checked by solving the similar type published numerical examples in the open domain and extended for the comparison of natural frequencies to have the final confirmation of the model accuracy. Also, the influence of each variable structural parameter, i.e. the curvature ratios, core-face thickness ratios, end-support conditions, the power-law indices and sandwich types (symmetrical and unsymmetrical) on the thermal frequencies of FG sandwich curved shell panel model. The solutions are helping to bring out the necessary influence of one or more parameters on the frequencies. The effects of individual and the combined parameters as well as the temperature profiles (uniform, linear and nonlinear) are examined through several numerical examples, which affect the structural strength/stiffness values. The present study may help in designing the future graded structures which are under the influence of the variable temperature loading.

A Study on ICD-11 through Mapping to KCD-8 - Focusing on the Circulatory and Respiratory System -

  • Hyun-Kyung LEE;Yoo-Kyung BOO
    • Journal of Wellbeing Management and Applied Psychology
    • /
    • v.6 no.3
    • /
    • pp.1-11
    • /
    • 2023
  • Purpose: This research aims to facilitate a smooth transition from KCD-8 to ICD-11 through the study of ICD-11. Research design, data and methodology: Skilled Health Information Managers (HIMs) in Korea performed manual mapping and conducted a study of the code structure of ICD-11 chapters 11 and 12. Results: When comparing the granularity between ICD-11 and KCD-8, 58.1% of ICD-11 codes showed higher granularity, and 38.6% had similar granularity. The granularity of the circulatory system was higher than that of the respiratory system. When comparing the KCD-8 codes mapped by ICD-11 with the total 924 KCD-8 codes, it was found that about 50% of KCD-8 codes were not mapped to ICD-11. This means that 50% of diseases in the KCD-8 do not have individual codes as they did in ICD-11. Conclusions: ICD-11 demonstrated high granularity, indicating its effectiveness in describing cutting-edge medical technology in modern society. However, we also observed that some diseases were removed from KCD-8, while others were added to ICD-11. To ensure smooth statistics transition from KCD8 to ICD-11, especially for leading domestic diseases, integrated management, including the preparation of KCD-9 reflecting ICD-11 and ICD-11 training, will be necessary through the analysis of new codes and the removal of codes.

PartitionTuner: An operator scheduler for deep-learning compilers supporting multiple heterogeneous processing units

  • Misun Yu;Yongin Kwon;Jemin Lee;Jeman Park;Junmo Park;Taeho Kim
    • ETRI Journal
    • /
    • v.45 no.2
    • /
    • pp.318-328
    • /
    • 2023
  • Recently, embedded systems, such as mobile platforms, have multiple processing units that can operate in parallel, such as centralized processing units (CPUs) and neural processing units (NPUs). We can use deep-learning compilers to generate machine code optimized for these embedded systems from a deep neural network (DNN). However, the deep-learning compilers proposed so far generate codes that sequentially execute DNN operators on a single processing unit or parallel codes for graphic processing units (GPUs). In this study, we propose PartitionTuner, an operator scheduler for deep-learning compilers that supports multiple heterogeneous PUs including CPUs and NPUs. PartitionTuner can generate an operator-scheduling plan that uses all available PUs simultaneously to minimize overall DNN inference time. Operator scheduling is based on the analysis of DNN architecture and the performance profiles of individual and group operators measured on heterogeneous processing units. By the experiments for seven DNNs, PartitionTuner generates scheduling plans that perform 5.03% better than a static type-based operator-scheduling technique for SqueezeNet. In addition, PartitionTuner outperforms recent profiling-based operator-scheduling techniques for ResNet50, ResNet18, and SqueezeNet by 7.18%, 5.36%, and 2.73%, respectively.

Simulation and assessment of 99mTc absorbed dose into internal organs from cardiac perfusion scan

  • Saghar Salari;Abdollah Khorshidi;Jamshid Soltani-Nabipour
    • Nuclear Engineering and Technology
    • /
    • v.55 no.1
    • /
    • pp.248-253
    • /
    • 2023
  • Directly, it is not possible to measure the absorbed dose of radiopharmaceuticals in the organs of the human body. Therefore, simulation methods are utilized to estimate the dose in distinct organs. In this study, individual organs were separately considered as the source organ or target organ to calculate the mean absorption dose, which SAF and S factors were then calculated according to the target uptake via MIRD method. Here, 99mTc activity distribution within the target was analyzed using the definition and simulation of ideal organs by summing the fraction of cumulative activities of the heart as source organ. Thus, GATE code was utilized to simulate the Zubal humanoid phantom. To validate the outcomes in comparison to the similar results reported, the accumulation of activity in the main organs of the body was calculated at the moment of injection and cardiac rest condition after 60 min of injection. The results showed the highest dose absorbed into pancreas was about 21%, then gallbladder 18%, kidney 16%, spleen 15%, heart 8%, liver 8%, thyroid 7%, lungs 5% and brain 2%, respectively, after 1 h of injection. This distinct simulation model may also be used for different periods after injection and modifying the prescribed dose.

The Development of Clothing DIY Packages Including Commercial Patterns (상업 패턴을 포함한 의류 DIY 패키지 개발)

  • Lee Eunhye
    • Fashion & Textile Research Journal
    • /
    • v.25 no.3
    • /
    • pp.333-345
    • /
    • 2023
  • The rising demand for fashion do-it-yourself (DIY) products that cater to individual preferences and which allow for creative expression has highlighted the need for systematic organization within the clothing society. This study addresses this gap by identifying and discussing clothing DIY packages and proposes a systematic package model comprising essential raw materials, commercial patterns, and production instructions. Four key elements have been emphasized to differentiate and enhance the product. Firstly, highly practical commercial patterns have been developed to facilitate easy transformations - from blouses to dresses. Furthermore, the versatility of these patterns has been optimized so as to allow their utilization as outerwear, increasing their efficiency. Secondly, to accommodate diverse body shapes, the package offers six different sizes, providing users with a range of options tailored to their specific measurements. Thirdly, detailed production instructions are provided, supplemented by a Q&A bulletin board. The instructions are available in a printed format, featuring actual photographs on A4 paper, while video production instructions are accessible via a QR code, ensuring comprehensive guidance. Lastly, the basic package comprises clothing patterns, production instructions, fabrics, and labels, providing a complete toolkit for clothing DIY enthusiasts. This study aims to contribute to the development of the hobby sewing field and to establish a practical resource for the clothing DIY package industry.

A Study on the Improvement of Safety Instrumented Function of Hydrogen Refueling Station Considering Individual Risk (개인적 위험도를 고려한 수소충전소의 안전계장기능 향상에 관한 연구)

  • YOON SUP BYUN
    • Journal of Hydrogen and New Energy
    • /
    • v.34 no.3
    • /
    • pp.297-306
    • /
    • 2023
  • The frequency of fatal accidents that can occur at hydrogen refueling station was compared with the risk criterion for the general public suggested by the health and safety executive. If hydrogen refueling station meets the accident prevention facility standards presented in KGS Code FP216/217, it was confirmed that the risk of hydrogen refueling station was not at an unacceptable (intolerable) risk level. However, the risk of hydrogen refueling station due to small leak was analyzed as low as reasonably practicable. Therefore, methods for improving the safety instrumented function of hydrogen refueling station were reviewed. It was confirmed that the risk of hydrogen refueling station can be affected by the number of installed safety instrumentation system components, redundant architecture, mission time, proof test interval, etc. And methods for maintaining the risk of hydrogen refueling station at an acceptable risk level have been proposed.

Regional Seismic Risk Assessment for Structural Damage to Buildings in Korea (국내 건축물 지진피해 위험도의 지역단위 평가)

  • Ahn, Sook-Jin;Park, Ji-Hun;Kim, Hye-Won
    • Journal of the Earthquake Engineering Society of Korea
    • /
    • v.27 no.6
    • /
    • pp.265-273
    • /
    • 2023
  • This study proposes a methodology for the regional seismic risk assessment of structural damage to buildings in Korea based on evaluating individual buildings, considering inconsistency between the administrative district border and grid lines to define seismic hazard. The accuracy of seismic hazards was enhanced by subdividing the current 2km-sized grids into ones with a smaller size. Considering the enhancement of the Korean seismic design code in 2005, existing seismic fragility functions for seismically designed buildings are revised by modifying the capacity spectrum according to the changes in seismic design load. A seismic risk index in building damage is defined using the total damaged floor area considering building size differences. The proposed seismic risk index was calculated for buildings in 29 administrative districts in 'A' city in Korea to validate the proposed assessment algorithm and risk index. In the validation procedure, sensitivity analysis was performed on the grid size, quantitative building damage measure, and seismic fragility function update.