search for: commom

Displaying 19 results from an estimated 19 matches for "commom".

Did you mean: common
2013 Jun 22
4
ActiveRecord::Base.transaction - SystemStackError - stack level too deep:
...resource.save # Create Resource Document @resource_document = ResourceDocument.new @resource_document.resource_document = params[:resource_document][:resource_document] @resource_document.resource_id = @resource.id @resource_document.save # TODO Add Commom Core Joins # TODO Video Uploader # TODO Image Uploader return @resource.success = "ok" end rescue Exception => e # TODO Need to figure out how to pass exception message back to controller return @resource.errors end...
2019 May 06
0
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
...gt; drivers. > > The patch set contains two major changes: first, it introduces > |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object > that is backed by VRAM. The type's purpose is somewhat similar to > |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation > that handles all the basic cases. Second, the patch set introduces > |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a > basic memory manager for VRAM. > > Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system > memory....
2002 Dec 31
0
Using a vendor's dll library from Linux
...I am interested in using a linux program (EMC) that would need to control a hardware board from a vendor that only provides windows dlls to initialize it and give it commands. I would assume that WINE would make it possible for me to interface with these dlls from linux (even if they call some commom MS Windows dlls themselves). Am I correct? If so, could someone please point me in the direction of some documentation? The dlls work with Windows 9x. Thanks, -- Ross Baker Devices for the Future Bellaire, TX 77401 "The true measure of a man is how he treats someone who can do him abs...
2003 Jan 01
0
Using a vendor's dll library from Linux (fwd)
...sted in using a linux program (EMC) that would need to control a > hardware board from a vendor that only provides windows dlls to initialize it > and give it commands. I would assume that WINE would make it possible for me > to interface with these dlls from linux (even if they call some commom MS > Windows dlls themselves). Am I correct? If so, could someone please point > me in the direction of some documentation? The dlls work with Windows 9x. > > Thanks, > Maybe. If the dll's behave themselves, Wine may well run them. If they try to access the hardware directly...
2004 Sep 09
2
Layer 7 Filtering
Hi, I had saw a few patches to be applied in order to get the firewall to block based on the application. At the moment I am having problem to block ICQ and Yahoo Msgr. Even I only open a few ports like, the ICQ still able to connect through port 80. Any add-in module for shorewall or anyone able to do this? Regards __________________________________________________ Do You Yahoo!? Tired of
2001 Jul 04
1
Comment Tag for Multichannel Streams
...ctShow: FRONT_LEFT FRONT_RIGHT FRONT_CENTER LOW_FREQUENCY BACK_LEFT BACK_RIGHT FRONT_LEFT_OF_CENTER FRONT_RIGHT_OF_CENTER BACK_CENTER SIDE_LEFT SIDE_RIGHT TOP_CENTER TOP_FRONT_LEFT TOP_FRONT_CENTER TOP_FRONT_RIGHT TOP_BACK_LEFT TOP_BACK_CENTER TOP_BACK_RIGHT One can define also special values for commomly used combinations, e.g. STEREO (=FRONT_LEFT,FRONT_RIGHT) or 5POINT1 (=FRONT_LEFT,FRONT_RIGHT,FRONT_CENTER,LOW_FREQUENCY,BACK_LEFT,BACK_RIGHT). Of course such a tag is only useful, if it is standardized or at least proposed like the other tags in the docs. If there is already a mechanism to map...
2003 Oct 10
1
NEWBIE looking for advice.
All, Thanks for taking time to read. I am wanting someone to tell me that I have a clue here and that the following proposed setup would (possibly) work. Currently existing are 4 pots lines with qty. 10 AT&T 954/854 phones. Would like to convert to asterisk and at the same time do a mild feature upgrade. Proposing to get: PIII 800MHz or better >=256MB RAM
2015 Mar 23
4
[LLVMdev] New kind of metadata to capture LLVM IR linking structure
On Mon, Mar 23, 2015 at 9:50 AM David Blaikie <dblaikie at gmail.com> wrote: > On Mon, Mar 23, 2015 at 8:15 AM, Khilan Gudka <Khilan.Gudka at cl.cam.ac.uk> > wrote: > >> Hi David >> >> Thanks for your email. >> >> What's the benefit/purpose of the MDLLVMModule over just having the >>> MDCompileUnits themselves? I would imagine the
2009 Sep 16
2
T-test to check equality, unable to interpret the results.
Hi, I have the precision values of a system on two different data sets. The snippets of these results are as shown: sample1: (total 194 samples) 0.6000000238 0.8000000119 0.6000000238 0.2000000030 0.6000000238 ... ... sample2: (total 188 samples) 0.80000001 0.20000000 0.80000001 0.00000000 0.80000001 0.40000001 ... ... I want to check if these results are statistically significant? Intuitively,
2019 May 15
0
[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
...gt; drivers. > > The patch set contains two major changes: first, it introduces > |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object > that is backed by VRAM. The type's purpose is somewhat similar to > |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation > that handles all the basic cases. Second, the patch set introduces > |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a > basic memory manager for VRAM. > > Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system > memory....
2007 Jun 27
5
North American voice BRI - Informal survey
Hi, folks: I remain intrigued by the gap in BRI implementation between North America and Europe, and I wanted to get feedback from the list members on the matter. I'm seriously considering making the leap in our office. In Europe, the idea that an office that does not have enough lines to justify PRI would use analog lines is perceived as technologically backwards, and yet that's what
2010 Jul 26
3
Cluster analysis
Hi all, I have no idea if this question is to easy to be answered, but I?m starting with R. So, here we go. I have a large dataset with a lot of steps a judicial case. A sample is attached. I?d like to do a cluster analysis to try to understand with one is the most usual path followed by this legal cases. After that, I?d like to plot a cluster tree. In the attached sample, the column: -
2000 Dec 05
6
R or Splus?
It's been suggested I use R, I suppose because my employer is too skint to pay for a copy of Splus. But.... it doesn't seem to be stable. I was trying to do some ordinary regression and stepping through a model. I was trying to set up a model ('kitchen_sink') in which to put all my model parameters. Then I wanted to use step() to see what it would reduce the model to. I
2019 May 06
25
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
...one copied among individual drivers. The patch set contains two major changes: first, it introduces |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object that is backed by VRAM. The type's purpose is somewhat similar to |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation that handles all the basic cases. Second, the patch set introduces |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a basic memory manager for VRAM. Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system memory. Both can be used independedly...
2019 May 06
25
[PATCH v4 00/19] Share TTM code among DRM framebuffer drivers
...one copied among individual drivers. The patch set contains two major changes: first, it introduces |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object that is backed by VRAM. The type's purpose is somewhat similar to |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation that handles all the basic cases. Second, the patch set introduces |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a basic memory manager for VRAM. Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system memory. Both can be used independedly...
2019 Apr 24
21
[PATCH v2 00/17] Share TTM code among DRM framebuffer drivers
...one copied among individual drivers. The patch set contains two major changes: first, it introduces |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object that is backed by VRAM. The type's purpose is somewhat similar to |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation that handles all the basic cases. Second, the patch set introduces |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a basic memory manager for VRAM. Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system memory. Both can be used independedly...
2019 May 08
22
[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
...one copied among individual drivers. The patch set contains two major changes: first, it introduces |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object that is backed by VRAM. The type's purpose is somewhat similar to |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation that handles all the basic cases. Second, the patch set introduces |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a basic memory manager for VRAM. Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system memory. Both can be used independedly...
2019 May 08
22
[PATCH v5 00/20] Share TTM code among DRM framebuffer drivers
...one copied among individual drivers. The patch set contains two major changes: first, it introduces |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object that is backed by VRAM. The type's purpose is somewhat similar to |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation that handles all the basic cases. Second, the patch set introduces |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a basic memory manager for VRAM. Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system memory. Both can be used independedly...
2019 Apr 29
21
[PATCH v3 00/19] Share TTM code among DRM framebuffer drivers
...one copied among individual drivers. The patch set contains two major changes: first, it introduces |struct drm_gem_vram_object| and helpers (GEM VRAM). It's a GEM object that is backed by VRAM. The type's purpose is somewhat similar to |struct drm_gem_{cma, shmem}_object|: it provides an commom implementation that handles all the basic cases. Second, the patch set introduces |struct drm_vram_mm| and helpers (VRAM MM). It's an implementation of a basic memory manager for VRAM. Both, GEM VRAM and VRAM MM, support buffer placement in VRAM and system memory. Both can be used independedly...