Displaying 20 results from an estimated 2000 matches similar to: "Hash_Tag Client side Validation"
2010 Mar 31
3
regular expression help to extract specific strings from text
Dear all,
Lets say I have the following:
> x <- c("Eve: Going to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah")
> x
[1]
2008 Apr 21
1
Compile libtheora 1.0beta3 with VS2005
Hi all,
I tried to compile the theora source with VS2005. But it asked for the ogg
library. error message is as follow.
****************************************************************************
Error 1 fatal error C1083: Cannot open include file: 'ogg/ogg.h': No
such file or directory c:\Documents and
Settings\Manoj\Desktop\libtheora-1.0beta3\include\theora\codec.h
64
Error
2013 Feb 10
2
[LLVMdev] llvm-installation
hello sir,
in llvm installation ./configure command worked properly but while
giving
make -j 4 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/
build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory
2009 May 04
8
CentOS DomU on Opensolaris Dom0 - virt-install fails with error in virDomainCreateLinux()
Hi,
I am trying to install CentOS on an Opensolaris Dom0. virt-install fails
with an error in virDomainCreateLinux().
Is this a known issue? Am I missing some step?
manoj@mowgli:~$ uname -a
SunOS mowgli 5.11 snv_101b i86pc i386 i86xpv Solaris
manoj@mowgli:~$ pfexec virt-install
What is the name of your virtual machine? centos
How much RAM should be allocated (in megabytes)? 512
What would
2013 Feb 11
1
[LLVMdev] llvm-installation
hello sir,
./configure worked properly but while giving
make -j 2 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/
build/Debug+Asserts/bin/clang] Error 1
make[4]: Leaving directory
2013 Feb 11
1
[LLVMdev] llvm
hello sir,
./configure worked properly but while giving
make -j 2 command in ubuntu
everything got build properly but at last it showed error as
llvm[4]: Linking Debug+Asserts executable clang
collect2: ld terminated with signal 9 [Killed]
make[4]: *** [/home/manoj/Desktop/LLVM/build/Debug+Asserts/bin/clang] Error
1
make[4]: Leaving directory `/home/manoj/Desktop/LLVM/
2013 Feb 10
0
[LLVMdev] llvm-installation
You should use make -j with a number lower than 4, it looks like you ran
out of memory when linking.
On 10 February 2013 15:41, Manoj C <manoj.chinthala at gmail.com> wrote:
> hello sir,
> in llvm installation ./configure command worked properly but while
> giving
> make -j 4 command in ubuntu
>
> everything got build properly but at last it showed error as
>
>
2004 Aug 30
3
Multiple lapply get-around
I am faced with a situation wherein I have to use multiple lapply's. The
pseudo-code could be approximated to something as below:
For each X from i=1 to n
For each Y based on j=1 to m
For each F from 1 to f
Do some calculation based on Fij
Store Xi,Yj = Fij
End For F
End for Y
End for X
Is there anyway to optimize the processing logic further? I *guess*
using the multiple lapply
2012 Jan 20
8
The Recycled PIDs Fix
** Low Priority **
Hi Volker,
This is regarding your fix on recycled PIDs. I am an NCP developer from Novell and we use libsmbsharemodes library
from Samba for Cross Protocols Locks between NCP, Samba and others. I have few queries regarding your fix.
In your fix, you have added a new field called 'unique_id' in the server_id structure
and we need to pass this in our call to samba
2005 May 30
3
Vector Manipulation
Dear All,
For any given vector, I want to extract a sub-vector such that the new vector skips all zeros, if any , at the start of vector. Is it possible to achieve this w/o looping?
E.G : > x = c(0,0,1,2,3,4,5,0,0,8,9)
> y = somefunc(x);
> y
[1] 1 2 3 4 5 0 0 8 9
In the example above, I want to skip the two
2005 May 10
2
Manoj Shetty is out of the office. [Email checked- EMEA]
Whew... What a relief.
I know the list was worried about why we could not get a hold of Manoj
Shetty....
W
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
[mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Manoj
Shetty
Sent: Monday, May 09, 2005 12:24 PM
To: asterisk-users
Subject: [Asterisk-Users] Manoj Shetty is out of the office. [Email
checked- EMEA]
I
2009 Jun 25
1
error: ‘FT_MulFix’ undeclared here
Hi,
I am using ubuntu 9.04. I have installed ubuntu 9.04. And then downloaded wine-1.0.1.tar.bz2 from winhq/download site. Then follow following steps:
1) Untar files:
tar jxvf wine-1.0.1.tar.bz2
2) cd wine-1.0.1/
3) ./tools/wineinstall
During step three, following error comes:
********************************************
make[2]: Leaving directory `/home/manoj/wine-1.0.1/dlls/fusion'
2013 Feb 10
2
[LLVMdev] llvm installation
hello sir,
i am using llvm compiler for my project.i an doing llvm
installation.i followed all the steps in the llvm website but after running
this command
../llvm/configure --enable-targets=host-only it executed but it didnt
create any make file in build directory ,only config.log file is appeared
after running this command.
after running the later command it is showing like this
2013 Feb 10
1
[LLVMdev] llvm installation
hello sir,
while i am trying to run make -j 2 comand while installation it is showing
like
make: Warning: File `/home/manoj/Desktop/LLVM/build/Makefile.llvmbuild' has
modification time 2.8e+04 s in the future
llvm[0]: Reconfiguring with /home/manoj/Desktop/LLVM/llvm/configure
what does it mean?????
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Feb 26
2
tm_map help
Hi all,
I am trying to do some text mining with twitter and I am getting the error:
Error in structure(names(sapply(possibleCompletions, "[", 1)), names = x) :
'names' attribute [1] must be the same length as the vector [0]
When I use tm_map. Has anyone had/seen this error before? The code I
have is shown below and this error only occurs with #qantas, hashtags
like #asx,
2012 Feb 29
1
external connotation: tags, categories, prios, users
Hi Folks,
are there some [markdown extensions][1] including categories or tags?
Like #hashtags on twitter or [[Category:Foo]] on Mediawiki. Additionally
on [RTM][2] you can write '!2' for priority, '@klml' for user or '#home'
for listings.
Afiak its useful to have standardized those tags for e.g. ticketsystems,
todolists, taskboards etc
merci & greetz
klml
[1]:
2009 May 21
3
PSTN Connection
Hi
Which is the best interface card to connect PSTN line with
Asterisk. Can somebody please help. My intention is to route the
incoming PSTN calls to internal IP Phones through Asterisk and Vice
versa. The Asterisk is in LAN and is reachable from all the IP phones in
the LAN.
Thanks
Manoj
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Feb 28
1
Problem with incoming call, Please help
Hi All,
I was able to install Asterisk and make outgoing calls. Recently I purchased two
DID's and I am facing a problem configuring them to my Asterisk, I hope with
the help I get from this list I will be able to configure successfully. Mu
errors are
Feb 28 08:31:58 NOTICE[19133]: pbx.c:1331 pbx_extension_helper: Cannot find
extension context 'context_mantra2'
Feb 28 08:31:58
2006 Jul 19
2
conditional plot
Hi,
Can anyone pls help me in plotting the following data?
The data-set contains company name, specification-1, specification-2.
The graph would basically plot company name with specification-1
on x-axis, & specification-2 on y-axis.
Simply put - company name should get classified into one of the
four quardrants created by specification 1 & specification2.
Thanks.
2005 Sep 21
2
Help on optim
Dear R-help,
I am new to optim function and need some help with optimization.
Problem description: I am trying to optimize a weights vector
such that it produce maximum value for a function maxVal. The
optimization is subjected to constraint. The constraints are a) Min
weight should be greater than or equal to Zero. b) Max weight should
be less than or equal to 1 c) Sum of the