Skip to content

Instantly share code, notes, and snippets.

View EddieOne's full-sized avatar
🕶️

+EddieJ EddieOne

🕶️
View GitHub Profile
[
{"type":"Feature","id":"AFG","properties":{"name":"Afghanistan"},"geometry":{"type":"Polygon","coordinates":[[[61.210817,35.650072],[62.230651,35.270664],[62.984662,35.404041],[63.193538,35.857166],[63.982896,36.007957],[64.546479,36.312073],[64.746105,37.111818],[65.588948,37.305217],[65.745631,37.661164],[66.217385,37.39379],[66.518607,37.362784],[67.075782,37.356144],[67.83,37.144994],[68.135562,37.023115],[68.859446,37.344336],[69.196273,37.151144],[69.518785,37.608997],[70.116578,37.588223],[70.270574,37.735165],[70.376304,38.138396],[70.806821,38.486282],[71.348131,38.258905],[71.239404,37.953265],[71.541918,37.905774],[71.448693,37.065645],[71.844638,36.738171],[72.193041,36.948288],[72.63689,37.047558],[73.260056,37.495257],[73.948696,37.421566],[74.980002,37.41999],[75.158028,37.133031],[74.575893,37.020841],[74.067552,36.836176],[72.920025,36.720007],[71.846292,36.509942],[71.262348,36.074388],[71.498768,35.650563],[71.613076,35.153203],[71.115019,34.733126],[71.156773,34.348911],[70.881803,33.988
@EddieOne
EddieOne / install_tensorflow_centos7.sh
Last active March 26, 2017 08:56 — forked from thoolihan/install_tensorflow_centos7.sh
Install TensorFlow on CentOS 7
#!/bin/bash
# Instant TensorFlow for centos 7
# Right click Raw and copy link ->
curl https://bootstrap.pypa.io/get-pip.py | python -
pip install tensorflow # Python 2.7; CPU support (no GPU support)
#pip3 install tensorflow # Python 3.n; CPU support (no GPU support)
#pip install tensorflow-gpu # Python 2.7; GPU support
#pip3 install tensorflow-gpu # Python 3.n; GPU support
package {
/**
* Data set for converting 3 letter country codes to full country name
*
* @private
*/
public class _Country {
public static var _list:Array = [
{data:"", label:"Select a Country"},
{data:"AND", label:"Andorra"},