Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
2k views

What are your best practices for backbone.js projects?

Although I'm following backbone.js for some months and worked through a plethora of tutorials, I'm still not confident enough in backbone (or my skills regarding it) to use it in a larger project. My ...
5
votes
4answers
128 views

PHP MySQL recipe search based on what ingredients are provided

Say I have a database of recipes, and I want to search through them based on what ingredients I have. There should be 3 tables: Recipes (rid, rname), Ingredients (iid, iname), Relationship (rid, ...
5
votes
2answers
309 views

Documentation on writing buildout recipes

I am trying to find tutorials on how to write buildout recipes. I haven't found any, except the one on buildout site. But it is very rudimentary. Is there a good tutorial for writing buildout recipes? ...
3
votes
1answer
115 views

How can I set up a dependency to a Ruby library which doesn't exist at the time Chef loads recipes?

Scenario: Recipe1: downloads archives, extracts them. Makes available a CLI which also defines a Ruby library. Recipe2: leverages Ruby API from the aforementioned library. In ...
3
votes
1answer
243 views

Ruby on Rails time helper

I'm working on my first Rails Application. I am a little stuck with the time. I'm working on a recipe application. I need to add two fields. Preparation Time Cook Time Out of the two, i would like ...
3
votes
2answers
189 views

Using while in list comprehension or generator expressions

I can use if and for in list comprehensions/generator expressions as list((i for i in range(100) if i*i < 30)) I know this is not the most efficient but bear with me as the condition could be ...
3
votes
1answer
226 views

How to install a Python Recipe File (.py)?

I'm new to Python. I'm currently on Py3k (Win). I'm having trouble installing a .py file. Basically, i want to use the recipes provided at the bottom of this page. So i want to put them inside a .py ...
3
votes
2answers
478 views

RDFa / Microformat - Recipe markup standards

I wonder if anyone can help? After Google announced that it will take note of RDFa / Microformats for online recipes, I've been looking into this for a couple of recipe based sites I run. However we ...
2
votes
2answers
638 views

build python program with extensions using py2exe

I'm having a hard time finding py2exe recipes, especially for cases that require c extensions. The following recipe works fine without the "ext_modules" part. With it I get "NameError: name ...
2
votes
1answer
3k views

Computing pseudo-inverse of a matrix in C++

I'm looking to compute the Moore-Penrose pseudo-inverse of a matrix in C++, can someone point me to a library implementation or a numerical recipe? Thanks!
1
vote
1answer
27 views

Why is gnu make ignoring my explicit pattern rule and using a built-in implicit rule instead?

My makefile has this rule/recipe: %o: %cpp Makefile g++ -Wall -Wextra -MMD -MP -O2 -c -o $@ $< This worked fine until I upgraded Cygwin recently and got Make 3.82.90 (previous version was ...
1
vote
2answers
30 views

What is the leading “@” at the recipe of a makefile

In a makefile that is generated by eclipse, I see the following rules: ./Cores/$(TARGET).core.3.srec : ../$(TARGET).core.3/Debug/$(TARGET).core.3.elf @mkdir -p ./Cores/ @e-objcopy ...
1
vote
2answers
52 views

Microformat's hRecipe vs. Schema's Recipe

I would like to know what are the main differences between Microformat's hRecipe and Schema.org's Recipe and how search engines treat each one. Besides the differences in code and the fact that the ...
1
vote
2answers
196 views

Install pycairo or py2cairo using buildout

Does anyone have any experience with trying to install cairo for django using buildout? It will install pycairo or py2cairo (the first is for python >3.0, the latest is for python 2.6, which I Am ...
1
vote
1answer
538 views

Importing Mysql database using Ruby/Chef Recipe for Vagrant

I am writing a chef script to automate setting dev environments. I can get a database created and grant privileges but I am trying to find out a way to import a mysql dump file into the database that ...
1
vote
1answer
46 views

What template systems exist suitable for writing service creation recipies

I have a requirement to build a bulk service creation daemon that can be fed a table of data and then go off and create a set of pre-canned services. However the type of services are potentially many ...
1
vote
1answer
242 views

buildout MercurialRecipe breaks on multiple import

I've been trying to import several packages which are actually dependencies to an egg I am building. Because these eggs are not on the cheese store, I am not able to use the install_requires = ...
1
vote
3answers
576 views

Django and Buildout Deployment Problem

I am trying to deploy my existing django project via buildout, following loosely the instructions here. my buildout.cfg file is: [buildout] parts = django python develop = . eggs ...
1
vote
0answers
129 views

List of freely available C# recipes [closed]

There are a variety of web sites that purport to offer reusable code in some fashion (Krugle, Koders, byteMyCode, et al). These are great for browsing and for learning by reading other people's code, ...
1
vote
1answer
522 views

Using zc.buildout, how do I install a tarball from a website?

I'm trying to get zc.buildout to install Gunicorn from source. Using the following configuration: [gunicorn] recipe = collective.recipe.distutils url = ...
0
votes
2answers
46 views

how to use a loop in make recipe

I need to use a loop to find some file and rename them: for i in `find $@ -name *_cu.*`;do mv $i "$(echo $i|sed s/_cu//)" done Can work in shell. But how to use this in a make file recipe?
0
votes
2answers
77 views

Recipe Finder PHP MySQL Filter by Ingredients Selected

I have a MySQL database which looks like this: Recipes (rid, name) Ingredients (iid, name) Relationship (rid, iid) And I have a front end web page which displays the ingredients in a grid. When a ...
0
votes
1answer
54 views

How do I make a shopping list from multiple recipes in an SQL database?

I'm working on using a recipe database in SQLw, like the one in this question (which has helped a lot already) Structuring a recipe database , to combine the ingredients of several user selected ...
0
votes
2answers
111 views

Procmail recipe, pipe to Java stdin

I'm trying to run some custom parsing on incoming mail using procmail, and would like to call a java program to read in the headers and body of the message using the |pipe to stdin. There are plenty ...
0
votes
1answer
152 views

How do you load custom module libraries in Webistrano recipes?

I'm trying to load a custom module that is written in the /lib directory of Webistrano. In the recipe, I try variations of, require 'lib/foo/bar' at the top of my recipe, before using, ...
0
votes
1answer
135 views

Fuzzy record matching with multiple columns of information

I have a question that is somewhat high level, so I'll try to be as specific as possible. I'm doing a lot of research that involves combining disparate data sets with header information that refers ...
0
votes
0answers
81 views

A complex catalogue with search functionality

I am building an online catalogue dealing with pizza delivery and I'm somewhat stumped with the database architecture and search function. Any help would be very appreciated. The Database I want to ...
0
votes
1answer
177 views

jBPM/Seam Recipes?

I'd like to learn a bit more about jBPM and how I can leverage it within my JBoss Seam-based application. I've taken a look at the documentation, and written a couple of basic test applications to ...
0
votes
2answers
140 views

Add Quantity to a Recipe habtm Ingredients Relation

I wanted to build a basic cookbook. With a Recipes habtm Ingredients Relation. My first attempt was like this. class Recipe < ActiveRecord::Base # title, description has_many ...
0
votes
2answers
288 views

Recipe: copy one collection to another (member remap)

As short as possible, I have: class X { int p1; int p2; int p3; string p4; } class Y { int a1; int a2; string a3; string a4; } list<X> XLIST; ...
-1
votes
1answer
77 views

How to DRY Capistrano recipes?

I am using Ruby on Rails and the Capistrano gem. I would like to DRY (Don't Repeat Yourself) a Capistrano recipe. In the deploy.rb file I have: # First task task :first_task do ... run "cd ...