Moderators: phlip, Moderators General, Prelates
town.addChangeListener(new ChangeListener(){
public void stateChanged(ChangeEvent e){
if(e instanceof NewPersonInTown) throw new WelcomeParty();
}
}
Take off your shipping goggles and put on the friendshipping goggles instead.
scarecrovv wrote:That's awesome!
I'm not sure whether it needs to be changed, but I'm kind of curious what it would look like if the legs were more string-like, i.e. with the legs the same width over the entire length?tidbit wrote:thanks![]()
If you think anything needs to be changed, just say so.
If you don't mind making a GitHub account and if you don't mind putting a copyright notice with a reference to the red spider project license in your SVG file, then you're also welcome to make your own fork of the project and put the SVG file in the src/ directory by yourself!tidbit wrote:Otherwise I'll give the .svg (inkscape) to someone (probably Jplus?) to host on whatever site/repo/floppydisc and make countless copies in any size, if needed.
Great! When can you start?Pixyn25 wrote:Hello people! I would like to join this project. ^^
If you're a Windows user, please take a moment to test xkcd-fetch (you need Python for that). Other than that, I can only say: what would you like to do?Pixyn25 wrote:Where should I start?
We don't have any guidelines for that (yet). Do whatever seems to make sense to you. Most of the code in our project will be independent of most other code, so a common (module|namespace|package|.*) probably wouldn't help much, but if you think we need some kind of guideline in that direction anyway, please tell us why and propose something.Pixyn25 wrote:Also, if we write our code, what (module|namespace|package|.*) should we put it under?
tastelikecoke wrote:Jplus asked me to join in.
scarecrovv wrote:What you're planning on writing sounds similar (though different enough to be interesting) to xkcd-search. You might want to check that out and see what you like and hate about it in order to inform your own design.
Jplus wrote:DETAILS
- ...
- config/: optional configuration files for the user. Only sensible if we write commands that make use of configuration files. No subdirectories.
- work/: any other user files, possibly generated by the commands in bin/. Subdirectories at will.
- ...
- A .gitignore file (or the functional equivalent if we use a VCS other than git). Everything that is not in src/, include/, doc/ or directly in the root directory should be ignored by the VCS.
- ...
- Things that I forgot about.
ahammel wrote:- I don't have easy access to a Windows box for testing. I'll have a set of unit tests written pretty soon, though, so we just need a Windows/py.test user to run the tests on his or her machine.
ahammel wrote:- I have it set up so that counts of source lines of code are normalized by language somewhat. My thinking is that, since it takes way fewer SLOCs to to a particular task in Perl than in C, a C programmer will have written way more lines of code than a Perl programmer of a similar level of experience. The estimates I'm using right at the moment are frankly garbage, though. I took them this website, but the code-sizes are weird there. According to those benchmarks, it takes more Haskell code than C code to accomplish the same task. (All you Haskell hackers should be saying "whaaaaaaat?" about now.) My plan is to get a new set of estimates from something like rosetta code, but it might take me a while to code that up. I if I can't get better estimates pretty soon I think I'll just remove the normalization feature for v1.
Jplus wrote:This page seems to suggest that Haskell takes slightly fewer bytes than C++ and C. It looks quite reasonable to me.
Users browsing this forum: No registered users and 8 guests