search for: rector

Displaying 7 results from an estimated 7 matches for "rector".

Did you mean: vector
2006 Nov 16
1
How Aggegate Data in R
...present in the data. I need to obtain similar results in R, but I do not know. Please, Could any one suggest how to make this with R? Thanks in advance, Xavier ======================= Xavier G. Ordo?ez Doctoral Student Facultad de Educacion Departamento MIDE Universidad Complutense de Madrid C/ Rector Royo Villanova s/n 28040 - Madrid Spain Tel: +34-913946140
2002 Mar 15
0
File System Error [1026]
...ay searching the documentation and the mail list with out much luck. Please forgive if this question is already answered somewhere, if so, please simply point me in the right direction. I have RedHat 7.2 with Samba 2.2.1a and configured security = share I am using Windows 98 and can map my home directory to a drive letter, but I observe several strange behaviors. The log files are suspicisuoly void of any information. 1) When I try to copy a simple file 'test.c' from the linux directory to the windows machine, I get a 'File System Error [1026]' error. And cannot copy the file. 2)...
2002 Sep 12
0
Sharing of Directories & assigning group permissions to directories
...me an authenticated user dclicks the network neighborhood icon or my network places icon, they will be able to see all shared folders for that matter but could only open shared folders that corresponds to their respective group memberships. For example: 1. I wanted to create in /home a group of directories with group members Admin Directory Member Users - Rector, Principal, Treasurer, Deputy Principal and so on. Teachers Directory Member Users - Teacher1, Teacher2, Teacher3 and so on. Students Directory Member Users - Student1, Student2, Student3, and so on. 2. Whenever a user tries to log on...
2002 Oct 19
0
Fwd: [hangout] Busy Week for NYLXS [ruben@mrbrklyn.com]
...exciting Presentation from Billy Donahue on C and TCL integration. Billy is one of the brightest Free Software Programmers in the city, and very articulate and friendly. Food and Beverages are available. This hould be well attended at the Killarny Rose 80 Beaver street, NYC - Take the N,R to Rector or Whitehall street 2,3,4,5 to Wall Street, A,C to Fulton Street, J,M to Broad Street. Time: 7:00PM On Tuesday Night we are having the Linux One class at Rosenzweig and Maffia, 845 3rd Ave, 13th Floor at 7PM. 51t and 3rd Avenue. This class has room and people are invited to take this very inexpe...
2020 Aug 25
2
Clang generates calls to llvm.memcpy with overlapping arguments, but LangRef requires the arguments to not overlap
+ llvm-dev On 25 Aug 2020, at 13:53, Florian Hahn wrote: > Hi, > > It appears that Clang generates calls to `llvm.memcpy` with > potentially overlapping arguments in some cases. > > For the snippet below > > struct S > { > char s[25]; > }; > > struct S *p; > > void test2() { > ... > foo (&b, 1); > b = a; > b = *p; > ...
2020 Jul 10
4
[cfe-dev] [RFC] Moving (parts of) the Cling REPL in Clang
I like cling, and having it integrated with the rest of the project would be neat. I agree with Hal’s suggestion to explain the design of what remains. It sounds like a pretty small amount of code. > On Jul 9, 2020, at 7:25 PM, Hal Finkel via cfe-dev <cfe-dev at lists.llvm.org> wrote: > > I think that it would be great to have infrastructure for incremental C++ compilation,
2020 Jul 10
0
[cfe-dev] [RFC] Moving (parts of) the Cling REPL in Clang
I do not know enough about cling, but I like what you describe very much, am particularly intrigued about how your approach could also be appropriated to do ahead-of-time constexpr metaprogramming as well, which also involves incrementally adding declarations to the translation unit. Dave > On Jul 9, 2020, at 11:43 PM, JF Bastien via cfe-dev <cfe-dev at lists.llvm.org> wrote: > >