﹕ ᷂تطبيقات اندرويد ⌕ ﹒ᴿᵀˣ
الذهاب إلى القناة على Telegram
🚩 Channel was restricted by Telegram
إظهار المزيدلا توجد بيانات
المشتركون
-1424 ساعات
-407 أيام
-1630 أيام
جاري تحميل البيانات...
جذب المشتركين
أبريل '25
أبريل '25
+24
في 1 قنوات
مارس '25
+184
في 10 قنوات
Get PRO
فبراير '25
+174
في 7 قنوات
Get PRO
يناير '25
+155
في 5 قنوات
Get PRO
ديسمبر '24
+147
في 9 قنوات
Get PRO
نوفمبر '24
+183
في 13 قنوات
Get PRO
أكتوبر '24
+100
في 9 قنوات
Get PRO
سبتمبر '24
+190
في 6 قنوات
Get PRO
أغسطس '24
+303
في 6 قنوات
Get PRO
يوليو '24
+1 370
في 5 قنوات
| التاريخ | نمو المشتركين | الإشارات | القنوات | |
| 07 أبريل | 0 | |||
| 06 أبريل | 0 | |||
| 05 أبريل | +11 | |||
| 04 أبريل | +4 | |||
| 03 أبريل | +1 | |||
| 02 أبريل | +1 | |||
| 01 أبريل | +7 |
منشورات القناة
| 2 | لا يوجد نص... | 29 |
| 3 | الي يريد يقدم موجود كلا هلا بيكم
@wih_j | 35 |
| 4 | لا يوجد نص... | 28 |
| 5 | حدثت هاذه سورس صار هيج | 54 |
| 6 | لا يوجد نص... | 69 |
| 7 | سلمليي 😂✌🏻 | 58 |
| 8 | وكسسسس خواتكم تلكرام | 70 |
| 9 | انيج شركة تلكرام وسايسة التلكرام | 70 |
| 10 | تقفلت قناتي مسترهاك 😁 | 71 |
| 11 | def compile(file, cfile=None, dfile=None, doraise=False, optimize=-1,
invalidation_mode=None, quiet=0):
if invalidation_mode is None:
invalidation_mode = _get_default_invalidation_mode()
if cfile is None:
if optimize >= 0:
optimization = optimize if optimize >= 1 else ''
cfile = importlib.util.cache_from_source(file,
optimization=optimization)
else:
cfile = importlib.util.cache_from_source(file)
if os.path.islink(cfile):
msg = ('{} is a symlink and will be changed into a regular file if '
'import writes a byte-compiled file to it')
raise FileExistsError(msg.format(cfile))
elif os.path.exists(cfile) and not os.path.isfile(cfile):
msg = ('{} is a non-regular file and will be changed into a regular '
'one if import writes a byte-compiled file to it')
raise FileExistsError(msg.format(cfile))
loader = importlib.machinery.SourceFileLoader('<py_compile>', file)
source_bytes = loader.get_data(file)
try:
code = loader.source_to_code(source_bytes, dfile or file,
_optimize=optimize)
except Exception as err:
py_exc = PyCompileError(err.class, err, dfile or file)
if quiet < 2:
if doraise:
raise py_exc
else:
sys.stderr.write(py_exc.msg + '\n')
return
try:
dirname = os.path.dirname(cfile)
if dirname:
os.makedirs(dirname)
except FileExistsError:
pass
if invalidation_mode == PycInvalidationMode.TIMESTAMP:
source_stats = loader.path_stats(file)
bytecode = importlib._bootstrap_external._code_to_timestamp_pyc(
code, source_stats['mtime'], source_stats['size'])
else:
source_hash = importlib.util.source_hash(source_bytes)
bytecode = importlib._bootstrap_external._code_to_hash_pyc(
code,
source_hash,
(invalidation_mode == PycInvalidationMode.CHECKED_HASH),
)
mode = importlib._bootstrap_external._calc_mode(file)
importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
return cfile
سحبت لكم امر compile الي يستعمل ل مارشال و cloudpickle وغيرهن
الي يمنعم تحويل exec ل print | 112 |
| 12 | بث مباشر تيكتوك ابو عدي
بلهاك المدفوع يوجد جوائز
https://vt.tiktok.com/ZSrAY3Evb/ | 21 |
| 13 | بدي نسخة مقتوله 64 بت
لو حدن عنده يرسلي عالمية
@RTX_i | 145 |
| 14 | 🔥 اضغط هنا مجموعه قنوات 🔥
https://t.me/addlist/mi4dX-H1qdQ4Mzk0 | 154 |
| 15 | تفاعلكم انزل سورس انجكتور شغال 3.7 | 2 |
| 16 | SRC 3.5.0.zip | 202 |
| 17 | لا يوجد نص... | 200 |
| 18 | متوفر عمل اى موقع تحتاجه
متوفر عمل اى سيرفر اكواد بجميع الميزات
متوفر عمل ستور تعرض عليه منتجاتك
حمايه ضد ديدوس كامل او توقف لحظه
اى حاجه من دول بسعر جامد تفاصيل
هنا @mo_zake | 234 |
| 19 | الي يريد يقدم اهلاً وسهلا بيكم
@wih_j | 234 |
| 20 | jni (2).zip | 247 |
