Skip to content
View links.md
View ZObserver.mq4
//+------------------------------------------------------------------+
//| ZObserver.mq4 |
//| Copyright 2015,Task Cloud Ltd. |
//| https://www.jaetask.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2015,Task Cloud Ltd."
#property link "https://www.jaetask.com"
#property version "1.00"
#property strict
View kafka
DAEMON_PATH=/opt/kafka/bin
DAEMON_NAME=kafka
# Check that networking is up.
#[ ${NETWORKING} = "no" ] && exit 0
PATH=$PATH:$DAEMON_PATH
# See how we were called.
case "$1" in
start)
View Notify all Issue
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Notify All</title>
</head>
<body>
<div id="page-header"></div>
<div id="advert"></div>
View partial.coffee
#
# blob : Object from MongoDB
#
# blob.body: Buffer
# blob.size: length of buffer, substitute for blob.body.length
# blob.type: MIME (Eg. audio/x-wav)
#
# req : Object from http
# res : Object from http
# _ : Object from underscore
Something went wrong with that request. Please try again.