All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
DraxCodes's Avatar

DraxCodes / Random help game

0 likes
0 forks
3 files
Last active 1706844968
Helping a fella with his simple word game
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6 <link rel="stylesheet" href="style.css" />
7 <title>QuickSort Word Scramble</title>
8 </head>
9 <body>
10 <div id="app">
DraxCodes's Avatar

DraxCodes / Ohh My Posh Config

0 likes
0 forks
1 files
Last active 1704423814
1 {
2 "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
3 "blocks": [
4 {
5 "alignment": "left",
6 "segments": [
7 {
8 "background": "#003543",
9 "foreground": "#00c983",
10 "leading_diamond": "\ue0b6",
DraxCodes's Avatar

DraxCodes / Action Example

0 likes
0 forks
2 files
Last active 1704332767
Example of an Action/Func in C#
1 using System;
2 using System.Windows.Forms;
3
4 public class TestLambdaExpression
5 {
6 public static void Main()
7 {
8 Action<string> messageTarget;
9
10 if (Environment.GetCommandLineArgs().Length > 1)
DraxCodes's Avatar

DraxCodes / Markdown Test

0 likes
0 forks
1 files
Last active 1703080506
test

Test

stuff

Test more stuff

  • a
  • b
  • c
Newer Older

Powered by Opengist ⋅ Load: 65ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文