Where is the best place to share code?

Where is the best place to put code for sharing with the rest of the Codea community? I prefer to use github, but I wanted to check before I start putting things anywhere.

Codea Community is the best place to share code, IMO.

I don’t mean the Codea community, I mean the program “Codea Community.”

I looked at it, but was never able to get it to install with either set of instructions provided. It looks like it will be very nice once all of the wrinkles are ironed out.

@mhamilton what problems having?

@Briarfox always the function returns 404 not found to me

@Briarfox if I use what seems to be the default method of installation of press and hold on logo, copy, paste and run, I get an error on line 2104 indicating that project tab “(null)” not found.

If I use the method from the wiki I get an error Request failed: not found (404). Presumably what @erickyamato is seeing.

@mhamilton if github is important, you may find Codea-SCM useful. Here’s the topic on it:
http://codea.io/talk/discussion/4847/codea-scm-basic-source-control-for-your-projects

@Briarfox, I think the 404 is being caused by tll rewriting the network code for codea. Possibly a bug or something for http.request

@mhamilton - it seem that the installer (from the wiki) wasn’t updated since the migration to TLL server. It’s updated now. Tell me if you have a chance with this one.

function setup()
    http.request("http://twolivesleft.com/Codea/CC/alpha/installer.php",
        function(d) loadstring(d)() end,
        function(e) print(e) end
    )
end

I don’t know what I did, but Codea Community is working now :slight_smile: