Network | OS | ua_browser | Sample User Agent |
---|---|---|---|
iOS | Mozilla/5.0 (iPhone; CPU iPhone OS 8_2 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12D508 [FBAN/FBIOS;FBAV/27.0.0.10.12;FBBV/8291884;FBDV/iPhone7,1;FBMD/iPhone;FBSN/iPhone OS;FBSV/8.2;FBSS/3; FBCR/vodafoneIE;FBID/phone;FBLC/e,...: n_US;FBOP/5] |
||
Android | `Mozilla/5.0 ( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import logging | |
import os | |
import sys | |
import threading | |
import time | |
import six | |
logging.basicConfig(level=logging.INFO, format='%(name)s %(threadName)s %(thread)d [%(levelname)s]: %(message)s') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import aiohttp | |
import logging | |
logging.basicConfig(level=logging.DEBUG) | |
async def main(): | |
async with aiohttp.ClientSession() as session: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import asyncio | |
import aiohttp | |
from bs4 import BeautifulSoup | |
async def main(): | |
async with aiohttp.ClientSession() as session: |
Are you a news nerd on the geekier end of the journalist <=> hacker spectrum? Does the idea of fixing Canada's broken Access to Information system excite you? MuckRock Canada is looking for a python coder with entrepreneurial spirit to join as co-founder.
You will help craft the bid for the Facebook Journalism Project ($100,000), and, if successful, join the project full-time in April, 2018. The MuckRock code base (python/django) is robust and battle-tested in production, but needs to be customized for the Canadian context.
You must be:
- reasonably fluent in python
- willing to take ownership of the project
- comfortable talking to stakeholders
- able to translate ATI workflow into python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def marginal_tax_calculator(brackets): | |
def calculate(amount): | |
if amount <= 0: return 0 | |
tax = floor = 0 | |
ceil = rate = None | |
for bracket in brackets: | |
if len(bracket) == 1: | |
ceil = float('inf') | |
rate = bracket[0] |
I hereby claim:
- I am msukmanowsky on github.
- I am msukmanowsky (https://keybase.io/msukmanowsky) on keybase.
- I have a public key ASDR9dQAC8XMWg0DhKSTdYP4NYjCoWN1qXLDbrRoI08HGQo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>AuthTest</title> | |
</head> | |
<body> | |
<button id="sign_in_button">Sign in</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-08-17 13:01:07 WARN NativeCodeLoader:62 - Unable to load native-hadoop library for your platform... using builtin-java classes where applicable | |
2018-08-17 13:01:07 INFO SparkContext:54 - Running Spark version 2.3.1 | |
2018-08-17 13:01:07 INFO SparkContext:54 - Submitted application: pandas_udf | |
2018-08-17 13:01:07 INFO SecurityManager:54 - Changing view acls to: mikesukmanowsky | |
2018-08-17 13:01:07 INFO SecurityManager:54 - Changing modify acls to: mikesukmanowsky | |
2018-08-17 13:01:07 INFO SecurityManager:54 - Changing view acls groups to: | |
2018-08-17 13:01:07 INFO SecurityManager:54 - Changing modify acls groups to: | |
2018-08-17 13:01:07 INFO SecurityManager:54 - SecurityManager: authentication disabled; ui acls disabled; users with view permissions: Set(mikesukmanowsky); groups with view permissions: Set(); users with modify permissions: Set(mikesukmanowsky); groups with modify permissions: Set() | |
2018-08-17 13:01:08 INFO Utils:54 - Successfully started service 'sparkDriver' on port 51078. | |
2018-08-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": { | |
"message": "You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.", | |
"stack": "Error: You may not call store.getState() while the reducer is executing. The reducer has already received the state as an argument. Pass it down from the top reducer instead of reading it from the store.\n at Object.h [as getState] (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:48:82825)\n at B (<anonymous>:1:28201)\n at <anonymous>:1:37657\n at Object.g [as dispatch] (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:48:84062)\n at dispatch (<anonymous>:1:40300)\n at https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:186:5025\n at Object.dispatch (https://app.frontapp.com/v2/main.1374c0dee4fbfedf4ec9.js?1374c0dee4fbfedf4ec9:170:15439)\n at dispatch ( |