search for: tmpx

Displaying 15 results from an estimated 15 matches for "tmpx".

Did you mean: tmp
2016 Apr 28
0
Create a new variable and concatenation inside a "for" loop
Maybe I wasn't clear about my query. I'm very familiar with pre-allocation and vectorization and I had already wrote an R code for this problem in this way. My question wasn't about the most efficient way to solve the problem. It was about whether in R it was possible to use the same index used in the loop to create a new variable and store the results in as in the example showed
2016 Apr 27
3
Create a new variable and concatenation inside a "for" loop
... "(R is case sensitive, so "C" has no such problem)." Well, not quite. Try ?C To add to the previous comments, Dr. Gordon appears to need to do her/his homework and spend some time with an R tutorial or two before posting further here. There are many good ones on the web. Some recommendations can be found here: https://www.rstudio.com/online-learning/#R Cheers, Bert
2009 Oct 09
4
Trendline for a subset of data
Dear all, I am using abline(lm ...) to insert a linear trendline through a portion of my data (e.g. dataset[,36:45]). However, I am finding that whilst the trendline is correctly displayed and representative of the data portion I've chosen, the line continues to run beyond this data segment and continues until it intersects the vertical axes at each side of the plot. How do I display the
2007 Feb 15
0
8 commits - libswfdec/swfdec_bits.h libswfdec/swfdec_font.c libswfdec/swfdec_font.h libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_tag.c libswfdec/swfdec_text.c libswfdec/swfdec_text.h test/swfedit_token.c test/various
..._factor; /* size of a font in glyph entry */ }; struct _SwfdecFontClass diff --git a/libswfdec/swfdec_text.c b/libswfdec/swfdec_text.c index 7f2ed9c..6090512 100644 --- a/libswfdec/swfdec_text.c +++ b/libswfdec/swfdec_text.c @@ -50,8 +50,8 @@ swfdec_text_mouse_in (SwfdecGraphic *gra } tmpx = x - glyph->x; tmpy = y - glyph->y; - tmpx *= SWFDEC_TEXT_SCALE_FACTOR / glyph->height; - tmpy *= SWFDEC_TEXT_SCALE_FACTOR / glyph->height; + tmpx = tmpx * glyph->font->scale_factor / glyph->height; + tmpy = tmpy * glyph->font->scale_factor / glyph->h...
2009 Aug 12
3
How to label and unlabel points on scatterplot with mouse pointer
Dear all, How can I label/unlabel points on scatterplot with mouse pointer. As the mouse approches near to point, it should label the closest point, then unlabel when it moves away. How can I do in R? I be very thankful. Thanks and Regards, Hitesh Singla -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2004 Dec 04
3
[Bug 960] Support needed for NetBSD utmpx field ut_ss
http://bugzilla.mindrot.org/show_bug.cgi?id=960 Summary: Support needed for NetBSD utmpx field ut_ss Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: NetBSD Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: eravin...
2000 Jan 19
1
New liblogin release
Hi, I've just put a new version of liblogin[1] on my website. This version is fully tested on Linux RH6, OpenBSD, HPUX10.20 and Solaris 2.6. It may well work on other systems now, as it supports login(), [uw]tmp, [uw]tmpx, and lastlog (filemode only.) If you're feeling adventurous, please check out the web page and try it out. By 'tested', I mean that the library is known to record the logins so the 'who' and 'last' commands show correct information, and lastlog information is recorded...
2013 Feb 11
0
[ANNOUNCE] sessreg 1.0.8
...single string Add -V option to print version number sessreg 1.0.8 Ed Schouten (3): Place NetBSD specific #defines in the proper place. Make the `line' variable local to main(). Remove dubious code. Thomas Klausner (1): Fix compilation on NetBSD - undefined *TMPX paths git tag: sessreg-1.0.8 http://xorg.freedesktop.org/archive/individual/app/sessreg-1.0.8.tar.bz2 MD5: f548e389ff68424947b87785df6a321b SHA1: dc4fa8b804e7cb4cfbadbef3708c3b97076ddb65 SHA256: 0e2accc6272fcc2321aef7370f4ccf0df0fe259b2e942938264e2aaedee6c4c3 http://xorg.freedesktop.org/archive...
2016 Feb 16
2
nfs v3 issues on Centos 7
...ill shows as connected in 'mount'. At this point, I can no longer mount NFS shares. Manual mounting example shown below. Any feedback would be appreciated - thank you! /etc/centos-release :::::::::::::: CentOS Linux release 7.1.1503 (Core) mount -t nfs -o vers=3 mdstor:/mnt/xfs1/apps tmpx -v mount.nfs: timeout set for Tue Feb 16 08:33:31 2016 mount.nfs: trying text-based options 'vers=3,addr=143.219.41.19' mount.nfs: prog 100003, trying vers=3, prot=6 mount.nfs: trying 143.219.41.19 prog 100003 vers 3 prot TCP port 2049 mount.nfs: prog 100005, trying vers=3, prot=17 mount.nf...
2002 Oct 24
1
[SUMMARY] Problems with 'last' (when OpenSSH compiled 64-bit)
Problem: 'last' output is incorrect, /var/adm/wtmpx is corrupted. Example: foster pts/1 Wed Dec 31 16:00 still logged in foster pts/3 dim Thu Aug 1 14:34 still logged in Solution: (workaround) This turned out to be an OpenSSH problem! If OpenSSH (only tested versions 3.4p1 and 3.5p1) is compiled 64-bit...
2003 Sep 12
2
Possible new configure option: --with-fatal-coredumps?
...-0000 @@ -2398,6 +2398,14 @@ AC_ARG_WITH(lastlog, fi ] ) +AC_ARG_WITH(fatal-coredumps, + [ --with-fatal-coredumps Create core dumps on fatal errors [no]], + [ + if test "x$withval" = "xyes" ; then + AC_DEFINE(WITH_FATAL_COREDUMPS) + fi + ] +) dnl lastlog, [uw]tmpx? detection dnl NOTE: set the paths in the platform section to avoid the Index: fatal.c =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/fatal.c,v retrieving revision 1.1 diff -u -p -r1.1 fatal.c --- fatal.c 26 Feb 2002 1...
2007 Nov 28
0
59 commits - libswfdec-gtk/swfdec_gtk_widget.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_button.c libswfdec/swfdec_button.h libswfdec/swfdec_button_movie.c libswfdec/swfdec_button_movie.h libswfdec/swfdec_event.c
...s_get_u16 (&bits); + swfdec_bits_get_u16 (&bits); /* depth */ graphic = swfdec_swf_decoder_get_character (dec, id); - if (!SWFDEC_IS_GRAPHIC (graphic)) + if (!SWFDEC_IS_GRAPHIC (graphic)) { + SWFDEC_ERROR ("id %u is no graphic", id); continue; + } tmpx = x; tmpy = y; swfdec_bits_get_matrix (&bits, &matrix, &inverse); commit e8502cb92ba87686404b9981df550dfbe536a6e3 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 28 13:39:17 2007 +0100 add a test for the DefineButton tag diff --git a/test/trace/Makefile.a...
2001 Oct 07
3
socks and misc patch to 2.9.9p2
...sgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes vsnprintf vhangup waitpid _getpty __b64_ntop) dnl Checks for time functions @@ -1838,6 +1973,12 @@ [ --disable-pututxline disable use of pututxline() etc. ([uw]tmpx) [no]], [ AC_DEFINE(DISABLE_PUTUTXLINE) ] ) +AC_ARG_ENABLE(scp-stats, +[ --disable-scp-stats disable scp statistics display [no]], + AC_DEFINE(DISABLE_SCP_STATISTICS) + AC_MSG_RESULT(yes) +) + AC_ARG_WITH(lastlog, [ --with-lastlog=FILE|DIR specify lastlog location [...
2002 May 11
4
socks5 support
...sgid setreuid setrlimit setsid setvbuf sigaction sigvec snprintf strerror strlcat strlcpy strmode strsep sysconf tcgetpgrp utimes vsnprintf vhangup waitpid _getpty __b64_ntop) dnl Checks for time functions @@ -1838,6 +1973,12 @@ [ --disable-pututxline disable use of pututxline() etc. ([uw]tmpx) [no]], [ AC_DEFINE(DISABLE_PUTUTXLINE) ] ) +AC_ARG_ENABLE(scp-stats, +[ --disable-scp-stats disable scp statistics display [no]], + AC_DEFINE(DISABLE_SCP_STATISTICS) + AC_MSG_RESULT(yes) +) + AC_ARG_WITH(lastlog, [ --with-lastlog=FILE|DIR specify lastlog location [...
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
...else { @@ -618,18 +571,18 @@ swfdec_movie_get_movie_at (SwfdecMovie * clip_depth = 0; for (clip_walk = clip_walk->prev; clip_walk; clip_walk = clip_walk->prev) { SwfdecMovie *clip = walk->data; - if (clip->content->clip_depth) { + if (clip->clip_depth) { double tmpx = x, tmpy = y; cairo_matrix_transform_point (&clip->inverse_matrix, &tmpx, &tmpy); if (!swfdec_movie_mouse_in (clip, tmpx, tmpy)) { - SWFDEC_LOG ("skipping depth %d to %d due to clipping", clip->content->depth, clip->content->clip_depth); - clip_...