I am looking for a quality reliable host for some lithium development. I don't mind a shared platform as long as I have some ssh access.
I require php 5.3.x, Mysql 5.x, and the usual imageMagick etc. Non-relational DB support up front would be nice but if they let me set one up myself I would be okay with doing it.
I don't need a lot in the way…
I'm building a search engine (for fun) and it has just struck me that potentially my little project might wreak havok by clicking on ads and all sorts of problems.
So what are the guidelines for good webcrawler 'Etiquette'?
Things that spring to mind:
Observe Robot.txt instructions
Limit the number of simultaneous requests to the same domain…
I've written a small utility that I wish to sell for less than $10.
My primary concern is "casual piracy". The scenario that plays out in my mind is this:
User buys the program, enjoys using
it and tells their friends. The
friends copy the application to their
USB drives and take it home - using the application for free (maybe never…
Hi there,
I've written some MPI code which works flawlessly on large clusters. Each node in the cluster has the same cpu architecture and has access to a networked (i.e. 'common') file system (so that each node can excecute the actual binary). But consider this scenario:
I have a machine in my office with a dual core processor (intel).
I…
I created a mind map using the tool and now I want to embed the map in my web application. I tried to do export as html and it converts the map into a list.
I want to be able to view the map as it is in the browser, i.e. clickable ovals.
In addition to this I want to be able to pass a variable to the mind map (like username) which will be…
Hello,
my friend has a Real Estate company that receives a lot of phone calls everyday.
He wants to have a solution such that when somebody call to his company, the operator sees all the information about the person who is calling based on the database he have right now and the caller ID.
Is there a ready made software or solution that…
Usually, when a View requires a lot of bindings, or some UI Elements like a Bing Map, it takes a "while" to load (like between half a second and a second).
I don't want a delay between a "tap" action (like tapping an element on a ListBox) and the navigation action (displaying a new page).
I don't mind displaying the page progressively.…
This question came to my mind quite a few times.
Let my explain my question through an example.
Say I've got two classes:
1- Grid.
2- Cell.
Now the location of the cell 'should' be stored in the grid class, not in the cell class itself. Say that the cell wanted to get its location through a method in the grid.
How can it do that?…
I'm trying to figure out what this sort of thing is called, and eventually how I can create one in a web browser. It looks like this (screenshot of the first app that came to mind):
The specific component/pattern I'm looking for is the two list boxes ("Included Gear" and "Excluded Gear") that represent inclusion/exclusion of items…
Hi guys
I need to be able to render a silverlight storyboard animation to video. The animated content itself could be simple UIElements, Images or even two or more videos playing at the same time.
Several ideas came to mind like RenderTargetBitmap on a single frame basis, but:
1) I've never tested this against video embedded…
Given a list of (say) songs, what's the best way to determine their relative "popularity"?
My first thought is to use Google Trends. This list of songs:
Subterranean Homesick Blues
Empire State of Mind
California Gurls
produces the following Google Trends report: (to find out what's popular now, I restricted the report to…
Hopefully this isn't considered too off-topic, but I guess we'll see.
I'd love to find and frame a copy of this book.
Years ago, in my pre-teen years, I remember reading a lot of CYOA books, and one in particular stands out in my mind as the book that started me down the path of becoming a programmer. The details are fuzzy,…
I use courier to add pop3/imap support to my mail server, and I get this when I try to add a new pop3 account in gmail:
Server returned error:
"Missing +OK response upon connecting to the server:
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION…
Some details:
Webserver: Apache/2.2.13 (FreeBSD) mod_ssl/2.2.13 OpenSSL/0.9.8e
OS: FreeBSD 7.2-RELEASE
This is a FreeBSD Jail.
I believe I use the Apache 'prefork' MPM (I run the default for FreeBSD).
I use the default values for MaxClients (256)
I have enabled mod_status, with "ExtendedStatus On". When I view…
I recently purchased a Targus Lap Chill Mat, which is a USB powered device, but doesn't have any interface/storage/etc function.
I'd like it to power-down when my (macbook) laptop sleeps (since the fan obviously doesn't need to be running when the laptop is idle) without having to unplug it.
Any suggestions?
My setup is
Ubuntu 10.04 on AWS
Autossh to create a tunnel for MySQL
The tunnel is automatically created using Upstart (/etc/init/autossh.conf):
respawn
console none
start on (local-filesystems and net-device-up IFACE=eth0)
stop on [!12345]
script
#user/IP Address redacted
exec autossh -M 20000 -o…
Heyo,
Is there an easy way to use a web page as a screen saver under Linux? preferably without allowing any interaction with whats presented.
I'd like idle admin desktops to show our network monitoring page.
Thanks
I broke my webserver...
My setup is:
VMWare ESXi environemt
CPanel installed
CentOS release 6.5 (Final)
4 CPUs
2G RAM
2x VM disks 100G each
LVM system
This was my previous storage settings (the server was working fine at this time):
# df -h
Filesystem Size Used Avail …
My Windows 7 PC is set to automatically enter standby ("sleep mode") after 30 minutes. For some reason it stopped working a few days ago (it keeps on running). Is there some systematic way to determine what is preventing the system from automatically entering sleep mode after the designated idle time?
…
CSMA/CD is used in wired LANs, CSMA means that the computers on the network sense the medium if the medium is idle, the computer transmits otherwise it defers sending.CD refers to collision detection. I don’t want to write about CD because its not related to my Question.
Now in case of wireless LANs…
I am trying to find the bottleneck of a server running a fairly busy php/mysql site. My first culprit was io but iostat shows that on average iowait consumes only %3.60 of cpu time. here is the complete result of issuing iostat:
avg-cpu: %user %nice %system %iowait %steal %idle
65.78…
I want hotkey-based utilities like Quicksilver or Zooom to respond immediately. But if they have been idle for a while, they (I guess) get swapped out, and respond slowly, sometimes not even responding to the first few keystrokes I wanted to send to them.
How can I encourage such processes (i.e.…