I hereby claim:
- I am hakshak on github.
- I am hakshak (https://keybase.io/hakshak) on keybase.
- I have a public key whose fingerprint is 0E7B 8AC8 B504 E323 D3BB 5C49 A596 52E0 BF3E F7CD
To claim this, I am signing this object:
| import ( | |
| "errors" | |
| "github.com/getsentry/sentry-go" | |
| "github.com/sirupsen/logrus" | |
| ) | |
| var ( | |
| logrusLevelsToSentryLevels = map[logrus.Level]sentry.Level{ | |
| logrus.PanicLevel: sentry.LevelFatal, |
| import subprocess | |
| import logging | |
| import threading | |
| import Queue | |
| import time | |
| def queue_stream(queue, stream): | |
| with stream: | |
| for line in iter(stream.readline, b''): | |
| report = line.rstrip() |
| /** | |
| * This is broken and I am not sure why. It makes the Custom Fields admin page | |
| * and configurations look exactly like you want them to, but screens for creating issues does terrible things. | |
| * I'm thinking it might be the "isGlobal()" check in the inspirational material... | |
| * | |
| * Created by nicholas.herring@ccpgames.com on 11/20/2015. | |
| * This script attempts to sanity check and repair the custom fields in a JIRA installation. | |
| * Because there is a terrible evolution of custom fields, the admin interface has a bad practice flow. | |
| * All new custom fields are added to all projects and all issues types. This is bad for large installations. | |
| * It makes things like bulk edit to timeout when you have ~250 unrestricted custom fields. |
| package teamcity | |
| import ( | |
| "fmt" | |
| "runtime" | |
| "strconv" | |
| "time" | |
| "testing" | |
| ) |
| -- BlendColor is a LUA script for processing multiple color scales to output | |
| -- RGBA notation within Rainmeter INIs. | |
| --Each scale is composed of "Start Percentrage, End Percentage, Start Color Value, End Color Value" notation | |
| --e.g.: Fade a color in gradually over 100% would be "0,100,0,255" | |
| --You can add more scales via a pipe '|' delimiter | |
| --The below examples are the equivalent of "0,100,0,255" | |
| --"0,50,0,128|50,100,128,255" | |
| --"0,25,0,64|25,50,64,128|75,50,128,192|75,100,192,255" |
| [Rainmeter] | |
| Update=100 | |
| [Metadata] | |
| Name=HakShak HWiNFO | |
| Author=Nicholas Herring | |
| Information=Things with stuff! | |
| Version=1.0.0 | |
| ; ------------------------------ variables ------------------------------ |
I hereby claim:
To claim this, I am signing this object: