Skip to content

Instantly share code, notes, and snippets.

@nasirdn
nasirdn / gist:899309de0f38cce914281d8abfa502b4
Created May 10, 2024 20:07
Ср3-код с добавление данных
-- -----------------------------------------------------
-- Data for table `sr3_3.1`.`game`
-- -----------------------------------------------------
START TRANSACTION;
USE `sr3_3.1`;
INSERT INTO `sr3_3.1`.`game` (`id_game`, `name_game`, `manufacturer`, `min_players`, `max_players`, `min_year`) VALUES (1, 'Интуиция', 'Dream Makers', 4, 8, 12);
INSERT INTO `sr3_3.1`.`game` (`id_game`, `name_game`, `manufacturer`, `min_players`, `max_players`, `min_year`) VALUES (2, 'Манчкин', 'Hobby Word', 3, 6, 12);
INSERT INTO `sr3_3.1`.`game` (`id_game`, `name_game`, `manufacturer`, `min_players`, `max_players`, `min_year`) VALUES (3, 'Бэнг!', 'Hobby Word', 4, 7, 8);
INSERT INTO `sr3_3.1`.`game` (`id_game`, `name_game`, `manufacturer`, `min_players`, `max_players`, `min_year`) VALUES (4, 'Интуиция', 'Origami', 3, 6, 18);
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created May 10, 2024 20:06
salamander v4.0.0 - Passed - Package Tests Results
<?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-2913881201-203904295-2065763156-1000</user>
<keys>
<key installerType="Custom" displayName="Altap Salamander 4.0 (x64)" displayVersion="4.0">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Altap Salamander 4.0 (x64)</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[C:\Program Files\Altap Salamander]]></InstallLocation>
<UninstallString><![CDATA[C:\Program Files\Altap Salamander\remove\remove.exe /q]]></UninstallString>
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 10, 2024 20:05
Rimworld output log published using HugsLib
Log uploaded on Saturday, May 11, 2024, 4:05:26 AM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.0), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Performance Fish(bs.performance): PerformanceFish(0.6.0)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)
@HugsLibRecordKeeper
HugsLibRecordKeeper / output_log.txt
Created May 10, 2024 20:04
Rimworld output log published using HugsLib
Log uploaded on Friday, May 10, 2024, 1:04:47 PM
Loaded mods:
Prepatcher(zetrith.prepatcher): 0Harmony(2.3.3), 0PrepatcherAPI(1.2.0), 0PrepatcherDataAssembly(1.0.0), PrepatcherImpl(1.0.0), Prestarter(1.0.0)
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1)
Fishery - Modding Library(bs.fishery): 0PrepatcherAPI(1.2.0), 1Fishery(0.6.1), System.Runtime.CompilerServices.Unsafe(av:6.0.0,fv:6.0.21.52210)
Core(Ludeon.RimWorld): (no assemblies)
Performance Fish(bs.performance): PerformanceFish(0.6.2)
Royalty(Ludeon.RimWorld.Royalty): (no assemblies)
Ideology(Ludeon.RimWorld.Ideology): (no assemblies)
Biotech(Ludeon.RimWorld.Biotech): (no assemblies)

JavaScript Interview Questions

Q1: Explain equality in JavaScript ☆

Answer: JavaScript has both strict and type–converting comparisons:

  • Strict comparison (e.g., ===) checks for value equality without allowing coercion
  • Abstract comparison (e.g. ==) checks for value equality with coercion allowed
Maintainers:
lukego: sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_3, sbcl_2_4_3
nagy: sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_3, sbcl_2_4_3
7c6f434c: sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_3, sbcl_2_4_3
hraban: sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_3, sbcl_2_4_3
uthar: sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl, sbcl, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_4, sbcl_2_4_3, sbcl_2_4_3, sbcl_2_4_3
@oloedpaper
oloedpaper / ios-downgrade-dualboot.md
Created May 10, 2024 20:04 — forked from LukeZGD/ios-downgrade-dualboot.md
Downgrade and dualboot status of almost all iOS devices

Downgrade and dualboot status of almost all iOS devices

UPDATED: 2024-05-02

x86_64-linux sbclPackages.usocket
x86_64-linux sbclPackages.parser_dot_common-rules
x86_64-linux shen-sbcl
x86_64-linux sbclPackages.gsll
x86_64-linux sbclPackages.salza2
x86_64-linux sbclPackages.cl-cffi-gtk-cairo
x86_64-darwin acl2
x86_64-linux sbclPackages.cl-cuda
x86_64-linux sbclPackages.pzmq
aarch64-darwin roswell
@AE-0h
AE-0h / contracts
Created May 10, 2024 20:04
Simple ERC20 Token by OpenZeppelin. Find it at https://www.cookbook.dev/contracts/simple-token
/*
██████ ██████ ██████ ██ ██ ██████ ██████ ██████ ██ ██ ██████ ███████ ██ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██ ██ ██ ██ ██ █████ ██████ ██ ██ ██ ██ █████ ██ ██ █████ ██ ██
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
██████ ██████ ██████ ██ ██ ██████ ██████ ██████ ██ ██ ██ ██████ ███████ ████
Find any smart contract, and build your project faster: https://www.cookbook.dev
Twitter: https://twitter.com/cookbook_dev