diff --git a/articles/nintendo_summarized.article.html b/articles/nintendo_summarized.article.html new file mode 100644 index 0000000..3ca6930 --- /dev/null +++ b/articles/nintendo_summarized.article.html @@ -0,0 +1,3 @@ +
+http://www.nintendo.com/consumer/info/en_na/docs.jsp ? +
diff --git a/articles/splatling.article.html b/articles/splatling.article.html new file mode 100644 index 0000000..78a8a7f --- /dev/null +++ b/articles/splatling.article.html @@ -0,0 +1,7 @@ +
+

In these SVG files, 10 units of SVG space should correspond to one inch of real world space.

+

Here are, perhaps, the slices that I need:

+ +

And here, again perhaps, are the slices arranged in some way:

+ +
diff --git a/articles/splatling/second_slices.svg b/articles/splatling/second_slices.svg new file mode 100644 index 0000000..ddab159 --- /dev/null +++ b/articles/splatling/second_slices.svg @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + sixteen small barrel spacers + + + + + + + + + + + + + large barrel end spacer + + + + + + + + + + + diff --git a/articles/splatling/slices.svg b/articles/splatling/slices.svg new file mode 100644 index 0000000..3c9b347 --- /dev/null +++ b/articles/splatling/slices.svg @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Barrel spacer #1 + + + + + Barrel spacer #2 + + + + + Barrel spacer #3 + + + + + End barrel spacer + + + + + Barrel end with holes + + + + + + + + + + + + + + + diff --git a/articles/tattoo_elements.article.html b/articles/tattoo_elements.article.html new file mode 100644 index 0000000..2f81f9b --- /dev/null +++ b/articles/tattoo_elements.article.html @@ -0,0 +1,82 @@ +
+ +

thanks to this site for the images! feel free to suggest other good elements from there.

+ +

for use on the results of this atomic spectra database:

+

CSS:

+
+.ac {
+    background-color: red;
+    display: inline-block;
+    width: 1px;
+    height: 200px;
+}
+
+

javurscript:

+
+var jq = document.createElement('script');
+jq.src = "http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
+document.getElementsByTagName('head')[0].appendChild(jq);
+
+

wait a moment and more javascript:

+
+jQuery.noConflict();
+$ = jQuery;
+
+var the_table = $($('table')[4]);
+
+function do_stuff(start, end, intensity_cutoff) {
+var wavelengths = [];
+
+$(the_table.find('tbody')[1]).find('tr').each(function() { 
+if ($(this).hasClass('evn') || $(this).hasClass('odd')) { $(this).show(); }
+else { $(this).hide(); return true; }
+
+var wavelength_cell = $($(this).find('td')[0]); 
+var wavelength = parseFloat(wavelength_cell.text());
+if (wavelength >= start && wavelength <= end) { $(this).show(); }
+else { $(this).hide(); return true;}
+
+var intensity_cell = $($(this).find('td')[2]); 
+var intensity = parseInt(intensity_cell.text(), 10);
+if (intensity >= intensity_cutoff) { $(this).show(); }
+else { $(this).hide(); return true;}
+
+wavelengths.push((wavelength - start)/(end - start));
+});
+return wavelengths;
+}
+
+
+the_table.after($('<div id="shoof-thing"></div>').attr('height', '100px').attr('width', '100%'));
+var c = $('#shoof-thing')
+
+
+function new_thing(x) { return $('<div></div>').addClass('ac').css('margin-left', x); }
+
+
+var w = do_stuff(380, 760, 9);
+var l = w.length;
+var o = [];
+$.each(w, function(i, v) {
+if (i == 0) { o.push("" + (v*95) + "%"); }
+else { o.push("" + ((v-w[i-1])*95) + "%"); }
+});
+c.children().remove();
+$.each(o, function(i, v) { c.append(new_thing(v)); });
+
+
+
diff --git a/start_in_screen.sh b/start_in_screen.sh new file mode 100755 index 0000000..675998d --- /dev/null +++ b/start_in_screen.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +name_of_screen="auriga" + +if screen -S $name_of_screen -X select .; then + echo "a screen session was found" +else + echo "a screen session was not found; making one now" + screen -Udm -S $name_of_screen +fi + +screen -S $name_of_screen -X stuff $'./gunicorn_server_start\n' diff --git a/static/comic_layout_generator.svg b/static/comic_layout_generator.svg new file mode 100644 index 0000000..1b7c9fd --- /dev/null +++ b/static/comic_layout_generator.svg @@ -0,0 +1,12 @@ + + + + + + + + diff --git a/static/ferguson_censored.jpg b/static/ferguson_censored.jpg new file mode 100644 index 0000000..aa1db32 Binary files /dev/null and b/static/ferguson_censored.jpg differ diff --git a/static/levelup_95.png b/static/levelup_95.png new file mode 100644 index 0000000..2716daf Binary files /dev/null and b/static/levelup_95.png differ diff --git a/static/sleepy.html b/static/sleepy.html new file mode 100755 index 0000000..61302a8 --- /dev/null +++ b/static/sleepy.html @@ -0,0 +1,92 @@ + + + + +asdgf + + + + + + + +you're at work and you are tired + +[[do work]] +[[dick around]]you try to get stuff done but are not very successful. you are very tired. + +[[do more work]] +[[dick around]]you dick around on the internet for a while. you are very very sleepy. + +[[do work]] +[[dick around]]you get a little bit of progress made. you are very tired. + +[[do work]] +[[dick around]] + + + + + + diff --git a/static/svg_issue/external_source.svg b/static/svg_issue/external_source.svg new file mode 100644 index 0000000..0655f96 --- /dev/null +++ b/static/svg_issue/external_source.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + diff --git a/static/svg_issue/main.svg b/static/svg_issue/main.svg new file mode 100644 index 0000000..970d817 --- /dev/null +++ b/static/svg_issue/main.svg @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + These dots are defined in this file, and referenced with the SVG "use" element. + + + + + + This is a reference to the above group, including the text. + + + + + + + These dots are defined in another file, and imported with another "use" tag. + + + + + + This is a reference to the above group, in the same manner as with the local references. + Where did the dots go??? + + + +