
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APPS := nmdbg bla | |
nmdbg_OBJS := blubb.o | |
nmdbg_LIBS := -lboost_regex | |
bla_OBJS := blubb.o | |
CXX := g++-6 | |
CXXFLAGS := -I3rdparty/json/src -Iinclude -Isrc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'example: | |
''''''''' | |
'Set scope = New Dictionary | |
'scope.Add "anrede", "Herr" | |
'scope.Add "vorname", "Herbert" | |
'scope.Add "name", "Müller" | |
'Debug.Print ApplyTemplate("Sehr geehrte{{Wenn(anrede=""Herr"",""r"","""")}} {{anrede}} {{vorname}} {{name}},", scope) | |
' -> prints "Sehr geehrter Herr Herbert Müller," | |
Const SCRIPT_PATTERN As String = "{{([^}]*)}}" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = function (hook) { | |
// setup: | |
// Route /(:action)(/:id) | |
// Gist URL https://gist.github.com/fresc81/fc6a58b3a43f1c5120f8 | |
// View https://gist.github.com/fresc81/fc6a58b3a43f1c5120f8/raw/theme.html | |
// Presenter https://gist.github.com/fresc81/fc6a58b3a43f1c5120f8/raw/presenter.js | |
// create a collection on orchestrate.io: | |
// create two env variables: | |
// orchestrate_auth_token |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Following methods are provided by instances of Winreg: | |
<table> | |
<tr> | |
<th>Method</th> | |
<th>Parameters</th> | |
<th>Description</th> | |
</tr> | |
<tr> | |
<td> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Ext JS Connect | |
* Copyright(c) 2010 Sencha Inc. | |
* MIT Licensed | |
*/ | |
/** | |
* Module dependencies. | |
*/ |