Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Programing Forums

Name: Anonymous 2010-05-26 19:49

I am looking for a good programing forum so I can share some of my programs and get some constructive criticism on them. I would prefer a smaller one just so it will be easier to get to know people.

Name: Anonymous 2010-05-26 19:56

I hear /prog/ is pretty good

Name: Anonymous 2010-05-26 20:06

Name: Anonymous 2010-05-26 20:21

>reddit

If you're going to point to that piece of shit at least do it right:
http://www.reddit.com/r/coding

Name: Anonymous 2010-05-26 20:22

http://refactormycode.com/

And StackOverflow is also a great site for these kind of questions.

Name: Anonymous 2010-05-26 20:34

>>5
Here's what I got for clicking on the best thing on that site:

http://createyourproglang.com/

That's saying a lot. (Oh well, at least it's not 'refactormyfibs.com', by which I mena any haskal thread around here.)

Name: Anonymous 2010-05-26 20:35

http://www.reddit.com/r/coding
S-expression based mark-up language

FUCKING REDDIT IN /prog/

Name: Anonymous 2010-05-26 20:38

Open source it?
SourceForge and CodePlex are obvious choices.
Maybe freshmeat?

Otherwies i've heard a good thing or two about:
http://smartbear.com/codecollab.php?chblog4
But I haven't tried it myself so meh.

Name: Anonymous 2010-05-26 20:38

http://refactormycode.com

home to such gems as "A code block for php coders to get urls shorter. I hope you like it"


<?php
function shorturl($url){
    $length = strlen($url);
    if($length > 45){
        $length = $length - 30;
        $first = substr($url, 0, -$length);
        $last = substr($url, -15);
        $new = $first."[ ... ]".$last;
        return $new;
    }else{
        return $url;
    }
}
?>


//USAGE

<?php

$longurl= "http://www.google.com/search?q=refactormycode&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:tr:official&client=firefox-a";
$shorturl = shorturl($longurl);
echo "<a href=\"$longurl\">$shorturl</a>";


?>

Name: Anonymous 2010-05-26 21:13

>>9
Yes, after realizing Ruby is their #1 I was alarmed to discover that PHP is their #2.

Wait. They might be onto something.

Name: Anonymous 2010-05-27 1:25

>>7
You have the order the wrong way around there, champ.

Name: Anonymous 2010-05-27 1:47

>>6
Shit, I so want to register that.

Name: Anonymous 2010-05-27 2:05

>>6
: fib 0 1 rot 0 +do tuck + loop drop ;

Name: Anonymous 2010-05-27 2:30

>>6
refactormyfibs.com
Fantastic idea! I would snap that domain up before another [spoiler]/prog/[spoiler]lodyte snatches it up.

Name: Anonymous 2010-05-27 2:52

>>13
: twofibs ( n -- x y ) [ 1 0 ] [ 2 /mod [ twofibs [ [ sq ] bi@ + ] [ [ 2 * ] dip [ + ] keep * ] 2bi ] dip [ drop [ + ] keep swap ] unless-zero ] if-zero ;
: fib ( n -- x ) twofibs nip ;

Name: Anonymous 2010-05-27 3:32

>>14
I was thinking more of haxmyan.us

Name: Anonymous 2010-05-27 3:51

>>16
Of course you were. You should go there and never come back.

Name: Anonymous 2010-05-27 4:00

>>12,14
why not refactormyfi.bs instead?

Name: Anonymous 2010-05-27 4:47

Name: Anonymous 2010-05-27 5:44

>>18
Because having the TLD as part of your brand name is not only confusing for users but poses a dangerous situation if you have a trademark dispute or need to protect your online identity.

Name: Anonymous 2010-05-27 11:52

>>20
That sounds like bullshit. Do elaborate.

Name: Anonymous 2010-12-27 3:37


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List