Skip to content

Instantly share code, notes, and snippets.

View brurucy's full-sized avatar
🎯
Focusing

Rucy brurucy

🎯
Focusing
View GitHub Profile
@brurucy
brurucy / dora.js
Last active June 30, 2022 10:59
dora-snippet-example
module.exports = async function (config) {
try {
// Negative Lookahead on comments line
const key = `^(?!#)${config.param}`;
// Get Base image from Dockerfile.CI
const dockerfileCIResults = await findStringByKey(config, key);
const dockerFileConfig = { path: 'Dockerfile', param: config.param };
const dockerfileResults = await findStringByKey(dockerFileConfig, key);
if (dockerfileCIResults.length > 0) {
// Compare the last FROM ocurrency for both files
@brurucy
brurucy / gust.coq
Created March 27, 2021 15:42
ghost
Qed.
@brurucy
brurucy / gost.coq
Created March 27, 2021 14:25
geest
Qed.
@brurucy
brurucy / testib.zig
Created March 27, 2021 11:39
testing_again
pub fn {
buzzfizz
}
@brurucy
brurucy / testing
Created March 25, 2021 20:42
test
gist