search for: soapbox

Displaying 20 results from an estimated 68 matches for "soapbox".

Did you mean: popbox
2006 Jul 31
3
Soapbox
Hi all, I thought y''all might be interested in seeing a newly released website named Soapbox which was written in Rails. Soapbox features reviews of products, businesses, services, and anything else you can think of written by the people *you* care about. http://soapboxit.com Thanks! Duff OMelia -- Posted via http://www.ruby-forum.com/.
2006 Sep 05
3
terms.inner
Question: I am trying to impliment a function in R that we use quite regularly in Splus, and it fails due to a lack of the "terms.inner" function in R. The substitute is? Part question and part soapbox: Why remove terms.inner from R? It's little used, but rather innocuous. Mostly soapbox: I figured it was no big deal, as I originally discovered the use of terms.inner from reading the plot.gam function. So I'd just see what plot.gam does in R. > plot.gam Error: object "plot....
2007 Dec 14
3
Puppet 0.23 client on Redhat 9
Hi, I wanted to know whats the ideal way to install puppet client ie the below packages on Red Hat Linux release 9 (Shrike) system -- 2.4.20-8smp I get the dependencies issue with the below(bcso they are for RHEL4 which is 2.6 kernel). What would be an ideal way, where can I get the tar source of the compatible version of puppet/facter/ruby for Redhat 9
2005 Apr 12
8
SMTP / DMZ
Hi Guys, I have been trying to configure shorewall 1) Internet Access to internal users 2) Have a DMZ that will house atleast 6 mail / web / ftp servers that will server our existing group companies outside our physical location. 3) Setup openvpn between our location and our group companies . What i have done so far is : - Created the 3 zones with the IP ranges as below. DMZ:172.16.10.x
2012 Oct 18
2
[LLVMdev] DWARF 2/3 backwards compatibility?
...line with a window of a month or two. The trend allows you to see regressions occurring, and remaining as regressions. Sometimes GDB Testsuite or a compiler has a bad day. The trend let's you see a stable regression, and when you get a round toit, tells you when the regression started. <soapbox> I've been doing this with Jenkins. It's fairly easy to set up, and does the plotting. Developers can grab a copy of the script to duplicate a run on their broken compiler. Running the testsuite under JNLP increased the number of executed tests - don't know why just did. </soap...
2014 Jun 21
1
broken samba-4.1.8 waf configure
...ogram set flags that broke the subsequent waf build process. i think i ran into similar problems with it not finding openldap. btw- i find it interesting/amusing that your waf program loved the /usr/local/include and /usr/local/lib directories even though they contain absolutely nothing... begin soapbox diatribe: i have run into waf in more than one package. EVERY time, waf screws up to the point where its package will NOT compile at all. i wish you would go back to the traditional ./configure program that works well countless times with countless packages. end soapbox mode. please corre...
2006 Aug 11
9
I have boosted my productivity !
Just a positive experience I would like to share with you : testing is great on paper but very tedious to apply because nobody wants to run manually the tests by hand. Last week I have discovered zentest, an automated test process command line utility. That was at the beginning (hopefully) of a new project. Believe it or not, I have started to code most parts of the application without using
2005 Nov 22
1
Sick Samba 3.0.14a-3 Server - in a world of pain!
...t = logon.bat logon path = \\%L\%U\profile logon drive = p: logon home = \\%L\%U domain logons = Yes os level = 60 preferred master = Yes domain master = Yes dns proxy = No wins support = Yes ldap admin dn = cn=admin,dc=soapbox ldap group suffix = ou=Groups ldap idmap suffix = ou=Idmap,ou=Systems ldap machine suffix = ou=Computers ldap passwd sync = Yes ldap suffix = dc=soapbox ldap user suffix = ou=People create mask = 0660 directory mask = 0775 host...
2010 Dec 14
1
binding data.frames with sequential names
Hello, I have data frames X1 to X19 I want a simple way to bind them as the next run(s) will generate many more sequential data frames. I tried the following with i = 19: > my.list <- as.list(paste("X",1:i,sep="")) > new.data <- do.call("rbind", my.list) > new.data [,1] [1,] "X1" [2,] "X2" [3,] "X3" [4,]
2007 Jun 18
0
[Nut-upsuser] false alerts/shutdown
...: OL CHRG Euhm, there is no status 'CHRG' according to 'docs/new-drivers.txt' folks. If you feel the need to create new status flags, at the very least mention them in the section 'Status data' in this file. Unless you document it somewhere, it's of no use to clients. [soapbox] Before doing so, ask yourself (and preferably, you fellow developers) if it is really worth the effort to put it in 'ups.status'. Unless setting this flag requires immediate action by clients, consider to export the value in a variable that can be queried by clients at their discretion. An...
2007 Jun 29
0
CHRG / DISCHRG status
...s no status 'CHRG' according to 'docs/new-drivers.txt' > folks. If you feel the need to create new status flags, at the very > least mention them in the section 'Status data' in this file. Unless you > document it somewhere, it's of no use to clients. > > [soapbox] > Before doing so, ask yourself (and preferably, you fellow developers) if > it is really worth the effort to put it in 'ups.status'. Unless setting > this flag requires immediate action by clients, consider to export the > value in a variable that can be queried by clients at...
2012 Oct 18
0
[LLVMdev] DWARF 2/3 backwards compatibility?
...hese issues, would be to prioritize the very stable failures (where Clang fails a test that GCC passes & does so consistently for a long time) first. Then look at the unstable ones last - figure out which compiler's to blame, "XFAIL: clang" them or whatever is necessary. > <soapbox> > I've been doing this with Jenkins. It's fairly easy to set up, and does the > plotting. Developers can grab a copy of the script to duplicate a run on > their broken compiler. Running the testsuite under JNLP increased the number > of executed tests - don't know why ju...
2011 Oct 02
2
Mou - Markdown editor for web developers
Hi all, I made a new markdown editor for Mac, named Mou - http://mouapp.com It's still in early beta stage. Requires OS X 10.7+ to run. Let me know how do you think about it. :) Kudos to John Gruber who invented Markdown language, as always! :) Best regards, Chen Luo
2014 May 31
0
broken samba-4.1.7 waf configure
...ogram set flags that broke the subsequent waf build process. i think i ran into similar problems with it not finding openldap. btw- i find it interesting/amusing that your waf program loved the /usr/local/include and /usr/local/lib directories even though they contain absolutely nothing... begin soapbox diatribe: i have run into waf in more than one package. EVERY time, waf screws up to the point where its package will NOT compile at all. i wish you would go back to the traditional ./configure program that works well countless times with countless packages. end soapbox mode. please corre...
2011 Feb 21
0
OT: R Square Help (this debate again, i know!) and The Experimental Unit
Dieter (et. al.) I am weak and therefore yield to temptation... This is OT for R, so stop reading and discard now if you're looking for real R Help. (see also one inline coment below) Mount soapbox; begin rant </ In addition to the points you made/alluded to, may I also suggest that confusion about the nature of The Experimental Unit results in a lot of garbage/non-replicable scientific results seemingly buttressed by "officially sanctioned" statistics. You can google the erm, b...
2004 Aug 06
2
trouble in nullsoft land.
...n-encapsulated stream and prohibit its listing. nsv/nsa is > an open protocol........... What's the purpose of this NSV protocol? Is it some sort of container protocol that Nullsoft is pushing as some "standard" in audio webcasting? I'm trying really hard not to get into a soapbox, but why is it that the audio streaming community has such a hard-on for so many protocols. I'm not taking about codecs, I'm talking about ways to get the content from point A to point B. Off the top of my head, we have: ICY vs. HTTP. UDP vs. inline metadata RTP/SDP vs. TCP This YP who...
2008 Oct 17
1
How to best start from scratch implementing a ERM diagram?
Hey people, I''m starting a new project and just finished creating the ERM diagram with about 30 tables. There are quite some tables with foreign keys so I''m not sure how to start creating the controllers/models. How should I start creating controllers/models? Should I first create all tables without foreign key? Should I just start somewhere and add them radomly? I''m
2012 Feb 29
2
shorewall-init missing critical file?
...enerate it. Also, tried latest versions of both the 4.4 (4.4.27.3) and 4.5 (4.5.0.2) series, no bueno. Surely, I can''t be the only one trying to use shorewall-init with systemd. Is this an unsupported configuration? Did I miss something in the documentation? TIA 8<---8<---8<--- SOAPBOX ALERT! - BEGIN 8<---8<---8<--- Off topic, but, I mention this one time in every support mailing list I''m forced to join. In my opinion, mailing lists (like all "push" technologies) are an incredible waste of bandwidth. On busy lists, users are forced to wade through moun...
2012 Oct 18
0
[LLVMdev] DWARF 2/3 backwards compatibility?
On Thu, Oct 18, 2012 at 12:48 AM, Renato Golin <rengolin at systemcall.org> wrote: > On 18 October 2012 05:11, Rick Foos <rfoos at codeaurora.org> wrote: >> I don't think GDB testsuite should block a commit, it can vary by a few >> tests, they rarely if ever all pass 100%. Tracking the results over time can >> catch big regressions, as well as the ones that
2012 Oct 18
2
[LLVMdev] DWARF 2/3 backwards compatibility?
On 18 October 2012 05:11, Rick Foos <rfoos at codeaurora.org> wrote: > I don't think GDB testsuite should block a commit, it can vary by a few > tests, they rarely if ever all pass 100%. Tracking the results over time can > catch big regressions, as well as the ones that slowly increase the failed > tests. Agreed. It should at least serve as comparison between two branches,