Skip to content

Instantly share code, notes, and snippets.

@insteps
insteps / rfc-alpinelinux-gitlab-flow-v0.0.1.txt
Created March 30, 2020 17:52
rfc: alpinelinux gitlab flow v0.0.1
I have been using a similar git-flow for all my codes for sometime now, and have over period of time found it useful.
Following it may not be as easy it seems
Pros
----
1. One has some buffer zone, in event git commits become undesirable and needs reverting.
2. More independant nodes can join without much difficulty.
@insteps
insteps / gist:db43bdf0fcbca1ac57afc6277332ffee
Created January 13, 2020 15:46
shell script for decryption in codeigniter-v3.1.11
#!/bin/sh
#
# Copyright (c) 2020 V.Krishn
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the Simplified BSD License (also
# known as the "2-Clause License" or "FreeBSD License".)
#
# This program is distributed in the hope that it will be useful,
# but without any warranty; without even the implied warranty of
@insteps
insteps / pagestore-plain.php
Last active April 8, 2020 02:00
experimental, pagestore-plain for pmwiki
<?php if (!defined('PmWiki')) exit();
/**
* pagestore-plain.php
* @author V.Krishn (vkrishn@insteps.net), Copyright 2019-2020
* @note This file is part of Cookbook recipe "Pagestore-plain" for PmWiki;
* You can redistribute it and/or modify it under the terms of the
* GNU General Public License as published by the Free Software
* Foundation; either version 2 of the License, or (at your option)
* any later version. @see pmwiki.php for full details.
*
@insteps
insteps / 0001-add-format-filename.patch
Created July 30, 2015 10:16
turbo-paste, add get option format
From 50e35277923004a7c13d513ae110953475dd9e54 Mon Sep 17 00:00:00 2001
From: "V.Krishn" <vkrishn4@gmail.com>
Date: Wed, 29 Jul 2015 17:29:00 +0000
Subject: [PATCH] add format=<filename>
---
tpl/highlight2.tpl | 23 +++++++++++++++++++++++
turbo-paste.lua | 13 ++++++++++---
2 files changed, 33 insertions(+), 3 deletions(-)
create mode 100644 tpl/highlight2.tpl
@insteps
insteps / 0001-Remove-iconv-translit-references.patch
Created April 10, 2015 07:43
newsbeuter, remove iconv translit references
From 12551d798f145d5dc5b4f910914f95f2c0492428 Mon Sep 17 00:00:00 2001
From: "V.Krishn" <vkrishn4@gmail.com>
Date: Fri, 10 Apr 2015 04:00:33 +0530
Subject: [PATCH] Remove iconv translit references
---
src/stflpp.cpp | 4 ++--
src/utils.cpp | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)