User:Fractalconfusion: Difference between revisions
No edit summary |
|||
Line 67: | Line 67: | ||
==Terrain Generator== | ==Terrain Generator== | ||
I've been having trouble finding a good terrain generator on the net so I decided I'd write one myself. Development documentation of the system can be found [[Terrain Generator|on its own page]]. | I've been having trouble finding a good terrain generator on the net so I decided I'd write one myself. Development documentation of the system can be found [[Terrain Generator|on its own page]]. | ||
==Simming Stats Application== | |||
I've finished a command-line tool in Java that uses the java mail API to generate CSV reports (a type of spreadsheet that you can open in excel or openOffice) on the number of sims posted etc. All you need to do is create a label and filter that has the posts from your sim group in it and then run this tool. An example in my case would be: | |||
<pre> | |||
simmingreport.bat -u [gmail user] -p [gmail password] -f USS Ronin PBeM -t -o ronin_report.csv -s 2010-05-01 | |||
</pre> |
Revision as of 04:47, 7 June 2010
About Me
Fractalconfusion is the creator of Kevin Breeman. He resides in Canada has a variety of interests. He prefers to keep a level of anonymity about himself. His characters are the best things to speak for him :)
Wiki Tips and Tricks
Regexes
Turning dialog into bold and new paragraph
(^[a-z]+:)
<p><B>\1</B>
Preventing indentation on double colons:
(^[:]{2})
\1
Templates
breeman_sim
Template for a sim authored by me.
Example of Use
{{breeman_sim |characters |summary |sim |commentary }}
produces this:
Characters
characters
Summary
summary
Sim
sim
Commentary
commentary
Back to Kevin Breeman's Sim Archive |
Back to characters |
Links
- [Uploads]
Mood Tracks
Desperot
http://www.youtube.com/watch?v=rIg2hfqhhyg&feature=related
http://www.youtube.com/watch?v=UcXXpssBFVM&feature=related
http://www.youtube.com/watch?v=fW8cNHnLXeA&feature=related
http://www.youtube.com/watch?v=0rs_NRyNs4o
Any Ambient
http://www.youtube.com/watch?v=HCQU3ZWKGv8&feature=related
http://www.youtube.com/watch?v=mv2b7uIXrCU
Terrain Generator
I've been having trouble finding a good terrain generator on the net so I decided I'd write one myself. Development documentation of the system can be found on its own page.
Simming Stats Application
I've finished a command-line tool in Java that uses the java mail API to generate CSV reports (a type of spreadsheet that you can open in excel or openOffice) on the number of sims posted etc. All you need to do is create a label and filter that has the posts from your sim group in it and then run this tool. An example in my case would be:
simmingreport.bat -u [gmail user] -p [gmail password] -f USS Ronin PBeM -t -o ronin_report.csv -s 2010-05-01