├── .nojekyll ├── robots.txt ├── .gitignore ├── google1943f6015b27d865.html ├── google7be3b7f0d255c423.html ├── img ├── RDK.png ├── ccat.png ├── cmb.png ├── cncf.png ├── gaad.png ├── gots.png ├── todo.png ├── apache.png ├── bynar.png ├── kratos.png ├── sheens.png ├── sirius.png ├── wrp-c.png ├── xooie.png ├── blueprint.png ├── ccsplite.png ├── csslint.png ├── dmc-sim.png ├── footer-bg.jpg ├── freeform.png ├── jrugged.png ├── kube-yarn.png ├── mentors.png ├── openchain.png ├── snowdrift.png ├── trickster.png ├── zucchini.png ├── Rulio_logo.png ├── logo-humans.png ├── surf-n-perf.png ├── yocto-logo.png ├── badge-template.psd ├── capsule-logo.png ├── carousel │ ├── bynar.jpg │ ├── jobs.jpg │ ├── capsule.png │ ├── traffic.jpg │ ├── innovation.jpg │ ├── redirector.jpg │ ├── vinyldns.png │ ├── kuberhealthy.jpg │ └── trickstercarousel.jpg ├── kuberhealthy.png ├── openstack-vert.jpg ├── speed-testJS.png ├── vinyldns-logo.png ├── webpa-common.png ├── iconkuberhealthy.png ├── linuxfoundation.png ├── traffic_control.png ├── OpenSourceComcast.png ├── UnderConstruction.PNG ├── Xfinity-Logo-White.png ├── comcast_github_io.png ├── favicon │ ├── favicon-128.png │ ├── favicon-16x16.png │ ├── favicon-32x32.png │ ├── favicon-96x96.png │ ├── favicon-196x196.png │ ├── apple-touch-icon-57x57.png │ ├── apple-touch-icon-60x60.png │ ├── apple-touch-icon-72x72.png │ ├── apple-touch-icon-76x76.png │ ├── apple-touch-icon-114x114.png │ ├── apple-touch-icon-120x120.png │ ├── apple-touch-icon-144x144.png │ └── apple-touch-icon-152x152.png ├── html-client-python.png ├── logo-comcast-black.png ├── logo-comcast-color.png ├── patternlab-webpack.png ├── rdk-on-raspberrypi.png ├── CFF_Logo_vertical_RGB.png ├── Hacktoberfest-poster.jpg ├── hacktoberfest_logo_2020.png ├── Hacktoberfest_19_Events_1240x150.png ├── Hacktoberfest_20_Events_1240x150.png ├── icon-email-bubble.svg ├── icon-email-bubble-hover.svg ├── icon-twitter-bubble.svg ├── icon-twitter-bubble-hover.svg ├── icon-facebook.svg ├── icon-twitter.svg ├── icon-youtube.svg ├── icon-comcast-labs.svg ├── icon-comcast-labs-hover.svg ├── icon-dribbble.svg ├── icon-instagram.svg └── logo-comcast-alt.svg ├── BingSiteAuth.xml ├── .eslintrc.js ├── sitemap.xml ├── NOTICE ├── SECURITY.md ├── js ├── menu_sticky.js ├── menu_toggle.js ├── newest_projects.js ├── carousel.js ├── promise.min.js ├── hacktoberfest_stats.js └── gh_stats.js ├── humans.txt ├── package.json ├── CONTRIBUTING.md ├── README.md ├── CODE_OF_CONDUCT.md ├── GPL_Enforcement.html ├── hacktoberfest.html ├── ideas.html ├── LICENSE-Apache-2.0 ├── sponsorship.html ├── style └── style.css └── blog.html /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .vscode 3 | /node_modules/ 4 | 5 | # Vim 6 | *~ 7 | 8 | -------------------------------------------------------------------------------- /google1943f6015b27d865.html: -------------------------------------------------------------------------------- 1 | google-site-verification: google1943f6015b27d865.html -------------------------------------------------------------------------------- /google7be3b7f0d255c423.html: -------------------------------------------------------------------------------- 1 | google-site-verification: google7be3b7f0d255c423.html -------------------------------------------------------------------------------- /img/RDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/RDK.png -------------------------------------------------------------------------------- /img/ccat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/ccat.png -------------------------------------------------------------------------------- /img/cmb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/cmb.png -------------------------------------------------------------------------------- /img/cncf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/cncf.png -------------------------------------------------------------------------------- /img/gaad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/gaad.png -------------------------------------------------------------------------------- /img/gots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/gots.png -------------------------------------------------------------------------------- /img/todo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/todo.png -------------------------------------------------------------------------------- /img/apache.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/apache.png -------------------------------------------------------------------------------- /img/bynar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/bynar.png -------------------------------------------------------------------------------- /img/kratos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/kratos.png -------------------------------------------------------------------------------- /img/sheens.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/sheens.png -------------------------------------------------------------------------------- /img/sirius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/sirius.png -------------------------------------------------------------------------------- /img/wrp-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/wrp-c.png -------------------------------------------------------------------------------- /img/xooie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/xooie.png -------------------------------------------------------------------------------- /img/blueprint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/blueprint.png -------------------------------------------------------------------------------- /img/ccsplite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/ccsplite.png -------------------------------------------------------------------------------- /img/csslint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/csslint.png -------------------------------------------------------------------------------- /img/dmc-sim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/dmc-sim.png -------------------------------------------------------------------------------- /img/footer-bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/footer-bg.jpg -------------------------------------------------------------------------------- /img/freeform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/freeform.png -------------------------------------------------------------------------------- /img/jrugged.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/jrugged.png -------------------------------------------------------------------------------- /img/kube-yarn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/kube-yarn.png -------------------------------------------------------------------------------- /img/mentors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/mentors.png -------------------------------------------------------------------------------- /img/openchain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/openchain.png -------------------------------------------------------------------------------- /img/snowdrift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/snowdrift.png -------------------------------------------------------------------------------- /img/trickster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/trickster.png -------------------------------------------------------------------------------- /img/zucchini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/zucchini.png -------------------------------------------------------------------------------- /img/Rulio_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/Rulio_logo.png -------------------------------------------------------------------------------- /img/logo-humans.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/logo-humans.png -------------------------------------------------------------------------------- /img/surf-n-perf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/surf-n-perf.png -------------------------------------------------------------------------------- /img/yocto-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/yocto-logo.png -------------------------------------------------------------------------------- /BingSiteAuth.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | CC2B611FCDCD8763428036F25FA750D2 4 | -------------------------------------------------------------------------------- /img/badge-template.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/badge-template.psd -------------------------------------------------------------------------------- /img/capsule-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/capsule-logo.png -------------------------------------------------------------------------------- /img/carousel/bynar.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/bynar.jpg -------------------------------------------------------------------------------- /img/carousel/jobs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/jobs.jpg -------------------------------------------------------------------------------- /img/kuberhealthy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/kuberhealthy.png -------------------------------------------------------------------------------- /img/openstack-vert.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/openstack-vert.jpg -------------------------------------------------------------------------------- /img/speed-testJS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/speed-testJS.png -------------------------------------------------------------------------------- /img/vinyldns-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/vinyldns-logo.png -------------------------------------------------------------------------------- /img/webpa-common.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/webpa-common.png -------------------------------------------------------------------------------- /img/carousel/capsule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/capsule.png -------------------------------------------------------------------------------- /img/carousel/traffic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/traffic.jpg -------------------------------------------------------------------------------- /img/iconkuberhealthy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/iconkuberhealthy.png -------------------------------------------------------------------------------- /img/linuxfoundation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/linuxfoundation.png -------------------------------------------------------------------------------- /img/traffic_control.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/traffic_control.png -------------------------------------------------------------------------------- /img/OpenSourceComcast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/OpenSourceComcast.png -------------------------------------------------------------------------------- /img/UnderConstruction.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/UnderConstruction.PNG -------------------------------------------------------------------------------- /img/Xfinity-Logo-White.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/Xfinity-Logo-White.png -------------------------------------------------------------------------------- /img/carousel/innovation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/innovation.jpg -------------------------------------------------------------------------------- /img/carousel/redirector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/redirector.jpg -------------------------------------------------------------------------------- /img/carousel/vinyldns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/vinyldns.png -------------------------------------------------------------------------------- /img/comcast_github_io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/comcast_github_io.png -------------------------------------------------------------------------------- /img/favicon/favicon-128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/favicon-128.png -------------------------------------------------------------------------------- /img/html-client-python.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/html-client-python.png -------------------------------------------------------------------------------- /img/logo-comcast-black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/logo-comcast-black.png -------------------------------------------------------------------------------- /img/logo-comcast-color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/logo-comcast-color.png -------------------------------------------------------------------------------- /img/patternlab-webpack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/patternlab-webpack.png -------------------------------------------------------------------------------- /img/rdk-on-raspberrypi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/rdk-on-raspberrypi.png -------------------------------------------------------------------------------- /img/CFF_Logo_vertical_RGB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/CFF_Logo_vertical_RGB.png -------------------------------------------------------------------------------- /img/Hacktoberfest-poster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/Hacktoberfest-poster.jpg -------------------------------------------------------------------------------- /img/carousel/kuberhealthy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/kuberhealthy.jpg -------------------------------------------------------------------------------- /img/favicon/favicon-16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/favicon-16x16.png -------------------------------------------------------------------------------- /img/favicon/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/favicon-32x32.png -------------------------------------------------------------------------------- /img/favicon/favicon-96x96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/favicon-96x96.png -------------------------------------------------------------------------------- /img/favicon/favicon-196x196.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/favicon-196x196.png -------------------------------------------------------------------------------- /img/hacktoberfest_logo_2020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/hacktoberfest_logo_2020.png -------------------------------------------------------------------------------- /img/carousel/trickstercarousel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/carousel/trickstercarousel.jpg -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-57x57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-57x57.png -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-60x60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-60x60.png -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-72x72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-72x72.png -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-76x76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-76x76.png -------------------------------------------------------------------------------- /img/Hacktoberfest_19_Events_1240x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/Hacktoberfest_19_Events_1240x150.png -------------------------------------------------------------------------------- /img/Hacktoberfest_20_Events_1240x150.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/Hacktoberfest_20_Events_1240x150.png -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-114x114.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-114x114.png -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-120x120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-120x120.png -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-144x144.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-144x144.png -------------------------------------------------------------------------------- /img/favicon/apple-touch-icon-152x152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/comcast/Comcast.github.io-archive/main/img/favicon/apple-touch-icon-152x152.png -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | env: { 3 | browser: true, 4 | es6: true, 5 | }, 6 | extends: [ 7 | 'airbnb-base', 8 | ], 9 | globals: { 10 | Atomics: 'readonly', 11 | SharedArrayBuffer: 'readonly', 12 | }, 13 | parserOptions: { 14 | ecmaVersion: 2018, 15 | }, 16 | rules: { 17 | }, 18 | }; 19 | -------------------------------------------------------------------------------- /sitemap.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | https://comcast.github.io/ 10 | 2017-07-19 11 | hourly 12 | 13 | 14 | https://comcast.github.io/humans.txt 15 | 2017-07-19 16 | monthly 17 | 18 | -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | Comcast.github.io 2 | Copyright 2017 Comcast Cable Communications Management, LLC 3 | 4 | Licensed under the Apache License, Version 2.0 (the "License"); 5 | you may not use this file except in compliance with the License. 6 | You may obtain a copy of the License at 7 | 8 | http://www.apache.org/licenses/LICENSE-2.0 9 | 10 | Unless required by applicable law or agreed to in writing, software 11 | distributed under the License is distributed on an "AS IS" BASIS, 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 | See the License for the specific language governing permissions and 14 | limitations under the License. 15 | 16 | This product includes software developed at Comcast (https://www.comcast.com/). 17 | -------------------------------------------------------------------------------- /img/icon-email-bubble.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/icon-email-bubble-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- 1 | # Security Policy 2 | 3 | ## Supported Versions 4 | 5 | Use this section to tell people about which versions of your project are 6 | currently being supported with security updates. 7 | 8 | | Version | Supported | 9 | | ------- | ------------------ | 10 | | 5.1.x | :white_check_mark: | 11 | | 5.0.x | :x: | 12 | | 4.0.x | :white_check_mark: | 13 | | < 4.0 | :x: | 14 | 15 | ## Reporting a Vulnerability 16 | 17 | Use this section to tell people how to report a vulnerability. 18 | 19 | Tell them where to go, how often they can expect to get an update on a 20 | reported vulnerability, what to expect if the vulnerability is accepted or 21 | declined, etc. 22 | 23 | Hi from https://bugcrowd.com/submissions/7a0ef173f23b8cd4d9773db20f73709a9674bd737727c5831c59e3f6b701673b 24 | -------------------------------------------------------------------------------- /js/menu_sticky.js: -------------------------------------------------------------------------------- 1 | (function () { 2 | $(function () { 3 | var categories = $(".category-menu"); 4 | var stickyEl = "sticky"; 5 | var bottom = document.getElementsByClassName("bottom-informational")[0]; 6 | 7 | function checkVisible(elm) { 8 | var rect = elm.getBoundingClientRect(); 9 | var viewHeight = Math.max(document.documentElement.clientHeight, window.innerHeight); 10 | 11 | return !(rect.bottom < 0 || rect.top - viewHeight >= 0); 12 | } 13 | 14 | function setStickyClass() { 15 | if($(this).scrollTop() > document.querySelector('.top-informational').offsetHeight && !checkVisible(bottom) && $('body').width() >= 700) { 16 | categories.addClass(stickyEl); 17 | } else { 18 | categories.removeClass(stickyEl); 19 | } 20 | } 21 | 22 | $(window).scroll(setStickyClass); 23 | $(window).resize(setStickyClass); 24 | }) 25 | }()) 26 | -------------------------------------------------------------------------------- /img/icon-twitter-bubble.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /img/icon-twitter-bubble-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /humans.txt: -------------------------------------------------------------------------------- 1 | /* TEAM */ 2 | 3 | Lab Week Volunteer: Bin Mei 4 | From: Seattle, Washington, USA 5 | 6 | Lab Week Volunteer: Brennan Batalla 7 | From: Philadelphia, Pennsylvania, USA 8 | 9 | Lab Week Volunteer: John Riviello 10 | From: Philadelphia, Pennsylvania, USA 11 | 12 | Lab Week Volunteer: Krista Khare 13 | From: Philadelphia, Pennsylvania, USA 14 | 15 | Lab Week Volunteer: Lise Kenfack 16 | From: Seattle, Washington, USA 17 | 18 | Lab Week Volunteer: Michael Bundschuh 19 | From: Seattle, Washington, USA 20 | 21 | Lab Week Volunteer: Paul Dahlke 22 | From: Seattle, Washington, USA 23 | 24 | Lab Week Volunteer: Prabha Krishnamurthy 25 | From: Philadelphia, Pennsylvania, USA 26 | 27 | Lab Week Volunteer: Shilla Saebi 28 | From: Philadelphia, Pennsylvania, USA 29 | 30 | Lab Week Volunteer: Trevor Menagh 31 | From: Seattle, Washington, USA 32 | 33 | /* THANKS */ 34 | 35 | Open Source Developers: You know who you are! 36 | From: Everywhere! 37 | 38 | /* SITE */ 39 | Last update: 2017/07/21 40 | Language: English 41 | Doctype: HTML5 42 | -------------------------------------------------------------------------------- /img/icon-facebook.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | facebook-circle-icon 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "comcast.github.io", 3 | "private": true, 4 | "version": "1.0.0", 5 | "description": "Comcast Open Source Software Portal", 6 | "main": "index.html", 7 | "scripts": { 8 | "compress": "npm-run-all compress:*", 9 | "compress:css": "uglifycss --output style/css.css style/all-digital.css style/style.css", 10 | "compress:js": "uglifyjs -o js/javascript.js --compress --mangle -- js/jquery.min.js js/GitHub.bundle.min.js js/promise.min.js js/menu_toggle.js js/menu_sticky.js js/carousel.js js/gh_stats.js js/newest_projects.js", 11 | "transform": "npm-run-all transform:*", 12 | "transform:hacktoberfest": "npx babel js/octokit-rest.js js/hacktoberfest_stats.js -o js/hacktoberfest.js --presets minify", 13 | "test": "echo \"Error: no test specified\" && exit 1" 14 | }, 15 | "repository": { 16 | "type": "git", 17 | "url": "git+https://github.com/Comcast/Comcast.github.io.git" 18 | }, 19 | "author": "Comcast_Open_Source_Services@comcast.com", 20 | "license": "Apache-2.0", 21 | "bugs": { 22 | "url": "https://github.com/Comcast/Comcast.github.io/issues" 23 | }, 24 | "homepage": "https://comcast.github.io", 25 | "devDependencies": { 26 | "@babel/cli": "^7.0.0", 27 | "@babel/core": "^7.0.0", 28 | "@babel/preset-env": "^7.6.2", 29 | "babel-preset-airbnb": "^4.0.1", 30 | "babel-preset-minify": "^0.5.1", 31 | "npm-run-all": "^4.1.1", 32 | "uglify-js": "^3.0.25", 33 | "uglifycss": "0.0.27" 34 | } 35 | } 36 | -------------------------------------------------------------------------------- /js/menu_toggle.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | 'use strict'; 3 | 4 | var categoryLinks = document.querySelectorAll('.category-menu a'); 5 | var i; 6 | var locationHash = window.location.hash; 7 | var githubContentElement = document.querySelector('.github-content'); 8 | var anchorToLinkReference = {}; 9 | var getAnchor = function(href) { 10 | return href.split('#')[1]; 11 | } 12 | var setActiveLink = function(anchor) { 13 | var link = anchorToLinkReference[anchor]; 14 | for (i = 0; i < categoryLinks.length; i++) { 15 | categoryLinks[i].className = ''; 16 | } 17 | link.className = 'active-category'; 18 | } 19 | var showCategory = function(selectedCategoryAnchor) { 20 | var anchor = typeof selectedCategoryAnchor === 'string' ? selectedCategoryAnchor : getAnchor(this.href); 21 | var category = anchor.substring(0, anchor.length-9); // removes '-projects' 22 | 23 | if (category === 'all') { 24 | githubContentElement.className = 'github-content'; 25 | } else { 26 | githubContentElement.className = 'github-content category-selected ' + category + '-selected'; 27 | } 28 | 29 | setActiveLink(anchor); 30 | } 31 | 32 | for (i = 0; i < categoryLinks.length; i++) { 33 | categoryLinks[i].addEventListener('click', showCategory); 34 | anchorToLinkReference[getAnchor(categoryLinks[i].href)] = categoryLinks[i]; 35 | } 36 | 37 | if (locationHash && locationHash.indexOf('-projects') > 0) { 38 | showCategory(locationHash.substring(1)); 39 | setTimeout(function() { githubContentElement.scrollIntoView(); }, 60); 40 | } 41 | }()); 42 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # How to Contribute 2 | 3 | Thank you for considering helping out! 4 | 5 | Looking to update information or feature your project? Feel free to make the change yourself. You're in the right place to get started. 6 | 7 | First, please read the [code of conduct](CODE_OF_CONDUCT.md). We take it very seriously! 8 | 9 | Next, if you want to help out, do the following: 10 | 11 | 1. Fork the project. 12 | 2. Make a feature branch with the name of your change. 13 | 3. Make a change. 14 | 4. Commit your code. 15 | 5. Issue a Pull Request. 16 | 17 | Once your PR is issued, we will review your work and decide on adding it to the project! 18 | 19 | For more details about contributing to GitHub projects see 20 | http://gun.io/blog/how-to-github-fork-branch-and-pull-request/ 21 | 22 | ## Adding a New Project 23 | 24 | If your change is adding your newly released Comcast Open Source project to https://comcast.github.io, here are the specific changes to make to [index.html](/index.html) in your PR: 25 | 26 | 1. Add your project to the appropriate category in the main list of projects 27 | 2. Add your project to the top of “Our Newest Projects” 28 | 3. Remove the last project from “Our Newest Projects” 29 | 30 | ## Contributor License Agreement 31 | 32 | Before Comcast merges your code into the project you must sign the [Comcast Contributor License Agreement (CLA)](https://gist.github.com/ComcastOSS/a7b8933dd8e368535378cda25c92d19a). 33 | 34 | If you haven't previously signed a Comcast CLA, you'll automatically be asked to when you open a pull request. Alternatively, we can send you a PDF that you can sign and scan back to us. Please create a new GitHub issue to request a PDF version of the CLA. 35 | 36 | 37 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | [![GitHub https://github.com/Comcast/Comcast.github.io/blob/master/LICENSE-Apache-2.0](https://img.shields.io/github/license/comcast/comcast.github.io)](https://github.com/Comcast/Comcast.github.io/blob/master/LICENSE-Apache-2.0) 2 | [![GitHub contributors https://github.com/Comcast/Comcast.github.io/graphs/contributors](https://img.shields.io/github/contributors/comcast/comcast.github.io)](https://github.com/Comcast/Comcast.github.io/graphs/contributors) 3 | [![GitHub last commit https://github.com/Comcast/Comcast.github.io/commits/master](https://img.shields.io/github/last-commit/comcast/comcast.github.io)](https://github.com/Comcast/Comcast.github.io/commits/master) 4 | 5 | Comcast.github.io 6 | ================= 7 | 8 | This is the main landing page for Open Source at Comcast. It highlights our efforts in the Free/Libre and Open Source Software movement. 9 | 10 | License 11 | ======= 12 | 13 | Comcast.github.io is licensed under [Apache License 2.0](/LICENSE-Apache-2.0). Valid-License-Identifier: Apache-2.0 14 | 15 | Code of Conduct 16 | =============== 17 | 18 | We take our [code of conduct](CODE_OF_CONDUCT.md) very seriously. Please abide by it. 19 | 20 | Contributing 21 | ============ 22 | 23 | Please read our [contributing guide](CONTRIBUTING.md) for details on how to contribute to our project. 24 | 25 | Compiling JS & CSS 26 | ================== 27 | 28 | Run the following to install dependencies (you only have to do this once): 29 | 30 | $ npm install 31 | 32 | Then run the following to compile the JS & CSS: 33 | 34 | $ npm run transform 35 | $ npm run compress 36 | 37 | Then check in the compiled files at [js/javascript.js](js/javascript.js) & [style/css.css](style/css.css) if they were modified 38 | -------------------------------------------------------------------------------- /img/icon-twitter.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | twitter-4-icon 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /img/icon-youtube.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Shape 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /js/newest_projects.js: -------------------------------------------------------------------------------- 1 | (function(){ 2 | 'use strict'; 3 | 4 | var $ul = document.querySelector('#stat-newest ul'); 5 | 6 | fetchList() 7 | .then(function(data) { 8 | render(data); 9 | }); 10 | 11 | function fetchList(){ 12 | return fetch('https://api.github.com/orgs/Comcast/repos?type=sources&sort=created&direction=desc&per_page=100') 13 | .then(resolve) 14 | .catch(reject); 15 | } 16 | 17 | function resolve(response) { 18 | if (response.status !== 200) { 19 | console.log('Looks like there was a problem. Status Code: ' + 20 | response.status); 21 | return; 22 | } 23 | 24 | return response.json().then(function(data) { 25 | return data.filter(function(item) { 26 | return item.name !== '.github' 27 | && item.description 28 | && !item.archived; 29 | }).slice(0, 15); 30 | }); 31 | } 32 | 33 | function reject(err) { 34 | console.log('Fetch Error :-S', err); 35 | } 36 | 37 | function render(data) { 38 | $ul.innerHTML = ''; 39 | 40 | data.forEach(function (item, index) { 41 | renderItem(item, index); 42 | }); 43 | } 44 | 45 | function renderItem(item, index) { 46 | var $li = renderLi(index); 47 | renderAnchor($li, item); 48 | renderSpan($li, item); 49 | } 50 | 51 | function renderLi(index) { 52 | var $li = $ul.appendChild(document.createElement('li')); 53 | $li.setAttribute('id', 'newest-' + (index + 1)); 54 | 55 | return $li; 56 | } 57 | 58 | function renderAnchor($parent, item) { 59 | var $a = $parent.appendChild(document.createElement('a')); 60 | $a.innerHTML = item.name; 61 | $a.setAttribute('href', item.html_url); 62 | $a.setAttribute('rel', 'noopener'); 63 | 64 | return $a; 65 | } 66 | 67 | function renderSpan($parent, item) { 68 | var $span = $parent.appendChild(document.createElement('span')); 69 | $span.innerHTML = item.description; 70 | $span.className = 'repo-description'; 71 | 72 | return $span; 73 | } 74 | }()); 75 | -------------------------------------------------------------------------------- /img/icon-comcast-labs.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/icon-comcast-labs-hover.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /js/carousel.js: -------------------------------------------------------------------------------- 1 | var COSS = {}; 2 | 3 | (function ($) { 4 | "use strict"; 5 | 6 | $(function() { 7 | var slideIndex = 1; 8 | var btnN = document.getElementById("nextBtn"); 9 | var btnP = document.getElementById("prevBtn"); 10 | 11 | COSS.showPrevious = function(n){ 12 | showSlides(slideIndex - n); 13 | alert("previous!"); 14 | } 15 | 16 | COSS.showNext = function(n){ 17 | showSlides(slideIndex += n); 18 | } 19 | 20 | COSS.autoRotate = function(n){ 21 | while(true){ 22 | showSlides(slideIndex += n); 23 | setTimeout(autoRotate, n) 24 | } 25 | } 26 | 27 | COSS.show = function(n){ 28 | var i; 29 | var slides = document.getElementsByClassName("hero-slides"); 30 | var dots = document.getElementsByClassName("navdot"); 31 | 32 | for(i = 0; i < dots.length; i++){ 33 | dots[i].className = dots[i].className.replace(" active", ""); 34 | } 35 | 36 | for (i = 0; i < slides.length; i++) { 37 | slides[i].style.display = "none"; 38 | } 39 | 40 | slides[n-1].style.display = "block"; 41 | dots[n-1].className += " active"; 42 | } 43 | 44 | function showSlides(n){ 45 | var i; 46 | var slides = document.getElementsByClassName("hero-slides"); 47 | var dots = document.getElementsByClassName("navdot"); 48 | 49 | if(n>slides.length){ 50 | slideIndex = 1; 51 | } 52 | if(n < 1){ 53 | slideIndex = slides.length; 54 | } 55 | for (i = 0; i < slides.length; i++) { 56 | slides[i].style.display = "none"; 57 | } 58 | 59 | for(i = 0; i < dots.length; i++){ 60 | dots[i].className = dots[i].className.replace("active", ""); 61 | } 62 | slides[slideIndex-1].style.display = "block"; 63 | dots[slideIndex-1].className += " active"; 64 | } 65 | 66 | setInterval(function () {COSS.showNext(1)}, 10000); 67 | }); 68 | }(jQuery)); 69 | -------------------------------------------------------------------------------- /js/promise.min.js: -------------------------------------------------------------------------------- 1 | !function(e){function n(){}function t(e,n){return function(){e.apply(n,arguments)}}function o(e){if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof e)throw new TypeError("not a function");this._state=0,this._handled=!1,this._value=void 0,this._deferreds=[],s(e,this)}function i(e,n){for(;3===e._state;)e=e._value;return 0===e._state?void e._deferreds.push(n):(e._handled=!0,void o._immediateFn(function(){var t=1===e._state?n.onFulfilled:n.onRejected;if(null===t)return void(1===e._state?r:u)(n.promise,e._value);var o;try{o=t(e._value)}catch(i){return void u(n.promise,i)}r(n.promise,o)}))}function r(e,n){try{if(n===e)throw new TypeError("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var i=n.then;if(n instanceof o)return e._state=3,e._value=n,void f(e);if("function"==typeof i)return void s(t(i,n),e)}e._state=1,e._value=n,f(e)}catch(r){u(e,r)}}function u(e,n){e._state=2,e._value=n,f(e)}function f(e){2===e._state&&0===e._deferreds.length&&o._immediateFn(function(){e._handled||o._unhandledRejectionFn(e._value)});for(var n=0,t=e._deferreds.length;n 2 | 3 | 4 | Shape 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 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, gender identity and expression, level of experience, 9 | nationality, personal appearance, race, religion, or sexual identity and 10 | 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 Comcast_Open_Source_Services@comcast.com. 59 | All 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 [http://contributor-covenant.org/version/1/4][version] 72 | 73 | [homepage]: http://contributor-covenant.org 74 | [version]: http://contributor-covenant.org/version/1/4/ 75 | -------------------------------------------------------------------------------- /img/icon-instagram.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | glyph-logo_May2016 5 | Created with Sketch. 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /js/hacktoberfest_stats.js: -------------------------------------------------------------------------------- 1 | (function hacktoberfestStats() { 2 | const clientWithAuth = new Octokit({ 3 | previews: ["mercy-preview"], 4 | auth: '46bf392d999b9d9f133b24a2d9e6677aa5ce109b', 5 | }); 6 | const orgs = ['xmidt-org', 'vinyldns', 'comcast', 'capsule', 'tricksterproxy']; 7 | const orgsAndRepos = orgs.map((orgName) => clientWithAuth.paginate('GET /orgs/:org/repos', { 8 | org: orgName, 9 | type: 'sources', 10 | })); 11 | const openIssues = []; 12 | const openPrs = []; 13 | let closedPrs = 0; 14 | const closedIssues = []; 15 | let contributors = []; 16 | const participatingRepos = []; 17 | const totalRepos = document.getElementById('total-repos'); 18 | const totalOpenIssues = document.getElementById('total-open-issues'); 19 | const totalContributors = document.getElementById('total-contributors'); 20 | const totalOpenPullRequests = document.getElementById('total-open-pull-requests'); 21 | const totalClosedIssues = document.getElementById('total-closed-issues'); 22 | const totalClosedPullRequests = document.getElementById('total-closed-pull-requests'); 23 | 24 | function formatContributor(contributor) { 25 | const html = `${contributor.login}`; 26 | return html; 27 | } 28 | 29 | function formatIssue(issue) { 30 | const orgAndRepo = issue.repository_url.replace('https://api.github.com/repos/', ''); 31 | const html = `
  • ${orgAndRepo}: ${issue.title}
  • `; 32 | return html; 33 | } 34 | 35 | function formatRepo(repoUrl) { 36 | const orgAndRepo = repoUrl.replace('https://api.github.com/repos/', ''); 37 | const html = `
  • ${orgAndRepo}
  • `; 38 | return html; 39 | } 40 | 41 | function build(org) { 42 | return org 43 | .then((orgRepos) => orgRepos 44 | .filter((repo) => { 45 | return repo.topics.includes('hacktoberfest') || repo.topics.includes('hacktoberfest2020'); 46 | }) 47 | .map((repo) => clientWithAuth.paginate('GET /repos/:owner/:repo/issues', { 48 | owner: repo.owner.login, 49 | repo: repo.name, 50 | state: 'all', 51 | }))) 52 | .then((issuesAndPullRequests) => { 53 | return Promise.all(issuesAndPullRequests).then((values) => { 54 | values.forEach((v) => { 55 | if (v.length > 0) { 56 | v.forEach((issue) => { 57 | if (issue.pull_request && !issue.closed_at && issue.created_at >= '2020-10-01') { 58 | openPrs.push(issue); 59 | contributors.push(formatContributor(issue.user)); 60 | } else if (issue.pull_request && issue.closed_at >= '2020-10-01' && issue.closed_at <= '2020-10-31') { 61 | closedPrs += 1; 62 | contributors.push(formatContributor(issue.user)); 63 | } else if (issue.closed_at && issue.closed_at >= '2020-10-01' && issue.closed_at <= '2020-10-31') { 64 | closedIssues.push(issue); 65 | } else if (!issue.pull_request && !issue.closed_at) { 66 | openIssues.push(issue); 67 | document.getElementById('hacktoberfest-issues').innerHTML += formatIssue(issue); 68 | } 69 | }); 70 | participatingRepos.push(v[0].repository_url); 71 | document.getElementById('hacktoberfest-repos').innerHTML += formatRepo(v[0].repository_url); 72 | } 73 | }); 74 | contributors = [...new Set(contributors)]; 75 | totalRepos.innerHTML = participatingRepos.length; 76 | totalOpenIssues.innerHTML = openIssues.length; 77 | totalContributors.innerHTML = contributors.length; 78 | totalOpenPullRequests.innerHTML = openPrs.length; 79 | totalClosedIssues.innerHTML = closedIssues.length; 80 | totalClosedPullRequests.innerHTML = closedPrs; 81 | document.getElementById('hacktoberfest-contributors').innerHTML = ''; 82 | contributors.map((contributor) => { 83 | document.getElementById('hacktoberfest-contributors').innerHTML += contributor; 84 | return contributor; 85 | }); 86 | }); 87 | }); 88 | } 89 | 90 | const loadingPromises = Object.keys(orgsAndRepos).map((org) => build(orgsAndRepos[org])); 91 | Promise.all(loadingPromises).then(function (values) { 92 | totalRepos.classList.remove('animated-loader'); 93 | totalOpenIssues.classList.remove('animated-loader'); 94 | totalContributors.classList.remove('animated-loader'); 95 | totalOpenPullRequests.classList.remove('animated-loader'); 96 | totalClosedIssues.classList.remove('animated-loader'); 97 | totalClosedPullRequests.classList.remove('animated-loader'); 98 | }); 99 | }()); 100 | 101 | function toggleContent(contentName) { 102 | document.getElementById(contentName).toggleAttribute('hidden'); 103 | if (document.getElementById(`${contentName}-toggle`).innerHTML === 'show') { 104 | document.getElementById(`${contentName}-toggle`).innerHTML = 'hide'; 105 | } else { 106 | document.getElementById(`${contentName}-toggle`).innerHTML = 'show'; 107 | } 108 | } 109 | -------------------------------------------------------------------------------- /js/gh_stats.js: -------------------------------------------------------------------------------- 1 | (function ($) { 2 | "use strict"; 3 | 4 | $(function () { 5 | var gh = new GitHub({ token: "46bf392d999b9d9f133b24a2d9e6677aa5ce109b" }); 6 | var comcast = gh.getOrganization("comcast"); 7 | 8 | var stats = { 9 | formatDate: function (date) { 10 | var monthNames = [ 11 | "January", "February", "March", 12 | "April", "May", "June", "July", 13 | "August", "September", "October", 14 | "November", "December" 15 | ]; 16 | 17 | var day = date.getDate(); 18 | var monthIndex = date.getMonth(); 19 | var year = date.getFullYear(); 20 | 21 | return monthNames[monthIndex] + " " + day + ", " + year; 22 | }, 23 | 24 | generateRecentRepoHTML: function (repo, options) { 25 | options = options || {}; 26 | var includeDescription = options.hasOwnProperty('desc') ? options.desc : true; 27 | var includeDate = options.hasOwnProperty('date') ? options.date : true; 28 | var includeStars = options.hasOwnProperty('stars') ? options.stars : true; 29 | var includeForks = options.hasOwnProperty('forks') ? options.forks : true; 30 | var html = "" + repo.name + ""; 31 | 32 | if (includeDescription && repo.description) { 33 | html += " "; 34 | html += repo.description; 35 | html += ""; 36 | if (includeDate || includeStars || includeForks) { 37 | html += "" 38 | } 39 | } 40 | 41 | if (includeDate) { 42 | html += " "; 43 | html += this.formatDate(new Date(repo.pushed_at)) 44 | html += ""; 45 | if (includeStars || includeForks) { 46 | html += "" 47 | } 48 | } 49 | 50 | if (includeStars) { 51 | html += "" 52 | html += repo.stargazers_count + " stargazers" 53 | html += "" 54 | if (includeForks) { 55 | html += "" 56 | } 57 | } 58 | 59 | if (includeForks) { 60 | html += "" 61 | html += repo.forks_count + " forks" 62 | html += ""; 63 | } 64 | 65 | return html; 66 | }, 67 | 68 | populateStat: function (repos, sortKey, idPrefix, options) { 69 | var sortFunction = function (a, b) { 70 | return new Date(b[sortKey]) - new Date(a[sortKey]); 71 | } 72 | var mostRecentRepos = repos.sort(sortFunction); 73 | var repo; 74 | var li; 75 | var i; 76 | 77 | for (i = 0; i < 5; i++) { 78 | li = document.getElementById(idPrefix + '-' + (i + 1)); 79 | repo = mostRecentRepos[i]; 80 | 81 | li.innerHTML = this.generateRecentRepoHTML(repo, options); 82 | } 83 | }, 84 | 85 | populateTotal: function (type) { 86 | return function (response) { 87 | var sourceRepos; 88 | var forkedRepos; 89 | 90 | if (type === "repos") { 91 | sourceRepos = response.data.filter(function (repo) { return !repo.archived && !repo.private && !repo.fork; }); 92 | forkedRepos = response.data.filter(function (repo) { return !repo.archived && !repo.private && repo.fork; }); 93 | document.getElementById('total-public-repos').innerHTML = response.data.length; 94 | document.getElementById('total-source-repos').innerHTML = sourceRepos.length; 95 | document.getElementById('total-forked-repos').innerHTML = forkedRepos.length; 96 | this.populateStat(sourceRepos, 'pushed_at', 'recent', { stars: false, forks: false }); 97 | this.populateStat(sourceRepos, 'stargazers_count', 'starred', { date: false, desc: false }); 98 | this.populateStat(sourceRepos, 'forks_count', 'forked', { date: false, desc: false }); 99 | } else { 100 | var currentCount = Number(document.getElementById('total-members').innerHTML); 101 | if (!isNaN(currentCount)) { 102 | currentCount += Number(response.data.length); 103 | } 104 | else { 105 | currentCount = Number(response.data.length); 106 | } 107 | document.getElementById('total-members').innerHTML = currentCount; 108 | } 109 | 110 | ga('set', 'dimension1', 'success'); // githubApiStatus 111 | if (!window.GA_PAGEVIEW_SENT) { 112 | ga('send', 'pageview'); 113 | GA_PAGEVIEW_SENT = true; 114 | } 115 | }.bind(stats); 116 | }, 117 | 118 | handleGithubFailure: function (e) { 119 | e = e || {}; 120 | 121 | var githubApiError = []; 122 | 123 | if (e.message) { 124 | githubApiError.push(e.message); 125 | } else { 126 | githubApiError.push('NO_MSG'); 127 | } 128 | 129 | if (e.response && e.response.status) { 130 | githubApiError.push(e.response.status); 131 | } else { 132 | githubApiError.push('NO_STATUS'); 133 | } 134 | 135 | if (e.request && e.request.url) { 136 | githubApiError.push(e.request.url); 137 | } else { 138 | githubApiError.push('NO_URL'); 139 | } 140 | 141 | ga('set', 'dimension1', 'failure'); // githubApiStatus 142 | ga('set', 'dimension2', githubApiError.join('|')); // githubApiError 143 | if (!window.GA_PAGEVIEW_SENT) { 144 | ga('send', 'pageview'); 145 | GA_PAGEVIEW_SENT = true; 146 | } 147 | 148 | document.getElementsByClassName('stats')[0].className = 'stats github-api-failed'; 149 | }, 150 | } 151 | 152 | comcast.getRepos().then(stats.populateTotal("repos")).catch(stats.handleGithubFailure.bind(stats)); 153 | 154 | // Organization.listMembers() does not get all pages right now, though other classes 155 | // in the API do. I have put in a pull request to fix it, but until it is merged, this 156 | // will work for the first 200 members. If more are added, this must be updated. 157 | for (var i = 1; i <= 2; i++) { 158 | comcast.listMembers({ 159 | per_page: 100, 160 | page: i 161 | }).then(stats.populateTotal("members")).catch(stats.handleGithubFailure.bind(stats)); 162 | } 163 | }); 164 | }(jQuery)); 165 | -------------------------------------------------------------------------------- /GPL_Enforcement.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | GPL Enforcement 43 | 44 | 45 |
    46 |
    47 |
    48 | Comcast 49 | 57 |
    58 |
    59 |
    60 |

    61 |

    GPL Enforcement

    62 |
    63 |
    64 |
    65 |
    66 |


    Our Committment

    67 | 68 |
      Before filing or continuing to prosecute any legal proceeding or claim (other than a Defensive Action) arising from termination of a Covered License, Comcast commits to extend to the person or entity (“you”) accused of violating the Covered License the following provisions regarding cure and reinstatement, taken from GPL version 3.
    69 | 70 |
      As used here, the term ‘this License’ refers to the specific Covered License being enforced.
    71 | 72 |
      However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.
    73 | 74 |
      Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.
    75 | 76 |
      Comcast intends this Commitment to be irrevocable, and binding and enforceable against Comcast and assignees of or successors to Comcast’s copyrights.
    77 | 78 |
      Comcast may modify this Commitment by publishing a new edition on this page or a successor location.
    79 | 80 |
      Definitions
    81 | 82 |
      ‘Covered License’ means the GNU General Public License, version 2 (GPLv2), the GNU Lesser General Public License, version 2.1 (LGPLv2.1), or the GNU Library General Public License, version 2 (LGPLv2), all as published by the Free Software Foundation.
    83 | 84 |
      ‘Defensive Action’ means a legal proceeding or claim that Comcast brings against you in response to a prior proceeding or claim initiated by you or your affiliate.
    85 | 86 |
      ‘Comcast’ means Comcast and its subsidiaries.
    87 | 88 |

    This work is available under a Creative Commons Attribution-ShareAlike 4.0 International license.

    89 | 90 |

    91 |
    92 |
    93 | 120 | 135 | 136 | 137 | -------------------------------------------------------------------------------- /hacktoberfest.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | Hacktoberfest 2020 43 | 44 | 45 |
    46 |
    47 |
    48 | Comcast 49 | 57 |
    58 |
    59 |
    60 | Hacktoberfest 2020 logo 61 |

    Hacktoberfest 2020

    62 |

    Hacktoberfest is an event that takes place every year for the entire month of October to encourage open source contributions. Here at Comcast we produce and work on many open source projects. This page highlights opportunities and contributions to our projects during Hacktoberfest. 63 |

    64 |
    65 |
    66 |
    67 |
    68 |

    Overall Stats

    69 |
      70 |
    • Total Participating Repos:
       
    • 71 |
    • Total Open Issues:
       
    • 72 |
    • Total Contributors:
       
    • 73 |
    • Total Open Pull Requests:
       
    • 74 |
    • Total Closed Issues:
       
    • 75 |
    • Total Closed Pull Requests:
       
    • 76 |
    77 |
    78 |
    79 |
    80 |

    Participating Repos

    81 | show 82 |
    83 | 85 |
    86 |
    87 |
    88 |

    Contributors

    89 | hide 90 |
    91 |
      92 |
    93 |
    94 |
    95 |
    96 |

    Open Hacktoberfest Issues

    97 | hide 98 |
    99 |
      100 |
    101 |
    102 |
    103 |
    104 | 133 | 134 | 149 | 150 | 151 | -------------------------------------------------------------------------------- /ideas.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | > 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | Comcast Open Source Ideas Page 43 | 44 | 45 |
    46 |
    47 |
    48 | Comcast 49 | 57 |
    58 |
    59 |
    60 |

    2019 Ideas

    61 |

    We are committed to open source software. We use it to build products, attract talent and evolve the technology we use to improve the customer experience. Beyond using open-source technologies to build our products, we contribute actively to a wide range of open-source and open-standards groups including the Linux Foundation, OpenStack Foundation, Apache Foundation, Cloud Foundry Foundation and Internet Engineering Task Force, to name just a few. We also encourage and support our software engineers in open-sourcing the projects they develop at Comcast. 62 |

    63 |

    We know the collective development ethos behind robust open source projects makes our products better and more powerful and we’re committed to being part of the global open source community now and into the future. 64 |

    65 |
    66 |
      67 |
    • 68 | 69 | 70 |

      Comcast OS Showcase and other Project Ideas

      71 |
      72 |

      73 | Comcast.github.io is a site for displaying open source work that Comcast is doing. 74 | This website displays open source projects that 75 | we have developed, along with other information pertaining to open source at Comcast. 76 |

      77 | By participating, you will help with web design, development of web pages using HTML, and Java as required. You will also be working with the GitHub API to help automate metrics, and reporting. You should possess some basic working knowledge of browsers, editors, graphic design, working with APIs, and scripting. 78 |

      79 | Other project ideas include: 80 |

      81 | Automation and redesign. We are looking to have the newest and updated projects show up automatically, with an updated, new clean design. We want the site to be easy to navigate, clean, with a nice new layout.

      82 |

      83 | Design. The selected SoC participant will work to design a clean website displaying open source projects that Comcast has developed.

      84 |

      85 | Metrics. We want to see more numbers, and data backed behind some of the work that we're doing in open source. You will work to create metrics on the portal, such as most popular projects, projects with a thriving community, projects that have the most contributions, highlight the contributors, and more. You will work with Grafana, PostgreSQL, and other open source tools to build and automate the metrics dashboard. 86 |

      87 |

      88 | OSS Scanning tools development. You will add new features and support for an open source scanning tool and UI. You will also have the opportunity to upstream these enhancements to the corresponding open source projects.

      89 |
    • 90 | 91 | 92 | 93 | 94 | 121 |
    122 | 123 | 138 | 139 | 140 | -------------------------------------------------------------------------------- /LICENSE-Apache-2.0: -------------------------------------------------------------------------------- 1 | Apache License 2 | Version 2.0, January 2004 3 | http://www.apache.org/licenses/ 4 | 5 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 6 | 7 | 1. Definitions. 8 | 9 | "License" shall mean the terms and conditions for use, reproduction, 10 | and distribution as defined by Sections 1 through 9 of this document. 11 | 12 | "Licensor" shall mean the copyright owner or entity authorized by 13 | the copyright owner that is granting the License. 14 | 15 | "Legal Entity" shall mean the union of the acting entity and all 16 | other entities that control, are controlled by, or are under common 17 | control with that entity. For the purposes of this definition, 18 | "control" means (i) the power, direct or indirect, to cause the 19 | direction or management of such entity, whether by contract or 20 | otherwise, or (ii) ownership of fifty percent (50%) or more of the 21 | outstanding shares, or (iii) beneficial ownership of such entity. 22 | 23 | "You" (or "Your") shall mean an individual or Legal Entity 24 | exercising permissions granted by this License. 25 | 26 | "Source" form shall mean the preferred form for making modifications, 27 | including but not limited to software source code, documentation 28 | source, and configuration files. 29 | 30 | "Object" form shall mean any form resulting from mechanical 31 | transformation or translation of a Source form, including but 32 | not limited to compiled object code, generated documentation, 33 | and conversions to other media types. 34 | 35 | "Work" shall mean the work of authorship, whether in Source or 36 | Object form, made available under the License, as indicated by a 37 | copyright notice that is included in or attached to the work 38 | (an example is provided in the Appendix below). 39 | 40 | "Derivative Works" shall mean any work, whether in Source or Object 41 | form, that is based on (or derived from) the Work and for which the 42 | editorial revisions, annotations, elaborations, or other modifications 43 | represent, as a whole, an original work of authorship. For the purposes 44 | of this License, Derivative Works shall not include works that remain 45 | separable from, or merely link (or bind by name) to the interfaces of, 46 | the Work and Derivative Works thereof. 47 | 48 | "Contribution" shall mean any work of authorship, including 49 | the original version of the Work and any modifications or additions 50 | to that Work or Derivative Works thereof, that is intentionally 51 | submitted to Licensor for inclusion in the Work by the copyright owner 52 | or by an individual or Legal Entity authorized to submit on behalf of 53 | the copyright owner. For the purposes of this definition, "submitted" 54 | means any form of electronic, verbal, or written communication sent 55 | to the Licensor or its representatives, including but not limited to 56 | communication on electronic mailing lists, source code control systems, 57 | and issue tracking systems that are managed by, or on behalf of, the 58 | Licensor for the purpose of discussing and improving the Work, but 59 | excluding communication that is conspicuously marked or otherwise 60 | designated in writing by the copyright owner as "Not a Contribution." 61 | 62 | "Contributor" shall mean Licensor and any individual or Legal Entity 63 | on behalf of whom a Contribution has been received by Licensor and 64 | subsequently incorporated within the Work. 65 | 66 | 2. Grant of Copyright License. Subject to the terms and conditions of 67 | this License, each Contributor hereby grants to You a perpetual, 68 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 69 | copyright license to reproduce, prepare Derivative Works of, 70 | publicly display, publicly perform, sublicense, and distribute the 71 | Work and such Derivative Works in Source or Object form. 72 | 73 | 3. Grant of Patent License. Subject to the terms and conditions of 74 | this License, each Contributor hereby grants to You a perpetual, 75 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable 76 | (except as stated in this section) patent license to make, have made, 77 | use, offer to sell, sell, import, and otherwise transfer the Work, 78 | where such license applies only to those patent claims licensable 79 | by such Contributor that are necessarily infringed by their 80 | Contribution(s) alone or by combination of their Contribution(s) 81 | with the Work to which such Contribution(s) was submitted. If You 82 | institute patent litigation against any entity (including a 83 | cross-claim or counterclaim in a lawsuit) alleging that the Work 84 | or a Contribution incorporated within the Work constitutes direct 85 | or contributory patent infringement, then any patent licenses 86 | granted to You under this License for that Work shall terminate 87 | as of the date such litigation is filed. 88 | 89 | 4. Redistribution. You may reproduce and distribute copies of the 90 | Work or Derivative Works thereof in any medium, with or without 91 | modifications, and in Source or Object form, provided that You 92 | meet the following conditions: 93 | 94 | (a) You must give any other recipients of the Work or 95 | Derivative Works a copy of this License; and 96 | 97 | (b) You must cause any modified files to carry prominent notices 98 | stating that You changed the files; and 99 | 100 | (c) You must retain, in the Source form of any Derivative Works 101 | that You distribute, all copyright, patent, trademark, and 102 | attribution notices from the Source form of the Work, 103 | excluding those notices that do not pertain to any part of 104 | the Derivative Works; and 105 | 106 | (d) If the Work includes a "NOTICE" text file as part of its 107 | distribution, then any Derivative Works that You distribute must 108 | include a readable copy of the attribution notices contained 109 | within such NOTICE file, excluding those notices that do not 110 | pertain to any part of the Derivative Works, in at least one 111 | of the following places: within a NOTICE text file distributed 112 | as part of the Derivative Works; within the Source form or 113 | documentation, if provided along with the Derivative Works; or, 114 | within a display generated by the Derivative Works, if and 115 | wherever such third-party notices normally appear. The contents 116 | of the NOTICE file are for informational purposes only and 117 | do not modify the License. You may add Your own attribution 118 | notices within Derivative Works that You distribute, alongside 119 | or as an addendum to the NOTICE text from the Work, provided 120 | that such additional attribution notices cannot be construed 121 | as modifying the License. 122 | 123 | You may add Your own copyright statement to Your modifications and 124 | may provide additional or different license terms and conditions 125 | for use, reproduction, or distribution of Your modifications, or 126 | for any such Derivative Works as a whole, provided Your use, 127 | reproduction, and distribution of the Work otherwise complies with 128 | the conditions stated in this License. 129 | 130 | 5. Submission of Contributions. Unless You explicitly state otherwise, 131 | any Contribution intentionally submitted for inclusion in the Work 132 | by You to the Licensor shall be under the terms and conditions of 133 | this License, without any additional terms or conditions. 134 | Notwithstanding the above, nothing herein shall supersede or modify 135 | the terms of any separate license agreement you may have executed 136 | with Licensor regarding such Contributions. 137 | 138 | 6. Trademarks. This License does not grant permission to use the trade 139 | names, trademarks, service marks, or product names of the Licensor, 140 | except as required for reasonable and customary use in describing the 141 | origin of the Work and reproducing the content of the NOTICE file. 142 | 143 | 7. Disclaimer of Warranty. Unless required by applicable law or 144 | agreed to in writing, Licensor provides the Work (and each 145 | Contributor provides its Contributions) on an "AS IS" BASIS, 146 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 147 | implied, including, without limitation, any warranties or conditions 148 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A 149 | PARTICULAR PURPOSE. You are solely responsible for determining the 150 | appropriateness of using or redistributing the Work and assume any 151 | risks associated with Your exercise of permissions under this License. 152 | 153 | 8. Limitation of Liability. In no event and under no legal theory, 154 | whether in tort (including negligence), contract, or otherwise, 155 | unless required by applicable law (such as deliberate and grossly 156 | negligent acts) or agreed to in writing, shall any Contributor be 157 | liable to You for damages, including any direct, indirect, special, 158 | incidental, or consequential damages of any character arising as a 159 | result of this License or out of the use or inability to use the 160 | Work (including but not limited to damages for loss of goodwill, 161 | work stoppage, computer failure or malfunction, or any and all 162 | other commercial damages or losses), even if such Contributor 163 | has been advised of the possibility of such damages. 164 | 165 | 9. Accepting Warranty or Additional Liability. While redistributing 166 | the Work or Derivative Works thereof, You may choose to offer, 167 | and charge a fee for, acceptance of support, warranty, indemnity, 168 | or other liability obligations and/or rights consistent with this 169 | License. However, in accepting such obligations, You may act only 170 | on Your own behalf and on Your sole responsibility, not on behalf 171 | of any other Contributor, and only if You agree to indemnify, 172 | defend, and hold each Contributor harmless for any liability 173 | incurred by, or claims asserted against, such Contributor by reason 174 | of your accepting any such warranty or additional liability. 175 | 176 | END OF TERMS AND CONDITIONS 177 | 178 | APPENDIX: How to apply the Apache License to your work. 179 | 180 | To apply the Apache License to your work, attach the following 181 | boilerplate notice, with the fields enclosed by brackets "{}" 182 | replaced with your own identifying information. (Don't include 183 | the brackets!) The text should be enclosed in the appropriate 184 | comment syntax for the file format. We also recommend that a 185 | file or class name and description of purpose be included on the 186 | same "printed page" as the copyright notice for easier 187 | identification within third-party archives. 188 | 189 | Copyright {yyyy} {name of copyright owner} 190 | 191 | Licensed under the Apache License, Version 2.0 (the "License"); 192 | you may not use this file except in compliance with the License. 193 | You may obtain a copy of the License at 194 | 195 | http://www.apache.org/licenses/LICENSE-2.0 196 | 197 | Unless required by applicable law or agreed to in writing, software 198 | distributed under the License is distributed on an "AS IS" BASIS, 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 200 | See the License for the specific language governing permissions and 201 | limitations under the License. 202 | -------------------------------------------------------------------------------- /sponsorship.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | Sponsorship 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 34 | 35 | 37 | 38 | 40 | 41 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 |
    60 |
    61 |
    62 | Comcast 63 | 71 |
    72 |
    73 |
    74 |

    Sponsorship

    75 |
    76 |
    77 |
    78 | 85 |
      86 |
    • 87 |

      Platinum

      88 |
        89 |
      • 90 | 91 | 92 |

        Apache

        93 |
        94 |

        95 | The mission of the Apache Software Foundation (ASF) is to provide software for the public good. We do this by providing services and support for many like-minded software project communities consisting of individuals who choose to participate in ASF activities. 96 |

        97 |
      • 98 |
      99 |
    • 100 | 101 |
    • 102 |

      Silver

      103 |
        104 |
      • 105 | 106 | 107 |

        Cloud Foundry

        108 |
        109 |

        110 | The Cloud Foundry Foundation exists to drive the global awareness and adoption of the Cloud Foundry open source project, to grow a vibrant community of contributors, and to create coherence in strategy and action across all member companies for the sake of the project. We will do this by marketing the economic and technical activity of the entire Cloud Foundry community; governing with fairness, energy, and optimism; and growing a massive ecosystem based on application and skills portability. 111 |

        112 |
      • 113 |
      • 114 | 115 | 116 |

        Cloud Native Computing Foundation

        117 |
        118 |

        119 | Cloud native technologies empower organizations to build and run scalable applications in modern, dynamic environments such as public, private, and hybrid clouds. Containers, service meshes, microservices, immutable infrastructure, and declarative APIs exemplify this approach. 120 |

        121 |
      • 122 |
      • 123 | 124 | 125 |

        The Linux Foundation

        126 |
        127 |

        128 | The Linux Foundation is dedicated to building sustainable ecosystems around open source projects to accelerate technology development and industry adoption. 129 |

        130 |
      • 131 |
      132 |
    • 133 | 134 |
    • 135 |

      Preferred

      136 |
        137 |
      • 138 | 139 | 140 |

        RDK

        141 |
        142 |

        143 | Reference Design Kit, is a fully modular, portable, and customizable open source software solution that standardizes core functions used in video, broadband and IoT devices. 144 |

        145 |
      • 146 |
      147 |
    • 148 | 149 |
    • 150 |

      Member

      151 |
        152 |
      • 153 | 154 | 155 |

        Yocto Project

        156 |
        157 |

        158 | The Yocto Project (YP) is an open source collaboration project that helps developers create custom Linux-based systems regardless of the hardware architecture. 159 |

        160 |
      • 161 |
      • 162 | 163 | 164 |

        OpenStack

        165 |
        166 |

        167 | OpenStack software controls large pools of compute, storage, and networking resources throughout a datacenter, managed through a dashboard or via the OpenStack API. OpenStack works with popular enterprise and open source technologies making it ideal for heterogeneous infrastructure. 168 |

        169 |
      • 170 |
      • 171 | 172 | 173 |

        OpenChain

        174 |
        175 |

        176 | The OpenChain Project builds trust in open source by making open source license compliance simpler and more consistent. 177 |

        178 |
      • 179 |
      • 180 | 181 | 182 |

        ToDo Group

        183 |
        184 |

        185 | TODO is an open group of companies who want to collaborate on practices, tools, and other ways to run successful and effective open source projects and programs. 186 |

        187 |
      • 188 |
      189 |
    • 190 |
    191 |
    192 | 225 |
    226 | 227 | 244 | 245 | 246 | -------------------------------------------------------------------------------- /style/style.css: -------------------------------------------------------------------------------- 1 | /* 2 | * @license 3 | * Copyright 2017 Comcast Cable Communications Management, LLC 4 | * 5 | * Licensed under the Apache License, Version 2.0 (the "License"); 6 | * you may not use this file except in compliance with the License. 7 | * You may obtain a copy of the License at 8 | * 9 | * http://www.apache.org/licenses/LICENSE-2.0 10 | * 11 | * Unless required by applicable law or agreed to in writing, software 12 | * distributed under the License is distributed on an "AS IS" BASIS, 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | * See the License for the specific language governing permissions and 15 | * limitations under the License. 16 | */ 17 | 18 | html, body { 19 | padding: 0; 20 | margin: 0; 21 | color: #191919; 22 | background-color: #eef1f3; 23 | } 24 | 25 | a { 26 | cursor: pointer; 27 | } 28 | 29 | .screen-reader-text { 30 | position: absolute !important; 31 | display: block; 32 | visibility: visible; 33 | overflow: hidden; 34 | width: 1px; 35 | height: 1px; 36 | margin: -1px; 37 | border: 0; 38 | padding: 0; 39 | clip: rect(0px, 0px, 0px, 0px); /* deprecated */ 40 | clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); 41 | white-space: nowrap; /* wrap uses line feeds but LFs are not recognized as spaces by screen readers */ 42 | } 43 | 44 | header { 45 | display: block; 46 | background: #fff; 47 | border-bottom: 1px solid #E6EAED; 48 | height: 60px; 49 | } 50 | 51 | header img { 52 | margin-top: 12px; 53 | height: 35px; 54 | } 55 | 56 | .navbar { 57 | display: none; 58 | } 59 | .navbar a:hover { 60 | color:rgb(0,0,0); 61 | } 62 | 63 | .talks-content section ul { 64 | display: flex; 65 | flex-wrap: wrap; 66 | justify-content: space-between; 67 | } 68 | 69 | .talks-content section ul li { 70 | background: #fff; 71 | border: 1px solid #DDE2E6; 72 | padding: 1em; 73 | width: 100%; 74 | overflow: hidden; 75 | box-sizing: border-box; 76 | } 77 | 78 | .talks-content section ul li:nth-of-type(3n) { 79 | margin-right: 0; 80 | } 81 | 82 | .talks-content section ul li h2 { 83 | font-size: 1.5rem; 84 | } 85 | 86 | .talks-content section ul li h3 { 87 | font-size: 1rem; 88 | } 89 | 90 | @media all and (min-width: 520px) { 91 | .navbar { 92 | float: right; 93 | } 94 | 95 | .navbar, .navbar li { 96 | list-style-type: none; 97 | margin: 0; 98 | padding: 0; 99 | display: inline-block; 100 | } 101 | 102 | .navbar a { 103 | display: inline-block; 104 | height: 60px; 105 | line-height: 60px; 106 | box-sizing: border-box; 107 | color: #868F96; 108 | font-weight: 500; 109 | font-size: 14px; 110 | padding: 0 20px; 111 | } 112 | 113 | .navbar li:last-of-type a { 114 | padding-right: 0; 115 | } 116 | } 117 | 118 | header > div, .intro-message-container, .sponsorship, .projects, .blog-content, .talks-content, .stats, 119 | .hacktoberfest-stats { 120 | margin-left: 15%; 121 | margin-right: 15%; 122 | } 123 | 124 | .intro-message-container { 125 | border-bottom: 1px solid #DDE2E6; 126 | } 127 | 128 | .hero-logo-container { 129 | width: 320px; 130 | padding-top: 5%; 131 | margin: 0 auto 1.5em; 132 | border: 1px solid#000; 133 | border-width: 0 0 1px 0; 134 | } 135 | 136 | 137 | /**Carousel**/ 138 | #slide2, #slide3{ 139 | display:none; 140 | } 141 | 142 | .carousel-hero-img, .slide-text-container{ 143 | display: block; 144 | } 145 | 146 | .slide-text-container { 147 | background-color: rgb(48,48,48); 148 | box-sizing: border-box; 149 | } 150 | 151 | .slide-text-container .carousel-slide-title, .slide-text-container .carousel-text{ 152 | color:white; 153 | text-align:left; 154 | word-wrap:normal; 155 | } 156 | 157 | .slide-text-container .carousel-slide-title{ 158 | font-weight:bold; 159 | padding-top:2%; 160 | } 161 | 162 | .slide-text-container{ 163 | padding: 3%; 164 | vertical-align:top; 165 | height:inherit; 166 | word-wrap:normal; 167 | } 168 | 169 | .hero-carousel{ 170 | list-style-type:none; 171 | margin: 0 0 0 0; 172 | } 173 | 174 | .hero-slides{ 175 | background-color:rgb(48,48,48); 176 | display: block; 177 | } 178 | 179 | .hero-slides .carousel-hero-img{ 180 | width:auto; 181 | height:inherit; 182 | } 183 | 184 | .hero-carousel-container{ 185 | max-width:1200px; 186 | position:relative; 187 | } 188 | 189 | .prev, .next{ 190 | display:none; 191 | position:absolute; 192 | top:0; /*40%*/ 193 | font-size:1.6rem; 194 | text-align:center; 195 | color:#f3f3f3; 196 | margin:auto; 197 | padding-top:9.7rem; 198 | padding-bottom:9.7rem; 199 | z-index:100; 200 | cursor:pointer; 201 | } 202 | 203 | .prev{ 204 | float:left; 205 | left:0; 206 | padding-left:2rem; 207 | padding-right:4rem; 208 | } 209 | 210 | .next{ 211 | float:right; 212 | right:0; 213 | padding-left:4rem; 214 | padding-right:2rem; 215 | } 216 | 217 | .hero-carousel:hover .prev, .hero-carousel:hover .next{ 218 | display:block; 219 | } 220 | 221 | .prev:hover, .next:hover{ 222 | color:#2B9CD8; 223 | opacity:0.6; 224 | } 225 | 226 | .carousel-text a{ 227 | color:white; 228 | font-weight: bold; 229 | } 230 | 231 | .slide-text-container .carousel-text .carousel-text-link:hover{ 232 | color: #2B9CD8; 233 | } 234 | 235 | .navdot-container{ 236 | text-align:center; 237 | padding-top:0.5rem; 238 | bottom:0; 239 | } 240 | 241 | .navdot{ 242 | border-radius:50%; 243 | height: 13px; 244 | width: 13px; 245 | margin: 0 4px; 246 | background-color: #bbb; 247 | border-radius: 50%; 248 | display: inline-block; 249 | transition: background-color 0.6s ease; 250 | cursor:pointer; 251 | } 252 | 253 | .active, .navdot:hover { 254 | background-color: #717171; 255 | } 256 | 257 | @media all and (min-width: 1025px) { 258 | .carousel-hero-img, .slide-text-container{ 259 | display:inline-block; 260 | top:0; 261 | } 262 | 263 | .hero-slides .carousel-hero-img { 264 | max-width: 49%; 265 | } 266 | 267 | .slide-text-container { 268 | height: 22rem; 269 | overflow: auto; 270 | width: 50%; 271 | } 272 | 273 | .hero-slides{ 274 | height:22rem; 275 | } 276 | } 277 | 278 | /**End of Carousel**/ 279 | 280 | .sticky { 281 | position: fixed; 282 | top: 0; 283 | } 284 | 285 | ul.sticky, .projects, .sponsorship { 286 | padding-top: 2em; 287 | } 288 | 289 | .projects, 290 | .sponsorship { 291 | clear: both; 292 | } 293 | 294 | .category-menu li { 295 | display: none; 296 | } 297 | 298 | .category-menu li:first-of-type { 299 | display: block; 300 | padding-bottom: 1rem; 301 | } 302 | 303 | .category-menu li:first-of-type a { 304 | font-weight: 400; 305 | font-size: 2rem; 306 | color: #191919; 307 | } 308 | 309 | .category-menu, 310 | .category-menu li { 311 | list-style-type: none; 312 | margin: 0; 313 | padding: 0; 314 | } 315 | 316 | .github-content, 317 | .github-content ul, 318 | .github-content li, 319 | .member-content, 320 | .member-content ul, 321 | .member-content li, 322 | .blog-content ul, 323 | .blog-content li, 324 | .talks-content ul, 325 | .talks-content li { 326 | list-style-type: none; 327 | margin: 0 0 1em; 328 | padding: 0; 329 | } 330 | 331 | .blog-content p, 332 | .talks-content p { 333 | margin: 1.5em 0; 334 | } 335 | 336 | .blog-content section, 337 | .talks-content section { 338 | margin-bottom: 1.5em; 339 | } 340 | 341 | .blog-content h2, 342 | .talks-content h2 { 343 | font-weight: 500; 344 | font-size: 1.25rem; 345 | } 346 | 347 | .blog-content li, 348 | .blog-content li { 349 | margin: 1.5em 0; 350 | } 351 | 352 | @media all and (min-width: 700px) { 353 | .talks-content section ul li { 354 | width: 49% 355 | } 356 | .category-menu { 357 | display: block; 358 | float: left; 359 | width: 200px; 360 | } 361 | 362 | .category-menu li, 363 | .category-menu li:first-of-type { 364 | display: block; 365 | padding: 0; 366 | } 367 | 368 | .category-menu li:first-of-type a { 369 | border-left: 2px solid #0272B6; 370 | font-weight: 300; 371 | font-size: 22px; 372 | padding: 4px 0 4px 20px; 373 | } 374 | 375 | .category-menu li:first-of-type a:hover { 376 | font-weight: 400; 377 | color: #191919; 378 | } 379 | 380 | .category-menu a { 381 | font-weight: 400; 382 | font-size: 15px; 383 | padding-left: 40px; 384 | height: 35px; 385 | line-height: 35px; 386 | color: #868F96; 387 | } 388 | 389 | .category-menu a:hover { 390 | color: #191919; 391 | } 392 | 393 | .category-menu a.active-category { 394 | color: #2A2C2D; 395 | font-weight: 700; 396 | } 397 | 398 | .github-content, 399 | .member-content { 400 | margin-left: 220px; 401 | } 402 | 403 | .github-content .github-category, 404 | .member-content .member-category { 405 | display: block; 406 | } 407 | 408 | .github-content.category-selected .github-category, 409 | .member-content.category-selected .member-category { 410 | display: none; 411 | } 412 | 413 | .member-content.platinum-selected #platinum-members, 414 | .member-content.silver-selected #silver-members, 415 | .member-content.preferred-selected #preferred-members, 416 | .member-content.members-selected #members, 417 | .github-content.backend-selected #backend-projects, 418 | .github-content.bigdata-selected #bigdata-projects, 419 | .github-content.frontend-selected #frontend-projects, 420 | .github-content.hardware-selected #hardware-projects, 421 | .github-content.infrastructure-selected #infrastructure-projects, 422 | .github-content.android-selected #android-projects, 423 | .github-content.systemtools-selected #systemtools-projects, 424 | .github-content.testing-selected #testing-projects, 425 | .github-content.video-selected #video-projects, 426 | .github-content.xmidt-selected #xmidt-projects { 427 | display: block; 428 | } 429 | 430 | li.github-project, 431 | li.member, 432 | .blog-content section { 433 | background: #fff; 434 | border: 1px solid #DDE2E6; 435 | padding: 1em; 436 | overflow: hidden; 437 | } 438 | 439 | .project-logo, 440 | .member-logo { 441 | height: 200px; 442 | width: 200px; 443 | display: block; 444 | margin: 0 auto 1em; 445 | } 446 | 447 | .additional-projects { 448 | border-bottom: 1px solid #B1B9BF; 449 | overflow: hidden; 450 | } 451 | 452 | @media all and (min-width: 535px) and (max-width: 699px), (min-width: 849px) { 453 | .additional-projects li { 454 | float: left; 455 | width: 48%; 456 | clear: right; 457 | } 458 | .additional-projects ul > :nth-child(even) { 459 | float: right; 460 | } 461 | } 462 | 463 | @media all and (min-width: 1200px) { 464 | .talks-content section ul li { 465 | width: 33%; 466 | } 467 | .additional-projects li { 468 | width: 32%; 469 | padding-right: 2%; 470 | clear: right; 471 | } 472 | .additional-projects ul > :nth-child(even) { 473 | float: left; 474 | } 475 | .additional-projects ul > :nth-child(3n) { 476 | float: right; 477 | padding-right: 0; 478 | } 479 | .hero-carousel-container { 480 | margin-left: 15%; 481 | margin-right: 15%; 482 | } 483 | .project-logo, 484 | .member-logo { 485 | margin: 0 1em 0 0; 486 | float: left; 487 | } 488 | .project-description, 489 | .member-description { 490 | margin-left: calc(200px + 1em); 491 | } 492 | } 493 | 494 | .stats { 495 | border-top: 1px solid #DDE2E6; 496 | margin-top: -17px; 497 | margin-bottom: 4rem; 498 | padding-top: 2rem; 499 | } 500 | 501 | .stats > section { 502 | margin: -0.5rem -0.5rem 0; 503 | } 504 | 505 | .stats > section.row { 506 | display: -webkit-box; 507 | display: -ms-flexbox; 508 | display: flex; 509 | -webkit-box-pack: justify; 510 | -ms-flex-pack: justify; 511 | justify-content: space-between; 512 | -ms-flex-wrap: wrap; 513 | flex-wrap: wrap; 514 | } 515 | 516 | @media all and (min-width: 1100px) { 517 | .stats > section.row { 518 | -ms-flex-wrap: nowrap; 519 | flex-wrap: nowrap; 520 | } 521 | } 522 | 523 | .hacktoberfest-stats > section { 524 | display: -webkit-box; 525 | display: -ms-flexbox; 526 | display: flex; 527 | -webkit-box-pack: justify; 528 | -ms-flex-pack: justify; 529 | justify-content: space-between; 530 | -ms-flex-wrap: wrap; 531 | flex-wrap: wrap; 532 | margin: -0.5rem; 533 | } 534 | 535 | .hacktoberfest-stats { 536 | margin-top: -17px; 537 | margin-bottom: 4rem; 538 | padding-top: 2rem; 539 | } 540 | 541 | .stat-box { 542 | -webkit-box-flex: 1; 543 | -ms-flex: 1 1 auto; 544 | flex: 1 1 auto; 545 | background: #fff; 546 | border: 1px solid #DDE2E6; 547 | padding: 1rem; 548 | overflow: hidden; 549 | margin: 0.5rem 0.25rem; 550 | min-width: 27%; 551 | } 552 | 553 | .stat-box li { 554 | margin-bottom: 0.5rem; 555 | } 556 | 557 | .stat-box a { 558 | font-size: 1.2rem; 559 | margin-right: 0.5rem; 560 | } 561 | 562 | .issues-list a { 563 | font-size: 1rem; 564 | margin-right: 0.5rem; 565 | } 566 | 567 | .stat-box span { 568 | color: #9BA4AA; 569 | font-weight: 300; 570 | } 571 | 572 | .stat-box .repo-update-date { 573 | color: #2A2C2D; 574 | font-size: 0.8125rem; 575 | text-transform: uppercase; 576 | } 577 | 578 | .stat-box .repo-bullet { 579 | color: #44484C; 580 | margin: 0 0.5rem; 581 | } 582 | 583 | .stat-heading { 584 | display: -webkit-box; 585 | display: -ms-flexbox; 586 | display: flex; 587 | -webkit-flex-flow: row nowrap; 588 | -ms-flex-flow: row nowrap; 589 | flex-flow: row nowrap; 590 | -webkit-box-pack: justify; 591 | -ms-flex-pack: justify; 592 | justify-content: space-between; 593 | align-items: baseline; 594 | } 595 | 596 | .stat-toggle:hover { 597 | color: #000; 598 | cursor: pointer; 599 | } 600 | 601 | .github-api-failed .stat-box { 602 | display: none; 603 | } 604 | 605 | .github-api-failed #stat-newest { 606 | display: block; 607 | } 608 | 609 | footer { 610 | display: block; 611 | background: #181818 url('../img/footer-bg.jpg') center center no-repeat; 612 | background-size: cover; 613 | color: #fff; 614 | text-align: center; 615 | } 616 | 617 | footer h2 { 618 | margin: 0; 619 | padding: 1rem; 620 | font-weight: 100; 621 | font-size: 3rem; 622 | color: #fff; 623 | } 624 | 625 | footer p { 626 | font-weight: 200; 627 | font-size: 1.5rem; 628 | padding-left: 1rem; 629 | padding-right: 1rem; 630 | color: #C7CDD2; 631 | } 632 | 633 | footer h2 span, 634 | footer p span { 635 | white-space: nowrap; 636 | } 637 | 638 | footer a { 639 | color: #fff; 640 | } 641 | 642 | footer a:hover { 643 | color: #0272b6; 644 | } 645 | 646 | address { 647 | padding-bottom: 2rem; 648 | } 649 | 650 | address a { 651 | background-position: top center; 652 | background-repeat: no-repeat; 653 | background-size: 120px 90px; 654 | padding-top: 106px; 655 | display: block; 656 | margin: 0 0 1rem; 657 | } 658 | 659 | address .twitter { 660 | background-image: url('../img/icon-twitter-bubble.svg'); 661 | } 662 | 663 | address .twitter:hover { 664 | background-image: url('../img/icon-twitter-bubble-hover.svg'); 665 | } 666 | 667 | address .email { 668 | background-image: url('../img/icon-email-bubble.svg'); 669 | } 670 | 671 | address .email:hover { 672 | background-image: url('../img/icon-email-bubble-hover.svg'); 673 | } 674 | 675 | address .blog { 676 | background-image: url('../img/icon-comcast-labs.svg'); 677 | } 678 | 679 | address .blog:hover { 680 | background-image: url('../img/icon-comcast-labs-hover.svg'); 681 | } 682 | 683 | .social { 684 | margin: 3rem auto 4rem; 685 | } 686 | 687 | .social img { 688 | vertical-align: middle; 689 | display: inline-block; 690 | margin: 0 auto; 691 | } 692 | 693 | .social li { 694 | display: inline; 695 | margin: 0 15px; 696 | } 697 | 698 | .social a { 699 | opacity: .8; 700 | } 701 | 702 | .social a:hover { 703 | opacity: 1; 704 | } 705 | 706 | .copyright { 707 | text-align: center; 708 | color: #646A70; 709 | font-size: .75rem; 710 | line-height: 2.0em; 711 | text-transform: uppercase; 712 | padding: 0 0 1rem; 713 | } 714 | 715 | .copyright img { 716 | width: 76px; 717 | display: block; 718 | margin: 0 auto 15px; 719 | } 720 | 721 | .copyright a { 722 | color: #9BA4AA; 723 | margin-left: 14px; 724 | } 725 | 726 | .copyright .humans { 727 | display: inline-block; 728 | width: 88px; 729 | height: 17px; 730 | background: url('../img/logo-humans.png') bottom center no-repeat; 731 | background-size: 100%; 732 | } 733 | 734 | @keyframes placeHolderShimmer{ 735 | 0%{ 736 | background-position: -468px 0 737 | } 738 | 100%{ 739 | background-position: 468px 0 740 | } 741 | } 742 | 743 | .animated-loader { 744 | animation-duration: 1s; 745 | animation-fill-mode: forwards; 746 | animation-iteration-count: infinite; 747 | animation-name: placeHolderShimmer; 748 | animation-timing-function: linear; 749 | background: #f6f7f8; 750 | background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%); 751 | background-size: 800px 104px; 752 | } 753 | 754 | .stats-text { 755 | width: 50px; 756 | position: relative; 757 | display: inline-block; 758 | } 759 | 760 | @media all and (min-width: 900px) { 761 | footer { 762 | min-height: 100vh; 763 | display: -webkit-box; 764 | display: -ms-flexbox; 765 | display: flex; 766 | -webkit-box-orient: vertical; 767 | -webkit-box-direction: normal; 768 | -ms-flex-direction: column; 769 | flex-direction: column; 770 | -webkit-box-pack: justify; 771 | -ms-flex-pack: justify; 772 | justify-content: space-between; 773 | } 774 | footer h2 { 775 | font-size: 4rem; 776 | padding-top: 2rem; 777 | } 778 | address { 779 | display: -webkit-box; 780 | display: -ms-flexbox; 781 | display: flex; 782 | -webkit-box-pack: center; 783 | -ms-flex-pack: center; 784 | justify-content: center; 785 | } 786 | address a { 787 | background-size: 120px 90px; 788 | padding-top: 106px; 789 | display: inline-block; 790 | width: 200px; 791 | } 792 | } 793 | 794 | .thumbnail { 795 | max-width: 80px; 796 | } 797 | 798 | h1,h2 { 799 | font-weight: bold; 800 | } 801 | -------------------------------------------------------------------------------- /blog.html: -------------------------------------------------------------------------------- 1 | 2 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | Comcast Open Source Blog 43 | 44 | 45 |
    46 |
    47 |
    48 | Comcast 49 | 57 |
    58 |
    59 |
    60 |

    Comcast Open Source Blog

    61 |

    The Comcast Labs blog is a place where Comcast technologists talk about the work they are doing, the products, infrastructure, and services they are building, and the trends and developments that are changing how we experience entertainment. 62 |

    63 |
    64 |
    65 |

    Check the below links to read blog entries that are related to open source at Comcast.

    66 |
    67 |

    2021

    68 | 75 |

    2020

    76 | 104 |

    2019

    105 | 134 |

    2018

    135 | 159 |

    2017

    160 | 168 |

    2016

    169 | 177 |
    178 |
    179 | 206 | 221 | 222 | 223 | -------------------------------------------------------------------------------- /img/logo-comcast-alt.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Layer_1 5 | Created with Sketch. 6 | 7 | 8 | 28 | 29 | --------------------------------------------------------------------------------