Skip to content

Instantly share code, notes, and snippets.

@HelloWorld017
HelloWorld017 / KAIST_courseRegistration.md
Last active February 28, 2025 05:07
카이스트 수강신청 뽀개기

카이스트 수강신청

NetFunnel

  • 트래픽을 관리하기 위한 하나의 솔루션, 흔히 보는 접속자 대기가 그것
  • https://traffic.kaist.ac.kr/ 에서 동작 중
    • 혹시 모르지만 서버 시간을 여기서 제공해준다.

GET https://traffic.kaist.ac.kr/ts.wseq

Global Params:

  • opcode: 실행할 명령어 이름 (Opcode Table 참고)
@Mecanik
Mecanik / Windows - Block all traffic except certain IP's.md
Last active September 28, 2024 11:41
Windows - Block all traffic except certain IP's

Windows - Block all traffic except certain IP's

These methods have been aquired from several sources around the internet. Having them in one place should help you choose the right method in achieving this goal.

Method 1 (netsh)

The "deny" gets priority over the "allow" , so we cannot deny all IP address. We need to deny all IP address expect special IP address.

If the special IP address is 192.0.2.55, then you can try the below command:

@biswa-rx
biswa-rx / AndroidManifest.xml
Created April 5, 2023 19:41
Notifications Tutorial Part 9
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.codinginflow.notificationsexample">
<application
android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
@kconner
kconner / macOS Internals.md
Last active May 6, 2025 05:33
macOS Internals

macOS Internals

Understand your Mac and iPhone more deeply by tracing the evolution of Mac OS X from prelease to Swift. John Siracusa delivers the details.

Starting Points

How to use this gist

You've got two main options: