search for: somestation

Displaying 5 results from an estimated 5 matches for "somestation".

Did you mean: homestation
2007 Dec 21
0
pretty neat Mash class (Magic Hash)
class Mash < Hash def method_missing(name, value=nil) key = name.to_s.sub(/[=?!]$/,'''').to_sym self[key] = value if name.to_s[-1,1] == "=" self[key] = Mash.new unless self[key] || value return self[key] end end Its like OpenStruct...so what can you do? require ''pp'' m = Mash.new m.first_name = "john" m.last_name =
2023 Oct 13
1
rnrfa package problems
...3.67, latMax = 52.48) The ggmap code following gives an error ? this may be because the bbox data is empty but I?m not sure The needed packages are loaded: library(ggmap) library(ggrepel) m <- get_map(location = as.numeric(bbox), maptype = 'terrain') ggmap(m) + geom_point(data = someStations, aes(x = lon, y = lat), + col = "red", size = 3, alpha = 0.5) + geom_text_repel(data = someStations, aes(x = lon, y = lat, label = name), + size = 3, col = "red") I thought that I?d try the next bit to see anyway: # Select sta...
2014 Jul 10
2
Realms: subdom or not subdom ?
Guys, Currently, I'm running the following configuration (@ lab, according to the recommendation for the Realm from Samba_AD_DC_HOWTO): --- AD DC Hostname: samba-ad-1 AD DNS Domain Name: samdom.example.com Kerberos Realm: SAMDOM.EXAMPLE.COM NT4 Domain Name/NetBIOS Name: samdom IP Address: 192.168.1.1 Server
2007 Oct 11
0
pdf-writer - SimpleTable - change font betweent columns
The client wants the top of the pdf laid out like this: From: John Smith To: Jane Doe 999-999-9999 888-333-3333 555 W. 55th Street 222 W. 55th Street Somewhere, Somestate 999999 Somewhere else, State 444555 They also want "From" and "To" to be bold, and the rest of the information to be normal font
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am using mock. The are three build dependencies that I am trying to resolve. One, mod_socache_dc / distcache, I have simply removed from the spec file. The other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the two latter requirements from http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2