Recent projects

PhD903511NhsNumber30488670.profile.oggdmc

Kotlin · an anonymous user
1 hour ago
fun main() { println("DPESSLPhD!") }

나이2개입력받고_나이합_출력하기

C · jjang2
2 hours ago
#include <stdio.h> int main() { int age1, age2, result; /* scanf()는 입력받을 때까지 다음 줄로 가지 않음. 그럼으로 위의 줄과 변경하면 원하는 결과를 얻을수 없음*/ scanf("%d%d", &age1, &age2); printf("input your age and friend age\n"); */

FONC QDEX

Fortran · CHARLESTON
2 hours ago
PROGRAM QDEX INTEGER :: X DO X=38,100 N=4*X**3-108*X**2-108*X-27 M=X**3-36*X**2-54*X-27 Q=float(N)/float(M) PRINT *, X,Q END DO END PROGRAM QDEX

핵 스크립트

Lua · an anonymous user
2 hours ago
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() local Window = Rayfield:CreateWindow({ Name = "핵 스크립트", LoadingTitle = "로딩 중....", LoadingSubtitle = "실행 준비 중...", ConfigurationSaving = { Enabled = true,

16 aug

C# · AnupTirkey
2 hours ago
using System; namespace MyCompiler { class Program { public static void Main(string[] args) { Console.WriteLine("Hi"); { for(int i=0;i<500;i++) { Console.WriteL

Gpy

Kotlin · an anonymous user
2 hours ago
// ============================================================================ // OGX MASTER COMPREHENSIVE IDENTITY, FINANCIAL & TRESURY ACCOUNT (Kotlin) // ============================================================================ // Subject: PH

math

Lua · an anonymous user
2 hours ago
-- Your existing Compute function function Compute(operator, op1, op2) if operator == "+" then return op1 + op2 end if operator == "-" then return op1 - op2 end if operator == "*" then return op1 * op2 end if operator == "/" then ret

hello.sql

MySQL · an anonymous user
2 hours ago
create table empl( id number(10) primary key, ename varchar2(20) not null, gender char(1), age number(2) check (age>20 and age<60), salary decimal(7,2), doj date ); desc empl; insert into empl values(2,'Aritra Ghosh', 'M', 21, 99999.99, to_Date('12-

Practical 3

Octave · an anonymous user
2 hours ago
A=[1,2,5,6,8]; B=[2,4,6,10,11]; C=[1,3,5,6,11,12]; D=union(A,B) LHS1=union(D,C) E=union(B,C) RHS1=union(A,E) F=intersect(A,B) LHS2=intersect(F,C) G=intersect(B,C)

动漫Python基础

Python · bobfs
2 hours ago
# CHAPTER.01 python的快速入门;薛定谔python之旅 荷兰Guidovan rossum 20+90年代设计 """python developers guide PEP python enhancement proposals,pep20 python之禅;monty python喜剧演员 特点:代码易读易懂 定义变量不需要指定数据类型,动态类型dynamic typing; tip01:print parameter:sep默认值="",end="\n" """ #字

122p 예제

C · godks
2 hours ago
#include <stdio.h> int main() { printf("literal int size: %d \n", sizeof(7)); printf("literal double size: %d \n", sizeof(7.14)); printf("literal char size: %d \n", sizeof('A')); return 0; }

newton

Octave · an anonymous user
2 hours ago
% Parameters T0 = 90; % Initial temperature of tea (°C) Ts = 25; % Room temperature (°C) k = 0.08; % Cooling constant % Time in minutes t = linspace(0, 60, 200); % Newton's Law of Cooling T = Ts + (T0 - Ts) * exp(-k * t);

Vettre

R · muthuvijaya
2 hours ago
hi<-"S. Vettre Darshini " print(hi)

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

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

Sudoku

C · an anonymous user
3 hours 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
3 hours 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
3 hours 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
3 hours ago
"kingarthurthe1stoforkneypaidjustnowforlifetimeownershippaidto:godaddy.com::forthisdomain:gopollyp.org= pi:88777.77666EE760.18:pi;"

mm2

Lua · an anonymous user
3 hours 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
3 hours 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; }