I hereby claim:
- I am jbothma on github.
- I am jbothma (https://keybase.io/jbothma) on keybase.
- I have a public key whose fingerprint is 1016 1320 E0BC FDD7 5F5F 48C2 B410 8474 DEE2 7D69
To claim this, I am signing this object:
| """ | |
| (KwaZulu-Natal Provincial Gazette v.1 no.1 published 2007-05-03) | |
| Last gazette before it seems to be | |
| "KwaZulu-Natal Provincial Provincial Gazette 6553 2007-04-26" | |
| """ | |
| from datetime import datetime | |
| from gazettescrape.items import GazetteItem | |
| from scrapy import Request |
| import fileinput | |
| import json | |
| import sys | |
| import csv | |
| from copy import copy | |
| fieldnames = [ | |
| 'regno', | |
| 'name', | |
| 'status', |
| BEGIN; | |
| CREATE TEMPORARY TABLE geos2016 | |
| ( | |
| geo_level TEXT, | |
| geo_code TEXT, | |
| name TEXT, | |
| parent_code TEXT, | |
| parent_level TEXT | |
| ) ON COMMIT DROP; |
| -- Remove BOM for psql \copy | |
| -- sed -i '/^\s*$/d' * | |
| -- Remove blank lines for psql \copy | |
| -- sed -i '1s/^\xEF\xBB\xBF//' * | |
| BEGIN; | |
| CREATE TEMPORARY TABLE municipal_election | |
| ( | |
| province TEXT, |
| BEGIN; | |
| CREATE TEMPORARY TABLE municipal_election | |
| ( | |
| province TEXT, | |
| muni TEXT, | |
| ward TEXT, | |
| votingdistrict TEXT, | |
| votingstationname TEXT, | |
| registeredvoters TEXT, |
| CREATE TEMPORARY TABLE voter_turnout | |
| ( | |
| province TEXT, | |
| muni TEXT, | |
| ward TEXT, | |
| registeredvoters TEXT, | |
| mec7votes TEXT, | |
| voterturnout TEXT, | |
| percentvoterturnout TEXT |
| # usage: ocr-pdf scanned.pdf | |
| set -euf -o pipefail -o xtrace | |
| INFILE=$1 | |
| BASENAME=$(basename "$1" .pdf) | |
| TIFFFILE=$BASENAME.tiff | |
| OCRDPDFNOEXT=$BASENAME-OCRd-big | |
| OCRDPDF=$OCRDPDFNOEXT.pdf | |
| SMALLEROCRDPDF=$BASENAME-OCRd.pdf |
I hereby claim:
To claim this, I am signing this object:
| SAVEIFS=$IFS; IFS=$(echo -en "\n\b"); for f in `ls */*/*.xlsm`; do echo soffice --headless --convert-to xlsx \"$f\" --outdir \"$(dirname $f)\"; done; IFS=$SAVEIFS |
This is the app to learn programming on your phone. I recommend you start with HTML, CSS and Javascript https://play.google.com/store/apps/details?id=com.sololearn
it teaches you stuff, then you have quizes where you can test what you've learned, and you can actually write some code and test it see it working
python is also a good one to learn after javascript
this can teach you basics of becoming a freelance website developer https://www.smashingmagazine.com/2009/07/the-roadmap-to-becoming-a-professional-freelance-web-designer/
some of it might not perfectly fit south africa or khayelitsha but you can imagine how it connects to the businesses around you