Skip to content

Instantly share code, notes, and snippets.

View SimeonSimeonovIvanov's full-sized avatar
🏠
Working from home

Simeon Ivanov SimeonSimeonovIvanov

🏠
Working from home
View GitHub Profile
@grishka
grishka / BadApple.c
Created January 26, 2022 16:02
Siemens SGold Bad Apple
#include <swilib.h>
// Глобальные переменные и структуры для создания окна и графического контекста
#define GUI_STATE_CLOSED 0
#define GUI_STATE_BACKGROUND 1
#define GUI_STATE_ACTIVE 2
wchar_t maincsm_name_body[140];
@xebecnan
xebecnan / win32_utf8.c
Created June 16, 2015 03:25
win32: convert between wchar and utf8
wchar_t*
fromUTF8(
const char* src,
size_t src_length, /* = 0 */
size_t* out_length /* = NULL */
)
{
if(!src)
{ return NULL; }
@bradley219
bradley219 / .gitignore
Last active January 15, 2026 10:15
PID C++ implementation
.DS_Store