similar to: Newbie has some questions and thoughts!

Displaying 20 results from an estimated 700 matches similar to: "Newbie has some questions and thoughts!"

2019 May 13
0
JavaFX on C7 ?
On Mon, May 13, 2019 at 02:11:42PM +0000, Denniston, Todd A CIV USN NSWC CD CRANE ID (USA) wrote: > > > > On Sun, 2019-05-12 at 21:52 -0400, Fred Smith wrote: > > > Hi all! > > > > > > I'm getting: > > > > > > Error: JavaFX runtime components are missing, and are required to run > > > this application > > > >
2019 May 13
2
JavaFX on C7 ?
> -----Original Message----- > From: Phil Wyett <philwyett at kathenas.org> > Sent: Sunday, May 12, 2019 10:16 PM > To: centos at centos.org > Subject: Re: [CentOS] JavaFX on C7 ? > > On Sun, 2019-05-12 at 21:52 -0400, Fred Smith wrote: > > Hi all! > > > > I'm getting: > > > > Error: JavaFX runtime components are missing, and are
2011 Dec 18
2
I cant create a wine dll (so)
Hi First of all im not sure what info you might need in order to be able to help so please bear with me and ask for any info needed.. I'm trying to run BF3 in wine but when i try to start the game it gives me the below error: Code: err:module:import_dll Loading library d3d11.dll (which is needed by L"C:\\Games\\Battlefield3\\bf3.exe") failed (error c000007b).
2019 May 13
0
JavaFX on C7 ?
On Sun, 2019-05-12 at 21:52 -0400, Fred Smith wrote: > Hi all! > > I'm getting: > > Error: JavaFX runtime components are missing, and are required to run > this application > > for a certain Java app. > > I'm hoping someone can tell me what bits and pieces I need to install > (and maybe where to find them) so I can satisfy that app's appetite >
2019 May 13
2
JavaFX on C7 ?
Hi all! I'm getting: Error: JavaFX runtime components are missing, and are required to run this application for a certain Java app. I'm hoping someone can tell me what bits and pieces I need to install (and maybe where to find them) so I can satisfy that app's appetite without screwing up my system. Thanks in advance! Fred PS: I see openjfx at openjfx.io. I assume that if this
2012 Oct 04
1
My Xen package plans/thoughts/ideas for Jessie
Waldi, There's a few things I'm intending to look at for the Xen packaging in Jessie, which I thought it might be useful to share with you. If there's anything on this list you explicitly do not want done please let me know so I don't waste my time, likewise if there are any which you intend to work on yourself. Otherwise I shall tackle these as and when I get a chance and post
2010 Aug 29
0
Multiple geometry, selections and georss
Hello- I have not used Mapstraction yet, and am new to geographic display software. I just sank sank several frustating Firebug-hours into another open source toolkit and am casting about for alternatives. Please tell me how to use Mapstraction for a particular use case.. The use case is a map of places with lines to the nearest surrounding places. I would like to just show all of the places.
2012 Feb 25
0
[LLVMdev] Missed optimization on array initialization
On Feb 25, 2012, at 3:17 AM, Carlo Alberto Ferraris wrote: > Prompted by a SO post (http://stackoverflow.com/questions/9441882/compiler-instruction-reordering-optimizations-in-c-and-what-inhibits-them/9442363) I checked and found that LLVM yields the same (seemingly) suboptimal code as MSVC. > Consider the following, simplified, C snippet: > extern void bar(int*); > > void
2012 Feb 25
1
[LLVMdev] Missed optimization on array initialization
On Feb 25, 2012, at 10:32 AM, Chris Lattner <clattner at apple.com> wrote: > > On Feb 25, 2012, at 3:17 AM, Carlo Alberto Ferraris wrote: > >> Prompted by a SO post (http://stackoverflow.com/questions/9441882/compiler-instruction-reordering-optimizations-in-c-and-what-inhibits-them/9442363) I checked and found that LLVM yields the same (seemingly) suboptimal code as MSVC.
2012 Apr 03
0
When lack of data is data and not n/a
Greetings. Here is a problem I don't know how to handle, even by brute force. We have an 800k line data file that includes eye fixations for subjects in a 3 x 2 factorial design. There are several screen locations where information is available while Ss do their task. These locations vary by condition so there is no reason for people in some conditions (i.e., the 3-factor one) to look at some
2012 Feb 25
3
[LLVMdev] Missed optimization on array initialization
Prompted by a SO post (http://stackoverflow.com/questions/9441882/compiler-instruction-reordering-optimizations-in-c-and-what-inhibits-them/9442363) I checked and found that LLVM yields the same (seemingly) suboptimal code as MSVC. Consider the following, simplified, C snippet: extern void bar(int*); void foo(int a) { int ar[100] = {a}; if (a) return; bar(ar); }
2011 Apr 09
0
Didn't think only blank
Really so far I can't so sank Gently told himself Even so, or fate do yourself www.ebuybus.com
2020 Sep 29
2
Re-sieve emails
On 29 Sep 2020, at 01:21, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> On 29/09/2020 09:09 @lbutlr <kremels at kreme.com> wrote: >> Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing? > You can use imap sieve refilter. https://doc.dovecot.org/configuration_manual/sieve/plugins/imapfilter_sieve/
2004 Feb 26
1
Distance and Aggregate Data - Again...
I appreciate the help I've been given so far. The issue I face is that the data I'm working with has 53000 rows, so in calculating distance, finding all recids that fall within 2km and summing the population, etc. - a) takes too long and b) have no sense of progress. Below is a loop that reads each recid one at a time, calculates the distance and identifies the recids that fall within 2
2009 Sep 01
1
[LLVMdev] llc - generation of native machine code
----- Original Message ---- > From aaronngray.lists at googlemail.com Mon Jul 27 15:14:40 2009 > From: aaronngray.lists at googlemail.com (Aaron Gray) > Date: Mon, 27 Jul 2009 21:14:40 +0100 > Subject: [LLVMdev] llc - generation of native machine code > > > On Mon, Jul 27, 2009 at 8:25 AM, Rudskyy<tema13tema at yahoo.de> wrote: > > > But now I am looking for
2009 May 21
1
Axis Limits in Scatterplot3d
Hi, How do you obtain the limits of the plotting region in a scatterplot3d plot? `par('usr')' does not seem to give sensible values, and that vector only has 4 elements (not the expected 6). Alan
2009 Jul 27
3
[LLVMdev] llc - generation of native machine code
Hello! I am working with LLVM project to compile for specific processor (xPEC-processor from NetX chip, http://hilscher.com/ ). I have done support of this target successfully! Assembler code can be emitted with debug information. LLVM - great!) But now I am looking for generation of machine code for my target. I have seen, that "llc" has option "-filetype". It has
2004 Feb 24
3
Calculate Distance and Aggregate Data?
Hi all, I've been struggling learning R and need to turn to the list again. I've got a dataset (comma-delimited file) with the following fields: recid, latitude, longitude, population, dwelling and age. For each observation, I'd like to calculate the total number of people and dwellings and average age within 2 k.m. Distance could be Euclidean, however, a proper distance
2012 Jan 03
1
Samba Freezes accessing shares/ low performance
Hey! I Have a problem with samba as is noticed, in fact, i have two, and i will start in order. When accessing the shares on my samba server, it sometimes freezes, i have the lateste version, 3.6.1, mas since version 3.4 wish was the first i used, i've been running into this problems. When i try to browse the shares, many times, like 1 in 10, it freezes and sometimes, when saving files,
2016 Dec 07
4
Killing undef and spreading poison
>> 1) a bit in the output is poison if flipping any set of poison bits >> in the >> input may yield different values for the output bit. > > This is the definition I'd expect. > >> For example (bitwise notation): >> ppp * 000 == 000 (since flipping any of the poison bits cannot yield >> a >> result other than zero) >> 00p + 00p == 0pp