Skip to content

Instantly share code, notes, and snippets.

{
"id" : null,
"scope" : null,
"query" : null,
"appliedFilters" : [ {
"filter" : "region",
"operator" : "equals",
"value" : "Northern California",
"label" : "Northern California"
}, {
@iDevPy
iDevPy / test.txt
Created July 12, 2019 05:02
Blank text file
notjing to see here.
@iDevPy
iDevPy / centos_python_env_setup
Last active May 26, 2025 23:19 — forked from floer32/centos_python_env_setup
CentOS 7: Install Python 3.5.1, pip, virtualenv, and virtualenvwrapper on CentOS. Run this script as "root (sudo su -)" without sudo.
#!/bin/bash
#####################################################################
# DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
# Version 2, December 2004
# Copyright (C) 2015 Ivan Rivera
# Everyone is permitted to copy and distribute verbatim or modified
# copies of this license document, and changing it is allowed as long
# as the name is changed.