Displaying 5 results from an estimated 5 matches for "wavexx".
Did you mean:
wavex
2010 Jul 02
1
File sharing solution
I would like to offer my isp clients a solution for sharing (big) files,
basically on one-to-one basis. This is how I imagine it:
- an anonymous or registered user can upload a file
- on response (s)he will get a file-specific (or batch-specific)
username/password
- (s)he can send a link and un/pw by email
- the receiver can download the file
- the file will be automatically deleted from the
2010 Jun 18
3
free ftp server
Hi,
I'm looking a linux freeware for sharing file with a web browser
interface - protect file by password, send link to download by email....
Something like the following service:
https://www.yousendit.com/
http://www.hongkiat.com/blog/15-great-free-online-file-sharing-alternati
ves/
The idea is to install this service in OUR server for sharing files
beetwen other company. For
2023 Aug 27
1
R packages to send plottable data to external apps
I was curious what R packages, or indeed any other applications, exist
to plot streamed data from arbitrary data generators. It need not
be publication quality plotting but it should be easy to use like
an oscilloscope. I was working on something called datascope that I
am using for 1D finite difference monitoring and recently interfaced it
to freefem. I also created an R package. If there is
2009 Jul 05
3
Memory management issues
Hi everybody,
I have been interfacing some C++ library code into an R package but
ran into optimization issues specific to memory management that require
some insight into the GC.
One of the C++ libraries returns simple vectors of integers, doubles and
complex which are allocated and managed from the library itself. I
cannot know the length of the array beforehand, so I cannot
pre-allocate that
2011 Feb 15
2
Building btrfs as a dkms module on Debian
Hi everyone. I was trying to test a more recent version of btrfs on my current kernel (2.6.37) using dkms, without success.
I followed these instructions:
https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories
- cloned the repo
- symlinked to /usr/src/btrfs-git
- patched version.sh:
Please note version.sh requires bash (better to change the shebang or fix the script).
Even with the