search for: presentation

Displaying 20 results from an estimated 29488 matches for "presentation".

2008 May 14
2
Setting CallerID UNKNOWN on an outgoing call
Hello, on my ISDN phone I can configure that on the next outgoing call, my telephone number should not be transmitted, instead it should be UNKNOWN. How can I configure Asterisk to do the same? Is this a feature/parameter of the driver (chan_capi) that I'm using? BTW: I'm using ISDN and Deutsche Telekom, if the provider makes any difference. Thanks for your help, Stefan --
2006 Mar 18
4
new user.presentation
Hi, I''m creating an RoR application right now and i''ve got the following question: An user has one presentation. So i''ve got an user table and in that table is an field fkPresentationID. Now i want to create an new user and at the same moment an new presentation for that user. I thought it would work with something like this, but it didn''t work. @user = User.new(params[:user]) @user.pr...
2003 Apr 28
4
how to present a table in powerpoint?
Hi, I have a nicely printed table of results generated by R's > print(myresult) where myresult is a "data frame". I am trying to put this table into a powerpoint slide for presentation without re-typing and re-formating, i.e., present it as it is in the R window. This saves time when there are a lot of tables to be presented. I tried > sink("myresult.txt") > print(myresult) > sink() resulting text file looks nice, but how can I insert it into powerpoint with...
2006 Apr 20
1
Rails is losing key information
I am using ruby 1.8.4 with rails 1.0 under fedora core 3 on a WIntel platform. Rails appears to be losing key information under some circumstances. Specifically, in the Questions class that follows, the presentation_id property is apparently being lost. The STDOUT dump from the create method indicates that the presentation_id should be 42, but the dump from the database shows that it is 43, which is the same as the explanation_presentation_id Any ideas? Is this a known bug that is fixed in a more recent ver...
2006 Mar 15
8
Tags to ruby interface: What I am missing? (repost)
...list as busy as this, it is sometimes easy to get missed in the shuffle. I am trying to create, display and edit a referenced object''s text field on the same view as my root object. For example: ------------------------- Quiz: <<quiz.name>> Preamble: <<quiz.preamble_presentation.text>> Postamble: <<quiz.postamble_presentation.text>> [create][cancel] ------------------------- quiz.preamble_presentation references a Presentation object instance. The Presentation object contains a property called text, among others. The generated form will display the ID o...
2005 Mar 10
2
hide callerid via presention bits of ISDN
Hi, how can I setup asterisk to use the number presentation bits on the isdn side to suppress the number presentation? We need to transmit the subscriber number for billing purposes via ISDN whether or not the user wants to hide his/her number. Is there any way to do this? Deti
2002 Nov 04
2
quota problem
Hello, What am I missing ? thanks ! -dikshie- @fisbum:/usr/bin$ uname -a Linux fisbum 2.4.18 #3 Tue Mar 19 16:55:23 JAVT 2002 i686 unknown @fisbum:/usr/bin$ mount /dev/hda1 on / type ext3 (rw,errors=remount-ro) /dev/hda3 on /usr type reiserfs (rw) /dev/hda5 on /home type reiserfs (rw,nosuid,usrquota) /dev/hda6 on /var type reiserfs (rw,usrquota) /dev/hda7 on /tmp type reiserfs (rw) /dev/hdb1
2010 Dec 15
1
Structure of Anova for obtaining sig. corrected for departure from sphericity
Dear helpers, I have a 2x2 mixed design with two "groups" (between-subjects) and two presentation-types (within-subjects). The difference between groups is in the order of manipulations: group.CD having first a block of present.type.C and then a block of present.type.D, each block containing 31 trials. group.DC having first a block of present.type.D and then a block of present.type.C, each blo...
2005 Feb 16
1
chan_sip errors on CVS HEAD
I've got a test * server (hppbx) where I install CVS-HEAD as often as possible, with my extension registered to this, talking through IAX to our production server which then channels out to the PSTN. After completing a call just now, the following appeared on the CLI of hppbx (the 90xxxxxxxxxxx is a valid number, changed to protect the guilty): == Spawn extension (from-sip,
2011 Oct 11
3
CallerID inconsistently presented through ISDN/cellular networks
Hi, I'm facing a strange problem. My setup is: Alice cellphone <--GSM--><--ISDN--> Asterisk <-- ISDN --><--GSM--> Bob cellphone When Alice calls Asterisk which forwards the incoming call to Bob, sometimes Bob sees Alice's number, sometimes he sees a default CallerID (which happens to match the dialed number and the ANI). For various reasons, Bob really needs to
2012 May 23
5
biggest disk partition on 5.8?
Hey folks, I have a Sun J4400 SAS1 disk array with 24 x 1T drives in it connected to a Sunfire x2250 running 5.8 ( 64 bit ) I used 'arcconf' to create a big RAID60 out of (see below). But then I mount it and it is way too small This should be about 20TB : [root at solexa1 StorMan]# df -h /dev/sdb1 Filesystem Size Used Avail Use% Mounted on /dev/sdb1 186G 60M
2012 Mar 26
1
OpenSSH 5.9p1 compilation via gcc and cc - both produce "present but cannot be compiled" warnings -- AIX 6.1 TL7 SP3
configure: WARNING: fcntl.h: present but cannot be compiled configure: WARNING: fcntl.h: check for missing prerequisite headers? configure: WARNING: fcntl.h: see the Autoconf documentation configure: WARNING: fcntl.h: section "Present But Cannot Be Compiled" configure: WARNING: fcntl.h: proceeding with the compiler's result configure: WARNING: ##
2008 Jan 17
2
Forms, database, and yes I'm new
...with scaffolding a recipe etc, and honesly I didn''t get really any wiser. So I decided to try it out on my own without scaffolding. However. Now I''m stuck with my edit-form. I need to update a row with old text in the ''pres'' column in the table called ''presentations'' in my database with a new text typed in with a form (in edit.rhtml). My Edit method gets the ''pres'' from the ''presentations''table but it doesn''t update the edited ''pres'' with the new text to the database when the submit butt...
2019 Aug 25
3
Slideshow/presentation software for CentOS
There's a web / cloud package, Prezi, that does very nice presentations, it has some cool features, like letting you create a non-linear presentation that has branches/forks where you can dive into deeper detail or skip on the fly... Its free to use if you don't mind your presentation being 'public', the paid version lets you make private presentations...
2015 Jun 30
3
[PATCH] Add Option "DRI3" to allow to disable DRI3 under EXA.
...++++++++++- src/nv_const.h | 2 ++ src/nv_driver.c | 17 +++++++++++++++-- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 129bb7f..12cfbc0 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -125,6 +125,12 @@ that relies on correct presentation timing behaviour as defined in that specification. .br Default: 1. +.TP +.BI "Option \*qDRI3\*q \*q" boolean \*q +Enable the DRI3 extension under exa acceleration if supported by server. +A setting of "off" will only use DRI2 instead. Under glamor acceleration, +DRI3 is alway...
2011 Oct 06
4
Mean(s) from values in different row?
Hello: Is there a way to get a mean from values stored in different rows? The data looks like this: YEAR-1, JAN, FEB, ..., DEC YEAR-2, JAN, FEB, ..., DEC YEAR-3, JAN, FEB, ..., DEC What I want is the mean(s) for just the consecutive winter months: YEAR-1.DEC, YEAR-2.JAN, YEAR-2.FEB YEAR-2.DEC, YEAR-3.JAN, YEAR-3.FEB etc. Thanks.
2020 Aug 16
1
Accumulating CPU load from Xorg process with DRI3
? ????????? ?? Sunday 16 August 2020 07:20:18 Ilia Mirkin ???????(?): > Well, if it's easy, try the patches I mailed to nouveau@ for the ddx. I applied patches manually (copy-pasted patches failed to apply by git apply, probably whitespace/end of line issues), and now I see in X log (after I left machine to run alone): [ 3584.553] (DB) NOUVEAU(0): PRESENT: Wait for VBlank failed: Invalid
2006 Jun 04
0
Bug: collection#create misbehaves on validations
So we have a Presentation model which belongs to the Conference model. We don''t want to create nameless Presentations, so we class Presentation < ActiveRecord::Base belongs_to :conference validates_presence_of :name, :on => :create end Now we have a conference instance called rails_conf. When...
2016 Sep 21
0
CentOS-6.8 PCI Hwdr issue?
I have begun to see these messages in my morning reports: WARNING: Kernel Errors Present pciehp 0000:00:1c.0:pcie04: Link Training Error occurs ...: 146 Time(s) pciehp 0ng Error occurs ...: 1 Time(s) pcieport 0000:00:1c.0: bridge window [mem 0xd0a000000.0 failed with error -22 ...: 1 Time(s) r8168: probe of 0000:01:00.0 failed with error -22 ...: 702 Time(s) r8168:
2018 Mar 28
0
[ANNOUNCE] xorg-server 1.19.99.902
This merges the DRI3 1.2 support (with an asterisk) and per-window flips for Xwayland, along with the usual collection of miscellaneous fixes. In particular the meson build is much closer to production- ready. The asterisk for DRI3 is that the modesetting driver has some known issues still, so the code to enable planes and modifiers is hidden behind an xorg.conf option: Section