I hereby claim:
- I am muflone on github.
- I am muflone (https://keybase.io/muflone) on keybase.
- I have a public key ASA3omfauSuDMuH9Mvc6tKeoAPjrce3Gme2J-G0FyXD01go
To claim this, I am signing this object:
void main() { | |
Uri uri = Uri.parse('localhost:22'); | |
print("scheme: " + uri.scheme.toString()); | |
print("host: " + uri.host.toString()); | |
print("port: " + uri.port.toString()); | |
print("path: " + uri.path.toString()); | |
} |
[Unit] | |
Description=Nextcloud cron.php job | |
[Service] | |
User=http | |
ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/cron.php | |
[Install] | |
WantedBy=basic.target |
I hereby claim:
To claim this, I am signing this object:
# Maintainer: Muflone http://www.muflone.com/contacts/english/ | |
pkgname=meow-bin | |
pkgver=1.0 | |
pkgrel=1 | |
pkgdesc="Application Menu Editor for GNOME" | |
arch=('any') | |
url="https://pnmougel.github.io/meow/" | |
license=('GPL') | |
depends=('java-runtime') |
# Maintainer: Marcel Korpel <marcel[dot]korpel[at]gmail> | |
# Contributor: Muflone http://www.muflone.com/contacts/english/ | |
# Contributor: Ilya Kuznetsov <[email protected]> | |
# Contributor: Christian Hesse <[email protected]> | |
pkgname=mysql-connector-c++ | |
pkgver=1.1.4 | |
pkgrel=2 | |
pkgdesc="A MySQL database connector for C++" | |
arch=('i686' 'x86_64') |
# src/remmina - The GTK+ Remote Desktop Client | |
# | |
# Copyright (C) 2011 Marc-Andre Moreau | |
# | |
# This program is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 2 of the License, or | |
# (at your option) any later version. | |
# | |
# This program is distributed in the hope that it will be useful, |