search for: interlinks

Displaying 20 results from an estimated 34 matches for "interlinks".

2012 Aug 14
1
Can we interlink these three if conditions?
key1.=c(1, 2, 3) key2.=c(2) if (identical(key1.,key2.) == "TRUE") { cat("No Errors found") } if (length(setdiff(key1., key2.)) !=0) {
2010 Jul 30
2
finding a function or a line while debugging?
guRus Is there a way by which I can search for a particular function or a particular line of code within the maze of all the R codes that are interlinked? Say for instance I am running a code using quantstrat package and on a particular line I get the error saying x is missing in is.array(x). I want to figure out where is.array is in all the codes that my code refers to? How do I do this? Is
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...andard. * Small structures in varargs are read from the wrong part of the stack slot. This doesn't work for GCC either. * Floating point arguments are passed correctly, but fixing some of the above bugs can easily break soft-float With these patches, big-endian 64-bit Mips targets successfully interlinks with GCC for almost everything I've tried. So far I've tested the first 100,000 ABITestGen.py tests for the N32 ABI (64-bit with 32-bit pointers), 10,000 for the N64 ABI (64-bit), and various varargs tests for both ABI's. The one known failure is small structures in vararg functions and...
2010 Feb 07
2
convert R plots into annotated web-graphics
Dear all, I would like to make a large scatter plot created with R available as an interactive web graphic, in combination with additional text-annotations for each data point in the plot. The idea is to present the text-annotations in an HTML-table and inter-link the data points in the plot with their corresponding entries in the table, i.e. when clicking on a data point in the plot, the
2011 Sep 10
1
Annoying "feature" in dovecot/pidgeonhole - include depth limitation
Hi all, I'm using dovecot 2.0.14 build on Debian. The maintainers obviously patch the dovecot source so that it uses the pidgeonhole sieve system. Today I ran into a very annoying issue: I created several sieve scripts and interlinked via the include command, only to find dovecot spewing this error message at me: SWREG Newsletter: line 14: error: cannot nest includes deeper than 10 levels.
2008 Aug 21
8
Direct X Input
Good Evening, I have an app that is not in the app database entitled RealFLight G4. I have it installed, but ut used the Direct X input method to talk to a hand held joystick like controller in which is embedded security and copy protection. The application is griping about not being able to find the Interlink Controller. In dmesg it shows up and is usable in other applications, so Linux
2016 Jul 21
3
[RFC] One or many git repositories?
> Today I *can* checkout only LLVM and Clang. On a single Git repo I can't. This is true if you s/checkout/clone/. With a single repo, you must clone (download) everything (*), but after you've done so you can use sparse checkouts to check out (create a working copy of) only llvm and clang. So you should only notice the fact that there exist things other than llvm and clang when you
2014 Nov 25
3
[LLVMdev] Proposed patches for Clang 3.5.1
> > > > I'd also like to propose the inclusion of the recent ABI fixes to the Mips > > > > target but I'm not sure this is a good idea. I'm having difficulty sorting out the > > > > dependencies for these at the moment since they seem to depend on some > > > > of Eric Christopher's Subtarget/TargetMachine refactoring. It may also be a
2007 Apr 19
1
is there a function to give significance to correlation?
Dear R-Help, I am trying to find a function that will give me the significance of the correlation of 2 variables (in the same dimension arrays) correcting for serial autocorrelation. How can I view the function cor.test's code? I would like to know a lot more detail about the function than written in the documentation at http://finzi.psych.upenn.edu/R/library/stats/html/cor.test.html to
2016 Jul 21
2
[RFC] One or many git repositories?
> On Jul 20, 2016, at 5:56 PM, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 21 July 2016 at 01:39, Justin Lebar <jlebar at google.com> wrote: >> This is true if you s/checkout/clone/. With a single repo, you must >> clone (download) everything (*), but after you've done so you can use >> sparse checkouts to check out (create a
2016 Jan 24
4
xapian websites available via https
...ttps: https://xapian.org, https://trac.xapian.org and https://lists.xapian.org/mailman/listinfo. (Currently https://lists.xapian.org/ redirects to non-https, because of limitations in mailman.) It?d be helpful if people could check if they have any problem accessing the sites over https. Note that interlinks between the three sites may not all yet preserve https (feel free to file bugs for anything you spot). If there are no problems, in a week I?ll make http versions redirect to https for trac and lists, and if we have no problems there I?ll add HSTS headers. I?d prefer to move xapian.org to https b...
2016 Jul 21
3
[RFC] One or many git repositories?
On Wed, Jul 20, 2016 at 5:56 PM, Renato Golin via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 21 July 2016 at 01:39, Justin Lebar <jlebar at google.com> wrote: > > This is true if you s/checkout/clone/. With a single repo, you must > > clone (download) everything (*), but after you've done so you can use > > sparse checkouts to check out (create a
2006 May 23
13
acts_as_ferret 0.2.1 segfault
Hi, I just installed via script/plugin from the stable svn tag. (Revision 54) I''m running Rails 1.1.2 and have Ferret 0.9.3 (with C extensions. no compilation problems) I put together a simple model to test it and I''m getting a segfault. The model: class Report < ActiveRecord::Base acts_as_ferret :fields => [:title, :name] end $ script/console Loading development
2016 Jun 02
6
Delete remote folder
Hi I'm trying to build a backup system based on rsync. It should work with different destinations (local, share, remote etc) that's why I'm looking for ways how every operation can be controlled from the client side. I want to create full backups and incremental backups. For the incremental backups I use --compare-dest lastfullbackup. This works nicely except that the whole directory
2004 Jan 02
2
Media Wiki Running
Hello, I have a naked mediawiki running, from http://wikipedia.sourceforge.net/ The wiki is here: http://wiki.rettc.com Let me know what you think, and if it will be suitable for populating with FAQ stuffs. Alex http://www.rettc.com
2016 Jun 02
0
Delete remote folder
Try having a look at this, for inspiration. It does require the capability of hard-links on the remote end though... and it does not resolve your "delete target directory" either, but it might save you some fiddeling around :-) https://blog.interlinked.org/tutorials/rsync_time_machine.html HC On 02-06-2016 10:27, Fabian Cenedese wrote: > Hi > > I'm trying to build a
2012 May 14
4
Boot sector file testcases
Does anyone have a collection of bootable .bs, .bss, .bin and .img files that I could use for testing the booting functionality on the elflink branch? A copy of the files and config file lines should be enough to produce a testcase. -- Matt Fleming, Intel Open Source Technology Center
2016 Jan 24
0
xapian websites available via https
James writes: > It?d be helpful if people could check if they have any problem > accessing the sites over https. Works for me (Iceweasel 43.0.4, browsing from Denmark) - cool! > Note that interlinks between the three sites may not all yet preserve > https (feel free to file bugs for anything you spot). I spotted these when clicking around a little: ? The link "Highly portable" on https://xapian.org/features points to http://trac... ? The links ?"mailing lists" and &...
2011 Apr 22
8
Patches to enable MTUs >1500 in el5.6 ready for testing.
Hi all, With help from others, I''ve been able to get Olaf''s patch for enabling MTUs >1500 for vifX.y and tapZ devices working. I''ve been able to boot dom0, launch domU and live-migrate without having the bridge''s MTU degrade at any time. Would the Xen RPM maintainers (and others) mind taking a look at the following patches? Kernel part:
2016 Jun 02
2
Delete remote folder
At 10:52 02.06.2016, Hans-Christian Jehg wrote: >Content-Transfer-Encoding: 7bit > >Try having a look at this, for inspiration. > >It does require the capability of hard-links on the remote end though... and it does not resolve your "delete target directory" either, but it might save you some fiddeling around :-) >