- name: convert ruby hash to json
debug:
msg: "{{ ruby_hash |
regex_replace('([{,]\\s*):([^>\\s]+)\\s*=>', '\\1\"\\2\"=>') |
regex_replace('([{,]\\s*)([0-9]+\\.?[0-9]*)\\s*=>', '\\1\"\\2\"=>') |
regex_replace('([{,]\\s*)(\".+?\"\\|[0-9]+\\.?[0-9]*)\\s*=>\\s*:([^,}\\s]+\\s*)', '\\1\\2=>\"\\3\"') |
regex_replace('([\\[,]\\s*):([^,\\]\\s]+)', '\\1\"\\2\"') |
regex_replace('=>nil', '=>null') |
regex_replace('([{,]\\s*)(\".+?\"|[0-9]+\\.?[0-9]*)\\s*=>', '\\1\\2:') |
Where-Object Name -contains check_mk_agent.exe |
Select-Object ProcessID, Name, Path, UserModeTime, KernelModeTime |
Format-Table -AutoSize
ProcessID Name Path UserModeTime KernelModeTime
--------- ---- ---- ------------ --------------
3216 check_mk_agent.exe 166250000 210625000
This file contains 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
# Maintainer: Morten Linderud <[email protected]> | |
# Maintainer: gardar <[email protected]> | |
pkgbase="python-testinfra" | |
pkgname=("python-testinfra" "python2-testinfra") | |
_pkgname='testinfra' | |
pkgver=3.4.0 | |
pkgrel=1 | |
pkgdesc='Testinfra test your infrastructures' | |
url='https://github.com/philpep/testinfra' |
This file contains 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
# Maintainer: Morten Linderud <[email protected]> | |
# Maintainer: Gardar <[email protected]> | |
pkgbase="python-anyconfig" | |
pkgname=("python-anyconfig" "python2-anyconfig") | |
pkgver=0.9.10 | |
pkgrel=2 | |
pkgdesc='Generic access to configuration files in any formats (to be in the future)' | |
url='https://github.com/ssato/python-anyconfig' | |
arch=('any') | |
license=('MIT') |
This file contains 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
# Maintainer: skuroedov <[email protected]> | |
# Contributor: gardar <[email protected]> | |
pkgname=arduino-pro-ide | |
pkgver=0.0.3 | |
pkgrel=1 | |
pkgdesc="The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE." | |
arch=('x86_64') | |
depends=('libxss' 'gtk3' 'nodejs-lts-dubnium' 'nss' 'libxkbfile' 'python') | |
makedepends=('gendesk' 'ruby-ronn' 'git') |
This file contains 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
# Maintainer: Gustavo Alvarez <[email protected]> | |
_plug=nnedi3cl | |
pkgname=vapoursynth-plugin-${_plug}-git | |
pkgver=r7.3.0.g2b74109 | |
pkgrel=1 | |
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" | |
arch=('x86_64') | |
url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-NNEDI3CL' | |
license=('GPL2') |
This file contains 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
# Maintainer: Gustavo Alvarez <[email protected]> | |
_plug=eedi3cl | |
pkgname=vapoursynth-plugin-${_plug}-git | |
pkgver=r4.1.gefcba5f | |
pkgrel=1 | |
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" | |
arch=('i686' 'x86_64') | |
url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI3' | |
license=('GPL2') |
This file contains 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
# Maintainer: Gustavo Alvarez <[email protected]> | |
_plug=bm3d | |
pkgname=vapoursynth-plugin-${_plug}-git | |
pkgver=r8.0.g7b3d8dd | |
pkgrel=1 | |
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)" | |
arch=('i686' 'x86_64') | |
url='http://forum.doom9.org/showthread.php?t=172172' | |
license=('MIT') |
This file contains 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
---- Nov 2, 2017 1:42:36 AM ---- | |
01-03 02:56:12.824 324 324 E use-Rlog/RLOG-RIL-QMI: qmuxd: linux_qmi_read_sysfs_config: couldn't open file /sys/module/f_rmnet/parameters/rmnet_ctl_ch | |
01-03 02:56:12.826 324 324 E use-Rlog/RLOG-RIL-QMI: qmuxd: linux_qmi_read_sysfs_config: couldn't open /sys/module/rmnet/parameters/rmnet_ctl_ch | |
01-03 02:56:12.826 324 324 E use-Rlog/RLOG-RIL-QMI: linux_qmi_qmux_if_configure_port_timeout: mode=0, smd_timeout=20, hsic_timeout=60 | |
01-03 02:56:12.827 324 324 E use-Rlog/RLOG-RIL-QMI: linux_qmi_qmux_if_configure_port_timeout: failed to open HSIC timeout config=/sys/devices/virtual/hsicctl/hsicctl0/modem_wait errno [2:No such file or directory] |
NewerOlder