Skip to content

Instantly share code, notes, and snippets.

View rozd's full-sized avatar
🛸

Max Rozdobudko rozd

🛸
  • Freelance
  • Kyiv, Ukraine
View GitHub Profile
@rozd
rozd / Export Layers To Files.jsx
Last active November 1, 2022 23:07
Modified Photoshop's "Export Layers To Files" script.
// Copyright 2007. Adobe Systems, Incorporated. All rights reserved.
// This script will export each layer in the document to a separate file.
// Written by Naoki Hada
// ZStrings and auto layout by Tom Ruark
/*
@@@BUILDINFO@@@ Export Layers To Files.jsx 1.0.0.16
*/
/*
@rozd
rozd / gist:3910895
Created October 18, 2012 10:23
as3-states-proof-of-concept
States.host(this)
.state("disabled")
.child("titleLabel")
.width(100).height(100)
.size(100, 100)
.x(10).y(23)
.position(10, 23)
.text("disabeled state")
.set("textFormat", tf)
.end()
<order>
<book isbn="0942407296"
title="Rain"
author="Karen Duve" />
<book isbn="0953892201"
title="Perfume"
author="Patrick Suskind"
comment="Special Offer">
Some description
</book>
public class Order
{
[ChoiceType("Book")]
public var books:Array;
}
public class Book
{
[Required]
public var isbn:String;