Skip to content

Instantly share code, notes, and snippets.

import json
import boto3
from datetime import datetime
ddb = boto3.client('dynamodb')
def lambda_handler(event, context):
today = datetime.utcnow().strftime('%d%m%Y')
try:
lulz = ddb.get_item(TableName='morti-di-stima', Key={'data': {'S': today}})['Item']['morti']['S']
--
-- Excavator
--
-- Under 1000 the turtle will try to consume all fuel it mines
fuel = 1000
y = tonumber(arg[1]) - 1
x = tonumber(arg[2]) - 1
@admiral0
admiral0 / Jenkinsfile
Created April 22, 2017 16:00
Jenkinsfile for building LEDE
pipeline {
agent any
stages {
stage("SCM Update"){
steps {
sh "git remote add lede git://git.lede-project.org/source.git || true"
sh "git fetch lede"
sh "git branch -D build"
sh "git checkout -b build"
@admiral0
admiral0 / discord.py
Created February 9, 2016 16:22
Discord bot
import ast
import random
import re
import sys
import discord
from PyQt5 import QtWidgets, Qt, QtCore
def calc_random(dice, dice_type):
@admiral0
admiral0 / gist:6f7e4dfbe8256dac7b21
Created June 24, 2015 20:24
telegram_history.py
#!/usr/bin/env python3
import pprint
name = "NAME_HERE_USE_UNDERSCORES_FOR_SPACES"
QUERY_SIZE = 100
def do_work(msg):
pprint.pprint(msg)
@admiral0
admiral0 / build.gradle
Last active August 29, 2015 14:22
Kotlin + Vert.x 3
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.12.213'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.1'
}
}
apply plugin: 'kotlin'
@admiral0
admiral0 / scavalla.py
Last active August 29, 2015 14:19
Scavallator 9000
#!/usr/bin/env python3
import json
import sys
import zipfile
import glob
from os import path
import os
import re
import traceback
@admiral0
admiral0 / .vimrc
Created November 29, 2013 15:21
WIP vim config
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
filetype plugin indent on " required!
@admiral0
admiral0 / gist:5998745
Last active December 19, 2015 18:29
My current vimrc. To setup: download this in your home and name it .vimrc ; execute "mkdir -p ~/.vim/bundle; git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle" ; open vim and write :BundleInstall<Enter>
" Vundle
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Installed bundles
Bundle 'gmarik/vundle'
Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
@admiral0
admiral0 / hexxit
Last active December 18, 2015 14:48
{"name":"HEXXpre","user":"tekkitteam","friendly_name":"Hexxit","version":"0.1","url":null,"minecraft":"1.5.2","minecraft_md5":"6897c3287fb971c9f362eb3ab20f5ddd","background":"","logo":"https:\/\/technic.s3.amazonaws.com\/platform\/pack-logos\/94155.png","logo_md5":"c704aee4c0256940da780cdd12c61b1c","background_md5":"","mirror":true,"mirror_url":" the HEXXIT modlist: http:\/\/solder.awesonium.com\/index.php\/api\/","force_directory":false}