Displaying 20 results from an estimated 2000 matches similar to: "Project Collaboration Open Source Project"
2006 Jun 12
1
Instant Rails and your own applications
?I like your form css at
http://www.pllite.com/projects/new
Nice stuff!
Stuart
-----Original Message-----
From: ian.connor at gmail.com
Sent: Monday, June 12, 2006 3:14 AM -07:00
To: instantrails-users at rubyforge.org
Subject: [Instantrails-users] Instant Rails and your own applications
Here is the download link for the Instant Rails version of ProjectLounge
Lite.
2006 May 26
7
Instant Rails and your own applications
Hi,
I want to make an open source rails project as easy as possible to install.
Can I use Instant Rails for this? I treid to look at the FAQ but could not
see this was possible.
Ideally I would like to have Instant Rails install Ruby, Rails, MySql, etc
and then have it add my application and add the mysql user (could be just
root also) and then the sql for creating the tables.
Sound like fun
2006 Jun 26
2
RoR authentication with IBM Notes/Domino
This is a very simple authentication system for a Ruby on Rails server in
the same internet domain. It will allow you to get back the username of the
person hitting your server provided they already have authenticated with an
IBM Lotus/Domino or Websphere server that uses multi-server based session
authentication.
IBM Domino/Websphere authentication works by placing an encrypted cookie for
a given
2006 Jun 15
0
Ruby Skype Bot
See: http://ianconnor.blogspot.com/2006/06/ruby-skype-bot.html<http://ianconnor.blogspot.com/2006/06/ruby-skype-bot.html%5B/code%5D>
For use with Rails, would it be best to just have it running in a window on
the same machine or is there a feature in the rails framework that allows
you to trigger a process like this that would just be around until the
server shutdown?
--
Regards,
Ian
2006 Jun 22
0
acts_as_threaded with pagination
Does anyone have the magic sql to get pagination working with
acts_as_threaded?
Return like:
1 - parent
1.1 - response
1.1.1 - response to response
1.2 - response
2 - parent
2.1 - response
etc... up to the first 20 or so.
It seems easy to get from a parent to all children, but to say get the first
20 parents and children is really hard for me to get my head around. I can
imagine getting
2006 Mar 05
0
Converted tattle.pl to ruby - anyone want to be a tester?
The basic idea of tattle (http://www.securiteam.com/tools/5JP0520G0Q.html)
is that it will go through your /var/logs/messages to find brute force
attack attempts on your machine via ssh. It then looks up the abuse records
and emails the network owners about the attack.
It worked well until the log format changed a little when I updated last and
it broke. So, as an exercise in learning ruby and
2004 May 03
2
R-1.9.0 won't compile on OSX (PR#6848)
Full_Name: Dan Kelley
Version: 1.9.0
OS: OSX (Darwin 7.3.0)
Submission from: (NULL) (129.173.23.36)
R-1.9.0 will not compile on Apple OSX (Darwin kernel 7.3.0). The error msg
starts as follows, and has several more errors.
gcc -dynamiclib -L/sw/lib -L/usr/local/lib -install_name
/Library/Frameworks/R.f
ramework/Versions/1.9.0/Resources/bin/libRlapack.dylib -o libRlapack.dylib
dlapa
ck0.lo
2010 Feb 01
0
Workgroup Meetings at Collaboration Summit
Hello,
We are reaching out to all of our workgroups to remind you about the
upcoming Linux Foundation Collaboration Summit being held at the Hotel
Kabuki in San Francisco on April 14 - 16, 2010. This is a great opportunity
for workgroups to meet face-to-face and interact with other Linux community
members and we strongly encourage your workgroup to participate. If your
workgroup would like to
2010 Feb 01
0
Workgroup Meetings at Collaboration Summit
Hello,
We are reaching out to all of our workgroups to remind you about the
upcoming Linux Foundation Collaboration Summit being held at the Hotel
Kabuki in San Francisco on April 14 - 16, 2010. This is a great opportunity
for workgroups to meet face-to-face and interact with other Linux community
members and we strongly encourage your workgroup to participate. If your
workgroup would like to
2010 Feb 01
0
Workgroup Meetings at Collaboration Summit
Hello,
We are reaching out to all of our workgroups to remind you about the
upcoming Linux Foundation Collaboration Summit being held at the Hotel
Kabuki in San Francisco on April 14 - 16, 2010. This is a great opportunity
for workgroups to meet face-to-face and interact with other Linux community
members and we strongly encourage your workgroup to participate. If your
workgroup would like to
2010 Sep 10
2
Simple_captcha issue
I have a weird issue .I am using simple captcha in forms in my rails
applications. If I am using one captcha in a web page I don''t have any
problem. But I have a scenario of using three(3) forms in one page in
which all the three forms will have the captcha . So that when I
refresh the page the captcha data of the three forms are equal.
When we come to database
2009 Jan 09
0
Collaboration Summit Meeting Space
Hello and Happy New Year.
The 2009 Collaboration Summit (April 8-10, 2009, San Francisco, CA) is
coming up quickly and we have already started preparing the schedule.
It is very important for LF to provide a venue for our workgroups to meet
so workgroup leads should submit your request as soon as possible. Please
keep in mind that there are no guarantees as space is limited.
If your
2009 Jan 09
0
Collaboration Summit Meeting Space
Hello and Happy New Year.
The 2009 Collaboration Summit (April 8-10, 2009, San Francisco, CA) is
coming up quickly and we have already started preparing the schedule.
It is very important for LF to provide a venue for our workgroups to meet
so workgroup leads should submit your request as soon as possible. Please
keep in mind that there are no guarantees as space is limited.
If your
2014 Aug 30
4
[LLVMdev] LLVM+GCC collaboration BoF
Folks,
Is there any interest in having a BoF session on the GCC+LLVM collaboration?
I'd like to discuss some of the outcomes from the GNU Cauldron session
and see what we could do to make that relationship healthier.
So far, all the cross discussions I've seen on the GNU list (about
LLVM) have been very healthy and the GNU folks seem very receptive to
discussion (not so much for
2009 Apr 20
3
xxx.valid? still true after xxx.errors.add(...)?
Hi all
I have the following code in my controller:
if @comment.valid?
captcha_url =
"http://captchator.com/captcha/check_answer/#{captcha_code}/#{@comment.captcha}"
result = open(captcha_url)
unless result.read == "1"
@comment.errors.add(:captcha, "Captcha wurde nicht korrekt
eingegeben")
raise "#{@comment.valid?}"
2008 Jun 10
0
Seeking Collaboration in Development and Validation of an Anomaly Detection System for Asterisk
We are currently doing research and development on an open-source
runtime application monitoring system for Asterisk. This system is aimed
at detecting and mitigating problems or vulnerabilities that arise from
residual errors--whether unintentional or malicious--either in the
application code or in its configuration or usage patterns. It can, for
example, be used to detect and prevent
2008 Jan 21
1
Collaboration made simple with bracket notation
What do people think of this?
http://www.humanized.com/weblog/2006/06/30/collaboration_made_simple_with_bracket_notation/
----------------------------------------------------------------------
Find out how you can get spam free email.
http://www.bluebottle.com/tag/3
2018 Jan 22
0
Document/collaboration server advise needed
> Am 22.01.2018 um 21:50 schrieb Valeri Galtsev <galtsev at kicp.uchicago.edu>:
>
> Dear All,
>
> Three groups of scientists need to write documents collaboratively. They are going to use MS PowerPoint, Word, also store PDF files. They want to be able to add external people from other groups they collaborate with and give them access to some areas or "projects". In
2003 Jul 28
1
Ideas for remote collaboration on statistical analyses
I plan to use Sweave for most of the statistical reports I write for general statistical consulting projects. I would like to also have a way to collaborate with remote clients using a phone and a web server. This might involve a more incremental output process than Sweave uses. One could, for example, use a Wiki like that from twiki.org to upload pieces of an analysis as it proceeds, having
2008 Aug 27
2
problems formating scientific collaboration data
Hello all and thanks in advance for any help or direction. I have
co-authorship data that looks like:
Paper Author Year
1 SmithKK JonesSD 2008
2 WallaceAR DarwinCA 1999
3 HawkingS 2003
I would like:
Paper Author Year
1 SmithKK 2008
1 JonesSD 2008
2