This file contains 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
{ | |
"datasource": { | |
"uid": "mimir", | |
"type": "prometheus" | |
}, | |
"type": "gauge", | |
"title": "SLI", | |
"gridPos": { | |
"x": 0, | |
"y": 0, |
This file contains 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
goos: linux | |
goarch: amd64 | |
pkg: github.com/go-kit/log | |
cpu: Intel(R) Core(TM) i7-10510U CPU @ 1.80GHz | |
BenchmarkLineBuffered/capacity:1-8 718952 1572 ns/op 96 B/op 2 allocs/op | |
BenchmarkLineBuffered/capacity:2-8 1044774 1228 ns/op 96 B/op 2 allocs/op | |
BenchmarkLineBuffered/capacity:4-8 1401778 867.3 ns/op 96 B/op 2 allocs/op | |
BenchmarkLineBuffered/capacity:8-8 1666798 699.2 ns/op 96 B/op 2 allocs/op | |
BenchmarkLineBuffered/capacity:16-8 1856240 614.9 ns/op 96 B/op 2 allocs/op | |
BenchmarkLineBuffered/capacity:32-8 2029083 561.8 ns/op 96 B/op 2 allocs/op |
This file contains 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
# before | |
$ rubocop -c .rubocop.yml | |
Inspecting 7 files | |
..CCWC. | |
Offenses: | |
docker/Gemfile:6:1: C: [Correctable] Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem fluentd should appear before fluent-plugin-multi-format-parser. | |
gem 'fluentd', '1.9.0' | |
^^^^^^^^^^^^^^^^^^^^^^ |
This file contains 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
<?php | |
require 'vendor/autoload.php'; | |
use Psr\Log\LoggerInterface; | |
use Symfony\Component\EventDispatcher\EventDispatcher; | |
use Symfony\Component\EventDispatcher\EventSubscriberInterface; | |
use Symfony\Component\Workflow\DefinitionBuilder; | |
use Symfony\Component\Workflow\Event\Event; | |
use Symfony\Component\Workflow\Event\GuardEvent; | |
use Symfony\Component\Workflow\EventListener\AuditTrailListener; |
This file contains 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
<?php | |
/** | |
* php-ansi-color | |
* | |
* Original | |
* https://github.com/loopj/commonjs-ansi-color | |
* | |
* @code | |
* <?php | |
* require_once "ansi-color.php"; |
This file contains 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
performance_schema = 0 | |
table_definition_cache = 400 |
This file contains 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
[ | |
["n", "Next unreviewed file", "nextUnreviewedFile()"], | |
["p", "Previous unreviewed file", "prevUnreviewedFile()"], | |
[null, "Next file", "nextFile()"], | |
[null, "Previous file", "prevFile()"], | |
["shift+n", "Next changed file", "nextChangedFile()"], | |
["shift+p", "Previous changed file", "prevChangedFile()"], | |
["x", "Mark file as reviewed / unreviewed", "toggleCurrentFileReviewed()"], | |
["j", "Next unreplied comment", "nextUnrepliedDiscussion()"], | |
["k", "Previous unreplied comment", "prevUnrepliedDiscussion()"], |
This file contains 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
The pang, the lust | |
for the murky mist; | |
it shall be sorely missed. | |
A life without cigarettes | |
- eternal life attained. | |
Oh goody. | |
Without those minutes of smoky mirth, | |
activities seem devoid of punctuation. |
This file contains 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
Danny-Koppings-MacBook-Pro:spore-test dannykopping$ php composer.phar install | |
Loading composer repositories with package information | |
Installing dependencies | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Installation request for dannykopping/spore dev-master -> satisfiable by dannykopping/spore dev-master. | |
- dannykopping/spore dev-master requires dannykopping/docblock dev-master -> no matching package found. | |
Potential causes: |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="test-deploy-ci" default="default"> | |
<target name="default"> | |
<if> | |
<isset property="value.entered"/> | |
<then> | |
<echo msg="You entered: ${value.entered}"/> | |
</then> |
NewerOlder