Skip to content

Instantly share code, notes, and snippets.

1 Sortir du nucléaire accueil
2 Journal actualite/journal
3 Agenda association/agenda
4 Presse accueil
5 Sortons du nucléaire accueil
6 Association accueil
7 Contact association/contact
8 Buts association/buts
9 Statuts association/statuts
14 Communiqués de presse actualite/communiques
@aoloe
aoloe / main.qml
Created August 14, 2014 08:11
pyqt and qqmlapplicationengine
$ python3 test.py
QQmlApplicationEngine failed to load component
file:///home/ale/docs/src/scribus-script-repository/script-download/test/main.qml:4 AppplicationWindow is not a type
@aoloe
aoloe / README.md
Last active August 29, 2015 14:03
issues attachments

This gist repository contains attachments for my issue tracker.

Just add files to this repository and then link them in the issue.

<?php
/**
* Show the history of the latest selected tables. Cookies based.
* Set the js variable history_length to define the history length.
* Works only with current browsers.
* @link http://www.adminer.org/plugins/#use
* @author Ale Rimoldi, http://www.ideale.ch/
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU General Public License, version 2 (one or other)
<VirtualHost *:80>
# Indexes + Directory Root.
#DirectoryIndex index.html index.php
DocumentRoot /home/ale/docs/htdocs/graphicslab/htdocs/
<Directory /home/ale/docs/htdocs/graphicslab/htdocs/ >
# Options FollowSymLinks
# AllowOverride FileInfo Options
Options Indexes FollowSymLinks
AllowOverride AuthConfig FileInfo
@aoloe
aoloe / code_structure
Last active December 22, 2015 00:38
code structure
the scribus-core code is currently structured as foolows:
+ impagina-core/
- impagina-core.pro
- main.cpp
- scribus.cpp
- scribus.h
+ document/
- document.cpp
@aoloe
aoloe / WP-event-manager-notes.php
Created July 16, 2012 19:20 — forked from ms-studio/WP-event-manager-notes.php
Notes regarding the WP event manager
<?php
/*
Target:
*******
Perfect solution for a simple WP event manager
Needs:
******