Displaying 5 results from an estimated 5 matches for "xsym".
Did you mean:
sym
2011 Jan 10
2
Aggragating subsets of data in larger vector with sapply
Have 40,000 rows of buy/sell trade data and am trying to add up the buys for
each second, the code works but it is very slow. Any suggestions how to
improve the sapply function ?
secEP = endpoints(xSym$Direction, "secs") # vector of last second on an XTS
timeseries object with multiple entries for each second.
d = xSym$Direction
s = xSym$Size
buySize = sapply(1:(length(secEP)-1), function(y) {
i = (secEP[y]+ 1):secEP[y+1]; # index of vectors between each secEP
return(sum(as.numeric...
2015 Jan 05
1
Symbolic links not visible on osx 10.10
...a link in the osx client, it creates
a file with some content in the share (no *real* symbolic link), so when
I type the following in the osx client console it shows the link:
ln -s non_existent linkname
But on the server, `linkname` is actually a file with some weird content ...
# cat linkname
XSym
0012
08bcb178594050dcd60506a138b8c14c
non_existent
Looks like a candidate for the vfs_fruit module (translate symbolic
links?!)? (tested it with vfs_fruit and without).
Markus
2013 Mar 15
22
[PATCH 00/09] arm: tools: build for arm64 and enable cross-compiling for both arm32 and arm64
The following patches shave some rough edges off the tools build system
to allow cross compiling for at least arm32 and arm64 based on the
Debian/Ubuntu multiarch infrastructure. They also add the necessary
fixes to build for arm64 (which I have only tried cross, not native).
I have posted some instructions on how to compile with these patches on
the wiki:
2004 Apr 20
1
AD<->Linux: Thoughts
...anyone have an opinion on how to proceed, because I'm lost.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.6 <http://mailcrypt.sourceforge.net/>
iD8DBQFAhMKkmlWzPKccHgARAmCsAJ4850r2O0skXtWTMhLzlZM8y7njkACfcBy4
JUttrZSsjjrwF9Lzs19Xkug=
=XSym
-----END PGP SIGNATURE-----
2015 Jan 05
4
Symbolic links not visible on osx 10.10
Hello,
I'm using the latest git 4.2.0 samba version (4.2.0rc4-GIT-93b73bf, to
get latest vfs_fruit module). I noticed the following strange behavior
with OSX clients (10.10.1, 10.10.2 beta):
When they connect using either smb 3.0 or 2.1 (verified on the server
with `smbstatus` and the `version` column `SMB3_00` or `SMB2_10`
respectively), symbolic links pointing at non existent files are not