Skip to content

Instantly share code, notes, and snippets.

View nrayapati's full-sized avatar
🎯
Focusing

Naresh Rayapati nrayapati

🎯
Focusing
View GitHub Profile
@nrayapati
nrayapati / pause_builds.groovy
Created September 13, 2018 15:38
2^5 2018 Cerner
import jenkins.model.*;
// Init hook to pause Jenkins builds.
// cerner_2^5_2018
Jenkins.instance.doQuietDown();
@nrayapati
nrayapati / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
<template>
<style>
:host {
background-color: rgb(193, 134, 174);
}
#chart_js {
@nrayapati
nrayapati / designer.html
Last active August 29, 2015 14:12
designer
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1AppScaffold.html">
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1PageContainer.html">
<link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationStageLeft.html">
<link rel="import" href="../../salesforce/s1-elements/s1StagedNavigationNotifications.html">
<link rel="import" href="../../salesforce/s1-elements/s1AnchorLightDefault.html">
<link rel="import" href="../../salesforce/s1-elements/s1ListWithLabels.html">
<link rel="import" href="../../salesforce/s1-elements/s1AnchorDark.html">
<link rel="import" href="../../salesforce/s1-elements/s1IndicatorDotsLightBackground.html">
<link rel="import" href="../../salesforce/s1-elements/s1ButtonGroups.html">
<link rel="import" href="../../salesforce/s1-elements/scaffold/s1DetailView.html">