Displaying 6 results from an estimated 6 matches for "screennam".
Did you mean:
screennum
2011 Jan 06
0
Problem with package twitteR and converting S4 obj to data frame
...pt.
Thanks,
Alberto
library(plyr)
library(twitteR)
getuser <- getUser('altons')
count <- 50
UserFollowers <-userFollowers(getuser, n=count, session = getCurlHandle())
dffollow <- ldply(userFollowers(getuser, n=count, session =
getCurlHandle()),
function(x) c(screenName=x at screenName
,name=x at name
,statusesCount =x at statusesCount
,followersCount=x at followersCount
,friendsCount=x at friendsCount
,TwitterBirth=x at created
,description=x at description
,location=x at location)
)
--
View this mess...
2011 Jul 23
0
Question about output from twitteR package
...I was able to pull sets of Twitter messages into a dataframe using various criteria (hashtags, etc.). To build a network, I would like to follow which messages are responses to earlier messages. According to the twitteR package documentation, this is stored in a 'replyToSN' field (reply to Screenname). However, when I do searches this field is always blank (NA). (The similar field replyToSID is also always blank.) The Twitter messages themselves suggest that there are some replies in the sets that I'm obtaining, so I now in theory that these fields should not be blank for every message.
H...
2008 Feb 29
1
Using ym4r/mapstraction''s cluster.js with RJS
...in
a controller, but not from RJS.
For the proper flow in my app it would be very helpful to be able to do
it from RJS.
Thanks for the help,
Chuck
--
*Chuck Fletcher*
Email: chuck at chuckfletcher.com <mailto:chuck at chuckfletcher.com>
Phone: 646.867.2312
AIM: chuckfletc <aim:goim?screenname=chuckfletc>
Linked In: chuckfletcher <http://www.linkedin.com/in/chuckfletcher>
2005 Aug 08
0
Screening Sip Calls - Record()
...#39;d see
if there is a new solution (can't find anything on google or wiki)
I use the Record() app on my incoming zap calls to record a persons name
if their caller id is not in the db. After the name is recorded, the
call is parked and ParkAndAnnounce announces that a call is holding from
${SCREENNAME}. Works fine with Zap, but obviously, SIP blows right
through the Record(). Is there any way to accomplish this on the SIP
channels?
2009 Mar 03
0
Job Posting - Early stage political startup looking for advanced rubyist and/or designer
...l APIs, and/
or social network building are huge pluses.
We are pre-funding right now and are offering nothing but equity as a
founder. If that''s okay with you and fit one of the above
descriptions somewhat (especially if you''re a political junkie),
please contact me. My g mail screenname = marcslove.
--~--~---------~--~----~------------~-------~--~----~
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...
2014 Aug 23
0
color is not known to server "FOREGROUND"
...t recent call last):
File "./Mobi_Unpack.pyw", line 211, in <module>
sys.exit(main())
File "./Mobi_Unpack.pyw", line 202, in main
root = Tkinter.Tk()
File "/usr/lib64/python2.7/lib-tk/Tkinter.py", line 1745, in __init__
self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
_tkinter.TclError: unknown color name "BACKGROUND"
My reading indicates that this may be due to an issue with the xorg rgbpath declaration, but I don't know how to check what xorg is actually using (since the rgbpath...