-
154 number of properties
-
196 number of functions
-
15 number of classes
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
<h1>I am beautiful 2</h1> | |
<button onclick="console.log(1)">neener</button> |
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
namespace ConsoleApp5 | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
int summ = 0; | |
Random rnd = new Random(); | |
int number = rnd.Next(0,100); | |
for (int i = 1; i < number; i++) |
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
2025-02-07 19:58:30,890 3608 [DEBUG] - XmlConfiguration is now operational | |
2025-02-07 19:58:31,035 3608 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-07 19:58:31,052 3608 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-07 19:58:31,052 3608 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-07 19:58:31,052 3608 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-02-07 19:58:31,052 3608 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-02-07 19:58:31,065 3608 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-02-07 19:58:31,065 3608 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-02-07 19:58:31,082 3608 [DEBUG] - Adding new typ |
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; | |
using System.Collections.Generic; | |
namespace _1 | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
List<string> firstList = new List<string>() { "1", "2", "1" }; |
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 zigbeeHerdsmanConverters = require('zigbee-herdsman-converters'); | |
const exposes = (zigbeeHerdsmanConverters.hasOwnProperty('exposes')) | |
? zigbeeHerdsmanConverters.exposes | |
: require("zigbee-herdsman-converters/lib/exposes"); | |
const ea = exposes.access; | |
const e = exposes.presets; | |
const fz = zigbeeHerdsmanConverters.fromZigbeeConverters || zigbeeHerdsmanConverters.fromZigbee; | |
const tz = zigbeeHerdsmanConverters.toZigbeeConverters || zigbeeHerdsmanConverters.toZigbee; | |
const ptvo_switch = (zigbeeHerdsmanConverters.findByModel) |
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
Option Explicit | |
' Main procedure – optimized version. | |
Sub FindCombinationOptimized() | |
Dim ws As Worksheet | |
Set ws = ActiveSheet ' Works on whichever sheet is active. | |
'--- Get user input. | |
Dim targetSum As Double | |
targetSum = Application.InputBox("Enter target sum:", "Target Sum", Type:=1) |
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; | |
using System.Threading; | |
using System.Threading.Channels; | |
namespace ConsoleApp5; | |
class Program | |
{ | |
static void Main(string[] args) | |
{ |
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 LIGHT_PIN = 6; | |
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; |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 55bef0ec-b26e-4ce9-b428-f2456ecbeb47 | |
-- Server started: February 07, 2025 07:57 PM UTC | Server uptime: 19 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |