I hereby claim:
- I am saiberz on github.
- I am saiberz (https://keybase.io/saiberz) on keybase.
- I have a public key whose fingerprint is D11F C64B 1018 73C8 2C62 6F7F 6B27 028A 228D 2D06
To claim this, I am signing this object:
version: '2' | |
services: | |
sql-server: | |
image: microsoft/mssql-server-linux | |
ports: | |
- 1433:1433 | |
volumes: | |
- /sql-server-data:/var/opt/mssql | |
environment: | |
- SA_PASSWORD=jdev29121985 |
server { | |
listen 80; | |
server_name localhost; | |
location / { | |
root /usr/share/nginx/html; | |
index index.html index.htm; | |
} | |
location ~ /.well-known { |
I hereby claim:
To claim this, I am signing this object:
<div class='.users'> | |
<div class='.userBox'> | |
<div class='.userName'> Name1</div> | |
<div> | |
<div>SomeStuff</div> | |
<div class='.userEmail'> Email1</div> | |
</div> | |
<img src='path/to/image1'/> | |
</div> | |
<div class='.userBox'> |
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Electron boilerplate</title> | |
<link rel="stylesheet" href="index.css"> | |
<script> | |
window.foo = {}; | |
window.foo.bar = { | |
baz: function(a,b) { |
post: | |
description: Add a new user | |
operationId: addUser | |
parameters: | |
- name: user | |
in: body | |
description: New user to add | |
schema: | |
$ref: "#/definitions/NewUser" | |
responses: |
import requests | |
import json | |
items_list = requests.get('http://steamcommunity.com/market/appfilters/570') | |
items_json = json.loads(items_list.text) | |
heroes_list = items_json['facets']['570_Hero']['tags'] | |
heroes = [] | |
hero = {} | |
#for k,v in heroes_list.iteritems(): | |
for key in heroes_list: |
# coding: utf-8 | |
import requests | |
from requests import Session | |
import re | |
from pprint import pprint | |
import json | |
from time import sleep | |
url = 'http://steamcommunity.com/market/search/render/' |
Foreword | |
======== | |
This is a very rough draft of the tutorial I'm going to put on | |
compojure.org. It's not complete, but it covers most of the basics. | |
There's a possibility some of the terminology (such as handlers and | |
routes) might change, but I'll let you know if it does. The technical | |
content, however, should be accurate and up to date. | |
Criticism is very welcome; I'd like to know if anything is unclear or |
{ | |
"20": { | |
"Pasco": { | |
"0": [], | |
"63": [], | |
"64": [], | |
"65": [], | |
"66": [ | |
"http://www.web.onpe.gob.pe/home/modFondosPartidarios/download_mr/ERM-2010-REG/PIURA/FUERZA_REGIONAL/ingresos_1.pdf", | |
"http://www.web.onpe.gob.pe/home/modFondosPartidarios/download_mr/ERM-2010-REG/PIURA/FUERZA_REGIONAL/gastos_1.pdf" |