coi ro do mi’e la saski’o tu’a dei cu ve ciksi tu’a lo me mi moi jbobau
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ************************************************************ | |
# 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 |