I hereby claim:
- I am averrin on github.
- I am averrin (https://keybase.io/averrin) on keybase.
- I have a public key whose fingerprint is 1017 5A25 53F6 74FA DF2C 1AE7 ADC0 6D87 4A58 C42B
To claim this, I am signing this object:
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using Zenject; | |
| public class RegionsManager { | |
| [Inject] | |
| public List<IRegionMesh> prefabs; | |
| [Inject] |
I hereby claim:
To claim this, I am signing this object:
| select | |
| p.person_id, | |
| p.full_name, p.mail, p.phone, p.location, p.tier | |
| , COALESCE(json_agg(json_build_object( | |
| 'date_start', v.date_start, | |
| 'date_end', v.date_end, | |
| 'type_id', v.type_id, | |
| 'type', ty.title | |
| )) FILTER (WHERE v.vacation_id IS NOT NULL), '{}') | |
| as vacations, p.scopes::json |
| let hintcharacters = "asdfghjkl" | |
| set smoothscroll | |
| let scrollstep = 180 | |
| set noautofocus | |
| set cncpcompletion | |
| map <C-;> B | |
| map о j | |
| map л k | |
| map е t | |
| site '*://bazqux.com/*' { |
| departments = [] | |
| monthes = getMonthList() | |
| p = {} | |
| pp = {} | |
| for m in monthes: | |
| pipe = [ | |
| {'$group': { | |
| '_id': '$department', | |
| m: {'$sum': '$' + m} | |
| }} |
| #!env python3 | |
| import requests | |
| from lxml import html | |
| page = requests.get('https://techblog.willshouse.com/2012/01/03/most-common-user-agents/') | |
| page = html.fromstring(page.text) | |
| path = '//*[@id="post-2229"]/div[2]/table/tbody' | |
| table = page.xpath(path)[0] | |
| for row in table[:10]: | |
| ua = row[1].text_content() |
| #!env python | |
| from PyQt5.QtGui import * | |
| from PyQt5.QtCore import * | |
| from PyQt5.QtWidgets import * | |
| from functools import partial | |
| import sys | |
| import os | |
| import time | |
| from queue import LifoQueue |
| (function() { | |
| $('#notification_area_static, #rc_notification_area_static, #rc_notification_area, #notification_area').remove(); | |
| Sling.watch.slingboxSelector.localDiscoveryProxy(); | |
| window.show = function() { | |
| var list = $('#receivers_popup_wrapper'); | |
| $('#selector').hide(); | |
| $('#receivers_popup_wrapper').hide(); | |
| // list.attr('id', 'list'); | |
| $('body').off("click"); | |
| $('body').off("mousemove"); |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import os | |
| from lxml import html | |
| from datetime import datetime, timedelta | |
| averageTimePath = '//*[@id="wrapper"]/div/div[3]/div[3]/div' | |
| def fetchAttendance(): |
I hereby claim:
To claim this, I am signing this object: