{ "python.venvPath": "${workspaceFolder}/.venv/bin/python", "python.pythonPath": ".venv/bin/python", }
We can make this file beautiful and searchable if this error is corrected: No tabs found in this TSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"" | |
Comp | |
"" | |
Getting data into the right format/place to do analysis & vis | |
Poor data governance | |
Antiquated data architecture | |
Try to be data driven- but our data efforts aren't consistent | |
firewalls preventing the movement of data and marketing professionals with no analytical knowledge | |
"" | |
The lack of time to do original data journalism: lack of proper training and opportunity to expand skills into coding. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requires https://pypi.python.org/pypi/gender-detector/0.0.4 | |
from gender_detector import GenderDetector | |
from collections import defaultdict, Counter | |
f = open("firstnames.txt", "r") | |
detector = GenderDetector('us') | |
count = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{a, ul, ol, li, div, img, h2, h3, form, input, button} = React.DOM | |
Component = (o) -> React.createFactory React.createClass o | |
app = undefined | |
$ -> | |
app = React.render App({}), $("#app")[0] | |
App = Component( | |
getInitialState: -> | |
{ |
[ Launch: test ] a84cd57ae23443724ea4 by MoritzStefaner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{I have|I've} been {surfing|browsing} online more than {three|3|2|4} hours today, yet I never found any interesting article like yours. | |
{It's|It is} pretty worth enough for me. {In my opinion|Personally|In my view}, if all {webmasters|site owners|website owners|web owners} and bloggers made good content as you did, the {internet|net|web} will be {much more|a lot | |
more} useful than ever before.| | |
I {couldn't|could not} {resist|refrain from} commenting. | |
{Very well|Perfectly|Well|Exceptionally well} written!| | |
{I will|I'll} {right away|immediately} {take hold of|grab|clutch|grasp|seize|snatch} | |
your {rss|rss feed} as I {can not|can't} {in finding|find|to find} your {email|e-mail} subscription {link|hyperlink} or | |
{newsletter|e-newsletter} service. Do {you have|you've} any? | |
{Please|Kindly} {allow|permit|let} me {realize|recognize|understand|recognise|know} {so that|in order that} I {may just|may|could} subscribe. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
# requires: pattern http://www.clips.ua.ac.be/pages/pattern | |
from pattern.web import * | |
import csv | |
import sys | |
# yeah I know | |
reload(sys) | |
sys.setdefaultencoding("utf-8") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.File; | |
import java.io.FileNotFoundException; | |
import java.net.URISyntaxException; | |
import org.gephi.data.attributes.api.AttributeController; | |
import org.gephi.data.attributes.api.AttributeModel; | |
import org.gephi.filters.api.FilterController; | |
import org.gephi.graph.api.DirectedGraph; | |
import org.gephi.graph.api.Edge; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package eu.stefaner.researchdensity { | |
import eu.stefaner.flareextensions.Helpers; | |
import flare.animate.Transitioner; | |
import flare.util.Property; | |
import flare.vis.Visualization; | |
import flare.vis.data.Data; | |
import flare.vis.data.DataList; | |
import flare.vis.data.NodeSprite; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: apache-2.0 |