Skip to content

Instantly share code, notes, and snippets.

@helium-service
helium-service / detekt-report-1738958181.md
Created February 7, 2025 20:00
Detekt Report for PR #2028 Timestamp 1738958181

detekt

Metrics

  • 154 number of properties

  • 196 number of functions

  • 15 number of classes

@rafidhoda
rafidhoda / index.html
Created February 7, 2025 19:59
Created with Learning Machines
<h1>I am beautiful 2</h1>
<button onclick="console.log(1)">neener</button>
@GeriG34
GeriG34 / 1.3
Created February 7, 2025 19:59
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++)
@choco-bot
choco-bot / Install.txt
Created February 7, 2025 19:59
sunset-screen.portable v1.50 - Passed - Package Tests Results
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
@Zhugelyn
Zhugelyn / gist:21a7bac777e8b1a5df2dc3702f441bfc
Created February 7, 2025 19:59
Объединение в одну коллекцию
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" };
@glebsterx
glebsterx / ptvo_counter_2ch.js
Last active February 7, 2025 21:06
Modkam 2ch Impulse Counter Custom Converter
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)
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)
using System;
using System.Threading;
using System.Threading.Channels;
namespace ConsoleApp5;
class Program
{
static void Main(string[] args)
{
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;
@DolphinOfficial
DolphinOfficial / PostShutdownFullLog.txt
Created February 7, 2025 19:57
Text file created by Roblox
-- 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 ------------------
{
}