Skip to content

Instantly share code, notes, and snippets.

//+--------------------------------------------------------+
//| adapted for FILE_SHARE_READ from BP-Ticks-1.0.mq4 |
//+--------------------------------------------------------+
// File identificator
int file;
uint startTick;
uint tickTime;
datetime theTime;
Dans cette version initiale, une seule sélection est traitée.
https://translate.google.com/?sl=auto&tl=en&text=Dans%20cette%20version%20initiale%2C%20une%20seule%20s%C3%A9lection%20est%20trait%C3%A9e.&op=translate&hl=en
In this initial version, only one selection is processed.
@lepinekong
lepinekong / Bruce Lee
Created October 19, 2020 11:16
Bruce Lee
Bruce Lee
{"cat":{"url":"https://purepng.com/public/uploads/medium/515023081909vuwgucjvi37ke4sxsgi38bohmwvueskzfkd2gegbprpz9pc9z321pllryanukxpe9uxvuxltoszhjmxhlwff3anbuu2x4dcspqa.png"},"music":{"url":"https://github.com/WebDevSimplified/Spotify-Landing-Page-Redesign/blob/master/images/landing-page-girl.png?raw=true","size":"602*849","position":"282 231"},"pokemon":{"url":"https://purepng.com/public/uploads/medium/purepng.com-pokemonpokemonpocket-monsterspokemon-franchisefictional-speciesone-pokemonmany-pokemonone-pikachu-17015277867183nnsm.png"},"arctarus":{"1":{"url":"https://user-images.githubusercontent.com/5175342/87308475-96063700-c51b-11ea-90b7-b7c0940b3f99.png","size":"933*1080","position":"0 0","originalSize":"1771*1644"},"2":{"url":"https://user-images.githubusercontent.com/5175342/87323860-9e686d00-c52f-11ea-8837-4e2c91b14dc2.png","size":"933*1080","position":"0 0","originalSize":"1024*1719"},"3":{"url":"https://user-images.githubusercontent.com/5175342/87324259-251d4a00-c530-11ea-8c74-372eee348d90.png","size
@lepinekong
lepinekong / it people
Created August 29, 2020 22:05
go famous
it people
@lepinekong
lepinekong / go mp3
Created July 15, 2020 14:01
go mp3
587553
@lepinekong
lepinekong / artarus
Created July 13, 2020 13:14
artarus
artarus
@lepinekong
lepinekong / meta.tpl.html
Created August 18, 2019 23:18
html meta
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!DOCTYPE html>
<html lang="us">
<head>
</head>
<body>
</body>
</html>
@lepinekong
lepinekong / .ReAdABLE.HumanFormat.deploy.ps1
Last active July 5, 2018 14:59
ReAdABLE.HumanFormat: a new standard format easier to read, write and maintain to generate Markdown (and much more coming). Just copy and paste .ReAdABLE.HumanFormat.deploy.ps1 oneliner content in Powershell to download.
$demo="ReAdABLE.Human.Format";$github='https://gist.github.com/lepinekong/b59fa3e8d386dea1ebaa1a096488c542';$githublib='https://gist.github.com/lepinekong/7574892bfefe7e53e7bd4dd4759f30f8';$demofolder="C:\red\demos\$demo";$exefolder="C:\red";$exeurl='https://static.red-lang.org/dl/win/red-063.exe';Add-Type -AssemblyName Microsoft.VisualBasic;$demofolder=[Microsoft.VisualBasic.Interaction]::InputBox("Enter folder for $demo demo:", $demo, $demofolder);if ($demofolder -ne $null) {$demo=Split-Path $demofolder -Leaf;Function Get-Github-Links {Param($uri);[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;$WebResponse = Invoke-WebRequest -Uri "$uri";return $ResponseLinks=$WebResponse.Links | Select href};Function Filter-Link {Param($filter);$links = $AllLinks | Where-Object {$_.href -match "$filter"};$link=$links[0].href;return $link};Function Get-Github-Url {Param($filename);$link=Filter-Link $filename;$url="https://gist.githubusercontent.com$link";return $url};$AllLinks = Get-Github-L