Skip to content

Instantly share code, notes, and snippets.

View KeithLin724's full-sized avatar
💭
Thinking

Keith Lin KeithLin724

💭
Thinking
View GitHub Profile
@KeithLin724
KeithLin724 / GateSimulator.hpp
Last active August 29, 2024 10:27
UsingCppGateSimulatior
#ifndef __GATE_SIMULATOR_H__
#define __GATE_SIMULATOR_H__
#include <cstdint>
#include <vector>
#include <array>
#include <fstream>
#include <sstream>
#include <queue>
@KeithLin724
KeithLin724 / README.md
Last active December 11, 2023 02:50
Book-To-Comic example story

Book-To-Comic example story

  1. Title: "Little Red Riding Hood's Enchanted Journey to Grandma's House"
Once upon a time there was a dear little girl who was loved by every one who looked at her, but most of all by her grandmother, and there was nothing that she would not have given to the child. Once she gave her a little cap of red velvet, which suited her so well that she would never wear anything else. So she was always called Little Red Riding Hood.

One day her mother said to her, "Come, Little Red Riding Hood, here is a piece of cake and a bottle of wine. Take them to your grandmother, she is ill and weak, and they will do her good. Set out before it gets hot, and when you are going, walk nicely and quietly and do not run off the path, or you may fall and break the bottle, and then your grandmother will get nothing. And when you go into her room, don't forget to say, good-morning, and don't peep into every corner before you do it."
@KeithLin724
KeithLin724 / README.md
Last active October 3, 2023 12:57
ppt to pdf python script

PPT TO PDF

Written by KYLiN 😎


How to use it ?

  1. put the script to the folder
  2. run python ./ppt_to_pdf.py
@KeithLin724
KeithLin724 / KYFuncLite.h
Last active December 28, 2022 08:35
TCPIP_Tools
#pragma once
#ifndef __KYFUNCLITE_H__
#define __KYFUNCLITE_H__
#define _WINSOCK_DEPRECATED_NO_WARNINGS 1
#pragma comment(lib,"ws2_32.lib")
#include <winsock2.h>
// https://www.twblogs.net/a/5c3ed65fbd9eee35b21e0b01
@KeithLin724
KeithLin724 / GUI_builder.py
Last active May 12, 2022 16:19
GUI_easy_upgrade_function
from tkinter import Tk
from ttkbootstrap import *
from ttkbootstrap.constants import *
import ctypes
# about the Theme
class WindowTheme:
class Light:
COSMO = 'cosmo'
FLATLY = 'flatly'
@KeithLin724
KeithLin724 / README.md
Last active April 5, 2022 04:57
EELab Lab 06

NYCU EELab 06

Here is the code for NYCU sem 2 Lab 06 code With Bonus

@KeithLin724
KeithLin724 / README.md
Last active March 23, 2022 06:50
EELab Lab 05

here is a code of NYCU EELab Lab 05 code

@KeithLin724
KeithLin724 / README.md
Last active March 6, 2022 14:56
NYCU K-core

Here is a code of NYCU K core code

@KeithLin724
KeithLin724 / README.md
Last active March 1, 2022 02:01
School

this is a programe for draw a bode plot using python

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocksConfig version="1">
<editor>
<colour_sets>
<ACTIVE_COLOUR_SET>
<str>
<![CDATA[modnokai night shift v2]]>
</str>
</ACTIVE_COLOUR_SET>
<ACTIVE_LANG>