-
as seen on Programmers
- Search for 'Programmers'
The query is simple:
SELECT
TB.ID,
TB.Latitude,
TB.Longitude,
111151.29341326*SQRT(pow(-6.185-TB.Latitude,2)+pow(106.773-TB.Longitude,2)*cos(-6.185*0.017453292519943)*cos(TB.Latitude*0.017453292519943)) AS Distance
FROM
`tablebusiness` AS TB
WHERE
-6.2767668133836 < TB.Latitude AND…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
(Why can/How are) blocked IPs (get/getting) through my iptables?
Hello and thanks for your consideration...
I have configured iptables and included (below) output from the command "iptables --line-numbers -n -L" yet IP addresses (like 31.41.219.180) from IP blocks I have already blocked are getting…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Over the past couple years I’ve been keeping track of common SQL Server
script commands that I use so I don’t have to constantly Google them. Most of
them are how to check if a SQL object exists before dropping it. I thought
others might find these useful to have them all in one place, so…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm developing two DataGrid with drag and drop support. Multiple items can be selected from the source data grid, and dropped into the target data grid.
I'm using an drag and drop event listener which completes the operation only in certain cases. I'm using event.preventDefault() but it doesn't…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I just installed an ubuntu precise server,
after a few weird communications issues I checked the iptables list and found:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere…
>>> More
-
as seen on Super User
- Search for 'Super User'
I am creating a table in excel to capture metadata and I want to allow a user to select options from a drop down list(1=yes,2=no,999=missing).
>>> More
-
as seen on Super User
- Search for 'Super User'
Is it possible to use this bottom script but add a second hotkey and function that goes with it.
;DoOver.ini
;[Settings]
;record={LCtrl}{F12} ;hotkey to start and stop recording
;playback={LCtrl}{F5} ;hotkey to start playback
;keydelay=10 ;ms to wait after sending a keypress
;windelay=100…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This is probably (hopefully) a pretty simple question, but I can't seem to get it to work so I'll turn to the experts here. I'm using a pretty straightforward CSS drop-down menu, with just a little JQuery involved. The issue is that when I hover over the drop-down and it opens, it's pushing everything…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a webpage where I have a form with several areas to input text and two drop down select options countries is the first one and depending in witch country is chosen the second should display the estates for that country to choose.
my page connects to my db from where it gets the countries and…
>>> More
-
as seen on How to geek
- Search for 'How to geek'
Whether you’re sharing a computer with other family members or friends at home, or securing computers in a corporate environment, there may be many reasons why you need to protect the programs, data, and settings on the computers. This article presents multiple ways of locking down a Windows 7 computer…
>>> More