search for: indistinct

Displaying 8 results from an estimated 8 matches for "indistinct".

Did you mean: distinct
2009 May 19
4
proper way to ensure atomic model changes
Hi! Say we have a rails active-record-based model called "instance" which can have different states - STOPPED, RUNNING, STARTING_UP, SHUTTING_DOWN, etc... There is a method #start which changes the instance state to STARTING_UP only if it is STOPPED. def start if self.state == STOPPED self.state = STARTING_UP self.save ... end end As you understand if we have multiple
2000 Jun 05
1
forcing graphs to all black ink
Is there an easy way, for MCLUST in particular, to force its graphical output to all black and not use colors to show the clusters/groups? It shows the groups quite nicely by using triangles, crosses, etc. Unfortunately, my printer doesn't convert reds and yellows too nicely and the result is a indistinct figure on the page. (Yes, I have access to a color printer but my intended publication venue charges outrageous page fees for color plates... ). Thanks, Mark Hall markhall at gol.com -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read ht...
2010 May 03
4
6 different games share 3 different bugs
...;. 2- Mark one bug as duplicate of the other, and create a new one, assigning to each one the audio and resolution issues, respectively. 3- Somehow manage to rename those bugs to "Game crashes when audio is enabled" and "Game crashes when resolution is set higher than 640x480" indistinctly. Download links to get demos of some of these games, if you want to give them a try: Pro Evolution Soccer 4 demo (http://download.cnet.com/Pro-Evolution-Soccer-4-demo-small-/3000-7473_4-10338868.html) Pro Evolution Soccer 5 demo (http://dl.konami-europe.net/pes5demo_no_VO.exe) Pro Evolution Soc...
2007 Jun 03
2
zaptel on CENTOS servercd
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Khaled Chehab > Sent: Sunday, June 03, 2007 6:58 AM > To: 'Asterisk Users Mailing List - Non-Commercial Discussion' > Cc: asterisk-users-bounces@lists.digium.com > Subject: [asterisk-users] zaptel on CENTOS servercd > >
2023 May 10
2
SFTP support for subsecond times
...3-05-09 13:47:59.422975530 +0200 Modify: 2023-05-09 08:07:12.267263456 +0200 But `stat /mnt/whatever/foo` (the same file copied to the sshfs mounted directory) shows: Access: 2023-05-09 13:47:59.000000000 +0200 Modify: 2023-05-09 08:07:12.000000000 +0200 This is giving trouble to use those files indistinctly from both paths by software that stores the mtime in a database to check if the files changed since the last time they were processed. Since sshfs basically uses sftp internally, I checked the openssh implementation and indeed, it doesn't support subsecond times in file attributes, so I'...
2008 Apr 24
0
[LLVMdev] Compile units in debugging intrinsics / globals
Hi, > Suppose I have the following source: > > file1: > #include "file2" > #include "file3" > int fn1(void) ... > > file2: > int a; > > file3: > int fn2(void) ... > > then fn1, along with all the base types etc appear to be in compile unit > "file1", the variable a appears to be in compile unit
2008 Apr 23
3
[LLVMdev] Compile units in debugging intrinsics / globals
I have a question about the llvm debugging records, especially wrt compile units. In the non-LLVM sense, a compile unit is essentially everything contained within a single .o file, and it is derived from one or more source and header files. Included in a compile unit are functions and global data. Dwarf records refer to compile units in the same way: a compile unit record has children which
2013 Jul 12
4
simplify a dataframe
Hello I have the following problem : group the lines of a dataframe when no information change (Matricule, Nom, Sexe, DateNaissance, Contrat, Pays) and when the value of Debut of lines i = value Fin of lines i-1 I can obtain it with a do loop. Is it possible to avoid the loop ? The dataframe initial is df1 dput(df1) structure(list(Matricule = c(1L, 1L, 1L, 6L, 6L, 6L, 6L, 6L, 6L, 8L, 8L, 8L,