Skip to content

Instantly share code, notes, and snippets.

diff --git a/README.md b/README.md
index b400883..8c7c6e1 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ Integer value. A value of 0 disables scrolling down. Defaults to 5.
For two finger scrolling. The button that is triggered by scrolling left.
Integer value. A value of 0 disables scrolling left. Defaults to 6.
-**ScrollDownButton** -
+**ScrollRightButton** -
@AndreMiras
AndreMiras / production.log
Created August 9, 2013 09:19
netaustin/redmine_task_board issue with PostgreSQL
Started GET "/my/taskboard" for 192.168.1.27 at Fri Aug 09 10:59:22 +0200 2013
Processing by MyTaskboardController#my_index as HTML
Current user: andre.miras (id=3)
Completed 500 Internal Server Error in 14ms
ActiveRecord::StatementInvalid (PGError: ERROR: operator does not exist: boolean = integer
LINE 11: ... (assigned_to_id = 3 AND issue_statuses.is_closed = 0 AND pr...
^
HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts.
: SELECT issues.id,
@AndreMiras
AndreMiras / requirements.txt
Created September 21, 2013 17:01
pip freeze (django vellum issue)
Django==1.5.4
django-taggit==0.10a1
django-vellum==1.4.2
@AndreMiras
AndreMiras / settings.py
Created September 21, 2013 17:02
settings.py (django vellum issue)
# Django settings for mysite project.
DEBUG = True
TEMPLATE_DEBUG = DEBUG
ADMINS = (
# ('Your Name', 'your_email@example.com'),
)
MANAGERS = ADMINS
@AndreMiras
AndreMiras / _formhelpers_bootstrap3.html
Last active August 29, 2015 14:23 — forked from alienhaxor/_formhelpers.py
Jinja2 macro to render WTForms fields with Twitter Bootstrap. This fork renders the fields according to bootstrap 3.0.0
{% macro render_field(field) -%}
{% set with_label = kwargs.pop('with_label', False) %}
{% set placeholder = '' %}
{% if not with_label %}
{% set placeholder = field.label.text %}
{% endif %}
<div class="form-group {% if field.errors %}error{% endif %}">
{% if with_label %}
<label for="{{ field.id }}" class="control-label">
{{ field.label.text }}{% if field.flags.required %} *{% endif %}:
[INFO ] Logger: Record log in /home/andre/.kivy/logs/kivy_17-01-07_149.txt
[INFO ] Kivy: v1.9.1
[INFO ] Python: v2.7.12 (default, Dec 15 2016, 09:52:22)
[GCC 4.9.3]
[INFO ] Factory: 179 symbols loaded
[DEBUG ] Cache: register <kv.image> with limit=None, timeout=60
[DEBUG ] Cache: register <kv.atlas> with limit=None, timeout=None
[INFO ] Image: Providers: img_tex, img_dds, img_gif, img_pygame (img_pil, img_ffpyplayer ignored)
[DEBUG ] Cache: register <kv.texture> with limit=1000, timeout=60
[DEBUG ] Cache: register <kv.shader> with limit=1000, timeout=3600
@AndreMiras
AndreMiras / Etheroll-20180318.diff
Created March 27, 2018 13:02
Diff between old 0xddf0d0b9914D530E0b743808249d9AF901f1bd01 and new 0x048717Ea892F23Fb0126F00640e2b18072efd9D2 contract
1833,1834c1833,1834
< //init discontinued contract data
< int public totalBets = 244612;
---
> //init discontinued contract data
> uint public totalBets = 263935;
1836,1839c1836,1841
< //init discontinued contract data
< uint public totalWeiWon = 110633844560463069959901;
< //init discontinued contract data
This file has been truncated, but you can view the full file.
/* Generated by Cython 0.25.2 */
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#ifndef Py_PYTHON_H
#error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x02060000 || (0x03000000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x03020000)
#error Cython requires Python 2.6+ or Python 3.2+.
#else
#define CYTHON_ABI "0_25_2"
This file has been truncated, but you can view the full file.
/* Generated by Cython 0.21 */
#define PY_SSIZE_T_CLEAN
#ifndef CYTHON_USE_PYLONG_INTERNALS
#ifdef PYLONG_BITS_IN_DIGIT
#define CYTHON_USE_PYLONG_INTERNALS 0
#else
#include "pyconfig.h"
#ifdef PYLONG_BITS_IN_DIGIT
#define CYTHON_USE_PYLONG_INTERNALS 1
# on Ubuntu 16.04 Xenial, the error:
# x11 - ImportError: No module named window_x11
# is fixed by installing kivy master
# https://github.com/kivy/kivy/archive/27e3b90eae2a0155b22a435f1b6f65c913519db6.zip
Kivy==1.10.0