Skip to content

Instantly share code, notes, and snippets.

adsfasdf
45452.0 Zero Single
45566.0 Zero Multiple
45681.0 Single Multiple
45700.0 Single Multiple
46053.0 Multiple Single
46273.0 Zero Single
46328.0 Zero Single
46489.0 Multiple Single
46871.0 Zero Single
46940.0 Zero Single
import asyncio
from anthropic import AI_PROMPT, HUMAN_PROMPT, AsyncAnthropic
anthropic = AsyncAnthropic()
async def run(i):
print(f"!!!!!{i}!!!!!!!")
completion = await anthropic.completions.create(
diff --git a/background.js b/background.js
index 731b483..e69de29 100644
--- a/background.js
+++ b/background.js
@@ -1,33 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-chrome.cookies.onChanged.addListener(function(info) {
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
# Configuration for Alacritty, the GPU enhanced terminal emulator.
# Import additional configuration files
#
# Imports are loaded in order, skipping all missing files, with the importing
# file being loaded last. If a field is already present in a previous import, it
# will be replaced.
#
# All imports must either be absolute paths starting with `/`, or paths relative
# to the user's home directory starting with `~/`.
#! /bin/python
import os
import random
import string
import shutil
import time
from argparse import ArgumentParser
from typing import Any, Dict
import dbus
# -*- coding: utf-8 -*-
'''
DEMO: print stack in timeout
'''
from flask import Flask
import time
app = Flask(__name__)
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "adder"
version = "0.5.1"
dependencies = [
"dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"parity-scale-codec 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"polkadot-parachain 0.5.1",
"sr-std 2.0.0 (git+https://github.com/paritytech/substrate?branch=polkadot-master)",