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:
2013-02-22 11:37:58,824 [NioProcessor-2] INFO o.a.s.s.s.ServerSession - Closing session
2013-02-22 11:38:00,447 [Grizzly(1)] ERROR o.g.j.s.ServerRuntime$Responder - An I/O error has occurred while writing a response message entity to the container output stream.
java.io.IOException: java.util.concurrent.TimeoutException
at org.glassfish.grizzly.utils.Exceptions.makeIOException(Exceptions.java:62) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.io.OutputBuffer.blockAfterWriteIfNeeded(OutputBuffer.java:959) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.io.OutputBuffer.write(OutputBuffer.java:690) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:84) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:111) ~[dcc-server-1.1-SNAPSHOT.jar:na]
at org.codehaus.jackson.impl
digraph cascading {
source1->A
A->FileTap
A->sink1
source3->C
source4->D
FileTap->C
FileTap->D
C->sink2
D->sink3
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