I'm working in a development team where we all use laptops so we can work in multiple locations. These laptops are proving notoriously slow for development work, but at a glance they all look to have the specification for a much faster experience:
CPU - Intel Core 2 Duo T7500
Memory - 2GB of RAM
We…
I'm making a game designed with the entity-component paradigm that uses systems to communicate between components as explained here. I've reached the point in my development that I need to add game states (such as paused, playing, level start, round start, game over, etc.), but I'm not sure how to do…
I've just started making a Turn Based Strategy engine in GameMaker's GML language... And I was cruising along nicely until it came time to handle the turn cycle, and determining who is controlling what player, and also how to handle the camera and what is displayed on screen.
Here's an outline of…
Can someone give me a heads up... I'm trying to use the dotRAS .NET control, and this code to change the value of internetConnected (boolean) using an event handler...
But it seems that the state RasConnectionState.Disconnected is not triggered by dotRAS hangup()..
Any ideas? Am I doing it…
We have a SQL server hosted on a virtual machine. Our hosting company updated/restarted the server and for some reason the virtual machines became unbootable.
We've spoken to Microsoft and used a few higher level tools to attempt to recover the virtual machines but were unsuccessful. In…
I’m trying to do the setup of a IPSEC / XL2TPD VPN for our office, and I’m having some problems accessing the remote local machines after connecting to the VPN.
I can connect, and I can browse Internet sites trough the VPN, but as said, I’m unable to connect or even ping the local ones.
…
I'm trying to minimize the number of different product versions used on my PC's both at work and at home. So far I have a mixture of:
VMware Server 1.0.7
VMware Server 2.0.2
VMware Player 2.5.3
VMware Player 3.0.0
and I would love to upgrade each product family to the latest version.
…
We have an ESXi 4.1 server with 48 GB RAM.
For each VM, we are allocating 4GB of memory. Since the server will have 13 virtual machines, my manager thinks this is wrong.
I am going to explain to them that ESXi will actually manage memory itself, but they asked me how much memory I…
So Sophos UTM (Astaro Gateway UTM) can be virtualized in Hyper-V, VMWare, vSphere etc. Now I'm new to virtualization, so am wondering how the networking would be configured in this situation.
Imagine the following (a very simple setup). A Zyxel router acting as the default…
Let's start with saying that I'm a total noob wrt. to server virtualization. That is, I use VMs often during development, but they're simple desktop machine things for me.
Now to my problem: We have two (physical) build servers, one master, one slave running Jenkins to do…
I am currently in the process of creating a home server, made up of several virtual machines, each running a different type of server (i.e. a file server, a multimedia server, a firewall and a print server as of now).
Today I discovered this new software, Zentyal, which…
For one part of our hosting platform we are currently using VMware Server 2 to create two virtual machines on one physical machine. One VM is used for hosting of small websites, the other VM is used as a staging environment. Both the host OS and guest OSes run CentOS…
We have a SQL server hosted on a virtual machine. Our hosting company updated/restarted the server and for some reason the virtual machines became unbootable.
We've spoken to Microsoft and used a few higher level tools to attempt to recover the virtual machines but…
I'll give you the tl;dr up front
I'm trying to use the state monad transformer in Scalaz 7 to thread extra state through a parser, and I'm having trouble doing anything useful without writing a lot of t m a -> t m b versions of m a -> m b methods.
An example…
I've been involved in a discussion about how to build internet voting software for a general election. We've reached a general consensus that there exist plenty of secure methods for two way authentication and communication.
However, someone came along and pointed…
Although similar threads have been asked on this site and its siblings before, I've not managed to glean the answer to this persistent question. Any help is much appreciated.
The situation:
I've got two laptops; both contain a ton of music. Sometimes I move…
I'm reading a bit on Finite StateMachines to handle game states (or screens). I would like to build a rather decent FSM that can handle multiple screens.
e.g. while the game is running I want to be able to pop-up an ingame menu and when that happens the main…
I want to do the following things using PHP and jQuery
https://www.careerbuilder.com/share/register.aspx?sc_cmp1=JS_LoginASPX_RegNow
Steps
Select a country from a dropdown list.
The city dropdown list will fillup automatically with the list of cities of…
I have downloaded a Xen virtual machine image from the appscale project, and I am trying to start it up. However once I run the command;
xm create -c -f xen.conf
The instance immediately crashes and provides no console output. however it produces logs…
This is a fairly basic question about state server but assume there are 2 servers behind a load balancer. How do I configure the session state server?
So, I have machine1 and machine2. I would assume that I would need to install the state server on 1…
I want to style the :active state of a button that is represented by an . The tag has an inner (beacuse I want to add an icon to this button). I notice the :active state is triggered properly in everything but Internet Explorer. In IE, it appears…
I have 2 activities in my application.
In activity1, I set some configuration and I modify the state of some component (ex: set button state disabled). And I navigate to activity2.
In activity2 I do some stuff and at end, I finish this activity…
I'm getting unexpected behaviour in some monads I'm writing.
I've created a parser-m monad with
(def parser-m (state-t maybe-m))
which is pretty much the example given everywhere (here, here and here)
I'm using m-plus to act a kind of…
Go straight to the site if you want: http://nudoq.org. You can then come back and continue reading :) Compare some of the most popular NuGet packages API documentation sites: Json.NET EntityFramework NLog Autofac You see…