Skip to content
View LAK132's full-sized avatar
😭
😭
Block or Report

Block or report LAK132

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
LAK132/README.md
WARNING: the code that follows will make you cry; a safety pig is provided below for your benefit.

 _._ _..._ .-',     _.._(`))
'-. `     '  /-._.-'    ',/
   )         \            '.
  / _    _    |             \
 |  a    a    /              |
 \   .-.                     ;
  '-('' ).-'       ,'       ;
     '-;           |      .'
        \           \    /
        | 7  .__  _.-\   \
        | |  |  ``/  /`  /
       /,_|  |   /,_/   /
          /,_/      '`-'

Pinned

  1. MegaWAT MegaWAT Public

    Presentation software for the MEGA65 retro computer

    C 2 2

  2. bindiff bindiff Public

    Naïve binary file diff utility for Unicode enabled consoles

    Rust 3

  3. ImDuino ImDuino Public

    ImGui on Arduino (ESP32) example

    C++ 49 6

  4. C++ embedded in a Makefile C++ embedded in a Makefile
    1
    #if 0
    2
    .PHONY: run
    3
    run: out.elf
    4
    	./out.elf
    5
    out.elf: Makefile
  5. Get a file's last modified epoch in ... Get a file's last modified epoch in batch
    1
    @if (@a==@b) @end /*
    2
    @echo off
    3
    SetLocal EnableDelayedExpansion
    4
    
                  
    5
    set EPOCH=0
  6. Makefile DISPLAY example for when ge... Makefile DISPLAY example for when getting the IP address of the X11 server is required under WSL/cygwinX
    1
    ifneq ($(shell grep -a -h -i microsoft /proc/version),)
    2
    #  // For use on Windows (WSL) with cygwinX
    3
    #  // Requires xinit, xauth and xhost probably
    4
    #  // Start the X11 server with `path\to\cygwin64\bin\run.exe --quote /usr/bin/bash.exe -l -c "cd; exec /usr/bin/startxwin -- +iglx -listen tcp"`
    5
    #  // If you get "Authorization required, but no authorization protocol specified"