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
import re | |
def parse(filename): | |
bags = {} | |
inverted_bags = {} | |
with open(filename) as in_f: | |
for line in in_f.readlines(): | |
color, _, rest = map(lambda s: s.strip(), line.partition("bags contain ")) |
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: Alastair Pharo <asppsa at gmail dot com> | |
# Contributor: Felix Morgner <[email protected]> | |
# Contributor: Vlad M. <[email protected]> | |
# Contributor: Mario Rodas | |
# Contributor: Oozyslug <oozyslug at gmail dot com> | |
# Contributor: koral <koral at mailoo dot org> | |
# Contributor: Anders Bennehag | |
pkgname=nix | |
pkgver=2.3.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
-e . |
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
#!/bin/sh | |
if [ $# -eq 0 ] | |
then | |
echo "Usage: vmclone orig-name [cloned-vm-name]" | |
echo "If cloned-vm-name isn't provided '-clone' is appended to the original name." | |
exit -1 | |
fi | |
orig=$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
├── 47 | |
│ ├── 0 | |
│ │ └── 500 | |
│ │ ├── playlist0.ts | |
│ │ ├── playlist1.ts | |
│ │ ├── playlist2.ts | |
│ │ └── playlist.m3u8 | |
│ ├── 1 | |
│ │ └── 500 | |
│ │ ├── playlist0.ts |
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
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout somewhen, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see http://i3wm.org/docs/userguide.html for a complete reference! |
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: Ciriaco Garcia de Celis <cgarcia at etherpilot.com> | |
pkgname=apache-qpid-cpp | |
pkgver=0.22 | |
pkgrel=1 | |
pkgdesc="apache qpid C++ broker and client" | |
arch=('i686' 'x86_64') | |
url="http://qpid.apache.org/index.html" | |
license=('APACHE') | |
makedepends=('util-linux' 'boost' 'python2') | |
depends=('boost>=1.50') |
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
kalkulator.ot.mk |