-
-
Codesprint-Sequoia
... program must find the length of the longest alternating subsequence. (we define a[i1], ..., a[im] to be a subsequence if 1<=i1< i2<...
-
143-Labs
... , all necessary functionality has been implemented.
Input Pages:
- I1: There is a page that lets users add actors and/or directors
- I2: There is a page that lets users submit comments for movies
- I3: There is a page that lets users add movies
- I4: ...
-
sqins
... );
val invoice = new InvoiceTable()
val i = invoice AS "i"
val i2 = invoice AS "i2"
val i3 = invoice AS "i3"
val line_item = new ... ```
SELECT (db.i.*)
FROM (db.i)
WHERE EXISTS (SELECT (db.i2.id)
FROM (db.i2)
WHERE db.i.id == db.i2.id)
```
...
-
PrimView
... be specified (see `PrimView.Point`).
### `PrimView.Quad{i0, i1, i2, i3}`
> Adds a quadrangle (not necessarily planar) to ... be specified (see `PrimView.Point`).
### `PrimView.Tetrahedron{i0, i1, i2, i3}`
> Adds a tetrahedron to the current set ...
-
funslang
... ++ center in
% iteration function
let f ([r, i], [r2, i2], iter) =
let r' = r2 - i2 + cr in
let i' = 2 * r * i + ci in
let r2' = r' * r' in
let i2' = i' * i' in
(r2' + i2' < 4.0, ([r', i'], [r2', i2'], iter+1)) ...
-
justniffer
... .168.2.2 72.14.221.118 i1.ytimg.com /vi/TjSk6CVN5LY/default.jpg
06/28/11 13:30:47 192.168.2.2 72.14.221.118 i2.ytimg.com /vi/iw_nzfm1Vts/default.jpg
06/28/11 13:30:47 192.168.2.2 216.34.181.71 static.sourceforge.net /css/phoneix/jquery.cluetip. ...
-
www-mechanize-plugin-sleepy
... per request
To sleep for a random number of seconds, specify the range as a string in the
following format:
'i1..i2'
# e.g. will sleep between 5 and 10 seconds, inclusive
$mech->sleep('5..10');
=head1 DESCRIPTION
This module makes it ...
-
BashCronParse
... ;@@@@r
# 9@@@@@@@@h, .r3M@@@@@@i :@@@@r
# X@@@@@@@@@X, :i2; :@@@@r
# r#@@@@@@@@@Bs: :@@@@r
# .S@@@@@@@@@@@@GS;. :@@@@r
...
-
twitter-cards-php
... comes between you and what you love. Now that experience is even more incredible with the new iPad.' );
$card->setImage( 'http://i2.ytimg.com/vi/AEngFNb5CRU/hqdefault.jpg', 480, 360 );
$card->setVideo( 'https://www.youtube.com/embed/AEngFNb5CRU', 435, ...
-
opusdac
... just the Sony protocol.
* The Motor-pot code is re-arranged but the algorithm is the same.
* Programming of the LCD via the i2 port expander hasn't changed too much.
* The realtime clock code hasn't changed much.
Things I've changed:
* Updates to support ...
-