search for: familiar

Displaying 20 results from an estimated 9549 matches for "familiar".

2011 Feb 14
5
Transforming relational data
...years (C). The dataset contains three columns: A, B, C. Example: A B C 1 1 a 1999 2 1 b 1999 3 1 c 1999 4 1 d 1999 5 2 c 2001 6 2 d 2001 7 3 a 2004 8 3 c 2004 9 3 d 2004 I am interested in how well all the individuals in a project know each other. To calculate this team familiarity measure I want to sum the familiarity between all individual pairs in a team. The familiarity between each individual pair in a team is calculated as the summation of each pair's prior co-appearance in a project divided by the total number of team members. So the team familiarity in project...
2005 Jun 22
4
tc on a PDA
hello, i have a 5500 iPaq with familiar 0.8.2 on it and i don''t know how to install a traffic shaper tool on it. I installed iproute2 package i found on familiar site and for that i have the tc and ip commands, but when trying to add a qdisc, as a dummy example, i get the next answer: > tc qdisc add dev wlan0 root cbq band...
2014 Feb 18
2
Re: event-test.py cannot detects domain shutdown
2014년 2월 11일 오후 10:00에 Eric Blake <eblake@redhat.com> 작성: On 02/11/2014 12:20 AM, Kim Larry wrote: libvirtd version is 1.1.4 and using Xen for hypervisor. I'm not as familiar with the xen hypervisor as with qemu; it may just be the case that no one has coded the xen driver to send a shutdown event. At any rate, I can confirm that with the qemu driver, shutdown events are delivered. It is a bit weird that all except shutdown event are coded... If it is true, do I have t...
2016 Aug 17
2
Job Announcement: Swift Frontend Compiler Engineer at Apple
...and supporting our large and diverse user base. This position is based onsite at Apple's main campus in Cupertino, California. Key Qualifications Ideal candidates will have skills in the following areas: • Diverse exposure to different programming languages. • Strong C++ coding skills. • Familiarity with the overall design of compilers including semantic analysis and type checking. • Experience working with a large and complex software stack. • Previous experience working on compilers strongly preferred. • Familiarity with LLVM or Clang a plus, but not required. • Familiarity with Cocoa...
2005 Oct 20
7
Backup Solutions based on Linux
I'm having particular issues running Veritas in my Windows environment. The agent just seems to baulk on some servers. I've looked into backup solutions running on Linux before but there doesn't seem to be much. Is anyone familiar with something that has Windows agents and yet managed by Linux? <<JAV>> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20051020/4cd11d85/attachment-0002.html>
2003 Apr 21
2
Anyone familiar with Cumulants or good reference books?
Hey, R-listers I want to get some statistical books on Cumulants for studying. So will you please give me some suggestions on these related books? Thanks for your point. Fred
2005 Feb 17
0
tc on familiar ipaq
Hello, I want to run bandwidth management on my ipaq (H3970) running familiar 0.8. It''s built on top of linux 2.4.19 kernel. There is iptables but no traffice control (tc) tools. I''m thinking to cross compile my own tc. Does anyone know where to get tc source file? or Does anyone have tried this before? Any help would be appreciated. Thanks, Ya-Yunn _____...
2008 Aug 30
2
Delta UPS boxes
Hello List, I would like to control the big Delta box that protect the cluster of my group: I am not familiar with those kind of machine, but quite familiar with (Debian) Linux. Does anyone know which NUT driver to use ? The UPS have 3 different communication interfaces: RS-232 AS-400 Dry-contact Which one is the more appropriate for NUT ? Any other information is welcome :-) Thanks in advance, Jerome...
2007 Oct 20
3
Learning sources
When i decide to create a GUI for my desktop "Ruby" application, i have been stucked about wxruby. Then i have looked at wxwindows and wxwidgets sources but the syntax was not so familiar to me. Because the examples were written in C++ generally. For understanding main concept this experience was good for me. Later, for more familiar syntax i have looked at wxphyton sources and i read many informations but it was not ruby at the end. Do you suggest me any other sources for wxruby...
2007 Mar 22
3
[LLVMdev] GSOC - HLVM Work
...;s Summer of Code, but I am having difficulty finding a concrete project idea to tackle. (Though certainly interesting, a new front-end or a compiler optimization pass seem like to large as projects for a single summer -- and certainly something I couldn't accomplish given my lack of familiarity with the code-base.) I have read the 'projects' pages for both the LLVM and the HLVM, and I am quite intrigued by all of the various options (particularly those on the HLVM page). In addition, I feel that work on the HLVM would give me some insight into how the LLVM works; howeve...
2010 Aug 30
0
[LLVMdev] job ad: QA contractor position in Apple's compiler team
...much of the isolation is still manual. The candidate will be in charge of handling these tasks and automating them where possible. Skills: - Significant UNIX experience required; Mac OS X experience preferred - Python programming experience required - Proven testing and bug reporting skills (and familiar with bug management tools) - Basic understanding of C/C++ compilers, how they work and how they are used - C++ programming language experience a significant plus - Familiarity with buildbot and similar automated testing tools - Familiarity with Python programming for (basic) web interfaces a plus -...
2010 Aug 23
7
"easiest" way to write an R dataframe to excel?
I am using R 2.11.1 in a Microsoft Windows 7 environment.   I tried using WriteXLS, but get the message " In system(cmd) : perl not found"   What is the "easiest" way to write an R dataframe to Excel?  (I am familiar with WriteXLS, but I do not have PERL installed, and if not needed, do not wish to install it.)   I am also familiar with write.table, but if possible, wish to create an excel file form within R.   I'm unsure if this is possible, or perhaps i should just go ahead and install PERL...?...
2003 Dec 18
2
Maildir quotas support in Dovecot and 2 other newbie questions
I am not familiar with all the features that Dovecot has, but I am familiar with Courier IMAP using Maildir. Does Dovedot have a software based Maildir supporting quota program like Courier IMAP ? Can maildrop be used with Dovecot for quotas ? Courier IMAP has maildrop integrated. - If maildrop support is...
2005 Jun 15
2
Best Practices for rookie
...; approach and configuration for use with an Active Directory controller. I have had some luck in setup Samba with local accounts, but Linux will be used increasingly in the months to come and I would like to build a file server that will validate file system access against AD domain groups. I am familiar with Samba, but not so familiar with Kerberos and winbind. I have read through some Samba documentation and found some valuable information, but I feel like I am missing a few pieces to my puzzle. What is the process for setting up this service? Are there some sample configs out there? Thanks K...
2012 Mar 26
2
trellis plot
...0,1), 4) time <- rep(c(1:4),2) dat <- as.data.frame(cbind(person,time, income, disruption)) library(lattice) xyplot(income~time|as.factor(person),data=dat, type=c("p","g","o"), col.line="black", xlab="Time", ylab="Familiar Income") # I just want to change dots' colors according to disruption, not to get two different lines: xyplot(income~time|as.factor(person),data=dat, type=c("p","g","o"), col.line="black", groups=disruption, xlab="Time",...
2006 Aug 03
8
beginning a statistics application
Hi all, I need to write an application that gets data from a database and plots it on a graph. I am familiar with java and know that I could do it with jfreechart - however I am excited by RoR and would like to write the application with RoR instead. Is it possible to write it in RoR? Chris -- Posted via http://www.ruby-forum.com/.
2019 Jan 30
2
[FORGED] r-base is already the newest version (3.5.2-1bionic)
...fter a successful installation. | | I interpreted the "Status=Not/Inst ...." to mean that the package was | not installed. Which is consistent with what was actually the case. Simply false. Do 'dpkg -l | less' or 'dpkg -l somewildcardhere | less' and try to become more familiar with the output. There *is* legend printed there. What matters most: The first two columns are 'ii'. That is as official to "you're good" as you'll ever get. Again, I would consider familiarising myself with some Debian/Ubuntu/Mate/... tutorials. It's not unlike be...
2014 Apr 30
2
[LLVMdev] What is HexagonTargetMachine::addPassesForOptimizations for?
...ide anything, doesn't have >> any overrides, and has no in tree callers. Can it be removed? > > Given that it is dead, yes :-) > It used to be called from clang, from lib/CodeGen/BackendUtils.cpp, function CreatePasses. It doesn't seem to be the case anymore. I'm not familiar with that part of the code. +Matthew -Krzysztof -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
2005 Mar 07
1
Request for those familiar with internals of the Oracle, SQL Server, and DB2 adapters
I''ve made a research patch [1] for Active Record which creates a new interface for working with limit and offset parameters, and it needs implementations for the commercial databases. The patch is described in detail in trac ticket #795 [2]. I''d greatly appreciate any contributions you can make as soon as possible so that this fix can make it in to the Rails 1.0 release.
2010 Feb 12
1
Does this sort of hang with 2.6.9 look familiar?
Hi, I've had 2.6.9 running to sync a directory tree between two Ubuntu 8.04 LTS systems for well over a year, every hour, without trouble until today. Today, it runs through the whole tree, deletes, moves files over, then hangs at the very end - sending the system load, which normally is minimal, up over 10 for an extended time until killed. This happens consistently. If I move just a