similar to: Fortran source code

Displaying 20 results from an estimated 2000 matches similar to: "Fortran source code"

2009 Jan 04
0
postdoc position in computational biology
A postdoctoral fellow position in computational biology will be available starting June 1 2009 at University of Washington, Seattle, WA. The candidate will join a multi-disciplinary group working on edge-cutting research problems in computational biology. Job Description We seek a highly motivated and diligent researcher at the early stage of academic career with the ability to carry out
2008 Sep 26
0
postdoc position in computational biology
A postdoctoral fellow position in computational biology will be shortly available at University of Washington, Seattle, WA. The candidate will join a multi-disciplinary group working on edge-cutting research problems in computational biology. Job Description We seek a highly motivated and diligent researcher at the early stage of academic career with the ability to carry out research
2009 Aug 25
0
Postdoc position in computational biology: Seattle WA
A postdoctoral fellow position in computational biology is anticipated to open in the fall of 2009 at University of Washington, Seattle, WA. The candidate will join a multi-disciplinary group working on edge-cutting research problems in computational biology. Job Description We seek a highly motivated and diligent researcher at the early stage of academic career with the ability to carry out
2004 Nov 16
3
How to access samba without login prompt. !
Dear Sir, Hello, My name is kenneth Yeung. I wonder to know how to configure samba or window to access samba folder without login prompt. ! I am using Wins 2K for client, and Linux server is set samba server. I can login to samba using username and password, but I want to do a windows backup schedule task without prompt. login window ! Could you tell me the method to do this task. Thank you for
2002 Jun 13
3
installing R on Red Hat 7.1
Hello, I'm having trouble installing R from the binary to my red hat 7.1 box. There are 2 rpm files on the web site: R-base-1.5.0-1.i386.rpm R-recommended-1.5.0-1.i386.rpm When I did: > rpm -ivh R-recommended-1.5.0-1.i386.rpm error: failed dependencies: R-base = 1.5.0 is needed by R-recommended-1.5.0-1 libblas.so.3 is needed by R-recommended-1.5.0-1 libR.so is needed by
2009 Mar 21
2
factor with numeric names
Hi all, I have a pretty basic question about categorical variables but I can't seem to be able to find answer so I am hoping someone here can help. I found that if the factor names are all in numbers, fitting the model in lm would return labels that are not very recognizable. # Example: let's just assume that we want to fit this model fit <- lm(height ~ age + Seed,
2014 Jul 31
0
Research Scientist positions at University of Washington
Multiple Research Scientist positions are available at the University of Washington (UW) Center for Data Science (http://cwds.uw.edu) located at the UW Tacoma campus for outstanding researchers to conduct applied social good oriented multidisciplinary research in areas including: Bioinformatics (with Prof. Ka Yee Yeung), Data Science (Prof. Senjuti Basu Roy), Geospatial Informatics & Mobile
2011 Jan 19
2
xyplot question
Hi all, I had a weird problem with xyplot and I am wondering if anyone can help me figure out what's wrong here. Basically if I call xyplot() inside a function and I call quartz() after, then the previous xyplot() does not do anything. A short demo of the issue is like this: library(lattice) plot.trends <- function() { mat <- data.frame(cbind(rnorm(100), rnorm(100))) names(mat)
2003 Aug 25
1
Swat problem with samba-3.0.0 RC1
Hello, I tried to configure a share with samba-3.0.0RC1 but after specifying the share name and after I clicked "create", nothing happens. Only the header "share parameters" is shown. I've searched the list archives and a certain Chee Wai Yeung reported exactly the same problem with samba3.0.0beta1 on 09/06/2003 Will this bug be fixed before the final release? Werner
2008 Apr 01
12
undefined method `time_zone=' on Rails 2.0.2.9129 on Mac OS X
I just did a gem update and it broke my rails application. I had to go back to 2.0.2, because 2.0.2.9129 produces this error on Mac OS X Leopard: /Users/nicholas/RubyDev/dummy/config/environment.rb:38: undefined method `time_zone='' for #<Rails::Configuration:0x12c9f24> (NoMethodError) from /Library/Ruby/Gems/1.8/gems/rails-2.0.2/lib/initializer.rb:47:in `run'' from
2013 Jul 27
5
Mount multiple-device-filesystem by UUID
Hello, As stated in the -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
2008 Oct 29
4
How to get the duplicated elements from a vector?
Dear all, How can I get the duplicated elements from a vector? For example, x <- c("yes", "no", "yes", "yes", "no", "not sure"), how can I filter out all the elements which occured >=2 times? Thanks for any help! Regards, Leon
2005 Jun 09
1
The Sims won't run with debugger
G'day, I'm using a cvs version from a few days ago, and I've just installed The Sims and its Livin' Large and House Party extensions with minimal fuss (the icons were missing in the first setup/autorun screens). Trying to run the program, it displays a dialog with the title "A debugger has been detected" and the text "Unload the debugger and try again". So,
2004 Aug 20
8
wxruby-swig: where does wxclasses-2.4.2.xml comes from?
Was trying to understand more about the internals of wxruby-swig, where does the big chunk of XML comes from? I saw something similiar in Python, is that massaged out of there? The codes produced by extractxml.rb and wxclasses-2.4.2.xml is quite different from the original header files. Just for example the WxDialog class. OnXXX are non-virtual in WxWidgets, but virtual in wxruby-swig
2002 Oct 21
1
Does SJava work on Windows? It does (ish) on Linux
Apologies for posting to this list but my attempts to join the omegahelp list bounce back with address unknown errors. I'm struggling to get SJava working on windows 98. I'm using R 1.6 and the latest SJava 0.65 and JDK 1.3.1_04. I keep getting an Unsatisified Link error on initR. Our Java application gets launched with a wrapper script. I've put the library paths and current
2003 Jul 15
5
passwd program not called as root
Hallo to everybody out there, I have downloaded and compiled Samba3b2 on a SuSE 8.2 machine. For testing purpose, I connect to this machine with a Win2k-Box ... most things seem to work fine, but I am unable so change passwords from the win-box with unix password sync enanbled. I changed loglevel to 103 and enabled password chat debug. From what I found in the log-files, I can conclude that
2010 Aug 16
2
re-order the rows of a data frame accroding to a specified order of some column
Dear all, I have a data frame with several columns, and I have the specified order of a given column. How can I re-order the rows of my data frame accroding to this specified order? for example, x = data.frame( num = 1:26, alpha = letters[1:26], stringsAsFactors=FALSE) z = sample(x$alpha, replace=FALSE) Can I re-order x accroding to z ? Thanks, Leon [[alternative HTML version
2016 Aug 26
11
[PATCH v2 0/7] v2v: first bits of Debian/Ubuntu guests supports
Hi, this series implements the first bits in v2v to convert Debian/Ubuntu (and derived) guests. The series does not complete the support (see known issues below), but all the patches here should be fit for review and inclusion. The series does not enable the conversion, yet. Known issues: * there is no grubby nor Bootloader::Tools Perl module available in Debian, so there is no way to know
2018 Dec 13
2
Documentation examples for lm and glm
Hello, something that has been on my mind for a decade or two has been the examples for lm() and glm(). They encourage poor style because of mismanagement of data frames. Also, having the variables in a data frame means that predict() is more likely to work properly. For lm(), the variables should be put into a data frame. As 2 vectors are assigned first in the general workspace they should be
2008 Jul 18
2
with lapply() how can you retrieve the name of the object
In the following code, I'd like to be able to create a new variable containing the value of the names of the list. a <- data.frame(var.1 = 1:5) b <- data.frame(var.1 = 11:15) test.list <- list(a=a, b=b) # in this case, names(test.list) is "a" and "b" # and I'd like to use lapply() so that # I get something that looks like # var.1 var.2 # 1 a # 2