Skip to content

Instantly share code, notes, and snippets.

View magedmakled's full-sized avatar

Maged Makled magedmakled

  • Minneapolis, MN
View GitHub Profile
@ishults
ishults / Grails_Groovy_Versions.txt
Last active February 9, 2023 18:04
List of Groovy versions for Grails
// Compiled by Igor Shults
// Last Updated: July 23, 2020
GRAILS GROOVY SOURCE
4.1.0 2.5.14 https://github.com/grails/grails-core/blob/v4.1.0/gradle.properties
4.0.4 2.5.6
4.0.3 2.5.6
4.0.2 2.5.6
4.0.1 2.5.6
4.0.0 2.5.6 https://github.com/grails/grails-core/blob/v4.0.0/build.gradle
anonymous
anonymous / gist:2579580
Created May 2, 2012 19:32
//database.yml
development:
adapter: mysql2
encoding: utf8
database: pac_development
pool: 5
username: root
password: costam
socket: /tmp/mysql.sock
@VantivSDK
VantivSDK / gist:1941298
Created February 29, 2012 14:47
Ruby SDK - Litle Authorization transaction
require 'LitleOnline'
include LitleOnline
#Authorization
auth_info = {
'orderId' => '1',
'amount' => '10010',
'orderSource'=>'ecommerce',
'billToAddress'=>{
'name' => 'John Smith',