검토 항목 | 핵심 내용 | 결론 |
---|---|---|
① 계엄 선포의 사법 심사 대상성 | - 대통령의 고도의 정치 행위라도, 헌법 및 법률 위반이 있으면 탄핵심판 대상이 될 수 있음 | 적법 |
② 국회 법사위 미조사 후 탄핵소추안 의결 | - 국회법상 법사위 조사는 재량 사항이므로, 조사 없이 의결하였다고 하여 소추의결이 부적법하다고 볼 수 없음 |
Discover gists
# Decrypt Mii QR codes from 3DS / Wii U / Miitomo | |
# Usage: python3 <input file> <output file> | |
# QR docs: https://www.3dbrew.org/wiki/Mii_Maker | |
from Crypto.Cipher import AES | |
from sys import argv | |
key = bytes([0x59, 0xFC, 0x81, 0x7E, 0x64, 0x46, 0xEA, 0x61, 0x90, 0x34, 0x7B, 0x20, 0xE9, 0xBD, 0xCE, 0x52]) | |
with open(argv[1], "rb") as infile, open(argv[2], "wb") as outfile: |
I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.
The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:
flowchart TD
<?xml version="1.0"?> | |
<!DOCTYPE VOTABLE SYSTEM "http://us-vo.org/xml/VOTable.dtd"> | |
<VOTABLE > | |
<DESCRIPTION> | |
Obs Summary Query. NRAO : https://archive.nrao.edu/archive/ArchiveQuery?OBS_BANDS=ALL&RECEIVER_ID=ALL&SUBARRAY=ALL&QUERY_MODE=AAT_TOOL&SUBMIT=Submit Query&EQUINOX=J2000&SRAD=1.0'&TELESCOPE=ALL&CENTER_RA=68.29d&SORT_ORDER=Asc&QUERYTYPE=OBSSUMMARY&QUERY_ID=9999&PROTOCOL=VOTable-XML&BACKEND_ID=ALL&TELESCOPE_CONFIG=ALL&SITE_CODE=AOC&WRITELOG=0&OBS_POLAR=ALL&SORT_PARM=Starttime&SORT_PARM2=Starttime&LOCKMODE=PROJECT&DATATYPE=ALL&DBHOST=CHEWBACCA&CENTER_DEC=5.352d&SRC_SEARCH_TYPE=SIMBAD or NED&SORT_ORDER2=Asc&MAX_ROWS=NO LIMIT | |
</DESCRIPTION> | |
<RESOURCE type="results"> | |
<INFO name="QUERY_STATUS" value="OK">Successful Search</INFO> | |
<TABLE > | |
<FIELD datatype="char" name="Source" ucd="string" arraysize="*" /> |
Batch converter for Windows using Inkscape with the command line
InkscapeBatchConvert is an easy to use solution to quickly convert all files of a folder to another type without the need to open Inkscape. The program uses Windows Batch scripting and will only work on Windows.
Tested with Inkscape 1.0.x - 1.3.x ✅ (The last version that supports Inkscape 0.9.x can be found here)
- Download
_InkscapeBatchConvert.bat
- Put it in the folder where you have files you wish to convert (will also scan on all subfolders for files of input type).
- Then double click the file to start it.
- Install Neovim with instructions from here
- Run
alias vim=nvim
to use 'vim' as an alias. ie: Run Neovim with thevim
command. - Run
echo 'alias vim=nvim' >> .zshrc
to save the alias to shell configuration. This command shown here only works for zsh.
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; | |
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; | |
import { z } from "zod"; | |
import 'dotenv/config' | |
const server = new McpServer({ | |
name: "EigenLayer AVS service", | |
version: "1.0.0", | |
}); |
An guide how to activate Windows 11 Pro for free
Because you will get some more features like an Bitlocker and host your device as an External Desktop which can be accessed through the internet
The answer is yes! You can switch from almost any edition to Pro completely for free!
People which already have Pro, but not activated, can skip to this step.
What you first need to do is open CMD (Command Prompt) as Administrator using this keyboard key: