search for: gravit

Displaying 20 results from an estimated 73 matches for "gravit".

Did you mean: gravity
2008 Oct 20
2
R Newbie Question
...a simple vector or how to extract a row from a matrix so the result is a vector (to get scalars, I use the "sum" functions, which is an incredibly ugly workaround). To sum the problem up: one has a binary star system with a large star (e.g. red giant) and a small star (e.g. white dwarf). Gravitation between them is directly proportional to the mass and indirectly proportional to the square of the distance. If correctly plotted, one should be able to see the inner lagrange point L1 which is the point where the gravitational potentials of the stars "cancel out", e.g. an object wou...
2012 Nov 08
2
unable to load shared object - opencv
...clude <stdio.h> #include <opencv/cv.h> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv/highgui.h> #include <opencv/cv.h> #include <R.h> #include <Rinternals.h> extern "C" SEXP provaR(void) { cv::Mat gravit; gravit=cv::imread("imm.jpg"); cv::imwrite("imm_dop.jpg",gravit); Rprintf("Hello, World!nn"); return R_NilValue; } Now in the terminal i type R CMD SHLIB prova2.cpp to create the file prova2.so and this happen without error. In R i type dyn.load("prova2.so&quo...
2016 Jan 14
6
Building SVN head with CMake - shared libraries?
...at >>>> http://llvm.org/docs/CMake.html ? >>> >>> Yes. >> >> It probably makes sense to add LLVM_BUILD_LLVM_DYLIB, but I would discourage adding BUILD_SHARED_LIBS to that document. BUILD_SHARED_LIBS is rarely what people actually want, and a lot of people gravitate to it because the wording is similar to the autoconf —enable-shared flag. > > Considering that BUILD_SHARED_LIBS is rarely what people want, wouldn’t it make sense to document it to explicitly discourage people from using it and avoid them surprising behavior? Honestly, I’m not sure *an...
2005 Dec 08
2
bounce effect
Hi, I was wondering if anyone has seen (or completed) an effect to make something ''bounce'' like icons do in the OS X dock when you launch them? Something that looks like there''s a bit of gravitational behavior to it? Thanks, Trevor Trevor Squires http://somethinglearned.com
2008 Sep 25
5
Dot plot - equivalent of MINITAB
...Dataset: A single column of values in a csv file (eg. 52, 53, 54, 85, etc) Goal: In Minitab, you have what they call a dot plot. It's a histogram, where a single dot represents a set of identical values (eg. 57, 57, 57 would be one dot). Multiple dots are stacked on top of each other (as if gravity was affecting them). The advantage is that outliers are very visible (since a single 155 still gets a single dot). The net effect is a rug plot, but in the main portion of the plot, not just on the axis. Tried: I've played with dotchart and dotchart2 with no joy (eg. dotchart(nc$bac) (where...
2016 Jan 14
3
Building SVN head with CMake - shared libraries?
...ould these variables be added to the docs at >> http://llvm.org/docs/CMake.html ? > > Yes. It probably makes sense to add LLVM_BUILD_LLVM_DYLIB, but I would discourage adding BUILD_SHARED_LIBS to that document. BUILD_SHARED_LIBS is rarely what people actually want, and a lot of people gravitate to it because the wording is similar to the autoconf —enable-shared flag. > > We should probably be updating [1] too given that this document talks > exclusively about compiling with the Autoconf/Makefile build system. Yes, we should update that too. I actually have been meaning to p...
2005 May 25
1
Ternary Plots with continuous data
Hello I have a data base consisting of soil parameters, and tree species densities. The vcd (visualizing categorical data) package includes the ternaryplot function which plots the gravitation center of 3 prameters. I'd like to find a similar function for use with continuous data rather than categorical. Does anyone know of a function suitable for this objective? Thanks Steve Friedman
2003 Dec 22
2
Printers and other stuff
Well.. okay. Only printers. I am still having issues (pains, actually) getting my pritner shares to work from either Linux OR Windows 2000. One of the things I see here is that the majority of users use CUPS as the printing daemon. From my previous Unix experieince, I have gravitated towards BSD as my printing daemon. Could this be the reason I am having trouble> Does Samba work better with CUPS as opposed to BSD? Inquiring minds want to know. Joe Cipale -- #----------------------------------------------------------# # Penguinix Consulting...
2023 May 17
1
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...d would like to get some feedback whether this is something worth considering as a PR or if this is too niche for master: https://github.com/networkupstools/nut/compare/master...carsten-AEI:nut:upsmon_low_bat_enhancement?expand=1 Cheers Carsten -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian...
2004 Dec 21
1
Paris Meeting on Dec 20, 2004 - réunion à Paris le 20 décembre 2004
...a lot of good wine drunk. Mark's comments are always one of the highlights, although no one wants to pump him for info, we just let him talk if he feels like it. His French is pretty respectable, too. Another example of how there is a community committed to open source and they have certainly gravitated towards asterisk for their telephony interests. Regards to all who were there and are reading this and a word: Puisque j'ai oubli? de le faire, si vous voyez ce message, envoyez-moi votre mail afin qu'on reste en contact. Je suis le vieux preque en face de Marek, o? ?tais-tu ? la tabl...
2017 Nov 30
2
Data cleaning & Data preparation, what do R users want?
...ability of such a height. Hmm, about > 4 standard deviations above the mean. It's an outlier. I can attempt a > Sherlock Holmes. "Watson, I conclude that an imperial measure (5'2") > has been recorded as a metric value". It's not an outlier. > > The more R gravitates toward "black box" functions, the more some > users are encouraged to let them do the work.You pays your money and > you takes your chances. > > Jim > > > On Thu, Nov 30, 2017 at 3:37 AM, Robert Wilkins <iwritecode2 at gmail.com> wrote: >> R has a very...
2017 Nov 29
0
Data cleaning & Data preparation, what do R users want?
...I can estimate the probability of such a height. Hmm, about 4 standard deviations above the mean. It's an outlier. I can attempt a Sherlock Holmes. "Watson, I conclude that an imperial measure (5'2") has been recorded as a metric value". It's not an outlier. The more R gravitates toward "black box" functions, the more some users are encouraged to let them do the work.You pays your money and you takes your chances. Jim On Thu, Nov 30, 2017 at 3:37 AM, Robert Wilkins <iwritecode2 at gmail.com> wrote: > R has a very wide audience, clinical research, a...
2023 May 17
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...t; is something worth considering as a PR or if this is too niche for master: > > > https://github.com/networkupstools/nut/compare/master...carsten-AEI:nut:upsmon_low_bat_enhancement?expand=1 > > Cheers > > Carsten > > -- > Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, > Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 > _______________________________________________ > Nut-upsuser mailing list > Nut-upsuser at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser > ------...
2006 Apr 02
7
RANT: belongs_to -> refers_to
...ically-correct XHTML/CSS auction posting with a variable number of thumbnails (stored with file_column) and Textile fields. I start out with class Item < ActiveRecord::Base :has_many :pictures end class But I want one of those pictures to be featured as the gallery photo. So, naturally, I gravitate towards adding class Item < ActiveRecord::Base :has_one primary_picture, :class_name => ''Picture'' end I am encouraged in this futile pursuit by the docs, which I quickly skim to see things like :has_one :last_comment, :class_name => "Comment", :order...
2007 Jun 11
8
R vs. Splus in Pharma/Devices Industry
...idation' of R, could I ask the list group's opinion on possible advantages of R over Splus from a pharma/devices perspective? I wish to exclude the obvious price difference, which doesn’t seem to carry as much weight as I would have thought. Besides, I have noticed many former Splus users gravitating towards R, and I suspect that the reasons are not purely economic. I can think of a few advantages of Splus: 1. SeqTrial (of course that means more $) 2. Tech support 3. The warm fuzzies that management seems to get from proprietary software I can also think of a few advantages of R: 1. Base...
2005 Sep 13
12
PDF views?
I know there''s wiki page on generating PDF[*], but that''s not really what I want. I don''t need to create arbitrary PDF. What I''d like to do is create PDF templates and fill in the blanks. Roughly, I''m looking for functionality akin to the mail merge feature of word processors, including conditional and repeated elements, say, table rows. Michael
2015 Oct 06
2
Can this be done with NUT? (ordered shutdown, revisited)
...information should suffice. There is no general way to reach a client from the UPS manager machine (as in ssh, telnet, etc.), just the UPSD port. Or should I look for something else (recommendations off-list)? Thanks, Steffen -- Steffen Grunewald, Cluster Administrator Max Planck Institute for Gravitational Physics (Albert Einstein Institute) Am M?hlenberg 1 D-14476 Potsdam-Golm Germany ~~~ Fon: +49-331-567 7274 Fax: +49-331-567 7298 Mail: steffen.grunewald(at)aei.mpg.de ~~~
2023 May 16
2
Synthesize low batt (LB) fron SNMP UPS which does not support this?
...Carsten [1] https://github.com/networkupstools/nut/blob/e3bdc28476700c7396bdde912e5789ccb7ecb1d7/clients/upsmon.c#L925 [2] https://github.com/networkupstools/nut/blob/e3bdc28476700c7396bdde912e5789ccb7ecb1d7/clients/upsclient.h#LL105C1-L107C33 -- Dr. Carsten Aulbert, Max Planck Institute for Gravitational Physics, Callinstra?e 38, 30167 Hannover, Germany, Phone +49 511 762 17185 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4827 bytes Desc: S/MIME Cryptographic Signature URL: <http://alioth-lists.debian...
2010 Apr 12
3
Google to Open-source VP8 for HTML5 Video
...Google has controlled the VP8 codec ever since it finalized the acquisition of video codec maker On2 Technologies in February. When reached for comment as to its plans, a Google spokesperson told us the company had ?nothing to announce at this time.? The move comes as online video publishers are gravitating toward standards-based HTML5 video delivery, bolstered in part by the release of the iPad. However, that acceptance has been slowed by the fact that the industry has yet to agree on a single codec for video playback, with some companies throwing support behind Ogg Theora and others hailing H.2...
2018 Aug 08
2
[PATCH] D50328: [X86][SSE] Combine (some) target shuffles with multiple uses
Simon Pilgrim <llvm-dev at redking.me.uk> writes: > Changing a test's IR to avoid an issue in a patch is very problematic, > but if any test's codegen changes because of a patch then it just > needs to be reviewed, preferably by someone who has touched that test > in the past. But wouldn't it be even better if that output didn't need to be changed at all and