Skip to content

Instantly share code, notes, and snippets.

View cesarizu's full-sized avatar

César Izurieta cesarizu

View GitHub Profile
require "bundler/inline"
gemfile do
source "https://rubygems.org"
gem "activerecord", require: "active_record"
gem "activejob", require: "active_job"
gem "sqlite3"
gem "searchkick", git: "https://github.com/ankane/searchkick.git"
end
@cesarizu
cesarizu / blender-update.py
Last active May 23, 2019 12:28
Update blender beta
#!/usr/bin/env python3
################################################################
# Updates blender to the latest version
#
# Usage: update-blender.py
#
# On execution will search for the latest version on the blender
# website, download it and extract it to the path defined by
# `extract_to`. Will also create a `blender` symlink for the
Build version: nine hundred ninety nine
Device: Nexus 6P (angler) [google/angler/angler:8.1.0/OPM6.171019.030.E1/4805388:user/release-keys]
ROM: 8.1.0 - Unknown
Theme system: OMS (andromeda)
Stack trace:
java.lang.RuntimeException: Unable to start activity ComponentInfo{projekt.substratum/projekt.substratum.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2778)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2856)
at android.app.ActivityThread.-wrap11(Unknown Source:0)
mkdir test
cd test
git init .
echo X > X
git add X
git ci -m "First"
git branch first
echo Y > X
git add X
git ci -m "Second"

Keybase proof

I hereby claim:

  • I am cesarizu on github.
  • I am cesarizu (https://keybase.io/cesarizu) on keybase.
  • I have a public key ASAHG6JyJ_teUe76wktvHXoM4akWE6QpN_0cvR9zQvXmDQo

To claim this, I am signing this object:

package org.caih.juggler.elements
import aurelienribon.tweenengine.TweenAccessor
class BallAccessor implements TweenAccessor<Ball> {
public static final int POS_Y = 0
@Override
int getValues(Ball ball, int i, float[] floats) {
// ==UserScript==
// @name Style Corrector
// @author Nufros (loosely based on Color Corrector by Erik Nomitch)
// @description Style Corrector (by Nufros) allow you to edit colors, (...)
// @namespace userscripts.org/scripts/show/36850
// @include *
// @exclude http://*.deviantart.com/*
// @exclude http://*.myspace.tld/*
// @exclude http://*.youtube.tld/*
// ==/UserScript==
@cesarizu
cesarizu / Story.hx
Created July 2, 2014 23:09
Guión Caos Mundial
//
// Caos En El Mundial
// http://elimaginariocolectivo.com
package caos;
import caos.Transition;
class Story {