search for: f002

Displaying 6 results from an estimated 6 matches for "f002".

Did you mean: 2002
2010 May 31
2
VMware and multiple vmdk files
With VMWare (server), you can pre-allocate your image in several vmdk files. But I have not bee able to mount that in guestfs. On file (e.g. guest.vmdk) is a text file pointing to all the other files (e.g. guest-f001.vmdk, guest-f002.vmdk,...). I tried the following scenarios without success: 1- just adding the base vmdk: add_drive guest.vmdk 2- adding all the files: add_drive guest-f001.vmdk add_drive guest-f002.vmdk ... It works if I merge all the files with vmware-vdiskmanager (something like: vmware-vdiskmanager -r guest...
2009 Sep 21
1
Skipping missing files when importing data
Trying to import a bunch of data files named like f001, f002, ....f999. Some of the files may be missing and the missing files vary from time to time. Used for loop and read.table. When it reaches the missing file (say f100), it shows: Error in file(file, "r") : cannot open the connection In addition: Warning message: In file(file, "r")...
2016 Apr 10
0
unbalanced number of rows
HiI have a data frame with rows specifying companies (codes are assigned to companies) and columns specify months (monthly data). The data is based on male (M) and female (F) information for each month. Following is an example of how data looks like: 01 02 03 04001 na M M M001 M M M F002 M F F na003 M na na M003 F M M F003 F F M M na= no male/female. Now, I want to firstly add rows with similar codes to see total number of Male and Female in each month. Secondly, I need to calculate fraction of Female in each month (F/ M+F) for these three companies. Kindly guide me in this regard....
2016 Apr 10
0
unbalanced number of rows
...ave a data frame with rows specifying companies (codes are assigned > to companies) and columns specify months (monthly data). The data is > based on male (M) and female (F) information for each month. Following is > an example of how data looks like: > 01 02 03 04001 na M M M001 M M M F002 M F F na003 M na na M003 F M M > F003 F F M M > na= no male/female. > Now, I want to firstly add rows with similar codes to see total number of > Male and Female in each month. Secondly, I need to calculate fraction of > Female in each month (F/ M+F) for these three companies. > K...
2012 Nov 26
0
How to set GCC version for ovmf compilation
...puLib/BaseUefiCpuLib/OUTPUT/X64/InitializeFpu.obj] Error 1 build.py... : error 7000: Failed to execute command make tbuild [/home/kristian/xen/xen-unstable.hg/tools/firmware/ovmf-remote/Build/OvmfX64/DEBUG_GCC44/X64/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib] build.py... : error F002: Failed to build module /home/kristian/xen/xen-unstable.hg/tools/firmware/ovmf-remote/UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.inf [X64, GCC44, DEBUG] - Failed - Build end time: 17:08:23, Nov.26 2012 Build total time: 00:00:02 make[6]: *** [ovmf.bin] Error 1 make[6]: Leaving direc...
2020 Feb 07
11
[PATCH 0/6] drm: Provide a simple encoder
Many DRM drivers implement an encoder with an empty implementation. This patchset adds drm_simple_encoder_init() and drm_simple_encoder_create(), which can be used by drivers instead. Except for the destroy callback, the simple encoder's implementation is empty. The patchset also converts 4 encoder instances to use the simple-encoder helpers. But there are at least 11 other drivers which can