Skip to content

Instantly share code, notes, and snippets.

View mewmix's full-sized avatar

chubbykat mewmix

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mewmix
mewmix / kitten_phonemizer_static.kt
Created August 8, 2025 03:04
Kitchen TTS kotlin
package com.agent.kitten
object KittenPhonemizerStatic {
private val map = mapOf(
"!" to "!",
"\"" to "\"",
"'" to " ",
"(" to "(",
")" to ")",
"," to ",",
@mewmix
mewmix / index.html
Created July 30, 2025 06:58
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alexander James Klein | Interactive Portfolio</title>
<!-- FONTS & GLOBAL STYLES -->
<style>
#ui-toggle{
@mewmix
mewmix / index.html
Created July 1, 2025 02:50
Untitled
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Beez Needs | Humane Bee Relocation</title>
<meta name="description" content="Humane bee relocation services in South Orange County — zero pesticides.">
<!-- Fonts & Icons -->
<link rel="preconnect" href="https://fonts.googleapis.com">