Skip to content

Instantly share code, notes, and snippets.

View dottorblaster's full-sized avatar
🍕
Some people write spaghetti-code, I mostly write rigatoni

Alessio Biancalana dottorblaster

🍕
Some people write spaghetti-code, I mostly write rigatoni
View GitHub Profile
module 'Elixir.PolymorphicEmbedBug' ['__changeset__'/0,
'__info__'/1,
'__schema__'/1,
'__schema__'/2,
'__struct__'/0,
'__struct__'/1,
'changeset'/2,
'module_info'/0,
'module_info'/1]
attributes [%% Line 30
@dottorblaster
dottorblaster / package.json
Created November 21, 2017 11:36
package.json for a project of mine in Phoenix
{
"repository": {},
"license": "MIT",
"scripts": {
"deploy": "brunch build --production",
"watch": "brunch watch --stdin"
},
"dependencies": {
"antd": "^2.13.10",
"history": "^4.7.2",
@dottorblaster
dottorblaster / webpack.config.js
Created November 21, 2017 11:22
Webpack config for a Phoenix project of mine
const glob = require('glob');
const path = require('path');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
module.exports = {
entry: [
'./js/app.js'
].concat(glob.sync('./css/*.css')),
@dottorblaster
dottorblaster / PKGBUILD
Created October 3, 2015 08:57
PKGBUILD for python-regex
## Found on https://aur.archlinux.org/packages/python-regex/
pkgname=python-regex
pkgver=0.1.20150719
pkgrel=1
pkgdesc="Alternative regular expression module"
arch=(i686 x86_64)
url="https://bitbucket.org/mrabarnett/mrab-regex"
license=(custom)
depends=(python)
makedepends=(python-distribute)
<a href="http://www.iubenda.com/privacy-policy/670868" class="iubenda-white iubenda-embed" title="Privacy Policy">Privacy Policy</a><script type="text/javascript">(function (w,d) {var loader = function () {var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src = "http://cdn.iubenda.com/iubenda.js"; tag.parentNode.insertBefore(s,tag);}; if(w.addEventListener){w.addEventListener("load", loader, false);}else if(w.attachEvent){w.attachEvent("onload", loader);}else{w.onload = loader;}})(window, document);</script>
@dottorblaster
dottorblaster / gist:4629037
Created January 24, 2013 22:48
Tweet object anatomy with ntwitter
{ created_at: 'Thu Jan 24 22:46:05 +0000 2013',
id: 294576834937499650,
id_str: '294576834937499649',
text: '#twitantonio test',
source: '<a href="http://www.tweetdeck.com" rel="nofollow">TweetDeck</a>',
truncated: false,
in_reply_to_status_id: null,
in_reply_to_status_id_str: null,
in_reply_to_user_id: null,
in_reply_to_user_id_str: null,
# Contributor: Diego P.
# Contributor: Alessio Biancalana <dottorblaster@archlinux.us>
pkgname=xfwm4-vsync-vblank
_realname=xfwm4
pkgver=4.10.0
pkgrel=1
pkgdesc="Xfce Window Manager with vsync patch"
arch=('i686' 'x86_64')
url="https://bugzilla.xfce.org/show_bug.cgi?id=8898"
@dottorblaster
dottorblaster / PKGBUILD
Last active December 11, 2015 04:29 — forked from anonymous/stdin.txt
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=leocad
pkgver=0.79.1
_piecesver=7114
pkgrel=3
pkgdesc="LeoCAD is a CAD program that uses bricks similar to those found in many toys (but they don't represent any particular brand)."
arch=('i686' 'x86_64')
url="http://leocad.gerf.org/"
license=('GPL')
@dottorblaster
dottorblaster / gist:3775472
Created September 24, 2012 11:01
TweetYourMEP is fine
blaster@aragorn ~/Desktop/night/wip $ git clone https://github.com/spaghetti-open-data/tweetyourmep.git
Cloning into 'tweetyourmep'...
remote: Counting objects: 251, done.
remote: Compressing objects: 100% (162/162), done.
remote: Total 251 (delta 98), reused 211 (delta 68)
Ricezione degli oggetti: 100% (251/251), 1.37 MiB | 427 KiB/s, done.
Risoluzione dei delta: 100% (98/98), done.
blaster@aragorn ~/Desktop/night/wip $ cd tweetyourmep/
blaster@aragorn ~/Desktop/night/wip/tweetyourmep $ ls
README.md config.js import models public