Search

Results include substring matches and semantically similar vals. Learn more
cyrilis avatar
untitled8294445
@cyrilis
An interactive, runnable TypeScript val by cyrilis
Script
export let untitled8294445 = default (params) => {
return gpt3({
openAiKey: process.env.openai_key,
prompt: params.question,
.then((result) => result);
gayatri_k26 avatar
untitled_pinkMarmoset
@gayatri_k26
An interactive, runnable TypeScript val by gayatri_k26
Cron
function x() {
console.log("Welcome to CS1200!");
console.log("Hello there!");
xuesjiang avatar
untitled_magentaBee
@xuesjiang
An interactive, runnable TypeScript val by xuesjiang
Script
export async function untitled_magentaBee() {
const { default: axios } = await import("npm:axios");
const url =
zachnusbaum avatar
untitled_rt2wovqo
@zachnusbaum
An interactive, runnable TypeScript val by zachnusbaum
Script
export const untitled_rt2wovqo = (async () => {
function myApi(name) {
return "hi " + name;
console.email("hi");
hankenstein avatar
untitled_oliveSwordtail
@hankenstein
An interactive, runnable TypeScript val by hankenstein
Script
export const untitled_oliveSwordtail = (async () => {
var name = "hank";
function myApi(name) {
return "hi " + name;
baj avatar
untitled_cS5pGEaV
@baj
An interactive, runnable TypeScript val by baj
Script
export const untitled_cS5pGEaV = (async () => {
let count = 0;
function myApi() {
return count++;
maxmetcalfe avatar
untitled6597015
@maxmetcalfe
An interactive, runnable TypeScript val by maxmetcalfe
Script
export let untitled6597015 = default async function() {
console.log("here")
aravgoyalneu avatar
untitled_blushLobster
@aravgoyalneu
An interactive, runnable TypeScript val by aravgoyalneu
Email
export async function untitled_blushLobster(email: Email) {
async function emailRandomJoke() {
async function fetchRandomJoke() {
const response = await fetch(
maxmetcalfe avatar
untitled6709436
@maxmetcalfe
An interactive, runnable TypeScript val by maxmetcalfe
Script
export let untitled6709436 = default async function() {
console.log("here")
zhangbao avatar
untitled_emeraldFalcon
@zhangbao
An interactive, runnable TypeScript val by zhangbao
HTTP
export default async function untitled_redMeerkat(req: Request): Promise<Response> {
return Response.json({ ok: true })
bli27 avatar
untitled_tomatoHarrier
@bli27
An interactive, runnable TypeScript val by bli27
Cron
function x() {
console.log("Welcome to CS1200!");
console.log("Hello there!");
xrayboastful avatar
untitled_y63gGz3G
@xrayboastful
An interactive, runnable TypeScript val by xrayboastful
Cron
export const untitled_y63gGz3G = (async () => {
function myApi(name: Interval) {
return "hi " + name;
console.email("hi");
zbeastly1 avatar
untitled2540845
@zbeastly1
An interactive, runnable TypeScript val by zbeastly1
Script
export let untitled2540845 = async function() {
return "hello val town, what am I to do?"
cufaoil avatar
untitled_amethystStork
@cufaoil
An interactive, runnable TypeScript val by cufaoil
HTTP
export async function untitled_amethystStork(request: Request): Promise<Response> {
return Response.json({ ok: true })
stevekrouse avatar
untitled_return_me_secret
@stevekrouse
An interactive, runnable TypeScript val by stevekrouse
Script
import process from "node:process";
export function untitled_return_me_secret() {
return process.env.test;