tekscik
text-shadow: 0 0 6px limegreen, 0 0 10px green;
2024-12-18 14:50:58
kalkulator
<!doctype html>
<html lang='pl'>
<head>
<meta charset='utf-8'>
<title>kalkulator</title>
...
2024-12-17 22:39:01
NWW
#include <iostream>
#include <cmath>
using namespace std;
int obliczNWD(int a, int b) {
while (b != 0) {
...
2024-12-05 15:18:16
Egzamin Stacja Benzynowa
https://ee-informatyk.pl/inf03-ee09/praktyka/INF.03-02-22.06-SG-rozwiazanie
2024-12-04 14:25:09
C++ sprawdza czy podzielna przez 5
#include <iostream>
using namespace std;
int main()
{
while (true){
int x;
...
2024-11-28 15:08:27
black market
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AK47</title>
...
2024-11-28 13:30:22
baniol
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Baniol</title>
</head>
<body>
...
2024-11-22 10:10:20
C++ funkcja switch()
#include <iostream>
using namespace std;
int main() {
char znak;
double liczba1, liczba2;
...
2024-11-21 15:07:01
C++ funkcja switch() v2
#include <iostream>
using namespace std;
int main() {
char operacja;
double liczba1, liczba2;
...
2024-11-21 14:58:12
INF03 rozwiazanie
https://github.com/Chr1skyy/Egzamin-Zawodowy-E14-EE09-INF03/tree/main/inf03/inf03_2022_06_01/rozwiazanie
2024-11-21 11:45:02
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kulka 3d</title>
</head>
<script>
...
2024-11-15 13:39:10
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kulka 3d</title>
</head>
<style>
...
2024-11-15 12:20:56
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SPELLEJRO</title>
</head>
<style>
body{
background-image: conic-gradient(lightpink, rgb(219, 147, 159), lightpink, rgb(219, 147, 159), lightpink);
background-size: 100%;
background-repeat: no-repeat;
height: 100vh;
}
</style>
<body>
</body>
</html>
2024-11-14 16:40:26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect"...
2024-11-14 16:40:07
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="RW">
<title>Tartle Object</title>
<style>
svg {...
2024-11-07 13:07:53
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="yb2.jpg">
<meta charset="UTF-8">
<meta name="viewport"...
2024-11-05 23:30:43
function Person(first, last, age, eye) {
this.firstName = first;
this.lastName = last;
...
2024-11-05 22:18:17
<!DOCTYPE html> <html lang="en"> <head> </head> <body> <h1>Js obj con</h1> <h1>Object...
2024-11-05 21:56:26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Banka Kutas</title>
</head>
<body>
...
2024-10-25 11:08:50
bańka kutas
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
...
2024-10-25 10:02:09
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ułóż kwadraty odpowiednio</title>
<style>
.dropzone {
width: 100px;
...
2024-10-24 13:19:29
<!DOCTYPE html>
<html>
<head>
<title>My web page</title>
</head>
...
2024-10-24 10:16:02