Tagged Questions

1
vote
7answers
293 views

store a string in an int

Hi, i try to store a string into an integer as follows: i read the characters of the string and every 4 characters i do this: val = (int) ch << 24 | (int) ch << 16 | …
0
votes
2answers
48 views

Unsupervised classification methods available

Hi all I'm doing a research which involves "unsupervised classification". Basically I have a trainSet and I want to cluster data in X number of classes in unsupervised way. Idea i …
1
vote
2answers
24 views

get the actual machine a client got from a selenium grid

Sometimes one of the machines registered under the selenium grid gets shutdown, or something similar. Then, the grid starts reporting that it cannot start a new session. I would l …
2
votes
5answers
193 views

How would I go about writing a Virtual Machine

I'm interested in programming a virtual machine, nothing as fancy as virtualbox or vmware, but something that can emulate a simple architecture, be it cisc or risc, say the Zilog, …
0
votes
2answers
52 views

WPF and State Machine Pattern

Hi guys, I want to implement functionality that give possibility switch tabItems (TabItem1,TabItem2,TabItem3), when user click button "next" on the Form. And for that reason I'd l …
0
votes
1answer
53 views

Virtual Machine Manager Error - Error determing default hypervisor

I have Fedora 11 and trying to get Xen working (which I think it is already) but the Virtual Machine Manager cannot find the hypervisor. When starting Virtual Machine Manager, I r …
0
votes
1answer
358 views

Access Tomcat localhost:8080 of guest VirtualBox VM from Host OS

I an XP laptop. I am running a Ubuntu distro inside VirtualBox which is running a website in Tomcat. When inside the VM I can access the site with http://localhost:8080/ What I re …
0
votes
5answers
233 views

how to identify remote machine uniquely in php?

how to identify remote machine uniquely in proxy server environment, i have used $_SERVER['REMOTE_ADDR'] but all machines in proxy network has same IP Address, is there any way …
1
vote
4answers
184 views

Find physical machine name in Java

How can I obtain the physical machine name that my jvm is running in? (Physical = OS, up to vmware...)
8
votes
13answers
611 views

Back-end choice for a new dynamic programming language?

I've been developing a Smalltalk variant for just the fun of it and I wonder what would be a fellow stackoverflowers choice when it comes to targeting a back-end. These were my cur …
6
votes
16answers
932 views

Developer Machine Justification

Looking for good techniques to justify "great than normal" machine for developers. The company I work for buys the same underpowered $500 dollar systems for everyone, and looking …
0
votes
0answers
193 views

Accessing localhost using virtualbox [closed]

Hello, does anyone know of a good guide / how to get localhost through virtualbox? I am running windows xp on my computer, and I downloaded the Internet Explorer Virtual PC's. I w …
2
votes
2answers
414 views

HPUX machinfo equivalent for Linux? or What hardware am I using?

In HPUX the command "machinfo" list machine information such as Number of CPUs, Clock speed, Bus speed, processor type, Cache information, total memory, and OS version information. …
0
votes
1answer
105 views

Naming convention for PC in a network [closed]

I worked for a company that named the pc's after roman gods (zeus, mars...). That was quiet funny while there where only 5 pc's on the network, but after changing the pc's several …
0
votes
2answers
134 views

Question regarding assembler output

Consider the following assembler output: START 100 MOVER BREG, ONE 101) + 04 2 105 MOVEM BREG, RESULT 102) + 05 2 106 P …

1 2 next
15 30 50 per page