Skip to content

Instantly share code, notes, and snippets.

View dEN5-tech's full-sized avatar
🏠
Working from home

dEN5 dEN5-tech

🏠
Working from home
View GitHub Profile
@dEN5-tech
dEN5-tech / config.schema.json
Last active February 8, 2026 14:33
config.schema.json | XTLS/Xray-core
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/ConfigObject",
"definitions": {
"ConfigObject": {
"type": "object",
"title": "Xray-core Configuration",
"description": "Root configuration object for Xray.",
"additionalProperties": false,
"properties": {
@dEN5-tech
dEN5-tech / index.html
Created October 20, 2023 10:12
Simple Login
<div class="container-fluid">
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
<div class="col-xs-12 col-sm-8 col-md-6 col-lg-5">
<form class="simple-login card">
<div class="row">
<span class="sl-title">Simple Login / Registration</span>
</div>
<div class="row">
@dEN5-tech
dEN5-tech / index.html
Created January 4, 2023 16:31
Simple Popup [HTML + CSS + JS]
<div class="Click-here">Click Here</div>
<div class="custom-model-main">
<div class="custom-model-inner">
<div class="close-btn">×</div>
<div class="custom-model-wrap">
<div class="pop-up-content-wrap">
Content Here
</div>
</div>
</div>
@dEN5-tech
dEN5-tech / caldom-hello-world.markdown
Created November 16, 2022 19:24
CalDOM - Hello World!
@dEN5-tech
dEN5-tech / gist:792da7d6f05232fcb7fd4f52c4064e33
Created January 7, 2022 16:28
python | parse yandex images | requests | json | params | search by image | search by word
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import requests
import json
import sys
from pprint import pprint
from html_to_json import convert as cnv
from random import randint
from lxml.html.clean import Cleaner
import lxml
@dEN5-tech
dEN5-tech / parse_yandex_images.py
Last active January 7, 2022 16:23
python | parse yandex images | requests | json | params
#created dEN5#7360 (DISCORD)
#USE https://curl.trillworks.com/
import requests
import json
from bs4 import BeautifulSoup as bs
type_img_d= {
"gif":"gifan",
"png":"png",