Skip to content

Instantly share code, notes, and snippets.

View Synesso's full-sized avatar

Jem Mawson Synesso

View GitHub Profile
for j in `cat .classpath|grep target/lib/ide|cut -c50-|cut -d\" -f1` ;do find ../ivy-repo/ -name $j; done | sed s/^/\<root\ url=\"jar:\\/\\/\$MODULE_DIR\$\\// | sed s/$/\!\\/\"\ \\/\>/
package ft.typesafety
import arrow.core.Option
import arrow.core.getOrElse
/**
* Use pattern matching and recursion. No vars, no loops, no overriding.
*
* `Option` is an implementation of optional functionality.
*
<!DOCTYPE html>
<html>
<head>
<title>Simple Leaflet Map</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
MqlTradeRequest request;
request.action = TRADE_ACTION_DEAL;
request.symbol = Symbol();
request.volume = 0.01;
request.type = ORDER_TYPE_BUY;
request.type_filling = ORDER_FILLING_AON;
MqlTradeResult result;
OrderSend(request,result);
@Synesso
Synesso / Reykjavík.md
Last active January 18, 2019 00:37
Reykjavík

image

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Synesso
Synesso / map.geojson
Last active December 13, 2018 01:26
canada-border-mask
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.