Skip to content

Instantly share code, notes, and snippets.

View muflone's full-sized avatar

Muflone muflone

View GitHub Profile
@muflone
muflone / main.dart
Created November 16, 2019 20:16
Dart Uri localhost:22
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());
}
@muflone
muflone / nextcloud-cron.service
Last active September 24, 2017 23:01
Nextcloud configuration for nginx under Arch Linux
[Unit]
Description=Nextcloud cron.php job
[Service]
User=http
ExecStart=/usr/bin/php -f /usr/share/webapps/nextcloud/cron.php
[Install]
WantedBy=basic.target

Keybase proof

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:

@muflone
muflone / PKGBUILD
Created November 12, 2016 18:46
PKGBUILD for meow-bin 1.0-1
# 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')
@muflone
muflone / PKGBUILD
Last active August 29, 2015 14:09
Package mysql-connector-c++
# Maintainer: Marcel Korpel <marcel[dot]korpel[at]gmail>
# Contributor: Muflone http://www.muflone.com/contacts/english/
# Contributor: Ilya Kuznetsov <monochrome.r42@gmail.com>
# Contributor: Christian Hesse <mail@eworm.de>
pkgname=mysql-connector-c++
pkgver=1.1.4
pkgrel=2
pkgdesc="A MySQL database connector for C++"
arch=('i686' 'x86_64')
@muflone
muflone / gist:347d291596247c6e67e7
Created May 10, 2014 23:07
remmina/CMakeLists.txt
# 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,