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
+---------------------------------------------------------------------------+--------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------+ | |
| DOES THIS | Reduce funding to police? | challenge the notion that police increase safety? | reduce tools / tactics / tech for cops? | reduce the scale of policing? | | |
+================================================================= |
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
var count_end = 0; | |
async function work(result, db, key) { | |
var leadID = result[key].id; | |
var l_type = result[key].l_type; | |
var extra_column_13 = result[key].extra_column_13; | |
var l_source = result[key].l_source; | |
var first_name = result[key].first_name; | |
var v_liquido = result[key].extra_column_9; | |
var v_bruto = result[key].extra_column_11; | |
var v_cronologica = result[key].extra_column_15; |
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
// Instructions: | |
// npm install --save d3 jsdom | |
const fs = require('fs'); | |
const d3 = import('d3'); | |
const jsdom = require('jsdom'); | |
const { JSDOM } = jsdom; | |
async function main() { | |
const fakeDom = new JSDOM('<!DOCTYPE html><html><body></body></html>'); |
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
node_modules/ |
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
# /usr/share/applications/idea.desktop | |
[Desktop Entry] | |
Name=Intellij IDEA | |
Comment=Intellij IDEA Java IDE | |
Exec="idea.sh" %f # should be in path | |
Terminal=false | |
Type=Application | |
StartupNotify=true | |
MimeType=text/plain; |