User talk:Short Circuit

From Rosetta Code

Jump to: navigation, search

Contents

[edit] Perl syntax highlighting error

In at least one case, the highlighter interprets # as beginning a comment even when it doesn't:

$x = $a + sqrt($b);      # This is a comment.
$s = 'hell#o';           # Correct.
$y = $q + $#array + $p;  # Incorrect.

Underscore 09:03, 19 May 2008 (MDT)

The problem stems from how GeSHi identifies comment characters. Fixing it would mean moving away from GeSHi. I'm not against that, but I need to have something to move to. I'd still like to see someone come up with a way to convert syntax highlighting scripts from editors like Vim or JEdit to PHP. --Short Circuit 22:35, 24 August 2008 (UTC)

[edit] Banned on Freenode?!

You've hit the big time! (Seriously, wtf?) --IanOsgood 17:50, 20 August 2008 (UTC)

I've exchanged emails with them. I'll have access again next week Thursday. Still fuming, though. And it goes without saying that I disagree with their reasoning. --Short Circuit 18:17, 20 August 2008 (UTC)

[edit] IRC Channel Move

I vote "go for it". We should have the owner of the website in the IRC channel. --Mwn3d 20:48, 24 August 2008 (UTC)

[edit] Weekly updates

I think I want to move the weekly updates to Saturdays. That'll be easier for me since I have a 9-5 job now. I don't think anyone will kick up any fuss. --Mwn3d 18:31, 12 September 2008 (UTC)

[edit] Rosetta theme

Is there still something wrong with the theme? Is it ready to be default yet? --Mwn3d 19:08, 30 September 2008 (UTC)

[edit] Bots?

I'm gonna look into this within the next couple of weeks and see if it can help us out at all. Can you think of any bot-ish tasks that need to be done? I think to test it I may have it count the number of uses of the header template so we can see roughly how many code examples there are. --Mwn3d 15:26, 6 October 2008 (UTC)

[edit] Data Munging Zip File

Thanks for arranging the local hosting of the zip file. I successfully downloaded it as a test. --Paddy3118 21:46, 9 November 2008 (UTC)

Personal tools