Questions tagged [pdc]

15 questions
18
votes
9 answers

Mono created features available on .NET?

I noticed the following today: Mono at the PDC 2008? My talk will cover new technologies that we have created as part of Mono. Some of them are reusable on .NET (we try to make our code cross platform) and some other are features that specific to…
rudigrobler
  • 17,045
  • 12
  • 60
  • 74
4
votes
4 answers

What's the answer to this Microsoft PDC challenge?

In today's channel9.msdn.com video, the PDC guys posted a challenge to decipher this…
Judah Gabriel Himango
  • 58,906
  • 38
  • 158
  • 212
2
votes
1 answer

Labels don't appear in hierarchical clustering plot (dendogram) in R

I wish to use the permutation distribution clustering package of R (https://cran.r-project.org/web/packages/pdc/pdc.pdf) for multivariate time series clustering. After using pdclust method(page 11 of the url pdf ) for hierarchical clustering, I…
user6599365
2
votes
7 answers

What are the best PDC 2008 videos that I need to look at?

Considering the full list of PDC videos published here what are, in your opinion, the best session to download and see, considering their relevance to your work, technology and so on? Pleas, one session per answer (exception only for the sessions…
massimogentilini
  • 4,102
  • 5
  • 29
  • 32
1
vote
1 answer

What news/talk from the Microsoft PDC (2009) will have the most effect on you as a programmer?

(I have made this a community wiki) As a programmer that mostly works with .NET, the feature direction of the Microsoft development platforms have a great effect on my feature work. The recent PDC gives an insight into where Microsoft is going with…
Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317
0
votes
2 answers

pam_mont of home and shared folders

I have a samba network. Authentication is done using winbind and uses login successfully. Home folder is mount with no problem, but users don't have access to mounted subfolders: /home/user -> user home /home/dept -> shared files If I login as…
enboig
  • 105
  • 1
  • 7
0
votes
1 answer

Parallel Computing in C# Two classes printer and Load balance , load balance class contains 2 printers i.e hp101 and hp434

I ran into a problem called parallel computing. I have two classes, Load Balance and Printer. The printer class contains lock to prevent another printer came across now the load balancer class has all printers it is his duty to manage printers to…
0
votes
2 answers

How to plot the probability density curve?

I am using the following script to plot the probability density curve but it only shows the histogram as a function of density. May someone suggest to me how can I get the probability density curve. from matplotlib import pyplot from numpy.random…
Adnan
  • 67
  • 6
0
votes
0 answers

Automatically switching ftp connection with openPDC

Background, we use openPDC as an ftp to transfer files from various partners. Some partners have multiple clone servers, for example server 1, 2, and 3 (some partners only have 2 servers, some have more). They all produce the exact same files,…
babno
  • 267
  • 2
  • 6
  • 15
0
votes
2 answers

Retrieve badpwdcount with LDAP on PDC

I'm trying to get the values from "badpwdcount" attribute. Problem is in order to get accurate value I should query to PDC ( Primary Domain Controller ). At the moment, I'm using powershell to solve with LDAP search. The question : Is there any…
Ender
  • 835
  • 1
  • 12
  • 23
0
votes
1 answer

PDC calculation in R - Removing Loops

I am just starting to learn R, which has been really useful, and I'm trying to use it to calculate Proportion of Days Covered. This metric has to do with measuring a person's adherence to their medication. Basically, for a given time period you…
araskazes
  • 73
  • 2
0
votes
1 answer

Join Windows 7 to SAMBA+LDAP PDC

In my smb.cfg I have follow command for adding machine user to my PDC server: add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false "%u" When I want to join new Win7 machine to my PDC with root user (this is…
Kolesar
  • 1,265
  • 3
  • 19
  • 41
0
votes
0 answers

DotNetZipLib + Krakatoa PRT + C#

so I am writing a C# converter that converts between Maya PDC particle caches and Krakatoa PRT particle caches. I can read and write the PDC files no problem, but I am having issues with the PRT format.…
0
votes
0 answers

The kerberos authentication of Windows clients and Redhat5.5 with Samba PDC

Now,I already realize that configure Redhat5.5 as PDC(primary domain controller), and the clients(windows xp and windows2003) can join the realm. The realm name of Redhat5.5. is EXAMPLE.COM. Currently, when the time the client(eg: windows 2003)…
-1
votes
1 answer

Hyperledger fabric - Need two unique fields in private data collection

I am working on a scenario in private data collection where I want to have one more unique field other than ID. e.g. I have an object which contains carID, color, modelNumber fields of which I want carID as well as modelNumber to be unique. When I…
SandyP
  • 3
  • 1