active questions tagged recommendation - Stack Overflowmost recent 30 from stackoverflow.com2009-12-19T08:24:31Zhttp://stackoverflow.com/feeds/tag/recommendationhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1927266/collaborative-filtering-program-what-to-do-for-a-pearson-score-when-there-isnt0Collaborative Filtering Program: What to do for a Pearson Score When There Isn't Enough DataMike2009-12-18T09:44:56Z2009-12-18T09:44:56Z
<p>I'm building a recommendation engine using collaborative filtering. For similarity scores, I use a Pearson correlation. This is great most of the time, but sometimes I have users that only share a 1 or 2 fields. For example:</p>
<p>User 1{<br />
a: 4<br />
b: 2<br />
}</p>
<p>User 2{<br />
a: 4<br />
b: 3<br />
}</p>
<p>Since this is only 2 data points, a Pearson correlation would always be 1 (a straight line or perfect correlation). This obviously isn't what I want, so what value should I use instead? I could just throw away all instances like this (give a correlation of 0), but my data is really sparse right now and I don't want to lose anything. Is there any similarity score I could use that would fit in with the rest of my similarity scores (all Pearson)?</p>
http://stackoverflow.com/questions/1312199/palm-mojo-webos-ide-recommendation1Palm Mojo / WebOS IDE RecommendationKyle B.2009-08-21T14:11:07Z2009-12-18T05:41:13Z
<p>I'm a developer coming from Visual Studio 2008 looking to get my hands dirty writing some Palm Pre applications. I've heard a number of options for developing Palm Pre apps and am curious for a recommendation.</p>
<p>So far I have heard:</p>
<ol>
<li>Eclipse IDE</li>
<li>Eclipse IDE with Aptana Plug-in</li>
<li>Aptana stand alone</li>
<li>Plain text editor</li>
</ol>
<p>Could someone make a recommendation based on my past experience using visual studio? What seems to be the emerging standard?</p>
<p>Also, it may be important to note that debugging is an important feature for me (as it should be with any developer... haha).</p>
http://stackoverflow.com/questions/184118/what-programming-book-would-you-not-recommend-to-developers33What Programming Book would you NOT recommend to Developers?EnderMB2008-10-08T18:21:31Z2009-12-17T23:01:56Z
<p>Like a lot of people on Stack Overflow I love to read books about programming, almost as much as I love to read the lists that people add onto their websites, Blog's and this very website. </p>
<p>However, for every gem there are a thousand turds, and to one developer a gem could just be a shiny turd to another.</p>
<p>Whilst there are hundreds of book questions on this website asking users to recommend books that they have loved I have decided (after looking for a similar question and not finding it) to create a list of books that users have detested. After all, if we're going to fork out money for these books it'd be a good idea to get both positive and negative aspects out there.</p>
<p><strong>Please refer to a specific book, and with it add an image of either the latest version or the version you have read. Also, if you have the time please comment on the answers to provide your experiences with the books.</strong></p>
http://stackoverflow.com/questions/1922317/recommendations-for-two-challenging-web-app-problems0recommendations for two challenging web app problemsadriandz2009-12-17T15:02:22Z2009-12-17T15:29:10Z
<p>I'm looking for recommendations for vendors - quite possibly start-ups - who can help with two challenging requirements for an app I'm building right now. We're really open to new and innovative solutions to these two challenges. I've got a lot of control in terms of dictating choice of browser, selection of hardware, and even choice of operating system (I could probably, for example, require the use of Macs).</p>
<p>Any recommendations, links, or insights would be really appreciated. I've spent some time poking around online, but there's a ton of companies offering the same old crap that would probably be hell to integrate with a modern web app.</p>
<p>So here's the situation. My client is a successful, long-standing consultancy in the fitness industry. In 2006 we developed a web application for managing the personal training departments of fitness clubs. This system is in use in approximately 20 organizations in Canada and the US, some of which are quite large. There are currently 1100 users of the system, which tracks over 50,000 clients and some 80,000 transactions totaling $25 million in sales for these clubs. The business model is Software-as-a-Service in conjunction with ongoing consulting and training, primarily to improve operations, sales, and human resource management.</p>
<p>We are currently developing a new and significantly expanded platform, using Ruby on Rails as our web application platform. We believe this application has the potential to acquire many new clients who are frustrated with current software solutions for the fitness industry, which tend to be bloated, complicated and hard-to-use.</p>
<p>One important thing to note about this system is that it handles multiple clubs, which are separate businesses in their own right, with their own clients, bank accounts, etc.</p>
<p>We're currently faced with two challenging requirements for the system.</p>
<p><strong>Access Control</strong></p>
<p>Clubs need to control access to their club. Some do this by keeping staff at a front-desk, others do this with a completely automated system. When clients walk in the front door, they need to swipe a card, enter a code, or use a biometric system (our preference is for the latter; the trend seems to be to use hand scanners that accept a code but also require hand placement on a pad for entry). The system needs to send this information to the web application, which will return a success/failure response in the case of a fully automated system, or display the client profile to front desk staff.</p>
<p>Requirements for working in a club:</p>
<ul>
<li>physical scan to gain entry: card swipe or preferably, something biometric like a hand scanner. * can process many thousands of clients. * can prevent clients from entrance if they fail to be recognized, or if a failure code (e.g. membership expiry) is returned when the scan is performed.</li>
</ul>
<p>Requirements for integration with web application:</p>
<ul>
<li><p>sends identification information to computer in a way that can be read by a web application. Process: device scans the client, sends client's ID number to the web application, web application responds with yes/no for entry, and displays client information to front-desk staff. One possibility would be the availability of software, presumably provided by the manufacturer of the device, that would transmit the information read by the device into a web form, i.e. it would work like a keyboard wedge. We are open to recommendations.</p></li>
<li><p>When a client account is created, a unique identifier will be created by the web application. The device must provide some method of storing this unique identifier, either in the card itself in a card reader, or via some other method in other (e.g. biometric situations). In other words, the device must provide an interface that allows for the web application to set up new clients in conjunction with the device and the access control system.</p></li>
</ul>
<p><strong>Payment Processing</strong></p>
<p>The application must be able to process credit- and debit-card payments. Most of these will be card-present transactions, both credit- and debit-card based. Customers of the fitness clubs (who are the customers of my client) that use the application will often be present to swipe their cards for their payments to be processed, which requires integration with PIN pads. Some of these will be one-time transactions, others will be recurring.</p>
<p>The application deals with separate businesses that all have their own bank accounts. The money from transactions processed by the app has to be deposited into the bank accounts that belong to individual businesses. I believe this means that PCI requirements are substantially more onerous for an app like this because my client is classed as a payment service provider, rather than just a user. My conversations with payment providers have indicated that the cost of this type of certification is much too high for my client to afford (something in the range of $100k, for hiring an independent security assessor and working with them to achieve compliance).</p>
<p>Additionally, if possible, the application should also support electronic funds transfer.</p>
<p>So far I think my preference is for partnership with a vendor who is already PCI-certified and has the PIN pads for card-present transactions, whose software has a good API that I can interact with via this web application.</p>
<p>I've got lots of experience with traditional e-commerce models in Rails, and I'm comfortable with the technical aspects of dealing with multiple bank accounts, but the certification requirements appear to be the major obstacle so far.</p>
http://stackoverflow.com/questions/2767/do-you-have-any-recommended-add-ons-plugins-for-microsoft-visual-studio59Do you have any recommended add-ons/plugins for Microsoft Visual Studio?Bryan Denny2008-08-05T20:02:33Z2009-12-17T14:29:15Z
<p>Freebies preferred, but if it is worth the cost....</p>
http://stackoverflow.com/questions/1906166/inter-process-communication-recommendation2Inter-Process Communication Recommendationbrandstaetter2009-12-15T09:13:02Z2009-12-15T10:25:24Z
<p>I'm searching for a light-weight, fast and easy way to handle Inter Process Communication between some programs on a Linux machine.</p>
<p>Currently, I'm thinking Named Pipe, because it's provided by the OS itself. Are there any caveats about the performance or usability? </p>
<p>Would Shared Memory be better?</p>
<p>I don't think I need a super-complex Framework.</p>
<p>Please point me in the right direction, thanks!</p>
<p><hr></p>
<p>Update:
I want to build a small program (daemon) that tells other programs (which it itself starts) to pause, report their status back, stop etc.</p>
<p>So the other program should be notified that a new command is waiting for it. A pipe is not ideal for that, is it?</p>
http://stackoverflow.com/questions/1892221/how-does-your-company-business-document-their-technology-roadmap2How does your company/business document their technology roadmap?tathamr2009-12-12T03:57:55Z2009-12-14T22:24:17Z
<p>I have seen people use everything from sticky notes to pretty expensive software. I have been asked to do a bit of research into different available software and or methods for creating and tracking our technology roadmap. </p>
<p>What do you or your company use to track their technology roadmap? Would you use something different?</p>
http://stackoverflow.com/questions/598115/is-there-a-free-demo-version-of-cobol-with-multi-user-support4Is there a free/demo version of COBOL with multi-user support?Sharad Saxena2009-02-28T14:57:53Z2009-12-14T04:14:52Z
<p>I have been using COBOL 85 for a long time, including work with merging COBOL and Z80 assembly. However traditional COBOL doesn't support multi-user/shareable (ie can run concurrently from various terminals) concepts.</p>
<p>Can anyone recommend a newer version of COBOL that will let me rewrite my existing code with minimal effort?</p>
<p>Is there a free/demo version I could test with?</p>
http://stackoverflow.com/questions/1742641/modern-asp-net-ecommerce-solution1Modern ASP.NET eCommerce solutionGiedrius2009-11-16T14:52:05Z2009-12-09T01:53:16Z
<p>Hi,
i'm done quite lot searching, but just to be sure, is there any modern ASP.NET eCommerce solution? Almoust all solutions i've found are ASP.NET 2.0 based, use no ORM, have no clear separation of layers. And i've searched mostly for commercial packages, hoping that commercial products will offer more, that open source ones? I mean they offer more, but only in features, not in architecture, cutting edge technologies and etc.
Does anybody know any full featured eCommerce solution, that it's build using modern ORM, let's say NHibernate? Linq2Sql? Witch uses ASP.NET MVC? Witch is N-Tier?
If you know such product, please point me to it, may be i'm missing it.
The only project, that is realy modern was sutekishop, but it's quite limited on feature side.</p>
http://stackoverflow.com/questions/369105/which-asp-net-diagramming-library-control-do-you-recommend1Which ASP.NET Diagramming Library/Control do you Recommend?Yaser Sulaiman2008-12-15T17:26:38Z2009-12-07T21:30:37Z
<p>I'm looking for an <strong>ASP.NET library or control (preferably in C#) to create workflow diagrams from business processes.</strong></p>
<p><strong>Edit:</strong> To clarify, the necessary info (task, holder, status, etc.) is stored in a database, and I just want to give the user the ability to view a workflow diagram of the process.</p>
<p>I have come across the following commercial/proprietary solutions:</p>
<ul>
<li><a href="http://www.ilog.com/products/diagramnet/" rel="nofollow">ILOG Diagram for .NET</a>.</li>
<li><a href="http://mindfusion.eu/netdiagram.html" rel="nofollow">MindFusion's NetDiagram</a>.</li>
<li><a href="http://www.syncfusion.com/products/diagram/web/default.aspx" rel="nofollow">Syncfusion's Essential Diagram</a>.</li>
</ul>
<p><strong>Update:</strong></p>
<ul>
<li><a href="http://www.nevron.com/Products.DiagramFor.NET.Overview.aspx" rel="nofollow">Nevron Diagram for .NET</a>.</li>
<li><a href="http://www.nwoods.com/go/dotnet.htm" rel="nofollow">GoDiagram for .NET</a>.</li>
<li><a href="http://www.yworks.com/en/products_yfilesdotnet_about.html" rel="nofollow">yFiles.NET</a>.</li>
</ul>
<p>There is also <a href="http://www.dalssoft.com/diagram/" rel="nofollow">Diagram.NET</a>, which is a free, open source diagramming library, but it hasn't been updated for some time now.</p>
<p><strong>Do you have any recommendations regarding these products? Are there any other good solutions (free or commercial)?</strong></p>
<p>There are evaluation versions of the commercial products mentioned above, and I'm planning to try them myself, but I thought that I should also seek the wisdom of SO :)</p>
http://stackoverflow.com/questions/1838427/php-framework-recommendation1PHP Framework recommendation?thedp2009-12-03T08:18:15Z2009-12-03T10:19:35Z
<p>Hi,</p>
<p>I'm pretty much new to PHP and still learning as I go. (aren't we all)
I'm working on a Web 2.0 startup and I wonder what PHP Framework should I use.</p>
<p>It must be free and of course enables commercial use, supports AJAX, DB, etc.
And I would prefer that it didn't force JSON when using AJAX, I think XML is better... I don't know :)</p>
<p>What do you recommend?</p>
<p>Thank you.</p>
<p>-- EDIT:</p>
<p>I found the Zoop Framework, it looks powerful!
What do you think?</p>
http://stackoverflow.com/questions/90924/what-is-the-best-php-programming-book14What is the best PHP programming book?Halo2008-09-18T08:24:48Z2009-12-01T03:17:22Z
<p>I'm interested to find out what Stack Overflow believes the best PHP book is - both for those who are beginners to web programming as well as those who have previous programming experience (they don't have to be same book). "Best" includes being both reasonably up-to-date and encouraging best practices for secure, modern, PHP programming.</p>
<p>There seems to be a lot of books out there and unlike other languages there doesn't seem to be a single well-regarded book and it's hard to separate the wheat from the chaff, so I'm interested to see what the community believes is good - both for personal use and for future recommendation to others.</p>
<p>Thanks.</p>
<p>To clarify: I know of the PHP manual which is largely a reference, not paper, makes little comment as to proper style and is <em>not</em> what I'm looking for.</p>
http://stackoverflow.com/questions/1534364/looking-for-a-good-tool-for-online-help0Looking for a good tool for online helpLinus2009-10-07T21:37:15Z2009-11-29T13:16:20Z
<p>I'm looking for a tool that would allow a small team to build out on-line help content for our web application. Ideally, the tool would allow us to grow the help content very easily, so something like a wiki or a CMS would work well.</p>
<p>I have no real experience with any of these types of tools, so I need some opinions. These are my ideal requirements:</p>
<ul>
<li>Support video help content.</li>
<li>Support for tags and a good search engine.</li>
<li>Ability to integrate all of the above with our web application in a context-sensitive way. There should be a way to query the help site for help content relevant to the current module in the application so the application can show a list of relevant topics.</li>
<li>Ideally, I'm looking for free software.. or at the very least a one time inexpensive payment. I'd rather host the software on our software than pay a monthly fee for our content to be hosted somewhere else.</li>
</ul>
<p>Any recommendations of products you've actually used? </p>
http://stackoverflow.com/questions/1769876/recommend-book-on-human-computer-interaction1Recommend book on Human Computer Interactiontheburningmonk2009-11-20T11:26:29Z2009-11-26T21:21:08Z
<p>Hi, I'm looking for a good book to read on HCI over the xmas holidays, is there a particular book you would recommend on this topic?</p>
<p>Thanks,</p>
http://stackoverflow.com/questions/1787491/which-svn-hostings-allow-repository-import-export0Which SVN hostings allow repository import/exportYurik2009-11-24T02:54:59Z2009-11-24T03:20:27Z
<p>There are many subversion hosting companies, some free, some charge a bit/a lot. When google first offered GMail, they allowed users to come and to leave, unlike most other major providers. You could export all your email to another account, etc.</p>
<p>Are there anything similar in SVN hosting market? I only found xp-dev.com to offer that, but they are extremely cumbersome to use. Which companies allow you to take your data and go?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1780721/ugly-code-amusing-comment0Ugly Code: Amusing comment?Jim Dennis2009-11-23T01:38:55Z2009-11-23T04:32:57Z
<p>Here's a fragment of code I'm prototyping that should, by all accounts, never see the light of day. I'll refactor it and clean it up before I merge it into my project.</p>
<p>However, it seems to be working and I happened to be listening to Arlo Guthrie when I was working on it.</p>
<pre><code>#!/usr/bin/env python
import re
expr = re.compile(r'\[[0-9][-0-9,[]*\]')
def range2list(s):
'''Given [x-y,a,b-c] return: range(x,y) + [a] + range(b,c)
Handle decrements and zero-filling if necessary.
'''
assert s.startswith('[') and s.endswith(']') and len(s) > 2
results = []
r = s[1:-1] # extract from enclosing brackets
for i in r.split(','): # each p
if '-' not in i:
results.append(i)
continue
# Else: (it's a range
t = i.split('-')
if len(t) != 2: # punt on degenerate expressions
results.append(i)
continue
# Else:
if len(t[0]) > 1 and t[0].startswith('0'):
fmt = "%%0%sd" % len(t[0]) ## Handle zero fill
else:
fmt = "%s"
try:
l, u = int(t[0]), int(t[1])
except ValueError: # punt on stuff that can't be converted
results.append(i) # remember i? There's a song about i.
continue
if l > u:
step=-1
else:
step=1
results.extend([fmt % x for x in range(l,u,step)])
return results
</code></pre>
<p>... and a test suite for it:</p>
<pre><code>if __name__ == '__main__':
import sys
testcases = [ '[0-5]', '[1]', '[1,2,3]', '[1-3,01-3,9,9-7]',
'[01-20]', '[020-1]', '[a,b,c,9-]' ]
for i in testcases:
print
print 'range2list(%s)' % i
print "\t" + ' '.join(range2list(i))
</code></pre>
<p>... which produces:</p>
<pre><code>range2list([0-5])
0:1:2:3:4
range2list([1])
1
range2list([1,2,3])
1:2:3
range2list([1-3,01-3,9,9-7])
1:2:01:02:9:9:8
range2list([01-20])
01:02:03:04:05:06:07:08:09:10:11:12:13:14:15:16:17:18:19
range2list([020-1])
020:019:018:017:016:015:014:013:012:011:010:009:008:007:006:005:004:003:002
range2list([a,b,c,9-])
a:b:c:9-
</code></pre>
<p>I really don't like the convoluted mess in there (especially at the point where I'm
writing the comment "<strong>remember i, there's a song about i.</strong>"</p>
<p>When I get this cleaned up I'll merge it into a function which expands hostname range patterns (ww[020-040,091,099].sfarm.mycorp.com ... and so on). (Actually the compile regexp shown here is part of that other function, it extracts the [...] expressions from a string for expansion).</p>
<p>So, my questions:</p>
<ul>
<li>How can I clean up this mess?</li>
<li>What's the most interesting, obscure, amusing, etc. musical reference you've seen in a source code comment?</li>
<li>Has anyone written a parser/expander out there that already does something like this? In Python? Would anyone else ever use such a thing? Is it worth making available separately?</li>
<li>What alternative syntaxes would make sense? '{0:9,12,23,090:099}'? .. instead of -?</li>
</ul>
http://stackoverflow.com/questions/611377/how-can-i-impress-people-with-perls-capabilities11How can I impress people with Perl's capabilities?mcsnolte2009-03-04T16:33:55Z2009-11-22T11:05:27Z
<p>I would like to give a presentation for my co-workers that will show off some amazing things that Perl can do, things that would make programmers and non-programmers alike say to themselves, "WHOA you can do that?!" I really want to turn heads, since many are of the mindset that Perl is a dying language, but also be fun and entertaining.</p>
<p>Some ideas I have are demos of the following modules:</p>
<ul>
<li><a href="http://search.cpan.org/perldoc?Spreadsheet::WriteExcel" rel="nofollow">Spreadsheet::WriteExcel</a> and <a href="http://search.cpan.org/perldoc?Spreadsheet::ParseExcel" rel="nofollow">Spreadsheet::ParseExcel</a></li>
<li><a href="http://search.cpan.org/perldoc?WWW::Mechanize" rel="nofollow">WWW::Mechanize</a></li>
<li><a href="http://search.cpan.org/perldoc?Image::Magick" rel="nofollow">Image::Magick</a></li>
</ul>
<p>Any recommendations or comments?</p>
<p>BTW we are a tech company (run a data center) so the computer literacy of my co-workers is high.</p>
http://stackoverflow.com/questions/1767486/gwt-books-tutorial-for-gwt-1-4-1-70GWT Books/Tutorial for GWT 1.4 --> 1.7_bravado2009-11-20T00:01:06Z2009-11-20T00:09:25Z
<p>I'm taking over a colleague's GWT project soon and I've never coded in it before. However as I come from a Java background, I'm sure I won't be banging my head too much or be too overwhelmed when I open Eclipse!</p>
<p><strong>What would be the best book to pick up, or tutorial to go through?</strong></p>
<p>What particular packages / tricks do you recommend I look at first?</p>
<p>Do you wish you had of known about something when you first started in it?</p>
<p><strong>EDIT:</strong></p>
<p>The original code is written in 1.4. I'll be updating it to 1.7, among other things. Which leads me to an additional question: Is there any significant updates I should pay particular attention to?</p>
http://stackoverflow.com/questions/1717659/paypal-ipn-problem1PAYPAL IPN problemUffo2009-11-11T19:56:26Z2009-11-18T20:18:04Z
<p>It's not a problem but i don't know how to do this; let's say that I have a sign up form with some fields: <strong>username, password, email,</strong> as you know the user clicks on the BUY BUTTON and pay's up.</p>
<p>Well, how can I know the username that just made the payment, I mean how can I link those two things together, one idea it's to use the email address, but mose of the people sign up with different email addresses, mabe they have a different paypal address...you know...I need this information because I need a way to activate the account.</p>
<p>And I also need to know, if the user canceled a subscription will paypal post a message to my IPN link?</p>
<p>I'm doing this for the first time, any help it's appreciated!</p>
http://stackoverflow.com/questions/13699/choosing-a-c-unit-testing-tool-framework7choosing a c++ unit testing tool/frameworkDavid2008-08-17T16:12:14Z2009-11-18T10:34:20Z
<p>Could you recommend a testing tool/framework to use for testing C++ code in a UNIX environment ?</p>
http://stackoverflow.com/questions/1053901/online-ai-research-communities1Online AI research communities?Silver Dragon2009-06-28T00:10:10Z2009-11-17T15:15:14Z
<p>I understand, that most of the research communication in the field of AI is still done in the form of white papers, and conferences; but I refuse to believe there's nobody on the internet talking about it.</p>
<p>So, I'd like to know what kind of forums / mailing lists would you recommend in the topic with high signal-to-noise ratio? Especially interested in: machine learning, statistical AI, and emerging disciplines.</p>
http://stackoverflow.com/questions/1749232/naming-conventions-for-methods-classes-packages0Naming Conventions for Methods / Classes / Packages_bravado2009-11-17T14:24:36Z2009-11-17T14:38:14Z
<p>What naming conventions do you use for everyday code? I'm pondering this because I currently have a project in Python that contains 3 packages, each with a unique purpose. Now, I've been putting general-purpose, 'utility' methods into the first package I created for the project, however I'm contemplating moving these methods to a separate package. The question is what would I call it? Utility, Collection, Assorted?</p>
<p>Is there any standard naming conventions you swear by, and if so can you please provide links? I'm aware each language has it's own naming conventions, however is there any particular one that you find the most useful, that you'd recommend I'd start using?</p>
http://stackoverflow.com/questions/60724/paypal-versus-amazon-honor-system4PayPal versus Amazon Honor SystemTom2008-09-13T17:47:44Z2009-11-16T14:24:34Z
<p>I'm currently planning to integrate a donation system into a web page for a project that I manage. Currently, there are two services I'm looking at using - PayPal and Amazon Honor System.</p>
<p>I want the system to be as easy-to-use - basically, if people choose to donate, I'd like them to have to do so in as few steps as possible and in a manner that is extremely clear (as in there aren't convoluted steps or form fields to fill out).</p>
<p>Does anyone have a recommendation on which service is better to use, and why said service is better than the other?</p>
http://stackoverflow.com/questions/1708954/i-need-a-recommendation-for-a-wordpress-newsletter-mailing-list-plugin1I need a recommendation for a Wordpress Newsletter/Mailing list pluginwesbos2009-11-10T15:47:55Z2009-11-10T16:35:02Z
<p>Looking for a recommendation on a simple newsletter plugin for Wordpress.</p>
<p>It needs to have a signup box with email, name, etc.. and then a back-end for viewing these email addresses and sending mails. Everyone I've looked at is trying to send pages or posts as email.</p>
<p>Any help is appreciated.</p>
http://stackoverflow.com/questions/370371/recommend-a-php-acl-class2Recommend a PHP ACL class?Ian2008-12-16T03:18:49Z2009-11-03T23:51:37Z
<p>In reference to <a href="http://stackoverflow.com/questions/370243/expressionengine-multiple-site-manager-and-member-groups">my other question</a>, I'm looking for a good php-based ACL class that I can integrate into ExpressionEngine to get better support for member access control.</p>
<p>So far I'm looking at <a href="http://framework.zend.com/manual/en/zend.acl.html" rel="nofollow">the Zend Framework ACL class</a>. Is anyone using anything else they recommend?</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/364622/should-i-buy-ruby-1-8-books-or-wait-for-ruby-1-9-books1Should I buy Ruby 1.8 Books or wait for Ruby 1.9 Books?lucashungaro2008-12-13T01:23:59Z2009-11-02T21:21:58Z
<p>I've bought "Programming Ruby" from Pragmatic Programmers (still in beta), but friends say that "The Ruby Way" is much better. Should I buy it or wait for Ruby 1.9 books?</p>
http://stackoverflow.com/questions/110390/whats-a-good-common-lisp-implementation-for-windows13What's a good Common Lisp implementation for Windows?TraumaPony2008-09-21T06:25:02Z2009-10-28T13:10:22Z
<p>What's your favourite?</p>
<p>See also <a href="http://stackoverflow.com/questions/110433/are-there-any-common-lisp-implementations-for-net">this related question.</a></p>
http://stackoverflow.com/questions/1535447/ontology-semantics-web-mining-resources2Ontology, semantics, web mining resourcesmacaco2009-10-08T03:20:22Z2009-10-26T12:01:07Z
<p>Do you know any good resources where I can read and learn about ontology, semantics and web mining?</p>
<p>It could be a book, a website or any other resource.</p>
http://stackoverflow.com/questions/1257183/a-good-open-source-python-project-to-read-code3A good open source Python project to read code?Vince2009-08-10T20:59:43Z2009-10-21T20:29:30Z
<p>What's the best open source Python project for reading code and seeing how Python should be written? I'm at a crossroads in Python; I've written a lot of good code, but I want to write truly exceptional clean and intelligent code. I feel like the best way to do this is to read the source for a good project (if there are other ways, I'm open to these to!).</p>
<p>thanks!</p>
http://stackoverflow.com/questions/1600139/looking-for-recommendations-on-a-good-beginners-bash-tutorial0Looking for recommendations on a good ** beginners ** bash tutorialtundal452009-10-21T11:08:21Z2009-10-21T17:44:11Z
<p>Hi,</p>
<p>I am an ETL developer by profession that just started reading <em>The Pragmatic Programmer</em> by Dave Thomas & Andrew Hunt. I have been meaning to learn more about bash & command line in Ubuntu for a while but reading this book made me realize how essential it is for me to start learning it. Therefore, I would love to get some recommendation from the StackOverflow community on a good beginner tutorial/reference to bash. I am looking for something that gives me a lot of example commands to play with and some exercises/challenges.</p>
<p>Thank you all very much!</p>
<p>Ashish</p>