https://github.com/RRZE-HPC/likwid
http://jpbempel.blogspot.ie/2013/08/hardware-performance-counters.html
CoreFreq - CPU monitoring software designed for the 64-bits Processors
import FieldList._ | |
import shapeless.{HList, LabelledGeneric} | |
import scala.language.experimental.macros | |
import scala.reflect.macros.blackbox | |
object Foo { | |
def foo_impl[T, L <: HList](c: blackbox.Context) | |
(t: c.Expr[T]) | |
(gen: c.Expr[LabelledGeneric.Aux[T, L]], |
{ | |
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", | |
"contentVersion": "1.0.0.0", | |
"parameters": { | |
"vmName": { | |
"defaultValue": "parsec-azure", | |
"type": "string" | |
}, | |
"userName": { | |
"defaultValue": "parsec", |
awk '{print "(""\x27""amelco\x27,""\x27"$1"\x27,""\x27"$2"\x27,""\x27"$3"\x27,"$4",1),"}' filename
= Excel copy-pasta to sql inserts!
def guavaMemo[K, V](ttl: CacheTtl): Memo[K, V] | |
= Memo.memo[K, V] { method: (K => V) => | |
val builder: CacheBuilder[AnyRef, AnyRef] = CacheBuilder.newBuilder() | |
builder.expireAfterWrite(ttl.time, ttl.unit) | |
val cache = builder.build().asInstanceOf[Cache[K, V]] | |
def ret(key: K): V = cache.get(key, new Callable[V] { | |
override def call(): V = { | |
method(key) | |
} |
This will make sure your network has been contaminated by seeing testing samples during the traing phase.
e.g. the following function from tensorflow examples assigns files stably to partitions, ignoring a regex in the file name:
Everybody follows
Speedy bits exchange
Stars await to gl@ow"
The preceding key is copyrighted by Oracle Corporation.
Dupl@ication of this key is not allowed without permission
from Oracl1e Corporation. Copyright 2003 Oracle Corporation.
It looks like this is a creative way of making sure nobody else writes their own software for talking to Oracle databases -- to do that, you would have to copy the poem, which is a violation of Oracle's copyrights.
{ | |
$schema: https://vega.github.io/schema/vega/v3.0.json | |
"padding": 5, | |
"title": "Trace by App", | |
data: [ | |
{ | |
name: events | |
url: { | |
%context%: true | |
%timefield%: @timestamp |
AWSTemplateFormatVersion: '2010-09-09' | |
Transform: AWS::Serverless-2016-10-31 | |
Description: AWS Serverless Quarkus HTTP - thriftdrop-api-0.0.1 | |
Globals: | |
Api: | |
BinaryMediaTypes: | |
- "*/*" | |
Parameters: | |
FQDN: |