Welcome to the ActiveState code recipes repo! We have migrated all of the great content from code.activestate.com to its new forever-home here at GitHub. This makes it easier for everyone to submit new recipes, contribute code and integrate all the great information into their own projects.
The vast majority of code that existed on the code.activestate.com website has a home here, however if you do come across any recipe that is missing, or conversely, is totally outdated and no longer relevant please submit an issue.
This repo exists to contribute useful snippets, utility functions, and other interesting tidbits in any language that may be helpful to other developers.
You can find the master index of all recipes over at the wiki.
Coming Soon: Search Functionality!
- Fork this repo.
- Create your new recipe in the correct language subfolder (create a new folder if it doesn't already exist).
- Make sure you have included a README as well as your source file.
- Submit a PR.
Coming Soon: Submit recipes hosted in your own repo linked back from here!
Same as above, fork the repo and submit a PR with your change.
By default, all newly submitted code is licensed under the MIT license. If your recipe is being released under a different license, please make sure to include a LICENSE file inside your recipe directory.
All legacy recipes retain their original license. Please see the LICENSE file inside each recipe folder for details.
Recipes don't always have to be code - great documentation, tutorials, general tips and even general improvements to our wiki are greatly appreciated.