Skip to content

Instantly share code, notes, and snippets.

{
"title": "SexiBoard:Kommandantur",
"services": {
"query": {
"list": {
"0": {
"id": 0,
"type": "topN",
"query": "esx.problem.*",
"alias": "",
{
"title": "SexiBoard:vMotionRate",
"services": {
"query": {
"list": {
"0": {
"query": "vmotion AND pre-copy AND mbps:>800",
"alias": "vmotion rate > 800MBps",
"color": "#7EB26D",
"id": 0,
{
"title": "SexiBoard:quiescing",
"services": {
"query": {
"list": {
"0": {
"query": "\"Quiesced snapshots are not supported\"",
"alias": "",
"color": "#7EB26D",
"id": 0,
Jun 3 2015 20:06:00 | Cannot open banned log file banned.txt
Jun 3 2015 20:06:00 | [room.bof (1114)] LoadRoomData couldn't open kochoh.roo!!!
Jun 3 2015 20:06:00 | [room.bof (1115)] C_RoomSize can't operate on non-room 0,0
Jun 3 2015 20:06:00 | [room.bof (1116)] C_First object 57 can't take First of a non-list 0,0
Jun 3 2015 20:06:00 | [room.bof (1117)] C_Nth object 57 can't take Nth of a non-list 0,0
Jun 3 2015 20:06:00 | [room.bof (1118)] C_Nth object 57 can't take Nth of a non-list 0,0
Jun 3 2015 20:06:00 | [room.bof (1119)] C_Nth object 57 can't take Nth of a non-list 0,0
Jun 3 2015 20:06:00 | [room.bof (1121)] C_Nth object 57 can't take Nth of a non-list 0,0
Jun 3 2015 20:06:00 | [room.bof (1114)] LoadRoomData couldn't open marheal.roo!!!
Jun 3 2015 20:06:00 | [room.bof (1115)] C_RoomSize can't operate on non-room 0,0
@Daenks
Daenks / gist:194a1d505b635727a7d6
Created June 9, 2015 17:50
Regular Expression for URLs and Emails
\b(?:(?:(?:https?|ftp|file)://|www\.|ftp\.)[-A-Z0-9+&@#/%?=~_|$!:,.;]*[-A-Z0-9+&@#/%=~_|$]|((?:mailto:)?[A-Z0-9._%+-]+@[A-Z0-9._%-]+\.[A-Z]{2,4})\b)|"(?:(?:https?|ftp|file)://|www\.|ftp\.)[^"\r\n]+"?|'(?:(?:https?|ftp|file)://|www\.|ftp\.)[^'\r\n]+'?
must be a case-insensitive search (i).
@Daenks
Daenks / gist:8905d3e0bc43db4993eb
Created June 24, 2015 13:30
logstash exception
Jun 24 08:28:31 *HOSTNAME* logstash[117760]: Exception in thread "elasticsearch[logstash-*HOSTNAME*-117760-2548][generic][T#1]" java.lang.NullPointerException
Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.bulk.TransportBulkAction.setResponseFailureIfIndexMatches(TransportBulkAction.java:178)
Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.bulk.TransportBulkAction.access$100(TransportBulkAction.java:65)
Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.bulk.TransportBulkAction$1.onFailure(TransportBulkAction.java:137)
Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at org.elasticsearch.action.support.TransportAction$ThreadedActionListener$2.run(TransportAction.java:117)
Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
Jun 24 08:28:31 *HOSTNAME* logstash[117760]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
Jun 24 08:28:31 *H
@Daenks
Daenks / gist:96e564523e8f49daa8bd
Created July 14, 2015 13:00
Meridian 59: Insurrection - Readme.txt
Meridian 59(TM) Insurrection
Readme (07 July 1998)
-----------------------------------------------
Table of Contents
-----------------------------------------------
1. System Requirements
2. Welcome
3. What's in Meridian 59
@Daenks
Daenks / gist:07daa7fdc9540dcbb93f
Created September 21, 2015 16:05
meridian59-dotnet repo setup
git clone https://github.com/OpenMeridian/meridian59-dotnet Meridian59-dotnet
cd Meridian59-dotnet
git pull && git submodule init && git submodule update && git submodule status
cd Engine
git remote add upstream https://github.com/cyberjunk/meridian59-engine.git
cd ..\Resources
git remote add upstream https://github.com/cyberjunk/meridian59-resources.git
cd ..
git remote add upstream https://github.com/cyberjunk/meridian59-dotnet.git
git pull upstream master
@Daenks
Daenks / gist:eb6c84ee6b300292f401
Last active December 3, 2015 18:23
Build Script for Meridian59.NET
#Build Server Script for Meridian59 .NET client written by Daenks
#Specifications provided by ShaKrune: https://gist.github.com/cyberjunk/843df6483dbe17bf6b04
Param(
#Source Repository Paths
[string]$RootPath="C:\Meridian59-DotNet",
[string]$EnginePath="\Engine\src\",
[string]$EngineSolution="Engine.sln",
[string]$ClientPath="\",
[string]$ClientSolution="Meridian59.sln",
[string]$OgreClientPath="\Meridian59.Ogre.Client\bin\", #
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at ClientPatcher.OgreClientPatcher.CheckDependencies()
at ClientPatcher.ClientPatchForm.StartScan()
at ClientPatcher.ClientPatchForm.PatchProfile()
at ClientPatcher.ClientPatchForm.btnPatch_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)