Skip to content

Instantly share code, notes, and snippets.

@orazdow
orazdow / glview.js
Last active December 8, 2022 05:42
glview
//// gl-view - by shellderr ////
import
{setUniforms,
drawBufferInfo,
setBuffersAndAttributes,
createTexture,
createProgramInfo,
createBufferInfoFromArrays,
resizeCanvasToDisplaySize}
@orazdow
orazdow / ORazdowResume2023.pdf
Last active February 20, 2023 10:05
Newer Resume
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@orazdow
orazdow / main.py
Last active March 2, 2022 23:30
dearpygui+cv2
import dearpygui.dearpygui as dpg
import easygui
import cv2 as cv
import numpy as np
from types import SimpleNamespace
import os
g = SimpleNamespace(
fname = './test.jpg',
fnames = (),
@orazdow
orazdow / MC_011.jpg
Last active January 17, 2021 09:51
images
MC_011.jpg
@orazdow
orazdow / hidebar-nightlight-wintop.ahk
Last active September 3, 2023 06:29
ahk script: winontop, hidebar, nightlight
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
; SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; #NoTrayIcon
#Persistent
Menu, Tray, Tip ,alt-l nightlight`nctl-alt-b hidebar`nctl-alt-up winontop
@orazdow
orazdow / band.pd
Last active November 5, 2020 23:51
vocoder test
#N canvas 721 331 450 300 10;
#N canvas 114 82 474 324 bandanalysis 0;
#X obj 198 130 bp~;
#X obj 197 168 bp~;
#X obj 155 92 inlet~;
#X obj 217 74 inlet;
#X obj 199 192 env~ 1024;
#X obj 198 245 line~;
#X obj 197 272 outlet~;
#X obj 234 109 r q;
@orazdow
orazdow / proj.txt
Last active May 23, 2020 07:38
projects
figure out glslviewer
try jucetestbed
finish SAR
test glsl primitive shapes/colors shaders
comtinue learnopegl glm/camera/lighting/buffers
test ffmpeg filtering
learn pd object api, make pd object
make value/perlin object
revisit soundlib, try c sruct based interface, compare to juce/stk, naysaer
soudlib subpatch compiler/scheduler
@orazdow
orazdow / mnist.py
Created January 22, 2020 11:11
mnist
import numpy as np
import matplotlib.pyplot as plt
from sklearn.datasets import load_digits
from sklearn.linear_model import LogisticRegression
digits = load_digits()
fig, ax = plt.subplots(2, 5)
plt.gray()
@orazdow
orazdow / Makefile
Last active January 2, 2020 06:22
GLFW cpp
TARGET = out
SRC = main.cpp
SRC2 = D:/Libraries/glad/src
SRC += $(SRC2)/glad.c
INCLUDE = -I D:/Libraries/glad/include
INCLUDE += -I D:/Libraries/glfw/include
LIBS = -L D:/Libraries/glfw/lib-mingw
@orazdow
orazdow / ORazdow_resum.docx
Last active January 5, 2021 23:03
resume - click Raw to download