Displaying 20 results from an estimated 463 matches for "venturing".
2012 Oct 25
5
trying ti use a function in aggregate
Hi -I am using R v 2.13.0. I am trying to use the aggregate function to
calculate the percent at length for each Trip_id and CommonName. Here is a
small subset of the data.
Trip_id Vessel CommonName Length Count
1 230 Sunlight Shad,American 19 1
2 230 Sunlight Shad,American 20 1
3 230 Sunlight Shad,American 21
2006 Jul 19
0
RoR Developer required for new venture
Hi guys,
I''m looking for one very talented RoR developer to join a startup either
part-time or full-time to bring a new venture to market. Concept of the
business will be discussed in more detail with interested individuals
but, for now, this is a business community building on social
architecture principles.
Preferably in London or Atlanta.
email me at sbaxter@upsidecapital.com
2008 Jan 14
0
Aastra Venture
Does anyone on-list have any experience with this system? I'd like to
speak with someone who's tried it out.
Thanks,
Michael
--
Michael Graves
mgraves<at>mstvp.com
blog.mgraves.org
o713-861-4005
c713-201-1262
sip:mjgraves at pixelpower.onsip.com
skype mjgraves
fwd 54245
2008 Mar 24
0
FYI about my Mona Vie business venture - apology and rethink
I feel the need to apologize for my previous email to the list.
I was thinking that I was sharing something that I am currently exited with, with my associates.
I now realize that I was sooo... off-topic, it's ridiculous.
Sorry for the improper post to the list.
Feel free to keep any further comments, concerning my improper use of the list, off-list.
Thank You,
Steven B
TeamVie at
2003 Oct 06
1
Venturing into SAMBA-LDAP
Hi,
Finally I have decided to give go ahead for Samba-LDAP. The questions are
1)I have a system that provides LDAP directory access. Is there anyway, I could just point my SAMBA server to point to that and say 'get the users authenticated'? Or do I have to setup a local LDAP and then add Samba to that.
2) Could my Samba be just a workgroup to configure LDAP with it or does it have to
2005 Jun 30
7
passing through MWI info from SBC
Hi.. I am about to replace my aging Nortel Venture
system with an Asterisk system and 6 Polycom IP 501
phones, and a couple sipura 841's for less used areas.
We have 3 phone lines here. One is SBC, one Vonage,
and one Voipjet... One hangup is that I can't figure
out how to pass through a voicemail waiting indication
from SBC. This is important because my wife and her
family all
2007 May 14
6
ActiveResource and RESful edit
Hi
I''d like to know how to have ActiveResource generate a URL for the
/teams/1/edit
type of resource.
I''ve got custom_methods.rb and have used
Team.find(1).get(:edit)
This generates
http://localhost:xxxx/teams/1/edit.xml
But all I get returned is a hash of the attributes (in this case of
team 1), rather than an object of team 1.
In other words the
2008 Feb 10
3
R on Mac PRO does anyone have experience with R on such a platform ?
I saw there exists an R version for Mac/OS.
I'd like to hear from someone who is running R on a Mac/OS before venturing
on getting the following computer system.
I am in the process of choosing a powerful laptop 17" MB PRO
2.6GHZ(dual-core) 4GBRAM ....
Thank you so much,
--
Maura E.M
[[alternative HTML version deleted]]
2003 Sep 24
4
Purchasing Grandstream Phones
Does anyone know of any reliable supplier for Grandstream phones?
I tried dealing with David Li from Grandstream, but after emailing him an order in August, and asking how he wanted payment, I never got a reply...
James Ho from DGTimes was happy to give me pricing, but when I sent him an email asking for shipping costs, I never got a reply...
I tried dealing with John from Chagres Ventures, but
2006 Nov 08
5
Seeking expert RoR developer in NYC area
I have a project for which I am seeking a partner to do the
development. You should be an expert in RoR, have time available for
development and looking to be a part of an unusually good business
venture.
With this project you will not have any annoying clients with no
understanding of technology, I am very adept at web tech in other
languages and can supply you business logic in terms of
2006 Mar 01
2
o''reilly''s arrogance
although basically hopeful of the company''s ''rough cuts'' venture, i am
insulted by the fact that o''reilly''s safari service offers important material
to its regular subscribers only if they pay extra for it. o''reilly''s material
on ajax is a good example: all of the introductory coverage is available only
as pricey ''rough
2006 Jun 13
3
AJAX data grid for Rails?
Has anyone used an AJAX data grid with Rails?
I am rebuilding a copy of the venture source web site as a first ruby/
rails exercise. If anyone has used a javascript data grid with
Rails, I would appreciate sample code, or notes on your experience.
The controller action would presumably communicate with the data grid
component running on the browser by extracting data from a relational
2004 Nov 28
4
Experiences with Termination Providers?
I hope this is an appropriate question for the list..
I am looking for a VOIP termination provider who can offer the following:
-Flat Rate DID's in lots of areas
-GOOD customer service/support with quick response times
-Toll Free DID's at a reasonable rate
-Reliable/Redundant network and availability etc.
So far I have tested 4 providers which I will not mention here. I have found
two
2007 Aug 02
2
[Off-Topic] Call for networking help
All,
I am the founder and CTO of a new Atlanta area start-up that is a
technology incubator and consulting company. We are currently working
on building a couple of software as a service apps on the Rails
platform. I love working with rails and am trying to get to know more
people with rails expertise who are interested in exploring new
ventures.
Here is the URL to my linked-in profile:
2004 Mar 31
5
3-4 port FXO card recommendations
*This message was transferred with a trial version of CommuniGate(tm) Pro*
In setting up Asterisk, I'm looking to dump my current phone system (Nortel
Venture). I presently have three POTS lines.
I would use a VOIP provider, but now are presently available in the Toronto, ON,
CANADA area that support user owned hardware/software. I need a 416/647 area
code number.
In looking at FXO cards
2016 Jan 04
2
R package update on Kubuntu
Dear list,[1]I use a current and continuously updated Linux
distribution (Kubuntu, 14.XY < LTS < 15.10) and since not so long I decided to
venture into R statistical programming by means of an editor suitable
for KDE called "rkward"; the R version installed on that Linux machine
is version 3.0.2.[2]I experienced problems concerning the installation
of R packages and R
2015 Apr 01
2
[LLVMdev] Cast to SCEVAddRecExpr
Thanks Sanjoy.
> To be pedantic, "var[i<<1]" is not an add recurrence, but "&var[i <<
> 1]" is an add recurrence. I'll assume that's that you meant.
Yes, I meant the same.
> I think that is because in C, multiplication is nsw but left shift is
> not and so "i << 1" can legitimately sign-overflow but i * 2 cannot
>
2010 Dec 10
3
Adding numbers in Outputs
two OutputsHello!
I am Amelia from Auckland and work for a bank. I am new to R and I have started my venture with R just a couple of weeks back and this is my first mail to R-forum. I need following assistance
Suppose my R code generates following outputs as
> X
[[1]]
[1] 40
[[2]]
[1] 80 160
[[3]]
[1] 160 80 400
> Y
[[1]]
[1] 10
[[2]]
[1] 10 30
[[3]]
[1] 5 18 20
2006 Jan 17
3
Fritz card technology & German *
Hi all,
I've been working with * for a long time now, but only with analog FXS/FXO
systems.
I am venturing towards setting up a box in Germany now and I believe that
requires a Fritz card? Do I even have to use the Fritz cards? Why not a
Digium card....
We have 2 ISDN lines ( --> 6 handsets) so I'm guessing that will require 2
Fritz PCI cards (they have 1 port only). Then there's some s...
2011 Oct 12
4
R and Forex
Hi all,
I recently started learning about Forex and found this O'Reilly book in
Barnes & Nobles about R. I bought it out of pure curiosity. I like what I
see. However, I have a question. Has anyone tried to bring these two ideas
together in a financial and trading sense? Are there any libraries or
modules in R that can aid in this venture?
--Yves
[[alternative HTML version