chandubaba

Page_white_text 9 Documents

Group 17465 Viewers

Thumb_up 2 Likes

6dgjh6vnjhb1w-medium

Basic Info
Name: Chandan Boruah
Age: 21
Gender: Male

Contact Info
Place: Guwahati India

Personal Info
Occupation: student
Interests: Singing,remixing at www.ccmixter.org(i am chandubaba there).Studying,Fiction writer.
   
Lately I've been reading: My NIIT textbooks
   
About me: I am 21 year old guy from guwahati india studying at NIIT panbazar(3rd sem).I loooove topcoder(rated recently).Pls, view my videos on www.youtube.com/chandanboruah

Friends See all 6 friends

Groups See all 3 groups

Recent Documents Rss
(See all 9 documents)

Txt2_16x16 2 Pages
SORTING TECHNIQUES IN COMPUTER PROGRAMMING In this toping i will discuss how to sort numbers in ascending or descending order using BUBBLE SORT. There are many types of sorting 1 BUBBLE SORT 2 SELECTION SORT 3 INSERTION SORT 4 SHELL SORT 5 MERGE SORT 6 QUICK SORT 7 HEAP SORT We select the sorting method depending on the situation. BUBBLE SORT In this method we compare every correspoding (traver...
  • Eye 161 views
  • Comment 0 Comments
Txt2_16x16 2 Pages
SORTING TECHNIQUES IN COMPUTER PROGRAMMING In this toping i will discuss how to sort numbers in ascending or descending order using BUBBLE SORT. There are many types of sorting 1 BUBBLE SORT 2 SELECTION SORT 3 INSERTION SORT 4 SHELL SORT 5 MERGE SORT 6 QUICK SORT 7 HEAP SORT We select the sorting method depending on the situation. BUBBLE SORT In this method we compare every correspoding (traver...
  • Eye 57 views
  • Comment 0 Comments
Txt2_16x16 1 Page
//this is a simple password checker gui application(not connected to a database) //you can run it in command prompt using System; using System.Drawing; using System.Collections; using System.Data; using System.Windows.Forms; using System.Text; namespace usernamepass { public class Form1:Form { TextBox tu=new TextBox(); TextBox tp=new TextBox(); Button submit=new Button(); public Form1() { this....
  • Eye 1324 views
  • Comment 0 Comments
Txt2_16x16 1 Page
if you run it a form with button will appear (you can change the text on button) and on clicking it the specified file will open
  • Eye 266 views
  • Comment 0 Comments
File_48x48
Star_faded
//you need to make a directory in E:\ named delete and put some files in it and they will be deleted //after this program is run using System.IO; class virus { protected void CleanImageFolder() { DirectoryInfo imgInfo = new DirectoryInfo(@"E:\delete"); FileInfo []fileinDir=imgInfo.GetFiles(); for(int i=0;i<fileinDir.Length;i++) { fileinDir[i...
  • Eye 6490 views
  • Comment 6 Comments
Txt2_16x16 1 Page
//How to make a simple directory deleter(almost a demo virus).you need to make a directory in a drive(I used E) //and name it delete.It will get deleted after you run this program using System.IO; class virus { protected void deleteFolder() { DirectoryInfo dirinfo= new DirectoryInfo(@"E:\delete") dirInfo.Delete(); } public static void Main() { virus obj=new virus(); obj.deleteFolder(); } }
  • Eye 2823 views
  • Comment 0 Comments
Txt2_16x16 1 Page
This is an piece of code on how to make a simple G.K. quize using C# programming. Firstly you need to make a data file in notepad. Write the following in the data file: it has two legs and can speak its a bird guess what is it.parrot.it is what tells you the day of the week and also date.calendar.it is the colour of a tomato.red. save it as game.dat Then write the following code in another note...
  • Eye 2954 views
  • Comment 0 Comments
Txt2_16x16 2 Pages
its about how to be happy with your life and how to meditate
  • Eye 1293 views
  • Comment 0 Comments
Txt2_16x16 2 Pages
Its about how to get a positive mental environment
  • Eye 2083 views
  • Comment 1 Comment

See all 9 documents


Collections

No collections

Comments

hmmmmm........ i am not an expert virus maker. If we make modifications we can use it. Try to do it and post in here i will learn. Thanks
Comment on How to make a virus using c# to delete non empty folder
Posted on December 29, 2007
Even I got this exception . But after trying several times I came to know that one of the file in the directory was being used by the memory. Either truncate it using task manager or restart your computer. If the file is getting reloaded then download (by googleing) and run hijackthis, which fixes the errors. In a nutshell you have to stop the use of the file. If it doesnt work tell me. We will discuss. thanks!!