Displaying 20 results from an estimated 4000 matches similar to: "Online BSD teachers/tutors wanted"
2011 Mar 06
2
Monte carlo help
Hello, I am currently doing my project and I need some help.
I am trying to schedule tutors for a study room where students come in and
out for helps. My goal is to schedule the tutors to maximally accomodate to
the flow of students that need help with math so that each tutor is given an
appropriate(also consecutive) hours of schedule. I am using monte carlo
simulation for this, however I have
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
2005 Jul 25
2
Domain groups with spaces in their names
Hello Samba,
I have a Samba file server which I have successfully joined to a domian
controlled by a Windows 2003 domian controller. I cannot get the server to
allow access to users who are members of a group with spaces in its name.
The domain has three (main) groups:
- students
- teachers
- spaced users
My Samba.conf has the following shared directories defined:
[teachers]
comment =
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.
2004 Jun 22
2
group and user permissions issue.
I have browsed through loads of archive material and cant seem to find
anywhere where this exact issue has been posted.
am using samba 2.28 set up as an NT domain, there are no problems with
the general configuration. My issue is witb samba not following the
permissons I have set on files in a shared directory.
Purpose: set up a directory for students and teachers where students can
leave files
2005 Nov 30
1
home directory permissions
Hi all,
I use samba-3.0.20b on a solaris 10 box with a ldap backend.
All works fine except one thing:
I have an account "bob".
Its home directory is "/tmp/teachers/bob"
Its group is "teachers".
However when I define the teachers repository permissions like this:
[zoe.root:367] ls -al /tmp
drwxrwx--- 2 root teachers 177 Nov 15 13:22 teachers
(access in
2012 Apr 29
1
Samba4 with Posix ACL's
Hi everyone
I'm setting up a report writing system for a school. All teachers need
rw access to the reports which are in a folder of the same name.
Teachers are in a group called teachers and there is a share called reports:
[reports]
path = /data/reports
read only = No
create mask = 0770
/data/reports has a Posix ACL:
getfacl /data/reports
getfacl: Removing leading '/' from
2007 Apr 18
0
Samba / Winbind / LDAP - Can't access shares
Hi All,
I have the following setup. Samba/LDAP PDC, Samba BDC, Samba member
server, Win2K member server, 300 Win XP Client PCs.
I can access the shares on the PDC from all Win XP clients. I can
access the shares on the Win2K member server from all XP clients, I
can't however access any of the shares on the Samba BDC or Samba member
server from the XP clients.
LDAP is working fine and
2005 Nov 17
0
Replication errors with LDAP and problems with NT machines
Hi all!
I work as a computer technician for a small school and have recently
upgraded our network to use samba servers. Our main computers are a PDC,
a BDC, a file server and a backup server, all using Red Hat Fedora Core
3 as a base. The clients on our network consist of machines with Windows
XP and a few with Windows NT.
Everything seems to work just fine except for some minor but annoying
2006 Aug 03
12
More than one has_many :through association between the same 2 models
I wonder if you can have more than one has_many :through association between
2 models.
For example...
I have a model Teacher and a model Class
Now, 1 Teacher works in many Classes, right?. So I need a join model like
class Work < ActiveRecord::Base
belongs_to :teacher
belongs_to :class
end
But I also would like to know if a teacher CAN teach a class before I
2010 Jun 18
0
Simple search in ror
Hi,
i need to implement a simple text function for the app i dev now.
1- the form in app/views/layouts
<% form_tag({:controller => "teachers", :action => "search"}, :method =>
"get") do %>
<%= text_field_tag :query, nil, :id => "search-text" %>
<%= submit_tag("GO", :id => "search-submit") %>
<% end
2000 Jan 27
2
Many Unix accounts to one samba account
Hi Folks.
I have set up a samba server on a machine running Linux 6.1 and it works
perfectly. But i have a problem :
Approx. 200 teachers are going to register the students absence,
and I don't want them to have one password each. ( You know teachers and passwords ).. :-)
I thought I could change the Samba password once per month and deliver it to the teachers by e-mail.
But I dont want
2008 Feb 06
1
How to have a Default Profile per group ?
Hello,
My main question is :
? Is it possible to have a dedicated Default Profile per group ? ?
The idea is to have a specified and prepared default profile for each
groups we have. For the time being we've already had a "Default User/"
directory in our netlogon directory which delivers a single and only
fresh default profile. It's the same profile for everyone even if
2006 Jan 23
3
create and update with has_many :through
I''m using Edge Rails and the new has_many :through in my code. What
I''m trying to do is modify my create and update code to use the new
relationships. I''m using a table called course_teachers for the joins.
Here is what I have so far:
def create
@course = Course.new(params[:course])
@teacher = Teacher.find(params[:primary_teacher])
@course.teachers =
2013 Feb 13
0
Online Beginner's Guide to R course with video/audio files
Following our successful book: 'A Beginner's Guide to R', we are please to
announce an online R course based on this book.
Video/audio files
Discussion board
Video footage of instructors
Nearly every section of ?A Beginner?s Guide to R? is covered. Each
chapter is presented as a powerpoint video file with audio comments and
you can see our computer screen with R code and results.
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
-
2004 Jul 05
1
on the fly access and privilege determination
Hi,
I have a active directory domain of windows 2000.
inside AD i have three user groups. Teachers, students
and administration.
every user has his home directory created on the
fly. the umask is 0022.
now what i want is that apart from users accessing
there home directories there should be some other
folders too which they can access.
like teachers would like to access the
2005 Feb 22
1
Instiki @ O''Reilly ETech 2005
Hi all,
Sorry if I should be posting this elsewhere--I couldn''t find an
Instiki specific mailing list, but the Instiki site is down.
I wanted to mention that my friend Tim Lauer and I are going to be
doing a short "high order bit" talk at the O''Reilly Emerging
Technologies conference, describing a particular use of Instiki which
we came up with: