search for: classrooms

Displaying 20 results from an estimated 213 matches for "classrooms".

Did you mean: classroom
2006 Mar 27
1
Best way about doing this?
Hi All, I''m super a super ruby nuby, so bare with me. I am working on a small app that has a particular form that I am having a rough time figuring out the best to way to handle. Basically here it is, each school has one or more classrooms, and each classroom can have one or more teachers. Here''s what I am trying to do (edit a school): - click on a link to edit a School - The school form loads and with it, all it''s classrooms are listed (I have this part ok) - part I''m trying to think of how to do is:...
2015 Jul 13
2
Crear datos aleatorios con restriciones
Hola, Esta pregunta la hice en stackoverflow <http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808>pero nadie pudo contestarla. 1. Quiero generar N escuelas, con G grados y C divisiones. 2. Quiero asignar cada uno de T maestros a 2 divisiones en un grado y escuela Si tengo C=4 divisiones, puedo lograr lo que quiero con este código: library(randomName...
2015 Jul 13
2
Crear datos aleatorios con restriciones
Hola, 0. La falta de 'elegancia' hace que sea mas dificil hacer cambios al codigo. Por ejemplo cambiar n.classrooms <- 4 a n.classrooms <- 20 1. Cuando tengo solo 4 puedo hacer esto: schoolGrade$A <- Teachers$Teacher.ID[1:cuttoff1] schoolGrade$B <- Teachers$Teacher.ID[1:cuttoff1] schoolGrade$C <- Teachers$Teacher.ID[(cuttoff1+1):n.teachers] schoolGrade$D <- Teachers$Teacher.ID[(cuttoff1+1):n....
2015 Jul 13
2
Crear datos aleatorios con restriciones
Gracias Carlos, Tu codigo es un gran paso en el sentido correcto pero no produce exactamente lo que estoy buscando. Mi "solucion" en stackoverflow <http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808> produce un data frame `schoolGrade` con 240 observaciones y 7 variables. Mi objetivo es poder generar un data frame asi pero con la flexibilidad de poder usar n.classrooms <- 20 (o cualquier otro numero) en lugar de 4 (hardcoded) Gracias de nuevo! Ig...
2015 Jul 13
2
Crear datos aleatorios con restriciones
...gt; >> Gracias Carlos, >> >> Tu codigo es un gran paso en el sentido correcto pero no produce >> exactamente lo que estoy buscando. >> >> Mi "solucion" en stackoverflow >> <http://stackoverflow.com/questions/31137940/randomly-assign-teachers-to-classrooms-imposing-restrictions/31143808#31143808> >> produce un data frame `schoolGrade` con 240 observaciones y 7 variables. Mi >> objetivo es poder generar un data frame asi pero con la flexibilidad de >> poder usar n.classrooms <- 20 (o cualquier otro numero) en lugar de 4 >&gt...
2005 Mar 14
1
School design question
...tem for the campus but I would like implement Asterisk at the campus. My question is, do we build in a traditional intercom/paging system and tie that into the Asterisk PBX, the way such intercoms have been connected to other PBX's in our district in the past, or do we put IP phones in the classrooms and tie that into a PA system for paging? Are there IP based paging systems that could be used instead of the traditional PA/loudspeaker systems in most schools? We will be writing a spec shortly (and I will be seeking a consultant on asterisk-biz soon to assist us), but I need to know whether...
2005 Jan 17
3
help wanted using R in a classroom
Hi everyone! I'm using R 2.0.1 for Mac OS X in a classroom with 40 eMacs running Mac OS X version 10.3.6. These Macs are network based, meaning that the students log in to an XServe G4 where their user accounts and home directories are stored. The problem that I'm having each time a group of students (usually 7 to 10) use R is that the whole system get incredibly slow. The response
2013 Feb 08
1
BDC Rejecting auth request from client + Windows 7
Just some background: In our environment, we are running both a PDC and BDC. The local network setup has static ips on a different subnet from dhcp ips, thus the PDC has a static ip and the BDC has a dynamic one so the Windows machines are able to see the domain without hardcoding in the ip of the PDC as a wins on each machine. This has worked fine for Windows XP. We are also using ldap as the
2006 Jun 13
2
R kicking us out
Dear R People: I am using R for teaching purposes in a large classroom. Each computer has its own copy of R. However, every once in a while, about half of us will get thrown out of R, for no apparent reason. By the way, it has happened in other classrooms as well. Has anyone else run into this, please? If so, how have you solved this problem, please? Thanks in advance! R for Windows Sincerely, Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgess at gator.uhd.edu
2006 May 12
2
How to declare several HABTM-relationships?
Hello, Is it possible to have several HABTM-relationships for the same object? Example: Imagine I have 3 objects (classroom, student, teacher) and define the associations for the student as: class Student < ActiveRecord::Base has_and_belongs_to_many :classrooms has_and_belongs_to_many :teachers class Classroom < ActiveRecord::Base has_and_belongs_to_many :students class Teacher < ActiveRecord::Base has_and_belongs_to_many :students When I create a new student I have checkboxes to display and assign the student to a set of classrooms and teachers...
2003 Aug 18
3
General Samba question
Greetings to all. I am currently a bit of a newbie in regards using Linux and Samba. I have worked for several years in the IT/digital divide sector of the nonprofit world (particularly in regards to utilizing used and refurbished hardware). I am have a couple of CompTIA certs. (A+ and N+) and some experience administering Windows 2000 Advanced Server. Anyway to my question.... I am
2006 Feb 07
1
hardware and configuration for school's servers
Hi I am managing samba server in school. "Server" is on VIA 800MHz processor with 80GB IDE hard drive. there is no domain at the moment, just simple sharing, security share and smbpasswd file. I have 300 computers (each classroom has 20) with winxp sp2 auto logon limited local account, 300 users (6 intake groups). Passworded home directorys on Samba and Pupils have access to it by
2000 Jan 27
0
Frustrated with browsing, domains, and network logins ...
I'm trying to get cross-network browsing/domain logins working. In brief, I am very frustrated. We thought the initial problem was a browsing problem, but now it does not appear to be that. Even once the workstation can see the servers, it STILL cannot perform a Domain login, although it CAN access resources if I use the Ms Dos prompt and issue a 'net use ...' command. This
2004 Oct 06
1
Dynamic changes while Shorewall running?
I am looking at using Shorewall in a local college. There will be a default set of firewall rules, but for some lessons certain classrooms will be granted full Internet access (this will be done by the lecturer via a web interface). I am seeking suggestions for the best way to implement this under Shorewall. I think it might make sense to make each classroom a separate zone, but is there a dynamic Shorewall command to say "apply...
2006 Jan 05
1
Another newbie searching for help.....
Hello I'm wondering if anybody has ever done anything like what I'm trying to do, and if so please help!!! This is the situation. I'm working at a university that has a classroom full of WinXP PC's. These machines conncect to a Win Server 2003 box, where they get the user policies and active direcory stuff. Now, we want to put a switch and a Linux Server between the the classroom
2006 Apr 19
0
Sysprep & Samba
Hi, I'm using Samba version 3.0.14a-r2 on Gentoo Linux as a PDC for a classroom environment. The server and the classroom are in different subnets, but on the same local LAN. The broadcast messages are not forwarded, so I have enabled a single machine in the classroom subnet to act as a WINS proxy. I am using Ghost to image the classroom machines which uses sysprep to prepare the
2009 Sep 29
1
Data source for American college football rankings?
An interesting, and topical, example of multivariate data for classroom illustrations are the American college football rankings. Starting at the end of October (or "week 8", the 8th week of the football season) a set of rankings called the BCS (Bowl Championship Series) will be published. This is a composite ranking based on two subjective polls, the Harris and USA Today polls, and a
2007 Nov 15
2
Strange NT_STATUS_PASSWORD errors after upgrade to 3.0.26a
Hi, I just upgraded one of our samba BDC's (with LDAP back end on solaris 10) from 3.0.23c to 3.0.26a and can no longer mount shares. The error message I'm seeing in the samba logs is [2007/11/15 14:15:26, 1] auth/auth_sam.c:sam_account_ok(172) sam_account_ok: Account for user 'dbb' password must change!. [2007/11/15 14:15:26, 3]
2003 Oct 29
4
share permissions
I am trying to setup Samba in a classroom so that a student's samba folder can be accessed via Windows by the student and the teacher. I have Samba working, but can only get the student access to the folder. How can I add another user or group to Samba so the teacher and student have full control over the folder? Thanks Tom
2005 Oct 03
3
how do you manage printers on workstations?
How do you manage printers on Windows workstations? What I mean, suppose you have many classrooms, different printers (which sometimes change) in these classroms - how do you manage which workstation (or a group of them) will use which printer? So far I've been using WPKG for that - as I described here: http://wpkg.org/wiki/index.php/Printer_configuration But somehow I feel it isn...