I hereby claim:
- I am rahix on github.
- I am rahix (https://keybase.io/rahix) on keybase.
- I have a public key whose fingerprint is 9831 9517 6D7F 838C BA47 620A 6D60 5F3B 9DDB 1DA5
To claim this, I am signing this object:
| pkgname=file-roller-vpk | |
| pkgver=3.28.0+33+g88d3ac6a | |
| pkgrel=1 | |
| pkgdesc="File Roller with Valve Pak (VPK) support" | |
| url="https://https://github.com/linux-source-tools/file-roller-vpk" | |
| arch=(x86_64) | |
| license=(GPL) | |
| depends=(gtk3 libarchive file libnotify zip unzip) | |
| makedepends=(intltool itstool docbook-xsl gnome-common git libnautilus-extension) | |
| optdepends=("p7zip: 7z, arj, exe and encrypted zip files support" |
| import random | |
| # This seems to be a well working system for loading the | |
| # generator script, however I don't know | |
| # wether it is required to look like this | |
| if "bpy" in locals(): | |
| import importlib | |
| importlib.reload(spacestation) | |
| else: | |
| from . import spacestation |
| import QtQuick 2.3 | |
| import QtQuick.Controls 1.2 | |
| import QtQuick.Extras 1.4 | |
| import QtQuick.Window 2.2 | |
| import QtPositioning 5.5 | |
| ApplicationWindow { | |
| id: window | |
| visible: true | |
| width: 640 |
| <style> | |
| .hiddenPath { | |
| stroke-dasharray: 1000; | |
| stroke-dashoffset: 1000; | |
| } | |
| .animatedPath { | |
| stroke-dasharray: 1000; | |
| stroke-dashoffset: 1000; | |
| animation: dash 1s linear forwards; |
| <script> | |
| var state = 0; | |
| function next_action() | |
| { | |
| var svg = document.getElementById("svg-container").contentDocument; | |
| switch(state) | |
| { | |
| case 0: | |
| svg.getElementById("DP1").setAttribute("class", "animatedInfoBubble"); | |
| state++; |
| #!/usr/bin/env bash | |
| # Initial apt-get update | |
| echo "Updating apt-get..." | |
| sudo apt-get update > /dev/null | |
| echo "Updating done." | |
| echo "Installing apache2, g++, curl, libssl-dev, apache2-utils, git-core..." | |
| sudo apt-get install apache2 | |
| sudo apt-get install g++ curl libssl-dev apache2-utils |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile API/syntax version. | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| # Every Vagrant virtual environment requires a box to build off of. | |
| config.vm.box = "ubuntu/trusty64" |
I hereby claim:
To claim this, I am signing this object: