Skip to content

Instantly share code, notes, and snippets.

View boujuan's full-sized avatar
🏠
Working from home

Juan Manuel Boullosa Novo boujuan

🏠
Working from home
  • Oldenburg
View GitHub Profile
@boujuan
boujuan / .wezterm.lua
Created December 8, 2023 15:44
My Wezterm Configuration
local wezterm = require 'wezterm'
local config = {}
if wezterm.config_builder then
config = wezterm.config_builder()
end
-- SET DEFAULT SHELL
config.default_prog = { 'C:\\Program Files\\PowerShell\\7\\pwsh.exe', '-l' }
<html>
<table class="default " id="blog-list">
<caption>
Existing blogs <div class="actions">
Version: 19/10/22 17:01:00 </div>
</caption>
<colgroup>
<col>
<col style="width: 25%">
<col style="width: 10%">
#!/usr/bin/env python3
# Based in AIY Google Assistant
# Code for the snowboy hotword detector from https://bitbucket.org/dani_thomas/aiyhotworddetector
import logging
import miaHotword
from os import popen as ospopen
import aiy.assistant.grpc
import aiy.audio
import aiy.voicehat