search for: flow1

Displaying 6 results from an estimated 6 matches for "flow1".

Did you mean: flow
2015 Nov 02
2
[StructurizeCFG] Trouble with branches out of a loop
...conditions and PHIs: define <4 x float> @structurizer_test(<4 x float> %inp.coerce) { %1 = extractelement <4 x float> %inp.coerce, i32 0 %2 = fcmp ogt float %1, 0.000000e+00 %3 = xor i1 %2, true br label %Flow Flow: ; preds = %Flow1, %0 %4 = phi <4 x float> [ %14, %Flow1 ], [ <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, %0 ] %5 = phi <4 x float> [ %16, %Flow1 ], [ <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, %0 ] %6 = phi fl...
2003 Aug 07
0
predict(lm(etc.), some_data) -> "numeric envir arg not of length one " ???
I've got a data frame with two numeric variables, df$flow and df$flow1. > tl <- lm(flow~flow1,df,na.action=na.exclude) > tlo <- loess(flow~flow1,df,na.action=na.exclude) Both loess and a simple linear model fit the data well. summary(tl) and summary(tlo) seem reasonable. As do plots such as: plot(predict(tl),df$flow) plot(predict(tlo),df$flow) I want...
2008 May 21
1
Testing REST webservices? (Not Rails)
...on for testing REST webservices (not implemented in Rails). If so, what would be a good way to test something like the API described below? =========== GET http://localhost/workflow text/xml Result: 200 OK <?xml version="1.0"?> <workflows> <workflow>flow1</workflow> <workflow>flow2</workflow> <workflow>flow3</workflow> </workflows> POST http://localhost/workflow?name=flow4 text/xml Data: <?xml version="1.0"?> <workflow> <monitor type="page"...
2008 May 21
2
RSpec for testing REST webservices? (Not Rails)
...on for testing REST webservices (not implemented in Rails). If so, what would be a good way to test something like the API described below? =========== GET http://localhost/workflow text/xml Result: 200 OK <?xml version="1.0"?> <workflows> <workflow>flow1</workflow> <workflow>flow2</workflow> <workflow>flow3</workflow> </workflows> POST http://localhost/workflow?name=flow4 text/xml Data: <?xml version="1.0"?> <workflow> <monitor type="page"...
2017 Sep 18
1
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
...(robocopy)   Raid 5 with ecryptfs ) On ubuntu server : -------------------------- kernel - 4.9.0 samba version -  4.1.6-Ubuntu   # mount /dev/md5 /home/test/raid_5 Created samba password for test user  # smbpasswd -a test   Created directories needed to be shared .   mkdir /home/test/raid_5/flow1 mkdir /home/test/raid_5/flow2   Created ecryptfs of the directories to be shared . ot at arm64:/home/test/raid_5# mount -t ecryptfs flow2/ flow2/ Passphrase: Select cipher:  1) aes: blocksize = 16; min keysize = 16; max keysize = 32  2) blowfish: blocksize = 8; min keysize = 16; max keysize = 56  ...
2017 May 11
0
Samba shows error NT Status: STATUS_OBJECT_NAME_NOT_FOUND when copying 10GB file using robocopy when ecryptfs file system shared using samba
...5 --raid-devices=5 /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1 * # mkfs.ext4 -b 32768 /dev/md5 * # mount /dev/md5 /home/test/raid_5 * Created samba password for test user * # smbpasswd -a test * Created directories needed to be shared . * mkdir /home/test/raid_5/flow1 * mkdir /home/test/raid_5/flow2 * Created ecryptfs of the directories to be shared . * ot at arm64:/home/test/raid_5# mount -t ecryptfs flow2/ flow2/ Passphrase: Select cipher: 1) aes: blocksize = 16; min keysize = 16; max keysize = 32 2) blowfish: blocksize = 8; min keysize = 16; ma...