- Notifications
You must be signed in to change notification settings - Fork0
mitja/code
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to the ActiveState code recipes repo! We have migrated all of the great content from code.activestate.com to its newforever-home here at GitHub. This makes it easier for everyone to submit new recipes, contribute code and integrate all the greatinformation 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 anyrecipe that is missing, or conversely, is totally outdated and no longer relevant pleasesubmit an issue.
This repo exists to contribute useful snippets, utility functions, and other interesting tidbits inany language that may behelpful to other developers.
You can find the master index of all recipes over at thewiki.
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 ourwikiare greatly appreciated.