Skip to content

Instantly share code, notes, and snippets.

@Sherwin-Graphite
Sherwin-Graphite / agent.py
Created January 27, 2026 02:00
Agent code
93811
@vitoramerico
vitoramerico / teste_manus.txt
Created January 27, 2026 02:00
Gist de teste do Manus
Este é um arquivo de teste criado pelo Manus.
@Tahmid-Ahanaf
Tahmid-Ahanaf / MergedNewsLetter.html
Created January 27, 2026 02:00
Merged Newsletter Content
<!DOCTYPE html><html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" lang="en"><head><title></title><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><!--[if mso]>
<xml><w:WordDocument xmlns:w="urn:schemas-microsoft-com:office:word"><w:DontUseAdvancedTypographyReadingMail/></w:WordDocument>
<o:OfficeDocumentSettings><o:PixelsPerInch>96</o:PixelsPerInch><o:AllowPNG/></o:OfficeDocumentSettings></xml>
<![endif]--><!--[if !mso]><!--><link href="https://d1n90cf58lqsrq.cloudfront.net/assets/fonts/styles/_fonts.css" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap" rel="stylesheet" type="text/css"><link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300;400;500;600;700&amp;display=swap" rel="stylesheet" type="text/css"><link
href="https://fonts.googleapis.com/css2?family=Roboto:i
@Sherwin-Graphite
Sherwin-Graphite / agent.py
Created January 27, 2026 02:00
Agent code
67490
@GoodnightSam
GoodnightSam / privacy-policy.html
Created January 27, 2026 01:58
Rockwood Privacy Policy
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Rockwood Accounting</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; }
h1 { color: #333; }
h2 { color: #555; margin-top: 30px; }
@GoodnightSam
GoodnightSam / eula.html
Created January 27, 2026 01:58
Rockwood EULA
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>End User License Agreement - Rockwood Accounting</title>
<style>
body { font-family: Arial, sans-serif; max-width: 800px; margin: 40px auto; padding: 20px; line-height: 1.6; }
h1 { color: #333; }
h2 { color: #555; margin-top: 30px; }
@suryajasper
suryajasper / data_20260126_175743.json
Created January 27, 2026 01:57
Temporary JSON storage
[]
@suryajasper
suryajasper / data_20260126_175742.json
Created January 27, 2026 01:57
Temporary JSON storage
[
{
"_id": "000fdeb5-59f2-4fc6-b3e2-4fbb76483da2",
"name": "kernel-1769472988980-1",
"kernelType": "gemm",
"tag": "whisper-v3",
"machines": [
"mi325",
"mi355"
],
repositories:
InvincibleRMC/rosidl:
type: git
url: https://github.com/InvincibleRMC/rosidl.git
version: make-name-and-data_type-traits-constexpr
ament/ament_cmake:
type: git
url: https://github.com/ament/ament_cmake.git
version: rolling
ament/ament_index:
@ZER0921
ZER0921 / nvidia-docker2-deploy-ubuntu-16.04LTS.md
Created January 27, 2026 01:55 — forked from Brainiarc7/nvidia-docker2-deploy-ubuntu-16.04LTS.md
How to correctly install nvidia-docker2 on Ubuntu 16.04LTS

How to install NVIDIA Docker 2 package on Ubuntu and Debian:

If you came to this result (from Google or elsewhere) after realizing that Nvidia-docker's entry on this subject does not result in a working installation, here are the basic steps needed to install this package correctly:

For starters, ensure that you've installed the latest Docker Community edition by following the steps below:

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo apt-key fingerprint 0EBFCD88

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"