196 Topics

Member Avatar for jbennet

Anyone trying the beta of SP2? Opinions? It fixed a bug i had where hibernate totally messed up my wireless, which is nice. HyperV is nice too (I run server 2008)

Member Avatar for beep
0
108
Member Avatar for jbennet

hey i have a problem sometimes my computer will act really screwy and everything i click with the left mouse button comes out as the action a middle click or sometimes a right click. Also sometimes if i click an icon on the deskop it will select it, and if …

Member Avatar for jbennet
0
121
Member Avatar for jbennet

Okay im reading in lines of text e.g "abcdefg" and I need to split the line into an array of characters where each character is stored in its own element so its like [a][b][c][d][e][f][g] I know how to do it with splitting words from poems etc... using something like txtLine.split(" …

Member Avatar for ~s.o.s~
0
143
Member Avatar for jbennet

basically i have a 3d array of chars, i need to be able to save and load it using text files. Any as to how i would actually do it? Im familiar with reading lines using BuffererdReader and stuff. Im thinking use a loop to save each element to a …

Member Avatar for ~s.o.s~
0
110
Member Avatar for jbennet

Okay, i have two classes. One needs to access (public) methods within the other . If i declare [code]ClassB objectName = new ClassB(); [/code] in one method of class A , then use objectName.methodname() in that method then it works fine. Butif i then try and call objectName.methodname() from another …

Member Avatar for masijade
0
103
Member Avatar for jbennet

How do I install wireless support in server 2008? It doesnt seem to have native wireless support like vista / xp sp2.

Member Avatar for jbennet
0
32
Member Avatar for jbennet

For some reason my development rig has become quite slow lately Its got 2gb of ram, a Core1duo and Server 2008 (SP1) Standard x32 Every once in a while taskeng will go crazy and spawn like 200 process and eat all my ram and CPU time. Looking at scheduled tasks, …

Member Avatar for jbennet
0
172
Member Avatar for jbennet

Anyone know of a hack to get Windows Live Messenger on Server 2008?

Member Avatar for jbennet
0
80
Member Avatar for jbennet

Hey can anyone reccomend some AV software (free or cheap) which will run on Windows Server 2008 (windows server 2008 = vista SP1 except many freeware AV scanners wont install on server OSes due to thier licence being for home use only).

Member Avatar for cohen
0
60
Member Avatar for jbennet

I want to upgrade my install of redhat 9 to CentOS 3.x reackon it would work for me just to import thier GPG key, install yum, install their release file, then do yum upgrade?

Member Avatar for jbennet
0
59
Member Avatar for jbennet

Okay i need this quick please i am kind of stuck basically i have got to find the highest and lowest numbers out of four integers. Is there a function in java.math or do i need to make one using a loop maybe?

Member Avatar for jbennet
0
107
Member Avatar for jbennet

Who is from scotland or currently living there? Daniweb meet?

Member Avatar for sneekula
0
149
Member Avatar for jbennet

Okay i have made a WinPE cd-bootable ISO using the folowing code from the WAIK command prompt: [code] copype.cmd x86 c:\winpe_x86 imagex /mountrw c:\winpe_x86\winpe.wim 1 c:\winpe_x86\mount peimg /install=WinPE-HTA-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-MDAC-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-Scripting-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-WMI-Package c:\winpe_x86\mount\Windows peimg /install=WinPE-XML-Package c:\winpe_x86\mount\Windows peimg /list c:\winpe_x86\mount\Windows imagex /apply C:\winpe_x86\ISO\sources\boot.wim 1 C:\winpe_x86 copy …

0
91
Member Avatar for jbennet
Member Avatar for jbennet

My bootsector is meant to print something - it does, but wierd characters follow it? e.g the spades symbol [code] ; Boot.Asm ; Tell the compiler that this is offset 0 - it isn't offset 0, but it will be after the jump. [ORG 0] jmp 07C0h:start ; Goto segment …

Member Avatar for jbennet
0
118
Member Avatar for jbennet
Member Avatar for jbennet
Member Avatar for jephthah
0
43
Member Avatar for jbennet

Ive seen a motherboard with the specs: Amd athlon 3000+ 512 DDR2 533 RAM Motherboard Heatsink/Fan/Paste for only £40 Now, i want to know if its any good. i know the 3000 aint great, but the PC it would be replacing is a measley 2.4ghz Pentium 4 (Not a HT),

Member Avatar for wzap300
0
40
Member Avatar for jbennet

Discuss. I mean, is God like Santa or the tooth fairy? Same principles. Both are believed out of innocence and people will defend them as long as they believe in them. Neither are very logical either (santa delivering presnts to the globe is about as believable as creation) and thier …

Member Avatar for jbennet
0
120
Member Avatar for jbennet

I gotta make an EpoS system. Does this look right, as a first attempt?

Member Avatar for jbennet
0
78
Member Avatar for jbennet

Current network 2x Windows NT4 PCs (pentium 2s with 128mb ram) 2x windows 2000 pro pcs (256mb ram pentium 3s) 2x windows xp pro pcs (512 ram pentium 4s) 1x vista buisness pc (1.5gb ram, pentium 4) 1x NT4 terminal server (512 ram, pentium 3) 1x NT4 PDC/Fileserver (384 ram, …

Member Avatar for jbennet
0
156
Member Avatar for jbennet

Okay, currently i have servers: 1 NT4 PDC 1 NT4 BDC 1 NT4 Terminal Server 1 Windows 2003 Web Server Edition clients: 1x NT 3.51 Workstation 3x NT4 laptops 2x Windows 2000 laptops 3x Windows Xp pro desktop =======Basically i plan to migrate to a network of:======== servers: 1x Windows …

0
49
Member Avatar for jbennet

On NT4 theres no usb (way less than 98) you can get usb for keyboards/mice and usb memory sticks (maybe more) by installnig a dell update. Says its for optiplex, but it enabled my (fully patched NT4 sp6) IBM thinkpad r30 to use my usb memory stick its R62200.EXE. Intea01i.exe …

0
88
Member Avatar for jbennet

okay, my primary (and only) domain controller died :( my clients are 1x vista home and 1x xp home, which are on thier own workgroup, not affiliated with any other machines then theres the domain, with 2x windows 2000 workstations, and 2x nt4 workstation boxes anyway, i ebayed a new …

0
44
Member Avatar for jbennet

Okay i need some help doing a payroll system using master/transaction files in C++. I have done the pseudocode (we will use text files to simulate tapes) can anyone see any probs with my pseudocode? how would i do it in c++? [code] ======================== get payroll transaction file for $month …

Member Avatar for jbennet
0
122
Member Avatar for jbennet
Member Avatar for jbennet
Member Avatar for jbennet

Okay im going to build a new PC. I want it for programming/college/games (nothing too fancy, guild wars, battlefield 2 and c &c generals mainly) what do you all think of this? AMD X2 AM2 Dual Core 4200 (2ghz, 512 cache - per core) 1024Mb 667Mhz PC5400 240pin DDR2 RAM …

Member Avatar for jbennet
0
197
Member Avatar for jbennet

My compiler says my code isnt standard c++? [code] #include <iostream.h> //Decimal To Binary Conversion //James Duncan Bennet 2007 james.bennet1@ntlworld.com using namespace std; void binarynum(int); int main(void) { int intnum; int choice = 0; cout << endl << "Decimal To Binary Conversion" << endl; cout << endl << "Please enter …

Member Avatar for jbennet
0
152
Member Avatar for jbennet

Is anyone interested in helping me make an in installible custom debian sid based livecd, designed for students (will include LAMP stack and IDE/devel tools)

0
72
Member Avatar for jbennet

An ASCII art war scene! [URL]http://img40.exs.cx/img40/28/feuerfreimovie.swf[/URL]

Member Avatar for jbennet
1
57
Member Avatar for jbennet

Does anyone have any experience with WMI?I need to get the windows version. Ive managed to get it working to display it like [B]Windows XP (NT 5.1) Revision 0 Build 2600[/B] in a message box but i need to find out the SP and type (e.g datacenter server, terminal server, …

0
70
Member Avatar for jbennet

Okay, i just reinstalled my PC so i used misrosoft update to install all the SPs and updates. My system is now fully patched apart from one thing. There is no IE7!!! IE7 isnt listed as an update????

Member Avatar for jbennet
0
83
Member Avatar for jbennet

Has google changed? I swear the WEB,IMAGES. NEWS etc.... thing was under the logo before instead of being on the top. Its not somethibg ive done as im not logged into igoogle?

Member Avatar for jbennet
0
49
Member Avatar for jbennet

Okay, i think the samsung 160gb SATA drive on my dell dimension 5150 is dying I keep getting BSOD error 0x24 and the dreaded "non system disk or disk error" mesage but booting into recovery mode from the XP cd and running chkdsk /r , fixboot and fixmbr has fixed …

0
70
Member Avatar for jbennet

Anyone want a compaq proliant server PII 266mhz (1 installed can be dual CPU) with 64mb ram 2x 2.1 gig SCSI swappable HDD'S Warning: Boots up and all but the front door is broken and there is no feet etc...

Member Avatar for jbennet
0
121
Member Avatar for jbennet

Can someone who knows please explain to me the general idea of Level 0 and Level 1 DFD's? I dont get it?

Member Avatar for jbennet
0
278
Member Avatar for jbennet

Ok i know how to use .htaccess and .htpassword on linux but now i must add users to apache under a windows environment. On linux i would go [code] [B]$ htpasswd -c (path to .htpassword file) (username)[/B] [I]Adding password for (username)[/I] [I]New Password:[/I] [I]Re-Type old password:[/I] [/code] How do i …

Member Avatar for gurdji
0
175
Member Avatar for jbennet

Ok i have an old laptop from a friend with only SP1. It was riddled with spyware and viruses but i managed to get rid of them (i think) anyway, when i try to install SP2 it goes through all the backing up the files, registry etc and creates a …

Member Avatar for jbennet
0
131
Member Avatar for jbennet

Okay im kind of interested in porting the gnome-games packages to the win32 platform. This aught to be possible, right, seeing as there is win32 versions of GTK and SDL etc ? Anyone had any experience of porting software?

Member Avatar for Grigor
0
111
Member Avatar for jbennet

Okay I have made a c++ console application to take user input and append it to a text file and then read it back. I am using the win32 version of Dev c++ [code] #include <iostream> #include <fstream> #include <string> using namespace std; int main(){ int choice; cout << "What …

Member Avatar for Salem
0
155
Member Avatar for jbennet

Okay here is some code I have made: [code] /*============================================= Number Guessing Game Uses the srand() function and loops. James Duncan Bennet - james.bennet1@ntlworld.com ===========================================*/ #include <iostream> #include <cstdlib> #include <ctime> #include <fstream> #include <string> using namespace std; int guess = 0; int tries = 0; string line; int main() …

Member Avatar for jbennet
0
165
Member Avatar for jbennet

My debian server has about 20 old kernels listed in grub. there taking up loads of space. I dont want to just remove the entries from grub, i want to actually remove all kernels aparat from the most recent one (it works fine). I would usually use synaptic for this …

Member Avatar for jbennet
0
110
Member Avatar for jbennet

Ok i had spyaxe etc... but i managed to get rid of them, can someone please take a quick look at my HJT log? [code] Logfile of Trend Micro HijackThis v2.0.0 (BETA) Scan saved at 15:46:35, on 07/07/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe …

Member Avatar for Serunson
0
201
Member Avatar for jbennet

I always seem to get 0 kbps upload/download on my Bittorrent. It also seems to be unusually slow and gradually slows down over time. It also hangs around for ages finding a port? Any ideas why it isnt working as I really need it to download a new OS for …

Member Avatar for bxperts
0
144
Member Avatar for jbennet

I just got an preowned (original) black Xbox with 1 controller, BLACK (the game) and a one year warranty. - All for £55 (thats $100) Wow. Blacks graphics is better than that of my pc And ripping music to HDD and using it in games is excellent! Also the preowned …

Member Avatar for jbennet
0
144
Member Avatar for jbennet

Could a new cold war be on the brew? [URL]http://news.bbc.co.uk/1/hi/world/europe/6717119.stm[/URL] The russians are aiming nukes back at europe after the americans annoyed them by building missle defences and pulling out of the ABM treaty

Member Avatar for jbennet
0
636
Member Avatar for jbennet

Please can someone take a look at my HJT log for me. Thanks! [code] Logfile of Trend Micro HijackThis v2.0.0 (BETA) Scan saved at 15:55:31, on 05/06/2007 Platform: Windows XP SP2 (WinNT 5.01.2600) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\PROGRA~1\Grisoft\AVG7\avgamsvr.exe C:\PROGRA~1\Grisoft\AVG7\avgupsvc.exe C:\Program …

Member Avatar for jbennet
0
116
Member Avatar for jbennet

Wow, i got Linux Mint today and im impressed. Its an ubuntu ofshoot but isnt yet anothe *buntu as you may assume. It comes with a lot of relevant codecs/drivers etc out of the box and has a lot of new and exciting apps derived from YaST. Anyone else running …

Member Avatar for g4g33
0
249
Member Avatar for jbennet
Member Avatar for Serunson
0
92

The End.