Skip to content

Instantly share code, notes, and snippets.

View bineyond's full-sized avatar
💭
I may be slow to respond.

bineyond

💭
I may be slow to respond.
View GitHub Profile
@bineyond
bineyond / navicat_reset_trial.sh
Last active May 16, 2022 02:02
Reset Navicat Premium 15/16 remaining trial days
#!/bin/bash
set -e
file=$(defaults read /Applications/Navicat\ Premium.app/Contents/Info.plist)
regex="CFBundleShortVersionString = \"([^\.]+)"
[[ $file =~ $regex ]]
version=${BASH_REMATCH[1]}
@bineyond
bineyond / unixhttpc.go
Created December 14, 2021 03:42 — forked from teknoraver/unixhttpc.go
HTTP over Unix domain sockets in golang
package main
import (
"context"
"flag"
"fmt"
"io"
"net"
"net/http"
"os"
#!/usr/bin/python
# -*- coding: utf-8 -*-
# utf-8 中文编码
import glob
import os,sys
import json
reload(sys)
sys.setdefaultencoding('utf-8')
import time, sys,iptc # iptc 包通过 sudo pip install python-iptables 安装
from datetime import datetime
@bineyond
bineyond / cracking.md
Last active March 1, 2020 06:46 — forked from vertexclique/cracking.md
[Sublime Cracking]Cracking guide for Sublime Text 3 Build 3059 / 3065 ( Mac / Win x86_64 / Windows x86 / Linux x64 / Linux x86 ) #sublime

MacOS

Build 3059

MD5: 59bab8f71f8c096cd3f72cd73851515d

Rename it to: Sublime Text

Make it executable with: chmod u+x Sublime\ Text