Technology Notes

TechNotes Tags:

Listing of Technology Notes

Created by elishapetersonelishapeterson
1258893421|%O ago (%e %b %Y, %H:%M)


Dynamic LaTeX with CodeCogs
Tags: latex

This note describes how to generate LaTeX images in an html document using a web service… all it takes is inserting the LaTeX into an image link.

Created by elishapetersonelishapeterson
1246458611|%O ago (%e %b %Y, %H:%M)


JavaBeans
Tags: java javabeans

This describes "JavaBeans" and how to use them. A Java "bean" is essentially a class that adopts a kind of contract regarding the names and nature of its methods. This contract allows the class to be easily handled when it comes to adjusting its properties dynamically or through property sheets, serializing (i.e. saving the class to a file and re-loading it), event handling, and many other situations. See also this official guide.

Created by elishapetersonelishapeterson
1231936007|%O ago (%e %b %Y, %H:%M)


3D Graphics (Blaise)
Tags: 3d anaglyph blaise graphics java

This preliminary note will describe how I go about rendering points, curves, and surfaces in three dimensions for blaise. See http://blaisemath.googlecode.com/ for the complete source code.

Page tags: category pagelist
page_revision: 47, last_edited: 1246458962|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License