- 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:') |
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 | |
| """ | |
| Decrypt Ruckus Unleashed encrypted files | |
| Algorithm source: https://ms264556.net/ruckus/DecryptRuckusBackups | |
| """ | |
| import struct, sys, os | |
| def ruckus_decrypt(input_path, output_path): | |
| (xor_int, xor_flip) = struct.unpack('QQ', b')\x1aB\x05\xbd,\xd6\xf25\xad\xb8\xe0?T\xc58') | |
| structInt8 = struct.Struct('Q') |
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 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
| # Maintainer: Morten Linderud <morten@linderud.pw> | |
| # Maintainer: gardar <aur@gardar.net> | |
| 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 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
| # Maintainer: Morten Linderud <morten@linderud.pw> | |
| # Maintainer: Gardar <aur@gardar.net> | |
| 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 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
| # Maintainer: skuroedov <skuroedov@email.cz> | |
| # Contributor: gardar <aur@gardar.net> | |
| 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 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
| # Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> | |
| _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 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
| # Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> | |
| _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 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
| # Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> | |
| _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') |
NewerOlder