Skip to content

Instantly share code, notes, and snippets.

View kazuki0824's full-sized avatar
👋
I may be slow to respond.

maleicacid kazuki0824

👋
I may be slow to respond.
View GitHub Profile
@awesomebytes
awesomebytes / debian_from_ros_pkg.md
Last active February 18, 2025 13:59
How to create a debian from a ROS package
@HoriLiu
HoriLiu / BudgieArch
Last active December 15, 2022 15:48
VMware Archlinux budgie-desktop minimum install
# Set password by
passwd
systemctl start sshd.service
# Check ip address by
ifconfig
# Use SSH from terminal to ip.address.of.target
ssh [email protected]
@SamantazFox
SamantazFox / wintypes.h
Last active June 3, 2024 17:52
Header containing all C types used by the Microsoft Win32 API
/*
* wintypes.h
*
* Windows Data Types
* Copyright 2020 (c) Samantaz Fox
*
* This file is in the public domain.
* Feel free to copy, modify, redistribute it!
*
@unitycoder
unitycoder / SurfaceDepthTexture.shader
Last active November 12, 2024 11:08
Shader World Position From Depth (Frag or Surf shader)
Shader "Custom/SurfaceDepthTexture" {
Properties {
_Color ("Color", Color) = (1,1,1,1)
_MainTex ("Albedo (RGB)", 2D) = "white" {}
_Glossiness ("Smoothness", Range(0,1)) = 0.5
_Metallic ("Metallic", Range(0,1)) = 0.0
_InvFade ("Soft Factor", Range(0.01,3.0)) = 1.0
}
SubShader {
Tags { "Queue"="Transparent" "RenderType"="Transparent" }
@cookieofcode
cookieofcode / github-ci-unity-hololens2-windows-uwp.yml
Last active April 21, 2024 14:28
Github Actions CI Unity HoloLens 2 Build (Windows, UWP)
# GitHub Actions CI for Unity Hololens 2 UWP running on windows.
name: CI
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
@tallestorange
tallestorange / AutoBuild.cs
Created December 5, 2021 11:47
HoloLens2アプリ自動ビルドスクリプト(MRTK使用)
using Microsoft.MixedReality.Toolkit.Build.Editor;
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Xml.Linq;
using UnityEditor;
using UnityEngine;
public class AutoBuild
@usrbinkat
usrbinkat / README.md
Last active May 12, 2025 16:25
Home K8s Native FW / Router

Kubernetes Single Node Edge Firewall, Gateway, and Ubiquiti AP Controller

This is a rought draft document describing the build of VyOS on microk8s for use as a home WAN firewall/router. I also use an Ubiquiti UAP Pro Access Point to broadcast my home wifi networks.

Here is a visual of the silent fanless intel i7 kubernetes node, access point, and power-over-ethernet adapter. kill-a-watt

This is a slightly over estimated annual power cost estimate for powering the whole setup. Est Annual Cost

@mala
mala / meety_vuln.md
Last active July 30, 2025 10:08
Meety脆弱性 2022-11

Meety脆弱性 2022-11

文責 mala

経緯:

  • Meety退会しようと思ったがアカウントがなかったので、退会するためにアカウントを作ることにした。

免責:

  • 気になった範囲ですぐに見つかったもののうち、悪用可能なものを記載しています。
  • 好ましくないが仕様だろうというものは書いていません。