Skip to content

Instantly share code, notes, and snippets.

View KuroNoDev's full-sized avatar
🐟

kurokur0kurO KuroNoDev

🐟
View GitHub Profile
@KuroNoDev
KuroNoDev / widget-css.less
Created July 24, 2015 00:41
Example Description!
div { color : green; }
@KuroNoDev
KuroNoDev / widget-css.less
Created July 24, 2015 01:00
Example Description!
div { color : green; }
@KuroNoDev
KuroNoDev / jsgrid.json
Last active October 27, 2015 04:30
jsgrid
[
{
"Name": "Otto Clay",
"Age": 61,
"Country": 6,
"Address": "Ap #897-1459 Quam Avenue",
"Married": false
},
{
"Name": "Connor Johnston",
{
"swagger": "2.0",
"info": {
"description": "TORO Integrate API",
"version": "1.0.0",
"title": "TORO Integrate API",
"contact": {
"name": ""
},
"license": {
{
"swagger": "2.0",
"info": {
"description": "TORO Integrate API",
"version": "1.0.0",
"title": "TORO Integrate API",
"contact": {
"name": ""
},
"license": {
{
"name" : "testtt",
"meta" : {
"author" : "",
"path" : "/test",
"site" : "https://coder.dev/page/render",
"name" : "",
"owner" : ""
},
"document" : {
@KuroNoDev
KuroNoDev / gist:f41b6dc6ee66392a9058b877ebc81d7a
Last active October 6, 2016 07:09 — forked from liamcurry/gist:2597326
Vanilla JS vs jQuery

Events

// Vanilla
document.addEventListener('DOMContentLoaded', function() {
  // code
})

// jQuery
$(document).ready(function() {
{
"variables": [],
"info": {
"name": "Coder",
"_postman_id": "e7463042-2e08-385c-5205-e37af7b8548a",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
@KuroNoDev
KuroNoDev / owens2.json
Last active February 15, 2018 07:27
owens2.json
{
"swagger": "2.0",
"info": {
"version": "1.0-SNAPSHOT",
"title": "OWENS - ACCIONDATA INTEGRATION API",
"contact": {
},
"license": {
"name": "W3C"
{
"swagger" : "2.0",
"info" : {
"description" : "TORO Integrate API",
"version" : "3.0-ALPHA",
"title" : "TORO Integrate API",
"contact" : {
"name" : ""
}
},