Skip to content

Instantly share code, notes, and snippets.

View seeschloss's full-sized avatar

SeeSchloß seeschloss

View GitHub Profile
diff --git a/asset.module b/asset.module
index a39f07f..6eaa645 100644
--- a/asset.module
+++ b/asset.module
@@ -320,28 +320,30 @@ function asset_menu() {
'file' => 'includes/asset.admin.inc',
);
- $items['admin/assets/get'] = array(
+ $items['admin/assets/tag/%/%/%'] = array(
<?php
$object = new stdClass();
$object->{'property'} = 'value 1';
$object->{'42'} = 'value 2';
$array = (array)$object;
var_dump($array);
MySQL [plop]> create table test (str varchar(255), str2 text);
Query OK, 0 rows affected (0.18 sec)
MySQL [plop]> insert into test (str, str2) values ('plop', 'plop2');
Query OK, 1 row affected (0.00 sec)
MySQL [plop]> select * from test;
+------+-------+
| str | str2 |
+------+-------+
(function(){
var canvas = document.getElementById('hexmap');
var hexHeight,
hexRadius,
hexRectangleHeight,
hexRectangleWidth,
hexagonAngle = 0.523598776, // 30 degrees in radians
sideLength = 10,
boardWidth = 100,
#!/bin/bash
##################################################################
# Licensed under GNU GPL v3 #
# regis.leroy@gmail.com #
# #
# DNS replacement scrpit in SQL dumps containing (also) PHP #
# serialized strings. #
# This script use bash and perl' perl is used to increment #
# serialized string length while performing DNS replacement #
# It also use sed for other basic DNS replacements #
@seeschloss
seeschloss / README.md
Last active August 29, 2015 14:17 — forked from metmajer/README.md

Zoomable Sunburst with Labels

#!/usr/bin/env bash
FILE="$(mktemp)"
trap "rm $FILE; exit" EXIT
DEBUG=0
if test "$1" = "-d"; then
DEBUG=1
shift 1
fi
#!/bin/bash
PYBORG="/home/seeschloss/bin/deeborg --file=/home/seeschloss/deeplop-dlfp.db"
COOKIE="linuxfr.org_session="
DEBUG=0
BOTNAME="deeplop"
STATEFILE="$HOME/.deeplop.state"
#!/bin/bash
DOMAINS="example.com www.example.com example.fr"
EMAIL="admin@example.com"
SCRIPT=$(realpath "$0")
DIR=$(dirname "$SCRIPT")
CERTS="$DIR/certs"
WWW="$DIR/www"
@seeschloss
seeschloss / README.md
Created January 27, 2016 20:24 — forked from mbostock/.block
Van der Grinten IV