search for: blob

Displaying 20 results from an estimated 6476 matches for "blob".

2016 Feb 05
3
[PATCH] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID. --- src/inspect-fs-windows.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 2 deletions(-) diff --git a/s...
2004 Sep 22
3
RMySQL and Blob
Dear R experts, Does RMySQL package handle Blob datatype in a MySQL database? Blob can represent an image, a sound or some other large and complex binary objects. In an article published by R-database special interest group, named "A common database interface (DBI)" (updated June 2003), it's mentioned in "open issues and lim...
2016 Feb 05
2
[PATCHv2] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID. --- changes since v1:...
2016 Feb 06
1
[PATCH v3] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to also return drive letters for GPT paritions. Previously this worked only for MBR partitions. This is achieved by matching the GPT partition GUID with the info stored in the blob from HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID. --- changes since v2: * added code review changes as per rjones src/inspect-fs-windows.c | 96 +++++++++++++++++++++++++++++++++++++++++++++++- 1...
2006 Apr 28
9
Q: Timing of render :update in an action ?
Hey folks, am hoping someone can set me straight with a solution to an issue that has come up involving the timing of rendered page elements in relation to the completion of an action''s execution. I have an ror search app which searches through two tables consisting of 7,000 page urls and a table w/ 87,000 related keyphrases within those pages. Search results can take anywhere from 2
2016 Feb 05
0
Re: [PATCH] inspect: get windows drive letters for GPT disks.
...15:32PM -0500, Dawid Zamirski wrote: > This patch updates the guestfs_inspect_get_drive_mappings API call to > also return drive letters for GPT paritions. Previously this worked > only for MBR partitions. This is achieved by matching the GPT partition > GUID with the info stored in the blob from > HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob > contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID. > --- > src/inspect-fs-windows.c | 98 +++++++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 96 insertions(+), 2 del...
2019 Jul 12
2
Introducing an Alignment object in LLVM
...mall. I would like to seek guidance from the community: - Is this patch worthwhile? - If so, how should it be reviewed? Should it be split? -- Guillaume PS: If you intend to have a look at it you should start with `llvm/include/llvm/Support/Alignment.h` 1 - https://github.com/llvm/llvm-project/blob/b725d27350ffdda9e8e9144668ad54c922297f59/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp#L2593 2 - https://github.com/llvm/llvm-project/blob/b725d27350ffdda9e8e9144668ad54c922297f59/llvm/lib/CodeGen/SafeStack.cpp#L545 3 - https://github.com/llvm/llvm-project/blob/b725d27350ffdda9e8e9144668ad54c922297f5...
2014 Feb 01
1
Running examples with R5 constructor from package failing
I am having an issue with reference classes (R5) in a package I am developing. They have both been illustrated in the `roxygentest` package I've got hosted on Github [1].? When I run `R CMD check .` on the source directory of my package I am told that: > Error: could not find function "Blob" However, when I install and load the package, I can successfully run the command in the example.? Does someone know why this is happening? The relevant definitions and the example (in Rd format): R5 definition: ``` draw.Blob <- function (type = 'small')? { ? 'Something abou...
2016 Feb 05
1
Re: [PATCH] inspect: get windows drive letters for GPT disks.
...; > This patch updates the guestfs_inspect_get_drive_mappings API call > > to > > also return drive letters for GPT paritions. Previously this worked > > only for MBR partitions. This is achieved by matching the GPT > > partition > > GUID with the info stored in the blob from > > HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this > > blob > > contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID. > > --- > >  src/inspect-fs-windows.c | 98 > > +++++++++++++++++++++++++++++++++++++++++++++++- >...
2005 Mar 07
5
Asterisk & MySQL Blobs
Hello Folks, Has anyone had production experience using * w/ MySQL Blobs to store sound files? The application I am working on requires all user data resides in a database. I am currently reading/writing the files to disk via a phpagi scripts but I would love to read the blob into a variable in the dial plan, etc. It seems like a waste of resources to write and del...
2006 Mar 21
4
activerecord - mysql blobs...
I''m struggling with activerecord and mysql blobs (uploading files)... blobs over 400K-ish cause the below exception... ActiveRecord::StatementInvalid in File#upload Mysql::Error: Lost connection to MySQL server during query: I''ve tried blob, mediumblob, and longblob... I''m using windows xp for development - and have not i...
2011 Dec 14
0
Reading Oracle SQL Developer BLOB/CLOB files into R (Packages: DBI, foreign, RODBC, ROracle)
Hi everyone, I have been following these forums closely for the last few months but this is my first time posting. Basically I am trying to get an Oracle SQL Developer Binary Large Object(BLOB/CLOB) file in as an R object in R. For those not familiar with a BLOB/CLOB file, it is basically lik a table that has cells that contain tables or files. By converting the large table into a BLOB/CLOB file the size of the file can be greatly reduced and processing for various applications improved....
2003 Oct 08
4
OS/390 openssh
...kerberos_authentication == 1) { diff -bur openssh-3.7.1p2.orig/authfd.c openssh-3.7.1p2/authfd.c --- openssh-3.7.1p2.orig/authfd.c Thu Jul 3 05:46:56 2003 +++ openssh-3.7.1p2/authfd.c Tue Oct 7 08:21:59 2003 @@ -336,7 +336,7 @@ BN_num_bits(key->rsa->n), bits); break; case 2: - blob = buffer_get_string(&auth->identities, &blen); + blob = buffer_get_binary(&auth->identities, &blen); *comment = buffer_get_string(&auth->identities, NULL); key = key_from_blob(blob, blen); xfree(blob); @@ -430,8 +430,8 @@ buffer_init(&msg); buffer_pu...
2017 Jul 15
0
GlusterFS 3.8.14 is here, 3.8 even closer to End-Of-Life
....8 stable release. Bugs addressed A total of 3 patches have been merged, addressing 2 bugs: *?[26]#1462447: brick maintenance - no client reconnect *?[27]#1467272: Heal info shows incorrect status References Visible links ... snip 9. https://github.com/gluster/glusterfs/blob/release-3.8/doc/release-notes/3.8.14.md 10. https://www.gluster.org/community/release-schedule/ 11. http://gluster.readthedocs.io/en/latest/Install-Guide/Community_Packages/ 12. https://github.com/gluster/glusterfs/blob/release-3.8/doc/release-notes/3.8.0.md 13. https://github.com/gluster/g...
2019 Jun 06
4
Open a file which name contains a tilde
...expand [5]. tilde_expand seems to be designed to expand '~' anywhere in the string it is handed, i.e. operate on whole command lines, not file paths. I am taking the liberty of Cc-ing R-devel in case this can be considered a bug. -- Best regards, Ivan [1] https://github.com/wch/r-source/blob/12d1d2d232d84aa355e333348b81180a0e2c6f2f/src/main/names.c#L807 [2] https://github.com/wch/r-source/blob/12d1d2d232d84aa355e333348b81180a0e2c6f2f/src/main/platform.c#L1915 [3] https://github.com/wch/r-source/blob/12d1d2d232d84aa355e333348b81180a0e2c6f2f/src/unix/sys-unix.c#L147 [4] https://github...
2013 Oct 16
2
Ruby on Rails 3.2.15 has been released!
...ad about [here](https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8). Users are encouraged to upgrade as soon as possible. ## CHANGES since 3.2.14 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionmailer/CHANGELOG.md) * [Action Pack CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionpack/CHANGELOG.md) * [Active Model CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activemodel/CHANGELOG.md) * [Active Record CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/...
2013 Oct 16
2
Ruby on Rails 3.2.15 has been released!
...ad about [here](https://groups.google.com/forum/#!topic/ruby-security-ann/yvlR1Vx44c8). Users are encouraged to upgrade as soon as possible. ## CHANGES since 3.2.14 To view the changes for each gem, please read the changelogs on GitHub: * [Action Mailer CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionmailer/CHANGELOG.md) * [Action Pack CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/actionpack/CHANGELOG.md) * [Active Model CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/activemodel/CHANGELOG.md) * [Active Record CHANGELOG](https://github.com/rails/rails/blob/v3.2.15/...
2018 Jun 01
1
[PATCH v2] daemon: inspect: better handling windows drive mapping.
...sertions(+), 3 deletions(-) diff --git a/daemon/inspect_fs_windows.ml b/daemon/inspect_fs_windows.ml index 8b2aad8d3..af52dee2d 100644 --- a/daemon/inspect_fs_windows.ml +++ b/daemon/inspect_fs_windows.ml @@ -329,7 +329,7 @@ and get_drive_mappings h root data = String.is_prefix blob "DMIO:ID:" (* GPT *) then map_registry_disk_blob_gpt (Lazy.force partitions) blob else if String.length blob = 12 then - map_registry_disk_blob (Lazy.force devices) blob + map_registry_disk_blob_mbr (Lazy.force devices)...
2019 Jun 11
3
[R] Open a file which name contains a tilde
...evel in case this can be > > > > considered a bug. > > > > > > > > -- > > > > Best regards, > > > > Ivan > > > > > > > > [1] > > > > [3] > https://github.com/wch/r-source/blob/12d1d2d232d84aa355e333348b81180a0e2c6f2f/src/main/names.c#L807 > > > > > > > > [2] > > > > [4] > https://github.com/wch/r-source/blob/12d1d2d232d84aa355e333348b81180a0e2c6f2f/src/main/platform.c#L1915 > > > > > > > > [3]...
2008 May 17
4
Setting cookies in service overloader thingo
...e natural this way. Trouble is, I''m trying to make it work as a drop in replacement for the camping sessions mixin so people can ''upgrade'' in either direction easily, consider this code however... > def service(*a) > if @cookies.identity > blob, secure_hash = @cookies.identity.to_s.split('':'') > blob = Base64.decode64(blob) > data = Marshal.restore(blob) > data = {} unless secure_blob_hasher(blob) == secure_hash > else > blob = '''' > data = {...