Displaying 20 results from an estimated 169 matches for "recognizable".
2015 Apr 10
4
how can I tell what's on the MBR of /dev/sda?
Subject says it.
I would like to find out if I have anything written on the MBR of a disk
in my system /dev/sda, or any other device.
If there is something there, is it readable, or recognizable to humans?
thanks,
-chuck
2006 Aug 04
0
How to make prefix_sessions recognizable?
Hello,
i must use prefix to each of my tables for my project right now. Now i''m
facing this session stored in table problem.
i don''t use rake db:sessions:create, but i use script/generate migration
create_myproject_sessions
then
create_table :myproject_sessions do |t|
t.column :myproject_session_id, :string
t.column :data, :text
t.column updated_at, :datetime
end
then
2020 Jun 12
4
Minicom and Ncurses
...The only way to access this machine directly is via
Minicom and serial port.
I'm using NetworkManager TUI (nmtui) to configure network interfaces, but
Ncurses rendering in Minicom works in the sense that chickens fly and horses
swim. What you get is a forest of question marks with a few barely recognizable
options lost in between.
Is there some magical trick to render Ncurses interfaces correctly in Minicom ?
Cheers,
Niki
--
Microlinux - Solutions informatiques durables
7, place de l'?glise - 30730 Montpezat
Site : https://www.microlinux.fr
Blog : https://blog.microlinux.fr
Mail : info at mic...
2005 Apr 25
3
How to transform the date format as "20050425"
Dear R user,
if the dates are in format as "20050425" i.e., Apr. 25 2004"
can you suggest an easy way to transfom it to standard form
as "2005-04-25" or "2004Apr25" or "2005/04/25" or any other
format which is R recognizable?
if there is no easy way to do that, can you let me know what
is the function in R performing similiar function as the "string"
function in C or some other more basic language, so I can loop
through all dates to make the desired change.
thank you
regards
2009 Oct 19
2
Treetop or like grammar for Markdown (in Ruby)
Has anyone seen any attempts to give Markdown a PEG (parsing
expressions grammar) recognizable by some ruby PEG parser generator
grammar like Treetop?
http://treetop.rubyforge.org/
2015 Sep 21
2
Problem with 90MB Initrd
....5
> Mathias Radtke, uib
>
> <<<
>
> Despite you are using the 5.5 I would take a traffic capture
> and see first hand what's really going on.
> Please also consider VMware ESXi and Workstations PXE roms/drivers
> are the same...
Patrick, the pattern is quite recognizable. See also "[syslinux] EFI
& PXE-booting: very slow TFTP performance on a VMWare test setup"
http://www.syslinux.org/archives/2015-June/023634.html
--
-Gene
2020 Jan 28
2
[RFC] Print FP constant assembly in hexadecimal form instead of decimal
Hi:
When debugging some floating point assembly, we found it is inconvenient to
read the decimal constants in assembly.
In hex form many FP numbers are immediately recognizable, their exponents
are more obvious etc.
We normally use hex form in debugger or LLVM IR,
not sure what is the reason that we want to use decimal in assembly?
The form change won't change precision or affecting rounding, I think most
assembler should support hex form too?
Appreciate your feedba...
2014 Oct 13
6
[LLVMdev] RFC: variable names
...pect this is the most important point to address, let me
make an attempt:
Variable names are *either* initialisms, written as all caps, or terms
written in lower case and separated by underscores. For the purposes of
variable naming "terms" can include words but also extremely common and
recognizable abbreviations within LLVM such as "rhs", "lhs", or "gep".
These types of terms should not be written as initialisms but as words. For
example, you might write "LE" or "lhs_expr" for the Left-hand Expression,
but not "LHSE" or "LHS_exp...
2012 Aug 10
3
Batch Mode for Windows
...inputfile.R outputfile.Rout
or
R <inputfile.R > outputfile.Rout
I tried these without success. I need detailed, step by step instructions on
how to do this. I have tried typing C:\R\bin\x64\Rgui.exe before it, but
this just opens R.
When I tried to do this, it said that $, R, etc. are not recognizable
commands. In other instances it said that the arguments R, CMD, and BATCH
were ignored. What specifically should I do to make this work? I thought I
was supposed to change the directory to the folder where my input file was
stored, but this did not work either.
--
View this message in context:...
2020 Mar 03
2
Has the work in this talk been pushed: "Better C++ debugging using Clang Modules in LLDB"?
Hi,
I tried using lldb built from master, but still seeing some STL
container member functions not recognizable in a debugging session. I am
wondering if the work has been pushed to master; also if it's pushed but
not enabled by default yet, is there a flag I can use to turn on the
expression evaluator using Clang modules. Thanks a lot for the great work.
Best Regards,
Jiading
-------------- next part -...
2006 Jun 17
3
Assistance with an encoding plugin
Hi,
I'm working on writing a FLAC encoding plugin for a personal cd ripping
project of mine which uses paranoia for the raw audio extraction. My
basic setup which follows gets me oddly high pitched audio with lots of
noise (although the music IS somewhat recognizable).
#include <FLAC/stream_encoder.h>
FLAC__StreamEncoder *encoder;
FILE *output_file_descriptor;
encoder = FLAC__stream_encoder_new();
FLAC__stream_encoder_set_write_callback(plugin->encoder, write_callback);
FLAC__stream_encoder_set_metadata_callback(plugin->encoder,
metadata_callbac...
2001 Oct 30
1
Mac player; low bitrates; (was Re: vorbis players (or lack of) for mac)
...d for video (aside from being very non-free of course). So
> this would be a great boost for those of use distributing video over
> the net.
Hmm.. don't you like the quality of the QDesign Music 2 codec ? It's
impressive how it can encode in madly low bitrates and yet sound quite
recognizable (try to encode a tune at only 8 kbits/s with it).
BTW, when will vorbis be able to surpass QDesign Music 2 at this low
bitrate ?
Cheers,
Elifarley C. Coelho
http://www.geocities.com/elifarley/
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.or...
2007 Nov 07
2
Trouble in creating a list
...e:
(1) I wanted to use colnames(Model)[2] as a tag for the list:
> colnames(Model)[2]
[1] "gender"
but it is not working as I intended. How to make colnames(Model)[2] a
legitimate tag?
(2) Model$gender is a column in the data.frame. However Model$
(colnames(Model)[2]) seems not recognizable in the command line. How
to correct this?
(3) How to add more tagged items to an existing list? cbind or rbind?
Thanks in advance,
Gang
2012 Jun 02
2
[LLVMdev] alloc_size metadata
...s late helps much more with the second part than with the first.
> So I would split this into two pieces. Prior to inlining, add whatever
> is necessary around each call site so that you get the bounds data
> that you need. You can tag these resulting values so that they're easily
> recognizable to the later parts of the analysis (you might need to
> artificially makes these 'used' so that DCE won't get rid of them).
in that case, why not have the front-end do this part? I mean, rather
than the front-end outputting hi/lo functions and metadata so that some
LLVM pass can in...
2017 Feb 07
3
[Doc] Extension of Included configuration files
.../vim/vim/pull/1452 ).
Until now it wasn't a problem since the file was either `ssh_config`
or `~/.ssh/config` in most cases - maybe all ? no idea if this is
configurable.
I would like to include a SHOULD part to the man section of the
Include directive in an effort to make those included files
recognizable.
I'm sure you'll have a better suggestion for the wording than me;
however you'll find a patch attached for the sentence "Configuration
file(s) referenced by this Include directive should use the .sshconfig
extension to be detected as such by external tools." but it could also...
2003 May 22
2
Printing. The REAL jobname. :)
...gh to the colour
printer which is good. problem i had is the jobname in the logs is
smbprn_xxxxxxxx_xx (numbers) which is the samba job name. if joe bloggs
complains and says he didn't print that many jobs, we've no way of saying
here's what you printed with samba because it's not recognizable to them.
sad.
Does anybody know anything about how the jobname gets crunched etc and can
it be logged to the samba log file somehow in the worst case. this would
work if there is no way samba/cups can pass though the original name of the
printjob.
On a side note, i've got a pdf printer setup...
2015 Apr 01
3
[LLVMdev] LLVM Shared DLL not supported reason
FWIW, I've got a powershell script that builds an exports.def file for
recognizable C functions.
You could adapt it to Python and make it part of the official build if the
LLVM community thinks it will be beneficial to have libLLVM.dll
The script is located here:
https://github.com/mjsabby/LLVMSharp/blob/master/GenLLVMDLL.ps1
On Wed, Apr 1, 2015 at 9:03 AM, Reid Kleckner <r...
2013 Mar 08
0
[LLVMdev] [cfe-dev] [RFC] TileGX, a new backend for Tilera's many core processor
On Fri, Mar 08, 2013 at 11:13:04AM -0800, Bill Wendling wrote:
> The LLVM community prefers small, self-contained patches. Please split
> up your patches into small chunks that can be easily reviewed. Keep in
> mind that the compiler needs to work after each pass goes in. :-)
Just like with AArch64, this is not a reasonable requirement for a new
backend. The tarball contains essentially
2015 Sep 21
0
Problem with 90MB Initrd
>>>
Patrick, the pattern is quite recognizable.? See also "[syslinux]
EFI & PXE-booting: very slow TFTP performance on a VMWare test setup"
http://www.syslinux.org/archives/2015-June/023634.html
-Gene
<<<
Gene, As I see it there are two completely different TFTP problems here:
The one initially reported by Oscar Roo...
2006 Apr 02
1
Best method for extracting text from a longer text in Ruby
Hi Guys,
I need to extract a text string from a longer text string. Both strings
are variable in length and the text to extract is always between
recognizable characters or tags (or the text to extract is from a known
distance from said tags).
I''m not an expert at text manipulation in ruby so it would be great if
someone could recommend the best solution. I''m looking at the docs right
now and I''m dying to know what''...