similar to: matching a string with multiple conditions using grep

Displaying 10 results from an estimated 10 matches similar to: "matching a string with multiple conditions using grep"

2011 Mar 30
3
Connect observed values by a smooth curve, is there any method to get coordinate value of arbitrary point on the curve?
Dear all, I have the problem as the title shows. It is time series of measurements. I want to estimate the value at time point when we have no actual measured value (Only in the time range, not for prediction in future time). Hope you could give me some suggestion or hint. Thank you so much. Wang Zhipeng [[alternative HTML version deleted]]
2012 Jun 28
2
Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
Hello all, When I wanted to use package "foreach", I got the Error. That is: > library(foreach) Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for ‘foreach’ I am using R-2.14.2, 64 bit. Even I reinstalled R and package "foreach", the Error could not be fixed. Would you please to give me some advice? Thanks
2009 Nov 25
0
kernel oops when sync after rm a file at full disk
Reproduce steps: free_size=`df | grep "/" -w | awk ''{print $4}''` dd if=/dev/zero of=tmpfile bs=1024 count=$free_size sync These got done without any errors until disk is full, and then run these steps: rm -rf tmpfile sync (will cause oops) Zhipeng Gong -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body
2015 Mar 12
0
[ANNOUNCE] intel-gpu-tools 1.10
A new intel-gpu-tools quarterly release is available with the following changes: - New frequency manipulation tool (intel_gpu_frequency) - Adjustments for the Solaris port (Alan Coopersmith). - Remove tests/NAMING-CONVENTION since it's all in the docbook now, to avoid divergent conventions. - New CRITICAL log level for really serious stuff (Thomas Wood). - Interactive test mode can now
2020 Aug 07
0
Wine release 5.0.2
The Wine maintenance release 5.0.2 is now available. What's new in this release (see below for details): - Various bug fixes The source is available from the following locations: https://dl.winehq.org/wine/source/5.0/wine-5.0.2.tar.xz http://mirrors.ibiblio.org/wine/source/5.0/wine-5.0.2.tar.xz Binary packages for various distributions will be available from:
2020 Sep 25
0
Wine release 5.18
The Wine development release 5.18 is now available. What's new in this release (see below for details): - Vulkan shader compilation using the new vkd3d-shader library. - USER32 library converted to PE. - Console no longer requires the curses library. - Support for display modes with various orientations. - A number of syntax fixes in the WIDL compiler. - Non-recursive makefiles.
2020 Jun 19
0
Wine release 5.11
The Wine development release 5.11 is now available. What's new in this release (see below for details): - Wine Mono engine updated to 5.1.0, with WpfGfx library support. - More work on the separate Unix library for NTDLL. - Beginnings of a NetIO kernel driver implementation. - Initial support for the Print Ticket API. - Removal of the obsolete 32-bit PowerPC architecture. -
2020 Jun 05
0
Wine release 5.10
The Wine development release 5.10 is now available. What's new in this release (see below for details): - More progress on the WineD3D Vulkan backend. - Beginnings of a separate Unix library for NTDLL. - Better support for anti-cheat kernel drivers. - More glyph substitutions in DirectWrite. - Support for DSS private keys. - ARM64 exception handling fixes. - Various bug fixes.
2020 Apr 10
0
Wine release 5.6
The Wine development release 5.6 is now available. What's new in this release (see below for details): - Still more Media Foundation work. - Improvements to Active Directory LDAP support. - A few more modules converted to PE. - Improvements to gdb proxy mode. - Various bug fixes. The source is available from the following locations:
2011 Mar 16
0
To calculate sample size based on generalized wilcoxon test or Tarone-Ware test
Dear all, I am trying to calculate sample size for a clinical research, on the basis of generalized wilcoxon test or Tarone-Ware test. It seems SAS can do this job using it "POWER" procedure, but SAS is not available to me. I would be very grateful if you could let me know if any R package or other tools which could cope with this problem. Best Regards, Wang [[alternative HTML