Skip to content

Instantly share code, notes, and snippets.

View 0xlitf's full-sized avatar

0xCalcifer 0xlitf

  • 18:31 (UTC +08:00)
View GitHub Profile
@0xlitf
0xlitf / gist:56b2c99fb678eb91f4b6ecc3e3699552
Created September 16, 2017 13:18 — forked from elpuri/gist:3753756
A collapsible nested list example in QML
import QtQuick 1.1
Item {
width: 200
height: 300
ListView {
anchors.fill: parent
model: nestedModel
delegate: categoryDelegate
@0xlitf
0xlitf / http_get.go
Created September 20, 2016 08:24 — forked from ijt/http_get.go
Example of using http.Get in go (golang)
package main
import (
"fmt"
"io"
"log"
"net/http"
"os"
)
@0xlitf
0xlitf / .gitignore
Created December 5, 2015 18:03 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #