Skip to content

Instantly share code, notes, and snippets.

@Lopo
Lopo / PKGBUILD
Created November 24, 2015 09:33
Source of gitlab-workhorse
# Maintainer: Caleb Maclennan <caleb@alerque.com>
# Maintainer: Pavol (Lopo) Hluchy <lopo AT losys DOT eu>
pkgname=gitlab-workhorse
pkgver=0.4.2
pkgrel=1
pkgdesc="An HTTP daemon that serves Git clients"
arch=('i686' 'x86_64')
url="https://gitlab.com/gitlab-org/gitlab-workhorse"
license=('MIT')
@Lopo
Lopo / Windows10-Setup.ps1
Created November 3, 2015 10:01 — forked from NickCraver/Windows10-Setup.ps1
(In Progress) PowerShell Script I use to customize my machines in the same way for privacy, search, UI, etc.
##################
# Privacy Settings
##################
# Privacy: Let apps use my advertising ID: Disable
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo -Name Enabled -Type DWord -Value 0
# To Restore:
#Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo -Name Enabled -Type DWord -Value 1
# Privacy: SmartScreen Filter for Store Apps: Disable
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost -Name EnableWebContentEvaluation -Type DWord -Value 0
<?php
/**
* Gettext translator.
* This solution is partitionaly based on Zend_Translate_Adapter_Gettext (c) Zend Technologies USA Inc. (http://www.zend.com), new BSD license
*
* @author Roman Sklenář
* @copyright Copyright (c) 2009 Roman Sklenář (http://romansklenar.cz)
* @license New BSD License
* @example http://addons.nettephp.com/gettext-translator
@Lopo
Lopo / PKGBUILD
Last active August 29, 2015 13:56
Source of gitlab-shell package for Arch Linux
moved to https://github.com/Lopo/archlinux-packages
@Lopo
Lopo / PKGBUILD
Last active January 3, 2016 08:29
Source of gitlab package for Arch Linux
moved to https://github.com/Lopo/archlinux-packages