Displaying 16 results from an estimated 16 matches for "chisel".
2012 Aug 07
1
(no subject)
...g at the changing resonances in femur bones during hip replacement operations. basically, I've got a spreadsheet with one column listing frequencies in 5Hz bands and 3 columns showing the amplitude of that frequency when the bone is loose, medium to tight (referring to the tension of the reamer/chisel creating a cavity for the hip replacement).?
I'm coming at this more from a sound perspective so I would really appreciate some advice from anyone with a handle on stats, could correlograms be used in presenting this data? When working with a large number of bone samples, can anyone recommend a...
2016 Jun 04
6
Including doesn't have any effect
Hi list,
n00b question, but I can't figure it out:
[callthrough]
exten => _+X.,1,NoOp(nothing here)
#include "blockedall.conf"
exten => _+X.,n(hangup),Hangup
exten => _+X.,n(nohangup),GotoIf($["${CALLERID(num)}" =
"anonymous"]?nocli:cli)
... more stuff that is handling the call ...
I'm putting CLIs that I don't want to be able to call my
2018 Mar 06
0
Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
...sions of the same
demangler. There are a bunch of Itanium C++ ABI implementations, including
demanglers and compilers, and i'd strongly caution you to remember that all
the world is not clang and GNU.
> I'm currently working on hardware construction library for C++ (similar to
> Chisel (which is written in Scala)). And since C++ has no standardized
> reflection, I use DWARF as a source of reflection metadata. And in case of
> G++ 6.3, which seem to emit same name names as abi::__cxa_demangle, it has
> never failed so far in my case. And I have very diverse inputs.
> I...
2018 Mar 06
1
Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
...e a bunch of Itanium C++ ABI implementations, including
> demanglers and compilers, and i'd strongly caution you to remember that all
> the world is not clang and GNU.
>
>
>
>
>
>> I'm currently working on hardware construction library for C++ (similar
>> to Chisel (which is written in Scala)). And since C++ has no standardized
>> reflection, I use DWARF as a source of reflection metadata. And in case of
>> G++ 6.3, which seem to emit same name names as abi::__cxa_demangle, it has
>> never failed so far in my case. And I have very diverse in...
2018 Mar 06
2
Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
>
> I wonder if abi::__cxa_demangle guarantees unambigous names?
>>
>
> No, it does not.
>
Interesting. Can you give an example of type where it fails?
I'm currently working on hardware construction library for C++ (similar to
Chisel (which is written in Scala)). And since C++ has no standardized
reflection, I use DWARF as a source of reflection metadata. And in case of
G++ 6.3, which seem to emit same name names as abi::__cxa_demangle, it has
never failed so far in my case. And I have very diverse inputs.
In fact I was working...
2016 Jun 06
3
Including doesn't have any effect
...a MySQL
> database and return a status -- blocked or not -- in a variable? Then you can
> manage individual number blocking in a much cleaner, more extensible fashion.
>
> Feel free to ignore me if it sounds like I'm suggesting you walk all the way
> to the tool shed to fetch a chisel, when you know the screwdriver in your
> drawer is already up to the job :)
you're right, it would be the better solution! But I'm simply too lazy
to implement that. :D
Regards
Markus
2021 Aug 02
0
Happy Sysadmins day!
...aiding with setup of
OSes outside their supported list, including OpenIndiana, OmniOS, FreeBSD
and Debian Linux so far, and deploying a dedicated Jenkins with a new
dynaMatrix setup written for the purpose over half a years' worth of
weekends, which just now finally went online as a usable MVP (chiseling
needed, but many things work and bring value).
The farm is now replaying some historical commits from the master branch,
starting with v2.7.4 tag, to save some code-quality analysis history so we
can gauge its evolution with the "fightwarn" branch effort and beyond. Many
of these buil...
2021 Aug 02
0
Happy Sysadmins day!
...aiding with setup of
OSes outside their supported list, including OpenIndiana, OmniOS, FreeBSD
and Debian Linux so far, and deploying a dedicated Jenkins with a new
dynaMatrix setup written for the purpose over half a years' worth of
weekends, which just now finally went online as a usable MVP (chiseling
needed, but many things work and bring value).
The farm is now replaying some historical commits from the master branch,
starting with v2.7.4 tag, to save some code-quality analysis history so we
can gauge its evolution with the "fightwarn" branch effort and beyond. Many
of these buil...
2005 Aug 04
3
how to read individual values from a pixmap object
Hi All,
I have a greyscale image that I am reading in through RGDAL and placing in a
pixmap object.
As an example use the logo.jpg file that comes with the RGDAL package:
#Read the file
logo <- system.file("pictures/logo.jpg", package="rgdal")[1]
x <- new("GDALReadOnlyDataset", logo)
#Create the pixmap object
xGrey <- getPixmapGDAL(x)
Now I would
2007 May 07
3
Module Madness
I''m wanted to make a "global" module that I could include in my
application for some shared code between them. I''ve been making
several camping apps and wanted them all to share a helper/partial
that contained the navigation.
I ran into a lot of difficulty when trying to include it, the primary
problem being "methodUndefined" errors. I did finally get it to
1998 Jun 29
2
Re: A switch? A router? What am I looking for??
At 01:59 PM 6/29/98 +0000, Kokoro Security Administrator wrote:
>Hello everyone -
>
>I am looking for the name of a piece of hardware, and don''t know what it
>is called. I am told that there exists such a thing (a switch? a router?
>a special hub?) that will only send me traffic that is destined for me.
simple definitions:
--router: looks at a layer 3 address (such as
2023 Jan 09
1
Prolink UPS NUT driver
> Previously, the manufacturer tested this UPS on version 2.6.5-6 NUT for
Windows.
Thanks for this important detail.
For immediate re-testing, I would recommend to use either NUT v2.8.0
already packaged by some distributions in their testing/bleeding-edge
repositories (unfortunately, during the almost year since release many
distros - especially for LTS versions - did not change recipes to
2018 Mar 06
0
Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
On Mon, Mar 5, 2018 at 11:55 PM, Roman Popov <ripopov at gmail.com> wrote:
> I don't understand how extra vtable ref DIE will help in case on
> non-polymorphic classes. If you remove virtual destructor from example,
> vtable won't be generated for class, but DWARF will still have incorrect
> ambiguous names for types.
>
1. Calling them incorrect is ... not right. As
1998 Jun 30
1
Patched Qpopper2.5 release Notification. (fwd)
...trative traffic. Belts and suspenders are
good things, when money/convenience is outweighed by the risk/value
computation.
What I'd like to point out (that is often missed) is that security
implementations must follow from the security policy -- not vice versa --
and that screwdrivers are not chisels even though they share some features.
If the security policy states that machine A is not to see machine B's
traffic, then the answer is not "lets buy a switch" -- its a little deeper
than that, and it might involve buying a secure switch, but then it also
involves a good deal of th...
2018 Mar 06
4
Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
I don't understand how extra vtable ref DIE will help in case on
non-polymorphic classes. If you remove virtual destructor from example,
vtable won't be generated for class, but DWARF will still have incorrect
ambiguous names for types.
It will become a problem when you need to use debuginfo as a C++ runtime
reflection (I've already seen this in a couple of projects). Or when you
need
2006 Jun 11
47
Ruby on Rails and CakePHP Comparison
>From a development standpoint, what are the features that make Ruby on
Rails a better choice compared to CakePHP?
--
Posted via http://www.ruby-forum.com/.