Skip to content

Instantly share code, notes, and snippets.

@WurmD
WurmD / Example_email.txt
Last active July 21, 2021 12:07
Example email objecting to PA/21/01452/NC
Direct link to Planning Application Comments of PA/21/01452/NC https://development.towerhamlets.gov.uk/online-applications/applicationDetails.do?activeTab=makeComment&keyVal=DCAPR_135571
to: Eve.McQuillan@towerhamlets.gov.uk
cc: mohammed.hossain@towerhamlets.gov.uk,
sirajul.islam@towerhamlets.gov.uk,
planning@towerhamlets.gov.uk,
licensing@towerhamlets.gov.uk,
Benjamin.coffie@towerhamlets.gov.uk
subject: I OBJECT to PA/21/01452/NC
# template taken from https://cmake.org/cmake/help/v3.14/manual/cmake-developer.7.html
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
#[=======================================================================[.rst:
FindCUDNN
---------
Finds the cuDNN library.
import argparse
if __name__ == "__main__":
a = argparse.ArgumentParser()
a.add_argument("--models", help="path where to save the model")
a.add_argument("--logs", help="path where to save the logs")
a.add_argument("--cv", help="path to base folder with only-crowd-violence and only-not-crowd-violence folders")
a.add_argument(
"--batch", help="batch size, default 64, increase it as much as your RAM allows")
a.add_argument("--learning_rate",
// Github: https://github.com/shdwjk/Roll20API/blob/master/TotalMana/TotalMana.js
// By: The Aaron, Arcane Scriptomancer
// Contact: https://app.roll20.net/users/104025/the-aaron
var TotalMana = TotalMana || (function() {
'use strict';
var version = '0.1.3 less than 3 cities give extra cash',
lastUpdate = 1444830577,
schemaVersion = 0.1,
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sh="http://www.metaswitch.com/srb/soap/sh" xmlns:user="http://www.metaswitch.com/srb/soap/sh/userdata" xmlns:ser="http://www.metaswitch.com/ems/soap/sh/servicedata" xmlns:ser1="http://www.metaswitch.com/sdp/soap/sh/servicedata" xmlns:xm="http://www.w3.org/2005/05/xmlmime">
<soapenv:Header/>
<soapenv:Body>
<sh:ShUpdate>
<sh:UserIdentity>CFS1/226200010</sh:UserIdentity>
<sh:DataReference>0</sh:DataReference>
<sh:UserData>
<user:Sh-Data>
<user:RepositoryData>
<user:ServiceIndication>Meta_PBX_BaseInformation</user:ServiceIndication>
@WurmD
WurmD / deletePBX.xml
Last active September 30, 2016 15:02
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sh="http://www.metaswitch.com/srb/soap/sh" xmlns:user="http://www.metaswitch.com/srb/soap/sh/userdata" xmlns:ser="http://www.metaswitch.com/ems/soap/sh/servicedata" xmlns:ser1="http://www.metaswitch.com/sdp/soap/sh/servicedata" xmlns:xm="http://www.w3.org/2005/05/xmlmime">
<soapenv:Header/>
<soapenv:Body>
<sh:ShUpdate>
<sh:UserIdentity>CFS1/226200014</sh:UserIdentity>
<sh:DataReference>0</sh:DataReference>
<sh:UserData>
<user:Sh-Data>
<user:RepositoryData>
<user:ServiceIndication>Meta_PBX_BaseInformation</user:ServiceIndication>
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' https://*.googlesyndication.com https://*.doubleclick.net https://partner.googleadservices.com https://www.googletagservices.com https://ssl.google-analytics.com https://www.google-analytics.com https://ajax.googleapis.com https://d3clqjduf2gvxg.cloudfront.net https://cdn.firebase.com https://*.firebaseio.com https://*.tokbox.com https://*.opentok.com http://static.opentok.com http://www.google-analytics.com". Either the 'unsafe-inline' keyword, a hash ('sha256-tF4sX6+/MdP8j+N35zRrqzln1wckWeWuKTLmzYBw/Sk='), or a nonce ('nonce-...') is required to enable inline execution.
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' https://*.googlesyndication.com https://*.doubleclick.net https://partner.googleadservices.com https://www.googletagservices.com https://ssl.google-analytics.com https://www
@WurmD
WurmD / TotalMoney_v1.js
Last active October 28, 2015 14:25
My current version of adding up the bar values
var TotalMana = TotalMana || (function() {
'use strict';
var version = '0.1.2',
lastUpdate = 1444830577,
schemaVersion = 0.1,
checkInstall = function() {
log('-=> TotalMana v'+version+' <=- ['+(new Date(lastUpdate*1000))+']');
#include <iostream>
#include <yarp/os/all.h>
#include <yarp/sig/all.h>
#include <sensor_msgs_Image.h>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
using namespace yarp::os;
using namespace yarp::sig;
#!/usr/bin/env python
import roslib
#roslib.load_manifest('my_package')
import sys
import rospy
import cv2
from std_msgs.msg import String
from sensor_msgs.msg import Image
from cv_bridge import CvBridge, CvBridgeError