Displaying 20 results from an estimated 37 matches for "merc".
Did you mean:
marc
2006 Feb 27
4
(resend - sorry!) Which controllers?
...foes
The application will obviously have a front end and a backend.
The front end will give people a chance to search, and "find" members
and blogs
The back end will allow people to manage their profiles and add blog
entries.
Now: I like the idea of urls like this:
domain.com/user/merc/blog
Where:
* "user" is the controller
* "merc" is the user id
* "blog" is the action (in this case, show the blog)
The backend could be:
domain.com/backend/merc/blog
Where everything is as above, a part from the fact that "backend" is
the controller....
2006 Nov 20
1
Research Assistant position
University of California Merced
Merced, CA
Programmer Analyst II/III (Research Assistant)
Job Code SSNRI723A
Open until filled.
?
In the Sierra Nevada Research Institute at UC Merced, act in support of
research in applied climatology and statistical modeling for wildfire,
energy and water resource management applications and...
2001 Feb 08
2
OpenSSH 2.3.0p4/2.2.0p1, Solaris 8, ssh-keygen bus error
Hi,
I'm having a problem with ssh-keygen on Solaris 8; upon running, it
produces a bus error due to a function call in OpenSSL (RC4_set_key):
[...]
(gdb) where
#0 0x3440c in RC4_set_key ()
#1 0x2b890 in arc4random_stir ()
at /merc/tools/src/openssh-2.3.0p1/bsd-arc4random.c:65
#2 0x23ca8 in main (ac=1, av=0xffbefb94)
at /merc/tools/src/openssh-2.3.0p1/ssh-keygen.c:720
I get identical results with any combination of:
- gcc 2.95.2/binutils 2.10.1, or just gcc with Sun's as/ld (I do not have
a WorkShop C licence), e...
2006 Jun 06
3
Invoice and invoice_lines
...The super-easy solution then is to simply have the invoice_id as a
parameter of the action that deals with adding line_items. That way Ajax
is happy, I am happy... but would this really be the right way to do
things?
Well, apologies if this question is lame. I just want to make sure...
Bye,
Merc.
http://www.freesoftwaremagazine.com
--
Posted via http://www.ruby-forum.com/.
2009 Apr 27
0
VIF's in R using BIGLM
....320 18.61 1 1 4
1
Hornet 4 Drive 21.4 6 258.0 110 3.08 3.215 19.44 1 0 3
1
Hornet Sportabout 18.7 8 360.0 175 3.15 3.440 17.02 0 0 3
2
Valiant 18.1 6 225.0 105 2.76 3.460 20.22 1 0 3
1
Duster 360 14.3 8 360.0 245 3.21 3.570 15.84 0 0 3
4
Merc 240D 24.4 4 146.7 62 3.69 3.190 20.00 1 0 4
2
Merc 230 22.8 4 140.8 95 3.92 3.150 22.90 1 0 4
2
Merc 280 19.2 6 167.6 123 3.92 3.440 18.30 1 0 4
4
Merc 280C 17.8 6 167.6 123 3.92 3.440 18.90 1 0 4
4
Merc 450SE 16.4 8...
2012 Oct 18
1
spTransform longlat to utm
...zone=32U
x <- 8.968735
y <- 49.454735
After conversion I sould get something like
Easting: 426858 (km)
Northing: 5427937 (km)
sp1 <- SpatialPoints(matrix(c(x,y), ncol=2), proj4string = CRS("+proj=longlat +datum=WGS84"))
sp1Transformed <- spTransform(sp1, CRS("+proj=merc +zone=32u +datum=WGS84"))
coordinates(sp1Transformed)
coords.x1 coords.x2
[1,] 998395.0133 6319888.068
The result is an obvious nonsense.
Well, after some deliberation I swapped the original coordinate columns:
x <- 49.454735
y <- 8.968735
sp2 <- SpatialPoints(matrix(c(x...
2004 Nov 27
2
Shared remote repository
...olution is
ridicolously trivial, and yet I can't find it!
I have a remote repository of text files. Until today, I was the only
one changing those files: I would simply change them locally, and
update the remote repository with this command:
cd local_dir
rsync --delete -e ssh -Llavuz . merc@remote_server:remote_directory
Now, things are more complicated because I am not the only person
modifying those files stored in the remote server anymore.
So, here is what I'd like to do:
* Make sure that the remote respository is always the "good", updated
copy
* If I change o...
2006 Jun 07
6
Links on the left hand side - are components necessary?
...al
application controller (application.rb). However, how do call such an
action from main.rhtml? It looks like I need to be able to specify
controller _and_ action, which brings me back to components...
Can somebody please enlighten me? I feel that I am heading the wrong
way, and...
Thanks,
Merc.
--
Posted via http://www.ruby-forum.com/.
2005 Jun 09
1
Using transform on spproj package.
Hi,
I'm trying to use transform my mercator locations into utm but I'm doing
something wrong because only x is transformed ... see
> xy.sp
SpatialPoints:
loni lati
[1,] -8.85 38.16
[2,] -9.19 37.99
[3,] -9.11 37.97
[4,] -9.06 38.15
[5,] -9.03 37.87
[6,] -9.14 37.81
[7,] -9.09 37.70
[8,] -8.95 37.45
[9...
2012 Jul 17
0
edf's higher than 1
...s of freedom." Sorry we attributed the latter to
you, by the way. Will
--
William R. Shadish
Distinguished Professor
Founding Faculty
Chair, Psychological Sciences
Mailing Address:
William R. Shadish
University of California
School of Social Sciences, Humanities and Arts
5200 North Lake Rd
Merced CA 95343
Physical/Delivery Address:
University of California Merced
ATTN: William Shadish
School of Social Sciences, Humanities and Arts
Facilities Services Building A
5200 North Lake Rd.
Merced, CA 95343
209-228-4372 voice
209-228-4390 fax
wshadish@ucmerced.edu
http://faculty.ucmerced.edu/wsh...
2012 Oct 30
0
lapply and kernelUD (adehabitatHR package): Home Range kernel estimation for a list of individuals
...See below the code:
FOR ONE ANIMAL NAMED "Gael". IT WORKED PERFECTLY!
># Read a shapefile and convert it into a SpatialPointsDataFrame with its
corresponding CRS
>Gael_WGS84_WorldM <- readShapePoints("900_Gael_WGS84_WorldM",
proj4string=CRS("+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0
+ellps=WGS84 +datum=WGS84 +units=m +no_defs"))
># Remove all the columns except the name of the animal to use the kernelUD
function. My data looks like this:
> head(Gael_WGS84_WorldM[-c(2:25)])
coordinates Name
0 (-683614, 4459280) Gael
1 (-769563, 4...
2006 Jun 20
1
ActiveRecord saving madness?
...dren
records being saved automatically, if s/he can''t know if the operation
worked or not?!?
This is really driving me bananas. For the first time, I sit here and
think: maybe it''s true what P.H. says; maybe no magic at all is better
than too much magic :-|
(Confused)
Bye,
Merc.
--
Posted via http://www.ruby-forum.com/.
2006 Jul 24
2
BIG JS limit? Using replace_html with partials containing JS
...javascript,
because the javascript code will be spit out on the page.
Do you know of any limits with page.replace_html? Can I only render
partials which are STRICTLY html? If so, the limitation seems to be
huge!
If you have any info, please let me know. I have lost it over this
one...
Bye,
Merc.
--
Posted via http://www.ruby-forum.com/.
2013 Dec 05
0
mgcv gam modeling trend variation over cases
...12 0 1
51 4 13 0 1
52 4 14 0 1
53 4 15 0 1
54 4 16 0 1
>
--
William R. Shadish
Distinguished Professor
Founding Faculty
Mailing Address:
William R. Shadish
University of California
School of Social Sciences, Humanities and Arts
5200 North Lake Rd
Merced CA 95343
Physical/Delivery Address:
University of California Merced
ATTN: William Shadish
School of Social Sciences, Humanities and Arts
Facilities Services Building A
5200 North Lake Rd.
Merced, CA 95343
209-228-4372 voice
209-228-4007 fax (communal fax: be sure to include cover sheet)
wshadi...
2006 Jul 06
2
Not accepting nil values in fields when CREATING a record
...single value when you update a record.
So... to expand my previous question, is there a way to prevent nil
values when an object is CREATED, but then allow them (which measn
"don''t touch whatever is there") when it''s updated?
Am I missing something very obvious? :-D
Merc.
--
Posted via http://www.ruby-forum.com/.
2012 Jul 30
3
curve comparison
Dear R users,
I have seven regression lines I´d like to compare, in order to find out if
these are significatively different. The main problem is that these are
curves, non normal, non homogeneous data, I´ve tried to linearize them but
it has not worked. So I´d like to know if you know any command or source in
R which explains how to perform this kind of comparison.
Thanks in advance for your
2000 Jul 03
0
A couple of questions
...ins support = yes
# Phoenix is a wins server...
#
wins server = 203.25.173.155
; wins proxy = yes
dns proxy = no
; preserve case = no
; short preserve case = no
; default case = lower
; case sensitive = no
[ ALL THE BORING SHARE CONFIGURATION FOLLOWS, I DON'T THINK IT MATTERS ]
Merc.
----------------------------------------------------------------------
Tony Merc Mobily, technical editor of "Dev." and "Login"
Linuxpapers.org coordinator http://www.linuxpapers.org
Technical Writer
Personal Phone Number: ++61-8-93355105, +8 GMT, +7 from Italy!
Currently loca...
2006 Jun 22
1
Sharing primary key between two tables?
...I am using Postgresql. Now... am I gonna run into endless, weird
problems if I disable the auto_increment for customers? Or is it safe
for me to do so? Is ActiveRecords gonna allow me to pass the :id when I
create a record without any dramas? Is this "documented/safe"?
Thanks a lot,
Merc.
--
Posted via http://www.ruby-forum.com/.
2003 Mar 24
1
Samba as PDC and PAM authentication
...samba as a PDC on linux. It works fine with encrypted
passwords. But now i need use a PAM authentication and PAM requires
plain passwords. When i use "encrypt passwords = No" in smb.conf a PAM
is out of game. Is there any way to use a PAM authentication with samba
as PDC ?
Thanks Daniel MERC
2011 Feb 17
2
BUG: SAMBA 3.5.x and IBM TSM
Hi!
I am using SAMBA 3.5.x and it doesn't work with IBM TSM.
IBM TSM works properly with SAMBA 3.2.15.
Is there any chance to solve this issue in future SAMBA versions?
Best regards
/Adrian Berlin
--
You Rock! Your E-Mail Should Too! Signup Now at Rock.com and get 2GB of Storage!
http://connections.rock.com/user/displayUserRegisterPage.kickAction?as=116748&STATUS=MAIN