I hereby claim:
- I am marcelbuesing on github.
- I am marcelbuesing (https://keybase.io/marcelbuesing) on keybase.
- I have a public key ASBXZhjCq6D2jahZukcvTse-oxUPWlGym6uiuq0cEDSBjAo
To claim this, I am signing this object:
data CpuMetric = CpuMetric { | |
user :: Int, | |
nice::Int, | |
system:: Int, | |
idle:: Int, | |
iowait:: Int, | |
irq:: Int, | |
softirq :: Int | |
} |
/* For Shards */ | |
DROP TABLE [__ShardManagement].[ShardMapManagerLocal] | |
DROP TABLE [__ShardManagement].[ShardMappingsLocal] | |
DROP TABLE [__ShardManagement].[ShardsLocal] | |
DROP TABLE [__ShardManagement].[ShardMapsLocal] | |
DROP PROCEDURE [__ShardManagement].[spAddShardLocal] | |
DROP PROCEDURE [__ShardManagement].[spBulkOperationShardMappingsLocal] | |
DROP PROCEDURE [__ShardManagement].[spFindShardMappingByKeyLocal] |
// Generated by typings | |
// Source: definitions/index.d.ts | |
// Generated by typings | |
// Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/7de6c3dd94feaeb21f20054b9f30d5dabc5efabd/nedb/nedb.d.ts | |
// Type definitions for NeDB | |
// Project: https://github.com/louischatriot/nedb | |
// Definitions by: Stefan Steinhart <https://github.com/reppners> | |
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | |
declare module "nedb" { |
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>The HTML5 Herald</title> | |
<meta name="description" content="The HTML5 Herald"> | |
<meta name="author" content="SitePoint"> |
I hereby claim:
To claim this, I am signing this object:
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:fcb6279333e64942dd701c0703f06f8179d5549d] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:fcb6279333e64942dd701c0703f06f8179d5549d] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:fcb6279333e64942dd701c0703f06f8179d5549d] |
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
Token for proof: | |
[Verifying my OpenPGP key: openpgp4fpr:fcb6279333e64942dd701c0703f06f8179d5549d] |
build-nightly: | |
image: rustlang/rust:nightly | |
before_script: | |
- dpkg --add-architecture armhf | |
- apt-get update && apt-get install --no-install-recommends -y gcc-arm-linux-gnueabihf libc6-armhf-cross libc6-dev-armhf-cross libssl-dev:armhf | |
# Install OpenSSL | |
- export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc | |
- export OPENSSL_INCLUDE_DIR=/usr/include/openssl/ | |
- export OPENSSL_LIB_DIR=/usr/lib/arm-linux-gnueabihf/ | |
# Rustup configuration |