Skip to content

Instantly share code, notes, and snippets.

View nickfox-taterli's full-sized avatar
😰
想哭

Tater Li nickfox-taterli

😰
想哭
View GitHub Profile
@nickfox-taterli
nickfox-taterli / ser_10to1.v
Created January 11, 2024 09:03
Zynq HDMI Output
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 2024/01/08 18:22:57
// Design Name:
// Module Name: ser_10to1
// Project Name:
// Target Devices:
@nickfox-taterli
nickfox-taterli / fsm.v
Created October 19, 2023 10:12
fsm.py to fsm.v - migen default
/* Machine-generated using Migen */
module top(
output reg example,
output reg [7:0] example_1,
output fsm,
output reg fsm_1,
output fsm_2,
output reg fsm_3,
input sys_clk,
input sys_rst
@nickfox-taterli
nickfox-taterli / qmtech_ep4cgx150.v
Created October 13, 2023 11:45
Qmtech EP4CGX150 VexRiscv by Litex Tools
// -----------------------------------------------------------------------------
// Auto-Generated by: __ _ __ _ __
// / / (_) /____ | |/_/
// / /__/ / __/ -_)> <
// /____/_/\__/\__/_/|_|
// Build your hardware, easily!
// https://github.com/enjoy-digital/litex
//
// Filename : qmtech_ep4cgx150.v
// Device : EP4CGX150DF27I7
@nickfox-taterli
nickfox-taterli / CLineGraphDraw.php
Created August 12, 2023 10:21
Zabbix Big Font size
<?php
/*
** Zabbix
** Copyright (C) 2001-2023 Zabbix SIA
**
** This program is free software; 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.
**
@nickfox-taterli
nickfox-taterli / top.v
Created August 2, 2023 03:49
flash_led.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 2023/08/01 22:34:37
// Design Name:
// Module Name: top
// Project Name:
// Target Devices:
@nickfox-taterli
nickfox-taterli / 免流.md
Created April 24, 2023 08:16
免流记录

关于免流和混淆

一、什么是免流?

答:通过混淆协议的方式伪装正常使用的流量到套餐卡免费流量访问范围内,以此做到欺骗运营商,达到薅运营商羊毛的手段,并且部分卡和地区还可以突破无限流量(实际到某流量量限速到3G/2G)卡限速。

二、怎么样免流?

答:通过混淆协议的方式。例如SSR提供的混淆协议功能。

@nickfox-taterli
nickfox-taterli / FLASH_Test.c
Created April 17, 2023 14:26
CH32V003 FLASH Test
/********************************** (C) COPYRIGHT *******************************
* File Name : main.c
* Author : WCH
* Version : V1.0.0
* Date : 2022/08/08
* Description : Main program body.
*********************************************************************************
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* Attention: This software (modified or not) and binary are used for
* microcontroller manufactured by Nanjing Qinheng Microelectronics.
@nickfox-taterli
nickfox-taterli / benchloop.c
Created April 11, 2023 15:19
C6000 SYS/BIOS Example
/*
* Copyright (c) 2015-2018, Texas Instruments Incorporated
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
@nickfox-taterli
nickfox-taterli / GenerateRecursorZone.py
Created April 10, 2023 04:22
GenerateRecursorZone
import os
domain = 'google'
def export_rule(file) -> list :
with open('./data/' + file,encoding='utf-8') as f:
# 所有域名列表
ds = f.readlines()
for d in ds:
# 注释忽略
@nickfox-taterli
nickfox-taterli / main.py
Created March 25, 2023 08:12
K210 MaixPy?
# generated by maixhub, tested on maixpy3 v0.4.8
# copy files to TF card and plug into board and power on
import sensor, image, lcd, time
import KPU as kpu
import gc, sys
input_size = (224, 224)
labels = ['Position']
anchors = [3.47, 5.78, 5.16, 4.78, 1.66, 5.44, 0.84, 0.84, 5.55, 3.06]