Discover gists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const int TRANSFORMER_PIN = 8; | |
const int OPEN_COMMAND_PIN = 20; | |
const int CLOSE_COMMAND_PIN = 21; | |
const int SLOW_MODE_PIN = 9; | |
const int DOOR_OPEN_SENSOR_PIN = 0; | |
const int DOOR_CLOSE_SENSOR_PIN = 19; | |
const int TRANSFORMER_BTN_PIN = 5; | |
const int OPEN_BTN_PIN = 2; | |
const int CLOSE_BTN_PIN = 3; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Default SLE Micro root filesystem | |
LABEL=ROOT / btrfs ro 0 0 | |
LABEL=ROOT /.snapshots btrfs defaults,subvol=@/.snapshots 0 0 | |
LABEL=ROOT /home btrfs defaults,subvol=@/home 0 0 | |
LABEL=ROOT /opt btrfs defaults,subvol=@/opt 0 0 | |
LABEL=ROOT /root btrfs defaults,subvol=@/root,x-initrd.mount 0 0 | |
LABEL=ROOT /srv btrfs defaults,subvol=@/srv 0 0 | |
LABEL=ROOT /var btrfs defaults,subvol=@/var,x-initrd.mount 0 0 | |
LABEL=EFI /boot/efi vfat defaults 0 0 | |
LABEL=ROOT /boot/writable btrfs defaults,subvol=@/boot/writable 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 36 (Failed: 1, Cancelled 0), Incomplete: 2, Skipped: 16 | |
[get-pr-number : parse-pr-url] + echo -n 968 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 968 | |
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m | |
[acquire-lease : create-lease] + '[' m == m ']' | |
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400 | |
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
&<StartAllBack Crack Latest 2025 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace triton | |
{ | |
internal class Program | |
{ | |
private static void Main(string[] args) | |
{ | |
int[,] array = new int[2, 4]; | |
int secondLineSum = 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Mikhail Savin", | |
"label": "TechLead SRE / CTO / Practicing teacher", | |
"picture": "https://github.com/jtprogru.png", | |
"email": "jtprogru@gmail.com", | |
"website": "https://jtprog.ru", | |
"summary": "I have quite rich and versatile experience in the role of Infrastructure Engineer, SRE, Head of IT Division and Operations, CTO. I am a member of DevOpsConf program committee and a practicing teacher of RTU MIREA.", | |
"location": { | |
"city": "Moscow", |
Source: codewithsadee (https://www.youtube.com/watch?v=3l8Lob4ysI0)
A Pen by Leonam Silva de Souza on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import random | |
class Warrior: | |
def setHealth(self,health): | |
self.health = health | |
def getAttack(self): | |
self.health -=20 | |
first = Warrior() | |
second = Warrior() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-3145728412-1752322905-909997274-1000</user> | |
<keys> | |
<key installerType="Unknown" displayName="Vivaldi" displayVersion="7.1.3570.48"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Vivaldi</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Users\vagrant\AppData\Local\Vivaldi\Application]]></InstallLocation> | |
<UninstallString><![CDATA["C:\Users\vagrant\AppData\Local\Vivaldi\Application\7.1.3570.48\Installer\setup.exe" --uninstall --vivaldi-install-dir="C:\Users\vagrant\AppData\Local\Vivaldi"]]></UninstallString> |