Tagged Questions
The vendor tag has no wiki summary.
5
votes
1answer
1k views
How to include vendor js in Rails 3.1
I have a js vendor script called Corners.js located in /vendor/assets/javascripts/
How do i include the js vendor script?
3
votes
1answer
198 views
How to use vendor theme in Android application
I'm developing my "Hello, World" application for Android and came around something that annoys me.
The theme used for my app's AlertDialog isn't the same used for other such dialogs presented on the ...
2
votes
1answer
102 views
Variables missing from vendors directory in CakePHP
I copied some lib files into the vendors directory of CakePHP. And used App::import to import the provided lib files.
I can initialize the Classes defined in the lib files, which means I've imported ...
2
votes
1answer
157 views
What's the difference between a catalog and a schema in a relationnal database?
I used to think schema were the "upper wrapper" object before the database itself.
I mean DB.schema.<what_ever_object_name_under_schema>.
Well, the catalog "wrapper" is now quite confusing. Why ...
2
votes
5answers
134 views
Linux/Mac: What is good method to determine platform at compile time?
I would like to generalize a build system to compile on several (somewhat similar) platforms. What is a good method for determining the type of host that the shell script or Makefile is running on. ...
2
votes
1answer
598 views
Symfony's autoload vendor files doesn't seem to be working
I'm building a Symfony 1.4 project, and I'm attempting to use PEAR's Crypt_RSA package. Unfortunately, the package hasn't been updated in awhile, so instead of doing a simple pear install from the ...
2
votes
1answer
395 views
How do I configure Strawberry Perl to run from something other than c:\strawberry?
I know that Strawberry Perl portable is out there for Perl 5.10.0, but so far, there is not one for Perl 5.10.1. As a result, I'm currently doing some experimental work in getting Strawberry Perl to ...
1
vote
1answer
131 views
Rails 3.1 asset pipeline vendor/assets folder organization
I'm using the jQuery Tools scrollable library in my Rails 3.1 site with the various assets placed in the vendor/assets folder and it works great.
My question is regarding the best way to organize ...
1
vote
1answer
632 views
EAV Solutions/Packages/Vendors?
I was recently exposed to the concept of an Entity Attribute Value database model via. the Magento e-commerce system. Varien (the company behind Magento) has used a relational database (mysql) to ...
0
votes
0answers
42 views
installing gem source to vendor folder in rails3
I want to install a gem to my rails apps vendor folder , following are my requirments
I'm using Rails3 in ubuntu
1 - I want to get the source of the gem
(I have done it as git clone .git)
2 - ...
0
votes
1answer
31 views
CakePHP 1.3 Loading a component at runtime
I'm required to load a component that contains a class that extends an object from a vendor.
As the vendor is loaded at runtime and the compenent is loaded at the initialisation of the controller, ...
0
votes
1answer
31 views
Vendor branch in TFS
In Subversion there is a pattern called Vendor branches to keep track of changes made by my self in a third party project. I´am not really sure how to do this in TFS, are there any best practicies? Is ...
0
votes
1answer
60 views
Using bundler with “--path vendor”, why are gems specified with “:git” not locally vendored?
I'm using bundler and have a Gemfile that looks like this:
source 'http://rubygems.org'
gem 'sinatra', '1.3.1'
gem 'httparty'
# ...etc...
gem 'my_custom_gem', :git => ...
0
votes
0answers
93 views
How to retrieve vendorId from STORAGE_DEVICE_DESCRIPTOR.vendorId
Documentation says
vendorIdOffset Specifies the byte offset from the beginning of the
structure to a null-terminated ASCII string that contains the device's
vendor ID. If the device has no ...
0
votes
1answer
135 views
Rake cannot find gems in vendor/gems
I'm trying to publish a Rails 3.1 (upgraded from 3.0) application. After submitting the code I ran
bundle install --path vendor/gems RAILS_ENV=production
It worked. I've got a directory ...
0
votes
0answers
169 views
Error: File is not Readable. export data into excel using “xls.php” and import data using excel file using “excel_reader2”
I export the data from database in excel file using "xls.php" which is
<?php
/**
* By Cleiton Wasen
* wasenbr at gmail.com
* Based in ...
0
votes
0answers
93 views
Parsing vendor information element from Wifi broadcast packet in Android
First of all, I'm relatively new to Android development so please excuse my ignorance if my questions are stupid. I'm working on a project that requires me to extract the vendor IE from Wifi ...
0
votes
2answers
125 views
get ethernet name, class, description vendor, subsystem, etc using c/c++ on linux based systems
Using ioctl interface various info can be fetched. How do you get extra info like product name, class, vendor name, subsystem name etc?
There are couple of command line tools available such as:
1. ...
0
votes
2answers
212 views
distribute crystal report to my customers
how to distribute crystal reports to my customers? actually , i have a software built on c#.net and sql server as database and i have used crystal reports for reporting. now i want that when i give my ...
0
votes
0answers
11 views
Questions for Vendors when considering products
When considering solutions from multiple vendors with similar feature sets, what types of questions do you ask (if any) in the areas of testing, development idealogies, etc to get a feel for the ...
0
votes
2answers
32 views
Adding views to a vendor-delivered database and performance
We have a vendor delivered database that to this point I have been able to avoid making any database structure changes to. We will be soon directly querying the tables directly for a related project. ...
0
votes
1answer
159 views
What is the best way to handle branches of vendor branches in SVN?
So, I'm already familiar with this:
http://svnbook.red-bean.com/en/1.5/svn.advanced.vendorbr.html
My question is how do you handle a vendor branch that has both a stable release and an alpha/beta ...
0
votes
3answers
767 views
Unpacked gem in vendor/gems not in a versioned directory
I unpacked a gem into my vendor/gems directory and tried to run my Rails app.
I got this message:
Unpacked gem in vendor/gems not in a versioned directory
I don't understand this error and judging ...
-1
votes
1answer
328 views
SAP Vendor Invoice
I am looking for FM/tables that gives some info about
Company,
Internal Order,
Vendor,
Invoice Amount,
Invoice Date,
Tax Amount,
Tax Jurisdiction,
G/L Account Affected.
Could you please help me with ...
-2
votes
0answers
35 views
is there a silkroad anonymous market place GPL software package available? [closed]
i am looking for a multi vendor ebay type marketplace solution that has the features of silkroad anonymous marketplace.
Vendors should be able to set up their shops, listing products.
Buyers should ...