Displaying 20 results from an estimated 400 matches similar to: "no user management tool"
2008 Feb 23
3
exprs function download
Hi,
I am supposed to use exprs as a function. Where can i download exprs
function? I tried searching at bioconductor and seach engine but no luck. Is
it located in one of the library in R?
thanks.
C
--
View this message in context: http://www.nabble.com/exprs-function-download-tp15654560p15654560.html
Sent from the R help mailing list archive at Nabble.com.
2007 Mar 22
3
Noice words...
Hi
I use acts_as_ferret on an app that is in Danish and English. In
Danish english words like "and" and "under" has meaning. Is it
possible to make ferret search for these words? As it is now a seach
for "under" returns nothing even-though I know the word is present in
the index.
Cheers
Mattias
2006 Mar 01
2
Problem with paginate search
Hi,
Firts all sorry for my poor english
I am doing a simple search with paginate, the problem is the search dont
find the words within acutes (example "dont find sal?n if i search salon").
Its the code for the seach:
def search
words = @params[''search''].to_s.split('' '')
array_conditions = []
for w in words
array_conditions =
2006 Oct 17
2
Question about managing searching path
Hi all,
I'm having sometrouble with managing the seach path, in a function , I need to attach some data set at the begining
and detach them at the end, say, myfunction<- function() { attach(mylist); ............. detach(mylist) } ,
the problem is, since I am still debugging this code, sometimes it got error and ended before reaching the end, thus
the data is left in the
2008 Nov 03
2
Multiple connections
Hi,
I'd like to establish multiple direct connections between 2 hosts. As far as
I can see, tinc doesn't allow this (when a new connection come, the old one is
closed).
Is seach features maybe integrated to tinc ?
What is the status of 2.0 svn branch ?
Thx.
Manuel
2013 Aug 25
2
Backend for Lucene format indexes-How to get doclength
On Tue, Aug 20, 2013 at 07:28:42PM +0800, jiangwen jiang wrote:
> I think norm(t, d) in Lucene can used to caculate the number which is
> similar to doc length(see norm(t,d) in
> http://lucene.apache.org/core/3_5_0/api/all/org/apache/lucene/search/Similarity.html#formula_norm).
It sounds similar (especially if document and field boosts aren't in use),
though some places may rely on
2004 Sep 13
2
calculating memory usage
I am comparing two different algorithms in terms of speed and memory
usage. I can calculate the processing time with proc.time() as follows
but am not sure how to calculate the memory usage.
ptm <- proc.time()
x <- rnorm(1000000)
proc.time() - ptm
I would like to be within R itself since I will test the algorithm
several hundred times and in batch mode. So manually looking up
2018 Jul 09
2
How about giving commit ID in release notes
Hello developers,
Your release notes from libvirt(https://libvirt.org/news.html) are really
helpful to our users and QAs. How about giving commit ID of each item in
release notes, so that our user can gather more info from release notes.
For example,in v4.5.0 release note, add commit ID on each item:
capabilities: Provide info about host IOMMU support
Capabilities XML now provide information about
2006 Aug 11
1
Encoding
Hello,
i seach a plugin like Zend Encoder for rails.
Do u know one ?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060811/26d4a546/attachment.html
2004 Jan 23
2
3.0.2rc1, LDAP, Solaris 9 and secondary group problem - Bug 395?
Hi,
we have tested Samba 3.0.0 and 3.0.1 with LDAP-Support (--with-ldap) on
Solaris 8 and it worked fine.
The machine authenticates against an OpenLDAP server. Patch 108993-23 is
applied and we use native Sun LDAP client modules.
On Solaris 9 we ran into problems with secondary groups. Users cannot
access files if the rights are based on a secondary group and if this
information is stored on
2015 Nov 06
4
Puzzled by eval
I am currently puzzled by a seach path behavior. I have a library of a dozen routines
getlabs(), getssn(), getecg(), ... that interface to local repositories and pull back
patient information. All have a the first 6 arguments in common, and immediately call a
second routine to do initial processing of these 6. The functions "joe" and "fred" below
capture the relevant
2016 Nov 11
2
Trouble setting up HP Officejet Pro 8600 printer on CentOS 7 + KDE
Hi,
I just installed a CentOS 7 + KDE desktop in my office's network. So
far, I'm quite happy with the results, though I have some trouble
getting the printer to work. All the other machines in my office
(server, desktops, workstation) are running Slackware64 14.1 or 14.2,
and they can all use the printer perfectly.
I installed hplip-gui and ran it. The printer is a network printer, it
2008 Jan 21
0
Help with pagintate
I have this code in Repair_Tickets_controller:
@repair_tickets = RepairTicket.paginate :per_page => 10, :page =>
params[:page],
:conditions => [''ID like ?'',
"%#{params[:search]}%"],
:order => ''id DESC''
And this code in Incidences controller:
2010 Nov 29
3
nut 2.4 et MGE 2200
hello,
I installed with NUT UPS MGE Pulsar Evolution 2200
all orders of arrest, interrogation etc etc ... UPS
work well
However, I have a problem with the order in NOTIFYCMD upsmon.conf that
not run ...
I created a script that generates a simply log
I indicated in upsmon.conf NOTIFYCMD / home / nut / alert_ups.sh
below my upsmon.conf
RUN_AS_USER nut
MONITOR pulsar at localhost 1 admin1
2007 Jan 18
4
problems testing a rails controller
I''m trying to test a rails controller, but my mock
isn''t working. Everything looks right to me. Can
someone take a look at it and see if I''m missing
something obvious
http://pastie.caboo.se/33883
Domain.should_receive(:find_domain).once.and_return(domain)
That line in the spec is failing but I don''t see why.
If I comment out that line the test passes so it is
2003 Sep 25
15
CDR Web Search Frontend
*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hey all,
I've just done a quick (but functional) web front end for searching the
CDRs in a MySQL database. Anyone interested in trying it out? I'm
wondering what to add to it next.
So far you can seach using source, destination, CLI, channel and date
ranges. It also displays ALL fields in the database table.
2006 May 09
2
A rails CMS
A client has posed me the task of creating a CMS for a customer
facing website using Ruby on Rails.
Are there any such projects already underway? If not, is a basic CMS
going to be too much for one developer to handle? (I can probably
outsource a bit but the budget isn''t massive)
The project is scheduled to last for 3 months and will probably
involve some basic marketing pages,
2001 Oct 17
0
Strange (registry?) errors
Using:
Redhat 7.1
wine release 20011004
Windows 2000
Any time I run wine, whether the windows app I'm calling works (like
sol.exe) or bombs (like iexplore.exe), I get the following error
messages:
Line 8848: Key is too long '[Software\\Microsoft\\Protected Storage
System
2009 Jul 29
5
Directshow in wine
Hello
I'm trying to make a video subtitling program (my own) run on Wine, and mostly i have succesfully gotten it up and running, everything seems to be working apart from the cruicial video part.
The video part of the application is running directshow and Wines implementation of Directshow seems to be severely lacking, so my question is: Is anybody working on that part of wine? or should i
2004 Sep 28
1
Help with Call Waiting!
Help! I am having a problem getting wall waiting to work.
I have a X100p and a TDM400 card with and analog phone attached (as well as
a number of SIP phones) running on RedHat 9.0 box. The PSTN line has the
call waiting feature. If I am on the phone, I get a beep indicating a second
call is waiting. However, there is no way, no how, that I can get it to
switch to the second line! Flash button,