Displaying 20 results from an estimated 7135 matches for "roomful".
Did you mean:
roomfull
2005 Dec 23
5
Newbie question/help 2 tables, ''sync'' cell values
I have to << search for each problems.room_id=rooms.id and do
problems.room_no=rooms.room >>
HOW?
More details:
I have the following tables:
- a "rooms" table, with fields (id,room,create...)
- a "problems" table with fields (id,room_id,room_no, ...)
problem.rb has
belongs_to :room
validates_associated :room
and room.rb has
validates_length_of :room,
2008 Apr 17
1
Having a probelm woth creating a a simple chart.
Hello,
I am having trouble with creating a simple bar chart using R. My file just
consists of 1 column called reason. Within this column, there are 2
responses(Room for Improvement and Info entered is all relevant). My code
for creating the charts is as follows:
d <-read.table("C://project/graphs/reason.csv", sep=",", header=TRUE)
pie(d$reason,
labels=d$reason,
2013 Feb 26
4
3 models, joining and nested queries
I have 3 models,
class Host
ref: string
address: string,
name: string
primary_key=''ref''
has_many :rooms, :class_name=>"Room", :foreign_key=>''host_ref''
Class Room
ref :string
host_ref: string
capacity: integer
primary_key=''ref''
has_many
2008 May 02
1
Cant resolve Error Message
Hi,
Im having trouble creating the following graph. Here is my code:
library(plotrix)
library(prettyR)
female_improvement
<-read.table("C://project/graphs/gender/breakdown/gender-improvement/female-improvement.csv",
sep=",", header=TRUE)
barp(rbind(rep(length(female_improvement$gender),2),freq(female_improvement$reason)[[1]]),
ylab="22 Males participated in the
2008 May 06
10
Best way to implement?
So I''m new to all this Rails stuff and this is probably a database
design-related question to, but here it is...
Just for learning I''m trying to build a little real estate listings
application. Of course there is the listings model which will store
basic information like name, price, description, and all that jazz.
I''m to the point where I want to figure out how to
2020 Nov 19
1
Smartcard logon
>
> Hi friends,
> I need your help.
>
> I implemented
> https://wiki.samba.org/index.php/Samba_AD_Smart_Card_Login
>
> https://docs.microsoft.com/en-us/troubleshoot/windows-server/windows-security/enabling-smart-card-logon-third-party-certification-authorities
> enabling smart card logon on a Windows Server 2016 as a domain member of
> Samba DC.
>
> Currently I
2011 May 06
7
Background music during a call
Hi All,
I am in desperate need of this feature. I want to play background music
during a call while the 2 parties are having some lovely conversation (or
maybe give them a sort of cursing background if they are cursing each
other). I found this post which talks about creating a ghost call with the
help of queues and putting that queue in a meetme room where queue will play
the song/curse and the
2004 Jan 22
2
Using varables in MeetMe?
Hi,
Im trying to enable users to enter a conference number and then do a
calculation on this and then send them to the conference. Lokk at this
example:
exten => s,1,Read(room)
exten => s,2,SetVar,"${room}=[${room} + 2000]";
exten => s,3,Meetme($room|pqsd)
What happens is that the conference gets setup and everything, but the
conference number is "$room". Not really
2020 Jul 13
2
Authentication with trusted credentials
Some more details. Below is what I have during joining Linux (Ubuntu 20.04)
to the SVITLA3 domain. SVITLA3 (Samba) is trusting, APEX (AD) is trusted.
SVITLA3 has *administrator *and *test01 *users, APEX has *administrator *and
*jake *users.
test01 - 20000:20000 (uidNumber:gidNumber)
jake - 10000:10000
You can see some delay in some places - I marked them bold. It looks like
DNS timeouts.
The
2009 Jul 19
3
DAHDI Error and poor audio quality
Hello Team
I have installed the new DL580 and used the new TE420B to add capacity on
our ivr. Before I put new E1?s I decided to first move the old e1 from the
old system to this new one but it has errors which not only affect the
audio quality, but also cause the asterisk to refuse any call after
sometime even though the channels seems up and active {seems d-channel
fails}..
When processing
2009 Dec 24
1
How to create MeetME room with dialplan?
Hi,
Is it possible to create a meet me room on the go through dial plan? I am
looking to use AMI Originate to drop a call into meetme room and once it's
proved that party is joined, play him an announcement, grab few numbers from
them, and then dial a second number and drop into the same meetme room. The
reason to use this is to be able to know when the channels connected because
both
2020 Jul 13
3
Authentication with trusted credentials
Hi friends,
I have a one way outgoing trust between SAMBA trusting domain and AD
trusted domain.
SSH Authentication of a user belonging to the SAMBA domain works properly
on a Linux computer which is a member of SAMBA domain.
I would like to authenticate a trusted user from the AD domain on the same
Linux computer with SSH. Currently it doesn't work.
I am able to authenticate trusted accounts
2020 Jul 14
3
Authentication with trusted credentials
Hai,
?
Sorry for the late(r) reply but we all need to sleep also sometimes.? ;-)
note, i saw its fixed, but i'll do comment a bit through your replies.
?
?
mainly because of this part
?
this part.? (Sended: monday 13 juli 2020 18:51)
> net ads join -U administrator at SVITLA3.ROOM
> Enter administrator at SVITLA3.ROOM's password:
> Using short domain name -- SVITLA3
>
2005 Mar 09
1
max number of conference rooms, and max number of conference callers in one room
Hi Guys,
Does anyone have knowledge about
max number of conference rooms, and max number of
conference callers in one room?
Thank you so much.
jintwo
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
2020 Jul 13
0
Authentication with trusted credentials
Louis, could you take a look on my case again?
I am not sure that the problem is in incorrect groups.
Only trusted credentials don't work. Have you any idea what the reason is?
On Mon, 13 Jul 2020 at 19:50, Yakov Revyakin <yrevyakin at gmail.com> wrote:
> Some more details. Below is what I have during joining Linux (Ubuntu
> 20.04) to the SVITLA3 domain. SVITLA3 (Samba) is
2005 Nov 15
4
Fosdem : Developers Room, Presence
hi everyone,
This mail will mostly interest europeans Rubyists/Railists, but others
are welcome to read it, answer and participate too :)
In next February the Sixth Fosdem (Free and OpenSource Developers''
European Meeting) will be held in Brussels, Belgium. Like each year
there is some special rooms for projects/communities (mozilla, drupal,
kde, gnome, python, openbsd, perl, linux,
2006 Jan 31
2
Setting a default order for a model?
Hi,
I''m using a room model throughout my code. I keep doing the following:
@rooms = Room.find(:all, :order => ''buildings.name, room_number'',
:include => :building)
I have to copy this into several of my controllers and I feel that I''m
violating the DRY principle. Can I set this as the default order in my
model? If so, how would I do that?
Thanks,
2005 Sep 12
4
Hotel Setup?
I am working with a small inn (under 50 rooms) that is next to a ski
resort. The inn just had Cat5e Homeruns to each room installed, with a
patch panel in the basement. Now it's my job to connect each of the
those rooms to the Internet. I think I have a Cisco switch that I can
do Private VLANS with, however I thought of another solution.
Has anybody seen or does anybody know of a VoIP
2010 Apr 12
2
Asterisk room monitor
I want to use a voip speaker phone as a room monitor. Requirements:
A phone that I can set to auto answer in speaker mode.
A phone with a good speaker phone.
Ability to make the audio one way. I want to monitor the room but not
have my voice heard in the room. Yes, the mute button can accomplish
this also.
I have been using the SPA942's around the house (the speaker is just ok
but
2005 Nov 15
9
Multiple Login scripts
Hi all,
Just a quick question about login scripts for a large number of users who
change rooms a lot.
I have several rooms each with a printer, and nearly a thousand users divided
into two main groups - pupils and teachers who change rooms on a routine
basis. Is it possible to set up multiple login scripts that would be executed
in sequence i.e. run by user is %u, and machine is %m is it