Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="utf-8"?>
<monitordconfig version="1.0">
<name>Monitord</name>
<logfile>screen</logfile> <!-- screen = Bildschirm -->
<loglevel>DEBUG</loglevel>
<!-- <SocketFilterScript> socketfilter.lua </SocketFilterScript> -->
<!-- <PluginFilterScript> socketfilter.lua </PluginFilterScript> -->
<auth>
@Flozi95
Flozi95 / Program.cs
Created June 24, 2016 09:42 — forked from alex-doe/Program.cs
LogException in Interval Class
// The MIT License(MIT)
//Copyright(c) 2016 alex-doe
//Permission is hereby granted, free of charge, to any person obtaining a copy
//of this software and associated documentation files(the "Software"), to deal
//in the Software without restriction, including without limitation the rights
//to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
//copies of the Software, and to permit persons to whom the Software is
//furnished to do so, subject to the following conditions:
@Flozi95
Flozi95 / Index.cshtml
Created July 11, 2014 14:00
Index.cshtml fomated based on Keyword
@{
Layout = "IndexLayout.cshtml";
ViewBag.Title = "Alarmanzeige";
var config = AlarmWorkflow.Website.Reports.Areas.Display.Models.WebsiteConfiguration.Instance;
}
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=true"> </script>
/**
* Sample script for demonstrating how to use the Extended Expression Formatter
* to insert the result of a custom procedure into the expression string.
*
* This script shows how to insert a list of resource names, if any contains the name of your town.
* It is designed to run within the OperationPrinter job.
*
* Please play around. The best way to edit this script is to drag it onto Visual Studio,
* so you get as much of IntelliSense as possible.
*