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 <stdbool.h> | |
#include <stdlib.h> | |
#include <unistd.h> | |
#include <getopt.h> | |
#include <string.h> | |
#include <stdio.h> | |
/* commands/restore.h */ | |
struct cmd_restore_instance { |
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
#!/usr/bin/env python2 | |
# encoding: utf-8 | |
import dbus, gobject, re | |
from dbus.mainloop.glib import DBusGMainLoop | |
INACTIVE_STATES = ("inactive", "failed") | |
UNIT_INTERFACE = 'org.freedesktop.systemd1.Unit' | |
unit_regex = re.compile('[^A-Za-z0-9]') |
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: Stéphane Marguet (Stemp) <[email protected]> | |
# Contributor: scippio <scippio [at] berounet.cz> | |
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> | |
# Contributor: Corrado Primier <[email protected]> | |
# Contributor: Rubin Simons <[email protected]> | |
pkgname=eclipse-emf | |
pkgver=2.8.3 | |
_reldate=201301250826 | |
epoch=1 |
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: Luca Cesari <[email protected]> | |
_pkgname=pycarddav | |
pkgname=$_pkgname-git | |
pkgver=0.5.1.1.g563846f | |
epoch=1 | |
pkgrel=1 | |
pkgdesc="A CLI CardDAV client" | |
arch=('any') | |
url="http://lostpackets.de/pycarddav/" | |
license=('Expat/MIT') |
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
# CPAN Name : Data-Validate-IP | |
# Contributor: SIGTERM | |
pkgname='perl-data-validate-ip' | |
pkgver='0.20' | |
pkgrel='1' | |
pkgdesc="Lightweight IPv4 and IPv6 validation module." | |
arch=('any') | |
license=('PerlArtistic' 'GPL') | |
options=('!emptydirs') |
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
# Contributor: Dirk Sohler <[email protected]> | |
# Maintainer: Dirk Sohler <[email protected]> | |
# vim: ts=4:sw=4 | |
pkgname=libreoffice-gtk-only-ultralite | |
pkgver=4.1.4 | |
pkgrel=1 | |
pkgdesc="Simply makes LibreOffice use GTK theme without any Gnome dependencies" | |
url="http://www.libreoffice.org/" |
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
#Contributor: mathieu.clabaut <[email protected]> | |
pkgname=mypy-git | |
pkgver=2456 | |
epoch=1 | |
pkgrel=1 | |
pkgdesc="Static type checking for python 3" | |
arch=('i686' 'x86_64') | |
url="https://github.com/JukkaL/mypy" | |
license=('MIT' 'PSF2') |
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: Luca Cesari <[email protected]> | |
# Contributor: Stebalien | |
_pkgname=pycarddav | |
pkgname=$_pkgname-git | |
pkgver=0.6.1 | |
epoch=1 | |
pkgrel=1 | |
pkgdesc="A CLI CardDAV client" | |
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
package test | |
public open class A { | |
public open fun foo(): String = "" | |
} |
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
diff --git a/.idea/misc.xml b/.idea/misc.xml | |
index 7a5217f..bbf4120 100644 | |
--- a/.idea/misc.xml | |
+++ b/.idea/misc.xml | |
@@ -51,7 +51,7 @@ | |
<component name="ProjectResources"> | |
<default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype> | |
</component> | |
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK"> | |
+ <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK"> |