Displaying 20 results from an estimated 4000 matches similar to: "c++ Development question"
2020 Aug 18
4
Adopting a third-party JSON library
Hi,
I'm a new contributor. I'm considering the possibility of adopting a third-party JSON library instead of LLVM's homegrown `lib/Support/JSON.cpp`. The way I see it, this would bring several advantages as well as some downsides:
+ Slimmer codebase.
+ Benefit from upstream work and active contributions to another project.
+ Possibly improved performance and API ergonomics.
-
2009 Mar 06
1
Trasnlation
Hi, i've found you have some trouble with the spanish tranlation in some of
the docs. I don't know if im wrong for writting to this list but i'd like to
say that i can help with the trasnlations , i'm from Argentina so my mother
languaje is spanish.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 28
2
Problems Configuring Cisco 12SP+
Hi,
After reading this valuable forum and the voip-info wiki and follow
all the steps , but my Cisco 12SP+ remains unregistered.
These are my config files:
skinny.conf
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = 172.20.1.1 ; Address to bind to
dateFormat = D-M-Y ; M,D,Y in any order (5 chars max)
keepAlive = 120
languaje=es
allow = all
; disallow
2003 Apr 24
3
compiling iproute
Hi there. My name is Lucas and I''m from Argentina. Firstly,
forgive me for my english since it is not my native languaje.
Now, I''ve been reading on how to compile iproute2 and found that I
need to add the following to my kernel, which in my case it is 2.4.20,
and it is also the one which this document I read talked about:
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
# CONFIG_NETLINK_DEV
2007 Sep 26
4
[LLVMdev] Cygwin support completely dropped?
> >
> > I believe Aaron Gray has had success building llvm on Cygwin:
> > http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html
> >
> > However, those instructions may be a bit out of date...
> >
Tanya:
OK. And how about the clang frontend. Is it usable without having dependencies
with the rest of the infrastructure?
Which are your typical Linux platforms
2009 Mar 27
2
Need help on how to programmatically call an extension & test call state
I would be grateful if someone could tell me where to find the docs to get
started on the following problem:
A program needs to be written to place a SIP call to a certain extension on
another Asterisk system, and see whether the call state ratchets up to
"ringing", then drop, and take action on the results.
Can anyone refer me to the appropriate starting point to read up on this?
2007 Sep 25
2
[LLVMdev] Cygwin support completely dropped?
Hi there
it seems that it has been sometime that anyone had success with building llvm
(2.0 or 2.1 prerelease) on Cygwin/XP. i have been using gcc-4.0.2 with no
success.
is anyone working on Cygwin or not? i feel that having Cygwin as a supported
platform is at least misleading since noone is building on Cygwin.
I recall llvm-1.4 to 1.6 building decently on Cygwin even with gcc-3.3.3.
Kind
2007 Sep 25
0
[LLVMdev] Cygwin support completely dropped?
> it seems that it has been sometime that anyone had success with building llvm
> (2.0 or 2.1 prerelease) on Cygwin/XP. i have been using gcc-4.0.2 with no
> success.
>
> is anyone working on Cygwin or not? i feel that having Cygwin as a supported
> platform is at least misleading since noone is building on Cygwin.
>
> I recall llvm-1.4 to 1.6 building decently on Cygwin
2015 Oct 10
4
Clustering and ha planning
Hello , Centos users:
My name is Leandro, I have been using Centos for 4 years and this is the
first post in this mail list.
I would like to study and introduce myself in clustering and high
availability for Centos, currently I have not experience at all about it.
I would like to ask about the newest method to achieve high availability
, load balancing on linux / Centos.
So far I have seen the
2010 Dec 11
1
Can be Xapian used to perform standard SQL statements?
Hello,
I'm developing an HTTP application server dedicated to IR. The server side
languaje is Javascript throught the Webkit Javascript engine exposing
several C++ libraries conforming the commonjs specs.
My question is, can Xapian be used to perform standard SQL statements like
inserts or updates? I undestand that Xapian does it when you perform a query
or save a document but I haven't
2014 Jan 01
0
Generic UPS driver
On 01/01/14 16:12, Charles Lepple wrote:
> On Jan 1, 2014, at 1:52 PM, Ariel Wainer wrote:
>
>> Very strange! It seems like the completly powered down and OK status
>> yeild the same reading. The reading didn't change after plugging back in
>> the AC.
> Well, as strange as that is, I don't think it would be a common case. Ordinarily, the load would be the
2006 Apr 05
3
Where to find non deprecated docs?
I started two weeks ago with rails and im amazed of what can be done in
a short time, i already finished the agile development with rails and
some of the tutorials at the documentation section of the
rubyonrails.com site.
But i realize that many of the tutos and examples around the web and
books are using earlier versions of rails (0.x.x) and some of that code
and coding practices are
2005 Apr 24
2
g729 passthrough?
I'm sitting here with my dunce cap on. My weak excuse is that I haven't
ever played with g729 before.
I have a Sipura 841. I have the phone config set to use g729. Its
appropriate sip.conf entry, and the IAX stanza for my ITSP all set to
disallow=all, allow=g729.
But as soon as I dial, I get a complaint from the server:
-- Call accepted by 66.225.202.72 (format g729)
--
2014 Jan 01
2
Generic UPS driver
On Jan 1, 2014, at 1:52 PM, Ariel Wainer wrote:
> Very strange! It seems like the completly powered down and OK status
> yeild the same reading. The reading didn't change after plugging back in
> the AC.
Well, as strange as that is, I don't think it would be a common case. Ordinarily, the load would be the computer monitoring the UPS, and if the load is off... We can certainly
2015 Oct 19
1
snmpd exec issue
Hello guys , I was trying to get a command output from my Centos 6
server using the snmpd "exec" section.
The line added to snmpd.conf id:
exec get_whitelist /bin/cat /home/snmp_user/whitelist.txt
Afer trying to get the resut performing the snmpwalk client form another
server I always got "permission denied"
After reading some forums I founded that disabling selinux It
2017 Oct 27
10
RFC: Adding a JSON library to LLVM Support
We don't have a dedicated JSON library in the LLVM tree, I'd like to add
one. The pressing need is for clangd, but we have other tools that
read/write JSON too.
I'm proposing we write a new one, rather than importing a third-party
library (licensing/integration reasons), on or extending YamlParser/YamlIO
(usability/flexibility). I lean towards a design that parses a full DOM at
once,
2010 Jan 19
4
gui windows
Hola
Yo uso R en macosx, por esas cosas ..., me compre una notebook con windows 7
64 bit, así que cuándo me llegue comienzo a migrar datos y programas.
Para los usuarios de windows, ¿que usan con R? Me refiero a programas GUI o
con autocompletar código, alguna ayuda gráfica, etc. Hace años que no uso
windows, estoy medio perdido, voy a extrañar mi macbook.
Gracias
Javier
[[alternative HTML
2017 Mar 27
2
Run .xls spredsheet with macros
Hi Doug:
Thank you for your answer, but the issue is that this spreadsheet use a
macros with visual basic but PlanMaker and WPS don't run this kind of
spreadsheets. This is because I use excel.
Regards,
--
Atentamente,
Jorge Rodríguez
El dom, 26-03-2017 a las 19:39 -0400, Doug escribió:
> On 03/26/2017 06:12 PM, jorge wrote:
> > Good afternoon:
> >
> > Thank you
2015 Jan 27
2
BioStatFLOSS
Hola.
Por si es de vuestro interés, os informo de que hemos publicado la versión 2.0 de BioStatFLOSS.
Es un entorno homogéneo de ejecución, bajo Windows, de una recopilación de programas (ver imagen2), ya preparados para su uso, de utilidad para la realización de estudios (bioestadísticos, epidemiológicos y de salud en general), investigación biomédica y/o formación bioestadística.
NOTA: Aunque
2006 Jun 25
1
MDL ISIS Draw 2.5 + AutoNom2000 in WINE = need help
Hello,
I have successfully installed MDL ISIS Draw 2.5 (a program used in
chemistry) under Wine (0.9.12 in Debian). Now, I need to install an
addon (AutoNom2000, which is used to give IUPAC names of compounds)
for this program. (This addon requires Windows 2000/XP; Wine was
configured to "mimic" Windows 98 by default).
When I try to run its installer, I get the following: