On 2/22/11, Paul Cartwright paul@pcartwright.com wrote:
On 02/21/2011 09:17 PM, Kristopher Gamrat wrote:
http://lincom.pastebin.com/a4r9YDMG
I am not familiar with pastebin..
Pastebin is a place where you can post your code or debug text as plain text. You can also select what programming language you're using (e.g. C, Python, etc., and can even do BASH) and it will try to format your paste to make it easier to read for people who read that language. http://pastebin.com/ is the base URL, but you can do http://project.pastebin.com (replacing project with your software project) to create a free private pastebin for your project. The alphanumeric string at the end of the lincom pastebin above is auto-generated to identify the specific paste, though it can be reused if/when the post is set to expire. You should definitely familiarize yourself with it for testing F\OSS, it can be very useful for sharing and/or debugging code.
the key there is "programming language".. I am NOT a programmer, and I don't play one at night. In my former life I was a system admin, mostly UNIX boxes.. I did a little IVR work ( press 1 to DELETE this message :) but mostly Unix shell scripts, and I've forgotten 90% of that. I will pass that along to my local ALE.org linux user group, thanks!
-- Paul Cartwright
To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
You don't need to be a programmer... You can post any debug info you see. A lot of mailing lists and IRC channels get mad when people post huge amounts of code, and some people will say to use it for "debug code". If you happen to receive a long error message in a terminal, paste it on pastebin, and if you use BASH, or if your shell is listed, choose that to have it do the formatting for you.