Skip to content

Instantly share code, notes, and snippets.

View xee5ch's full-sized avatar

Al xee5ch

View GitHub Profile
@xee5ch
xee5ch / PKGBUILD.txt
Created May 29, 2021 22:29
Current example PKGBUILD for imdone
# Maintainer: Al S < [email protected]>
pkgname=imdone-bin
_pkgname=imdone
pkgver=1.17.6
pkgrel=1
pkgdesc="Simple and powerful kanban board that works on top of a local folder of plain text markdown files or code."
arch=('i686' 'x86_64')
provides=('imdone')
url="https://imdone.io/"
license=('custom:imdone')
@xee5ch
xee5ch / csf_catalog.xml
Created February 19, 2023 00:30
Catalogs in OSCAL 1.0.4 may erroneously require parts to have IDs?
<?xml version="1.0" encoding="UTF-8"?>
<catalog uuid="382c2910-3f85-40d1-9724-7180fdabcc24"
xmlns="http://csrc.nist.gov/ns/oscal/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://csrc.nist.gov/ns/oscal/1.0 https://raw.githubusercontent.com/usnistgov/OSCAL/v1.0.4/xml/schema/oscal_complete_schema.xsd">
<metadata>
<title>NIST Cybersecurity Framework</title>
<last-modified>2023-02-18T12:47:36.496-05:00</last-modified>
<version>1.1</version>
<oscal-version>1.0.4</oscal-version>
@xee5ch
xee5ch / controls_catalog.json
Created March 14, 2023 22:12
cloud-native-security-controls/controls-catalog#25 sample catalog from commit efd54969bd1abf8a253418d8a43c4c8b303147e8
{
"uuid": "d74dc2ba-eb2e-44b7-93e2-457076506395",
"metadata": {
"title": "Cloud Native Security Controls Catalog",
"published": null,
"last_modified": "2023-03-14T18:07:44.230+00:00",
"version": "0.0.1",
"oscal_version": "1.0.2",
"revisions": null,
"document_ids": null,
@xee5ch
xee5ch / test.md
Last active April 9, 2024 03:54
Testing block-beta mermaid files
block-beta
  block:e:3
          l["left"]
          m("A wide one in the middle")
          r["right"]
          l["col 1"]
          m("col 2")
          r["col 3"]
 end