similar to: newb: convert contents of sql text field to an array or hash

Displaying 20 results from an estimated 3000 matches similar to: "newb: convert contents of sql text field to an array or hash"

2009 Jul 01
1
Newb question - CHM files - Best method to view
Please excuse my first couple of probably quite a few newb questions. Are there still probs with viewing chm files? If I browse to the chm file and just launch it seems fine until I try search for a subject. I search, find what I'm looking for, click it and the help file closes. If I use wine hh / winepath windows path it launches but if I click search I can't try the search, it's
2006 Jul 28
2
newb question...
This is what it says when i have this stupid error... app/controllers/info_controller.rb:9: syntax error this is what is inside of info_controller, class InfoController < ApplicationController def who_bought @product = Product.find(params[:id]) @orders = @product.orders respond_to do |accepts| accepts.html accepts.xml end end if someone could please help me... -/ James --
2010 Jan 26
0
newb question: chron and hist()
Hi all, I'm just getting started in R so bear with my newbness. I am trying to create a very simple histogram of logins by time, with data coming in from a MYSQL query. the raw data looks like this: "id" "user_id" "experience_given" "created_at" "ip_aton" "1" XXXXXXX 2445626 0 "2010-01-21 00:00:01" 1123632036 "2"
2005 May 18
0
Integrating Asterisk into our Legacy PBX <-- Newb (correction)
Correction: The hardware is a Wildcard T100P (not a TE110P) Thanks! > -----Original Message----- > From: Geoff Manning [mailto:gmanning@zoom.com] > Sent: Wednesday, May 18, 2005 9:07 AM > To: Asterisk Users (E-mail) > Subject: [Asterisk-Users] Integrating Asterisk into our Legacy PBX > <--Newb > > > I have been successful in setting up asterisk and making >
2007 Dec 03
1
Subject: Newb Question
Hi, Use orecx, voip call recording and monitoring. www.orecx.com Thanks & Regards, Vidura Senadeera, Sri Lanka. Tel - +94114520001 Mobile - +94777766596 yahoo/skype Ids - vidurased > ------------------------------ > > Message: 17 > Date: Fri, 30 Nov 2007 08:58:41 +0530 > From: ram <talk2ram at gmail.com> > Subject: Re: [asterisk-users] Newb Question > To:
2009 Jun 17
0
newb question installing rsync on old solaris
hi all i installed a new version of rsync on an old solaris machine we have around. an old rsync was running before, but now neither is running, both complaining about dependencies, even though the compiling & install went fine, you can see the error i get below when i try to run it. la3000# rsync ld.so.1: rsync: fatal: libpopt.so.0: open failed: No such file or directory Killed so i
2011 Jan 23
1
Newb Question : How do I load the Rsymphony Library, and How do I get Symphony Running on my windows Vista?
Hi, I'm new to R, and at this phase, I don't really even know how to learn how to use R. I want to use R and Symphony together. CAn I use Symphony on a windows based machine? I downloaded Symphony 5.2.0, and when I hit to install it, I'm getting an error that I can't get past. "Bad end of central directory record" Now, let's say I miraculously am able to install
2008 Nov 11
0
[LLVMdev] [newb] howto install?
I've been loosely following lvm with some interest, and I'd like to give it a try. Despite having searched the docs, I don't see a newbs guide to doing a normal install. I tried building llvm-2.4 using --prefix=/usr, and then try to install but it doesn't install into /usr but under the builddir. This is fedora f9 x86_64. What is a simple procedure to get llvm-2.4 installed?
2012 Feb 26
2
question about user written function (newb question)
Quick newb question about R relating to the line of code below: rawCool = read.zoo("cooling.txt", FUN = as.chron, format = "%m/%d/%Y %H:%M", sep = "\t", aggregate = function(x) tail(x, 1)) I'm wondering what the specifics are for the argument where it has "aggregate = function(x) tail(x, 1)". I understand that it removes the last row of
2004 Aug 23
3
newb question regarding DTMF
Hello all - I'm just starting to play around w/ asterisk, and I've run into a seemingly simple problem that has really manged to frustrate me... I'm running the latest cvs version of *, and am trying to dial in to the default extention 1000 demo using x-lite. I can dial and hear the greeting no problem, but when I try and send any DTMF tones, I don't get any response. Is there
2005 Mar 22
2
Help please for newb on Asterisk to Vonage
I just installed Asterisk on my server and I have Vonage softphone. I need my Asterisk server to receive calls through the Vonage Softphone DID and make outgoing calls through the Vonage ATA using an X100p to connect to it. Can someone help me out on configuring this? I really need this for my business and would greatly appreciate the help.
2006 May 09
1
shameless newb question
Hello all, I have developed a rails application and Im ready to host it. So far I have registered a domain name, and purchased hosting on site5. The problem is, I dont know what to do next. Maybe someone can point me to a tutorial, but I really do not know the process of moving the application onto my host. Do I copy the entire rails directory structure into the www directory? How do I
2006 Feb 18
3
Easy Newb Question
OK, so I have a link_to_remote. I am too dumb to figure out where I can set a css class or id attribute. <%= link_to_remote("X", :url => { :action => :destroy, :id => message }, :confirm => "Delete ''" + message.title + "''?", :complete => "item_removed(''item_" + message.id.to_s + "'')") %>
2005 Dec 22
1
[NEWB] How to access database.yml parameters in a controller
Hi, Are the active database.yaml attributes for the current environment (dev, prod, test) available inside a controler ? adapter, host, db, socks, etc. AFIK Class#connection don''t give back theses infos. Thanks
2005 Dec 29
0
newb queston to fellow Railians
I get stuct at this...i get this message when i load my site...give me some idea how to fix it... MissingSourceFile in <controller not set>#<action not set> No such file to load -- ../my_app/cookbook/script/../config/../config/routes.rb RAILS_ROOT: ../my_app/cookbook/script/../config/.. when rails generate the script i don''t have file routes.rb. thanks in advance. --
2006 Nov 24
0
[LLVMdev] LLVM Newb: Getting started
Hello, Wolfgang. > * How can I define parts of the ABI that cover calling conventions? You should write some parts of codegen, which will translate specific CC'ed code to the target assembler. In general, you have to write 2 routines: 1. Lowering of formal arguments (when function call is performed, function should "see" supplied arguments with specific CC) 2. Lowering of call
2006 Nov 25
0
[LLVMdev] LLVM Newb: Getting started
Hello, Wolfgang. > I did not manage to make llvm-gcc create __main. Code for static construction & destruction is highly platform dependent. Usually it's placed in crt.o binary, which is compiled during main gcc build cycle. For example, for Linux we should only output some code in specialy named sections and this code will automatically called by system loader. As opposite, for
2005 Jan 04
1
Newb howto request: *, Voice Pulse Connect, & SJPhone
I have been picking at Asterisk for about a week, and I think I'm close. I was hoping for a little guidance to bring this on home. I want to be able to make outgoing calls from my SJPhone clients using my VoicePulse Connect account. I have the two requisite items from Voice Pulse, but I've had no luck successfully integrating the VoicePulse settings into iax.conf. My current config:
2005 May 18
0
Integrating Asterisk into our Legacy PBX <--Newb
I have been successful in setting up asterisk and making workstation to workstation SIP calls. But I am lost when it comes to anything past that. We are trying to integrate this asterisk server into with our Executone (432?) PBX to allow us to make outbound SIP calls between our disparate locations. We have a T1 card in our PBX, and the Digium TE110P card in the Asterisk. We have the T1 card
2007 Nov 30
2
Newb Question
I inherited an office with phones that are hosted off-site. Everything is skinny and G729. I see that the FreeBSD asterisk port comes with a G729 codec. I want to record everything. If I use port mirroring on my switch, is it possible to configure asterisk to record and assemble packets that it doesn't otherwise route? Is it insane to user asterisk for this purpose? Advice or a link to a howto