I hereby claim:
- I am doneee on github.
- I am donnyswany (https://keybase.io/donnyswany) on keybase.
- I have a public key whose fingerprint is 462A 5630 09D2 1ABB 8854 839E F489 F25C C71D B45E
To claim this, I am signing this object:
#!/usr/bin/python | |
# Written by TravistyOJ (AKA Capaneus) | |
import os, collections, signal, sys, subprocess, socket | |
import triforcetools | |
from Adafruit_CharLCDPlate import Adafruit_CharLCDPlate | |
from time import sleep | |
ips = ["192.168.1.2", "192.168.1.3", "192.168.1.4", "192.168.1.5"] # Add or remove as many endpoints as you want | |
rom_dir = "/boot/roms/" # Set absolute path of rom files ending with trailing / |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>JS Class #4</title> | |
</head> | |
<body> | |
<div class="calculator-container"> | |
<h1>Price Calculator</h1> | |
<table summary="List of items"> | |
<thead> |
I hereby claim:
To claim this, I am signing this object:
# Maintainer: Lev Lybin <lev.lybin@gmail.com> | |
pkgname=upwork | |
pkgver=4.0.103.0 | |
pkgrel=3 | |
pkgdesc="Team App (ex. oDesk)" | |
arch=('i686' 'x86_64') | |
url="https://www.upwork.com/downloads/new-team-application" | |
license=('unknown') | |
depends=('gtk2' 'nss' 'gconf' 'alsa-lib' 'glu' 'libxtst' 'gtkglext' 'libgcrypt15' 'libudev0') |
<?php | |
namespace CL\query; | |
// This function allows you to modify the specific fields and joins of a standard WP_Query object | |
class custom_query { | |
private $clauses = array(), // Contains clauses to be passed to the query intercept | |
$cleared_request = ''; //Returns the query for stripping WP_Query container | |
public $posts = array(); //Contains the returned posts |