Skip to content

Instantly share code, notes, and snippets.

View hankpillow's full-sized avatar

igor hankpillow

  • mrboots
  • brazil, são paulo.
View GitHub Profile
#!/bin/bash
if [ "$1" = "?" ]
then
B1="\033[1m";
B2="\033[0m";
echo -e "";
echo -e "${B1}AUTHOR${B2}";
echo -e " Marcelo Miranda Carneiro - mcarneiro@gmail.com";
echo -e "";
@hankpillow
hankpillow / Getpath
Created November 16, 2010 18:42
copies to the clipboard the full path of selected files.
on run
tell application "Finder"
set file_list to the selection as list
if length of file_list > 0 then
set full_list to ""
repeat with x in file_list
if length of full_list = 0 then
set full_list to (POSIX path of file (x as text))
else
set full_list to full_list & return & (POSIX path of file (x as text))
# add the current file path into the sources paths
$: << __FILE__.gsub( /[^\/]*$/,"")
package aze.motion.specials
{
import aze.motion.EazeTween;
import aze.motion.specials.EazeSpecial;
import flash.geom.*
/**
* scrollRect as eaze property
* @author igor almeida ialmeida.com/
* @usage