Skip to content
View 2denata's full-sized avatar
🔬
Playing
🔬
Playing

Highlights

  • Pro

Block or report 2denata

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. smileDetection smileDetection Public

    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 u…

    Python

  2. Spotify-API-search Spotify-API-search Public

    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 jQu…

    JavaScript

  3. hillChiper hillChiper Public

    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 …

    Python

  4. LibraryIS LibraryIS Public

    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.

    Java

  5. peopleRank peopleRank Public

    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.

    Java

  6. caesar-chiper caesar-chiper Public

    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 shif…

    C++