Skip to content

Commit 7c984e2

Browse files
committed
Initial commit
0 parents  commit 7c984e2

File tree

3 files changed

+210
-0
lines changed

3 files changed

+210
-0
lines changed

CODE_OF_CONDUCT.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [email protected]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org
74+
75+
For answers to common questions about this code of conduct, see
76+
https://www.contributor-covenant.org/faq

CONTRIBUTING.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Contribution Guidelines
2+
3+
Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
4+
5+
---
6+
7+
### To add, remove, or update/change things on the list: Submite a Pull Request.
8+
9+
Before you submit a new Pull Request, make sure it is following these guidelines:
10+
11+
* Search through the previous Pull Requests before making a new one.
12+
* Make an individual pull request for each suggestion.
13+
* List items should be sorted *alphabetically*.
14+
* Each item should be limited to one link.
15+
* Use the following format: `[package](link) - Description.`
16+
* Descriptions should be clear, concise, and non-promotional.
17+
* Check your spelling and grammar.
18+
* Remove any trailing whitespace.
19+
* Send a pull request with the reason why the addition is awesome.
20+
* Use the following format for your pull request title:
21+
* Add user/repo - Short repo description
22+
23+
## Quick Notes
24+
25+
* New categories, or improvements to the existing categorization are welcome.
26+
* If you think a listed link is **not** awesome, feel free to submit a Pull Request or an issue to begin a discussion.
27+
* Please contribute links to packages/projects you have used or are familiar with. This will help ensure high-quality entries.
28+
29+
## Congrats, your project got accepted - now what?
30+
31+
You are an awesome project now! Feel encouraged to tell others about it by adding one of these badges:
32+
33+
[![Mentioned in Awesome IBM Cloud](https://awesome.re/mentioned-badge.svg)](https://github.com/victorshinya/awesome-ibmcloud)
34+
[![Mentioned in Awesome IBM Cloud](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/victorshinya/awesome-ibmcloud)
35+
36+
```md
37+
[![Mentioned in Awesome IBM Cloud](https://awesome.re/mentioned-badge.svg)](https://github.com/victorshinya/awesome-ibmcloud)
38+
[![Mentioned in Awesome IBM Cloud](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/victorshinya/awesome-ibmcloud)
39+
```
40+
41+
## Contributors
42+
43+
This resource wouldn't be possible without your support! Thanks to [all contributors](https://github.com/victorshinya/awesome-ibmcloud/graphs/contributors) who made this Awesome list better!
44+
45+
Thank you for your suggestions!

README.md

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
# Awesome IBM Cloud
2+
3+
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
4+
[![](https://img.shields.io/badge/IBM%20Cloud-powered-blue.svg)](https://bluemix.net)
5+
6+
A curated list of awesome IBM Cloud SDKs, open source repositories, tools, blogs and other resources. Inspired by [awesome](https://github.com/sindresorhus/awesome) list.
7+
8+
## Contents
9+
10+
- [Awesome IBM Cloud](#awesome-ibm-cloud)
11+
- [Cloud Functions](#cloud-functions)
12+
- [Cloud Foundry](#cloud-foundry)
13+
- [Softlayer](#softlayer)
14+
- [Watson](#watson)
15+
16+
- [Getting Started Guides](https;//github.com/victorshinya/awesome-ibmcloud/blob/master/README.md#getting-started-guides)
17+
- [Getting Started with IBM Cloud](#getting-started-with-ibm-cloud)
18+
19+
- [Command Line Tools](#command-line-tools)
20+
- [Universal Command Line Interface](#universal-command-line-interface)
21+
- [Windows 64 bit](#windows-64-bit)
22+
- [Windows 32 bit](#windows-32-bit)
23+
24+
- [Resources](#resources)
25+
- [Documentation](#documentation)
26+
- [IBM Cloud Blog](#ibm-cloud-blog)
27+
- [IBM Developer Brasil on Medium](#ibm-developer-brasil-on-medium)
28+
- [IBM Developer Website](#ibm-developer-website)
29+
- [IBM Watson on Medium](#ibm-watson-on-medium)
30+
31+
- [Youtube Channels](#youtube-channels)
32+
- [IBM Developer](#ibm-developer)
33+
- [IBM Watson](#ibm-watson)
34+
- [IBM Watson Internet of Things](#ibm-watson-internet-of-things)
35+
- [Sergio Gama](#sergio-gama)
36+
37+
- [Contributing](#contributing)
38+
39+
- [Contact](#contact)
40+
41+
42+
## Cloud Functions
43+
44+
## Cloud Foundry
45+
46+
* [cf-web-nodejs](https://github.com/victorshinya/cf-web-nodejs) - Launch your website with Node.js and Cloud Foundry.
47+
* [cf-web-golang](https://github.com/victorshinya/cf-web-golang) - Launch your website with Golang and Cloud Foundry.
48+
49+
## Softlayer
50+
51+
## Watson
52+
53+
* [with-watson](https://github.com/victorshinya/with-watson) - iOS App running Visual Recognition default model
54+
* [with-watson-custom-model](https://github.com/victorshinya/with-watson-custom-model) - iOS App running Visual Recognition custom model
55+
56+
## Getting Started Guides
57+
58+
* [Getting Started with IBM Cloud](https://cloud.ibm.com/docs/overview/ibm-cloud-platform.html): What is the IBM Cloud platform?
59+
60+
## Command Line Tools
61+
62+
* [Universal Command Line Interface](https://console.bluemix.net/docs/cli/reference/ibmcloud/download_cli.html#install_use): IBM Cloud CLI provides the command line interface for managing resources in IBM Cloud.
63+
* [Windows 64 bit](https://clis.ng.bluemix.net/download/bluemix-cli/latest/win64): Command Line Interface for Windows 64 bit.
64+
* [Windows 32 bit](https://console.bluemix.net/docs/cli/reference/ibmcloud/all_versions.html#ibm-cloud-cli-releases): Command Line Interface for Windows 32 bit and earlier versions.
65+
66+
## Resources
67+
68+
* [Documentation](https://cloud.ibm.com/docs): Learn more about a specific service reading the service's documentation.
69+
* [IBM Cloud Blog](https://www.ibm.com/blogs/bluemix): How-tos, news, and announcements for IBM Cloud.
70+
* [IBM Developer Brasil on Medium](): How-tos and learning for IBM Cloud platform and its services in Brazilian Portuguese.
71+
* [IBM Developer Website](https://developer.ibm.com): Global community of coders. Find open source programs, code patterns, articles, tutorials, and other contents.
72+
* [IBM Watson on Medium](https://medium.com/ibm-watson): How-tos, news, and announcements for IBM Watson on Medium.
73+
74+
## Youtube Channels
75+
76+
* [IBM Developer](https://www.youtube.com/channel/UCUm6InQvGI9-6vo1teGWINA): Open source tech, learning resources, and local meet-ups with our expert Developer Advocates.
77+
* [IBM Watson](https://www.youtube.com/channel/UCxPJljXUHvUd9idyfEHvXqg): Tutorials for using Watson services, developer kits, educational clips, event recaps and more.
78+
* [IBM Watson Internet of Things](https://www.youtube.com/channel/UCFNoGF7Ea-FfmAjfK4ReFpA): Videos about Watson services and IoT platform, interviews, educational clips, and more.
79+
* [Sergio Gama](https://www.youtube.com/sergiogama): Learn how to use Watson services in Brazilian Portuguese.
80+
81+
## Contributing
82+
83+
If you want to contribute, feel free to submit your Pull Request or create a new Issue. But first, take a moment to read the [contribution guidelines](https://github.com/victorshinya/awesome-ibmcloud/blob/master/CONTRIBUTING.md). Thanks to all [contributors](https://github.com/victorshinya/awesome-ibmcloud/graphs/contributors)! **#YouROCK**!
84+
85+
***If you see a package or project here that is no longer maintained or is not a good fit, please submit a pull request to improve this file. Thank you!***
86+
87+
## Contact
88+
89+
Feel free to contact me for any discussion, question, or comment. You can find on my [Github page](https://github.com/victorshinya) or you can talk to me on [Twitter](https://twitter.com/victorshinya).

0 commit comments

Comments
 (0)