Skip to content

Instantly share code, notes, and snippets.

# Maintainer: Michael Lass <bevan@bi-co.net>
# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Corrado Primier <bardo@aur.archlinux.org>
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
pkgname=eclipse-subclipse
pkgver=1.8.21
pkgrel=1
_urlver=49277
pkgdesc="Subversion integration for the Eclipse platform"
@jens-na
jens-na / gist:8165a9f3beb10cd45e74
Created May 13, 2014 20:24
_config.yml collection defaults example
name: test
markdown: redcarpet
highlighter: pygments
collections:
slides:
output: true
defaults:
-
@jens-na
jens-na / aes_test.c
Last active December 19, 2019 14:45
#include "wmmintrin.h"
#include "emmintrin.h"
#include "smmintrin.h"
#include <stdio.h>
#include <stdint.h>
void print128_num(__m128i var)
{
uint8_t *val = (uint8_t*) &var;
printf("%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x",