ChucK code search, an experiment!
I'm interested in experimenting with some code search algorithms on ChucK code, but I need a lot of ChucK code to test them on! How might I go about obtaining such a collection? GitHub doesn't seem to recognize ChucK as a language, nor does SourceForge (why did I check there). Seems like my best hope is to spider the wiki, mailing list, and forum for .ck files, but it'd be great to hear about other options. :) -- Tom Lieber http://AllTom.com/ http://infinite-sketchpad.com/
Github does recognize ChucK as far as I know. I have only figured out
how to search for specific terms though.
https://github.com/search?langOverride=&language=&q=language%3Achuck+test&repo=&start_value=1&type=Code
On Wed, Oct 24, 2012 at 3:47 PM, Tom Lieber
I'm interested in experimenting with some code search algorithms on ChucK code, but I need a lot of ChucK code to test them on! How might I go about obtaining such a collection?
GitHub doesn't seem to recognize ChucK as a language, nor does SourceForge (why did I check there).
Seems like my best hope is to spider the wiki, mailing list, and forum for .ck files, but it'd be great to hear about other options. :)
-- Tom Lieber http://AllTom.com/ http://infinite-sketchpad.com/ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
On Wed, Oct 24, 2012 at 10:14 AM, Thomas McColgan
Github does recognize ChucK as far as I know. I have only figured out how to search for specific terms though. https://github.com/search?langOverride=&language=&q=language%3Achuck+test&repo=&start_value=1&type=Code
Ah, great! I hadn't tried that, but it seems to work!
On Wed, Oct 24, 2012 at 12:06 PM, Robert Poor
I know this doesn't answer your general question, but here are two repos for you:
https://github.com/rdpoor/chuck_performance_setup https://github.com/rdpoor/chuck_rational
The former is pretty extensive.
Awesome, thanks for the pointers. -- Tom Lieber http://AllTom.com/ http://infinite-sketchpad.com/
I know this doesn't answer your general question, but here are two
repos for you:
https://github.com/rdpoor/chuck_performance_setup
https://github.com/rdpoor/chuck_rational
The former is pretty extensive.
- Rob
On Wed, Oct 24, 2012 at 6:47 AM, Tom Lieber
I'm interested in experimenting with some code search algorithms on ChucK code, but I need a lot of ChucK code to test them on! How might I go about obtaining such a collection?
GitHub doesn't seem to recognize ChucK as a language, nor does SourceForge (why did I check there).
Seems like my best hope is to spider the wiki, mailing list, and forum for .ck files, but it'd be great to hear about other options. :)
-- Tom Lieber http://AllTom.com/ http://infinite-sketchpad.com/ _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (3)
-
Robert Poor
-
Thomas McColgan
-
Tom Lieber