Skip to content

Instantly share code, notes, and snippets.

View kolumnin's full-sized avatar
🏠
@kolumnin 🇮🇳

Dr. Muraleedharan Koluthappallil kolumnin

🏠
@kolumnin 🇮🇳
View GitHub Profile
{
"data": {
"id": "1",
"type": "authors",
"attributes": {
"name": "J. R. R. Tolkien",
"date_of_birth": "1892-01-03",
"date_of_death": "1973-09-02",
"created_at": "2017-06-18 11:30:16",
"updated_at": "2017-06-18 11:30:16"
@kolumnin
kolumnin / index.html
Last active April 22, 2024 07:20
kolumn gists
<!DOCTYPE HTML>
<html><head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>kolumnin_gists_kolumn</title></head>
<body bgcolor="white" width=100%>
<div>
<header><a href="https://gist.github.com/kolumnin/93684eff0ab5e4ed547ebeceb6e05a5a#file-kolumn-html">https://gist.github.com/kolumnin/93684eff0ab5e4ed547ebeceb6e05a5a#file-kolumn-html </a><BR><HR></header>
</div>
<div><p></p>
@kolumnin
kolumnin / chance.json
Last active July 28, 2022 05:15
Chance.json
2020-08-10-18:38@home
2020-08-10-18:42@home
2020-08-14-18:36@home
https://kolumnin.github.io/pages/KoluMnIN.html
2020-08-18-15:20@home
2020-08-19-09:49@home
https://www.facebook.com
2022-07-28-10:43@kolumnin
@MysteriousJ
MysteriousJ / music_box.cpp
Last active January 31, 2023 14:38
Sturdy WASAPI example
// Compile: cl music_box.cpp /link ole32.lib
// Usage: music_box.exe "Hello World"
#include <windows.h>
#include <inttypes.h>
#include <math.h>
#include <mmdeviceapi.h>
#include <audioclient.h>
#define BYTES_PER_CHANNEL sizeof(float)
#define CHANNELS_PER_SAMPLE 1