Moderators: phlip, Moderators General, Prelates
doogly wrote:On a scale of Mr Rogers to Fascism, how mean do you think we're being?
Belial wrote:My goal is to be the best brain infection any of you have ever had.
Gharbad wrote:no perl?
OfficiallyHaphazard wrote:here are a number of good titles with full text avaliable on-line
http://www.perl.org/books/library.html
I *think* I went to this site when trying to teach myself some basics.
doogly wrote:On a scale of Mr Rogers to Fascism, how mean do you think we're being?
Belial wrote:My goal is to be the best brain infection any of you have ever had.
Cass wrote:What about C for the purposes of micro controllers? slightly more specific microchip's 18f family.
Rev4n wrote:This is the book from which I just learned about Scheme. It's fairly well-written, and even better--it's free online:
http://www.scheme.com/tspl3/
thoughtfully wrote:Cass wrote:What about C for the purposes of micro controllers? slightly more specific microchip's 18f family.
I work with these chips as well. There are probably four or five popular C compilers, each is a little different. Not only that, but it's probably a little specialized for here, and usually there are specific fora for each elsewhere. I can provide details via PM.
Hammer wrote:If you know of learning resources for this, feel free to share them where everyone can make use of them, if they wish.
Kabann wrote:Aw hell, as far as I'm concerned the world started in late 1967. Everything else is just semantics and busy-work.
Cosmologicon wrote:I'd like a good online reference for MySQL. The official reference manual is pretty good as far as information goes, but it's impossible to search and it's poorly hyperlinked, so I can never find what I want.
Everything else online seems to be tutorials, and I don't need to be told what a table is and organize some person's CD collection.
(This post can be deleted if someone posts a good one.)
Silver2Falcon wrote:Anyone know any good Swing tutorials for Java?
pieaholicx wrote:Not sure if this was mentioned anywhere else, but for a good intro to Java, and a decent intro to OOP I'd suggest Don't Fear the Oop! (or A java tutorial that shows you why Coding Java (or any other object-oriented programming) is just like writing a trashy Western novel. [or How to understand Java by looking at pretty colors.])
phlip wrote:Ha HA! Recycled emacs jokes.
ri Time.now
-------------------------------------------------------------- Time::now
Time.new -> time
------------------------------------------------------------------------
Synonym for +Time.new+. Returns a +Time+ object initialized tot he
current system time.
Returns a +Time+ object initialized to the current system time.
*Note:* The object created will be created using the resolution
available on your system clock, and so may include fractional
seconds.
a = Time.new #=> Wed Apr 09 08:56:03 CDT 2003
b = Time.new #=> Wed Apr 09 08:56:03 CDT 2003
a == b #=> false
"%.6f" % a.to_f #=> "1049896563.230740"
"%.6f" % b.to_f #=> "1049896563.231466"
ash.gti wrote:Anyone know a good guide to learning Vim?
Other than going through vimtutor, which I have been, just wondering if there are things it doesn't cover.
phlip wrote:Ha HA! Recycled emacs jokes.
Hammer wrote:Do you know of some good Perl learning resources?
Azquelt wrote:For Perl, if you can find any of the O'Reily books on Perl, they're well worth a read
Users browsing this forum: GuetraGma and 7 guests