Skip to content

Instantly share code, notes, and snippets.

# /etc/salt/cloud.profiles.d/lxc.conf
lxcprofile1:
{host: proxmox.lan, image: 'local:debian-8.0-standard_8.6-1_amd64.tar.gz', ip_address: 172.28.128.5/24,
password: topsecret, provider: proxmox, technology: lxc}
@moebiuseye
moebiuseye / travis_test.py
Last active June 18, 2016 14:46
My changes
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import yaml, glob, os
from StringIO import StringIO
from pprint import pprint
from jinja2 import Template
from urlparse import urlparse
import pycurl as curl
@moebiuseye
moebiuseye / dabblet.css
Created December 13, 2013 11:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
//background: #f06;
//background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@moebiuseye
moebiuseye / dabblet.css
Created October 2, 2013 11:33
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@moebiuseye
moebiuseye / dabblet.css
Created October 2, 2013 11:33
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
@moebiuseye
moebiuseye / dabblet.css
Created March 26, 2013 20:37
@author ( Angie Radtke )
/**
* @author ( Angie Radtke )
* @package Joomla
* @subpackage Accessible-Template-Beez
* @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the
* GNU General Public License, and as distributed it includes or is derivative
* of works licensed under the GNU General Public License or other free or open
* source software licenses. See COPYRIGHT.php for copyright notices and
@moebiuseye
moebiuseye / dabblet.css
Created March 26, 2013 20:30 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/*
* background: #f06;
* background: linear-gradient(45deg, #f06, yellow);
* min-height: 100%;
*/
/**
* @brief Converts the current selection to hexadecimal
* @param w
* @param data
* @returns 0 on success
*/
int str2hex( GtkWidget *w, gpointer data ){ init();
int i;
substitution = malloc( sizeof( char ) * strlen( selection ) * 2 + 1 );
@moebiuseye
moebiuseye / geanyplugin_experiment.c
Created December 25, 2012 14:21
The output (static char *substitution) of function substitute() prematurely ends when the input (static char *selection) has a comma in it. Oo
/*
* substitution.h
*
* Copyright 2012 Samir Chaouki <moebius.eye@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
@moebiuseye
moebiuseye / struct_substitution_test.c
Created December 23, 2012 17:58
Pourquoi NELEMS( rules ) == 0 alors que NELEMS( HTML_ENTITIES) == 2 ?
/*
* main.c
*
* Copyright 2012 Samir Chaouki <moebius.eye@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*