tikistitch: (Default)
[personal profile] tikistitch


Honestly, sometimes we open up a box from Japan and think, WTF?

Srsly, try spending your day writing stuffs like

%macro wide2long(var, dsn);
data ncc.&var; set ncc.&dsn;
keep id &var._2 &var._1 &var.0-&var.2;
run;
proc sort data=ncc.&var; by id; run;
proc transpose data=ncc.&var out=ncc.&var;
var &var._2 &var._1 &var.0-&var.2;
by id;
run;
data ncc.&var; set ncc.&var (rename=(col1=&var.));
if not missing(&var.);
year1=substr(_name_, %length(&var)+1, 2);
year=input(year1, ?? 2.);
if year1="_2" then year=-2;
if year1="_1" then year=-1;
keep id year &var.;
run;
proc sort data=ncc.&var; by id year; run;
%mend;


...for an hour or two and see whether you remember clicking on the "buy it now" box.





Aw, it's just adorable little finger rings. We're flying on cute autopilot!

Oooh....

Date: 2006-10-11 03:56 am (UTC)
From: [identity profile] penelopecat.livejournal.com
Are you going to wear them? ^_^

Re: Oooh....

Date: 2006-10-11 03:34 pm (UTC)
From: [identity profile] tikistitch.livejournal.com
They're too small! Except to fit on my pinky. I think they were meant for little kids, and I have kinda chubby fingers.

Re: Oooh....

Date: 2006-10-11 04:33 pm (UTC)
ext_6373: A swan and a ballerina from an old children's book about ballet, captioned SWAN! (Epcot Food and Wine Festival)
From: [identity profile] annlarimer.livejournal.com
Doll bracelets?

Re: Oooh....

Date: 2006-10-12 03:11 am (UTC)
From: [identity profile] penelopecat.livejournal.com
Oh yeah. That makes sense. ^_^ Why would they make Stitch rings for adults? :(

Profile

tikistitch: (Default)
tikistitch

December 2020

S M T W T F S
  12345
6789 101112
13141516171819
20212223242526
2728293031  

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 26th, 2026 04:09 pm
Powered by Dreamwidth Studios