This is a short guide on how to work with .otlp.jsondn.gz
files that you'll find in the artifacts directory of TeamCity runs after a run of the TestWorkload
test.
- DuckDB
- Go
This is a short guide on how to work with .otlp.jsondn.gz
files that you'll find in the artifacts directory of TeamCity runs after a run of the TestWorkload
test.
package main | |
import ( | |
"bytes" | |
"fmt" | |
"go/ast" | |
"go/token" | |
"go/types" | |
"sort" | |
"strings" |
I hereby claim:
To claim this, I am signing this object:
require 'set' | |
require 'json' | |
require 'securerandom' | |
module SHAREClient | |
class GraphNode | |
attr_reader :id |
function regexRange(lo, hi) { | |
let re = []; | |
hi = hi.toString(); | |
lo = lo.toString(); | |
while (hi.length > lo.length) { | |
re.push(hi.split('').reduce((acc, c) => acc + `[${acc.length === 0 ? 1 : 0}-${c}]`, '')); | |
hi = '9'.repeat(hi.length - 1); | |
} | |
let i = 0; | |
re.push(lo.split('').reduce((acc, c) => acc + `[${c}-${hi[i++]||c}]`, '')); |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>jQuery Experimenter Interface</title> | |
</head> | |
<body> | |
<select id="exp"></select> | |
<select id="session"></select> |
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
myComponent: 'will-destroy-element', | |
appName: 'Ember Twiddle', | |
actions: { | |
click() { | |
if (this.get('myComponent') !== null) | |
this.set('myComponent', null); | |
else |
from IPython.core.magic import Magics, magics_class, line_magic | |
import asyncio | |
@magics_class | |
class AsyncMagics(Magics): | |
@line_magic | |
def await(self, line): | |
return asyncio.get_event_loop().run_until_complete(eval(line, self.shell.user_global_ns, self.shell.user_ns)) |
{ | |
"metadata": { | |
"name": "", | |
"signature": "sha256:5414b12e5613456d6b81de472be9f5d902c5ef090fa39aad4abc1864f95ad48c" | |
}, | |
"nbformat": 3, | |
"nbformat_minor": 0, | |
"worksheets": [ | |
{ | |
"cells": [ |