Recent projects

Vettre

R · muthuvijaya
1 hour ago
hi<-"S. Vettre Darshini " print(hi)

ㅁㄴㅇㄴㅇㄴㅁㅇㅁㄴㅇㄴㅁ

Lua · MINEMINYEE
1 hour ago
-- ============================================================ -- Anti-Cheat Bypass (extracted from Lunara) -- ============================================================ -- Features: -- 1. setmetatable hook -> breaks MiscellaneousController weak-

Sudoku

C · an anonymous user
1 hour ago
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> void display(int a, int b,int tableau[][b]){ for(int p = 0; p<=37; p++){ printf("_"); } printf("\n"); for(int i = 1; i<=9; i++){

bar chart

R · an anonymous user
1 hour ago
sales_data<-data.frame(Category=c("Electronics","Clothing","Home Decor","Groceries","Books"),Revenue=c(25000,18000,12000,31000,7000)) print(sales_data) barplot(height=sales_data$Revenue,names.arg=sales_data$Category,main="Monthly Revenue by product

Sudoku

C · an anonymous user
1 hour ago
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> void display(int a, int b,int tableau[][b]){ for(int p = 0; p<=37; p++){ printf("_"); } printf("\n"); for(int i = 1; i<=9; i++){

Gopollyp.org

Octave · an anonymous user
1 hour ago
"kingarthurthe1stoforkneypaidjustnowforlifetimeownershippaidto:godaddy.com::forthisdomain:gopollyp.org= pi:88777.77666EE760.18:pi;"

mm2

Lua · an anonymous user
1 hour ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "MM2 script", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (def

Cpp

C++ · an anonymous user
1 hour ago
#include <iostream> int main() { std::cout << "httpyoutu.be1234.co.ukfb.co.ukwww.facebook.comwww.google.co.ukandroid.orgapple.co.uk mtv.com godaddy.com firmware cardandprofileandhistorydatabasesuperadminforhttp!" << std::endl; return 0; }

C++

C++ · an anonymous user
1 hour ago
#include<iostream> using namespace std; // these are comments! int main() { float P , R , T ; cout<<"Enter Principle= "<<endl ; cin>>P ;

Apprentissage

C · an anonymous user
1 hour ago
#include <stdio.h> int main() { printf ("hier j’ai réussi le message de ma fameuse fille\n deuxième option 😅\n"); int age = 21; printf("%d ans. " ,age); printf("elle s’appelle\n"); char prenom[] = "Vicory"; printf("%s", prenom); return 0 ; }

Training

MySQL · an anonymous user
1 hour ago
CREATE DATABASE users ;

TP Langage C

C · an anonymous user
1 hour ago
#include <stdio.h> #include "point.h" int main() { printf("Hello world!\n"); struct Point a; a.x = 3.0; a.y = 5.0;

Hex Hub v1.1

Lua · an anonymous user
1 hour ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "Sex Hub v1.1", LoadingTitle = "Sex Hub v1.1", LoadingSubtitle = "by hex", ConfigurationSaving = { Enabled =

spherical coordinate

Octave · an anonymous user
1 hour ago
clc; clear; close all; %% Point A - Spherical Coordinate System rA = 7; thetaA = 40; phiA = 30; thetaA = deg2rad(thetaA);

Python · an anonymous user
1 hour ago
print('Hello world!') import struct import base64 class SimpleMIDIWriter: def __init__(self, bpm=160, ticks_per_beat=480): self.bpm = bpm self.ticks = ticks_per_beat self.tracks = []

Saber showdown script

Lua · an anonymous user
1 hour ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "⚔️ saber showdown script ⚔️", Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to

TALUD NATURAL MODIFICADO

Python · an anonymous user
2 hours ago
# Para ajustar el FS a 1.529 en el modelo empírico de degradación por SRF, # podemos modificar la condición de convergencia o la relación sintética de desplazamieto # de tal forma que al valor SRF = 1.579 el desplazamiento supere el límite, dando un

spherical coordinate

Octave · an anonymous user
2 hours ago
clc; clear; close all; %% Point A - Spherical Coordinate System rA = 7; thetaA = 40; phiA = 30; thetaA = deg2rad(thetaA);

FACEBOOKANDSPENDEDANDLOCATIONOFTHEIDENITYEVENWHENPLAYEDFORSCOTLANDINTHEWORLDCUPFINAL

Java · an anonymous user
2 hours ago
import java.util.*; import java.lang.*; import java.io.*; Configuration & Registry */ const SYSTEM_CONFIG = { hostIP: "101.001.101.101.112", subject: "Doctor Proffsor Presedent PHILIP GORDON", nhsNumber: "304886670",

assignment operators

C · rushyyy
2 hours ago
#include <stdio.h> int main () { int a = 10; a +=5; printf("%d\n",a); a -=2; printf("%d\n",a);