search for: live2

Displaying 9 results from an estimated 9 matches for "live2".

Did you mean: live
2017 Mar 03
4
Optionally using value numbering in Simplify*
...and cond_br2.llin GVN) that current GVN can simplify because it replaces instructions as it goes. It's an example of a larger issue that pops up quite a lot I would appreciate thoughts on what to do about it it amounts to something like this (but again, it happens a lot): live = gep thing, 0 live2 = gep thing, 1 branch i1 provablytrue,, mergeblock, otherbb otherbb: dead = something else br mergeblock merge block a = phi(live, dead) b = live2 result = icmp sge a, b both GVN and NewGVN prove provablytrue to be true, and phi to be equivalent to live. GVN transforms this piece at time, and so...
2012 Apr 13
1
Coding columns for survival analysis
...for when a tree is found alive and is not just found, and "mort" when it was previously alive but is now dead. Given the following: > tree_live = data.frame(tree = c("tree1","tree2","tree3","tree4","tree5"), live1 = c(0,0,0,1,1), live2 = c(0,0,1,1,0), live3 = c(0,1,1,0,0), live4 = c(1,1,0,0,0), live5 = c(1, 0, 0, 0, 0)) tree live1 live2 live3 live4 live5 1 tree1 0 0 0 1 1 2 tree2 0 0 1 1 0 3 tree3 0 1 1 0 0 4 tree4 1 1 0 0 0...
2017 Mar 03
2
Optionally using value numbering in Simplify*
...and cond_br2.llin GVN) that current GVN can simplify because it replaces instructions as it goes. It's an example of a larger issue that pops up quite a lot I would appreciate thoughts on what to do about it it amounts to something like this (but again, it happens a lot): live = gep thing, 0 live2 = gep thing, 1 branch i1 provablytrue,, mergeblock, otherbb otherbb: dead = something else br mergeblock merge block a = phi(live, dead) b = live2 result = icmp sge a, b both GVN and NewGVN prove provablytrue to be true, and phi to be equivalent to live. GVN transforms this piece at time, and so...
2004 Oct 01
5
Song Updates
Run this from command line: curl --user admin:hackme 'http://192.168.0.1:8000/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title' That should set you all up, just change IP, Port and MountPoint. -- Cody Tubbs : (Certified Master Linux Administrator) : (Certified Unix Security Specialist) -- Broadway Internet On 1 Oct 2004 at 12:15, Dave St John wrote: >
2004 Oct 01
0
Song Updates
...tp://[my server IP]:[my > >> port]/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title' > >> (minus the .ogg on the mount) > >> I get "Source does not exist". > >> > >> I have 2 streams running on that server live.ogg and live2.ogg. > >> I even tried it in perl since I already have a script I wrote for SC so > >> I just changed it for icecast and the same thing happens. > >> > >> I know in SC there is a place for a password: > >> 'http://[IP]:[PORT]/admin.cgi?pass=[PASSWORD...
2017 Jun 21
0
Icecast "autodj" and static fallback file problems
...have common fallback mount to /autodj where Ezstream streams mp3 files. My problem number 1 is that listeners seem to jump into wrong mounts after they have fallen back from their original mount. For example listeners connect to /live1, there is no stream in /live1 so they fallback to /autodj, now /live2 starts streaming and listeners are moved to that mount. Problem number 2 is, that i tried to fix this behavior by specifying each live mount a static mp3 fallback file. File is in the webroot and works but now i can not connect to mounts with my streaming client (Edcast), it just disconnects. -tu...
2004 Oct 02
0
Song Updates
...; port]/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title' > >> >> (minus the .ogg on the mount) > >> >> I get "Source does not exist". > >> >> > >> >> I have 2 streams running on that server live.ogg and live2.ogg. > >> >> I even tried it in perl since I already have a script I wrote for SC > >> >> so > >> >> I just changed it for icecast and the same thing happens. > >> >> > >> >> I know in SC there is a place for a password: &g...
2004 Oct 13
0
Song Updates
...ta?mount=/live&mode=updinfo&song=Artist_name+Title' > > >> >> (minus the .ogg on the mount) > > >> >> I get "Source does not exist". > > >> >> > > >> >> I have 2 streams running on that server live.ogg and live2.ogg. > > >> >> I even tried it in perl since I already have a script I wrote for SC > > >> >> so > > >> >> I just changed it for icecast and the same thing happens. > > >> >> > > >> >> I know in SC there is a...
2004 Oct 14
2
Song Updates
...song=Artist_name+Title' > >> > >> >> (minus the .ogg on the mount) > >> > >> >> I get "Source does not exist". > >> > >> >> > >> > >> >> I have 2 streams running on that server live.ogg and live2.ogg. > >> > >> >> I even tried it in perl since I already have a script I wrote for > >> > >> >> SC > >> > >> >> so > >> > >> >> I just changed it for icecast and the same thing happens. > >> &...