Skip to content

Instantly share code, notes, and snippets.

View anwargm's full-sized avatar

Anwarhusen Malgave anwargm

View GitHub Profile
@anwargm
anwargm / jenkins-material-amber.css
Last active October 24, 2017 18:46
jenkins-material-theme
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,700,500,300);@keyframes keyframes-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes keyframes-pulse{0%{opacity:1}50%{opacity:0}100%{opacity:1}}[src$='blue.png']{background-image:url('data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23009688%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E')}[src$='red.png']{background-image:url('data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23F44336%22%20d%3D%22M12%202C6.48%202%202%206.48%202%20
@anwargm
anwargm / index.html
Last active August 29, 2015 14:00
Pie Chart? A diiferent angle...
<!DOCTYPE html>
<meta charset="utf-8">
<title>Pie Chart? </title>
<style>
body {
background: #222;
font: 10px sans-serif;
margin: auto;
position: relative;
@anwargm
anwargm / index.html
Last active August 16, 2016 12:13
Pie chart using idea of polar clock
<!DOCTYPE html>
<meta charset="utf-8">
<title>Pie chart using idea of polar clock (though not 100% in total)</title>
<style>
body {
background: #222;
font: 10px sans-serif;
margin: auto;
position: relative;
@anwargm
anwargm / data.js
Last active December 23, 2015 23:29 — forked from adewes/data.js
code_hierarchy_data = [
"",
[
416598,
11581
],
{
"docs": [
"docs",
[
@anwargm
anwargm / flare.json
Created August 10, 2012 15:26
falreTest
{
"name": "flare",
"children": [
{
"name": "analytics",
"children": [
{
"name": "cluster",
"children": [
{"name": "AgglomerativeCluster", "size": 3938},