Skip to content
View Salies's full-sized avatar

Highlights

  • Pro

Organizations

@feinwarusoftware @OpenBoardGame @voxlog

Block or report Salies

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 Loading

  1. nihilanth-ghost-theme nihilanth-ghost-theme Public

    A simple, clean and responsive Ghost theme.

    CSS 4 4

  2. watcher watcher Public

    A resource monitor for Windows.

    C++

  3. kolb-and-the-dragon kolb-and-the-dragon Public

    A Text-Adventure for Nord Boys.

    C 1

  4. steam-screenshot-backup-tool steam-screenshot-backup-tool Public

    A backup tool for Steam screenshots.

    JavaScript 3 2

  5. Image comment edition with piexif (e... Image comment edition with piexif (example)
    1
    import piexif
    2
    
    
    3
    def set_desc(imgPath, message):
    4
        exif_dict = piexif.load(imgPath)
    5
        exif_dict['0th'][40092] = string_to_array(message)
  6. Simple audio player using BASS Simple audio player using BASS
    1
    #include <iostream>
    2
    #include "bass.h"
    3
    #include "bassflac.h"
    4
    
    
    5
    HSTREAM s;