Skip to content

Instantly share code, notes, and snippets.

View alienlebarge's full-sized avatar
💾
:wq

Cédric Aellen alienlebarge

💾
:wq
View GitHub Profile
@alienlebarge
alienlebarge / md-letter-print.css
Created October 15, 2012 12:36
Custom CSS for printing letters with Marked app
/*
This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
Please leave this notice in place, along with any additional credits below.
---------------------------------------------------------------
Title: Theme title
Author: Your name and optional url
Description: Basic description of the theme.
*/
body
@alienlebarge
alienlebarge / ds.xml
Created November 15, 2012 12:30
TYPO3 TemplaVoilà FCE to show addresses with microformats
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<T3DataStructure>
<meta type="array">
<langDisable>1</langDisable>
</meta>
<ROOT type="array">
<tx_templavoila type="array">
<title>ROOT</title>
<description>Select the HTML element on the page which you want to be the overall container element for the template.</description>
</tx_templavoila>
@alienlebarge
alienlebarge / readme.md
Last active October 13, 2015 06:57
PHP Storm IDE template

Suchet

A color scheme for PHPStorm IDE

Installation

Put Suchet.xml file into the following place and restart your IDE :

  • Windows : C:\Documents and Settings\username\.WebIde40\config\colors
@alienlebarge
alienlebarge / FR_fr.mo
Created November 27, 2012 20:18
Shaken-grid-fr - French translation of Shaken-grid Wordpress theme
@alienlebarge
alienlebarge / fr_FR.mo
Created November 27, 2012 20:30
themify-fr
@alienlebarge
alienlebarge / letter.md
Created November 27, 2012 20:49
Letter-md - A CSS for printing letter formated with Markdown

Title of the letter

The recipient

ACME corp street address ZIP city

The sender

<theme>
<!-- Window Style -->
<color id="foreground" red="1.0" green="0.776" blue="0.427" alpha="1.0" />
<color id="background" red="0.255" green="0.255" blue="0.255" alpha="1.0" />
<window foregroundColorID="foreground" backgroundColorID="background" shouldUseHUDScrollers="no" />
<!-- Text View Style -->
<color id="tag" red="0.800" green="0.471" blue="0.200" alpha="1.0" />
<color id="handle" extendsColorID="foreground" />
<color id="insertionPoint" red="1.0" green="1.0" blue="1.0" alpha="1.0" />
@alienlebarge
alienlebarge / readme.md
Created December 19, 2012 13:50
Reflexion about the right way to implement `post-office-box` MicroFormat.

Wich one od these two exemples is the right way to use post-office-box ? (The tweet)

  1. <span class="post-office-box">P.O. Box 8</span>
  2. P.O. Box <span class="post-office-box">8</span>
@alienlebarge
alienlebarge / Parse Start and Due Dates.applescript
Last active April 9, 2023 02:55
Parse start and due date for TaskPaper
property dueTag : "due"
property startTag : "start"
property repeatTag : "repeat"
property todayTag : "today"
property pastDueTag : "overdue"
property upcomingTag : "upcoming"
property doneTag : "done"
property inProgressTag : "inprogress"
property errorTag : "error"
property removeTags : {upcomingTag, todayTag, pastDueTag, inProgressTag}
@alienlebarge
alienlebarge / HelveticALB.taskpapertheme
Last active December 10, 2015 09:18
HelveticALB a TaskPaper theme inspired by HelveticaLove
<theme>
<!-- Window Style -->
<color id="foreground" red="0.84" green="0.84" blue="0.84" alpha="1.0" />
<color id="background" red="0.28" green="0.28" blue="0.28" alpha="1.0" />
<window foregroundColorID="foreground" backgroundColorID="background" shouldUseHUDScrollers="no" />
<!-- Text View Style -->
<color id="tag" red="0.56" green="0.56" blue="0.56" alpha="1.0" />
<color id="handle" extendsColorID="foreground" />
<color id="insertionPoint" extendsColorID="foreground" />