```coffee SimpleServer = require("../SimpleServer") # set server web dir SimpleServer::webDir = [ #default is "./web" "./web" "./test" ] SimpleServer::watchPath = [ #default is "./web/index.html, ./web/client.js" "./web/*.html" "./test/"
Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js
A netty server with uiautomator2 handlers
A simple zero-configuration command-line http server
The modular and type safe schema library for validating structural data
Returns the innerText of a React JSX object.
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client
🔎 A simple, tiny and lightweight benchmarking library!
Check if the package is being installed by another package
Querystringify - Small, simple but powerful query string parser.
Simple, EventEmitter API for WebSockets (browser)
Node.js implementation of a proxy server (think Squid) with support for SSL, authentication, upstream proxy chaining, and protocol tunneling.
Node.js CORS middleware
Firebase JavaScript library for web and Node.js
A simple text document implementation for Node LSP servers
A light-weight module that brings Fetch API to node.js
A small package containing a dark mode react hook based upon a css listener.
A simple service worker used for the static template in sandpack, allowing users to develop websites like they would locally in the browser.
<div align="center"> <image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" /> </div>
<div align="center"> <image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" /> </div>
<div align="center"> <image align="center" src="https://orpc.dev/logo.webp" width=280 alt="oRPC logo" /> </div>
The Vercel Blob JavaScript API client
The `@minecraft/server-ui` module contains types for expressing simple dialog-based user experiences.
Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client
Showoff is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine. I am using it to do all my talks in 2010, because I have a deep hatred in my heart for Keynote and yet it is by far the best in the field. The idea is that you setup your slide files in section subdirectories and then startup the showoff server in that directory. It will read in your showoff.json file for which sections go in which order and then will give you a URL to present from.
ShowOff is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine. I am using it to do all my talks in 2010, because I have a deep hatred in my heart for \ Keynote and yet it is by far the best in the field. The idea is that you setup your slide files in section subdirectories and then startup the showoff server in that directory. It will read in your showoff.json file for which sections go in which order and then will give you a URL to present from.
ShowOff is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine. I am using it to do all my talks in 2010, because I have a deep hatred in my heart for Keynote and yet it is by far the best in the field. The idea is that you setup your slide files in section subdirectories and then startup the showoff server in that directory. It will read in your showoff.json file for which sections go in which order and then will give you a URL to present from.
ShowOff is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine. I am using it to do all my talks in 2010, because I have a deep hatred in my heart for Keynote and yet it is by far the best in the field. The idea is that you setup your slide files in section subdirectories and then startup the showoff server in that directory. It will read in your showoff.json file for which sections go in which order and then will give you a URL to present from.
(This is Alex's version of Showoff, so I can share my presentations \ without waiting for pull requests and updates from busy Scott. It installs a binary called "showoff" which overwrites the official one, so if you install this hack, be careful about updates.) ShowOff is a Sinatra web app that reads simple configuration files for a presentation. It is sort of like a Keynote web app engine. I am using it to do all my talks in 2010, because I have a deep hatred in my heart for Keynote and yet it is by far the best in the field. \ The idea is that you setup your slide files in section subdirectories and then startup the showoff server in that directory. It will read in your showoff.json file for which sections go in which order and then will give you a URL to present from.
This is an alpha test quality release. I specifically DO NOT recommend that it be used for live trading under any circumstances. It has not been tested. I am releasing it in the hopes that the many eyes of the community will help with enhancing it, so that we all will have a robust and reliable library to use. == FEATURES/PROBLEMS: * get quotes from opentick servers * simple average indicator realized :) * order placement (buy/sell) doesn't work == SYNOPSIS: robot do login 'test_opentick', '123123' history :duration => 300, :from => Time.now-10*24*3600, :to => Time.now query MSFT do if (avg MSFT, 9)/(avg MSFT, 25) - 1 > 0.5 puts "buy MSFT" end if (avg MSFT, 9)/(avg MSFT, 25) - 1 < - 0.5 puts "sell MSFT" end end # query end # robot