Displaying 20 results from an estimated 700 matches similar to: "Dynamic changes while Shorewall running?"
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
-
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
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 <-
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
2015 Jul 13
2
Crear datos aleatorios con restriciones
Perdon por no se lo suficientemente claro :(
Tu codigo produce `validPairs` que tiene 7 variables y 360 observaciones.
Donde
> validPairs[1,] V1 V2 V3 V4 V5 V6 valid
60 e1 g1 c1 e1 g1 c2 Valid
indica que un maestro tiene asignado c1 y c2 en la escuela e1 y el grado
g1. Correcto? Si es asi, esto es casi lo que queira producir y creo que
puedo llegar a donde quiero usando tu codigo de base.
2005 Mar 14
1
School design question
My school district will be building a new elementary school in 2006. We
were about to go to bid with a traditional intercom system 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
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
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
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 <
2005 Aug 29
8
Samba as a domain controller for Linux workstations?
I was wondering, if it's possible to set up Samba as a sort of a domain
controller for Linux workstations?
I'm thinking of benefits like roaming profiles, managing printers etc.
Or perhaps for Linux there are better choices than Samba, when it comes
to the office / school use (many users, many classrooms, many
workstations etc.)?
--
Tomek
http://wpkg.org
2011 Aug 17
7
XCP GUI management
Xen List
After planning for a year to move my Xen 3.4 classrooms to XCP I''m now
making an effort. With the old system I wrote many lines of bash scripts
around the xm command to group and manage my VMs. I used sudo to grant
privileges for each student to start, stop, console into, reboot, and wipe
their VMs without any interaction from me. Now with XCP I had the hope of
moving to the
2003 May 16
1
Problems with spaces prefixing usernames when using Samba as a PDC
Hi All,
Has anybody seen (Hopefully solved ;) this problem?
We're running samba 2.2.8a as a PDC for windows classrooms with an LDAP
backend.
What's happening is that users are waking up the windows machines by
pressing the
space bar and then logging in. They authenticate successfully (leading
spaces ignored)
but windows is miscreating the roaming profiles with leading spaces which
2002 Aug 07
1
No subject
I've got a table of 1 row per observation.
16 questions * n subjects * 4 classrooms (2 teachers * 2 conditions)
I'd like to run some simple regressions that look something like this:
lm(length ~ elapsed)
I'd like to do the regressions several times, split out by
questionkey, student, class. What I've been doing is using a series
of which's to create new data sets (e.g.
2006 May 23
1
after identify labels dissapear XP
Greetings:
Using 'identify' to label points on a plot works just fine. However, when
saving under 'metafile' or using the clipboard the labels dissapear. I
believe it's an SDI issue. I am running last R with last Tinn-r under XP up
to date. Anything I can do besides going back to MDI :-)?
Thanks,
Mihai Nica, ABD
Jackson State University
ITT Tech Instructor
170 East Griffith
2003 Jun 19
2
Fitting particular repeated measures model with lme()
Hello,
I have a simulated data structure in which students are nested within
teachers, and with each student are associated two test scores. There
are 20 classrooms and 25 students per classroom, for a total of 500
students and two scores per student. Here are the first 10 lines of
my dataframe "d":
studid tchid Y time
1 1 1 -1.0833222 0
2 1 1
2000 Feb 18
3
Connection hangs...
In problem-fixing, the "nicest" problems are those reproducible on demand.
Alas, this one is not nice.
System: Samba 2.0.6 on Solaris 2.7 (also see similar on Solaris 2.6).
Symptom (user perspective): PC suddenly, spontaneously freezes and
eventually the connection times out.
Symptom (log file):
[2000/02/15 09:27:30, 0] ../lib/util_sock.c:read_socket_data(474)
1998 Jan 13
4
hosts allow
So far, so good with 1.9.18p1 on HPUX 10.20 (kudos to the Samba team!).
However, I've got a question....
I'd like to be able to restrict access to some of our services, and can
certainly do so with the "hosts allow = " entry in smb.conf - it does
exactly what I want. But... I plan on bringing Samba up on a few campus
hosts, some of which have more extensive listings of PCs I
2002 Dec 05
1
write_socket_data(54) errors
I looked all over the archives to find an answer to this issue with Samba
not loading on my RH7.0 machine.
It turns out that I had deleted the server's name from my /etc/hosts file.
I discovered that by tail -f /var/log/samba/log.smb
when I saw the "unknown host xxxxxxx", I checked /etc/hosts and volia! It
wasn't there. I added the name back in, and restarted Samba.
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 Feb 02
2
R training courses
Hi All,
I am interested in learning about people's experience with R training or
courses. What worked, what didn't? What do you recommend?
Also, if there any groups or individuals that have and can offer R
training courses, please contact me directly. I would like to learn
about your services.
Thanks for your input and help. Please feel free to contact me directly.
Russ