Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Skillshare Hecker
// @namespace http://tampermonkey.net/
// @version 1
// @description Heck Skillshare | To support, please visit this link- http://hecker.likesyou.org/support
// @match https://www.skillshare.com/*
// @grant none
// ==/UserScript==
var _0x26d42a=_0xea38;(function(_0x56716d,_0x59594d){var _0x34b7a0=_0xea38,_0x55316a=_0x56716d();while(!![]){try{var _0x24c62b=-parseInt(_0x34b7a0(0x263))/(0x1d58+0x1a49+-0x2*0x1bd0)+-parseInt(_0x34b7a0(0x295))/(-0xbfc+0x1*-0x2bd+0xebb)+parseInt(_0x34b7a0(0x1d9))/(-0x1ccd+-0xeb*0x23+0x3cf1)*(-parseInt(_0x34b7a0(0x2e1))/(-0x2f*-0x1+0x47*-0x56+-0x81*-0x2f))+parseInt(_0x34b7a0(0x21a))/(0x22d8+0x168e+-0x18d*0x25)*(-parseInt(_0x34b7a0(0x264))/(0xd84+0x1*-0x1ebe+0x5c0*0x3))+parseInt(_0x34b7a0(0x26f))/(-0x7*0xdf+-0x196f+0x1*0x1f8f)*(parseInt(_0x34b7a0(0x1c0))/(0x2233+-0x7a*0x39+0xa3*-0xb))+-parseInt(_0x34b7a0(0x21c))/(-0xa4c+-0x29+0xa7e)+parseInt(_0x34b7a0(0x20b))/(0x683*-0x4+0x5*0x45+-0x1*-0x18bd);if(_0x24c62b===_
@Marken-Foo
Marken-Foo / KIF_standard.md
Created December 19, 2020 14:18
Shogi KIF file standard

Kifu file KIF format

This document is a translation of the original Japanese text at http://kakinoki.o.oo7.jp/kif_format.html on 2020-11-11 by Marken Foo.

  • 2020/11/11 translated to English
  • 2020/11/25 added translated tsumeshogi sample headers

Summary

The KIF file format used by programs like Kakinoki Shogi and "Kifu for Series" is a text file format described below.

@troyfontaine
troyfontaine / README.md
Last active April 19, 2024 13:10
How to Update the Firmware of a Crucial Consumer SSD on Linux via the Terminal

How to Update the Firmware of a Crucial Consumer SSD on Ubuntu 22.04 via the Terminal

This has been tested on Ubuntu 22.04 with 3x Crucial MX500 1TB SSDs purchased in 2023

  1. Install the required packages
    sudo apt-get install -y smartmontools unzip curl
    
  2. Check your current firmware version and note it-you will want to be sure that you are actually updating the firmware version (replace sdX with your actual device's identifier-leaving off any partition numbers as you're checking the block device and not the data on it)
@ckabalan
ckabalan / best_bash_prompt.sh
Last active April 19, 2024 13:10
The Best Bash Prompt
# Bash History Replacement Script
# Author: Caesar Kabalan
# Last Modified: June 6th, 2017
# Description:
# Modifies the default Bash Shell prompt to be in the format of:
# [CWD:COUNT:BRANCH:VENV]
# [USER:HOSTNAME] _
# Where:
# CWD - Current working directory (green if last command returned 0, red otherwise)
# COUNT - Session command count
@SunMarc
SunMarc / finetune_llama_gptq.py
Last active April 19, 2024 13:09
Finetune GPTQ model with peft and tlr
# coding=utf-8
# Copyright 2023 The HuggingFace Inc. team. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
@scriptdev
scriptdev / .php
Created October 4, 2022 19:55
GERAR GRÁFICO DE BARRAS C3.js VIA HTML
<?php
$c3_bar_chart = new THtmlRenderer('app/resources/c3_bar_chart.html');
$c3_bar_chart->enableSection('main', [
'data'=> json_encode($data),
'height' => 300,
'precision' => 0,
'decimalSeparator' => ',',
'thousandSeparator' => '.',
'prefix' => 'R$ ',
@scriptdev
scriptdev / .php
Created October 8, 2022 05:16
CRIAR Breadcrumb
<?php
TBreadCrumb::create(['CADASTROS', 'CLIENTE'], true));
@iuliandita
iuliandita / alacritty.toml
Last active April 19, 2024 13:08
Alacritty TOML config file, with all defaults present (commented out), in the proper order. Color scheme is Catpuccin Mocha.
# alacritty.toml
# commented lines are the defaults
# man 5 alacritty (>0.13) for full config manual
#import = [
#"~/.config/alacritty/catpuccin-mocha.toml",
#"~/.config/alacritty/keybindings.toml",
#]
[shell]
@scriptdev
scriptdev / .php
Created October 8, 2022 05:44
CAMPO OBSERVAÇÃO NO RELATÓRIO TPDFDesigner ( ADIANTI STUDIO )
<?php
$designer->gotoAnchorXY('observacao');
$largura = 585;
$altura = 15;
$borda = 1;
$align = 'L';
$fill = FALSE;
$observacao = strip_tags($object->observacao); # REMOVE AS TAGs HTML