similar to: Linux early userspace doubts

Displaying 20 results from an estimated 1000 matches similar to: "Linux early userspace doubts"

2010 Jan 18
7
Ruby Array to Java Script Array
Hi, How can we use an array created in Ruby in Java script ? Regards, Prashant -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2006 Mar 17
3
How to check for presence of particular value entered ?
Hi, I am entering value in textbox ("name") on form. Now name field in database is having ''unique'' constraint on it so that no 2 records with same name allowed in database. Now when I m trying to enter same name into database from my form I m getting following error. ================================ Mysql::Error: #23000Duplicate entry ''Prashant''
2006 Mar 31
3
Position For Ruby on Rails Consultant
Hello Everyone, My name is Prashant and I head the placement division with ANZ Solutions. We work with close to 53 clients all over the country and help them with their staffing requirements. I like to network with strong technical people like you and like to associate myself with respect to your career plans. Please let me know and I will give you a call. We can help you for any kind of
2006 Jun 08
5
How to find particular pattern in string?
Hi, In my application I want to find out the occurance of substring "http:\\" in the main string "http:\\www.abc.com" Here how to find out whether substring "http:\\" is present in my String? & if substring "http:\\" is present then I want to delete it from main string. How to do this? PLs help me. Thanx in advance. Prash -- Posted via
2006 May 11
1
kernel names
Hi I am pretty new to this, and this may be an easy one, but I have not found the answer in the docs. The kernels produced from a build seem to have the same name for both the dom0 and domU instances. I get one kernel named vmlnuz-2.16.6-xen Is this expected? Although the dom0 boots, I ma having a crappy time getting a virtualized OS to boot and am trying to see if this is the
2006 Apr 05
3
how to insert Current DateTime value into database?
Hi, I want to insert onto database the Current DateTime Value into database field "Store_date" with datatype (DATETIME). How to do tihs? I am usiing hidden variable into my form as follows:- ======================= <%= hidden_field("store", "store_date", :value =>:datetime ) %> ======================= But when I m submmittng form I couldn''t find
2008 Jan 31
2
How to get called number in featuremap
Hi, I am new to asterisk configuration. I want to get called number in features.conf. I am defining a feature in features.conf and that feature got executed on pressing a particular DTMF key sequence. As I want to execute my own application on pressing that key which will use called number. testfeature => 3,peer,AGI,StoreNumber|<CalledNumber> Here I want to use called number in place
2011 Nov 08
5
Samba-3.6.1 release IPV6 issue
Dear Sir, I am trying to use the shared files from Windows 7 using IPV6 address. But I couldn't able to map or access it through V6 address, though I can access it through IPV4 address. I tried almost every thing whatever I did find on the internet community. I would be grateful to you if you could help me to make this working. If possible please provide all the steps including
2010 Jun 02
11
HElP me I am a beginner
HY all, I am completely new to the asterisk so can any one help me with it as I have some questions queries 1. first n for most what are the tools/equipment that I need for eg a Computer, and a net connection is it all that I need for simple head start to get hands on the asterisk and cam please any one send me all the copies from vol 1 to vol 70 every issue Thank You and Best
2014 Jun 15
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
Let's take Hello.cpp pass file from llvm/lib/Transform/Hello. Now I want to run clang -emit-llvm -c Hello.cpp(Hello.c).Means I want to apply this pass on itself.Then there are too many errors. On Sun, Jun 15, 2014 at 10:27 PM, John Criswell <criswell at illinois.edu> wrote: > On 6/14/14, 6:02 AM, Prashanth Sharma wrote: > > Hi, > I applied some pass i.e. Hello pass on
2010 Jul 14
6
Temporary files
In v1.0 .. v1.1 deliver was writing incoming >128k mail to /tmp file (to avoid reading it all into memory). In v1.2 I moved it to user's home directory. This slowed deliveries for NFS users. Also people with filesystem quota had trouble since now user required twice as much available quota to save a message. The FS quota problem was "solved" by having quota-fs plugin change the
2014 Jun 04
1
[LLVMdev] Not able to run pass
attaching screenshot of errors I got On Wed, Jun 4, 2014 at 11:07 PM, Prashanth Sharma <cs13m1017 at iith.ac.in> wrote: > sir, > that I already applied this.As I followed these steps:-please tell me > whered did i go wrong? > > 1. Checkout LLVM: > - cd LLVM > - svn co http://llvm.org/svn/llvm-project/llvm/trunk llvm > 2. Checkout Clang: >
2006 Apr 05
6
How to Upload Image through RoR??
Hi, I have one form , in which I am using file_field teg for input image file as follows. ===== <%= file_field("store", "picture") %> ======= Tha Actual fileld name of my Image field in Database is "store_photo" with datatype LargeBLOB. & Inside my Store Model I have specified "def picture" as follows:- ========================= def
2008 Feb 29
2
when we try to add CURL code to file channel.c we get an error - undefined reference to curl_easy_init
Hi all, When I try to add CURL code to file channel.c we get an error - undefined reference to curl_easy_init. I've added #include <curl/curl.h> so the code compiles fine. this error is generated by the linker, even though func_curl.c is compiled and linked with no errors My asterisk machine have curl and curl-devel 7.12 installed. Asterisk version i am using is 1.4.17. Any help will
2014 Jun 14
2
[LLVMdev] Why llvm-pass don't work when applied on itself(passfile)
Hi, I applied some pass i.e. Hello pass on Hello.cpp(the pass file).It doesnot work as using command clang -emit-llvm -c Hello.c(Hell.cpp) does not create any .bc file .Can any body have some suggestion ? -- Thanks Prashant Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jul 31
2
Asterisk - ODBC engine not available
Hi, I am using ubuntu-12.04 and installed asterisk from repository (apt-get install asterisk). I have configured it to work with odbc, *CLI> odbc show ODBC DSN Settings ----------------- Name: asterisk DSN: asterisk-connector Last connection attempt: 1970-01-01 05:30:00 Pooled: No Connected: Yes But it still show me the following error [Jul 31 12:36:18]
2006 Mar 14
3
Can anybody tell me step by step how validate data on form?
Hi, I am new to ROR. I have created a form with foru fields in ROR. Now its working fine for all CRUD operations. But I want to validate data on form for "validates_presence_of" validation. How to do this? I tried it by putting line "validates_presence_of :description" . But its not working. Its throws error like "undefined method `each'' for
2014 Jun 02
2
[LLVMdev] Not able to run pass
sir, As defined in http://llvm.org/docs/WritingAnLLVMPass.html#setting-up-the-build-environment running pass with opt but here how I get hello.bc file . -- Thanks Prashant Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140602/648e5547/attachment.html>
2004 Jun 07
2
run-init warning
Please be aware that I HAVE NOT TESTED THIS PROGRAM... please try it in a "safe" environment since for all I know it could nuke your "real root" by mistake. -hpa
2006 Jun 06
4
pls help me regarding Maths round up function.....
Hi, I have some values on my webpage displaying like 1.22333333333 2.33333344444 2.33377777777 etc. Here I want to display values upto 2 decimal places correct. i.e, 1.22333333333 should be dislayed as 1.22 2.33333344444 should be dislayed as 2.33 2.33777777777 should be dislayed as 2.34 & so on.... How to do this in ruby????? Is there any function??? Thanx in advance. Prash --