Skip to content

Instantly share code, notes, and snippets.

@Matthew-Wise
Matthew-Wise / Program.cs
Created July 19, 2022 14:10
Umbraco 10 Application insights with Serilog sink
using Microsoft.ApplicationInsights.Extensibility;
using Serilog;
public class Program
{
public static void Main(string[] args)
=> CreateHostBuilder(args)
.Build()
.Run();
@brgaulin
brgaulin / Readme.md
Last active April 19, 2024 10:03
ESP32-S2 Keyboard on Arduino
@rxaviers
rxaviers / gist:7360908
Last active April 19, 2024 10:02
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
1. یک فرم Ψ¨Ψ§ ΨͺΩ…Ψ§Ω…ΫŒ Ψ§ΫŒΩ†ΩΎΩˆΨͺ Ω‡Ψ§ Ω…ΫŒΨ³Ψ§Ψ²ΫŒΩ† و Ψ¨Ψ§ ΩΎΨ³Ψͺ ریکوسΨͺ Ψ¨Ω‡ جایی Ψ§Ψ±Ψ³Ψ§Ω„ Ω…ΫŒΪ©Ω†ΫŒΩ†
Ψ­Ψ―Ψ§Ω‚Ω„ Ψ―Ω‡ ΨͺΨ§ ΩΫŒΩ„Ψ― باید Ψ―Ψ§Ψ΄ΨͺΩ‡ Ψ¨Ψ§Ψ΄Ω‡ و Ψ§Ψ² Ϊ†Ϊ© Ψ¨Ψ§Ϊ©Ψ³ و رادیو Ψ¨Ψ§ΨͺΩ† Ψ¨Ψ§ ΨͺΩ…Ψ§Ω…ΫŒ Ω†Ϊ©Ψ§ΨͺΨ΄ Ψ§Ψ³Ψͺفاده Ψ΄Ψ―Ω‡ Ψ¨Ψ§Ψ΄Ω‡
2.https://developer.mozilla.org/en-US/docs/Web/HTML
3. Ω…Ψ·Ψ§Ω„ΨΉΩ‡ ی ΨͺΩ…Ψ§Ω…ΫŒ Ψ§ΫŒΩ†ΩΎΩˆΨͺ Ω‡Ψ§ و Ψ­Ω„ Ω…Ψ«Ψ§Ω„ Ω‡Ψ§Ψ΄ Ψ¨Ψ¬Ψ² جی Ψ§Ψ³ Ω‡Ψ§
4. attribute - global -> Ω…Ψ·Ψ§Ω„ΨΉΩ‡ Ϊ©Ω†ΫŒΩ†
5. element
6. 5 site Ω…ΨͺفاوΨͺ رو ΨͺΩˆΫŒΩ‡ پی دی اف
@bomboclat
bomboclat / convert-deploymentconfig-to-deployment.py
Last active April 19, 2024 10:00
convert-deploymentconfig-to-deployment.py
#!/usr/bin/env python3
import sys
import re
import yaml
class YamlTransform():
def __init__(self, filename, keys_sub):
self.filename = filename
@adrianhajdin
adrianhajdin / globals.css
Created May 5, 2023 13:13
Next.js 13 Full Course 2023 | Build and Deploy a Full Stack App Using the Official React Framework
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@tailwind base;
@tailwind components;
@tailwind utilities;
/*
Note: The styles for this gradient grid background is heavily inspired by the creator of this amazing site (https://dub.sh) – all credits go to them!
*/
@rohankhudedev
rohankhudedev / opcache.ini
Last active April 19, 2024 09:56
Best Zend OpCache Settings / Tuning / Configurations
[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=1
; Determines if Zend OPCache is enabled for the CLI version of PHP
;opcache.enable_cli=1
; The OPcache shared memory storage size.
opcache.memory_consumption=512
@achmadns
achmadns / show-retention-policies.sh
Created October 9, 2017 03:43
Show retention policies on InfluxDB through CLI
#!/bin/bash
for x in `influx -execute 'show databases' | grep -v -e ^name -e --- -e ^_internal`;do printf "RETENTION POLICIES ON $x \n"; influx -execute "SHOW RETENTION POLICIES ON $x";done
@ilbunilcho
ilbunilcho / How to remove Windows paths from WSL path.md
Created November 1, 2018 16:41
How to remove Windows paths from WSL path

after Build 17093

  • can override settings by edit "/etc/wsl.conf"
  • normally this file is not exists at first
$ sudo vi /etc/wsl.conf

[interop]
appendWindowsPath = false
@dcts
dcts / workbench.colorCustomizations.json
Created April 14, 2020 16:51 — forked from jacklorusso/workbench.colorCustomizations.json
A list of all Visual Studio Code customizable colors, grouped by UI region. Copy and paste into User Settings (comments are allowed) to tweak an existing theme or work on your own.
"workbench.colorCustomizations": {
// Contrast Colors - The contrast colors are typically only set for high contrast themes. If set, they add an additional border around items across the UI to increase the contrast.
"contrastActiveBorder": "",
"contrastBorder": "",
// Base Colors
"focusBorder": "",
"foreground": "",
"widget.shadow": "",
"selection.background": "",
"descriptionForeground": "",