Skip to content

Instantly share code, notes, and snippets.

View KonarKorona's full-sized avatar

Konar Korona KonarKorona

View GitHub Profile
I am just saying things.
Are you saying things?
I see.
Well, bye.
@KonarKorona
KonarKorona / chat.js
Last active January 17, 2017 17:01
A basic chat server made in node.js
var app = require('express')();
var http = require('http').Server(app);
var io = require('socket.io')(http);
app.get('/', function(req,res){
console.log(ip_info);
res.sendfile('chat.html');
});
io.on('connection', function(socket){
@KonarKorona
KonarKorona / waveplayer.bas
Created March 22, 2016 22:36
Plain and simple player for wave (.wav) files
'This is a program that can play wave (.wav) files
template$ = "*.wav"
[loop]
filedialog "Pick a *.WAV file", template$, w$
if w$ = "" then [quit]
playwave w$, asynch
while right$(w$, 1) <> "\"
@KonarKorona
KonarKorona / keybase.md
Last active March 21, 2016 07:16
Keybase

Keybase proof

I hereby claim:

  • I am KonarKorona on github.
  • I am isolusgraboski (https://keybase.io/isolusgraboski) on keybase.
  • I have a public key whose fingerprint is A0CC 8B8A 0CA6 DC09 9E60 D20D 43A2 9B67 C1AD 5001

To claim this, I am signing this object: