Skip to content

Instantly share code, notes, and snippets.

View Kengi's full-sized avatar

Kengi Chan Kengi

  • Shenzhen, China
View GitHub Profile
@Kengi
Kengi / 0_reuse_code.js
Created March 31, 2016 09:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@Kengi
Kengi / copy_large_file.py
Created March 30, 2016 13:13 — forked from jlinoff/copy_large_file.py
Python example that shows how to copy a large file showing progress.
#!/usr/bin/env python
'''
Copy a large file showing progress.
MIT License
Copyright (c) 2015 Joe Linoff
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@Kengi
Kengi / gist:4309694
Created December 16, 2012 17:13
HTML: testgist
Test gist
class Main
def sayhello
puts "hihi, kengi"
end
End