search for: supervisor

Displaying 20 results from an estimated 657 matches for "supervisor".

2006 Feb 07
3
help with relationship
Let''s imagine we are modelling a company that have several shops. I have a Worker model and a Shop model. A worker belongs_to a shop, and each shop has_many workers. But, in a shop there''s a distinguished worker that is the supervisor create table shops ( ... worker_id integer -- the supervisor ); How would you express this relationship?
2009 Mar 31
1
USING MULTILEVEL PACKAGE AND WABA FUNCTION
Dear friends, this time I have a problem with using waba function. Firstly, I'll explain you my situation. In the survey a gruop of supervisors judge the dipendents of a company. One supervisor reported on more than one subordinate. Thus, I need to show that lack of independence is not a problem, and a reviewer told me to use WABA. The question is, how? In which way i can build my X and Y? I've understand that i need a variable grou...
2012 Nov 12
2
Root cannot delete files through samba share
...fter writing the share, no one can erase. But not even the root logging via samba, can erase. Only the machine itself. Anyone can explain why? Another option would be: [MEDIA] path = / mnt / storage / MEDIA browseable = yes writable = yes group = force "supervisors" create mask = 0570 With this setting, the goal would be that users write in the share and the files were to become the group supervisors, and only users belonging to this group be able to erase. But this setup also failed. Does anyone know how I could implement this? The why these set...
2005 Jul 21
1
Self-Referencing Tables and Other DB Complexities
How well does Rails deal with ActiveRecord classes mapping to self-referencing tables and other more interesting database complexities? i.e. Employees table with supervisor_id and mentor_id both self-referencing Employees on the primary key "id" or Categories table with relation table (Parent_Child_Categories) with foreign keys parent_id and child_id both referencing Categories.id allowing for infinite nesting of many-many related categories or Supervisors...
2008 Apr 09
2
GLM fitting in R and Statistica
Hi, I have a problem concerning discrepances between R (which I use) and Statistica (which uses my supervisor). I can't say what is the origin of these differences but unfortunately my supervisor doesn't know that either. Our response variable is number (or presence/absence) of parasites in rodents and explanatory variables are presence/absence of several alleles. The rodents were sampled in t...
2006 Jan 03
7
best authorization?
Hello, I want to allow some users to manage other user accounts, but do not want them to manage the admin account. I have tried auth_generator, login_engine and user_engine I am having a hard time gettign this to work. Looking for advise and help. Thanks Frank -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 29
0
[LLVMdev] Tagging opcodes with supervisor restrictions for MCJIT
Hi All, I'm sorry if this has come up before somewhere on the list, but: Is it possible to tag those opcodes in the llvm bitcode that a) require supervisor (Ring 0) priviledge, or b) cause a trap, e.g. INT or SYSCALL on x86? My reasoning for asking is that the new MCJIT is able to JIT embedded asm (containing such opcodes) but for implementing a sandboxed runtime environment it would be nice to be able to intercept such instructions and force a cal...
2013 Dec 05
0
[LLVMdev] Integrated 'as' for PowerPC by default?
...But it is not on by default. What is the obstacle for this last step? Well, it's support is not complete ... The integrated assembler supports all general-purpose instructions the compiler itself generates, but has only partial support for all the rest, in particular nearly no support for any supervisor mode instructions. This means that if you use inline asm to generate any of those instructions (in particular in kernel code or other code that runs in supervisor mode), this would fail when using the internal assembler. Bye, Ulrich
2017 Jul 06
0
SCL python3 and supervisor
Hi all Is there a possibility to run python3 application (python taken from SCL) under supervisor? I already have one python2 application, and want to add python3 (it's Django app if that matters). A was trying to add LD_LIBRARY_PATH as taken from "enable" script, but it doesn't seems to work (in log i have still python 2.7.5). Is it possible? -- Marcin Trendota
2006 Feb 10
0
Agent supervisor configuration
Hi everyone. I have the follow problem: I need to configure an Agent (Supervisor) for monitoring and intercept calls regarding to different Queue, Any help is appreciated. Regards. Cristian. _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/...
2013 Dec 05
3
[LLVMdev] Integrated 'as' for PowerPC by default?
Hi PPC folks, as of v3.3 the integrated assembler seems to work fine. But it is not on by default. What is the obstacle for this last step? Just curious, Gabor
2014 Feb 23
3
nouveau graphical corruption in 3.13.2
On 9 February 2014 02:57, Ilia Mirkin <imirkin at alum.mit.edu> wrote: > On Sat, Feb 8, 2014 at 10:38 AM, Daniel J Blueman <daniel at quora.org> wrote: >> Interestingly, there was graphical failure booting 3.6.11, even >> nvidia-current fails to initialise, but these two issues could be due >> to running the Xorg stack in Ubuntu 14.04 pre-release. Using >>
2006 Apr 09
1
Join using :THROUGH - SQL is wrong even when using :SOURCE
Here''s a join table for an educational institution: create_table "student_appointments", :force => true do |t| t.column "supervisor_id", :integer, :default => 0, :null => false t.column "student_id", :integer, :default => 0, :null => false t.column "course_id", :integer, :default => 0, :null => false [other columns omitted for clarity] end It is meant to be created when a studen...
2023 Jun 07
0
Supervisor de Seguridad e Higiene
An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/pkg-xen-devel/attachments/20230607/9adb3106/attachment.htm>
2008 Dec 02
2
callcenter supervisor system
hi i need an open source callcenter manager system like queuemetrics but opensource any one know any? i prefer to search before start a new one thanks David -- (\__/) (='.'=)This is Bunny. Copy and paste bunny into your (")_(")signature to help him gain world domination. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Oct 11
0
Invoker 1.0 release with runtime agnostic .dev local domain support and process supervisor
Hello folks, I am happy to release version 1.0 of Invoker. Invoker is a utility belt for managing processes in development environment. Use it for managing multiple processes with ease. Use it for developing web applications on different local domains without /etc/hosts hacks. * Installation gem install invoker * Usage Invoker supports formean like process supervision and also makes http
2000 Jul 17
3
No subject
We are looking for another solution besides Samba, which will allow our application developers using Windows 95/98/NT to access share on our Sun Box running Solaris 2.6 operating systems. Our supervisor feels the Samba installation process is more complex than what we really need. Any suggestions? Steven Hawks NCR Corporation IT Services - GAD Sales and Business Infrastructure * 1529 Brown St., EMD/4, Dayton, Oh 45479 * * (937) 445-3946, fax 445-0375, voiceplus 622-3946 * SH151002@ncr.com
2005 Mar 02
10
[Bug 990] OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II
http://bugzilla.mindrot.org/show_bug.cgi?id=990 Summary: OpenSSH cannot connect to an IBM RSA (Remote Supervisor Adaptor) II Product: Portable OpenSSH Version: 3.9p1 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org Rep...
2016 Mar 02
0
Debugging second dvi output on quadro fx380 not working
...e: >> >> https://fedorapeople.org/~jwrdegoede/mmiotrace.log.xz >> >> And a demmio-ed version (with color esc sequences) here: >> >> https://fedorapeople.org/~jwrdegoede/demmio.log.xz >> >> Some pointers where in this can I find the relevant parts (the supervisor >> irq handling) for this problem would be welcome :) > Look for reads from register 0x610024. A value of 0x10 is the start of > supervisor 0 (nv50_disp_intr_unk10), 0x20 for supervisor 1 > (nv50_disp_intr_unk20), 0x40 for supervisor 2 (nv50_disp_intr_unk40). > > The end of su...
2005 Mar 08
1
To convert an adjacency list model into a nested set model
...Albert", "Albert", "Chuck", "Chuck", "Chuck") > print(Personnel<-data.frame(emp, boss)) emp boss 1 Albert <NA> 2 Bert Albert 3 Chuck Albert 4 Donna Chuck 5 Eddie Chuck 6 Fred Chuck Then it is quite hard to find the all the supervisors of one employee. John's suggestion is to convert the adjacency list model into a nested set model. The organizational chart would look like this as a directed graph: Albert (1,12) / \ / \ Bert (2,3) Chuck (4,11) /...