Jump to content
xisto Community

neonprogrammer

Members
  • Content Count

    8
  • Joined

  • Last visited

  1. Here are the sites where you can upload for free (No gimmicks) 1.)http://forums.xisto.com/no_longer_exists/ Upload Video, Flash, Audio, and Images Images: .jpg .gif .png - 2mb Video: .wmv .avi .mpg .mov .asf .asx .mp4 .3g2 - 10mb Audio: .mp3 .mid .wav .midi - 10mb Flash: .swf - 10mb Pornography Prohibited 2.)http://forums.xisto.com/no_longer_exists/ (maximum 250 MB) 3.)http://forums.xisto.com/no_longer_exists/ Nothing need to be said (Great file host) 4.)http://ww1.mytempdir.com/ Mytempdir.com - is a absolutely free dedicated web hosting service with no registration needed. It can be used to share your files across the internet with friends, post files on websites, forums, or anywhere you can paste the code. 5.)http://www.savefile.com/ No Registration Needed - You dont need to register to use our Free File Hosting, but it will give you more features. File Size - 60MB for both members and non-members. Diskspace - Both members and non-members have unlimited diskspace. 6.)http://uploadtemple.com/ File Types: (request file type) jpg, jpeg, gif, png, avi, dmg, doc, gz, htm, html, mid, midi, mov, mpeg, mpg, ogg, pdf, qtv, ra, ram, rar, rm, rmj, sit, sitx, swf, txt, ut2, wav, wma, wmv, xls, zip Max Size per File: 30.00 MB 7.)https://www.hightail.com/ 8.)http://forums.xisto.com/no_longer_exists/
  2. Well friends I don't know whether you know about this or not but I want to tell to rest of the people about the ultimate recovery software with which you will have no problem(most probably with viruses or system crash).The name of this software is restoreit. No problem if you want to play with your system files but are afraid of losing your system.This restoreit takes care of all.Any time of virus,spyware etc are automatically removed.Actully this is like a einstein's time machine which restore your computer to exactly to the state it was few hours or days before. Now the problem is for grub users it do not work with grub install Thats what i have noticed It is free for all who are using intel motherboards It is unlike those softwares who takes a lot of time in creating images. Image is created in few seconds before the loading of ntldr.
  3. So are you bore with the normal dos based programming.Here is what more you can do with c/c++ 1.)Windows Programming.Here is a very good free downloadable ebook telling you the basics http://forums.xisto.com/no_longer_exists/ 2.)Socket programming There are two ways to proceed. a.)Firstly either in the windows environment http://forums.xisto.com/no_longer_exists/ b.)Secondly in the unix environment http://forums.xisto.com/no_longer_exists/ Wesley - UNIX Network Programming Volume 1 3rd Edition.chm
  4. Although Dev c++ is best I recommend turbo c++ for Dos based graphics.I myself have made a project based on Hospital Management in entirely console mode.If you are not interested in windows and socket level programming right now then Dev c++ is of no use.Use instead turbo c++ an open source compiler from Borlond.Click below to download http://forums.xisto.com/no_longer_exists/ HOMEPAGE: http://forums.xisto.com/no_longer_exists/ One simple example to Draw a circle in Dos based mode in turbo c++ #include <graphics.h>#include <stdlib.h>#include <stdio.h>#include <conio.h>int main(void){ /* request auto detection */ int gdriver = DETECT, gmode, errorcode; int midx, midy; int radius = 100; /* initialize graphics and local variables */ initgraph(&gdriver, &gmode, ""); /* read result of initialization */ errorcode = graphresult(); if (errorcode != grOk) /* an error occurred */ { printf("Graphics error: %s\n", grapherrormsg(errorcode)); printf("Press any key to halt:"); getch(); exit(1); /* terminate with an error code */ } midx = getmaxx() / 2; midy = getmaxy() / 2; setcolor(getmaxcolor()); /* draw the circle */ circle(midx, midy, radius); /* clean up */ getch(); closegraph(); return 0;}
  5. What type of crash?Does your computer shuts down or restart.Also is there any error message displayed.
  6. . Do you want to give your xp a Mac look.Download tuneup winstyler from here http://forums.xisto.com/no_longer_exists/
  7. Hello Mr.transqrx so you wanna install the Fedora.Welcome to the Linux community.You are going to be one of those luckiest persons in the world who have just clean their hard drives by formatting windows and installed the Fedora(or Red Hat).Firstly you have to note that partitioning a hard disk is a charm now with the release of Fedora 3.The built in disk druid utility is all about to do this for you.I hope you have windows xp installed and you want to install Fedora 3 freshly on a seperate partition.Here are the steps you should go about without getting into trouble.1.)I hope you must be knowing that Fedora unlike windows recognises partition by different names.If you have a single hard disk then it must have a name hda.IF you have the windows on c: drive then Fedora recognises it as hda1.If you have another hard disk then its name must be hdb and so on.2.)If you are not familiar with this nomenclature you can see your partition status through Diskpart utility in the windows xp cd.Just go to recovery console.Launch the command prompt and issue the command Diskpart.You will be presented with the partition info.As windows is always jealous of linux popularity it will show you the linux partition as unknown although the file system in linux is either ext2 or ext3.3.)Just insert your Fedora 3 first cd(in all total 3 cds).4.)Press enter when it prompts you to do so.5.)For some time it will probe about your monitor,motherboard etc and then will give you the option to check the cd.Leave it.6.)Now when all is set to go a graphical user interface is started similar to windows.7.)All you have to do is silently follow the simple steps.8.)When it comes to partition it will offer you to do it the manual way or the automatic way.Select the manual way if you are installing Fedora for the first time.9.)Now Here you will be able to create ,edit or delete partition.SO BE CAREFUL.10.)Do not touch the window partitions.You will easily know that which is the window partition when you will see the vfat filesystem tag in front of it.11.)Now to install the Fedora in free space of your hard disk you have to made the three partition./ ---->Root Partition/boot ----->Boot Partitionswap ----->Swap partitionThe size of the root partition matters on the utilties you are going to install.If you wanna do a full install with eveything there you need about 6 Gb of space.The size of boot partition is of no use if made more than 50 MbThe size of the swap partition should ideally be twice of your RAM.12.)Thats it just go ahead
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.