=ПРАВИЛА ФЛУДА=▫ Относимся друг к другу с уважением
▫ Рейтинг флуда соответствует рейтингу сайтаГруппа ВК с мемами - смотрите, кидайте, своё предлагайте.
Флуд №4 - Восстание нежити
Сообщений 1351 страница 1380 из 2001
Поделиться12022-10-31 16:06:15
Поделиться13512023-03-22 12:40:51
[dice=1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-1936-20:1:120:я играюсь с кубиками не обращайте внимания]
[dice=162624-1:130:140:мяу]
[html]
<html>
<head>
<script src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/10.6.4/math.js"
integrity=
"sha512-BbVEDjbqdN3Eow8+empLMrJlxXRj5nEitiCAK5A1pUr66+jLVejo3PmjIaucRnjlB0P9R3rBUs3g5jXc8ti+fQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<script src=
"https://cdnjs.cloudflare.com/ajax/libs/mathjs/10.6.4/math.min.js"
integrity=
"sha512-iphNRh6dPbeuPGIrQbCdbBF/qcqadKWLa35YPVfMZMHBSI6PLJh1om2xCTWhpVpmUyb4IvVS9iYnnYMkleVXLA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"></script>
<!-- for styling -->
<style>
table {
border: 1px solid black;
margin-left: auto;
margin-right: auto;
}
input[type="button"] {
width: 100%;
padding: 20px 40px;
background-color: green;
color: white;
font-size: 24px;
font-weight: bold;
border: none;
border-radius: 5px;
}
input[type="text"] {
padding: 20px 30px;
font-size: 24px;
font-weight: bold;
border: none;
border-radius: 5px;
border: 2px solid black;
}
</style>
</head>
<!-- create table -->
<body>
<table id="calcu">
<tr>
<td colspan="3"><input type="text" id="result"></td>
<!-- clr() function will call clr to clear all value -->
<td><input type="button" value="c" onclick="clr()" /> </td>
</tr>
<tr>
<!-- create button and assign value to each button -->
<!-- dis("1") will call function dis to display value -->
<td><input type="button" value="1" onclick="dis('1')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="2" onclick="dis('2')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="3" onclick="dis('3')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="/" onclick="dis('/')"
onkeydown="myFunction(event)"> </td>
</tr>
<tr>
<td><input type="button" value="4" onclick="dis('4')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="5" onclick="dis('5')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="6" onclick="dis('6')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="*" onclick="dis('*')"
onkeydown="myFunction(event)"> </td>
</tr>
<tr>
<td><input type="button" value="7" onclick="dis('7')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="8" onclick="dis('8')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="9" onclick="dis('9')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="-" onclick="dis('-')"
onkeydown="myFunction(event)"> </td>
</tr>
<tr>
<td><input type="button" value="0" onclick="dis('0')"
onkeydown="myFunction(event)"> </td>
<td><input type="button" value="." onclick="dis('.')"
onkeydown="myFunction(event)"> </td>
<!-- solve function call function solve to evaluate value -->
<td><input type="button" value="=" onclick="solve()"> </td>
<td><input type="button" value="+" onclick="dis('+')"
onkeydown="myFunction(event)"> </td>
</tr>
</table>
<script>
// Function that display value
function dis(val) {
document.getElementById("result").value += val
}
function myFunction(event) {
if (event.key == '0' || event.key == '1'
|| event.key == '2' || event.key == '3'
|| event.key == '4' || event.key == '5'
|| event.key == '6' || event.key == '7'
|| event.key == '8' || event.key == '9'
|| event.key == '+' || event.key == '-'
|| event.key == '*' || event.key == '/')
document.getElementById("result").value += event.key;
}
var cal = document.getElementById("calcu");
cal.onkeyup = function (event) {
if (event.keyCode === 13) {
console.log("Enter");
let x = document.getElementById("result").value
console.log(x);
solve();
}
}
// Function that evaluates the digit and return result
function solve() {
let x = document.getElementById("result").value
let y = math.evaluate(x)
document.getElementById("result").value = y
}
// Function that clear the display
function clr() {
document.getElementById("result").value = ""
}
</script>
</body>
</html>
[/html]
офигеть ребята смотрите калькулятор
Отредактировано Ивоцвет (2023-03-23 12:10:56)
Поделиться13522023-03-22 12:56:48
Ивоцвет, 😳
- Подпись автора
you've made additions to my vantage point and now it's up to me
and with this time that i have forced i hope it gives you time to see
Поделиться13532023-03-24 15:35:29
Тест маски для Жемчужинки
[nick]Евгения Вишневская[/nick][status]ведь мне больше не больно разбиваться на часьт[/status][icon]https://i.ibb.co/M9jSFfr/B0q-Jr-DDk-HTE-2.png[/icon][titlemask]<b>СЛЕДОВАТЕЛЬ, 28 ЛЕТ</b>[/titlemask]
- Подпись автора
you've made additions to my vantage point and now it's up to me
and with this time that i have forced i hope it gives you time to see
Поделиться13542023-03-27 17:46:31
*пинает флуд*
Поделиться13552023-03-27 18:01:48
Червячок, жду посты… люблю читать за Червячок… когда в тени пойду, надеюсь что-то отыграем
(Я бродяжку малышку Жучку планирую в тени привести)
- Подпись автора
— Я знаю, что лучше для моей дочери.
(Чародейки)
Поделиться13562023-03-27 18:27:52
Малина, жучка.. червячок... племя хакуна матата
Поделиться13572023-03-27 18:28:23
Малина, буду буллить твою Жучку от чистого сердца.
Поделиться13582023-03-27 19:07:20
Червячок, на самом деле круто, что она сильно не разбираясь может сразу относиться к Червячок как к врагу. Она капец гордая. Ну и королева драмы… там будут и слезы, и злость, и обида
- Подпись автора
— Я знаю, что лучше для моей дочери.
(Чародейки)
Поделиться13592023-03-27 19:30:38
вообще жду народ в Тени, нужно же Сенокосцу на кого-то орать...
- Подпись автора
you've made additions to my vantage point and now it's up to me
and with this time that i have forced i hope it gives you time to see
Поделиться13602023-03-27 19:41:26
[dice=25168-1:20:200:выбор роста]
- Подпись автора
you've made additions to my vantage point and now it's up to me
and with this time that i have forced i hope it gives you time to see
Поделиться13612023-03-27 19:52:09
Коготь, сможет ли он поорать на Олеандра в будущем?-
- Подпись автора
Louder the bark and thе bigger the blade
Onе seat on a throne, one foot in the grave
Louder the moth then the bigger the flame
Do you really bleed if it washes away?
Поделиться13622023-03-27 20:05:17
Медь, конечно, он с радостью орёт на всех-
- Подпись автора
you've made additions to my vantage point and now it's up to me
and with this time that i have forced i hope it gives you time to see
Поделиться13632023-03-27 20:15:03
Коготь, кинню-
- Подпись автора
Louder the bark and thе bigger the blade
Onе seat on a throne, one foot in the grave
Louder the moth then the bigger the flame
Do you really bleed if it washes away?
Поделиться13642023-03-27 20:48:34
Малина, жучка.. червячок... племя хакуна матата
Вообще мне нравится как старшее поколение всё такое преимущественно брутальное, Мрак, Змееуст, Серебряный, Горицвет, а котята чист букашки вреднючие.
Поделиться13652023-03-27 21:04:54
Вообще мне нравится как старшее поколение всё такое преимущественно брутальное, Мрак, Змееуст, Серебряный, Горицвет, а котята чист букашки вреднючие.
букашки вреднючие и ещё Светик..................
- Подпись автора
you've made additions to my vantage point and now it's up to me
and with this time that i have forced i hope it gives you time to see
Поделиться13662023-03-27 21:08:49
Коготь, это сокращение от "Светлячок", он тоже букашка.
Поделиться13672023-03-27 22:03:42
Червячок, В Серебряном брутальное только имя
- Подпись автора
Louder the bark and thе bigger the blade
Onе seat on a throne, one foot in the grave
Louder the moth then the bigger the flame
Do you really bleed if it washes away?
Поделиться13682023-03-27 22:05:26
Медь, ну я как раз про имена.А ЕЩЕ ТЫ ЧЕГО ТАМ НА МОЮ СЕСТРУ ГЛАЗ ПОЛОЖИЛ ОНА ЕЩЕ МАЛЕНЬКАЯ
Поделиться13692023-03-27 22:49:33
Малина, буду буллить твою Жучку от чистого сердца.
ахахах создадим токсичный сестринский дуэт, будем буллить друг дружку и остальных, непобедимая сила
Вообще мне нравится как старшее поколение всё такое преимущественно брутальное, Мрак, Змееуст, Серебряный, Горицвет, а котята чист букашки вреднючие.
ключевое слово - вреднючие, в племени теней нет ни одного котенка с нормальным характером
Поделиться13702023-03-27 22:52:31
Чернолап, мне кажется с такими наставниками они настолько мощно+жестко зазнаются что станут местными Mean Girls.
Поделиться13712023-03-27 22:54:35
Червячок, ОН ГЕЙСКИЙ ГЕЙ И ПРОШЕЛ ЧЕРЕЗ ОТЦА-ПЕДОФИЛА ОН НИКОГДА НЕ ПОЛОЖИТ ГЛАЗ НА ПАУЧИШКУ
- Подпись автора
Louder the bark and thе bigger the blade
Onе seat on a throne, one foot in the grave
Louder the moth then the bigger the flame
Do you really bleed if it washes away?
Поделиться13722023-03-27 22:55:31
Медь, ТЫ НАЗВАЛ МОЮ СЕСТРУ НЕПРИВЛЕКАТЕЛЬНОЙ????
Поделиться13732023-03-27 22:56:31
Червячок, НЕЕЕТ, ПЕРВАЯ КРАСАВИЦА НА РЯДУ С ЧЕРВЯЧОК
- Подпись автора
Louder the bark and thе bigger the blade
Onе seat on a throne, one foot in the grave
Louder the moth then the bigger the flame
Do you really bleed if it washes away?
Поделиться13742023-03-27 22:57:30
НА РЯДУ С ЧЕРВЯЧОК
а ты предусмотрительный....
Поделиться13752023-03-27 22:58:13
Червячок,
- Подпись автора
Louder the bark and thе bigger the blade
Onе seat on a throne, one foot in the grave
Louder the moth then the bigger the flame
Do you really bleed if it washes away?
Поделиться13762023-03-27 22:58:26
Медь, ЭТО ЧТО
- Подпись автора
Louder the bark and thе bigger the blade
Onе seat on a throne, one foot in the grave
Louder the moth then the bigger the flame
Do you really bleed if it washes away?
Поделиться13772023-03-27 22:58:47
- Подпись автора
Поделиться13782023-03-27 22:59:58
Звёздный Лёд, привет белый как жизнь
Поделиться13792023-03-27 23:01:10
Червячок, хорошо, порисовал, завтра зубы лечить пойду, скоро др и отдых...
- Подпись автора
Поделиться13802023-03-27 23:03:07
Звёздный Лёд, звучит кайфово. кстати как думаешь насколько тяжело бегать из теней в реку, ну мне так для друга...