Yovi Apridiyansyah
Unknown Affiliation

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Design and Development of An E-Voting Model for Village Head Elections Based on Android Lestri Yanti; Ardi Wijaya; Yovi Apridiyansyah; Pahrizal Pahrizal
Jurnal Komputer, Informasi dan Teknologi (JKOMITEK) Vol. 3 No. 1 (2023): Juni
Publisher : Penerbit ADM

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.53697/jkomitek.v3i1.1184

Abstract

Voting or voting in a democratic country is an important part of the means of selecting leaders. Village head elections are generally still carried out conventionally, elections still use paper to elect village heads (Kades) which are carried out by punching one of the candidate images. The problem that arises is that voters must come to the polling place in order to be able to collect data and vote, for Citizens who cannot attend the polling place or do not exercise their right to vote will add to the data on the abstentions list that is present at the election. In village head elections (Pilkades) the vote counting process is still done manually so it takes quite a long time. This study aims to build an e-voting simulation system which is expected to provide knowledge of technological developments in the field of general elections. This system development method uses Waterfall. Furthermore, if you have obtained the results, you will test the system that was built by testing it with the black box testing method to see in terms of functionality all features are running smoothly or not. The results of testing the E-voting application for village head elections show that the system can run well and has been implemented so that it can be used on Android-based smartphone devices.
Implementation Of The Inter Tk Package, Sub-Process And Os In The Network Management Application Development With Python Programming Language Muhammad Guntur Akbar; Harry Witriyono; Yovi Apridiyansyah; Dedy Abdullah
Jurnal Komputer, Informasi dan Teknologi (JKOMITEK) Vol. 3 No. 1 (2023): Juni
Publisher : Penerbit ADM

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.53697/jkomitek.v3i1.1210

Abstract

The development of technology is currently running very rapidly, especially in the field of computer networks that make it possible to connect all people from various places. The need for information triggers the rapid development of network infrastructure technology by several vendors or brands. The need for network infrastructure is of course inseparable from the large number of users who use the internet service, causing new problems because the number of users is not proportional to the number of technicians available. For general users, they can wait for the handling schedule from the technician, while for agencies that need a network to complete their work, they don't have that time. To overcome this, you can use a special program to check the network regularly where everyone can use it so that it can reduce free customer service at network providers. One programming language that can be used open source for the development of these applications is python. Python is a multipurpose interpretive programming language with a design philosophy that focuses on code readability. Python programming is still rarely used because it still uses the terminal as the main access where the user has to type certain code to execute the desired result, such as the Command Prompt Windows (CMD) program. The use of python-based applications can be made more comfortable for users by using a GUI (Graphical user interface) display using the TKInter library, which is a standard Python package for creating GUI displays. Tkinter has an interface to the Tk toolkit that can work as an object-oriented layer on top of Tk. Tkinter has many components that can be used to create user-friendly interfaces. Apart from Tkinter, the application uses a subprocess and os library which functions to access the terminal and execute certain comments in the terminal. The built application has functions for pinging, nslookup, ipconfig, network info, active connection and network processes. Ping and Nslookup require data to be entered in text input on the same line, for ping you can input the IP address of the intended network or website address (requires internet connection) while nslookup can be filled in with the website address.