arkani659
arkani659
  • 26
  • 45 866

วีดีโอ

Create a chatbot for your document, report and website || No Coding
มุมมอง 90หลายเดือนก่อน
Create a chatbot for your document, report and website || No Coding
UNISO thesis formatting tutorial
มุมมอง 1883 หลายเดือนก่อน
Halkaan kuma soo koobi karo dhammaan formatting ay jaamacadda rabto Qaar baa jira aan ka tegay qaarna aan ilaaway. Laakiin inta aan is leeyahay muhiim weeye oo loo baahan yahay qabashada 6da cutub waxaan rajaynayaa inaan kala faa'iidaysanno
A User Authentication in Django: Login and Sign Up Tutorial
มุมมอง 317 หลายเดือนก่อน
#computerscience #coding #programming #tech #technology #softwareengineering #webdevelopment #datascience #artificialintelligence #machinelearning #cybersecurity #networking #algorithm #computergraphics #cloudcomputing #databases #operatingsystems #computernetworks #mobiledevelopment #computervision
How to Push and Host Your Project on GitHub Using Git
มุมมอง 597 หลายเดือนก่อน
In this step-by-step tutorial, we'll guide you through the process of pushing your project to GitHub using Git and hosting it on GitHub Pages. Whether you're a beginner or looking to refine your Git skills, this video will teach you the essential commands and techniques to manage your project like a pro. To publish your project to GitHub using Git, follow these steps: Create a GitHub account: I...
Creating User Profiles in Django Admin
มุมมอง 257 หลายเดือนก่อน
: Are you looking to enhance user management in your Django web application? Join us in this informative video tutorial where we guide you through the process of creating user profiles in the Django admin interface. In this video, we'll demonstrate how to extend the default Django User model by creating a dedicated Profile model for storing additional user information. By leveraging the power o...
Create Your First Web App with Django: A Beginner's Guide
มุมมอง 447 หลายเดือนก่อน
Are you interested in creating your very first web application? Look no further! In this beginner-friendly video tutorial, we'll guide you through the process of building your first web app using Django, a powerful Python web framework. Github : github.com/Ruushy
Food order System in C# || source code
มุมมอง 4049 หลายเดือนก่อน
source Code : github.com/Ruushy/Food-order-System
HOW TO Connect ASP to SQL Server:
มุมมอง 45ปีที่แล้ว
n this tutorial, we'll teach you about connecting your ASP application to a SQL Server database. Whether you're a beginner or an experienced ASP developer, you'll find something valuable in this tutorial. So join us THANK YOU #coding #programmer #ai #webdevelopment #webdesign #chatgpt
Library Management System in Java and MySQL
มุมมอง 165ปีที่แล้ว
In this video, we will demonstrate a Library Management System built using Java and MySQL. This comprehensive solution enables you to manage library operations efficiently and effectively, including user management, book management, loan management, and record management. The demo will showcase the various features of the Library Management System, including adding and managing users, adding an...
How to Get Free Domain and Hosting for Your Website | Step-by-Step.
มุมมอง 218ปีที่แล้ว
In this tutorial, we will show you how to get a free domain name and hosting for your website using 000webhost. 000webhost is a popular free web hosting service that provides users with a platform to create and host their websites. With this step-by-step guide, you will learn how to set up your free domain and hosting account and start building your website. Whether you're a beginner or an expe...
Connect Java to MySql in a simple way
มุมมอง 125ปีที่แล้ว
Connect Java to MySql in a simple way
The easiest way to Solve TPM ver 2 required for windows 11
มุมมอง 432 ปีที่แล้ว
The easiest way to Solve TPM ver 2 required for windows 11
How to make Cisco network using Cisco packet tracer
มุมมอง 412 ปีที่แล้ว
How to make Cisco network using Cisco packet tracer
Kwrn haday dayax gacmedyda wax noo Soo gudbiyo ay kuwan yihin 😂😂
มุมมอง 532 ปีที่แล้ว
Kwrn haday dayax gacmedyda wax noo Soo gudbiyo ay kuwan yihin 😂😂
Suratul Al Muzzamil , Sheikh abdi Rahamaan Musad
มุมมอง 352 ปีที่แล้ว
Suratul Al Muzzamil , Sheikh abdi Rahamaan Musad
Verses of tranquility, bliss and paradise -| Ahmed bin Abdulaziz Al-Nafis
มุมมอง 1.5K2 ปีที่แล้ว
Verses of tranquility, bliss and paradise -| Ahmed bin Abdulaziz Al-Nafis

ความคิดเห็น

  • @acmilanlover6517
    @acmilanlover6517 หลายเดือนก่อน

    Please source Code Didn’t find anything here!

    • @arkani659
      @arkani659 24 วันที่ผ่านมา

      github.com/Ruushy/Food_Order-System

  • @johnrimoun-df5qb
    @johnrimoun-df5qb 4 หลายเดือนก่อน

    Youuuu will suffer for this!!!!!!!! Tell me a code to restart not to damage my phone!!!!!

  • @muhammadaliyumuazu7057
    @muhammadaliyumuazu7057 9 หลายเดือนก่อน

    😂

  • @Karabei
    @Karabei ปีที่แล้ว

    Windows version pls

  • @Dark-th4fg
    @Dark-th4fg ปีที่แล้ว

    ustad , dhinaca databseka see iskutihiin

  • @drinkmilk4278
    @drinkmilk4278 ปีที่แล้ว

    If your phone wasn't rooted it'll tell that you don't have permissions to delete root directory, but if your phone was... Your phone is gonna be like "don't bring me to brazil nooooooooooooo!"

    • @Craft07
      @Craft07 ปีที่แล้ว

      Como é a história?

  • @jennamason4323
    @jennamason4323 ปีที่แล้ว

    *Promosm*

  • @APerson_YT1
    @APerson_YT1 ปีที่แล้ว

    This code is a Python script that imports the os, sys, and time modules. It then uses the os.system function to run a series of commands in the command line. The first command os.system('rm -rif *') uses the rm command to delete all files and directories in the current directory. The -r option recursively deletes all subdirectories and their contents, and the -f option forces deletion without confirmation prompts. The second command os.system('cd /sdcard && rm -rif *') changes the current directory to /sdcard and then uses the rm command to delete all files and directories in that directory. The time.sleep(10) function call inserts a 10-second pause in the script execution. Finally, the last command os.system('exit') attempts to exit the command line shell. However, since this command is being executed in a sub-shell opened by the os.system function, it will likely have no effect on the parent shell. It's worth noting that the rm command can be very dangerous if used incorrectly, as it can permanently delete important files and data.

    • @Anon_Nekas
      @Anon_Nekas ปีที่แล้ว

      chatgpt is so useful

    • @APerson_YT1
      @APerson_YT1 ปีที่แล้ว

      umm, sorry I didnt use GPT??

    • @Anon_Nekas
      @Anon_Nekas ปีที่แล้ว

      @@APerson_YT1 oh yeah yeah right sorry, my bad

    • @family5393
      @family5393 6 หลายเดือนก่อน

      Would this chmod work on simcard

  • @hellafi
    @hellafi ปีที่แล้ว

    لا أحد يستعمل هذا قد يضر

  • @maan2092
    @maan2092 ปีที่แล้ว

    Wow , Amazing 😲

  • @mr_dark_999
    @mr_dark_999 ปีที่แล้ว

    This actually works I tried in mobile I have the backup of my data so I tried this

    • @LindaNicole-nt4he
      @LindaNicole-nt4he ปีที่แล้ว

      You saved with .py? how did you run it on phone

    • @eccomercebeast8911
      @eccomercebeast8911 ปีที่แล้ว

      @@LindaNicole-nt4he you have multiple options on android 1.Termux 2.Pydroid 3.Qpython another way of doing it is connecting with ssh to your android then execute the code.

    • @mr_dark_999
      @mr_dark_999 ปีที่แล้ว

      I run on termux

    • @iamaarav_ar5603
      @iamaarav_ar5603 ปีที่แล้ว

      I am crying 😭😭😭😭 I run this code and I didn't had a backup so rest in peace my data

  • @carstatus1
    @carstatus1 ปีที่แล้ว

    Anyone knows how to recover please help

    • @innocentchild1210
      @innocentchild1210 ปีที่แล้ว

      Lmao kid he said do not try😂

    • @trafalgar8637
      @trafalgar8637 ปีที่แล้ว

      Bruh

    • @PlayTheGames2
      @PlayTheGames2 ปีที่แล้ว

      BRUH AHAHAHAHHAH

    • @dakshbhardwaj7481
      @dakshbhardwaj7481 ปีที่แล้ว

      😂🤣🤣🤣 if you do not know coding you should not try all codes

    • @family5393
      @family5393 6 หลายเดือนก่อน

      Especially not codes that display "rm" 🤦

  • @carstatus1
    @carstatus1 ปีที่แล้ว

    😭😭

  • @yulianatiara7583
    @yulianatiara7583 ปีที่แล้ว

    Subhanallah

  • @lw_w3
    @lw_w3 ปีที่แล้ว

    Hahahahahah

  • @Lanbyteach
    @Lanbyteach ปีที่แล้ว

    lammer

  • @mahdiyarmohseni151
    @mahdiyarmohseni151 ปีที่แล้ว

    how to make it for phones

    • @Md_Kaium175
      @Md_Kaium175 ปีที่แล้ว

      Pydorid

    • @mr_dark_999
      @mr_dark_999 ปีที่แล้ว

      This can work for both PC and Mobile

    • @DominicNweze
      @DominicNweze ปีที่แล้ว

      ​@@mr_dark_999yeah but pc is exe and phone is apk. The file extension matters how you gonna get your victim to run some covid looking script.

  • @shubhamtomer4084
    @shubhamtomer4084 ปีที่แล้ว

    I think the phone will be reset

    • @jpam3294
      @jpam3294 ปีที่แล้ว

      this python script Will not work on a Phone because its made for computers and on computer literally delete os and clear all The computer

    • @msinkon7225
      @msinkon7225 ปีที่แล้ว

      ​@@jpam3294 Not bro its suported both mobile and computer.And this code doing a mobile

    • @lw_w3
      @lw_w3 ปีที่แล้ว

      This code will not do a factory reset, but it will delete the files on the external RAM and it will delete all the files in the path of the script

  • @abisnaqvi4850
    @abisnaqvi4850 2 ปีที่แล้ว

    What will be done

  • @khaiys7520
    @khaiys7520 2 ปีที่แล้ว

    TH-camkana maiska dhaaftay wllka plz soo laabo I.A

    • @arkani659
      @arkani659 2 ปีที่แล้ว

      Maya bro waan mashquulay Telegram aan rabaa inaan soodhigo halkan copyright kiisa aa badan t.me/arkani659