Skip to content
View soyoil's full-sized avatar
⛷️
⛷️

Highlights

  • Pro

Organizations

@sohosai @WORD-COINS
Block or Report

Block or report soyoil

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

  1. Lunchbox Lunchbox Public

    A Gameboy Emulator (WIP)

    C#

  2. soy.am soy.am Public

    HTML

  3. mycalc mycalc Public

    An implementation of four arithmetic operations

    C++

  4. gameboy-pcm gameboy-pcm Public

    Assembly

  5. ゲームボーイでカレンダーを表示してみる試み ゲームボーイでカレンダーを表示してみる試み
    1
    include "hardware.inc"
    2
    
                  
    3
    section "halt", rom0[$38]
    4
    	di
    5
    	halt
  6. Cによるアナログ時計 Cによるアナログ時計
    1
    #include <math.h>
    2
    #include <stdio.h>
    3
    #include <stdlib.h>
    4
    #include <string.h>
    5
    #include <unistd.h>