This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data TEST; | |
format x date9.; | |
x = "11nov1996"d; | |
y = age(x, today()); | |
z = age(x, addMonth(today(), 18)); | |
run; | |
data tstd; | |
input n; | |
cards; |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | |
var IntervalNumber = function(a,b){ | |
this.a=a; | |
this.b=b; | |
this.add = (A) => { | |
return new IntervalNumber(a+A.a,b+A.b); | |
} | |
this.sub = (A) => { | |
return new IntervalNumber(a-A.b,b-A.a); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var _ = "Placeholder_secret_constant"; | |
var placeholder_support = f => | |
(...outer_args)=>{ | |
if(outer_args.filter(x=>x==_).length === 0) { | |
if(outer_args.length<f.length){ | |
while(outer_args.length<f.length)outer_args.push(_); | |
return placeholder_support(f)(...outer_args); | |
} else { | |
return f(...outer_args); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html> | |
<br>Movie code 67 : 2057: Канал Дискавери | |
<br> | |
<br>Movie code 36 : 4400 | |
<br> | |
<br>Movie code 175 : 666 Парк авеню | |
<br> | |
<br>Movie code 190 : Агенты Щ.И.Т. | |
<br> |