Displaying 20 results from an estimated 69137 matches for "note".
Did you mean:
not
2008 Nov 17
0
Error while running virt-install
...ll this as guest domain using virt-install and not able to do and seeking help.
Please let me know if the parameters to virt-install are correct and if not please let me know the correct parameters.
Contents of RHEL4 CD1
----------------------
[root@xenserver mnt]# ls
autorun RELEASE-NOTES-ja.html RELEASE-NOTES-U2-ja.html RELEASE-NOTES-U4-hi.html
EULA RELEASE-NOTES-ko.html RELEASE-NOTES-U2-ko.html RELEASE-NOTES-U4-it.html
GPL RELEASE-NOTES-pa.html RELEASE-NOTES-U2-pa.html RELEASE-NOTES-U4-ja.html
images ...
2008 Nov 18
0
Fw: Error while running virt-install
...ll this as guest domain using virt-install and not able to do and seeking help.
Please let me know if the parameters to virt-install are correct and if not please let me know the correct parameters.
Contents of RHEL4 CD1
----------------------
[root@xenserver mnt]# ls
autorun RELEASE-NOTES-ja.html RELEASE-NOTES-U2-ja.html RELEASE-NOTES-U4-hi.html
EULA RELEASE-NOTES-ko.html RELEASE-NOTES-U2-ko.html RELEASE-NOTES-U4-it.html
GPL RELEASE-NOTES-pa.html RELEASE-NOTES-U2-pa.html RELEASE-NOTES-U4-ja.html
images ...
2014 Jan 22
2
[PATCH] builder: read all the available notes from the index
Switch the internal storage for the notes of each entry to a sorted list
with all the subkeys available (which should represent the translations
to various languages).
The current outputs are the same (i.e. still the untranslated notes), so
this is just internal refactoring/preparation.
---
builder/builder.ml | 4 ++--
builder/ind...
2006 Mar 04
10
Help setting up relationships needed
This is a bit of a long question, but to those of you with some
experience, it should be fairly simple I think.
I have a notes page that should list all notes the user has entered for
all books chronologically like this.
Book One: This is the note.
Book Four: This is the note.
Book One: A different note, entered later.
Right now my models are:
User
has_many :books
Book
has_many :notes
belongs_to :user
Not...
2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
Hi,
I''m running round in circles again! I''m trying to save a note that has a
HABTM relationship with a job. The note is new - the job exists.
In my partial for notes I have ;
<%= start_form_tag :action => ''new_note'', :id => @job %>
<%= text_area_tag "note", nil, :size => "65x10" %>
<%=submit...
2014 Jan 23
2
Re: [PATCH] builder: read all the available notes from the index
On Wednesday 22 January 2014 22:51:02 Richard W.M. Jones wrote:
> On Wed, Jan 22, 2014 at 11:22:47PM +0100, Pino Toscano wrote:
> > Switch the internal storage for the notes of each entry to a sorted
> > list with all the subkeys available (which should represent the
> > translations to various languages).
> > The current outputs are the same (i.e. still the untranslated
> > notes), so this is just internal refactoring/preparation.
> > --...
2016 Apr 23
2
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
....html
>
After scraping that page with rvest::read_html I then used `table` to summarize. I posted the full output at the end of this but here are the relevant rows for Debian (for the Ubuntu option) and the Windows platforms tested:
> res_tbl
$`r-develLinuxx86_64(Debian GCC)`
ERROR NOTE NOTE* OK OK* WARN
261 59 4150 28 3994 35 25
$`r-develWindowsix86+x86_64`
ERROR ERROR* NOTE NOTE* OK OK* WARN
295 124 1 3962 25 4064 36 45
$`r-patchedLinuxx86_64`
ERROR NOTE NOTE* OK OK* WARN
259 54 4153...
2012 Sep 16
3
Remaining syntax-check errors in libguestfs
...g
> contrib/intro/tools.png
> contrib/intro/virt-manager-t.png
> contrib/intro/virt-manager.png
> contrib/intro/vmm-icons-t.png
> contrib/intro/vmm-icons.png
> contrib/visualize-alignment/qemu-0.13-trace-block-device-access.patch
> erlang/tests/010-load.erl
> guestfs-release-notes.txt
> html/draft.png
> logo/fish.png
> po/libguestfs.pot
> tests/data/bin-i586-dynamic
> tests/data/bin-sparc-dynamic
> tests/data/bin-win32.exe
> tests/data/bin-win64.exe
> tests/data/bin-x86_64-dynamic
> tests/data/filesanddirs-100M.tar.xz
> tests/data/filesanddirs-...
2016 Apr 24
0
CRAN package check results tabulated ... wasRe: Number of package in Ubuntu
...aping that page with rvest::read_html I then used `table` to summarize. I posted the full output at the end of this but here are the relevant rows for Debian (for the Ubuntu option) and the Windows platforms tested:
>
>> res_tbl
> $`r-develLinuxx86_64(Debian GCC)`
>
> ERROR NOTE NOTE* OK OK* WARN
> 261 59 4150 28 3994 35 25
>
> $`r-develWindowsix86+x86_64`
>
> ERROR ERROR* NOTE NOTE* OK OK* WARN
> 295 124 1 3962 25 4064 36 45
>
> $`r-patchedLinuxx86_64`
>
> ERROR NOTE...
2008 Aug 22
10
[LLVMdev] Proposal : Function Notes
Here is a proposal that I mentioned sometime ago. Any
thoughts,comments or
suggestions on this proposal would be appreciated.
-
Devang
//
=
=
=----------------------------------------------------------------------
===//
// Function Notes (or Traits)
//
=
=
=----------------------------------------------------------------------
===//
This document describes the motivation and semantics of encoding
function Notes
in the LLVM IR.
//
=
=
=----------------------------------------------------------------------
===//
// The p...
2004 Mar 11
1
lotus notes 6
hi, i have downloaded newest wine version (20040309) and installed lotus
notes on it. i use debian woody/stable. i have followed the german
mini-howto, installed the dll's and so on, noticed on this site, but when i
try to start it, i get many information, til it stops. here the last lines:
rr:module:import_dll No implementation for
COMCTL32.dll.FlatSB_SetScrollRange imp...
2014 Jan 22
0
Re: [PATCH] builder: read all the available notes from the index
On Wed, Jan 22, 2014 at 11:22:47PM +0100, Pino Toscano wrote:
> Switch the internal storage for the notes of each entry to a sorted list
> with all the subkeys available (which should represent the translations
> to various languages).
> The current outputs are the same (i.e. still the untranslated notes), so
> this is just internal refactoring/preparation.
> ---
> builder/builder.m...
2018 Jan 04
1
Linker Option support for ELF
We use .note descriptors with ELF on OpenVMS. We have self-describing
entries with tags and lengths. The compiler encodes stuff for the
linker such as compiler version, compilation date-time, module name,
final severity of the compilation, etc. The linker itself then
adds/modifies the .note entries to in...
2008 Apr 09
2
[LLVMdev] Compiling Stacker compiler
...p: In member function 'llvm::Module*
StackerCompiler::compile(const std::string&, bool, unsigned int,
size_t)':
StackerCompiler.cpp:159: error: no matching function for call to
'llvm::PointerType::get(const llvm::IntegerType*&)'
/opt/src-llvm/include/llvm/DerivedTypes.h:374: note: candidates are:
static llvm::PointerType* llvm::PointerType::get(const llvm::Type*,
unsigned int)
StackerCompiler.cpp: In member function 'llvm::Instruction*
StackerCompiler::get_stack_pointer(llvm::BasicBlock*, llvm::Value*)':
StackerCompiler.cpp:432: error: no matching function for call...
2010 Jan 21
2
will_paginate ?
Does anyone have experience with will_paginate?
I''m trying to use it with acts_as_ferret.
routes.rb
...
map.search ''/search'', :controller => ''notes'', :action => ''search''
notes.rb
...
acts_as_ferret :fields => [ ''body'' ]
notes_controller.rb
...
def search
if params[ :query ]
@query = params[ :query ]
@notes = Note.find_with_ferret @query, :page => params
[ :page ], :per_...
2020 Jul 16
0
[PATCH vhost next 08/10] vdpa/mlx5: Add support library for mlx5 VDPA implementation
...65:36: error: invalid application of 'sizeof' to incomplete type 'struct mlx5_ifc_create_uctx_out_bits'
65 | #define MLX5_ST_SZ_DW(typ) (sizeof(struct mlx5_ifc_##typ##_bits) / 32)
| ^~~~~~
drivers/vdpa/mlx5/core/resources.c:52:10: note: in expansion of macro 'MLX5_ST_SZ_DW'
52 | u32 out[MLX5_ST_SZ_DW(create_uctx_out)] = {};
| ^~~~~~~~~~~~~
>> drivers/vdpa/mlx5/core/resources.c:52:44: error: empty scalar initializer
52 | u32 out[MLX5_ST_SZ_DW(create_uctx_out)] = {};
|...
2019 Sep 23
1
[p2v PATCH] doc: start filling release notes
Add a minimal release note text for the first standalone version,
virt-p2v 1.41.0; in addition, add the first items for the future
1.42.0.
---
docs/p2v-release-notes.pod | 32 ++++++++++++++++++++++++++------
1 file changed, 26 insertions(+), 6 deletions(-)
diff --git a/docs/p2v-release-notes.pod b/docs/p2v-release-notes.p...
2016 Apr 23
0
Number of package in Ubuntu
> On Apr 22, 2016, at 11:51 AM, mylisttech at gmail.com wrote:
>
> Dear Experts ,
>
> I am using R with Spark on Windows and now there is a need to move to Ubuntu. I wanted to know if most of the packages that are available on windows , would they be available on Ubuntu/Linux? If not can I compile the source code of those package ? Has any one of you used the packages on Ubuntu ?
2011 Jan 23
0
Error for compiling Rquantlib package 0.3.5 under Window 7 64bits
...S>::calcula
te(QuantLib::Real, QuantLib::Size, QuantLib::Size) const':
C:\Lib\QuantLib/ql/pricingengines/mcsimulation.hpp:163:9: error: no match for 'operator!=' in 'requiredSamples != QuantL
ib::Null<long long unsigned int>()'
C:\Lib\QuantLib/ql/time/period.hpp:165:17: note: candidates are: bool QuantLib::operator!=(const QuantLib::Period&, cons
t QuantLib::Period&)
C:\Lib\QuantLib/ql/time/date.hpp:304:17: note: bool QuantLib::operator!=(const QuantLib::Date&, const Qu
antLib::Date&)
C:\Lib\QuantLib/ql/currency.hpp:159:17: note:...
2020 Apr 29
2
What is the process for release notes for LLVM
This approximately follows my understanding and expectation.
I think that, if you have commit access, commits to improve release notes fall under the contribution guidelines for documentation and therefore do not require a full Phabricator review.
I know Alex Bradbury tries to coordinate the RISC-V backend-related release notes based on the backend changes since the last release, and this seems to work well (in some cases solici...