Jump to content
Sign in to follow this  
heavy-set

Ctrl + V : whatcha got?

Recommended Posts

freq = 3;
decay = 5;

n = 0;
if (numKeys > 0){
n = nearestKey(time).index;
if (key(n).time > time) n--;
}
if (n > 0){
t = time - key(n).time;
amp = velocityAtTime(key(n).time - .001);
w = freq*Math.PI*2;
value + amp*(Math.sin(t*w)/Math.exp(decay*t)/w);
}else
Value

Share this post


Link to post
Share on other sites

I got nothin'. :(

 

I must have hit Esc recently cuz I've been a-pastin' all day. :wall:

Share this post


Link to post
Share on other sites

I got nothin'. :(

 

I must have hit Esc recently cuz I've been a-pastin' all day. :wall:

 

That is BS. We know that is something along the lines of "Midget sucks off donkey". :o

Share this post


Link to post
Share on other sites

 

That is BS. We know that is something along the lines of "Midget sucks off donkey". :o

 

Nah, I can pretty much type that lightning-fast by now. :thumbsup:

Share this post


Link to post
Share on other sites

Horsecock

Share this post


Link to post
Share on other sites

 

That is BS. We know that is something along the lines of "Midget sucks off donkey". :o

 

I just have that bookmarked.

Share this post


Link to post
Share on other sites

39-3-205. Payment of wages when employee separated from employment prior to payday -- exceptions. (1) Except as provided in subsection (2) or (3), when an employee separates from the employ of any employer, all the unpaid wages of the employee are due and payable on the next regular payday for the pay period during which the employee was separated from employment or 15 days from the date of separation from employment, whichever occurs first, either through the regular pay channels or by mail if requested by the employee. (2) Except as provided in subsection (3), when an employee is separated for cause or laid off from employment by the employer, all the unpaid wages of the employee are due and payable immediately upon separation unless the employer has a written personnel policy governing the employment that extends the time for payment of final wages to the employee’s next regular payday for the pay period or to within 15 days from the separation, whichever occurs first.

 

So basically, NO, you're not getting your focking check today! :nono:

Share this post


Link to post
Share on other sites
//SSHFTP EXEC SSH
//SSHPEDIT.SSHCNTLI DD *
oshell mkdir $TMPDIR
allocate file(sftpcmdo) -
path('$TMPDIR-sftpcmds') pathdisp(delete) -
pathopts(ocreat,otrunc,owronly) pathmode(sirwxu)
ocopy indd(sftpcmdi) outdd(sftpcmdo) text
oshell sftp -b $TMPDIR-sftpcmds +
XXXXXXXXXXXXXXXXXXXXXXXXXX
oshell rm -r $TMPDIR
free file(sftpcmdo)
//SSHPEDIT.SSHCMDSI DD *
lcd $TMPDIR
lpwd
pwd
ascii
dir
quit

 

 

SFTP/SSH file transfer logic for a mainframe application... X'ed out the user & server ID.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×