search for: forthe

Displaying 20 results from an estimated 2536 matches for "forthe".

Did you mean: forth
2018 Apr 16
5
Help with R-Calling forth csv.
Hi, I'm working on R trying to find a distribution that fits data from a csv file. The csv contains data on pressure exerted by a certain vehicle in terms of pressure [kPa] and I have around 3000 data points. I want to call forth this csv and by using (fitdistr) or if you could recommend a function to use, get a plot of my csv and the distributions I can compare it to (Weibull, chi, beta,
2018 Apr 16
0
Fwd: Help with R-Calling forth csv.
Hi, I do not know how to post in general again, however my csv contains around 5-250k data Points depending on vehicle/road type and pressure exerted on geotechnical structures. I have used R to develope histograms of said csv files and will attach such Picture to you in this mail and the csv used. Below I will type the R code I have used for this histogram.
2003 Nov 18
3
[LLVMdev] Stacker
As a learning aid for myself and for other would be source language writers for LLVM, I have decided to write a very simple language I'm calling "Stacker". Its kinda like Forth but way, way, way simpler. Its nowhere near ANS Forth and it won't be useful for much other than demonstrating how to create a source language using LLVM. I thought I'd mention this just so everyone
2006 Mar 08
3
getting holiday dates?
Hi, i''m writing a timesheet application in which i need to know when the holidays are, (bank holidays, etc) Is there a very clever way of getting this info that wouldnt require me to manually add it to my database?? Thanks Chris -- Posted via http://www.ruby-forum.com/.
2008 Aug 30
1
[Bug 17371] New: Xv on NV18: HD video flickers with Adaptor #0, going back and forth
http://bugs.freedesktop.org/show_bug.cgi?id=17371 Summary: Xv on NV18: HD video flickers with Adaptor #0, going back and forth Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2012 Dec 03
2
How can I copy a ZFS filesystem back and forth
I turned compression on for several ZFS filesystems and found performance was still fine. I turned gzip on and it was also fine and compression on certain filesystems is excellent. I realize all the files that were on the filesystem when compression=on did not get the benefit of gzip when I set compression=gzip. I would like everything to be compressed with gzip. What''s the easiest way
2012 May 22
1
RNORM matrix based on CSV file values for MEAN and SD
This should (hopefully) be a pretty simple task. What I'd like to do is read in a csv file containing means and standard deviations for a large number of 'n' parameters (up to 2000). The list would be in the following format (see attached read.csv): Paramter(1), mean, standard dev., Paramter(2), mean, standard dev., Paramter(3), mean, standard dev., ... Paramter(n), mean, standard
2012 Feb 11
1
New router, registration problems
I just set up a WRT54GS and now I can't dial out or in. sip show registry shows: CODE: SELECT ALL Host dnsmgr Username Refresh State Reg.Time draytel.org:5060 N xxxxx 120 Request Sent I seemed to recall that running in cli always showed a response back, but there's nothing now. Using
2014 Apr 28
6
[LLVMdev] indirect calls tracking and control flow graph
Dear all, I would like to keep track of all the indirect calls that may caused from function pointers inside a program. I need this in order to be able to construct the control flow graph of all the indirect calls, that is which function is legal to call another function. Is there a module that implements this functionality in llvm? If not, is there a way to do it? Maybe through implementing a
2010 Jun 14
2
How to pass variable back and forth from dialplan to php file?
Hi Everyone, I have a php file that if an argument is passed to it, it will echo a number back. I am looking to use system() in dial-plan to send ${EXTEN} to it and then to get that processed value back from the php file and put it in $var back into asterisk dial-plan. While trying this method doesn't work: exten => _x.,1,SetVar(var = system(php /file.php ${EXTEN}) exten =>
2017 May 21
4
Handling native i16 types in clang and opt
Hello. My target architecture supports natively 16 bit integers (i16). Whenever I write in C programs using only short types, clang compiles the program to LLVM and converts the i16 data to i32 to perform arithmetic operations and then truncates the results to i16. Then, the InstructionCombining (INSTCOMBINE or IC) pass removes these conversions back and forth from i16, except for
2012 Jul 21
8
XenStore as a data transfer path?
Can the XenStore database be accessed by domU''s? If so, could it be used to pass small amounts of data back and forth between dom0 and domU''s using XenStore key entries? If this is possible, it would seem that this could eliminate the need to create a "device" driver for a simple communication path. Also, what type of Guest Fedora Kernel would be needed to
2009 Jun 16
2
YCbCr <-> RGB conversion question
Hi, I coded some routines for YCbCr <-> RGB conversion, both using floating point numbers and using integer arithmetics, code is attached. Let's say I want to convert from RGB to YCbCr and back. First the integer arithmetics: In [1]: from colors import * In [2]: a = [255, 0, 255] In [3]: RGB2YCbCr(a) Out[3]: (107, 202, 222) In [4]: YCbCr2RGB(RGB2YCbCr(a)) Out[4]: array([255, 1,
2003 Mar 01
3
ices 'script' playlist information?
Hey all. I've got my streams running, they're working quite awesome so far. But I've got a question about automation, and the ices2 "script" playlist option. Is there anywhere I can go to get detailed information on how this works? I'm wondering about passing information back and forth, for example, or if there's anyway to collect information like the audio program
2010 Jan 08
1
I/O errors after zfs promote back and forth
Hi, I have just observed the following issue and I would like to ask if it is already known: I''m using zones on ZFS filesystems which were cloned from a common template (which is itself an original filesystem). A couple of weeks ago, I did a pkg image-update, so all zone roots got cloned again and the new zone roots got promoted. I then decided to undo the update and promoted the
2006 Feb 06
0
character encodings back and forth
Which is the most transparent way to handle character encodings in your experience? For a small internal application in Spanish I was going to go with everything in UTF-8, database and views. Does that work smooth in your experience? How do you handle the encoding of input coming from forms? -- fxn
2014 Feb 19
0
Users of ballooning, please come forth!
> On Tue Feb 11 06:01:10 UTC 2014, Rusty Russell wrote: > Hi all! > > We're debating the design of the balloon for the OASIS spec. > Noone likes the current one, but there are fundamental usage pattern > questions which we're fumbling with. > > So if you know anyone who is using it in production? If, so, how? In > particular, would you be happy with
2008 Mar 26
2
Moving data between R and Matlab back and forth?
Hi to the list, I am trying to find a way to painlessly move structured data back and forth between R and Matlab (also Octave). For this purpose I found the R.matlab package great help. I wish to use a Matlab -v6 MAT file as an intermediary format, because it is well read by both Matlab and Octave. It is also well read by 'readMat' function in R.matlab package, but that is where I run
2002 Sep 16
3
Shorewall 1.3.8
This is a minor release of Shorewall which rolls up a number of bug fixes. New features include: 1. A NEWNOTSYN option has been added to shorewall.conf. This option determines whether Shorewall accepts TCP packets which are not part of an established connection and that are not ''SYN'' packets (SYN flag on and ACK flag off). 2. The need for the
2011 Sep 02
1
[LLVMdev] Best way to use LLVM with byte code vm
Hi -- I'm wondering if some of you old hands might offer me some guidance. I've been working for some time with a virtual machine platform that is based loosely on the instruction set of a Forth hardware processor that Charles Moore designed sometime back. He used what he called a "MISC" or "Minimal Instruction Set Computer" and the original instruction set I was