Skip to content

Instantly share code, notes, and snippets.

View allipiopereira's full-sized avatar

alipioUser0 allipiopereira

View GitHub Profile
@Kudo
Kudo / index.tsx
Created August 21, 2025 19:38
expo-ui glassEffect
import { Host, Text, VStack } from '@expo/ui/swift-ui';
import { glassEffect, padding } from '@expo/ui/swift-ui/modifiers';
import { Image } from 'expo-image';
export default function Index() {
return (
<>
<Image
source={{ uri: `https://picsum.photos/seed/${Math.random()}/600/800` }}
style={{ flex: 1 }}
@langf00rd
langf00rd / charcoal.json
Last active March 20, 2025 12:18
black and white zed theme
{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "charcoal",
"author": "Unknown",
"themes": [
{
"name": "charcoal",
"appearance": "dark",
"style": {
"editor.background": "#141414",
@bdsqqq
bdsqqq / vesper-dark.json
Last active October 29, 2025 18:45
Vesper theme for zed.dev
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Vesper",
"author": "Rauno Freiberg",
"themes": [
{
"name": "Vesper",
"appearance": "dark",
"style": {
"border": "#101010",
@khattaksd
khattaksd / seed.sql
Created September 22, 2023 00:19
Supabase Seed Users for local development & testing
-- supabase/seed.sql
--
-- create test users
INSERT INTO
auth.users (
instance_id,
id,
aud,
role,
email,