iccaros

Linux Experts
  • Content Count

    1292
  • Joined

  • Last visited

Everything posted by iccaros

  1. so, this is what I think I have learned.. I need to create an object with my strings for each part. then store these sets of strings as a string object in the ArrayList is this correct
  2. got it, I tried with no success arrayList but I just needed static string[] stringarray = new string[200]; I wanted a dynamic array size so if anyone knows that one.. please let me know
  3. is there a way to store strings in an array in c# (so I would have an array of strings) this way I can take a line of text and store it in a position of an array and then push that line in order to an xmlfile. if this is not clear then please let me know.
  4. xgl is just eye candy, has little real use as for theams, there is under advanced a theam manager where you can drag a downloaded them and it will install.
  5. http://www.charvolant.org/~doug/network/html/node28.html
  6. exe is a windows exacutable.. you must have A) windows or you can try wine.. in any case is an install program, and firefox should block exe by default
  7. which three color/ red-white yellow or geen-red-blue.. if its the latter i know of no device.. the former any video capture card will do it..
  8. if you are running Gnome Desktop->preferences->screen resolution
  9. How do I set an MSN avatar? Gaim calls these Buddy Icons. Go to Tools->Accounts and click to Modify your MSN account. You can drag and drop a file to the resulting dialog, or use the Open button. edit if you open your file manager and then navagate to the folder with your picture, you can do as above and drag the picture over and drop it in..
  10. For C and c++ I like bloodshead also, codeblocks is getting better and eclips for java
  11. ya, I have avoided MS "free" IDE's since Visual C++ 6.0 and everytime you compiled a exe it added a message at start up telling you to buy the full version. and I like #develop as it has most of the fetures of VS 2005 (I run both) plus it does mono with GTK and Java.
  12. http://www.linuxelectrons.com/article.php/20060718181937671
  13. I found some free C# development tools I thought some would be intrested in #develop is a windows IDE (GPL) with a full winforms editor, will also do mono http://www.icsharpcode.net/OpenSource/SD/ here is the mono download site for packages from windows to Linux to Solaris sparc http://www.mono-project.com/Downloads and of course for Linux monodevelop http://www.monodevelop.com/Main_Page
  14. or this one not done yet, but runs under wine or you can compile your self.. if you remember Total Annihlation , well this is a gpl compatable engian
  15. stand corrected on the engian how about this game windows version and source code http://www.glest.org/en/index.html linux lokkie installer http://www.stud.uni-karlsruhe.de/~uxsm/glest/
  16. http://www.freenas.org/ it's BSD based and rock solid..
  17. the only way to do this is to set up routing. which Windows does apoor job of, but in any case set the adaptor in which to use firefox to get an address, have a gateway and have dns attached and the other set to a spacific subnet not used by the other. This is not full proof as Windows sometimes will pick one connection as default so in that case you must diable the other connection untill to actualy get the one you what Firefox on to coonect ot the internet. if you have a Firewall aplication (not windows firewall as far as I know.. ), you can use the application like a router and have port
  18. free Linux (windows also) released under the GPL game using the doomIII engine. http://entertainment.newsforge.com/article...6/07/06/0414224
  19. got it today = time.strftime('%Y%m%d%H%M%S')
  20. I need to put a date in this format to a string YYYYMMDDHHMMSS this is what I have so far #!/usr/bin/env python #program will write HBF files for Windows side. import datetime import sys import time #declare strings today = datetime.date.today() fileLocation = sys.argv[1] device = sys.argv[2] filename = fileLocation+str(today)+'.hbf' file = open(filename, 'w') file.write('<?xml version="1.0" encoding="ISO-8859-1"?>\n') file.write('<HEARTBEAT>\n') file.write(' <Date>'+str(today)+'</Date>\n') file.write(' <Server>'+device+'</Server>\n') file.write('</
  21. it could also be bad sectors. Flash has limited writes, so once you reach that point it will show them as used. flash also writes at 512k blocks so you can use up more space with small writes, so even putting small amounts of data over and over can use up large spaces. I found this out the hard way, by putting a swap file on the flash card..
  22. no such thing ..except reactOS but they work with the Wine guys....Cedega plays world war craft fine.. and you can pay by the month or just once... you still get the software and can use it, you just can't get updates.. http://transgaming.org/subscription/subscribe.html you pay 15 bucks for a 3 month subscription.. don't pay after that...