search for: forth

Displaying 20 results from an estimated 2535 matches for "forth".

Did you mean: worth
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, etc). Now im a complete amateur with the program R, and I can't write a code to call forth the csv with every data point. I?ve been s...
2018 Apr 16
0
Fwd: Help with R-Calling forth csv.
...quot;, args = list(mean = mean(tryck[,1]), sd = sd(tryck[,1]))) My problem now is to find a statistical distribution that corresponds well with my histograms with the use of Visual aids, cumulative distributions or goodness of fit tests which I can?t develope a code for as my csv wont get called forth and I do not know how to proceed from that Point on to develop such an aid. If you have any input on how to read the csv file and call forth a distribution to try on my data points such as Weibull, beta, chi or gen. Extreme value distributions I would much appreciate the help! Kind regards, Moh...
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 knew that such a thing was coming down the pipe (I doubt it'll make it in 1.1 but we'...
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 AssignedTo: nouveau at lists.freedesktop.org R...
2012 Dec 03
2
How can I copy a ZFS filesystem back and forth
...ems 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 for me to accomplish this? I figured some sort of copy back and forth is required, but I don''t know what would be fastest. Should I just rsync everything to a new filesystem with compression=gzip set and then delete the original and and rename the new one, or zfs send or ?? Can I do a send and receive into a filesystem with attributes set as I want or does t...
2012 May 22
1
RNORM matrix based on CSV file values for MEAN and SD
...in the following format: 1,0,0, P1(1), P2(1), P3(1), ... Pn(1) 2,0,0, P1(2), P2(2), P3(2), ... Pn(2) .... s,0,0, P1(s), P2(s), P3(s), ... Pn(s) The first column contains the Row number. Taking s=30000, we would have rows numbered 1 to 30,000. The second and third column are fixed values - 0 The forth and subsequent columns contain values from the rnorm distribution for each parameter. P1(1) is the first value generated for the first parameter, P1(2) is the second value generated and so forth. P2(1) is the first value generated for the second parameter, P2(2) is the second value generated and so...
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
...files or passes do I have to modify for this? Until now I have used this command to produce and study the llvm bitcode for a test program: clang -S -emit-llvm fpointers.c -c -o fpointers.bc.text Thank you, -- Thanasis Petsas Distributed Computing Systems (DCS) Institute of Computer Science (ICS/FORTH) Heraklion, Crete Greece (GR) http://www.thanasispetsas.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140428/07c9b1db/attachment.html>
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
...16). 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 the (s)div LLVM IR operation. Is there a way to avoid these conversion made by clang back and forth from i16 to i32, if my source program uses only short types? Otherwise, how can I make the IC pass handle sdiv the way it does with add (sub), mul? (that is, if the...
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 perform this type of Xen functiona...
2009 Jun 16
2
YCbCr <-> RGB conversion question
...n [4]: YCbCr2RGB_precise(RGB2YCbCr_precise(a)) Out[4]: array([255, 0, 254], dtype=uint8) This time the B component was decreased by 1... Those floating point routines were done by me, and I followed the theora spec. So my questions are: * does anyone here have a code, that can convert back and forth without loosing precision? * does it make sense for those routines to work back and forth exactly? I am new to this, so I am not sure what the common practise is, but it seems weird to me, that if I convert the picture from YCbCr to RGB and back couple times, the image will slowly deteriorate. On...
2003 Mar 01
3
ices 'script' playlist information?
...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 they're listening with, or perhaps passing "state" information back and forth. Anyway, thanks for any information you can provide. Adam, slowly getting used to this icecast2/ices2 stuff. --- >8 --...
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...
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 working off of (and have modified slightly in the process) had a total of 32 byte code primitives. He chos...