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
# ##### BEGIN GPL LICENSE BLOCK ##### | |
# | |
# This program is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License | |
# as published by the Free Software Foundation; either version 2 | |
# of the License, or (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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
https://pythex.org/ | |
435-RTP-5(-[0-9]+)*(-IST_Val)? | |
" props="db_server=temp0&db_name=BakeOut2013&db_group=TempMon&db_mask=139&setup=katrin"/> | |
<Value title=" steep cone upstream 180° sectional drawing B [435-RTP-5-0-0212] (Group: 435 Temperatures -- BakeOut2013 -- TempMon)" props="db_server=temp0&db_name=BakeOut2013&db_group=TempMon&db_mask=142&setup=katrin"/> | |
<Value title=" steep cone upstream 270° sectional drawing A [435-RTP-5-0-0204] (Group: 435 Temperatures -- BakeOut2013 -- TempMon)" props="db_server=temp0&db_name=BakeOut2013&db_group=TempMon&db_mask=140&setup=katrin"/> | |
<Value title=" steep cone upstream 270° sectional drawing B [435-RTP-5-0-0213] (Group: 435 Temperatures -- BakeOut2013 -- TempMon)" props="db_server=temp0&db_name=BakeOut2013&db_group=TempMon&db_mask=143&setup=katrin"/> | |
<Value title=" steep cone upstream 90° sectional drawing A [435-RTP-5-0-0202] (Group: 435 Temperatures -- BakeOut2013 -- TempMon)" props="db_server=temp0&db_name=BakeOut2013&db_group=TempMon&db_mask=178&setup=katrin"/> | |
<V |
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
# ##### BEGIN GPL LICENSE BLOCK ##### | |
# | |
# This program is free software; you can redistribute it and/or | |
# modify it under the terms of the GNU General Public License | |
# as published by the Free Software Foundation; either version 2 | |
# of the License, or (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, | |
# but WITHOUT ANY WARRANTY; without even the implied warranty of | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
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
# /etc/bash/bashrc | |
# | |
# This file is sourced by all *interactive* bash shells on startup, | |
# including some apparently interactive shells such as scp and rcp | |
# that can't tolerate any output. So make sure this doesn't display | |
# anything or bad things will happen ! | |
# Test for an interactive shell. There is no need to set anything | |
# past this point for scp and rcp, and it's important to refrain from |
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
<?php | |
$my_module_title = _("my_module"); | |
function my_moduleJS() { | |
?> | |
// wiki = new WIKI("wiki_div"); | |
function myModuleJS() | |
{ | |
console.log("Spawing my_module..."); |