Skip to content

Instantly share code, notes, and snippets.

N, M = map(int, input().split())
C = list(map(int, input().split()))
A = []
zoo = [[] for _ in range(N)] # i番目の動物園で見ることができる動物
for i in range(M):
_, *a = list(map(int, input().split()))
a = list(map(lambda x: int(x) - 1, a))
for j in a:
zoo[j].append(i)
@takkii
takkii / overdrive_nym.md
Created December 20, 2025 01:19
overdrive_nymについて

overdrive_nym、VPSで稼働して。

pumaの永続化、

不安定なレスポンスとなりページが表示されるまでの時間が長くタイムアウトを発生するか反応しませんでした。

なので、通常のoverdriveプロジェクトにVPS稼働を移行しました。

Rubyの実行速度の遅さと不安定さは頭を悩ませますね。

19:14:56.560 WeJEpvR8mQjd?source-scene=shared&source-media=shared_link:25 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'forEach')
at WeJEpvR8mQjd?source-scene=shared&source-media=shared_link:25:3671
19:14:56.562 WeJEpvR8mQjd?source-scene=shared&source-media=shared_link:40 [导航防护] Web 端(桌面),启用手势拦截 🛡️
19:14:56.681 www.googletagmanager.com/gtag/js?id=G-5PMRNYL7P0:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
19:14:56.685 accounts.google.com/gsi/client:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
19:14:56.738 Maximize Video.user.js:65 [2025-12-19 19:14:56][Maximize Video] > Ready
19:14:57.932 fbevents.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
19:14:57.932 events.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
19:14:57.932 bat.js:1 Failed to load resource: net::ERR_BLOCKED_BY_CLIENT
19:14:58.113 identitytoolkit.googleapis.com/v1/accounts:lookup?key=AIzaSyB-sV2YX_07UuZTGxpOEcjDHBqoihz1zs0:1 Failed to load resource: net::ERR_BLOCKED_B
@miss-programgamer
miss-programgamer / dictionary.cpp
Created December 20, 2025 01:18
An implementation of a dictionary type in C++ as an alias of std::unordered_map which uses a custom hash functor. This hash uses a trait type to tag specific combinations of types as transparent so that map lookups can happen using heterogenous types (like std::string and std::string_view, for instance).
#include <string>
#include <string_view>
#include <unordered_map>
template<typename T, typename = void>
struct KeyTraits {};
template<>
struct KeyTraits<std::string, std::string_view>
{
@choco-bot
choco-bot / Install.txt
Created December 20, 2025 01:18
clockres v2.10 - Failed - Package Tests Results
2025-12-20 01:17:35,754 1188 [DEBUG] - XmlConfiguration is now operational
2025-12-20 01:17:35,895 1188 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-20 01:17:35,895 1188 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-20 01:17:35,926 1188 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-20 01:17:35,926 1188 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-12-20 01:17:35,942 1188 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-20 01:17:35,942 1188 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-12-20 01:17:35,942 1188 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-20 01:17:35,957 1188 [DEBUG] - Adding new typ
@lauracraft252
lauracraft252 / README.md
Created December 20, 2025 01:17
[.WATCH.]full—Zootopia 2 (2025) [.FULLMOVIE.] Available Now Online Streamings X

Zootopia 2 (2025) is a sci-mythic cinematic universe rooted in ancient legend, celestial conflict, and ancestral power. This repository functions as a lore archive, narrative reference, and creative index for the world of Zootopia 2.

A saga where divine rage meets cosmic destiny — the legend awakens.


🔗 Access & Discovery

@aura-creator-v2
aura-creator-v2 / roblox.txt
Created December 20, 2025 01:17
Uploaded from Roblox
<?xml version="1.0" encoding="utf-8"?>
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<Meta name="ExplicitAutoJoints">true</Meta>
<External>null</External>
<External>nil</External>
<Item class="Model" referent="RBX1">
<Properties>
<string name="Name">Rig</string>
<bool name="Archivable">true</bool>
</Properties> <Item class="Humanoid" referent="RBX2">
@aura-creator-v2
aura-creator-v2 / roblox.txt
Created December 20, 2025 01:17
Uploaded from Roblox
<?xml version="1.0" encoding="utf-8"?>
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
<Meta name="ExplicitAutoJoints">true</Meta>
<External>null</External>
<External>nil</External>
<Item class="Model" referent="RBX1">
<Properties>
<string name="Name">Rig</string>
<bool name="Archivable">true</bool>
</Properties> <Item class="Humanoid" referent="RBX2">
@choco-bot
choco-bot / Install.txt
Created December 20, 2025 01:17
tunnelier.install v6.47.0.20160703 - Failed - Package Tests Results
2025-12-20 01:16:37,474 5552 [DEBUG] - XmlConfiguration is now operational
2025-12-20 01:16:37,696 5552 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-20 01:16:37,707 5552 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-20 01:16:37,707 5552 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-20 01:16:37,730 5552 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco'
2025-12-20 01:16:37,738 5552 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco'
2025-12-20 01:16:37,754 5552 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco'
2025-12-20 01:16:37,754 5552 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco'
2025-12-20 01:16:37,769 5552 [DEBUG] - Adding new typ
document.write('<link rel="stylesheet" href="https://github.githubassets.com/assets/gist-embed-ed91f9610ae6.css">')
document.write('<div id=\"gist143784491\" class=\"gist\">\n <div class=\"gist-file\" translate=\"no\" data-color-mode=\"light\" data-light-theme=\"light\">\n <div class=\"gist-data\">\n <div class=\"js-gist-file-update-container js-task-list-container\">\n <div id=\"file-f\" class=\"file my-2\">\n \n <div itemprop=\"text\"\n class=\"Box-body p-0 blob-wrapper data type-text \"\n style=\"overflow: auto\" tabindex=\"0\" role=\"region\"\n aria-label=\"F content, created by farzanehsedarati03-png on 08:16PM today.\"\n >\n\n \n<div class=\"js-check-hidden-unicode js-blob-code-container blob-code-content\">\n\n <template class=\"js-file-alert-template\">\n <div data-view-component=\"true\" class=\"flash flash-warn flash-full d-flex flex-items-center\">\n <svg aria-hidden=\"true\" height=\"16\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" data-vie