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 is supported. This note will only be visible to 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.

Fikiran : season terbaru serial itu sudah realease belum?

Fakta : serial itu di batalkan demi kesehatan mental produser utama ( you )

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 5 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. DSX-CSound-App DSX-CSound-App Public

    DSX Drumb. Windows application designed to perform as an ultra-low latency drum machine and pad sampler.

    C++

  4. 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

  5. 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

  6. C Dict C Dict
    1
    #include <stdio.h>
    2
    #include <string.h>
    3
    #define MAX 100
    4
    typedef struct {
    5
        char key[50];