Updated instructions based on this tutorial
Props to https://github.com/10flow figuring how this works. It needed very little updating
name: stylegan2 | |
channels: | |
- conda-forge | |
- defaults | |
dependencies: | |
- _libgcc_mutex=0.1=main | |
- _tflow_select=2.1.0=gpu | |
- absl-py=0.9.0=py37_0 | |
- astor=0.8.0=py37_0 | |
- blas=1.0=mkl |
Updated instructions based on this tutorial
Props to https://github.com/10flow figuring how this works. It needed very little updating
These are a few commands that could be used to scrape a full group page | |
from Facebook. One can use the Graph API, but there some users would be | |
hidden. The JS commands should be run in a browser and scroll through | |
the page opening up hidden content and comments. I used Chrome. Once | |
enough content is opened, you should save the page as any other and | |
analyse it's contents. |
#!/usr/bin/env python | |
# Simple script for finding and counting the color pages in a PDF | |
# Copyright (C) 2013-2019 Antonio Garcia-Dominguez | |
# Licensed under the GPLv3 | |
# | |
# This script is based on the following thread (thanks for the tip!): | |
# | |
# http://tex.stackexchange.com/questions/53493 | |
# |