Skip to content

Instantly share code, notes, and snippets.

View JeanMeijer's full-sized avatar
🇪🇺
eu/acc

Jean P.D. Meijer JeanMeijer

🇪🇺
eu/acc
View GitHub Profile
@ripgrim
ripgrim / backed-by-badge.tsx
Last active July 16, 2025 09:20
Backed by GCombinator Badge
import { cn } from "@/lib/utils";
import { GCombinator } from "@/components/icons/g-combinator";
/**
* Usage:
* <BackedByBadge />
*/
export function BackedByBadge() {
return (
@youngbloodcyb
youngbloodcyb / histogram.tsx
Last active March 31, 2025 21:56
Histogram component using shadcn/ui + recharts
"use client"
import { useState, useEffect } from "react"
import {
Bar,
BarChart,
CartesianGrid,
ResponsiveContainer,
Tooltip,
XAxis,
@jlia0
jlia0 / agent loop
Last active August 24, 2025 04:57
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@thecoolwinter
thecoolwinter / ExtraCodable.swift
Created March 16, 2021 21:28
Helper methods for working with Codable objects and JSON Data and dictionaries. Provides two initializers and two methods for creating a Codable object using a dictionary or a Data object. And two methods for retreiving a dictionary or Data from the Codable instance.
//
// ExtraCodable.swift
//
// Created by Khan Winter on 3/16/21.
// Copyright © 2021 WindChillMedia. All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@shaps80
shaps80 / SwiftUI-TextView.md
Last active May 6, 2023 22:17
A SwiftUI view that wraps a UITextView but provides almost all functionality though modifiers and attempts to closely match the Text/TextField components.
@nikcub
nikcub / README.md
Created October 4, 2012 13:06
Facebook PHP Source Code from August 2007