Displaying 6 results from an estimated 6 matches for "30t15".
Did you mean:
30515
2010 Dec 02
3
plot more plots from one matrix
Hi,
I have a dataframe like this:
procedure property sensor_data sensor_date
| | | |
[1,] "PAT_Laser_2" "Distance" "30.42" "2010-09-30T15:00:12+0200"
[2,] "PAT_Laser_2" "Distance" "31.22" "2010-10-31T15:05:07+0100"
[3,] "PAT_Laser_2" "Distance" "30.42" "2011-09-30T15:00:12+0200"
[4,] "PAT_Laser_2" "Distance" "...
2017 Jul 30
2
dovecot auth errors for a new user
.../dovecot.pem
ssl_key = </etc/ssl/private/dovecot.key
userdb {
driver = passwd
}
www:/etc/dovecot # dovecot --version
2.2.13
Sending of password for user facebook did not succeed. Mail server
mrbrklyn.com responded: Internal error occurred. Refer to server log for
more information.
2017-07-30T15:41:58.803006-04:00 www dovecot: pop3-login: Login:
user=<facebook>, method=PLAIN, rip=10.0.0.62, lip=96.57.23.82,
mpid=25269, TLS, session=<D5J/G45VQgAKAAA+>
2017-07-30T15:41:58.812827-04:00 www dovecot: pop3(facebook): Error:
user facebook: Initialization failed: Namespace '':...
2011 Jun 02
5
`time` element syntax
...need such a
thing", but humour me for a moment by pretending that in fact we do.
HTML5 added a number of new tags to the mix, but arguably the most
significant is the `time` element. It associates a machine-readable
timestamp with a human-readable string (e.g. `<time
datetime="2011-05-30T15:00-07:00">30 May 2011</time>`).
I would love to be able to write something like `[30 May
2011]{2011-05-30T15:00-07:00}`.
`/^(\d{4})-(\d\d)-(\d\d)T(\d\d):(\d\d)(?::(\d\d)(?:[.](\d+))?)?([-+]\d\d:\d\d|Z)$/`
could be used to ensure that only valid `datetime` attribute values are
matche...
2017 Jul 30
2
dovecot auth errors for a new user
Am 30.07.2017 um 21:49 schrieb Ruben Safir:
> 2017-07-30T15:47:23.113000-04:00 www dovecot: pop3(facebook): Error:
> user facebook: Initialization failed: Namespace '': Mail storage
> autodetection failed with home=/home/facebook
> 2017-07-30T15:47:23.116805-04:00 www dovecot: pop3(facebook): Error:
> Invalid user settings. Refer to serv...
2017 Jul 30
0
dovecot auth errors for a new user
2017-07-30T15:47:23.113000-04:00 www dovecot: pop3(facebook): Error:
user facebook: Initialization failed: Namespace '': Mail storage
autodetection failed with home=/home/facebook
2017-07-30T15:47:23.116805-04:00 www dovecot: pop3(facebook): Error:
Invalid user settings. Refer to server log for more info...
2010 Dec 01
5
Plot a matrix recursively
Hi,
I have the following matrix (named m):
key
sensor_date Laser_1 Laser_2
Laser_3
2010-09-30T15:00:12+0200 6 3
1
2010-10-31T15:05:07+0100 5 4
2
2011-09-30T15:00:12+0200 6 3
1
2011-10-31T15:05:07+0100...