I am using Windows 7 with Wamp 2.2 server. I have setup 2 virtual hosts: www.project1.com and www.project2.com. I have modified the "hosts", the httpd.conf,
In my app so far(works like a todo list) i already set up the login and then the overall dashboard for them to create tasks in the app. However, On the top of
My code is like: with ArrangementClientDataSet do begin close; dataset.commandText := 'exec getArrangementData'; open; edit; end; In procedure
For Example I have quite a lot of logic that looks like this {% set allowed_observations = ["PAR;101;ZN_GYM", "PAR;101;ZN_CARDIOGYM", "PAR;101;0;G15
I tried to compile simple kernel module. but accepted below message -------------------------------------------------------------------------------- make -C /
I'm studying Java Swing, and I created some JFrame windows, in some of them, I created a button and they have the same solution (like search or save information
Consider these two data.tables, foo and bar. foo <- data.table(id = c(1,2,3,4), f1 = c("a", "b", "c", "d"), f2 = c("a", "b", "c", "d")) bar <- data.table(
I'm trying to access the service status of the remote server. i wrote this $ServerList = get-content -Path "c:\users\cont015\Desktop\ServerList.txt" ForEach ($S