This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
47
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 16, 2010, 02:44:37 pm »49
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 14, 2010, 11:10:47 pm »It parses..sesrap tI
!dooG
edit:
time to brainstorm more features.
my brain hurts
50
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 14, 2010, 09:02:48 pm »Yaml forbids tabs. Use space instead.Quote# Why does YAML forbid tabs?
Tabs have been outlawed since they are treated differently by different editors and tools. And since indentation is so critical to proper interpretation of YAML, this issue is just too tricky to even attempt. Indeed Guido van Rossum of Python has acknowledged that allowing TABs in Python source is a headache for many people and that were he to design Python again, he would forbid them.
no more tabs.
indentation based on three spaces.
anything else i can do for you today? heh.
i need something to do.
51
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 14, 2010, 03:16:28 pm »
I'll consider adding in YAML support too. Can't be that hard, it's pretty simple to grok. heh. As per the params, I was just feeding it straight out, I can fix that though. Just have to update the DTD
Edit:
XML appears to be fixed. erororor thing was just a placeholder, but i fixed it as well.
Going to add in YAML support as well, why not.
Second Edit:
Fixed XML fully, as far as I can tell.
Added in YAML support.
http://enigma-dev.org/export/yaml
http://enigma-dev.org/export/yaml/func_name
http://enigma-dev.org/export/yaml/func_name/field
also created aliases for exports:
http://enigma-dev.org/export.txt
http://enigma-dev.org/export:func_name.txt
http://enigma-dev.org/export:func_name.field.txt
http://enigma-dev.org/export.xml
http://enigma-dev.org/export:func_name.xml
http://enigma-dev.org/export:func_name.field.xml
http://enigma-dev.org/export.yaml
http://enigma-dev.org/export:func_name.yaml
http://enigma-dev.org/export:func_name.field.yaml
hurray.
Edit:
XML appears to be fixed. erororor thing was just a placeholder, but i fixed it as well.
Going to add in YAML support as well, why not.
Second Edit:
Fixed XML fully, as far as I can tell.
Added in YAML support.
http://enigma-dev.org/export/yaml
http://enigma-dev.org/export/yaml/func_name
http://enigma-dev.org/export/yaml/func_name/field
also created aliases for exports:
http://enigma-dev.org/export.txt
http://enigma-dev.org/export:func_name.txt
http://enigma-dev.org/export:func_name.field.txt
http://enigma-dev.org/export.xml
http://enigma-dev.org/export:func_name.xml
http://enigma-dev.org/export:func_name.field.xml
http://enigma-dev.org/export.yaml
http://enigma-dev.org/export:func_name.yaml
http://enigma-dev.org/export:func_name.field.yaml
hurray.
52
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 13, 2010, 09:04:34 pm »
perhaps now it will be more to your liking.
53
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 13, 2010, 09:00:29 pm »erororor: Unknown column 'field' in 'field list'what the hell. it was working for me the other day.
Also, lrn2xmlQuote<params>\n\t\t\tn,x\n\t\t</params>
nonetheless, whitespace was merely put in for people who might want to view it.
i will now go remove that,
54
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 09, 2010, 11:08:51 pm »
even more added.
http://enigma-dev.org/export
http://enigma-dev.org/export/func_name
http://enigma-dev.org/export/func_name/field
http://enigma-dev.org/export/xml
http://enigma-dev.org/export/xml/func_name
http://enigma-dev.org/export/xml/func_name/field
not very handy unless you need a way to access the function data. i guess if you want to have an external documentation set up?
http://enigma-dev.org/export
http://enigma-dev.org/export/func_name
http://enigma-dev.org/export/func_name/field
http://enigma-dev.org/export/xml
http://enigma-dev.org/export/xml/func_name
http://enigma-dev.org/export/xml/func_name/field
not very handy unless you need a way to access the function data. i guess if you want to have an external documentation set up?
55
Tips, Tutorials, Examples / Re: Which should I use?
« on: June 09, 2010, 06:02:51 pm »
you should throw your computer out the window.
56
Off-Topic / Re: logy(x) ≢ log(x)÷log(y)
« on: June 09, 2010, 06:01:38 pm »
prove 1 without resorting to assigning a constant to a constant
58
General ENIGMA / Re: MOVED: Install script - Ubuntu
« on: June 09, 2010, 06:00:42 pm »
YOU HAVE BEEN MOVED TO ANNOUNCEMENTS.
59
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 09, 2010, 05:07:44 pm »
new functionality, folks.
in the progress page, feel free to just mouse over the function names.
If you mouse over them, it will provide a description (if one has been submitted), else, if you are logged in, a prompt to add a description.
Go ahead, go nuts. Just remember. You're being tracked.
BIG BROTHER CAN SEE YOU
in the progress page, feel free to just mouse over the function names.
If you mouse over them, it will provide a description (if one has been submitted), else, if you are logged in, a prompt to add a description.
Go ahead, go nuts. Just remember. You're being tracked.
BIG BROTHER CAN SEE YOU
60
Announcements / Re: Updates, Updates, Updates on the way.
« on: June 07, 2010, 11:04:24 pm »Code: (gml) [Select]
hi