This file contains 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: Michael Witten <mfwitten> | |
# Contributor: Axpere Jan <483ken _@AT@_ gmail> | |
# Contributor: Gustavo Dutra <[email protected]> | |
pkgname=vimperator-hg | |
pkgver=r4791.4b30fbfb2ee3 | |
pkgrel=1 | |
pkgdesc="Make firefox look and behave like Vim (hg version)" | |
arch=('any') | |
url="http://www.vimperator.org/vimperator" |
This file contains 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
#include <iostream> | |
using namespace std; | |
/* | |
* This function recursively searches for number lookup in a sorted array | |
* which has no repeating values. | |
* | |
* Parameters: | |
* array: The sorted array to search in |
This file contains 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
#! /usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
# Requirements: | |
# 1. Python 3 | |
# 2. pip3 install ipwhois | |
from ipwhois import IPWhois | |
from ipwhois.utils import get_countries |
This file contains 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
\documentclass{article} | |
\usepackage{polyglossia} | |
\usepackage{tabularx} | |
\usepackage{fullpage} | |
\usepackage[seed=10]{lcg} | |
\usepackage{calc} | |
% Armenian | |
\newfontfamily{\armenianfont}{DejaVu Serif} | |
\newfontfamily{\armenianmathfont}{DejaVu Serif} |
This file contains 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
\documentclass[a4paper,10pt]{article} | |
\usepackage{polyglossia} | |
\newfontfamily{\armenianfont}{DejaVu Sans} | |
\newfontfamily{\armenianfonttt}{DejaVu Sans Mono} | |
\newfontfamily{\armenianfontsc}{DejaVu Sans Mono} | |
\setmainlanguage{armenian} | |
\usepackage{datetime} |
This file contains 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: Babken Vardanyan - axper <483ken 4t gma1l | |
# Contributor: Sabart Otto - Seberm <seberm[at]seberm[dot]com> | |
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com> | |
pkgname=metasploit | |
pkgver=4.9.3 | |
pkgrel=1 | |
pkgdesc="An advanced open-source platform for developing, testing, and using exploit code" | |
depends=('ruby1.9' 'libpcap' 'postgresql-libs') | |
optdepends=('java-runtime: msfgui' 'dradis' 'ruby-pg: database support') #sqlite |
This file contains 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: Babken Vardanyan - axper <483ken 4t gma1l | |
# Contributor: Sabart Otto - Seberm <seberm[at]seberm[dot]com> | |
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com> | |
# Contributor: al.janitor <al.janitor [at] sdf [dot] org> | |
pkgname=metasploit-git | |
pkgver=20140818.25928.c5c63f4 | |
pkgrel=1 | |
pkgdesc='An advanced platform for using exploits (git version)' | |
arch=('any') |
This file contains 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: Penguin <TGates81.at.gmail.dot.com> | |
# Contributor: Babken Vardanyan <483ken 4T gma1l | |
pkgname=pylzma | |
pkgver=0.4.5 | |
pkgrel=1 | |
pkgdesc="Platform independent python bindings for the LZMA compression library" | |
url="http://www.joachim-bauch.de/projects/python/pylzma" | |
license=('LGPL') | |
arch=('i686' 'x86_64') |
This file contains 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
global modpow | |
global jacobi | |
global solovayPrime | |
global probablePrime | |
global randPrime | |
global gcd | |
global randExponent | |
global inverse | |
global readFile | |
global encode |
This file contains 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
#include <mpi.h> | |
#include <stdio.h> | |
void errhandler_function(MPI_Comm * communicatior, int * error_code, ...) { | |
printf("ERROR HANDLED: %d", *error_code); | |
MPI_Abort(*communicatior, *error_code); | |
} | |
int main(int argc, char** argv) | |
{ |
OlderNewer