Displaying 20 results from an estimated 159 matches for "mohit".
Did you mean:
rohit
2015 Feb 13
2
[LLVMdev] [Compiler-rt] i386 is not supported in compiler-rt build
...ram for i386.
Looking into cmake file, it looks like i386 is failing this
<https://github.com/llvm-mirror/compiler-rt/blob/master/cmake/config-ix.cmake#L76>
test.
I have checked variables for both the target, which looks fine to me:
-- {CAN_TARGET_x86_64}: TRUE
-- {CMAKE_BINARY_DIR}: /home/mohit/compiler-rt_build
-- {SIMPLE_SOURCE}: /home/mohit/compiler-rt_build/CMakeFiles/simple.cc
-- {TARGET_x86_64_CFLAGS}: -m64
-- TARGET_{arch}_OUTPUT: TARGET_x86_64_OUTPUT
--
-DCMAKE_EXE_LINKER_FLAGS:STRING={argstring}:-DCMAKE_EXE_LINKER_FLAGS:STRING=
-m64
-- {CAN_TARGET_i386}: FALSE
-- {CMAKE_BINARY...
2013 Sep 04
10
Performance test regarding xenstored
...disk usage by VM comes out to be around 1 Mbps. So, I am not
sure that why it is not able to take more disk bandwidth. Has it something
to do with xenstored. Can someone please give some insights?
[1] http://www.postfix.org/smtp-source.1.html
*
----------------------------
Thanks & Regards
Mohit Dhingra
+919611190435*
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2013 Sep 04
10
[Xen-users] Performance test regarding xenstored
...disk usage by VM comes out to be around 1 Mbps. So, I am not
sure that why it is not able to take more disk bandwidth. Has it something
to do with xenstored. Can someone please give some insights?
[1] http://www.postfix.org/smtp-source.1.html
*
----------------------------
Thanks & Regards
Mohit Dhingra
+919611190435*
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
2009 Jan 07
2
\iaxclient-2.0.2 compile problem
Hi,
I had downlaoded iaxclient-2.0.2 and complie project
*\iaxclient-2.0.2\contrib\win\vs2005*
**
It gives many83 fatal and file missing error of file missing
Error 1 fatal error C1083: Cannot open include file: 'portaudio.h': No such
file or
directory d:\mohit\asterisk\iaxclient-2.0.2\iaxclient-2.0.2\lib\portmixer\px_win_wmme\px_win_wmme.c
40
Error 2 fatal error C1083: Cannot open source file:
'..\..\..\..\libtheora\lib\toplevel.c': No such file or directory c1
Error 3 fatal error C1083: Cannot open source file:
'..\..\..\..\libtheora\lib\sca...
2005 Jul 01
3
Problem with DTFM and complex international setup
We have some guys working in the US who can't always dial back to our
company in Europe easily (lots of clients require authorization to make
international calls), so I set up the following:
- ipkall.com number links to a FWD number
- office Asterisk box registers with FWD
Then I programmed Asterisk to accept office extension number using DTFM
tones.
This works OK.
Then I programmed
2006 Jul 22
4
Reading floating points into a field stored as Integers
...e natural for people to
enter numbers as "11.23" if that''s what it means rather than 1123.
What''s the correct way to fix this? Should I read the numbers as
entered by the user and multiply by 100 and type cast to integer (ouch,
my C programming is showing)
Thanks,
mohit.
2006 Aug 07
4
Problem with Pagination
...; [''e_date >= ? AND
e_date <= ?'', params[:res][:start], params[:res][:stop]],
:per_page => 5,
:order_by => ''e_date,name'')
end
Any ideas what I can do or look for?
Cheers
Mohit.
2006 Jun 25
6
Understanding Common Views
...DF) and also the main article that I found that
explains some of this [1] and hopefully will be able to understand some
of this a bit better. So, I am reading on but I hope some of you can
explain these concepts as you are applying them.
Anything else that comes to mind at this stage?
Thanks,
Mohit.
[1] http://www.nabble.com/Common-menu-t801066.html#a2084679
2006 Aug 13
3
Render nothing; go nowhere
...s to /login/login
end
else
redirect_to :action => session[:intended_action],
:controller => session[:intended_controller]
end
else
flash[:notice] = "Invalid user/password combination"
end
end
end
Thanks,
Mohit.
2010 Mar 16
0
Asterisk to be used with Ciscs media gateways
More top posting goodness...
Please post your updated dialplan. After making the change, did you reload/restart Asterisk so the changes would take effect?
--Tim
----- "Mohit Saxena" <MohitS at starcomms.com> wrote:
> Still no luck....
>
> Br,
> Mohit
>
> -----Original Message-----
> From: asterisk-users-bounces at lists.digium.com
> [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Peder
> Sent: Monday, March 15,...
2007 Apr 27
5
Reading e-Mails
Hi,
I am new to ActionMailer, need to read incoming mails using rails
ActionMailer, dont know how to do it.. also need to track bounced mails.
Can anybody help me pls.
Thanks
Muralimaran Kumar.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Aug 09
10
Next/ Previous record
...e I should look... in my brief search through the
manuals, I was unable to discover much :(
I''d imagine one way would be to use pagination with 1 record per page,
but surely there''s another way given that the records have already been
loaded from the database?
Any help?
Thanks
Mohit.
2007 Apr 01
17
Retrospectiva - Web project management on Rails
Hi!
For those who are not following the announcements on my blog (yet), a
second release candidate of Retrospectiva v1.0, which I already expect
to be production-ready, has been released recently. To get the
application even more stable I would like to invite all of you to join
the tests.
For more information, please visit http://www.retrospectiva.org.
Dimitrij
PS: If you don''t even
2006 Jun 09
5
ActiveRBAC?
...ot; :P I''d like to consider adding Role-based access to the To-Do
List application in the original "four days w/ rails" tutorial.
Just wondering if ActiveRBAC would be a good place to start? Thanks!
For those who are wondering: https://activerbac.turingstudio.com/trac
Cheers
Mohit.
2006 Jul 04
4
Image don''t show up when i run my Rails with webrick server
can yah help me, i need to fix this...
--
Posted via http://www.ruby-forum.com/.
2006 Aug 14
5
Tutorial for Queries
...d like to learn how to do things like query how many people older than
30 have an office on a floor higher than Level 7.
I could ask a specific question relating to what I''m doing, but I think
it would be more productive for me to read a tutorial first before I
bother you :-)
Thanks,
Mohit.
2007 May 25
6
IBM Article: DB2 on Rails
I often forward IBM DeveloperWorks articles about RoR to this list.
This is a new well-written ''Intermediate'' article using DB2 with Rails:
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0705chun/
Hope this helps.
Cheers
Mohit.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, sen...
2006 Jul 28
8
Building a Search Page as part of CRUD
I''ve been experimenting with Rails over the past couple of days and
have come across something that seems harder than it should be. In
previous frameworks I have used (WebObjects, php) a full search page
(which leads into a list view populated with search results) was part
of the CRUD that was either dynamically or statically created after
specifying table/object schema. In
2007 Sep 09
4
InstantRails - command "rails" does not work
Hey,
I installed InstantRails 1.7 (on Windows XP Home). I unzipped it with
7-Zip in D:\InstantRails (no spaces in pathname + short pathname) to
avoid UnZip-problems. I followed the installation instructions. The
cookbook-example works fine.
But when I want to create an own project with "rails projectname", my
computer says something like "The command "rails" is either
2006 Jul 25
12
DRYing - similar named fields, etc.
...with ''f'' after
the name?
That''s the first question. Depending on how to do that, I may have
another question about conditional formatting on those fields. But,
I''ll hold back to see if I can figure that out based on what you guys
suggest for this.
Thanks
Mohit.