Author: John A. Fedoruk <johnny@johnfedoruk.ca>
Key ID: 8937446102D51067EB90DB6AB229A6E87086AD48
Date: 2019-07-03
CARVIEW |
Instantly share code, notes, and snippets.
Discover gists
// Fill out your copyright notice in the Description page of Project Settings. | |
#pragma once | |
#include "CoreMinimal.h" | |
#include "Editor.h" | |
#include "Engine/AssetManager.h" | |
#include "Engine/BlueprintGeneratedClass.h" | |
#include "Engine/World.h" |
rem Make the folder tree | |
md C:\Symbols | |
md C:\Symbols\Src | |
md C:\Symbols\Sym | |
md C:\Symbols\SymCache | |
rem Create the 'Tier 2' Symbol cache Marker Files | |
echo Index2 > C:\Symbols\Sym\index2.txt | |
echo PingMe > C:\Symbols\Sym\pingme.txt |
#!/bin/zsh | |
# WARNING! The script is meant to show how and what can be disabled. Don’t use it as it is, adapt it to your needs. | |
# Credit: Original idea and script disable.sh by pwnsdx https://gist.github.com/pwnsdx/d87b034c4c0210b988040ad2f85a68d3 | |
# Disabling unwanted services on macOS Big Sur (11), macOS Monterey (12), macOS Ventura (13), macOS Sonoma (14) and macOS Sequoia (15) | |
# Disabling SIP is required ("csrutil disable" from Terminal in Recovery) | |
# Modifications are written in /private/var/db/com.apple.xpc.launchd/ disabled.plist, disabled.501.plist | |
# To revert, delete /private/var/db/com.apple.xpc.launchd/ disabled.plist and disabled.501.plist and reboot; sudo rm -r /private/var/db/com.apple.xpc.launchd/* | |
# user |
extends Node | |
func _ready() -> void: | |
# MyScene is a `class_name` in a `.gd` script with an associated `.tscn` file | |
var scene = Instantiate.scene(MyScene) | |
add_child(scene) |
영어지만, 조금 더 상세하게 마크다운 사용법을 안내하고 있는
"Markdown Guide (https://www.markdownguide.org/)" 를 보시는 것을 추천합니다. ^^
아, 그리고 마크다운만으로 표현이 부족하다고 느끼신다면, HTML 태그를 활용하시는 것도 좋습니다.
const aboutItems = [ | |
{ | |
label: 'Project done', | |
number: 45 | |
}, | |
{ | |
label: 'Years of experience', | |
number: 10 | |
} | |
]; |
Beast Mode is a custom chat mode for VS Code agent that adds an opinionated workflow to the agent, including use of a todo list, extensive internet research capabilities, planning, tool usage instructions and more. Designed to be used with 4.1, although it will work with any model.
Below you will find the Beast Mode prompt in various versions - starting with the most recent - 3.1
- Go to the "agent" dropdown in VS Code chat sidebar and select "Configure Modes".
- Select "Create new custom chat mode file"
This document defines ME-SPA, a specialized version of the Stable Phonetic Alphabet (SPA) designed to accurately represent the pronunciation of late 14th-century Middle English (specifically the Chaucerian dialect) for AI music, narration, and other text-to-speech applications.
ME-SPA is a practical, typeable system that maps the distinct sounds of Middle English to unambiguous spellings. It builds on the core SPA principle of one sound = one unambiguous spelling, but is tailored to the specific phonological features of Middle English, which differ significantly from both Modern English and other languages.