template <class T>
inline void INSERT_ELEMENTS (T& coll, int first, int last)
{
for (int i=first; i<=last; ++i) {
coll.insert(coll.end(),i);
}
}
using namespace std;
void printCollection (const list<int>& l)
{
PRINT_ELEMENTS(l);
}
bool lessForCollection (const list
& l1, const list
& l2);
resume <.pdf>
resume <.doc>
resume <html>
contact
//scheme -
blue
-
orange
-
green
-
(javascript)
\\
previous
|
next
|
more
This site uses both CSS and JavaScript to work... if you've got one or both disable, it might make it difficult to navigate my portfolio.
The Javascript used is necessary for changing color schemes as well as toggling between thumbnail stacks.
// All images, HTML, CSS ©
Jason Wheat
(unless otherwise noted) \\