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 emacs --script | |
| ;; | |
| ;; A utility script to export all my org-roam notes via `ox-hugo' | |
| ;; | |
| ;; The script expects the `HUGO_BASE_DIR', `ORG_ROAM_DIR' and `ORG_ROAM_DB' env | |
| ;; vars to be set. | |
| ;; | |
| ;; `HUGO_BASE_DIR' specifies the directory where org-roam nodes will be | |
| ;; exported. |
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: Marin Atanasov Nikolov <dnaeon@gmail.com> | |
| pkgname=ketall-bin | |
| pkgver=1.3.8 | |
| pkgrel=1 | |
| pkgdesc='Like `kubectl get all`, but get really all resources' | |
| arch=('x86_64') | |
| url='https://github.com/corneliusweig/ketall' | |
| license=('Apache') | |
| makedepends=() |
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: Marin Atanasov Nikolov <dnaeon@gmail.com> | |
| pkgname=operator-sdk-bin | |
| pkgver=1.32.0 | |
| pkgrel=1 | |
| pkgdesc='SDK for building Kubernetes applications' | |
| arch=('x86_64') | |
| url='https://github.com/operator-framework/operator-sdk' | |
| license=('Apache') | |
| makedepends=() |
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/.SRCINFO b/.SRCINFO | |
| index 4f0eb4b..b8a3436 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,6 +1,6 @@ | |
| pkgbase = gpredict-git | |
| - pkgdesc = Gpredict is a real-time satellite tracking and orbit prediction application. | |
| - pkgver = 2.0.r1.g9036811 | |
| + pkgdesc = Gpredict satellite tracking application | |
| + pkgver = 2.3.r115.0f3beb6 |
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/.SRCINFO b/.SRCINFO | |
| index 281841c..a66ff62 100644 | |
| --- a/.SRCINFO | |
| +++ b/.SRCINFO | |
| @@ -1,29 +1,33 @@ | |
| pkgbase = sdrpp-git | |
| - pkgdesc = The Bloat-free SDR Receiver | |
| - pkgver = 1.0.4.r462.3336ae4 | |
| + pkgdesc = Cross-Platform SDR Software | |
| + pkgver = 1.0.4.r479.3a06612 |
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: Alexandre Rouma <whatsthetgeek@gmail.com> | |
| # Maintainer: éclairevoyant | |
| # Contributor: Marin Atanasov Nikolov <dnaeon@gmail.com> | |
| _pkgname=sdrpp | |
| pkgname="${_pkgname}-git" | |
| pkgver=1.0.4.r479.3a06612 | |
| pkgrel=1 | |
| epoch= |
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: not_anonymous <nmlibertarian@gmail.com> | |
| # Contributor: Marin Atanasov Nikolov <dnaeon@gmail.com> | |
| # Contributor: Andrey Semisokhin <customs.rnd@gmail.com> | |
| # Original Submission: Bob Finch <w9ya@qrparci.net> | |
| _pkgname=gpredict | |
| pkgname="${_pkgname}-git" | |
| pkgver=2.3.r115.0f3beb6 | |
| pkgrel=1 | |
| pkgdesc='Gpredict satellite tracking application' |
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
| ;; ningle application with custom middlewares | |
| ;; | |
| ;; The middleware here is used to push additional context to the | |
| ;; environment which can later be used by ningle routes. | |
| ;; | |
| ;; Currently this is not possible in ningle, as ningle routes accept a | |
| ;; single argument, which represent the HTTP request parameters, and | |
| ;; this is different than the Lack/Clack routes, which accept the | |
| ;; surrounding environment instead. | |
| ;; |
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
| ;; Decode ASN.1 encoded private key | |
| ;; | |
| ;; RSA private key format: https://www.rfc-editor.org/rfc/rfc3447#appendix-A.1.2 | |
| ;; | |
| ;; RSAPrivateKey ::= SEQUENCE { | |
| ;; version Version, | |
| ;; modulus INTEGER, -- n | |
| ;; publicExponent INTEGER, -- e | |
| ;; privateExponent INTEGER, -- d | |
| ;; prime1 INTEGER, -- p |
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/swank/sbcl.lisp b/swank/sbcl.lisp | |
| index a09e04b3..78038659 100644 | |
| --- a/swank/sbcl.lisp | |
| +++ b/swank/sbcl.lisp | |
| @@ -979,7 +979,8 @@ QUALITIES is an alist with (quality . value)" | |
| (make-location `(:file ,(namestring | |
| (translate-logical-pathname pathname))) | |
| '(:position 1) | |
| - (when (eql type :function) | |
| + (when (and (eql type :function) |
NewerOlder