Skip to content

Instantly share code, notes, and snippets.

View aoussarmustapha's full-sized avatar
🦖

Mustapha aoussarmustapha

🦖
View GitHub Profile
@aoussarmustapha
aoussarmustapha / SassMeister-input.scss
Created May 5, 2015 13:06
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$color: null ;
$a: 1;
@mixin getMixin {
.foreground {
background: $a;
@aoussarmustapha
aoussarmustapha / SassMeister-input.scss
Created May 4, 2015 09:35
Generated by SassMeister.com.
// ----
// Sass (v3.4.13)
// Compass (v1.0.3)
// ----
$NavColor: null !default;
@if $NavColor != null {
color:$NavColor;
}
@aoussarmustapha
aoussarmustapha / gist:5683895
Created May 31, 2013 09:33
Configure XML-Security-C
[user@webxxx xml-security-c-1.7.0]$ ./configure --without-xalan --with-xerces=/home/user/opt/shibboleth-sp/include/xercesc --disable-static --prefix=/home/user/opt/shibboleth-sp
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU