Skip to content

Instantly share code, notes, and snippets.

View Kakise's full-sized avatar
🤖
Focusing

Kakise Kakise

🤖
Focusing
View GitHub Profile

Keybase proof

I hereby claim:

  • I am Kakise on github.
  • I am kakise (https://keybase.io/kakise) on keybase.
  • I have a public key whose fingerprint is DCE6 50C7 8595 A62D BF91 169D 10C0 3B25 7298 6C93

To claim this, I am signing this object:

# -*- coding: utf-8 -*-
##########################################
### NZBGET POST-PROCESSING SCRIPT ###
# Run untar on tar archives.
#
# Extract tar archives automatically after download
# Mainly used with Lidarr and Headphones as an indexer as some repacks and other files are
# in a tar archive and won't be detected by Lidarr unless it's extracted by nzbget after download.
commit a2bb1e5bfb2aa8b78ca7f0b950bce3e2a7df6965
Author: Kakise <sam.taa@icloud.com>
Date: Wed Oct 14 08:36:24 2020 +0200
Fix macOS build
diff --git a/ndless/src/installer-4.5/Makefile b/ndless/src/installer-4.5/Makefile
index 71b3206..970f80e 100644
--- a/ndless/src/installer-4.5/Makefile
+++ b/ndless/src/installer-4.5/Makefile
#include <iostream>
#include <bitset>
#include <string>
#include <cstdlib>
#include <cstdio>
#include <zint.h> // libzint is needed to compile
#define CLEAR if (system("CLS")) system("clear");
std::bitset<2> selectTemp() {
int tmp;
#############################
# QuickStart.sh #
# @author: Kakise #
# @blog: https://kakise.me/ #
#############################
cd ~/Downloads
curl -Ls https://goo.gl/fd3zc > crouton
chmod +x crouton
sudo ln -s '/media/removable/USB Drive/chroots/' /usr/local/chroots
import React, { Component } from 'react';
import { connect } from 'react-redux';
import Truncate from 'react-truncate-html';
import marked from 'marked';
import { Link } from 'react-router';
import toRead from 'reading-time';
import ReactPaginate from 'react-paginate';
import { fetchPosts } from '../actions/index';
import Asset from './asset';
@Kakise
Kakise / posts_index.js
Last active May 31, 2017 16:15
React test
// Not working, only renders "Chargement..." and nothing else
import React, { Component } from 'react';
import { connect } from 'react-redux';
import Truncate from 'react-truncate-html';
import marked from 'marked';
import { Link } from 'react-router';
import toRead from 'reading-time';
import { fetchPosts } from '../actions/index';
import Asset from './asset';
// Author: Kakise
// Date: 22h12 9 Février 2017
// Description: locate but written in Node and fancier (I guess?)
// License: GPL-3.0
var fs = require('fs');
var path = require('path');
var dir
if (typeof process.argv[2] !== "undefined") {
This file has been truncated, but you can view the full file.
!function(a, b, c) {
"use strict";
function d() {
document.body.style.background = "rgb(44, 45, 49)",
qc.widget.List.prototype._labelFont = "13px Arial",
qc.widget.List.prototype._labelColor = "rgb(117, 130, 138)",
qc.widget.List.prototype._labelSelectColor = "white",
qc.widget.List.prototype._selectBackground = "rgb(77, 92, 108)",
qc.widget.List.prototype._inactiveSelectBackground = "rgb(78, 92, 106)",
qc.widget.Tree.prototype._labelColor = "#caccd8",
// License : GPL v3.0
/*
* Pentester: Kakise <me@kakise.xyz>
* Advices: Don't use strings to check anything
* Make the verifications server-side
* End your life please <3
*/
// DYRIS version 16.1