Skip to content

Instantly share code, notes, and snippets.

View Windastella's full-sized avatar
😁
Adding bunch of OSS project for a while

NikMirza Windastella

😁
Adding bunch of OSS project for a while
View GitHub Profile
@Windastella
Windastella / http_request.gd
Last active December 12, 2019 06:54
A HTTP Request class with Async using Thread suitable for REST API implementation
# Modified from http://codetuto.com/2015/05/using-httpclient-in-godot/
# Added POST and Optional Header Perimeter
extends Node
var reqlist = []
class request:
var t
var params
var finished = false
@Windastella
Windastella / simple-grid.css
Created February 26, 2017 16:49
Simple Grid Stylesheet using Flex
/*
GRID.CSS
Desc: Simple Grid Stylesheet
Author:Nik Mirza
Email: nik96mirza(at)gmail(dot)com
*/
html,body,div {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box; /* Firefox, other Gecko */
@Windastella
Windastella / bbtoolbar.js
Created February 9, 2017 06:31
SImple BBCode Toolbar (WIP) . Require JQuery
/*
BBTOOLBAR.CSS
Desc: Simple BBcode Editor toolbar.
Author:Nik Mirza
Email: nik96mirza(at)gmail(dot)com
*/
var bbToolbar = {
textbox:{},