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
# Savannah Hosts are slower sometimes. Using Github Mirror. | |
git clone https://github.com/emacs-mirror/emacs | |
cd emacs | |
# Checkout Emacs 29 Branch | |
git checkout emacs-29 origin/emacs-29 | |
# Ensure that Emacs Dependencies are pre-installed. | |
# This can be done by installing System's Emacs package or Manually | |
# installing dependencies. |
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
services: | |
silverbullet: | |
user: "1001" | |
image: denoland/deno:alpine | |
init: true | |
environment: | |
TINI_SUBREAPER: 1 | |
volumes: | |
- ../../data/silverbullet/notes:/notes | |
- ../../data/silverbullet/deno:/deno-dir |
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
#!/bin/bash | |
sudo nft -f mullvad-tailscale.rules |
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
require 'commonmarker' | |
module Gollum | |
class Markup | |
mmd = proc { |content| | |
MultiMarkdown.new(content).to_html | |
} | |
GitHub::Markup::Markdown::MARKDOWN_GEMS['commonmarker'] = proc { |content, options: {}| | |
commonmarker_opts = [:GITHUB_PRE_LANG].concat(options.fetch(:commonmarker_opts, [])) | |
commonmarker_exts = options.fetch(:commonmarker_exts, [:tagfilter, :autolink, :table, :strikethrough, :tasklist]) |
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
diff '--color=auto' --unified --recursive --text bond_core/smclib/package.xml bond_core.new/smclib/package.xml | |
--- bond_core/smclib/package.xml 2022-01-10 02:21:04.187157016 +0530 | |
+++ bond_core.new/smclib/package.xml 2022-01-10 02:16:40.986046532 +0530 | |
@@ -5,14 +5,7 @@ | |
<package format="3"> | |
<name>smclib</name> | |
<version>1.8.6</version> | |
- <description> | |
- The State Machine Compiler (SMC) from http://smc.sourceforge.net/ | |
- converts a language-independent description of a state machine |
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
#!/bin/bash | |
echo "Installing the CLI..." | |
pip3 install -i https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple rapyuta-io-cli | |
echo "Ensure docker is running..." | |
sudo systemctl start docker | |
echo "Run a virtual robot inside docker..." | |
docker run \ |
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
diff --git a/PKGBUILD b/PKGBUILD | |
index 02e0d54..9656423 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -10,7 +10,7 @@ url="http://xmlsoft.org/" | |
license=('GPL') | |
depends=('zlib') | |
options=('!libtool') | |
-source=("ftp://xmlsoft.org/libxml2/old/${pkgname}-${pkgver}.tar.gz") | |
+source=("http://xmlsoft.org/sources/old/${pkgname}-${pkgver}.tar.gz") |
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
diff --git a/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go b/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go | |
index 47a69a2a..fcded4aa 100644 | |
--- a/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go | |
+++ b/vendor/github.com/presslabs/mysql-operator/pkg/apis/mysql/v1alpha1/mysqlbackup_types.go | |
@@ -85,7 +85,8 @@ const ( | |
// MysqlBackupStatus defines the observed state of MysqlBackup | |
type MysqlBackupStatus struct { | |
- // Complete marks the backup in final state | |
+ // Completed indicates whether the backup is in a final state, |
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
#! /usr/bin/env bash | |
# set -x | |
if [ ! -f "./Gopkg.toml" ] && [ ! -d "./.git" ] | |
then | |
echo "Directory is not correct" | |
exit 1 | |
fi |
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
<?xml version='1.0'?> | |
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> | |
<fontconfig> | |
<match target="font"> | |
<edit mode="assign" name="antialias"> | |
<bool>true</bool> | |
</edit> | |
<edit mode="assign" name="embeddedbitmap"> | |
<bool>false</bool> | |
</edit> |
NewerOlder