From bbaca28dbe98d58c9252855c0015130a001ec891 Mon Sep 17 00:00:00 2001
From: Gabriel Dunne
- Shell script that slices a single image into any number of vertical and horizontal sections.
-
-
REM // .bat comment syntax
C:\Progra~1\Autodesk\Maya2010\bin\render -s 1 -e 30 -im output_image myscene.ma
C:\Progra~1\Autodesk\Maya2010\bin\render -s 1 -e 30 -im output_image2 anotherscene.ma
-Maya directory must be the 8.3 character DOS version. To execute the file, save as a *.bat and double click it in Explorer.
+The path to render.exe must be the 8.3 character DOS version.
+To execute the file, save as a *.bat and double click it in Explorer.
+
// Render Flags
-
usage: Render <options> <filename>
where <filename> is a Maya ASCII or a Maya Binary file.
-
startFrame -s <float> starting frame for an animation sequence
diff --git a/content/code/bash/date_for_filename b/content/code/scripts/date_for_filename
similarity index 100%
rename from content/code/bash/date_for_filename
rename to content/code/scripts/date_for_filename
diff --git a/content/code/bash/imageslice b/content/code/scripts/imageslice
similarity index 56%
rename from content/code/bash/imageslice
rename to content/code/scripts/imageslice
index 2b2906a..ccf4286 100644
--- a/content/code/bash/imageslice
+++ b/content/code/scripts/imageslice
@@ -4,14 +4,10 @@ tags = bash script slice image imagemagick
lang = bash
--
-
#!/bin/bash
-#copyright: 2009
-#author: gabriel dunne
-#url: quilime.com
+
#!/bin/bash
+#@author gabriel dunne <quilime.com>
IMAGE=$1
IMAGE_W=$2
@@ -43,15 +39,11 @@ else
fi
-To Use
-
-
-
- $ chmod 775 slice.sh
+##To Use
+navigate to slice.sh in your terminal and do
+
$ chmod 775 slice.sh
$ ./slice.sh Sunset.jpg 800 600 16 16
-
-
-
+
\ No newline at end of file
diff --git a/content/log/2010-07-29_icosi b/content/log/2010-07-29_icosi
new file mode 100644
index 0000000..817c579
--- /dev/null
+++ b/content/log/2010-07-29_icosi
@@ -0,0 +1,6 @@
+tags = icosi installation performance projection
+title = icosi
+date = 2010-07-29
+--
+[](http://www.flickr.com/photos/quilime/sets/72157624499344281/with/4847387648/)
+
diff --git a/lib/data.php b/lib/data.php
index 9bee7ea..3e0613e 100644
--- a/lib/data.php
+++ b/lib/data.php
@@ -10,7 +10,7 @@ function get_entries( $path = "", $args = array())
$recursive = isset($args['recursive']) ? $args['recursive'] : 1;
$order_by = empty($args['order_by']) ? null : $args['order_by'];
$order = empty($args['order']) ? SORT_DESC : $args['order'];
-
+
$path = LOCAL_ROOT . CONTENT_DIR . $path;
if ($recursive) {
$iterator = new RecursiveDirectoryIterator($path, RecursiveDirectoryIterator::KEY_AS_PATHNAME);
@@ -96,6 +96,7 @@ function parse_entry($fileInfo, $page = 0)
{
$config = "";
$content = "";
+ $content_short = "";
$passed_config = false;
$file_contents = file($fileInfo->getRealPath(), FILE_USE_INCLUDE_PATH);
foreach ( $file_contents as $line ) {
@@ -107,6 +108,12 @@ function parse_entry($fileInfo, $page = 0)
$config .= $line;
continue;
}
+ if (trim($line) == MORE_DELIM) {
+ $passed_more = true;
+ }
+ if (!$passed_more) {
+ $content_short .= $line;
+ }
$content .= $line;
}
@@ -116,6 +123,8 @@ function parse_entry($fileInfo, $page = 0)
$file['timestamp'] = $file['config']['date'] ? date('U', strtotime( $file['config']['date'])) : $fileInfo->getCTime();
$file['tags'] = $file['config']['tags'] ? explode(" ", $file['config']['tags']) : null;
$file['content'] = Markdown($content);
+ if ($passed_more)
+ $file['content_short'] = Markdown($content_short);
$cat = clean_slashes(str_replace(LOCAL_ROOT . CONTENT_DIR, "", $fileInfo->getPath()));
$file['cat'] = $page ? null : array('name' => substr($cat,1), 'url' => $cat.'/' );
$file['path'] = $fileInfo->getRealPath();
diff --git a/pages/links b/pages/links
index 4984cb2..6eb4d8d 100644
--- a/pages/links
+++ b/pages/links
@@ -3,21 +3,21 @@ type = page
markdown = true
--
## friends and inspiration
-+ [stephanie sherriff](http://ssherriff.com) →
-+ [ryan alexander](http://onecm.com) →
-+ [daniel massey](http://oddsympathy.com) →
-+ [joshua nimoy](http://jtnimoy.net) →
-+ [keith pasko](http://keithpasko.com) →
-+ [jeff lubow](http://dabkitsch.com/jml/) →
-+ [carbon workshop (gustavo huber & shelly brown)](http://carbonworkshop.com) →
-+ [sascha pohflepp](http://pohflepp.com) →
-+ [mylinh trieu](http://mylinhtrieu.com) →
-+ [aaron meyers](http://universaloscillation.com) →
-+ [tom carden](http://tom-carden.co.uk) →
-+ [michal migurski](http://mike.teczno.com) →
-+ [adam roth](http://ripevessel.com) →
-+ [david rager](http://davidrager.org) →
-+ [marc nimoy](http://digitanalog.net) →
-+ [matthew gale](http://makaga.com) →
-+ [frédéric eyl](http://fredericeyl.de) →
-+ [the green eyl](http://thegreeneyl.com) →
\ No newline at end of file
++ stephanie sherriff [ssherriff.com](http://ssherriff.com)
++ ryan alexander [onecm.com](http://onecm.com)
++ daniel massey [oddsympathy.com](http://oddsympathy.com)
++ joshua nimoy [jtnimoy.net](http://jtnimoy.net)
++ keith pasko [keithpasko.com](http://keithpasko.com)
++ jeff lubow [dabkitsch.com/jml/](http://dabkitsch.com/jml/)
++ carbon workshop [carbonworkshop.com](http://carbonworkshop.com)
++ sascha pohflep [pohflepp.com](http://pohflepp.com)
++ mylinh trieu [mylinhtrieu.com](http://mylinhtrieu.com)
++ aaron meyers [universaloscillation.com](http://universaloscillation.com)
++ tom carden [tom-carden.co.uk](http://tom-carden.co.uk)
++ michal migurski [mike.teczno.co](http://mike.teczno.com)
++ adam roth [ripevessel.com](http://ripevessel.com)
++ david rager [davidrager.org](http://davidrager.org)
++ marc nimoy [digitanalog.net](http://digitanalog.net)
++ matthew gale [makaga.com](http://makaga.com)
++ frédéric eyl [fredericeyl.de](http://fredericeyl.de)
++ the green eyl [thegreeneyl.com](http://thegreeneyl.com)
\ No newline at end of file
diff --git a/pages/projects b/pages/projects
new file mode 100644
index 0000000..ebf525d
--- /dev/null
+++ b/pages/projects
@@ -0,0 +1,39 @@
+title = projects
+--
+
+### past portfolio(s)
+[works 4](http://portfolio.quilime.com/2008/)
+[works 3](http://portfolio.quilime.com/new/port.php)
+[works 2](http://portfolio.quilime.com/recent.html)
+[works 1](http://quilime.com/main.php)
+
+