├── contributing.md └── readme.md /contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | Thank you for taking the time to contribute! ♥️ Ensure your PR adheres to following guidelines: 4 | 5 | - Search included forums before adding a new one, as yours may be a duplicate. 6 | - Only add forums you think are great! Feel welcome to remove entries that you think aren't great! 7 | - Use the following format: `[Name](link) - Description.` 8 | - The forum should be put into its appropriate category. Pick one you think is closest if you are not sure. 9 | - Start the description with a capital and end with a full stop. 10 | - Don't start the description with `A` or `An`. 11 | - Check your spelling and grammar. 12 | - New categories or improvements to the existing categorization are welcome. 13 | - You can also add other related links and repositories in the end. 14 | 15 | [All suggestions are welcome](../../edit/master/readme.md). 16 | -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 | # Forums [![Lists](https://img.shields.io/badge/-more%20lists-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://github.com/learn-anything/curated-lists) 2 | 3 | _Please read [contribution guidelines](contributing.md) before contributing._ 4 | 5 | ## Code 6 | 7 | - [Go](https://forum.golangbridge.org/) 8 | - [Hashnode](https://hashnode.com/) - Q&A community for coders. 9 | - [Nixers](https://nixers.net/) 10 | - [NixOS](https://nixos.trydiscourse.com/) 11 | - [Quora](https://www.quora.com/) - Q&A community 12 | - [Rust internals](https://internals.rust-lang.org/) 13 | - [Stack exchange hot](https://stackexchange.com/?pagesize=50) - 133 Q&A communities including Stack Overflow. 14 | - [Stack overflow](https://stackoverflow.com/) - Programming Help Forum. 15 | - [Sublime Text](https://forum.sublimetext.com/) 16 | - [Sublime](https://forum.sublimetext.com/) 17 | - [Swift](https://forums.swift.org/latest) 18 | - [Taskpaper](http://support.hogbaysoftware.com/c/taskpaper) 19 | - [Users rust](https://users.rust-lang.org) 20 | 21 | ## Design 22 | 23 | - [Affinity](https://affinity.serif.com/forum/) 24 | 25 | ## ML 26 | 27 | - [fast.ai deep learning](http://forums.fast.ai/) 28 | 29 | ## Other 30 | 31 | - [Alfred](https://www.alfredforum.com/) - Share [Alfred](https://www.alfredapp.com/) workflows. 32 | - [Binary age](https://discuss.binaryage.com/) 33 | - [Bootstrapped](http://discuss.bootstrapped.fm/) - A useful and informative forum guiding the software Bootstrapper. 34 | - [B-T.cr](https://b-t.cr/) - Community discussion site about immune repertoire analysis. 35 | - [Discourse](https://try.discourse.org/) 36 | - [DMT Nexus](https://www.dmt-nexus.me/forum/) 37 | - [Eth Research](https://ethresear.ch/) 38 | - [Geekhack](https://geekhack.org/index.php) 39 | - [Hack forums](https://hackforums.net/index.php) 40 | - [Hazel](https://www.noodlesoft.com/forums/) 41 | - [Hugo](https://discourse.gohugo.io/) 42 | - [Syncthing](https://forum.syncthing.net/) 43 | - [Things network](https://www.thethingsnetwork.org/forum/top/all?order=activity) 44 | - [Script debugger](http://forum.latenightsw.com/) 45 | - [Shroomery](https://www.shroomery.org/) 46 | - [Rclone](https://forum.rclone.org/) 47 | - [Keyboard Maestro](https://forum.keyboardmaestro.com/latest) 48 | - [Longecity](http://www.longecity.org/forum/) 49 | - [Mac Power Users](https://talk.macpowerusers.com/latest) 50 | 51 | [![CC4](https://img.shields.io/badge/license-CC4-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://creativecommons.org/licenses/by/4.0/) 52 | [![Lists](https://img.shields.io/badge/-more%20lists-0a0a0a.svg?style=flat&colorA=0a0a0a)](https://github.com/learn-anything/curated-lists) 53 | [![Contribute](https://img.shields.io/badge/-contribute-0a0a0a.svg?style=flat&colorA=0a0a0a)](contributing.md) 54 | [![Twitter](http://bit.ly/latwitt)](https://twitter.com/learnanything_) 55 | --------------------------------------------------------------------------------