Displaying 20 results from an estimated 15676 matches for "road".
Did you mean:
read
2009 Feb 19
8
validate for street
Hallo all,
can someone tell me what can be the regulare expression for this:
"The Road", "The Road 12", "Road", "On the Road 89".
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to...
2002 Sep 29
7
[Fwd: Building custom _updown script for freeswan to make it talk with shorewall]
...; You don''t happen to read shorewall-devel mailinglist ?
I read it -- I just didn''t know what to make of your post and it arrived
while I was on vacation.
What exactly are you trying to accomplish that Shorewall isn''t doing for
you now?
e.g.
/etc/shorewall/zones
rw Roadwarriors Road Warriors
/etc/shorewall/interfraces
rw ipsec+
/etc/shorewall/policy (only if you want to Road Warriors to be able to
access each other''s hosts).
rw rw ACCEPT
rw loc ACCEPT
loc rw ACCEPT
/etc/shorewall/tunnels
ipsec net 0.0.0.0/0 rw
Am I missing something?
-Tom
>...
2012 Oct 24
1
randomly select another observation with same grouping factor and year value, do for every record in dataframe
...nction to produce a list of the RchID of the first observation, the RchID of the second randomly chosen observation, and several other characteristics of the randomly chosen observation. Below is the code I have written, but it doesn't work.
Thanks for any help.
Christy
################test
roads=read.csv("streamland23.csv")
for (i in 1:nrow (roads)){
Sitetype= roads$Sitetype
yr=roads$REACH_Yr
initRchid=roads$RchID
huc1=roads$HUC
sample.df <- function(df, n) df[sample(nrow(df), n), , drop = FALSE]
selected=sample.df(roads[roads$HUC == "huc1"& roads$REACH_Yr ==...
2006 Nov 30
3
model stubs with view/controller specs: error_messages_for??
How would I set up a model stub so that <%= error_messages_for
''some_model'' %> doesn''t complain?
I started going down this road: @some_model.stub!
(:errors).and_return(ActiveRecord::Errors.new)
but it seems like a long, hopefully uneccessary road.
Cheers,
Michael
2013 Jul 02
2
multiple VPN zones
...s page which describes a single VPN zone called "vpn":
http://www.shorewall.net/IPSEC-2.6.html
Is this the most current information? It is the top page found by
Google for "shorewall ipsec"
Is there any information about setting up multiple VPN zones for
different classes of road warrior? E.g. lets say there are two classes
of road warrior:
vpn_a: mobile devices
vpn_b: laptop devices (trusted more than the mobile devices)
The IPsec platform (e.g. StrongSwan) gives all the road warriors a pool
IP. It uses different pools for users from vpn_a and vpn_b
Looking at...
2012 Jun 20
2
Conditioned Latin Hypercube Sampling within determined distance
Hi all,
I am a begginer in R and I have been trying to use the Conditioned Latin
Hypercube to choose sample points only in areas close to roads due to the
difficult thorough access in the study area. I could use a code to create
the points throughout the area, but I need to create a code to make the R
only comes up with points close to this road. I've been using the packages
"raster", "shapefile", "clhs",...
2011 May 19
2
Shrink file size of pdf graphics
Hi everyone,
My data consists of a system of nearly 75000 roads, available as a
shapefile. When I plot the road system, by adding the individual roads with
'lines' and store it as a pdf-file with 'pdf' I get a file of size 13 MB.
This is way too large to add it in my LaTeX-document, because there will be
some more graphics of this type.
Now I...
2002 May 14
2
ldap pam and samba
hello,
can i authenticate samba to pam and then ldap? thank you.
--David Weise
OIT
Rider University
"The real race is not on the hot, paved road, the torturous off-road course
or the smooth-surface velodrome. It is in the electrochemical pathways of
your mind."--Alexi Grewal
2006 Mar 29
2
Calling home while on the road, will it work?
I have a Digium TDM400P card with 1 FXS and 1 FXO module running on my
FreeBSD 6.0 server.
While I am on the road, I would like to save on costs by using a soft-phone
from my laptop to call in to a telephone connected to this card.
I installed both Asterisk and Zaptel drivers from the ports, but still
haven't done anything with the configuration files.
What else do I require, and what is the mimimum amou...
2004 Oct 13
3
data(eurodist) and PCA ??
If I perform PCA on the 'eurodist' data, should I get an accurate
geographic layout of the cities with biplot?
(barring inversions, i.e. their is no way to define north.. but you get
the idea...)
I have a complex distance matrix, and I am thinking about how to cluster
it and how to visualize the quality of the resulting clusters.
If I could 'see' the clusters in space I could
2014 Oct 14
1
low frequency content
...ent
EMail: <mailto:dfan at trianglebiosystems.com> vgo at trianglebiosystems.com
Website: <http://www.trianglebiosystems.com/> www.trianglebiosystems.com
Triangle BioSystems International
a division of Harvard Bioscience
<http://maps.google.com/maps?hl=en&q=2228+Page+Road,+Suite+108&ie=UTF8&hq=&h
near=2228+Page+Rd,+Durham,+North+Carolina+27703&ll=35.93282,-78.818944&spn=0
.005421,0.008969&z=17> 2224 Page Road, Suite 108
<http://maps.google.com/maps?hl=en&q=2228+Page+Road,+Suite+108&ie=UTF8&hq=&h
near=2228+Page+Rd,+Durham...
2007 Jan 03
2
An interface can reference multiple zones...
...hard phones).
So I''d like to have one zone that can handle both connections with the
same restrictions, like below:
/etc/shorewall/zones - System A:
#ZONE TYPE OPTIONS IN OUT
# OPTIONS
OPTIONS
road ipv4
On system A, the remote clients will comprise the road zone.
In /etc/shorewall/interfaces on system A:
#ZONE INTERFACE BROADCAST OPTIONS
road tun+,tap+
In /etc/shorewall/tunnels on system A, we need the following:
#TYPE ZONE...
2005 Mar 13
4
Bridging Firewall with windows OpenVPN road warriors?
...all that did not support openvpn directly
so I just basically opened ports for it and used bridging with tap
interfaces. I am no longer using that vpn link to the other house but
now that i''ve upgraded I would like to use the openvpn features in
shorewall. I would like to set up some roadwarrior clients with the
Windows Openvpn client [ http://openvpn.se/ ] and my linux/shorewall
firewall on the other side. I would like to play games between the lan
and the road warriors so it has to be able to do bridging. The examples
I see in the documentation use tun interfaces.. (tun=Not...
2020 Aug 05
3
mail_crypt folder keys without sql database
Hello,
Can the mail_crypt "folder keys" feature be used with encrypted user keys in passwd-file without sql database? It seems that there is no guide in the docs.
Best regards,
narangd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200805/1878e415/attachment.html>
2011 Jun 02
3
dual disk netboot approach
...and boot from floppy disk. In 2011 is the idea to attach a
second disk and netboot it.
One approach is to TFTP the kernel and append 'root=/dev/sdb1'
This E-mail is however to seek advice for another approach.
In this approach is the kernel also on the second harddisk.
I see two possible roads, both with dragons on it.
The PXELINUX only road: Will PXELINUX load a kernel from disk?
The PXELINUX with EXTLINUX road: When PXELINUX loads and starts EXTLINUX
will EXTLINUX load a config file from the network?
Which way should I go?
Groeten Stappers
--
> And is there a policy on top...
2004 Apr 29
1
need help.. VPN Road Warriors
Dear Shorewall''ers
I''ve been using Shorewall for 6 month, it''s work good as i expected,
but i want to activate shorewall vpn futures , road warriors user with
dynamic ip address on thir laptop,
Can some one give me explaination, url link or sample configuration. ?
regards
reza
2013 Nov 28
3
Replication via sneakernet
Is there a way to get a running transaction log from a Dovecot instance to
synchronize (and I use that word very, very loosely) multiple instances
that don't share a network?
Why I would want to do such a thing: I have a couple way stations along a
long, winding road through very hilly country, and at each of these
stations, I have a few people (and many, many more at one end of the road).
Which people are where varies from hour to hour (but they're all members of
a known, larger, group of people with accounts). It would be helpful to get
communication (how...
2007 Nov 05
5
xtable.by
Hi all,
I have a series of measurements made over different types of road surfaces
and capacity that I want to summarize in tables via LaTeX. Ideally I'd like
a table similar to this (
http://www.andy-roberts.net/misc/latex/tutorial4/multirow.png ) with mean/SD
of the measurement broken down by road type (both surface and capacity).
Ideally it would be extensible so...
2015 Jun 25
0
Organizing a Pre Astricon road trip (Eric Klein)
...nday before Devcon
for this trip.
> ------------------------------
>
> Message: 4
> Date: Wed, 24 Jun 2015 11:59:29 +0300
> From: Eric Klein <eric.klein at greenfieldtech.net>
> To: asterisk-users at lists.digium.com
> Subject: [asterisk-users] Organizing a Pre Astricon road trip
> Message-ID:
> <CAD4dZ0=
> KfD5Nf8t5cFEuuHr10ip+YKJA_cMM2TgfZgWpCwe3kg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi All,
>
> I am cross posting this to the Asterisk Users, Biz, and Dev lists at the
> suggestion of Dav...
2013 Jul 19
0
[LLVMdev] road blocks in support shared library of llvm
...ave been
extensively used to store compiler options, machine types, optimization
passes, ... If compiled as a shared library and multiple modules link
against it, undesired results could happen when different modules use the
global data for different purposes. Anyone could confirm that?
Any other road blocks?
Thanks,
-Peng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130719/66efdd7b/attachment.html>