Skip to content

Instantly share code, notes, and snippets.

{ "stage": "4" }
{ "$eq": { "mycn_status":"amplified" }}
{ "$not": { "stage": 4 }}
{ "$not": { "$lt": { "stage": 4 }}}
{ "$not": { "$not": { "stage": "4" }}}
{ "$not": { "$not": { "$lt": { "stage": 4 }}}}
{ "risk": ["high","low"] }
{ "$nin": { "risk": ["high","low"] }}
{ "$not": { "$in": { "risk": ["high","low"] }}}
{ "$or": [{ "$eq": { "mycn_status":"amplified" }},{ "stage": "4" } ] }
# notes:
# - use 4 spaces for display tab
# - repeated tabs get trimmed to one
# - anything beyond ' #' is trimmed (including marker), so are empty lines (post line-trim)
# - \N stand for no value (eg NULL in SQL)
# - PATID, ENCOUTERID and other IDs are inferred from the _id field, including redundant fields
===========================================================================
DEMOGRAPHIC
---
openapi: "3.0.0"
info:
version: "0.1.0"
title: "grinop"
servers:
- url: "https://localhost:9000/api/v0"
paths:
/auth/signin:
post:
package nebulis.transformation
// ===========================================================================
object Example extends App { // extending App so the body runs as a main() method
val results: Iterable[OutputHybrid] = // "turn a stream of input sample and mutations into a stream of 'hybrid'"
OutputHybrid.transform(
samples = ???, // assume actual data
mutations = ???)
package pedcbimport.pipelines.wes
import utils.Implicits.ProductImplicits
import utils.Implicits.StringImplicits
import utils.Implicits.SeqImplicits
import WesRaw.Cosmic._
// ===========================================================================
object Wes {
$ gdb ./eth
GNU gdb (Ubuntu 7.9-1ubuntu1) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
I1201 10:49:39.332672 32022 transaction_pool.go:313] tx error: Known transaction (b4d4f995)
I1201 10:49:39.332794 32022 transaction_pool.go:313] tx error: Known transaction (10b9e5e9)
I1201 10:49:39.332885 32022 transaction_pool.go:313] tx error: Known transaction (c728bdc0)
I1201 10:49:39.333007 32022 transaction_pool.go:313] tx error: Known transaction (ddab9c32)
I1201 10:49:39.340332 32022 transaction_pool.go:313] tx error: Insufficient funds for gas * price + value
I1201 10:49:39.345336 32022 transaction_pool.go:313] tx error: Insufficient funds for gas * price + value
I1201 10:49:39.350555 32022 transaction_pool.go:313] tx error: Account does not exist or account balance too low
I1201 10:49:39.361694 32022 transaction_pool.go:257] (t) 3765376563313561 => [NEW_CONTRACT] (0x15c528) d1f27cfe29dcb7ccc85af8b1b5d339e1ea28826a025d2fad785806802f0bc728
I1201 10:49:39.361938 32022 transaction_pool.go:316] tx d1f27cfe
I1201 10:49:39.362060 32022 transaction_pool.go:313] tx error: Known transacti
File: /home/xcompiler/eth/151127041039/installs/jsoncpp/lib/libjsoncpp.a(json_reader.cpp.o)
Attribute Section: aeabi
File Attributes
Tag_CPU_name: "7-A"
Tag_CPU_arch: v7
Tag_CPU_arch_profile: Application
Tag_ARM_ISA_use: Yes
Tag_THUMB_ISA_use: Thumb-2
Tag_FP_arch: VFPv2
Tag_ABI_PCS_wchar_t: 4
sh-4.1$ gdb eth
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "armv7l-tizen-linux-gnueabi".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...