Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ingydotnet/rosettacode-pm
RosettaCode Data Extractor
https://github.com/ingydotnet/rosettacode-pm
Last synced: about 19 hours ago
JSON representation
RosettaCode Data Extractor
- Host: GitHub
- URL: https://github.com/ingydotnet/rosettacode-pm
- Owner: ingydotnet
- Created: 2013-04-08T23:02:56.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T02:39:41.000Z (over 1 year ago)
- Last Synced: 2024-11-02T08:24:02.148Z (8 days ago)
- Language: Perl
- Size: 33.2 KB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.pod
- Changelog: Changes
Awesome Lists containing this project
README
=pod
=for comment
DO NOT EDIT. This Pod was generated by Swim v0.1.45.
See http://github.com/ingydotnet/swim-pm#readme=encoding utf8
=head1 Name
RosettaCode - An Application to interface with http://rosettacode.org
=head1 Version
This document describes L version B<0.0.15>.
=head1 Synopsis
From the command line:
> rosettacode help
> git clone https://github.com/acmeism/RosettaCodeData
> cd RosettaCodeData
> rosettacode sync .=head1 Description
RosettaCode.org is a fantastic wiki that contains ~ 750 programming tasks,
each implemented in up to ~ 550 programming languages.This tool aims to make it easier for programmers to obtain and try the various
code samples.At this point, the main function is to extract the code examples and put them
into a git repository on GitHub. You probably don't need to use this tool
yourself. You can just get the repository here:git clone https://github.com/acmeism/RosettaCodeData
This tool will just update all the files in that repository.
=head1 Author
Ingy döt Net
=head1 Copyright and License
Copyright 2013-2023. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.See L
=cut