This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 77160 sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff2 | |
| 98024 sphinx_rtd_theme/static/fonts/fontawesome-webfont.woff | |
| 134808 sphinx_rtd_theme/static/fonts/FontAwesome.otf | |
| 165548 sphinx_rtd_theme/static/fonts/fontawesome-webfont.ttf | |
| 165742 sphinx_rtd_theme/static/fonts/fontawesome-webfont.eot | |
| 444379 sphinx_rtd_theme/static/fonts/fontawesome-webfont.svg | |
| 1085661 total |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Gruntfile.js b/Gruntfile.js | |
| index 570abd2..a87956a 100644 | |
| --- a/Gruntfile.js | |
| +++ b/Gruntfile.js | |
| @@ -29,21 +29,7 @@ module.exports = function(grunt) { | |
| expand: true, | |
| flatten: true, | |
| src: ['bower_components/font-awesome/fonts/*'], | |
| - dest: 'sphinx_rtd_theme/static/fonts/', | |
| - filter: 'isFile' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/sass/_theme_font_local.sass b/sass/_theme_font_local.sass | |
| index cf08f85..e69de29 100644 | |
| --- a/sass/_theme_font_local.sass | |
| +++ b/sass/_theme_font_local.sass | |
| @@ -1,42 +0,0 @@ | |
| -@font-face | |
| - font-family: 'Lato' | |
| - src: url('../fonts/Lato/lato-regular.eot') | |
| - src: url('../fonts/Lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato/lato-regular.woff2') format('woff2'), url('../fonts/Lato/lato-regular.woff') format('woff'), url('../fonts/Lato/lato-regular.ttf') format('truetype') | |
| - font-weight: 400 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 7bd6f3cdda203d65904b5a454f332d4e18f00918 Mon Sep 17 00:00:00 2001 | |
| From: Kyle Manna <kyle@kylemanna.com> | |
| Date: Sat, 9 Feb 2019 14:45:25 -0800 | |
| Subject: [PATCH] release: Update to v3.0.2 | |
| * Bump version to follow upstream | |
| --- | |
| .SRCINFO | 10 ++++++---- | |
| PKGBUILD | 6 +++--- | |
| 2 files changed, 9 insertions(+), 7 deletions(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| def jobName = "job/staging" | |
| def maxNumber = 400 | |
| // delete all builds before maxNumber | |
| Jenkins.instance.getItemByFullName(jobName).builds.findAll { it.number <= maxNumber }.each { | |
| it.delete() | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function(_0x2729b8, _0x17b2a2) { | |
| var _0x433df2 = function(_0x4301a2) { | |
| while (--_0x4301a2) { | |
| _0x2729b8['push'](_0x2729b8['shift']()); | |
| } | |
| }; | |
| var _0x2d4fa9 = function() { | |
| var _0x22a4f1 = { | |
| 'data': { | |
| 'key': 'cookie', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # $Id$ | |
| # Maintainer: Tom Gundersen <teg@jklm.no> | |
| # Contributor: Travis Willard <travis@archlinux.org> | |
| pkgname=nss-mdns | |
| pkgver=0.14.1 | |
| pkgrel=1 | |
| pkgdesc="glibc plugin providing host name resolution via mDNS" | |
| arch=('x86_64') | |
| url="http://0pointer.de/lennart/projects/nss-mdns/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # | |
| # Process blobs in journalctl logs | |
| # | |
| # journalctl -f -o json | ./journalctl-blob-to-txt.py | jq . | |
| # | |
| import sys | |
| import json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # | |
| # Author: Kyle Manna | |
| # | |
| import collections | |
| import csv | |
| import json | |
| import paramiko | |
| import sys | |
| import time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Time stamping parameters for eno0: | |
| Time stamping parameters for eno1: | |
| Capabilities: | |
| hardware-transmit (SOF_TIMESTAMPING_TX_HARDWARE) | |
| software-transmit (SOF_TIMESTAMPING_TX_SOFTWARE) | |
| hardware-receive (SOF_TIMESTAMPING_RX_HARDWARE) | |
| software-receive (SOF_TIMESTAMPING_RX_SOFTWARE) | |
| software-system-clock (SOF_TIMESTAMPING_SOFTWARE) | |
| hardware-raw-clock (SOF_TIMESTAMPING_RAW_HARDWARE) | |
| PTP Hardware Clock: 0 |