Skip to content

Instantly share code, notes, and snippets.

@IGJoshua
IGJoshua / lo me mi moi jbobau.org
Last active August 12, 2023 05:33
The lojban I speak

The lojban I speak

coi ro do mi’e la saski’o tu’a dei cu ve ciksi tu’a lo me mi moi jbobau

Introduction

@elvuel
elvuel / text_shadow_spike.rb
Created November 12, 2012 03:25
Using mini_magick(IM) draw text with shadow effect
# encoding: utf-8
require 'mini_magick'
image = MiniMagick::Image.open('blank.jpg')
image.combine_options do |c|
c.gravity 'Center'
c.pointsize '22'
c.draw "text 3,3 'Ruby'"
c.fill 'blue'
c.draw "text 0,0 'Ruby'"
c.fill 'gray'
@chaserx
chaserx / quotes.sql
Created March 6, 2012 05:38
String Quotes to mysql
# ************************************************************
# Sequel Pro SQL dump
# Version 3408
#
# http://www.sequelpro.com/
# http://code.google.com/p/sequel-pro/
#
# Host: 127.0.0.1 (MySQL 5.5.15)
# Database: quotes
# Generation Time: 2012-03-06 05:39:44 +0000