Яблочко... яблочко... да чё там яблочко, блядь! В жопе у меня яблочко! Спят, суки, а я Яблочко пою! Зелёный слоник Яблочко любит! Нахуй это яблочко, браток, лучше говна поешь! Родина им дала звёздочки, а мне Яблочко! Да пошли вы все нахуй! Яблочко... ту-тум... тратата!
Мой бот высрал
Мой бот высрал
За 10 р деанон айпи. Кроме локальных)
Получите данные об айпи
Диапазон айпи cidr
Получите данные об айпи
Диапазон айпи cidr
🥴1
кому шаблон плеера
<html>
<style>
@font-face{
font-family: 'SFMono';
url("https://hcpp20334.github.io/fonts/SFMonoBold.ttf")
}
html{
background: #070707;
}
.player-api{
background: #121219;
width: 400px;
height: 120px;
border: 2px solid #ccf;
border-radius: 20px;
}
.player-api-timeline{
background: #131320;
width: 96%;
height: 10px;
border: 2px solid transparent;
display: block;
border-radius: 20px;
margin: auto;
transform: translateY(20px);
}
.player-api-audio-name{
display: block;
margin: auto;
transform: translateY(20px);
}
code{
text-align: center;
color: #ccc;
}
.input_t {
appearance: none;
background: transparent;
width: 100%;
height: 12px;
border: 2px solid #ccf;
transform: translateY(17px);
&::-webkit-slider-thumb{
background: :#ccf;
}
}
.player-api-timeline-data{
display: block;
margin: auto;
width: 100%;
height: 30px;
}
.tdata0{
color: #ccf;
float: left;
margin: 10px;
}
.tdata1{
color: #ccf;
float: right;
margin: 10px;
}
</style>
<div class="player-api">
<div class="player-api-audio-name">
<center>
<code>
Untitled
</code>
</center>
</div>
<div class="player-api-timeline-data">
<div class="tdata0">
<code>
00:00
</code>
</div>
<div class="tdata1">
<code>
00:00
</code>
</div>
</div>
<div class="player-api-timeline">
<input type="range" class="input_t">
</div>
</div>
</html>
👍1
у кого есть 1800 ? мне на метронидозол нада. 12 штук купить. В больнице кончились.
USDT (BEP20)
USDT (TRC20)
карта рф
донаталертс
https://donationalerts.com/r/hcpp
USDT (BEP20)
0x5a50d5b39a0c2Eba0119Ed2591174C51E0AF8083
USDT (TRC20)
TXkT4jz7Niqx88QMWj2n4jaxD7SVjLebJR
карта рф
2202205023810762
донаталертс
https://donationalerts.com/r/hcpp
1
This media is not supported in your browser
VIEW IN TELEGRAM
делать нехуй мне
<html>
<style>
@font-face{
font-family: 'SF';
src: url("https://hcpp20334.github.io/update/SFMono-Bold.ttf")
}
*{
font-family: 'SF';
color: #fff;
font-weight: bold;
}
html{
background: #121219;
}
.toogle,.toogle2{
width: 80px;
height: 40px;
border: 2px solid #ccf;
border-radius: 40px;
display: inline-block;
transform: translate(120px,10px);
}
.toogle-ball,.toogle-ball2{
width: 30px;
height:30px;
background: #ccf;
transform: translate(3px,5px);
border-radius: 30px;
transition: background .2s;
transition: .2s;
}
.toogle-text{
display: inline-block;
transform: translate(70px,-10px);
transition: background .2s;
}
.item{
width: 300px;
height: 60px;
background: #181820;
border-bottom: 1px solid #353555;
}
.testpanel{
background: #141419;
width: 400px;
height: 100px;
display: block;
margin: auto;
border: 2px solid #353535;
margin-top: 20px;
}
.lamp0{
background: #141914;
width: 64px;
height: 64px;
border: 2px solid #353535;
border-radius: 64px;
display: inline-block;
transform: translateY(10px);
transition: background .2s;
transition: box-shadow .2s;
}
.lamp1{
background: #191414;
width: 64px;
height: 64px;
border: 2px solid #353535;
border-radius: 64px;
display: inline-block;
transform: translateY(10px);
transition: background .2s;
transition: box-shadow .2s;
}
</style>
<div class="item">
<p class="toogle-text">lamp 0</p>
<div class="toogle">
<div class="toogle-ball"></div>
</div>
</div>
<div class="item">
<p class="toogle-text">lamp 1</p>
<div class="toogle2">
<div class="toogle-ball2"></div>
</div>
</div>
<div class="testpanel">
<center>
<div class="lamp0"></div>
<div class="lamp1"></div>
</center>
</div>
<script>
function item(g){
return document.querySelector(g);
}
var g_toogle = item(".toogle");
var g_toogle_ball = item(".toogle-ball");
//
var g_toogle_bool = false;
var g_toogle2 = item(".toogle2");
var g_toogle_ball2 = item(".toogle-ball2");
//
var g_toogle_bool2 = false;
var lamp0 = item(".lamp0");
var lamp1 = item(".lamp1");
//
function toogle(s,tg_ball){
tg_ball.style.background = s ? "#cfc" : "#ccf";
tg_ball.style.transform = !s ? "translate(3px,5px)" : "translate(47px,5px)";
}
//
g_toogle.onclick = function(){
g_toogle_bool = !g_toogle_bool;
toogle(g_toogle_bool,g_toogle_ball);
lamp0.style.background = g_toogle_bool ? "#00ff70" : "#141914";
lamp0.style.boxShadow = g_toogle_bool ? " 0px 0px 20px #00ff70" : "none";
}
g_toogle2.onclick = function(){
g_toogle_bool2 = !g_toogle_bool2;
toogle(g_toogle_bool2,g_toogle_ball2);
lamp1.style.background = g_toogle_bool2 ? "#ff0070" : "#191414";
lamp1.style.boxShadow = g_toogle_bool2 ? " 0px 0px 20px #ff0070" : "none";
}
//g_toogle.click();
</script>
</html>
бля какая же кола без сахара поебень. С сахаром она вкуснее как будто. А без сахара вкус мыла блядь🕺
Please open Telegram to view this post
VIEW IN TELEGRAM
Хочу под линукс его. Шейхи есть?) вам контент для стримов будет))
я накатал системки для игры
наконец то теперь официальные системки появились
CPU:
минимальные для запуска
Core 2 Duo E7200 (2 ядра, 2.53 ГГц)
• Core 2 Duo E7300 (2 ядра, 2.66 ГГц)
• Core 2 Duo E7400 (2 ядра, 2.80 ГГц)
• Core 2 Duo E8400 (2 ядра, 3.00 ГГц)
• Core 2 Duo E8600 (2 ядра, 3.33 ГГц)
• Core i3-530 (2 ядра, 2.93 ГГц, Clarkdale)
• Core i3-2100 (2 ядра, 3.10 ГГц, Sandy Bridge) — и все i3/i5/i7 2-го поколения и новее
FX-4100 (4 ядра, 3.60 ГГц)
• FX-4300 (4 ядра, 3.80 ГГц)
• A4-5000 (4 ядра, но эффективно 2 модуля, 1.50 ГГц, Jaguar)
• A6-5200 (4 ядра, 2.00 ГГц)
GPU
минимальные для запуска
NVIDIA (GeForce, начиная с 8xxx серии):
• GeForce 8400 GS (128/256/512 МБ)
• GeForce 8500 GT (256/512 МБ)
• GeForce 8600 GS/GT/GTS (256/512/1 ГБ)
• GeForce 9600 GT (512 МБ/1 ГБ)
• GeForce GTS 250 (1 ГБ) — и все GeForce 200xxx/300xxx/400xxx+
AMD/ATI (Radeon, начиная с HD 2000 серии):
• Radeon HD 2350 (64 МБ shared)
• Radeon HD 2400 PRO/XT (128/256 МБ GDDR2)
• Radeon HD 2600 PRO/XT (256/512 МБ)
• Radeon HD 3450 (256 МБ)
• Radeon HD 3650 (256/512 МБ) — и все Radeon HD 4xxx/5xxx+
Интегрированные GPU:
• Intel HD Graphics 4000 (Ivy Bridge, shared 64+ МБ)
• Intel HD Graphics 4200/4400/4600 (Haswell)
• AMD Radeon HD 3000/4000 в APU (shared 64+ МБ) — и новее (APU A4/A6/A8 2011+)
ОЗУ: 140 мб
OC:
Windows 7x64 ultimate (с обновлениями 20 года)
Windows 8.1 x64
минимум от (6.3.17545)
windows 10 x64 и выше
установленны редисты
Visual Studio 2019 x64 C++ runtime
xinput 1.4
для запуска на 7ке
закинуть dll xinput_1.3.dll и переменовать в xinput_1.4.dll
наконец то теперь официальные системки появились
CPU:
минимальные для запуска
Core 2 Duo E7200 (2 ядра, 2.53 ГГц)
• Core 2 Duo E7300 (2 ядра, 2.66 ГГц)
• Core 2 Duo E7400 (2 ядра, 2.80 ГГц)
• Core 2 Duo E8400 (2 ядра, 3.00 ГГц)
• Core 2 Duo E8600 (2 ядра, 3.33 ГГц)
• Core i3-530 (2 ядра, 2.93 ГГц, Clarkdale)
• Core i3-2100 (2 ядра, 3.10 ГГц, Sandy Bridge) — и все i3/i5/i7 2-го поколения и новее
FX-4100 (4 ядра, 3.60 ГГц)
• FX-4300 (4 ядра, 3.80 ГГц)
• A4-5000 (4 ядра, но эффективно 2 модуля, 1.50 ГГц, Jaguar)
• A6-5200 (4 ядра, 2.00 ГГц)
GPU
минимальные для запуска
NVIDIA (GeForce, начиная с 8xxx серии):
• GeForce 8400 GS (128/256/512 МБ)
• GeForce 8500 GT (256/512 МБ)
• GeForce 8600 GS/GT/GTS (256/512/1 ГБ)
• GeForce 9600 GT (512 МБ/1 ГБ)
• GeForce GTS 250 (1 ГБ) — и все GeForce 200xxx/300xxx/400xxx+
AMD/ATI (Radeon, начиная с HD 2000 серии):
• Radeon HD 2350 (64 МБ shared)
• Radeon HD 2400 PRO/XT (128/256 МБ GDDR2)
• Radeon HD 2600 PRO/XT (256/512 МБ)
• Radeon HD 3450 (256 МБ)
• Radeon HD 3650 (256/512 МБ) — и все Radeon HD 4xxx/5xxx+
Интегрированные GPU:
• Intel HD Graphics 4000 (Ivy Bridge, shared 64+ МБ)
• Intel HD Graphics 4200/4400/4600 (Haswell)
• AMD Radeon HD 3000/4000 в APU (shared 64+ МБ) — и новее (APU A4/A6/A8 2011+)
ОЗУ: 140 мб
OC:
Windows 7x64 ultimate (с обновлениями 20 года)
Windows 8.1 x64
минимум от (6.3.17545)
windows 10 x64 и выше
установленны редисты
Visual Studio 2019 x64 C++ runtime
xinput 1.4
для запуска на 7ке
закинуть dll xinput_1.3.dll и переменовать в xinput_1.4.dll
🔥1
что лучше?
Final Results
29%
windows 10 ltsc
29%
arch linux
21%
debian linux
14%
windows 11 pro
7%
macos
HCPP DEV
что лучше?
windows 10 ltsc и арч линукс победили. Ну хули лучшие ос впринципе