This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: imachine <m.jedrasik@gmail.com> | |
# Contributor: c_14 <archmailing5@gmail.com> | |
pkgname=sex | |
pkgver=1.0 | |
pkgrel=3 | |
pkgdesc="Spouts silly mad-lib-style porn-like text" | |
url="http://spatula.net/software/sex/" | |
license=('custom') | |
depends=() | |
arch=('any') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 242bf4bf7baf6bfe43d37e9a7f0743e24d1d73af Mon Sep 17 00:00:00 2001 | |
From: c_14 <c-14git.shadowmurderer@spamgourmet.com> | |
Date: Tue, 14 Jan 2014 00:10:06 +0100 | |
Subject: [PATCH] Fix -z command line switch so it actually accepts valid | |
input. | |
--- | |
options.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2014 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: $ | |
EAPI=5 | |
# ebuild generated by hackport 0.3.6.9999 | |
#hackport: flags: -all_extensions,+with_threaded,+with_utf8,with_iwlib:wifi,with_alsa:alsa,with_xft:xft,with_datezone:timezone,with_dbus:dbus,with_mpd:mpd,with_inotify:inotify,with_mpris:mpris | |
CABAL_FEATURES="bin" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 34150e1fbe980368f7dc271261984803bc1da4f8 Mon Sep 17 00:00:00 2001 | |
From: c_14 <git@c-14.de> | |
Date: Thu, 9 Mar 2017 17:01:05 +0100 | |
Subject: [PATCH 1/2] Add ec_init_wsock API. | |
--- | |
oshw/linux/nicdrv.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
oshw/linux/nicdrv.h | 1 + | |
soem/ethercatmain.c | 20 +++++++++++++++++ | |
soem/ethercatmain.h | 2 ++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string.h> | |
#include <stdio.h> | |
#include <sysexits.h> | |
#include <unistd.h> | |
#include <arpa/inet.h> | |
#include <net/ethernet.h> | |
#include <net/if.h> | |
#include <linux/if_packet.h> | |
#include <sys/ioctl.h> |