Projects in Awesome Lists by denatajp
A curated list of projects in awesome lists by denatajp .
https://github.com/denatajp/peoplerank
How does the implementation of the PeopleRank algorithm work in forwarding messages in Delay Tolerant Networks. This algorithm utilizes the RoutingDecisionEngine interface to make debugging easier.
decisionengine dtn java peoplerank
Last synced: 14 Apr 2025
https://github.com/denatajp/labours
Labors is an application project that provides information on odd jobs aimed at job seekers and job owners, based on a website using the CI4 framework.
Last synced: 05 Apr 2025
https://github.com/denatajp/smiledetection
A real-time face and smile detection application using the OpenCV library. By utilizing the webcam, the program automatically detects faces and smiles, drawing boxes around the detected areas. It uses Haar Cascade Classifiers for object detection and runs interactively until the user presses the q key to stop.
Last synced: 14 Apr 2025
https://github.com/denatajp/sequentialsearchingobject
Implementation of Linear Search Object algorithm using Comparable interface in Java. Can be use to search any type of data in Java.
Last synced: 14 Apr 2025
https://github.com/denatajp/selectionsort
Pengimplementasian algoritma Selection Sort dalam bahasa Java. Algoritma ini bekerja dengan menemukan elemen terkecil (atau terbesar, tergantung urutan yang diinginkan) dalam daftar dan menukarnya dengan elemen pertama dari daftar yang belum tersusun. Proses ini diulang untuk elemen berikutnya hingga semua elemen tersusun dengan benar.
Last synced: 14 Apr 2025
https://github.com/denatajp/prophetdecisionengine
Implementation the Prophet algorithm in Delay Tolerance Network using Decision Engine Router interface
decisionengine dtn java prophet
Last synced: 14 Apr 2025
https://github.com/denatajp/quicksort
Pengimplementasian algoritma Quick Sort dalam bahasa Java. Algoritma ini bekerja dengan memilih elemen sebagai pivot dan membagi daftar menjadi dua sub-daftar: elemen yang lebih kecil dari pivot dan elemen yang lebih besar. Proses ini diulang secara rekursif.
Last synced: 14 Apr 2025
https://github.com/denatajp/hillchiper
Implementation of the Hill Cipher algorithm, a classical cryptography technique based on linear algebra. The project includes both encryption and decryption functions, utilizing matrix operations to transform plaintext into ciphertext and vice versa.
Last synced: 14 Apr 2025
https://github.com/denatajp/diabetdataanalysis
A Jupyter notebook that performs a comprehensive analysis of a diabetes dataset, including data preprocessing, visualization, and exploration of relationships between key health-related variables. The analysis leverages Python libraries such as pandas, numpy, matplotlib, and seaborn.
Last synced: 14 Apr 2025
https://github.com/denatajp/libraryis
Java GUI based application for library management. Enables management of books, members and lending transactions with search and report features. Designed to simplify library administration.
Last synced: 14 Apr 2025
https://github.com/denatajp/caesar-chiper
Implementation of Caesar Chiper in encrypts and decrypts text by shifting letters by a user-defined value. It takes input text and a shift value, applies the shift to encrypt, and reverses the shift to decrypt. The program demonstrates basic encryption and decryption using this simple technique.
caesar-cipher chiper cryptography
Last synced: 14 Apr 2025
https://github.com/denatajp/insertionsort
Pengimplementasian algoritma Insertion Sort dalam bahasa Java. Algoritma ini bekerja dengan membangun daftar yang sudah tersusun satu per satu dengan cara mengambil setiap elemen dan menyisipkannya ke posisi yang sesuai dalam daftar yang sudah tersusun. Proses ini diulang hingga semua elemen tersusun dengan benar.
Last synced: 14 Apr 2025
https://github.com/denatajp/binarysearchobject
Implementation of Binary Search Object algorithm using Comparable interface in Java. Can be use to search any type of data in Java.
Last synced: 14 Apr 2025
https://github.com/denatajp/ajax-html
Manipulate the DOM on a web page and receive data asynchronously from the server by utilizing AJAX in Javascript.
Last synced: 14 Apr 2025
https://github.com/denatajp/animal-cnn-classifier
A Convolutional Neural Network (CNN) project that classifies images of animals (cat, dog, and tiger). Built with TensorFlow and Keras, the model uses image augmentation to improve accuracy. The dataset consists of labeled animal images, and the model can predict the correct animal class.
Last synced: 14 Apr 2025
https://github.com/denatajp/fusion
Fusion is an information system website designed for music studio management. The website provides features for studio reservation, schedule management, musical instrument booking, and customer data management. Fusion aims to make it easier for music studio managers to run daily operations and provide a better experience for customers.
Last synced: 14 Apr 2025
https://github.com/denatajp/bubblesort
Pengimplementasian algoritma Bubble Sort dalam bahasa Java. Algoritma ini bekerja dengan membandingkan elemen yang berdekatan dan menukarnya jika mereka dalam urutan yang salah. Proses ini diulang hingga semua elemen tersusun dengan benar.
Last synced: 14 Apr 2025
https://github.com/denatajp/streamchiper
Implementation of the Stream Cipher algorithm, a symmetric encryption technique that encrypts data one bit or byte at a time. The project features both encryption and decryption functions, using a pseudorandom key stream combined with the plaintext through bitwise operations, typically XOR, to produce ciphertext and recover plaintext.
Last synced: 14 Apr 2025
https://github.com/denatajp/simple-to-do-list
Using Flask Python to build a simple to-do-list for web browser
Last synced: 14 Apr 2025
https://github.com/denatajp/asisten
The "Project-Asisten" is a project built on CodeIgniter 4 framework, it's about administration system specifically designed for managing the data of practicum assistants in the Informatics program. There are 4 features, namely view, save, edit, and delete, which to access these 4 features requires an admin login first.
Last synced: 05 Apr 2025
https://github.com/denatajp/spotify-api-search
Web app that lets users search for music via the Spotify API. By entering a song or artist, users can see results such as the song title, artist, album, and audio preview. The app uses AJAX and jQuery to fetch data, but since the API token and credentials are exposed on the client side, it's recommended for personal use only.
Last synced: 14 Apr 2025