GithubHelp home page GithubHelp logo

ibm.github.io's Introduction

Portal for IBM @ GitHub

This repository is rendered online at http://ibm.github.io, it contains a listing of repositories that are open source and maintained by IBM teams.

Adding a new repo to the listing

In order to have your repository show up at http://ibm.github.io, a minor change to orgs.js is required.

  • To add a single repository add a new entry to orgs.js, specify the Github organization name and the repository name (separate them with a /), and set the type to repo, an example can be seen below:
  {
      "name": "RuntimeTools/appmetrics",
      "type": "repo"
  }
  • To add all the repositories in a Github organization add a new entry to orgs.js, specify the Github organization name, and set the type to org, an example can be seen below:
  {
      "name": "IBMResilient",
      "type": "org"
  }

To test changes locally

From within the top level folder of the cloned repository run:

$ python -m http.server {port}

For example: python -m http.server 8000 -> Open the following URL in a browser:

http://localhost:8000/

Quick Git tutorial

  1. Clone the repository and checkout a new branch
$ git clone https://github.com/IBM/ibm.github.io
$ git checkout -b branch_name
  1. Update the files you'd like to change
  2. Push the changes upstream
$ git add file1 file2
$ git commit -m "add your commit message here"
$ git push origin branch_name
  1. View your branch in Github and create a Pull Request

ibm.github.io's People

Contributors

1ucian0 avatar bradleyjeck avatar christo4ferris avatar ckadner avatar clydei avatar cphrmky avatar daphoenix avatar hesmer-ibm avatar imgbotapp avatar ittate avatar jogendra avatar johnkellerman avatar josegonzalez avatar kalebwalton avatar kineticsquid avatar mikespicer avatar nitair avatar osogami avatar pettalves avatar qwertyzw avatar rmg avatar sefror avatar smoonen avatar srl295 avatar stevemar avatar stevemart avatar timlynar avatar ukmadlz avatar victoriao avatar wongalvis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ibm.github.io's Issues

re-revisit progress bar?

#44 added a progress bar - otherwise, you don't know if the page has finished loading or is just stuck. #52 reverted this because the page slowed to a crawl. Re investigate it?

Search bar layout broken

The show more and show less buttons have different sizes and the search input box doesn't expand all the way to the end (right) of the content width.

Overall it look broken because the elements don't align.

Repo search limited to visible repos

Entering text in the search field only filters the visible repos, not all repos. In order to return the correct result, user must select "Show More" and then do the search, which is not ideal process.

greetings and org questions

@IBM/oss-ibmers

I couldn't find a better place to leave this message, so here goes.. What's the intended use of this github group? It looks like I have the capability to fork projects as "IBM" but I'm not keen on doing that myself. I've sent in a pull request to one of the two projects in this org, but it's been ignored. Plus there are a hundred other IBM organizations on github; if this is the official org, are we going to be forking a bunch to here, or is this just for show?

Analytics errors

the analytics such as

    // Google Analytics Event Tracking
    $('body').on('click', 'a[data-analytics-category][data-analytics-action]', function(e){

… don't get installed unless you first search for something. This seems odd. It's because the analytics handlers are installed inside of the keyup handler $('#search').keyup(function() {.

In b162e4b I tried to fix this. Perhaps that was part of the slowdown.

Remove IBM affiliation

Howdy. I no longer work for IBM. Can the company affiliation be removed from my github profile? Is that something I do or something you do?

Cull StrongLoop repos

Some of the 129 StrongLoop repos recently added (in #48) are outdated, un-maintained, or deprecated. The StrongLoop team needs to review them to ensure only appropriate repos are listed in http://ibm.github.io/.

@rmg @sam-github @chandadharap @raymondfeng @ritch

I assume that we should not include repos that are very outdated or deprecated, but I don't know if there are any specific criteria for inclusion. For example are these appropriate:

  • Example apps, primarily for LoopBack.
  • Repos used exclusively for testing.
  • Repos that are essentially abandoned.

@christo4ferris Please advise.

I went through the repos recently added, and here are ones I'm fairly sure are deprecated/outdated:

  • strongloop/bacn
  • strongloop/generator-bacn
  • strongloop/supercluster
  • strongloop/zone
  • strongloop/gill
  • strongloop/icars-client
  • strongloop/profiler-demo-app
  • strongloop/express-zone

These are the repos I'm not sure about:

  • strongloop/strong-cluster-socket.io-store
  • strongloop/strong-store-cluster
  • strongloop/strong-cluster-connect-store
  • strongloop/strong-cluster-tls-store
  • strongloop/node-who
  • strongloop/strong-caching-http-client
  • strongloop/strong-data-uri
  • strongloop/loopback-testing
  • strongloop/loopback-policy
  • strongloop/gateway-workspace
  • strongloop/strong-mesh-demo
  • strongloop/strong-db-watcher
  • strongloop/ephemeral-npm
  • strongloop/pm-load-test

Nice work, a license please?

Hello all,

This is a nice piece of work, and it could be re-usable for other organisations.

Could you add a license file for this repository? Thanks!

Site loads funny in Chrome

This is what I'm seeing in Chrome 38.0.2125.122 on Mac if I load the site over https:

ibm github-1

It looks fine in Safari but in Chrome since it looks like the stylesheets are hardcoded to non-https URLs you're getting a failure of some of the css to load.

membership visibility

@IBM/oss-ibmers

Note that the default visibility setting is "Private" for all GitHub orgs. That means, when you accept an invitation to a GH org or team, your membership is hidden from all but the other members of the org.

I am asking that all of you please review your membership setting. To do this, open https://github.com/orgs/IBM/people in your browser and enter your GHid in the search field ("Find a member"). There's a radio button that should say "Public" in the third column. If it instead says "Private" please change it to "Public".

Thanks!

Chris

please make membership public

@IBM All, please help IBM with the recognition it deserves by making your membership in the https://github.com/IBM org PUBLIC.

By default, public membership in an org is opt-in, so you will need to find yourself in the list of members and toggle the radio button from Private to Public.

Thanks for your help in promoting IBM's contributions to open source.

Chris

Apply to add me to the IBM org

Hi,

I need to upload some scripts to the repo IBM/solution-test-samples and the repo owner said he couldn't fine me in the org people tab. Could you help to send me the invitation to join in the org so that the repo owner could later add me in. Thank you.

id: mayijieibm
email add: [email protected]

add link to http://ibm.github.io to various places

Should be in the descriptions for both this project and the org.

Should also be in the README.md for this project.

If folks wander to this this project, somehow, we should give them a link to the actual github.io page - but I don't see that anywhere.

Add README text?

It would be nice to know how to contribute to this or who to contact to add something, etc.

As well as a description for what IBMers can add and what they shouldn't.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.