Skip to content

Instantly share code, notes, and snippets.

@axtec
axtec / InstallCert.java
Created December 7, 2011 17:55
Install SSL Certificate
/*
* Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
@axtec
axtec / itunes_helper.rb
Created December 7, 2011 17:53
iTunes Helper - Fast Forward
require 'win32ole'
require 'soap/wsdlDriver'
require 'iconv'
class ITunesHelper
def initialize()
@itunes = WIN32OLE.new('iTunes.Application')
@tracks = @itunes.LibraryPlaylist.Tracks
#@lyrics_service = lyrics_service
end
@axtec
axtec / run
Created December 7, 2011 17:15
TextMate Run JavaScript
/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc "$TM_FILEPATH" | ruby -e 'puts "<pre>#{STDIN.read}</pre>"'