Recent projects

Question 2

MongoDB · an anonymous user
10 hours ago
show collections

5x luck blox fruit script

Lua · an anonymous user
10 hours ago
locl script == loadstring(game:HttpGet("https://raw.githubusercontent.com/GrinGuru/BloxFruits/refs/heads/main/5X%20LUCK"))() locl script by: "SkibidiScript" local script will change to == loadstring(game:HttpGet("https://raw.githubusercontent.com/

buck sort 2-7-26

C · an anonymous user
10 hours ago
//========================================= //buck sort 2-7-26 1v //========================================= //---------------------------------------- #include <stdio.h> #include <string.h> #include <ctype.h> //-----------------------------------

buck sort 2-7-26

C · an anonymous user
10 hours ago
//========================================= //buck sort 2-7-26 1v //========================================= //---------------------------------------- #include <stdio.h> #include <string.h> #include <ctype.h> //-----------------------------------

String

PHP · an anonymous user
11 hours ago
<?php /* Imprimir los string del arreglo $cadenas donde contenga por lo menos un substring del arreglo $cadenas_aux resultado esperado: rojo verde blanco */

repaso_mongo_final_internet

MongoDB · an anonymous user
11 hours ago
db.usuario.insertMany([ { nombre_de_usuario: 'fpaco', email: 'fpaco@up', edad: 31, categoria: 'adherente', contrasenia: 'fpaco', reservas: [ { fecha: "2026-07-03",

arrayAssociativo

PHP · jgnunes
11 hours ago
<?php echo "Hello world!\n";

buck sort 2-7-26

C · an anonymous user
11 hours ago
//========================================= //buck sort 2-7-26 1v //========================================= //---------------------------------------- #include <stdio.h> #include <string.h> #include <ctype.h> //-----------------------------------

ITDSA_Project

MongoDB · an anonymous user
11 hours ago
use ITDSA_Project db.createCollection("AUTHOR") db.createCollection("BOOK") db.createCollection("BOOKAUTHOR") db.createCollection("MEMBER") db.createCollection("BORROWEDBOOKS") db.AUTHOR.insertMany([ { authorID: 1, firstName: "George",

buck sort 2-7-26

C · an anonymous user
11 hours ago
//========================================= //buck sort 2-7-26 1v //========================================= //---------------------------------------- #include <stdio.h> #include <string.h> #include <ctype.h> //-----------------------------------

buck sort 2-7-26

C · an anonymous user
11 hours ago
//========================================= //buck sort 2-7-26 1v //========================================= //---------------------------------------- #include <stdio.h> #include <string.h> #include <ctype.h> // void labelformat(int j,char result

Johann20129 hub

Fortran · johann201229
11 hours ago
program main print *, "Hello world!" print *, "Bienvenue Johann20129 Hub !" print *, "Le programme fonctionne correctement." end program main

String

PHP · an anonymous user
11 hours ago
<?php /* Imprimir los string del arreglo $cadenas donde contenga por lo menos un substring del arreglo $cadenas_aux resultado esperado: rojo verde blanco */

péndulo elastico

Python · skyelodie
11 hours ago
import numpy as np import matplotlib matplotlib.use("Agg") # backend sin display (necesario en mycompile) import matplotlib.pyplot as plt from matplotlib.animation import FuncAnimation from collections import deque # =============================

buck sort 2-7-26

C · an anonymous user
11 hours ago
//========================================= //buck sort 2-7-26 1v //========================================= //---------------------------------------- #include <stdio.h> #include <string.h> #include <ctype.h> void bucksort(char str[], char del[]

DELIVERABLE 2

MongoDB · an anonymous user
11 hours ago
use EduvosOlMS db.createCollection("members") db.createCollection("books") db.createCollection("authors") db.createCollection("bookAuthors") db.createCollection("borrowings") db.members.insertMany([ {

buck sort 2-7-26

C · an anonymous user
11 hours ago
//========================================= //buck sort 28-6-26 -1b //========================================= //---------------------------------------- #include <stdio.h> #include <string.h> #include <ctype.h> void bucksort(char str[], char del

MHOOSENPROJECT

MongoDB · an anonymous user
11 hours ago
db.AUTHOR.insertMany([ { authorID: 1, firstName: "John", lastName: "Smith" }, { authorID: 2, firstName: "Sarah", lastName: "Jones" } ]); db.BOOK.insertMany([ { ISBN: "978111", title: "Database Systems", publicationYear: 2027 }, { ISBN: "978222", ti

ITDSA PROJECT D.2

MongoDB · an anonymous user
11 hours ago
use eduvos_library db.createCollection("bookauthor") db.createCollection("book") db.createCollection("borrowedbooks") db.createCollection("memeber") db.createCollection("author") db.authors.insertMany([ { _id: "A001", firstName: "Angel", lastNam

DELIVERABLE 2

MongoDB · an anonymous user
11 hours ago
use EduvosOlMS db.createCollection("members") db.createCollection("books") db.createCollection("authors") db.createCollection("bookAuthors") db.createCollection("borrowings") db.members.insertMany([ {