EnergyDev
22 subscribers
38 photos
19 videos
105 files
52 links
➡️ #EnergyDev kanaliga xush kelibsiz!

🌐 Web-sayt proyektlari (frontend)
👨‍💻 API sources
🖥️ Kompyuter savodxonligi
🐘 PHP bot & site projectlari (back end)
📤 Kerakli ilovalar
Download Telegram
EnergyDev pinned Deleted message
Qaysi bir site kodini tashlay ovoz 1ga 👍.. 2ga ❤️... 3ga 😍
👍6
Uxos Free Website Template.zip
756.1 KB
Birinchi tashlaymiz @PersonalCoder @EnergyDev
NeonEffekt.php
2.1 KB
Tepadagi text effekt webapp kodi

Ushbu PHP fayl ichida html css kodlar bor buni shunchaki hostga yuklab joylashgan manziliga faylnomi.php?text=matn qilib ishlatsangiz bo'ladi

Misol uchun: https://asilbekcoder.uz/api/neon?text=@Asilbek_Coder
🔵Animatsion effekt mini webapp🖥

t.me/TgmizBot/effekt?startapp=Omad

📌Tepadagi "Omad" soʻzini oʻrniga oʻzingizni ismingizni qoʻysangiz boʻladi va ismingizga effekt boʻlganini koʻrasiz

🔧Dasturchi: @Asilbek_Coder
👍2
PremiumSMM (@GrandPHP).zip
3 MB
Juda mukammal Nakrutka (SMMBOT) Bot kodi.

🧑‍💻Kod dasturchilari: @hasanovotabek, @ISafojon, @BekzodNeo

⚠️ Kodni buzib bo'lmaydi xatolar yuq.

📌 Manbasiz tarqatmang!
✈️ Manba: @GrandPHP
⚡️ Tarqatdi: @BekzodNeo

✔️ Kod funksiyalari:
😀 Nomer olish bo'limi.
🏷 Majburiy obuna qo‘shish (cheksiz).
🏷 Admin paneli mavjud.
🏷 To‘lov tizimi qoshish (cheksiz).
🏷 Buyurtmalarni tekshirish.
🏷 Adminga murojaat yozish.
🏷 Cheklanmagan buyurtma berish.
🏷 Matnlarni o‘zgartirish mumkin.
🏷 Cheklanmagan APi ulash mumkin.
🏷 Xizmatlar qoshish mumkin.
🏷 Xizmatlar yuklash mumkin.
🏷 Buyurtma haqida ma'lumot yuboriladi.
🏷 Zamonaviy inline tugmalar.
🏷 Ommaviy APi beradi.
Please open Telegram to view this post
VIEW IN TELEGRAM
👍5
Mendan kod
Advokat.php
49.4 KB
This media is not supported in your browser
VIEW IN TELEGRAM
🌸 8 март – Халқаро хотин-қизлар куни!

💐 Барча мўътабар онажонларимизни, меҳрибон опа-сингилларимизни, гўзалликда тенгсиз қизларимизни байрамлари билан табриклаймиз!

💐 Бахтимизга ҳар доим соғ-омон бўлишларингизни тилаймиз!
@SmartKonsBot kodi.zip
532.8 KB
Eski kod lekin zur kod ekan manba ichida
Tez orada frontend ga oid qo'llanmalar va kichik loyihalar tashlab boramiz
👍3
Aktiv + reaksiya zur bulsa har kuni shunga o'xshash proyektlar tashlanadi
😁2
EnergyDev
Video
  <label>
    <input type="checkbox">
    <span></span>
    <i class="indicator"></i>
  </label>
  <label>
    <input type="checkbox" checked>
    <span></span>
    <i class="indicator"></i>
  </label>


Css

body{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    flex-direction: column;
    background: #2b2b2b;
}
label{
  position: relative;
  margin: 5px 0;
  cursor: pointer;
}
label input{
  appearance: none;
  display: none;
}
label span{
  position: relative;
  display: block;
  width: 80px;
  height: 40px;
  background: #222;
  border-radius: 40px;
  box-shadow: inset 0 2px 15px rgba(0,0,0,0.2),
  inset 0 2px 2px rgba(0,0,0,0.2),
  inset 0 -1px 1px rgba(0,0,0,0.2);
}
label .indicator{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(to bottom, #444, #222);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5),
  inset 0 1px 1px rgba(255,255,255,0.1);
  transition: 0.5s;
  transform: scale(0.9);
}
label input:checked ~ .indicator{
  left: 40px;

label .indicator::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  background: #f00;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 0 0 2px #f00,
  0 0 5px #f00,
  0 0 10px #f00,
  0 0 15px #f00,
  0 0 20px #f00,
  0 0 25px #f00,
  0 0 30px #f00,
  0 0 40px #f00;
}
label input:checked ~ .indicator::before{
  background: #0f0;
  box-shadow: 0 0 2px #0f0,
  0 0 5px #0f0,
  0 0 10px #0f0,
  0 0 15px #0f0,
  0 0 20px #0f0,
  0 0 25px #0f0,
  0 0 30px #0f0,
  0 0 40px #0f0;
}
👍3
linuxcommands.pdf
458.4 KB
Command line buyruqlari
Git bash uchun
👍3