Watch the breakdown here in a Q4 2024 prompt engineering update video
- Quick, natural language prompts for rapid prototyping
- Perfect for exploring model capabilities and behaviors
import asyncio | |
import base64 | |
import json | |
import os | |
import pyaudio | |
from websockets.asyncio.client import connect | |
class SimpleGeminiVoice: | |
def __init__(self): |
Watch the breakdown here in a Q4 2024 prompt engineering update video
{-# language BlockArguments, LambdaCase, Strict, UnicodeSyntax #-} | |
{-| | |
Minimal dependent lambda caluclus with: | |
- HOAS-only representation | |
- Lossless printing | |
- Bidirectional checking | |
- Efficient evaluation & conversion checking | |
Inspired by https://gist.github.com/Hirrolot/27e6b02a051df333811a23b97c375196 |
import pathlib | |
import bpy | |
def find_user_asset_dir(): | |
user_lib_index = bpy.context.preferences.filepaths.asset_libraries.find("User Library") | |
if user_lib_index == -1: | |
return None | |
user_asset_lib = bpy.context.preferences.filepaths.asset_libraries[user_lib_index] |
Draw | Numbers | Complementary # | |
---|---|---|---|
1979-03-31 | [2, 8, 17, 19, 21, 40] | 1 | |
1979-03-24 | [3, 0, 5, 16, 35, 36] | 37 | |
1979-03-17 | [0, 5, 6, 12, 19, 29] | 39 | |
1979-03-10 | [12, 18, 2, 0, 25, 35] | 38 | |
1979-03-03 | [3, 4, 11, 21, 27, 32] | 37 | |
1979-02-24 | [5, 6, 14, 24, 34, 36] | 26 | |
1979-02-17 | [5, 9, 17, 18, 20, 28] | 29 | |
1979-02-10 | [6, 11, 18, 27, 32, 40] | 13 | |
1979-02-03 | [6, 13, 23, 32, 36, 39] | 9 |
#!/usr/bin/env bash | |
# make tracker3 daemon non workable & idompotent | |
# this script will reset its settings, and configure tracker3 daemon, to not let it do anyting. | |
# if other code has dependency on this tracker, then it will not break, but we also do achieve our goal. | |
# interpretation for org.freedesktop.Tracker3.Miner.Files enable-monitor from this file | |
# https://gitlab.gnome.org/GNOME/tracker-miners/-/blob/master/src/miners/fs/tracker-config.c | |
#Time in seconds before crawling filesystem (0->1000) |