Skip to content

Instantly share code, notes, and snippets.

View adben's full-sized avatar

Adolfo Benedetti adben

  • Den Haag, Nederlands
View GitHub Profile
@adben
adben / gist:725403
Created December 2, 2010 14:30
old_id is null natuurlijk....
org.netbeans.modules.viewmodel.TreeModelNode@77e48879[Name=, displayName=attributes] Map<String,Map<String,Object>> "size = 3"
org.netbeans.modules.viewmodel.TreeModelNode@1ce25976[Name=, displayName=[0]] HashMap$Entry "buz_t_name => {name=buz_t_name, value=[a*], label=name, type=class java.lang.String}"
org.netbeans.modules.viewmodel.TreeModelNode@505f60ca[Name=, displayName=[1]] HashMap$Entry "buz_t_email => {name=buz_t_email, label=email, type=class java.lang.String}"
org.netbeans.modules.viewmodel.TreeModelNode@25cb96ff[Name=, displayName=[2]] HashMap$Entry "old_id => null"
@adben
adben / gist:725404
Created December 2, 2010 14:30
old_id is null natuurlijk....
org.netbeans.modules.viewmodel.TreeModelNode@77e48879[Name=, displayName=attributes] Map<String,Map<String,Object>> "size = 3"
org.netbeans.modules.viewmodel.TreeModelNode@1ce25976[Name=, displayName=[0]] HashMap$Entry "buz_t_name => {name=buz_t_name, value=[a*], label=name, type=class java.lang.String}"
org.netbeans.modules.viewmodel.TreeModelNode@505f60ca[Name=, displayName=[1]] HashMap$Entry "buz_t_email => {name=buz_t_email, label=email, type=class java.lang.String}"
org.netbeans.modules.viewmodel.TreeModelNode@25cb96ff[Name=, displayName=[2]] HashMap$Entry "old_id => null"
@adben
adben / last_emacs_osx.sh
Created June 5, 2012 10:24
Building emacs24 in osx
###emacs 24
## rm -frv emacs
## git clone git://git.savannah.gnu.org/emacs.git
cd emacs
git pull
sh autogen.sh
sleep 50
./configure --with-ns --without-compress-info --without-imagemagick
make
## make install doesn't work see the issue https://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00643.html
@adben
adben / book.java
Created September 10, 2013 12:25
GSGNL
package com.github.adben.model;
public class Book {
private final double isbn;
private final long price;
private final String author;
private final String title;
private final String engTitle;
private final String imagePath;
@adben
adben / docker-compose.yml
Created July 25, 2017 09:32 — forked from marcelbirkner/docker-compose.yml
CI Tool Stack Docker Compose
nexus:
build: ./nexus
ports:
- "18081:8081"
jenkins:
build: ./jenkins
ports:
- "18080:8080"
links:
@adben
adben / quake3.yml
Last active February 24, 2022 14:12
apiVersion: apps/v1
kind: Deployment
metadata:
name: quake
spec:
selector:
matchLabels:
run: quake
replicas: 1
template:
kind: Template
apiVersion: template.openshift.io/v1
metadata:
name: keycloak
annotations:
description: An example template for trying out Keycloak on OpenShift
iconClass: icon-sso
openshift.io/display-name: Keycloak
tags: keycloak
version: 17.0.0-SNAPSHOT