Skip to content

Instantly share code, notes, and snippets.

https://data.gov.in/
https://www.kaggle.com/datasets
http://www.assetmacro.com
http://usgovxml.com
http://aws.amazon.com/datasets
http://databib.org
http://datacite.org
http://figshare.com
http://linkeddata.org
http://reddit.com/r/datasets
https://rutracker.org/forum/viewtopic.php?t=5163664
https://askubuntu.com/questions/900794/virtualbox-rtr3initex-failed-with-rc-1912-rc-1912
<!DOCTYPE html>
<html>
<head>
<title>Page</title>
<style>
.parent {
width: 500px;
height: 500px;
border: 1px solid black;
—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
@msafronov
msafronov / gles at linux
Created September 26, 2017 18:59
gl/es at linux
sudo apt-get install libgles2-mesa-dev
Number.prototype[Symbol.iterator] = function() {
const end = this;
const inc = this>0;
let i = 0;
console.log(this);
return {
next() {
if (inc?i <= end:i>=end) {
return {
@msafronov
msafronov / Update Java to 1.8 on Ubuntu 14.04
Created February 8, 2017 06:17
Update Java to 1.8 on Ubuntu 14.04
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
# 'sss' file searching alias for .bashrc
# ignores 'node_modules' folder by default
# syntax:
# syntax: sss <word> <path> (path is optional, current dir as default)
sssfunc() {
if [ -z $1 ]; then
echo 'wrong parameters';
echo 'syntax: sss <word> <path> (path is optional, current dir as default)';
return
fi