===========================
- Italian Sausages with peppers and onions
- Bratwurst with onions and sauerkraut
- Hot Dog
- chili, chorizo, grinder
- turkey/veggie dog ?
- jumbo and bun-sized?
[C]-City [D]-Dungeon [F]-Field | |
0 [C] Fedimian Fedimian Territory | |
0 [C] Klaipeda Klaipeda Region | |
0 [D] Mullers Passage Namott Sanctum | |
0 [C] Orsha Royal Territory | |
0 [D] Passage of the Recluse Fedimian Territory | |
0 [D] Underground Passage 4 Kaliss Province | |
0 [C] 살러스 수녀원 Namott Sanctum | |
1 [F] Lemprasa Pond Fedimian Territory |
-- print the key-value pairs | |
function get_g(gbls) | |
for key,value in pairs(gbls) | |
do w2f(key) | |
end | |
end | |
function w2f(inp) | |
local file = io.open("../addons/tests/globals_test.txt", "a+") | |
file:write(inp.. "\r\n") |
#!/usr/bin/env python | |
from io import StringIO | |
from Crypto.Cipher import Blowfish | |
import base64 | |
encoded_encryption_key = "e5HcOjmDQALG4ycjOsCHPrKWjKAMhXNC" | |
encrypted_key = base64.b64decode(encoded_encryption_key) | |
game_id ="2064739749" | |
#include <Wire.h> | |
#include <Adafruit_BMP085.h> | |
#include "MPU6050.h" | |
#include "HMC5883L.h" | |
#include <Adafruit_PWMServoDriver.h> | |
// called this way, it uses the default address 0x40 | |
Adafruit_PWMServoDriver pwm1 = Adafruit_PWMServoDriver(); | |
// you can also call it with a different address you want | |
Adafruit_PWMServoDriver pwm2 = Adafruit_PWMServoDriver(0x41); |
#ifndef POSES | |
#define POSES | |
#include <avr/pgmspace.h> | |
PROGMEM prog_uint16_t Center[] = {8, 512, 512, 512, 512, 512, 512, 512, 512}; | |
PROGMEM prog_uint16_t Home[] = {8, 512, 380, 644, 340, 684, 561, 512, 512}; | |
#endif |
#!/usr/bin/env python import cv2 | |
import numpy as np | |
import cv2 | |
import multiprocessing as mp | |
class Eye(object): | |
def __init__(self, n): | |
self.n = n | |
self.cap = cv2.VideoCapture(self.n) |
# generated by Slic3r 1.2.10-dev on Wed Nov 11 19:48:31 2015 | |
avoid_crossing_perimeters = 1 | |
bed_shape = -5x-5,300x-5,300x300,-5x300 | |
bed_temperature = 0 | |
before_layer_gcode = | |
bottom_solid_layers = 3 | |
bridge_acceleration = 0 | |
bridge_fan_speed = 100 | |
bridge_flow_ratio = 1 | |
bridge_speed = 60 |
#include <curl/curl.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <fcntl.h> | |
#include <unistd.h> | |
#include <sys/types.h> | |
#include <sys/mman.h> | |
#include <sys/stat.h> | |
#include <errno.h> |
import pygame | |
pygame.init() | |
p1 = pygame.joystick.Joystick(0) | |
p1.init() | |
clock = pygame.time.Clock() | |
#logitech f350 in X mode | |
# -- location |axis| neg | pos| | |
# 0 -> left X | left | right |