similar to: Informl 0.4 (wiki with forms, DB, and more)

Displaying 20 results from an estimated 400 matches similar to: "Informl 0.4 (wiki with forms, DB, and more)"

2007 Jun 05
1
Tartan wiki parser 0.2.0
Hi all, I'd like to introduce you to the Tartan project (http://tartan.folklogic.net) and get your feedback. It's a Ruby based wiki text parser with the following goals: 1. handle more then one wiki markup but start with Markdown 2. allow mixing-in of markup rules (eg. Markdown + smartypants + tables + wiki links; each as a separate definition) 3. tests and rule
2002 Jun 19
4
[Bug 220] sshd fails to read other users authorized_keys over nfs as root
http://bugzilla.mindrot.org/show_bug.cgi?id=220 ------- Additional Comments From George.Baltz at noaa.gov 2002-06-20 01:23 ------- FWIW, I reported this to IBM Support, and they seem to agree realpath() is broken. I have received a patched libc.a, which in light testing seems to resolve the problem: public key login with perms 770 on ~/.ssh works. ------- You are receiving this mail
2005 Sep 25
12
Browsercam.com Annual Membership
I have been using browsercam.com for CSS testing, but it is rather expensive. Recently, I discovered others using funadable.org to purchase a yearly membership as a group. A year long membership at browsercam.com costs $480.00. This gives us 25 user accounts. I am proposing that 25 people throw in $19.20 for their 1/25th share of the membership cost. Once I have raised $479.40 I will
2007 Feb 07
2
Would calling 3.am or 1130.pm be a useful way of getting a Time object?
Would "am" and "pm" be convenient and useful methods that Rails should stick on top of the Numeric class? So instead of calling Time.parse("23:30") to get a Time object at 11:30 PM, you could do 1130.pm instead. Just trying to get an opinion before I create a patch, unit tests, etc and try and convince someone to notice :) Here are the methods if anyone wants to
2009 Apr 07
1
Python-Markdown 2.0 Final Released!
I am happy to announce the release of Python-Markdown 2.0 final. We have versions for Python 2.3-2.6 and Python 3.0! See the release notes here: https://sourceforge.net/project/shownotes.php?release_id=674043&group_id=153041 Download from PyPI here: http://pypi.python.org/pypi/Markdown/2.0 -- ---- \X/ /-\ `/ |_ /-\ |\| Waylan Limberg
2005 Apr 19
2
OpenSSL Installation Problem after Migration AIX 4.3.3 to AIX 5.2
We have a Problem to Install the Packages: openssl-0.9.6m-1 openssl-devel-0.9.6m-1 openssl-doc-0.9.6m-1 After we migrate from AIX 4.3.3 to AIX 5.2 I removed the old Version rpm and want to reinstall openssl and openssh. If i try to install openssl i have the following Error Message: # rpm -ivh openssl-0.9.6m-1.aix5.1.ppc.rpm openssl-devel-0.9.6 m-1.aix5.1.ppc.rpm
2005 Mar 02
1
Cleaning up has_and_belongs_to_many?
Does has_and_belongs_to_many know to delete an object when the last reference to it is removed? In my case I have Receiver <<->> Message (with a join table of course), but have noticed that when the last receiver removes a message from the association the message still exists. Before adding code to manage this situation I want to check to see if I am missing something? --
2005 Mar 08
1
Updating Join Attributes
Other than doing a raw SQL update the only way to update join attributes is to remove an object and then push_with_attributes correct? -- Lon
2004 Apr 03
1
Security branch lifetime changes
Hi Folks, I have extended the lifetime of the RELENG_4_8 security branch, and of security branches in general: ----- Forwarded message from Jacques Vidrine <nectar@FreeBSD.org> ----- Date: Sat, 3 Apr 2004 07:23:54 -0800 (PST) From: Jacques Vidrine <nectar@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit:
2006 Nov 23
0
fastthread 0.4
fastthread is a library which replaces the synchronization primitives defined in stdlib?s thread.rb (Mutex, ConditionVariable, Queue, and SizedQueue) with optimized versions which: * are much faster (in the non-contention case, speed comparable to direct use of Thread.critical or Thread.exclusive) * don?t leak memory (the stdlib implementation of Mutex manages to
2006 May 09
0
Mongrel 0.4 Coming Soon! Get Your Requests In By Friday!
Hello folks, I''ve been kind of away working for the last few weeks, and now I''m back to try and push out the big 0.4 release. I''ve collected all the problems and requests people have come up with and talked with Luis about some enhancements. We''re planning to revamp the win32 setup so that it cleans up the scripts to be just one mongrel_rails script.
2007 Sep 04
1
Couple of questions for Merb 0.4
All, I have just updated to the latest release of merb 0.4 and I am wondering how I can get my controller changes to reload without bouncing the server ? I am running in dev mode but my changes to my merb controller don''t seem to get picked up on new requests. Also say I have a controller that needs to render an alternate xml format ie something like:
2007 Sep 05
0
xfs 0.4-1 kernel modules CentOS 4/5
Is anyone else having difficulty with the kmod-xfs-*0.4-1* rpms from the centosplus repositories? For several years I have used a patched anaconda to get xfs file systems into the initial install for non-root file systems. With the 0.4-1 rpms, The subsequent reboot immediately reports file system xfs errors, and the system is unusable. I'm finding this with both CentOS 4 and CentOS 5.
2006 Apr 20
0
vim 7 ruby omni-complete 0.4
Once again after some work and outside contribution we have another release If you missed the original announcement, rubycomplete provides a vim7 omni-completion function (code completion) for vim. It is based on complete.rb, pycomplete.vim and ccomplete.vim. Any input is welcome. I''ve joined up with the vim-ruby team, so you''ll find rubycomplete.vim in cvs at
2007 Jan 24
0
Mocha 0.4 released
So I finally got round to releasing a new version<http://rubyforge.org/frs/?group_id=1917&release_id=9184>of Mocha <http://mocha.rubyforge.org/>. Much of the functionality has been available for some time if you''ve been using the Rails plugin based on subversion HEAD, but now you can get it in all in a gem (or other package). The most recent changes centre around allowing
2004 Jun 29
0
Missing constants (wxRuby 0.4)
When trying to use the DirDialog class to get a directory chooser with a "new" button, the docs say to use window style DD_NEW_DIR_BUTTON. However wxRuby seems to be missing this constant. A grep of the wxWidgets sources gave: #define wxDD_NEW_DIR_BUTTON 0x0080 So I changed: Wx::DirDialog.new(self, "Please specify output directory", outdir, Wx::DD_NEW_DIR_BUTTON) to:
2010 Apr 08
2
Meaning of "lag 0.2, 0.4,..." ?
Please see that correlogram for a arbitrary time series : acf(zooreg(rnorm(39), start=as.yearmon("2008-01-01"), frequency=12)) What is the meaning of lag 0.2, 0.4, ........ in the plot? Those should not be integers? Or I am missing something? Thanks -- View this message in context: http://n4.nabble.com/Meaning-of-lag-0-2-0-4-tp1765093p1765093.html Sent from the R help mailing list
2009 Jul 06
0
WiceGrid Plugin version 0.4
Hello all, WiceGrid Plugin version 0.4 is released. A blog post with a list of changes: https://blog.wice.eu/2009/7/6/moving-to-github-and-wicegrid-version-0-4 Homepage & screenshots: http://redmine.wice.eu/wiki/wice-grid API & HOWTO: http://redmine.wice.eu/api/wice_grid/index.html Code: http://github.com/wice/wice_grid/tree/master WiceGrid is a Rails plugin which does all dummy work
2011 Apr 27
0
lavaan version 0.4-8
Dear R-users, A new version of `lavaan' (for latent variable analysis) is now available on CRAN. The current version of lavaan (0.4-8) can be used for path analysis, confirmatory factor analysis, structural equation modeling, and growth curve modeling. More information can be found on the website: http://lavaan.org To get a first impression of how the 'lavaan model syntax' looks
2011 Apr 27
0
lavaan version 0.4-8
Dear R-users, A new version of `lavaan' (for latent variable analysis) is now available on CRAN. The current version of lavaan (0.4-8) can be used for path analysis, confirmatory factor analysis, structural equation modeling, and growth curve modeling. More information can be found on the website: http://lavaan.org To get a first impression of how the 'lavaan model syntax' looks