Skip to content
View nayakazna's full-sized avatar
😁
😁
  • Bandung Institute of Technology
  • Malang, Indonesia
  • 22:39 (UTC +07:00)

Highlights

  • Pro

Block or report nayakazna

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
nayakazna/README.md

πŸ‘‹

section        .text         
global         _start          
_start:
    mov edx, len 
    mov ecx, msg 
    mov ebx, 1
    mov eax, 4
    int 0x80
    mov eax, 1
    int 0x80
section        .data             
    msg        db "Sugeng rawuh, rencang-rencang sedaya!", 0xa
    len        equ $ -msg

I'm Nayaka, a (self-proclaimed) hard-working informatics engineering student from Bandung Institute of Technology, eager to explore various branches of computer science and to satisfy my personal curiosity. Currently, I'm focusing on data science and cybersecurity. I've got experience in several programming languages and tools, and proficient in LaTeX typesetting.

Nayaka's GitHub stats

Languages

Top Langs
Programming Languages

Tools

Web Development

Machine Learning

Robotics Software Control

Miscellaneous

Pinned Loading

  1. BezierCurve BezierCurve Public

    Python and OpenGL implementation of vector, linear transformation, and quaternion algebra in the creation and manipulation of BΓ©zier curves for 3D computer graphics

    Python

  2. PraktikumSTEI-ITB-2023 PraktikumSTEI-ITB-2023 Public

    Repositori berkas praktikum pemrograman selama di STEI ITB.

    C 3

  3. LaTeX_ScoreAutoReport LaTeX_ScoreAutoReport Public

    A simple Python script to automate the generation and email distribution of students' score breakdown for a course in the form of PDFs made with LaTeX.

    Python

  4. project-euler project-euler Public

    Fortran

  5. covid19_dav covid19_dav Public

    Analisis dan visualisasi data COVID-19 global pada awal masa pandemi dengan pustaka pandas, matplotlib, numpy, dan seaborn untuk Python yang dibuat untuk Tugas Besar 2 matkul KU1202 Pengenalan Komp…

    Jupyter Notebook