Changes between Version 1 and Version 2 of GalileoDev


Ignore:
Timestamp:
Jun 29, 2012, 3:30:28 PM (12 years ago)
Author:
nsetzer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GalileoDev

    v1 v2  
    1 test test
     1= Status =
     2
     3== Completed ==
     4* Fields return mass dimension based on spacetime dimension
     5
     6== In Progress ==
     7
     8* SUSY higher dimensional operators
     9* Lagrangian to display <math><mrow><mfrac><mi>g</mi><mrow><msup><mi>&Lambda;</mi><mi>d</mi></msup></mrow></mfrac><mo>&InvisibleTimes;</mo><mi>O</mi></mrow></math>
     10
     11== Planned ==
     12* Curved spacetime
     13* {{{Config}}} dialog contains spacetime dimensions
     14
     15== Wish List ==
     16
     17----
     18
     19= References =
     20
     21== Saving/Reading ==
     22
     23Possible XML parser Libraries in C++
     24* [http://xerces.apache.org/xerces-c/program-3.html Xerxes-C++]
     25* [http://libxmlplusplus.sourceforge.net/ libxml++]
     26* [http://expat.sourceforge.net/ <eXpat/>]
     27* [http://www.grinninglizard.com/tinyxml/ TinyXML]
     28* [http://www.applied-mathematics.net/tools/xmlParser.html Kranf's 104KB]
     29
     30[http://lars.ruoff.free.fr/xmlcpp/ "comprehensive" list of C++/C XML parsers]
     31
     32== {{{FieldContainer}}} class ==
     33This is potentially useful for generating all possible sub{{{FieldContainer}}}s
     34* [http://en.wikipedia.org/wiki/Combinatorial_number_system Combinatorial Number System]
     35* [http://code.activestate.com/recipes/500268-all-k-subsets-from-an-n-set/ Python Code for all k-subsets]
     36
     37== MathML Output ==
     38* [http://www.w3.org/TR/REC-MathML/chap3_1.html W3C Presentation Markup]
     39* [http://www.tek-tips.com/viewthread.cfm?qid=1024751 Essentially is_numeric for string]
     40* [http://forums.codeguru.com/showthread.php?231054-C-String-How-to-convert-a-string-into-a-numeric-type Another is_numeric]