Displaying 17 results from an estimated 17 matches for "mys".
Did you mean:
my
2010 Mar 10
1
nested subset for a dataframe
...e V1 (group A, B or C), I want to extract rows
for which V2 is the max for the group in V1, in order to get:
V1 V2
1 A 2
2 A 2
3 A 2
4 A 2
5 A 2
6 B 2
7 B 2
8 B 2
9 B 2
10 B 2
11 C 1
12 C 1
13 C 1
14 C 1
15 C 1
I wrote this function:
mytest = function(df) {
myS = unique(df$V1)
df.tmp = subset(df, df$V1==myS[[1]])
df.sub = subset(df.tmp, df.tmp$V2==max(df.tmp$V2))
for (i in 2:length(myS)) {
df.tmp = subset(df, df$V1==myS[[i]])
df.sub = merge(df.sub, subset(df.tmp, df.tmp$V2==max(df.tmp$V2)),
all=TRUE)
}
df.sub
}
but need some more effici...
2008 Mar 26
1
the most simply attempt [ibmdos_1978@MYS.CO.JP: 15 tips on mind blowing foreplay]
| Date: Wed, 26 Mar 2008 12:06:21 +0200
| From: Rain Myers <ibmdos_1978 at MYS.CO.JP>
| To: klibc at zytor.com
| Subject: [klibc] 15 tips on mind blowing foreplay
> Date: Fri, 21 Mar 2008 13:04:20 -0700
> From: "H. Peter Anvin"
> To: klibc list <klibc at zytor.com>
^^^^^^^^^^^^
to agree to include this in address field ('to' or 'c...
2008 Sep 08
1
Clients disconnecting and msword problem.
...e problem is that sometimes accessing to server from windows client
the mapped drive disappear to return in a second or two. I've got
another strange problem. Opening a word file on the server and trying to
save, MSword tell me that "the disk is full" and can't save. I suppose
mys erver sometimes disconnect from client ( all clients! ).For this
problem take in count that only msword do that stuff. Excel for example
works like a breeze.
This is my testparm output :
[global]
workgroup = MARELLA
netbios name = URANIO
server string = Server
l...
2009 May 28
1
Why won't my ActionMailer work inside the controller?
I''ve got a basic mailer setup and am simply trying to get a Hello
message through. If I go into script/console and execute
Emailer.deliver_message("myself-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org","My subject", "My
message")
it works fine.
However, if I fire up a controller with a test method that invokes the
same thing
def test
Emailer.deliver_message("myself-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org","M...
2011 Dec 12
1
Errno::ECONNREFUSED (Connection refused - connect(2)): sending email in production
...ked in the development log)
now, testing the remote SMTP server , via the production console,
using :
ActionMailer::Base.smtp_settings = {:address =>
"mail.mydomain.com",:port => 587,:domain =>
"mydomain.com",:authentication => :login, :user_name =>
"myself-3Q2Tfjf0mexWk0Htik3J/w@public.gmane.org",:password =>
"xxxxxxxxxxxx",:enable_starttls_auto => false}
class MyMailer < ActionMailer::Base
def test_email
@recipients = "myself-BUHhN+a2lJ4@public.gmane.org"
@from = "noreply-3Q2Tfjf0mexWk0Htik3J/w@public.gmane...
2013 Jun 03
2
Difference MySQL between 1.6.x and 11.4.x
Hi
i have installed a new Asterisk server on Fedora. My first server use
Asterisk 1.6.x with a MySQL CDR and
realtime.
I have a small problems, when i configure on the new server, the same
information in MySQL, we have a error:
[Jun 3 16:27:59] ERROR[3140] res_config_mysql.c: MySQL RealTime: Failed to
connect database server SSI on myhost.myserver.com (err 2003). Check debug
for more info.
[J...
2019 Nov 08
1
MariaDB database for users and passwords?
...sconnected (disconnected
Ken> before auth was ready, waited 0 secs): user=<>, rip=127.0.0.1,
Ken> lip=127.0.0.1, TLS handshaking: SSL_accept() syscall failed: Success,
Ken> session=<PE2g8dmWyr1/AAAB>
Ken> Nov? 8 13:28:53 grace dovecot: auth: Fatal: Unknown passdb driver 'mysql'
This line right here looks to be the problem. Do you have mysql
support compiled into your Dovecot instance? I run my own domain and
I thought I'd do SQL (mysql or sqllite) for my stuff, but the
compilications were so much that it was simpler to drop to plain text
files.
IMHO, if you...
2012 Nov 07
0
RODBC to MS SQL Server update error
...<0 rows> (or 0-length row.names)
sqlQuery(pipe,"update ComDetailCurrent set RateTypeId=1 where RateTypeId is null;")
[1] "[RODBC] ERROR: Could not SQLExecDirect 'update ComDetailCurrent set RateTypeId=1 where RateTypeId is null;'"
On the other hand with MySQL
> sqlQuery(mys,"update rate_hist set val=5.0 where dtend<'1986-05-01'")
[1] "No Data"
Please, try to update a table on SQL server and give it a where condition such that zero rows will be updated. And post the result on this forum :-)
Thanks everybody and have a...
2010 Jun 10
0
How come need to get MySQL to work in a strange way?
The following is an error for using RoR with MySQL:
C:\ror\shov17>rake db:migrate
(in C:/ror/shov17)
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please
install
the mysql gem and try again: gem install mysql.
rake aborted!
193: %1 is not a valid Win32 application. -
c:/ruby/lib/ruby/gems/1.8/gems/mys
ql-2.8.1-x86-mingw32...
2008 Mar 06
4
dot matrix POS parallel printer problems
I have a application that writes to the LPT1 directly,
in wine there is a lot of missing characters in the printout,
in the console printing to /dev/lp0 works ok.
I'm using puppy linux.
Any help welcome.
Thank you
2009 Aug 27
2
error sys_lseek copy file samba 2.2.7
I can?t copy some files from server to directory /adawork/softtek om AIX box
I?m using AIX 5.3 with samba 2.2.7-4
Here?s mys logs from samba server
_________________________________________
file log.windows-server
seek_file: (FAT_ATRASO_TRANS_5_3_1_in.txt) sys_lseek failed. Error was Invalid argument
[2009/08/27 13:30:59, 3] smbd/error.c:error_packet(94)
error string = Invalid argument
[2009/08/27 13:30:59, 3] smbd/e...
2009 May 13
11
Simulation
Dear R users,
Can anyone please tell me how to generate a large number of samples in R, given certain distribution and size.
For example, if I want to generate 1000 samples of size n=100, with a N(0,1) distribution, how should I proceed?
(Since I dont want to do "rnorm(100,0,1)" in R for 1000 times)
Thanks for help
Debbie
2006 Jul 18
2
how can I delete rows?
...+ +
90 Japan JPN + +
91 Jordan JOR + +
92 Korea KOR + +
93 Kuwait KWT - -
94 Malaysia MYS + +
95 Nepal NPL + +
96 Oman OMN - -
97 Pakistan PAK + +
98 Philippines PHL + +
99 Saudi Arabia...
2012 Jul 24
0
(no subject)
...ello People !
I?m using the new version Debian 6.0 (squeeze), so I configurate ldap and Samba.
But when i try log in windows machine, i enter with user and password, after click,
show the message for change your password, so come the message say: you not have permission to change the password. See mys commands:
root at debian:~# smbclient -L localhost -U secretary
Enter secretary's password:
session setup failed: NT_STATUS_PASSWORD_MUST_CHANGE
----------------------------------------------------------------
root at debian# smbclient -L localhost -U rodrigo
Enter rodrigo's password:
sess...
2019 Nov 08
3
MariaDB database for users and passwords?
On 07 Nov 2019, at 23:00, Ken Wright <wizard at bnnorth.net> wrote:
> I'm getting an error message saying "user unknown" when I send test
> emails to my server.
You need to look at the logs.
--
Everybody wants a rock to wrap a piece of string around
2008 Apr 11
7
problem with package function and removing rpms
I have a recipe that I''m ensuring that I remove rpms that may be
installed by CentOS/RHEL before I install the MySQL.com rpms.
the recipe and logs are listed below. For testing I have mysql-* rpms
already installed.
Is there a method to force specific order to run the recipe?
What am I doing wrong?
# install mysql rpms (not CentOS/RHEL vesions)
# PROCESS:
# - removes any CentOS/RHEL rpms that might be inst...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...{}JI&
zfS)1B^Qy51X8MK;D!-vY<DEwVMgztG#%lZq at OB=Da6DiFXcGaG0I09?WQ0>dp9YwY
z_zZ-Yu^TW;oo6CF3+dSi=OCPma2{Yj;tLQi1YqVmFVZ+cKW|u!^b){Q<S#?G9Iyhg
z66sZd)!@VUI<En3Enpqe5okI{>yg|57AQ&QjR-d(eJ{ez2)BR at qUd}d;#&dRkcPNA
zZ$}7Gb-o{b4*(uS-a~+g5q|{X4#1;;#{iFmwiB=m@!co~@pj&W_!FS*MYs>}q{h1(
z02~Ay0z9R0`m|>J36ckyfJ8td$aX%X8CzAxZ-foG at rcH6d=BtD;3(i2;5gs};3NR1
z_{JAd)hUht=?vgSz*)dc8o%ikz^j1QG~))&bIxh}&u?h_<~Pv{l!YLhK-mZsDd#Q3
zp+tXv8zG92*8oC+-qCpBdm8V0H}CoZ0zdEiA%c$p9|JxCd<yssP{q4`j^GQxml(rW
z8t?WE;9J0VfbRi60Dc7g1o#<n9)K}*`vq_T&_H>&QGn5aF at Ujv...