Skip to content

Instantly share code, notes, and snippets.

View 0xbageltoes's full-sized avatar

bageltoes 0xbageltoes

  • ī̲ī̲Ī̲Ī̲ •͓̽̚ Ī̲Ī̲ī̲ī̲ capital mgmt
  • Washington, DC
View GitHub Profile
@0xbageltoes
0xbageltoes / index.html
Created April 26, 2025 20:37
SVG - gradient draw
<div class="dkl-graphic-firstlook graphic-l">
<svg fill="none" viewBox="0 0 250 400" class="graphic-l">
<path d="M 250,0 0,80 0,400" stroke="gray" stroke-width="2" stroke-opacity="0.2" stroke-linecap="round"></path>
<path d="M 250,0 0,80 0,400" stroke-width="2" stroke="url(#gradient-l)" stroke-opacity="1" stroke-linecap="round"></path>
<defs>
<linearGradient class="gradient-l" id="gradient-l" gradientUnits="userSpaceOnUse" x1="100%" x2="80%" y1="-20%" y2="0%">
<stop offset="0%" stop-color="#ffafaf" stop-opacity="0"></stop>
<stop offset="15%"stop-color="#ffd2d1"></stop>
<stop offset="30%" stop-color="#b17e7e"></stop>
@0xbageltoes
0xbageltoes / agent loop
Created March 16, 2025 23:15 — forked from jlia0/agent loop
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
@0xbageltoes
0xbageltoes / print.css
Created August 8, 2024 01:25 — forked from ScottKillen/print.css
PDF export stylesheet for obsidian
/* Obsidian snippet to style output of pdf exports
*/
@media print {
/* set your preferred fonts here.
*/
:root {
--body-font-family: "Newsreader Text", TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;