Skip to content

Instantly share code, notes, and snippets.

@midilandlu
midilandlu / contemplative-llms.txt
Created January 14, 2025 15:08 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
@midilandlu
midilandlu / data-driven-rest-api-test-2_Robot-Framework.robot
Last active February 23, 2020 14:02 — forked from Tset-Noitamotua/data-driven-rest-api-test-2_Robot-Framework.robot
Data Driven REST API Test Examples with Robot Framework
#! Robot Framework
*** Settings ***
Metadata Version 0.1.0
Metadata Author *Tset Noitamotua*
Metadata Created 2019.01.23
Documentation Demo - Data Driven Test with RF
...
@midilandlu
midilandlu / excel2html.htm
Created June 15, 2019 07:50 — forked from andyj/excel2html.htm
Paste Excel in to HTML to create at <table>
<html>
<head>
<style>
*{
font-family: arial;
font-size: 11px;
}
table{
border-collapse: collapse;
border: 1px solid silver;
@midilandlu
midilandlu / content.md
Created April 7, 2019 05:41 — forked from baymaxium/content.md
教你搭建一个好看的 Jupyter 环境

原文:Python开发者

(点击上方蓝字,快速关注我们)

来源:三次方根

segmentfault.com/a/1190000009305646

如有好文章投稿,请点击 → 这里了解详情