Skip to content
View yohanesokta's full-sized avatar

Highlights

  • Pro

Block or report yohanesokta

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
yohanesokta/README.md

Octa™

Backend Low Level Focus

Aku coding backend dan low-level code
where behavior is deterministic and failure is traceable.

Yang pergi nggak kasih log. Yang tersisa cuma error tanpa stack trace.

Di sistem, kalau ada yang rusak, bisa diperbaiki.
Di hidup?, tidak selalu begitu.

╭─ Hardware ──────────────────────────╮
│ Host      : IdeaPad 3 14ITL6 (82H7) │
│ OS        : EndeavourOS x86_64      │
│ CPU       : i3-1115G4 @ 4.10GHz     │
│ GPU       : Intel UHD G4            │
│ DE        : KDE Plasma 6.6.3        │
│ Condition : Not Good!               │
╰─────────────────────────────────────╯

School Project Archive

Pinned Loading

  1. GL-FPS GL-FPS Public

    99% Full Game Coding. freeglut, stb_image, stb_freetype. SDL2, SDL2_mixer game fps like doom

    C 4 4

  2. WebServices-Gajah WebServices-Gajah Public

    Web service untuk para developer yang membutuhkan layanan seperti nginx, mysql, apache2, redis dan php versi terbaru

    Dart 23 2

  3. octa_core_utils octa_core_utils Public

    Utility provide fast, portable, and standalone operating system core functions, similar to GNU Coreutils but optimized for native Windows performance.

    C

  4. RemindU-AppleDeveloperFoundation RemindU-AppleDeveloperFoundation Public

    Aplikasi iOS untuk Caregiver dengan fitur notifikasi reminder sebagai pengingat keluarga pasien untuk mengintervensi minum obat pasien secara rutin.

    Swift

  5. PHP-Apache_Binaries_Static PHP-Apache_Binaries_Static Public

    A collection of pre-compiled static PHP and Apache binaries ready for use across different environments. This repository provides self-contained executable builds of PHP (with common extensions) an…

    Shell

  6. C Dictionary (Key-Value Store) C Dictionary (Key-Value Store)
    1
    #include <stdio.h>
    2
    #include <string.h>
    3
    #define MAX 100
    4
    typedef struct {
    5
        char key[50];