This file contains 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
var num = 0; | |
var num2 = 0.0; | |
var num3 = 0.0; | |
var num4 = 0.0; | |
var num5 = 0.0; | |
console.log("part1"); | |
var part1 = [{ | |
batchCount : 5 | |
},{ |
This file contains 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
<var name="counter" value="0"/> | |
<for list="{list}" param="{param}"> | |
<sequential> | |
<switch value="${counter}"> | |
<case value="0"> | |
<!-- do something --> | |
</case> | |
<case value="1"> | |
<!-- do something --> |
This file contains 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
#!/bin/sh | |
### BEGIN INIT INFO | |
# Provides: vpn | |
# Required-Start: $syslog $local_fs $remote_fs $network $named | |
# Required-Stop: $syslog $local_fs $remote_fs $network $named | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start the vpn. | |
### END INIT INFO |
This file contains 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
#!/bin/bash | |
### BEGIN INIT INFO | |
# Provides: geminabox | |
# Required-Start: $local_fs $remote_fs $network | |
# Required-Stop: $local_fs $remote_fs $network | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: Start Geminabox. | |
# Description: Start the Geminabox service. |
This file contains 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
#! /bin/sh | |
# | |
# Author: Edison <[email protected]> | |
# | |
# This is a modified version for from Andreas Olsson <[email protected]> | |
# For each tunnel; make a uniquely named copy of this template. | |
## SETTINGS | |
# | |
# autossh monitoring port (unique) |
NewerOlder