Displaying 20 results from an estimated 500 matches similar to: "table name"
2006 Jun 27
3
problem
Dear friends,
i while working on ruby on rails ... i have created form and it shows
, SHOW, DELETES EDIt but when i click on that it is howing error
"Couldn''t find TblAdgroup without an ID"..
pls help me out
shweta
--
Posted via http://www.ruby-forum.com/.
2016 Oct 07
3
Using std::chrono
Hi all,
We're considering using std::chrono more heavily in lldb. However, A quick
search of the llvm, clang, and lld codebases shos almost zero usage of
chrono. I wanted to see if this was for technical reasons (eg some compiler
doesn't support it well) or simply because nobody has needed it yet. If
it's the former then I'd like to be aware of the issues so we don't fall
into
2012 Jul 28
3
Appending the Column names
Hi Freinds,
I have two data frames X,Y. I want to append both the data frames into one,
along with the columns names from both the data frames (it should look like
Z).
X:
Summary G Y R
Acc 12 12 13
Bcc 11 14 15
Ccc 13 15 16
Y:
Summary G Y R
Acc 10 11 12
Bcc
2009 Aug 14
2
onnecting two asterisk using B410p BRI cards
Hello all,
I'm trying to conect two asterisk servers using two B410p Digium
cards. One card on each server. I just setting up the first BRI port
on server A as nt_ptp and the first BRI port on server B as te_ptp.
I use an ethernet wire to connect the first port of server A (nt_ptp)
with the first port on server B (te_ptp) but the port light cotinues
blinking on red on both sides once the
2014 Nov 24
1
asterisk and elastix
Hello list,
i have installed elastix 2.4.0 with call center model and i have
created an Outgoing
Calls <https://192.168.1.251/index.php?menu=outgoing_calls> my question i
want to know the name of the tbale where the csv file is uploaded in order
to do some works.
NB: i found the cdr table in asteriskcdrdb database but the is no
information related to my csv file
any help please
2016 Oct 07
2
Using std::chrono
VS2013 support is dropped in about 1 week from now :)
On Thu, Oct 6, 2016 at 11:37 PM Mueller-Roemer, Johannes Sebastian <
Johannes.Sebastian.Mueller-Roemer at igd.fraunhofer.de> wrote:
> Visual Studio up to and including VS2013 implements
> std::chrono::high_resolution_clock in an absolutely unusable manner (it is
> a very low resolution clock…) [1]. Also, division is implemented
2004 Sep 10
3
Josh Coalson, you rock!
Me too! Flac is one of the most stable, polished, and useful open-source
tools I've used. Many thanks!
On Thu, Sep 27, 2001 at 09:27:20AM -0700, Josh Coalson wrote:
> wow, thanks a lot! even from the beginning I had a hunch
> I wasn't the only one who wanted something like FLAC. glad
> to know it's useful.
>
> Josh
>
> --- Neologism
2008 Oct 14
1
[LLVMdev] Help needed with Hello World Pass
I have just started using llvn and I am running in the following error when
trying to run Hello World Pass in the llvm documentation.
opt: /usr/local/llvm/src/lib/VMCore/Pass.cpp:158: void
<unnamed>::PassRegistrar::RegisterPass(llvm::PassInfo&): Assertion `Inserted
&& "Pass
registered multiple times!"' failed.
The problem gets resolved if the Hello.so library is
2009 Mar 02
1
[LLVMdev] LLVMdev Digest, Vol 53, Issue 72
Hello All,
I am currently working on a project which requires me to generate a .bc file
for given .c file and open the .bc file to identify various functions and
the caller callee relationship amongst them. The end goal is to generate a
type of callgraph for all the functions present in the original C code. I am
quite new to llvm and will really appreciate if I can be provided some
pointers. I am
2009 Mar 04
1
[LLVMdev] callgraph utility with opt
Hello All,
I wanted to know how to use -callgraph option provided with opt. I have been
using a -print-callgraph for generating a CG but I don't want the o/p to go
to a dot file. Is it required to build a pass using CallGraph.cpp or we can
directly use the option with a .bc file.
Thanks
SHWETA
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Sep 24
4
Object Browser
What's the best object browser?
Dear all,
I have tried all the popular R IDE or editors like Eclipse, Komodo, JGR,
Revolution...
They all have fancy fucntions like auto completion, syntax highlight....
BUT, I JUST WANT A OBJECT BROWSER!
The easiest way to view objects in R console is fix(), but you have no
global view of all the objects in the workspace.
Revolution has the best object
2005 Jan 30
1
Trying to make but it fails
I get these errors, and i am stuck here. I don't know what to do.
I am using latest stable Zaptel 1.0.4 and Asterisk 1.0.5. I just ran it on a
freinds machine and it went well there.
chan_zap.c:3647: dereferencing pointer to incomplete type
chan_zap.c:3648: dereferencing pointer to incomplete type
chan_zap.c:3651: dereferencing pointer to incomplete type
chan_zap.c:3652: dereferencing
2010 Dec 17
1
{SOLVED} Re: Google Picasa / GNOME / how to launch application?
On Wed, Dec 15, 2010 at 11:41 PM, Dejan <centos at bektchiev.net> wrote:
> On Wed, Dec 15, 2010 at 06:47, Lanny Marcus <lmmailinglists at gmail.com> wrote:
>> I had installed Picasa,apparently properly, but am unable to launch
>> the application. In the GNOME Desktop menu, Applications > Graphics >
>> Picasa > Picasa it does not launch. Reinstalled it and
2005 Aug 28
1
monitoring with mrtg
Dear freinds,
The pl script file which is available in the asterisk
monitoring section of the voip-info.com expects
username ,password and host parameters .
Which one we should provied is the acconts we
registered for asterisk or any thing else
your help will be immensely appreciated .
with regards
rk
_______________________________________________________
Too much spam in your inbox?
2006 May 19
2
sharing a printer
Hi folks,
I installed a Samsung ML-1610 on CUPS and on my linux server the printer do its
work fine. Now I'm trying to share the printer on my local network (windows home
edition clients).
My smb.conf:
[samsung]
comment = Samsung ML-1610
path = /tmp
guest ok = Yes
printable = Yes
printer name = Samsung ML-1610
When I install the printer on the
2009 Sep 18
2
Suppressing script commands in R console when executing long program
Hi R users,
I have a script composing of more than 1000 lines and would like suppress
the R codes from the console when executing the script (to reduce the
physical processing time)
I have tried options(echo=T) but no luck..
*Q1. Are there any way of suppressing the commands in the R console?*
Also, when importing spreadsheet consisting of numbers with 1,000 separator
commas (i.e 10000 as
2003 Nov 19
4
Authentication Problem
Hi Folks,
I got a little problem with authentication. I set up samba 3.0.0 and squid
2.5stable4, using winbind to
authenticate users via group with the nt4 domain pdc.
Anyway... sometimes the authorization/authentication doesn't work.
In the first test I had no problems surfing the net via proxy, and some
minutes later I get an access denied message with the same user... so this
is this a
2005 Jun 22
1
A Simple * Answering Machine w/ Caller Screening like the olden days
Sorry about the lengthy post, I've searched high and lo for
information on how to do this but now I need your help...
======== Brief intro on problem and requirements ===========
I'm hoping to use Asterisk in a Home environment where I'd like to
replace the current non-PC Answering Machine, and get added benefits
such as IVR, and text to speeach, for Home Automation purposes.
2002 Jun 14
3
calling an editor on MAC and Linux
I have written an R function that writes output to an external file using
the sink function. I assume that `sink' is not operating system dependent.
At the end of the function I have additional code that opens the newly
created file using notepad on a Windows system. Obviously, this part of the
code will not work on a Mac or Linux box. Since I do not have a machine
with Linux or the Mac OS
2024 Jun 21
2
Recomendation for LDAP broser / editor for windows
Anyone ?
Thanks,
LP