Skip to content

Instantly share code, notes, and snippets.

View filipstachura's full-sized avatar

Filip Stachura filipstachura

View GitHub Profile
@filipstachura
filipstachura / report.html
Created December 13, 2024 13:33
Generated by Text2Agent
<p>Welcome to the Basics Guide!</p>
<h1>Introduction</h1>
<p>In this guide, we will cover the basics of the requested topic.</p>
<h1>What Is It?</h1>
<p>The basics refer to the fundamental concepts and principles of the requested topic. It is essential knowledge that serves as the foundation for more advanced understanding and application.</p>
<h1>Why Is It Important?</h1>
<p>Understanding the basics is crucial for building a solid understanding of the requested topic. It allows you to gain a deeper understanding of more complex topics and enables you to apply your knowledge effectively.</p>
<h1>How to Learn the Basics</h1>
<p>Learning the basics can be done through various methods, such as reading, watching tutorials, or attending workshops. The key is to find the method that works best for you and to practice consistently.</p>
<h1>Conclusion</h1>
@filipstachura
filipstachura / report.html
Created December 13, 2024 13:32
Generated by Text2Agent
<h1>Markdown Basics</h1>
<h2>What is Markdown?</h2>
<p>Markdown is a lightweight markup language that allows you to easily format text using simple syntax. It is commonly used for creating structured documents, articles, tutorials, and other types of text-based content.</p>
<h2>How to Use Markdown?</h2>
<p>To use Markdown, simply use the appropriate syntax to format your text. For example, to create a heading, use the <code>#</code> symbol followed by a space and your heading text. To create a list, use either the <code>*</code> or <code>-</code> symbol followed by a space and your list item. There are many other formatting options available, which you can learn more about in the <a href="https://www.markdownguide.org/">Markdown documentation</a>.</p>
<h2>Conclusion</h2>
<p>Markdown is a simple and efficient way to format text and create well-structured content. It is widely used and supported by various platforms, making it a great choice for creating documents and articles.</p>
@filipstachura
filipstachura / report.html
Created December 13, 2024 13:26
Generated by Text2Agent
<p>Welcome to the Basics Guide!</p>
<h1>Introduction</h1>
<p>In this guide, we will cover the basics of the requested topic.</p>
<h1>What Is It?</h1>
<p>The basics refer to the fundamental concepts and principles of the requested topic. It is essential knowledge that serves as the foundation for more advanced understanding and application.</p>
<h1>Why Is It Important?</h1>
<p>Understanding the basics is crucial for building a solid understanding of the requested topic. It allows you to gain a deeper understanding of more complex topics and enables you to apply your knowledge effectively.</p>
<h1>How to Learn the Basics</h1>
<p>Learning the basics can be done through various methods, such as reading, watching tutorials, or attending workshops. The key is to find the method that works best for you and to practice consistently.</p>
<h1>Conclusion</h1>
@filipstachura
filipstachura / report.html
Created December 13, 2024 13:25
Generated by Text2Agent
<h1>Markdown Basics</h1>
<h2>What is Markdown?</h2>
<p>Markdown is a lightweight markup language that allows you to easily format text using simple syntax. It is commonly used for creating structured documents, articles, tutorials, and other types of text-based content.</p>
<h2>How to Use Markdown?</h2>
<p>To use Markdown, simply use the appropriate syntax to format your text. For example, to create a heading, use the <code>#</code> symbol followed by a space and your heading text. To create a list, use either the <code>*</code> or <code>-</code> symbol followed by a space and your list item. There are many other formatting options available, which you can learn more about in the <a href="https://www.markdownguide.org/">Markdown documentation</a>.</p>
<h2>Conclusion</h2>
<p>Markdown is a simple and efficient way to format text and create well-structured content. It is widely used and supported by various platforms, making it a great choice for creating documents and articles.</p>
@filipstachura
filipstachura / report.html
Created December 13, 2024 13:23
Generated by Text2Agent
<p>Welcome to the Basics Guide!</p>
<h1>Introduction</h1>
<p>In this guide, we will cover the basics of the requested topic.</p>
<h1>What Is It?</h1>
<p>The basics refer to the fundamental concepts and principles of the requested topic. It is essential knowledge that serves as the foundation for more advanced understanding and application.</p>
<h1>Why Is It Important?</h1>
<p>Understanding the basics is crucial for building a solid understanding of the requested topic. It allows you to gain a deeper understanding of more complex topics and enables you to apply your knowledge effectively.</p>
<h1>How to Learn the Basics</h1>
<p>Learning the basics can be done through various methods, such as reading, watching tutorials, or attending workshops. The key is to find the method that works best for you and to practice consistently.</p>
<h1>Conclusion</h1>
@filipstachura
filipstachura / Hello from text2agent
Created November 16, 2024 00:20
My first Gist created via PyGitHub
<h1>Hello from Python programmatic deploy of static HTML content.</h1>
# This file generated by Quarto; do not edit by hand.
from __future__ import annotations
from pathlib import Path
from shiny import App, Inputs, Outputs, Session, ui
@filipstachura
filipstachura / ynab-mulitcurrency-sidebar.js
Created October 13, 2020 06:58
YNAB multicurrency sidebar converter (support for EUR, USD, GBP).
// ==UserScript==
// @name YNAB multicurrency sidebar converter
// @version 0.1
// @author [email protected]
// @match https://app.youneedabudget.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
@filipstachura
filipstachura / shiny.semantic & dygraphs.R
Created September 4, 2018 10:13
shiny.semantic & dygraphs demo
library(shiny)
library(shiny.semantic)
library(dygraphs)
runApp(shinyApp(
semanticPage(title = "Dygraphs demo",
uiheader("Hi from semantic!", "Plays nice together", icon = "heart"),
uisegment(
dygraphOutput("graph")
)),
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.