git reset HEAD^
# remove commit locally
return { | |
LrSdkVersion = 6.0, | |
LrSdkMinimumVersion = 6.0, | |
LrToolkitIdentifier = 'net.vurdalakov.lightroomplugintemplate', | |
LrPluginName = 'Lightroom Plugin Template', | |
LrExportMenuItems = { | |
title = "Show Lightroom &version", | |
file = "LightroomPluginTemplate.lua", | |
enabledWhen = "photosSelected" | |
} |
namespace Vurdalakov | |
{ | |
using Microsoft.Win32; | |
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.Globalization; | |
using System.Runtime.InteropServices; | |
public class KeyboardLayout |
public static Boolean IsMsiRunning() | |
{ | |
try | |
{ | |
return Mutex.TryOpenExisting(@"Global\_MSIExecute", out _); | |
} | |
catch | |
{ | |
return false; | |
} |
namespace Vurdalakov.YamlDotNetStringArrayConverter | |
{ | |
using System; | |
using YamlDotNet.Core; | |
using YamlDotNet.Core.Events; | |
using YamlDotNet.Serialization; | |
using YamlDotNet.Serialization.NamingConventions; | |
internal class Program |
#include <libopencm3/stm32/rcc.h> | |
#include <libopencm3/stm32/gpio.h> | |
#define LED_RCC RCC_GPIOB | |
#define LED_PORT GPIOB | |
#define LED_PIN1 GPIO0 | |
#define LED_PIN2 GPIO7 | |
#define LED_PIN3 GPIO14 | |
void wait() |
#!/bin/sh | |
# Installing Tailscale to the Raspberry Pi | |
# https://pimylifeup.com/raspberry-pi-tailscale/ | |
# update the package list and any out-of-date packages | |
sudo apt-get update && sudo apt-get -y upgrade | |
# install needed packages | |
sudo apt install lsb-release curl |
#pragma once | |
#include <windows.h> | |
#include <string> | |
inline std::wstring multi2wide(const std::string& str, UINT codePage = CP_THREAD_ACP) | |
{ | |
if (str.empty()) | |
{ | |
return std::wstring(); |
namespace Vurdalakov | |
{ | |
using System; | |
using System.IO; | |
using SixLabors.ImageSharp; | |
using SixLabors.ImageSharp.Advanced; | |
using SixLabors.ImageSharp.Formats; | |
using SixLabors.ImageSharp.Formats.Png; | |
using SixLabors.ImageSharp.PixelFormats; |
.pio\libdeps\seeed_wio_terminal\Seeed Arduino rpcWiFi\src\WebServer.cpp:31:10: fatal error: Seeed_mbedtls.h: No such file or directory
"seeed mbedtls"
in Library Manager)#include
line above #include