Skip to content

Instantly share code, notes, and snippets.

@trianditov93
trianditov93 / .txt
Last active February 7, 2025 04:24
cekcek
@IceSandwich
IceSandwich / main.cpp
Created February 7, 2025 03:44
structure binding (c++17)
#include <iostream>
#include <tuple>
#include <array>
#include <optional>
#include <memory>
struct getStrErr : std::error_category {
public:
enum class ErrorCode {
Success = 0, // 0必须表示成功状态
@jkjale
jkjale / homework.py
Created February 7, 2025 03:43
Homework for lesson Classes
# Homework: Classes
# Read carefully until the end before you start solving the exercises.
# Practice the Basics
# Basic Class
# - Create an empty class HouseForSale
# - Create two instances.
# - Add number_of_rooms and price as instance attributes.
{
"meta": {
"theme": "professional"
},
"basics": {
"name": "Thomas Edison",
"label": "Inventor and Businessman",
"picture": "https://example.com/photo.jpg",
"email": "thomas.edison@example.com",
"phone": "(123) 456-7890",
@gcpKushan
gcpKushan / README.MD
Created February 7, 2025 03:40 — forked from FrankSpierings/README.MD
Apple Device Enrollment Program (DEP) - ByPass MDM Policy using Checkra1n exploit

Pre-requirements

  • Install a socket daemon to multiplex connections from and to iOS devices, run: brew install usbmuxd
  • Start the socket daemon iproxy 2222 44
  • Install checkra1n exploit locally, run: brew install checkra1n
  • When SSH password authentication is requested, use: alpline.

Wipe iPad and restore Firmware

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
4 8 3 6 1 1 0 9 2 9 5 7 2
6 9 7 9 7 2
2 2
3
4
@TTZPlayz
TTZPlayz / switchInteraction.py
Created February 7, 2025 03:39
I completed this in class to swap through the colors of the rainbow when the switch is on.
import time
import board
import neopixel
from digitalio import DigitalInOut, Direction, Pull
switch = DigitalInOut(board.D3)
switch.direction = Direction.INPUT
switch.pull = Pull.UP
pixel_pin = board.D2
@uncomplexity
uncomplexity / VMware-Workstation-Pro-17-Licence-Keys.txt
Created February 7, 2025 03:39 — forked from hegdepavankumar/VMware-Workstation-Pro-17-Licence-Keys.txt
VMware Workstation Pro 17 full license keys. Collected and sorted out thousands of universal License Keys for all major versions of VMware Workstation Pro 17. x versions.
VMware-Workstation-Pro-17-Licence-Keys
-------------------------------------------------------------------
VMware Workstation Pro 17 full license keys. Collected and sorted out thousands of universal License Keys for all major versions of VMware Workstation Pro 17. x versions.
Install VMWare Workstation PRO 17.x (Read it right. PRO!)
---
@nervmouse
nervmouse / ChatGPT.md
Last active February 7, 2025 04:14
Dashboard Design

Design

你的需求是設計一個適用於 所有住院病人 的 單頁病人狀況總覽系統(Dashboard),不只專注於癌症,而是讓醫師可以 快速判斷病人狀況並決定下一步檢查或治療。


📌 住院病人狀況總覽系統(Inpatient Status Dashboard)

目標: