search for: splitters

Displaying 20 results from an estimated 193 matches for "splitters".

Did you mean: splitter
2005 Dec 27
2
Drag and drop problem if Droppable zones overlap
...zones that are the splitted zone. To do so I use the Droppables and Draggable in conjunction. The splitter DIV is a Draggable component and I define 2 Droppable zones for the splitter DIV (Zone A and B on each side of the splitter) It works fine if I define only one splitter. But when I define 2 splitters, it breaks because Droppable Zone A'' of the Horizontal splitter is inside Droppable Zone B of Vertical splitter. Vertical Splitter ----------------------------------------------------------------- | |...
2010 Apr 14
1
Cannot connect matroska splitter to theora encoder
Hi everyone, I face a problem trying to encode a mkv file into theora using directshow filters I have a mkv file containing only video encoded in YUY2. I use the DirectShowNet Lib V2.1 ( <http://sourceforge.net/projects/directshownet/files/> http://sourceforge.net/projects/directshownet/files/) I use the matroska splitter directshow filter v1.0.2.9 (
2009 Sep 19
2
Many improvements and a few problems
...still improve I think, with a better and quicker adaptation to higher motion or detail parts, even going beyond the target bitrate for a moment, maybe. I tried -soft-target but I don't see a great difference. 2) Latest versions produce different OGG streams which challenge some players and splitters. I think the change has been somewhere between the stable ffmpeg2theora (march 2009) and this summers builds: .OGV produced now are not recognized by MPC-HC's internal OGG splitter, which worked well for all files previously. If Haali splitter is installed, it can handle most files, but in...
2004 Apr 20
4
wxRuby 0.3.0 has been released!
wxRuby 0.3.0 has been released and is now available for download from RubyForge at: http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X Panther and MS Windows. Hopefully, within a couple weeks I will release RubyGems for the source, and RubyGem binaries for Mac, Windows, and Linux. Please report any bugs or feature requests here:
2005 Dec 29
0
Javascript Window splitter
Hello, I submitted a new JS component with ID 3355 http://dev.rubyonrails.org/ticket/3355. It has the following features until now: -Split a window Vertically or Horizontally. -Drag/Drop the splitter to change the size of the splitted windows -Double click on splitter hide either the left/right or up/down panel (close side is an option) -Position the container with options (top, left, height,
2008 Nov 26
3
2 Asterisks to one PBX - E1 conection
Hi all, I have a question regarding connection of two Asterisk servers to our PBX. Each Asterisk server has one PCI E1 card, and they are in failover mode with Linux HA. On our PBX we have only one E1 card towards Asterisk servers. My question is how to connect these two Asterisks to one E1 card on PBX, and when primary Asterisk server fails not to have to manually pull out E1 cable from primary
2006 Dec 14
5
wxruby2-preview Gauge and wx-sugar with SplitterWindow
First of all, just wanted to say big thanks for all the great work on wxruby2 .. I''ve been a user of 0.6 for a long time and its proved very useful over the years. It''s great to finally have a multi-platform, gem installable ui toolkit that doesn''t suck! Secondly, thanks also for wx-sugar. I was drowning in sizers and started to write my own layout library ... but
2010 Jul 22
3
POE Splitters
I've got an interesting situation where I have one cable run from the feed area to the service area. I have three devices that I need to power at the service area. Is anyone aware of a device that will take the POE from the cable run and then allow me to split it to two or three devices at the service end? When I search for splitter all I get are the injectors, but I figure someone has to
2007 Apr 26
3
FXSplitter width is 1 until created
Why is the width of an FXSplitter equal to 1 before the FXSplitter#create method is called? My splitter is configured to have LAYOUT_FILL_X, so wouldn''t its width be determined before its children were created? It''s not really a big deal, but I was configuring the split based on a preferences file during initialize, and couldn''t make it work properly. Doing it in
2020 Aug 05
10
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
Greetings, We present “Machine Function Splitter”, a codegen optimization pass which splits functions into hot and cold parts. This pass leverages the basic block sections feature recently introduced in LLVM from the Propeller project. The pass targets functions with profile coverage, identifies cold blocks and moves them to a separate section. The linker groups all cold blocks across functions
2007 May 28
8
sash position problem
Hi, I''ve written a small app implementing SplitterWindow and have a problem with specifying the sash position on Windows. At the moment, I call split_vertically and pass it a positive integer for position. This works as expected on FreeBSD and Linux (Ubuntu and Debian), but seems to have no effect on Windows. Is there something particular I need to be doing to get this to work on
2004 Apr 24
0
Crashes in wxRuby 0.3 (was: wxRuby splitter sampleproblems)
Curt Hibbs wrote: > Kevin Smith wrote: >>On the other hand, I do not want wxRuby to get a bad reputation. Perhaps >>it is worth fixing them, and releasing a 0.4 (or 0.3.1). > > I guess this really hinges on when "reasonably soon" is likely to be. Are we > talking a month? two months? four months? Good question. I should have a better idea by the end of this
2010 Jul 20
1
ruby\samples\FXRuby\splitter.rbw
I am running the above sample and there are 3 panels (and, thus, two, uh, sliders). The left hand slider behaves the way I want. That is, when I move it left or right, the right hand slider does not move. The right hand slider does not do that. When I move it ... it moves the left hand slider. How do I make the right hand slider behave like the left hand slider? - - - - On a slightly
2020 Aug 05
3
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
On Tue, Aug 4, 2020 at 10:51 PM aditya kumar <hiraditya at gmail.com> wrote: > Glad to hear that there is an interest in a function splitting pass. There > are advantages to splitting functions at different stages as you've already > noted. > Right -- with slightly different objectives. Machine Function Splitting Pass's main focus is on performance improvement. > -
2020 Aug 10
2
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
>Exceptions >All eh pads are grouped together regardless of their coldness and are part of the original function. There are outstanding issues with splitting eh pads if they reside in separate sections in the binary. This remains as part of future work. Can you elaborate more on the outstanding issues with splitting eh pads? From my dip into the unwind map in gcc_except_table the
2012 Mar 24
3
Handling 8GB .txt file in R?
Hi, I am mediocre at R, maybe 1000 hours experience, but I received an 8GB dataset and I don't know what to do with it. I have to do extensive analysis over it for my Honours thesis. I can't even import it. I've tried; - Splitting it up using the free csv-splitter-1.1.zip that seems to be working for everyone else (it doesn't work for me, it just outputs 1 single line). -
2010 Aug 17
2
SEL_UPDATE not responsive
I have read what I could about SEL_UPDATE and I understand that the block(s) that get called "from" SEL_UPDATE only get called when "there is no more work to do". I took the splitter.rb example that comes with FXRuby. I put in a "puts" in one of the SEL_UPDATE blocks and I get about 4 a second. Not awful ... but ... why is it so slow? In my code which is ... more
2007 May 31
0
[1040] trunk/wxruby2/swig/Events.i: Add List and Splitter constants, also EVT_SIZING and EVT_MOVING
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2004 Aug 19
28
Documents, Views and DocManagers
Hi, Are there any effort in making wxDocument, wxView, etc types of classes avaiable under wxRuby? For supporting SDI/MDI architecture. Cheers, Phuah Yee Keat
2006 Nov 27
1
Theora DirectShow component questions - help!
I followed the directions on the Theora website to download the .ax file and the Visual Studio project to build the DLL. I then registered the ax file using the regsvr32 tool. Then I started up the DirectShow tool called 'GraphEdit' where you can see all the installed DirectShow filters and create the filter graphs. In the list of all DS filters, I could find the following 3 filters: