Skip to content

Instantly share code, notes, and snippets.

View fernandojunior's full-sized avatar

Fernando Felix fernandojunior

  • Brazil
View GitHub Profile
@fernandojunior
fernandojunior / gist.py
Last active April 28, 2016 12:32
Python, numpy, matrix, functions
import time
import numpy as np
ROW = int(1 * 1e5)
COL = int(1 * 1e3)
data = np.random.rand(ROW, COL)
functions = [np.mean, np.median, np.std, np.var, np.sum]
def ze():
values = []
@fernandojunior
fernandojunior / gist.js
Created April 18, 2016 13:01
object to array
var objectToArray = function(object) {
return Object.keys(object).map(function(key) {
return {'key': key, 'value': object[key]};
});
}
@fernandojunior
fernandojunior / .block
Last active April 22, 2016 14:08
Exploration Data Analysis (League of Legends)
licence: MIT
@fernandojunior
fernandojunior / .block
Last active April 18, 2016 11:48
Games market
license: MIT
@fernandojunior
fernandojunior / .block
Last active April 18, 2016 11:50
Random circles
license: MIT
@fernandojunior
fernandojunior / .block
Last active April 18, 2016 11:51
Hello World
license: MIT
<!DOCTYPE>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Hello World" />
<title>Hello World</title>
<!-- Bootstrap Core CSS -->
suds-jurko==0.6
pyxb==1.2.4
https://www.google.com/webmasters/tools/home
https://www.google.com/analytics/web/
https://www.google.com/webmasters/verification/
https://support.google.com/analytics/answer/1136920?hl=en
https://support.google.com/analytics/answer/4457764
https://developers.google.com/analytics/devguides/collection/analyticsjs/#alternative_async_tracking_snippet
https://developers.google.com/analytics/devguides/collection/analyticsjs/single-page-applications#virtual-pageviews