I hereby claim:
- I am alextalker on github.
- I am alextalker (https://keybase.io/alextalker) on keybase.
- I have a public key whose fingerprint is 3B76 C91D B5DB 1F42 AAE3 BA13 6F05 5519 8EEC 55E0
To claim this, I am signing this object:
| #!/usr/bin/python | |
| from sys import argv | |
| from os import listdir, symlink, unlink | |
| from os.path import isfile, join, getctime | |
| from fnmatch import fnmatch | |
| from datetime import datetime, date | |
| from subprocess import run, Popen, PIPE | |
| from ftpush import ftpush | |
| from parse_db import DBReader |
| #!/usr/bin/python | |
| import tarfile | |
| from sys import argv | |
| from os.path import dirname, basename | |
| class TarFileWithDirs(tarfile.TarFile): | |
| def __init__(self, *args, **kwargs): | |
| super(TarFileWithDirs, self).__init__(*args, **kwargs) | |
| self._dirs = {} | |
| for o in self: |
| #!/usr/bin/python | |
| from sys import argv | |
| from os.path import basename | |
| from ftplib import FTP, error_perm, error_reply | |
| import configparser | |
| import netrc | |
| def _parse_config(filename): | |
| config = configparser.ConfigParser({ | |
| 'port': '0', |
| use std::sync::mpsc::{channel, Sender}; | |
| use std::sync::Mutex; | |
| use std::thread; | |
| #[derive(Debug)] | |
| enum Message { A, B } | |
| struct Request; | |
| struct Response; | |
| struct IronError; |
I hereby claim:
To claim this, I am signing this object:
| class GamesController < ApplicationController | |
| Vertical = 'v' | |
| Horizontal = 'h' | |
| def new | |
| @game = Game.new | |
| @game.field = new_field | |
| @player = auth | |
| @game.vscore = 0 # default scores | |
| @game.hscore = 0 | |
| @game.way = Vertical |
| public class Numbers{ | |
| public static void main(String[] args){ | |
| String[] numbers = {"один", "два", "три", "четыре", "пять", "шесть", "семь", "восемь", "девять"}; | |
| for(String arg: args){ | |
| for(String number: numbers){ | |
| System.out.print(arg+ " " + number + ","); | |
| } | |
| System.out.print("\n"); | |
| } |
| . $topsrcdir/browser/config/mozconfig | |
| ac_add_options --prefix=/usr | |
| ac_add_options --libdir=/usr/lib | |
| ac_add_options --enable-official-branding | |
| # System libraries | |
| ac_add_options --with-system-nspr | |
| ac_add_options --with-system-nss |
| Link pekwm/pekwm | |
| /usr/bin/ld: pekwm/PImageLoaderPng.o: undefined reference to symbol 'png_set_longjmp_fn@@PNG16_0' | |
| /usr/lib/libpng16.so.16: error adding symbols: DSO missing from command line | |
| collect2: error: ld returned 1 exit status | |
| # Maintainer: Kyle Keen <[email protected]> | |
| # Contributor: Stefan Husmann <[email protected]> | |
| # Contributor: Leslie P. Polzer <[email protected]> | |
| # Contributor: RaxG | |
| pkgname=ede | |
| pkgver=2.1 | |
| pkgrel=1 | |
| pkgdesc="The lightweight Equinox Desktop Environment" | |
| arch=('i686' 'x86_64') |