search for: somestate

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

Did you mean: domestate
2007 Dec 21
0
pretty neat Mash class (Magic Hash)
...|| 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 = "doe" m.address.street = "somewhere drive" m.address.city = "somecity" m.address.state = "somestate" m.address.zip = 12334 pp m {:address=> {:state=>"somestate", :street=>"somewhere drive", :city=>"somecity", :zip=>12334}, :first_name=>"john", :last_name=>"doe"} --~--~---------~--~----~------------~-------...
2023 Oct 13
1
rnrfa package problems
R help email Hello I?m trying to work my way through the rnrfa package RJ-2016-036.pdf (r-project.org) <https://journal.r-project.org/archive/2016/RJ-2016-036/RJ-2016-036.pdf> I?ve got it loaded OK and can access the data by the catalogue() command - gives me a tibble with names, grid refs etc allStations <- catalogue() allStations This works OK But when I try to run the example
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 (not bold). I am using pdf-writer and SimpleTable to get the layout situated correctly, but how do I make just the "From" and &quot...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
..."x${FQDN}" = "x" ]; then FQDN=localhost.localdomain fi if [ ! -f %{_sysconfdir}/httpd/conf/server.crt ] ; then cat << EOF | %{_bindir}/openssl req -new -key %{_sysconfdir}/httpd/conf/server.key -x509 -days 365 -out %{_sysconfdir}/httpd/conf/server.crt 2>/dev/null -- SomeState SomeCity SomeOrganization SomeOrganizationalUnit ${FQDN} root@${FQDN} EOF fi %check # Check the built modules are all PIC if readelf -d $RPM_BUILD_ROOT%{_libdir}/httpd/modules/*.so | grep TEXTREL; then : modules contain non-relocatable code exit 1 fi %clean rm -rf $RPM_BUILD_ROOT %files %d...