search for: player2

Displaying 12 results from an estimated 12 matches for "player2".

Did you mean: player
2006 Apr 25
3
ZFS quotas & zoned datasets
...ially I set things up with no quota on the data set that as delegated to the zone. Then as the local zone admin I created a new child dataset and set a quota on that. Now the global zone admin attempts to quota the delegated dataset, and it appears to work but.... global zone=pingpong local zone=player2 delated dataset is table/player2 pingpong:pts/1# zfs get quota table/player2 NAME PROPERTY VALUE SOURCE table/player2 quota none default pingpong:pts/1# zlogin player2 [Connected to zone ''player2'' pts/2] La...
2006 Apr 07
5
Confusion about has_many / belongs_to ...
I have a table called players and its model Player, and I have a table called games and its model Game. In the games table I have: player1_id int(11) player2_id int(11) I want the tables to be associated so that I can access the player objects using table.player1 and table.player2 rather than having to lookup the objects based on the ids. I am not sure how to go about this but I suspect I need to use either has_many or belongs_to or one of the mixe...
2010 Apr 27
2
How to work out 3-way probabilities
Hello. I have a quick question. I try to use logit regression, to work out probabilities in the sport event. I have work out probabilities for group of 2 players: p1 - probability, what player1 will beat player2 p2 - probability, what player2 will beat player1 pt - tie probability, p1 <- 1 - p1 - p2; Now i want to work out probabilities for group of 3 players, like: pg1 - probability, what player1 will beat player2 and player3 pg2 - probability, what player2 will beat player1 and player3 pg3 - probabi...
2007 Sep 26
1
Youtube broken by 89d295a94
...ovie_by_path() and use it for GetVariable") is broken. Broken revisions show "share" and "watch" on blinking white background with two labels saying "_level0" instead of "From:" and "Views:". This can be tested simply by running "swfplay player2.swf", where player2.swf comes from http://www.youtube.com/player2.swf This patch restores Youtube support in the git head, but it's just a hack. diff --git a/libswfdec/swfdec_as_interpret.c b/libswfdec/swfdec_as_interpret.c index 5dc9a24..e94b835 100644 --- a/libswfdec/swfdec_as_interpre...
2007 Mar 30
0
Need help in running swfdec to watch youtube video
Hi, I am trying to use swfdec to watch youtube video. As an example, I want to watch this video from this page: http://www.youtube.com/watch?v=ot5DtISEceU >From the source of the above page, it has this link: var fo = new SWFObject("/player2.swf?video_id=ot5DtISEceU&l=227&t=OEgsToPDskIAT_WivMUj76nGfdhAFBKN&sk=CdlGIc1WbGevkdd3KWQVRQC", "movie_player", "450", "370", 7, "#FFFFFF"); So I start swfdec like this: ./player/swfplay ~/tmp/player2.swf --variables=video_id=ot5DtISEceU&a...
2002 Mar 20
5
inverted axis
Hello everybody! Spse I have the following X <- seq(1:100) #(a dim(100) sequence of integers 1:100 representing the possible actions of player 1 and player2 in a game) BR2X<- br2(X) #(a dim(100) sequence of points on range (1,100) representing the best response function of player 2 to player 1:s actions) BR1X<- br1(X) #(a dim(100) sequence of points on range (1,100) representing the best response function of player 1 to player 2:s actio...
2011 Jun 01
0
Memory management
...run a very large Bradley-Terry model using the BradleyTerry2 package. (There are 288 "players" in the BT model). My problem is that I ran the model below successfully. WLMat is a win-loss matrix that is 288 by 288 WLdf<-countsToBinomial(WLMat) mod1<-BTm(cbind(win1,win2),player1,player2,~player,id="player",data=WLdf) Then I needed to run the same model with a subset of the observations that went into the win-loss matrix. So I created my new win-loss matrix and tried to run a new model. Now I get: Error: cannot allocate vector of size 90.5 Mb I found this particularl...
2008 Jan 25
0
How to load YouTube video swf in swfdec
Hi, I am trying to load YouTube's flash video player in swfdec. So I * go to a youtube page with a video * find out the embed tag which is the flash video player * saved the swf file locally * copy the flashvar of the embed tag And I input to swfplay like this ./swfplay player2.swf --variables=video_id=ysIb89ETWWA&l=118&sk=hBFXQnDzm7k-X1HlXyntXgC&t=OEgsToPDskJIhF_zi-mo5Arya-uyXSOj&hl=en&plid=AAREkSUfMLn11hxiAAAAIAAYAAA&playnext=0 However, I end up getting error like this and no video was played. Only a spinning circle: SWFDEC: ERROR: swfdec_loade...
2010 Mar 18
0
differences between relative_url using Rails with Prototype or JQuery
...cript : <script> $f("player", "./dist/flowplayer-3.1.5.swf", { .... and I don''t have any problem to get the player installed from http://www.mydomain.com/vacademy/dist/flowplayer-3.1.5.swf but when using jQuery <script> $(function() { ...... $f("player2", "./dist/flowplayer-3.1.5.swf", { ... the .swf is not found as the relative url is based on the controller ... http://www.mydomain.com/vacademy/mycontroller/dist/flowplayer-3.1.5.swf is there anyway to bypass this behavior, not using a relative path or getting the rails public pa...
2008 Feb 03
3
[Bug 14339] New: make swfdec work with www.tudou.com
http://bugs.freedesktop.org/show_bug.cgi?id=14339 Summary: make swfdec work with www.tudou.com Product: swfdec Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: enhancement Priority: medium Component: library AssignedTo: swfdec at lists.freedesktop.org
2008 Jan 21
1
70 commits
Hey, In case someone filters commit mails or doesn't read 1MB blobs, I've just merged the result of me getting annoyed at various stuff. Unfortunately, this grew a bit out of hand and ended up being very huge. I expect this merge to have broken lots of things, so if you find stuff that used to work and now doesn't work (or even crashes), please poke me about it. What does this patch
2007 Dec 11
9
[Bug 13604] New: Assertion failure when seeking on youtube with pulseaudio backend.
http://bugs.freedesktop.org/show_bug.cgi?id=13604 Summary: Assertion failure when seeking on youtube with pulseaudio backend. Product: swfdec Version: unspecified Platform: x86-64 (AMD64) URL: http://www.youtube.com OS/Version: Linux (All) Status: NEW Severity: normal Priority: