A package or module, is a specific piece of software which the system can install and uninstall.

learn more… | top users | synonyms

0
votes
0answers
4 views

ffmpeg thumbnailer configure trouble in CentOS6

I am using CentOS 6.4 86x64. What I am planning to do is install ffmpegthumbnailer. I have downloaded at the link below. https://code.google.com/p/ffmpegthumbnailer/ The problem is when I extract ...
0
votes
0answers
21 views

Python pip installation easy_install not recognized

i installed setuptools from here: pypi.python.org/pypi/setuptools i go to my command line and enter easy_install but it says easy_install is not recognized, anyone knows what is happening here? ...
1
vote
0answers
25 views

pip installation issue getpip file

I am trying to install pip folowing this tut: http://dubroy.com/blog/so-you-want-to-install-a-python-package/#installing i copy the code from getpip.py, save it and run it with python, but the ...
-1
votes
0answers
21 views

Create matlab exe package with cmd

I am working on some matlab code and need to compile to exe to offer custmer. I used the deploy tool to generate exe but failed. I used mcc and add all the path in previous deploy project, then the ...
0
votes
2answers
29 views

what is the default package name for struts in struts.xml

I created a new class called RegesterAction but I didn't keep this class in any package. How can I configure this class in the struts.xml? Below is the struts.xml file but I'm unable to understand ...
1
vote
1answer
27 views

How to package a client-side Javascript library today?

I've been catching up with the modern client-side JS ecosystem and reading up on module systems such as CommonJS and AMD (incl. associated tools - browserify, requirejs, onejs, jam, dozens of others). ...
0
votes
1answer
30 views

Is there Boost 1.5.3 package for Debian/Ubuntu?

Is there Boost 1.5.3 package for Debian/Ubuntu in a PPA someplace? The latest I find is 1.4.X
0
votes
1answer
9 views

Decoding a picture from a gps tracker

I'am developing a server for a GPS Tracker that can send pictures taken by a camera connected to it, inside a vehicle. The problem is that I follow every step in the manual and I can't still decode ...
0
votes
0answers
20 views

copy package from schema B to schema C [migrated]

I am in the next situation: I am using oracle 11g. I am connected to an user, lets say schema1, where are a lot of permissions. I want to create a script which will copy the Package1 (and its body) ...
0
votes
0answers
6 views

How can I create a clean jail/chroot-like system within a Linux install in order to package it as a .deb/.rpm?

I'm looking into using package management for web app deployment and I'm wondering how to create a clean environment (similar to Python's virtualenv) that can be packaged and versioned later. In other ...
0
votes
3answers
32 views

rpmbuild failing error: Installed (but unpackaged) file(s) found:

I looked around but none of the answers to this same error message worked in my simple package... I am building the rpm using rpmbuild on Redhat ES 6 and no matter what I have done in my spec file I ...
0
votes
0answers
23 views

How would I set up an app to run pre-compiled user code?

I would like to enable users to write code utilizing pre-defined functions that I provide for them within my android app and then have my app select and utilize their code. I currently have a single ...
-3
votes
0answers
31 views

perl unit testing on perl package

I need some clarification on the discussion happened on Feb 10, 2009 on the topic Perl build, unit testing, code coverage: A complete working example. I also in need of the unit testing on perl ...
0
votes
2answers
24 views

How to install RMySQL package on Windows 7

I would like to install RMySQL package on my computer running on Windows 7. On the package website, http://cran.r-project.org/web/packages/RMySQL/index.html , it seems that the Windows package version ...
0
votes
1answer
10 views

eclipse: turning folder hierarchy into a package

I have the following folder hierarchy in eclipse. I would like to turn the folder hierarchy com/google/api/services/samples/calendar/android into a package (the folder icon with the gift box inside it ...
0
votes
0answers
19 views

When I try to instal Common Lisps “ CL-Blapack” in Emacs\Slime\SBCL I get Error Message - How can I get past it?

I'm using Windows 8 and Emacs\Slime\SBCL\Quicklisp. I think the fact finding steps tried in this question and the resulting solution, which I will post can aid In others also learning to master ...
0
votes
1answer
22 views

Modifying code for Android application to multiple screens

I have an application for Android that would change, the matter is as follows: The application to be launched has a single screen configuration and data management (the application itself), I would ...
1
vote
0answers
13 views

On Amazon AWS services, is there a way to get Heroku-like managed EC2 instances?

Is there a way to get Heroku-like managed EC2 instance on AWS where upgrading to the latest system packages are done for me? Basically, I can still get a root-shell if I want, but otherwise, all the ...
0
votes
2answers
34 views

Dependency Error while installing LibreOffice on RHEL

I'm quite new to Red Hat so sorry for this possibly dump question. I want to install LibreOffice. Therefore I downloaded the tar.gz from libreoffice.org. After extracting the files I run as root: yum ...
1
vote
2answers
44 views

How can I indicate the path of a package in a String in Java?

new FileInputStream("C:\\Users\\Adam\\Documents\\NetBeansProjects\\TicTacToe_3.0 beta\\src\\resources\\System Shock 2 soundtrack Med Sci 1.mp3"); BufferedImage bf = ImageIO.read(new ...
0
votes
0answers
13 views

How can I undo a package rename in Pydev for Eclipse, or fix the import errors the rename caused?

The package was originally titled 'default', but I tried to change the name to 'Synthesizer'. However, this caused a problem because 'Synthesizer' was the name of a class in the package, so I changed ...
0
votes
1answer
23 views

How to install sbt without gcj-4.5-jre in Ubuntu?

When I am trying to install sbt in Ubuntu as it is suggested here: wget http://apt.typesafe.com/repo-deb-build-0002.deb sudo dpkg -i repo-deb-build-0002.deb sudo apt-get update sudo apt-get install ...
1
vote
1answer
25 views

How to remove a package in sublime text 2

I would like to remove and/or desactivate the Emmet package in Sublime Text 2. Should I just remove the Emmet directory?
1
vote
1answer
23 views

citHeader ignored in citation function in R

I am just curious why the citHeader function is ignore in R 3.0.0, because when I use citation() to cite my package, the words in the citHeader function never appear. Any suggestions? Thanks!
1
vote
0answers
37 views

add citation information in R package

I am building my R package using Roxygen2 and devtools, and I would like to add some citation information in my R codes (i.e. I hope to write in a .R file from which the citations can be ...
0
votes
0answers
11 views

Cannot Pick Up Package with Forge Console

I can't pick up any packages of my project with Forge Console. I can show every package of every project in force but this one. Is there any way to debug this? Is there an issue with my package ...
0
votes
1answer
28 views

'gmodels' Package Installation in R returns namespaceExport error [closed]

I am trying to install gmodels package and the installation returns the error below. I also updated my libraries, tried library(gmodels) and installed the latest version of the package for Mac but ...
0
votes
0answers
8 views

log4j appender switching for a given class

I have an app that consumes messages from three different systems. The classes for handling messages for each of the systems is separated out into three different packages. In addition, there are some ...
1
vote
3answers
41 views

Where does node.js put its files?

I have recently started playing with node.js, but I got lost in a big mess of different versions of node, npm, nvm and other packages. I don't know what is installed globally and what is installed ...
0
votes
1answer
27 views

Import issue with __init__.py file Python: loading one subpackage automatically imports all the other subpackages

I have a python package with this structure: package/ __init__.py subA/ __init__.py A.py subB/ __init__.py B.py In ...
2
votes
0answers
37 views

R devel: Warning: multiple methods tables found for ‘append’

I am maintaining an R package that recently started throwing the following warning during R CMD check packagename: ** testing if installed package can be loaded Warning: multiple methods tables ...
0
votes
2answers
20 views

Package that calls different classes when given input to?

I have taken all of my classes from my intro to java college in highschool class, and put them into a package called gameChoices. I then made a class that would call these classes when the user asks ...
0
votes
1answer
31 views

Java Interface under Package

I am learning Java. I have encountered the problem on Interface, I wonder "Interface" can be executed under "Package"? I think it does but I don't know why I got compile error as below: ...
-5
votes
0answers
41 views

are R packages generally written in a function oriented way? [closed]

When should I go for object oriented way while writing packages in R.I am currently writing a package in R, I am not able to decide if I should go for oop or not
0
votes
1answer
26 views

Creating installation package for Ubuntu

I am a begginer ginner in Linux, so the question may be very easy. I have a C++ code that uses some of the Qt libraries and I use Qt creator to compile it. My question is how can I creat an ...
0
votes
2answers
59 views

How to name my packages

I worked with object oriented programming for a while now and I also used packages a few times. But I really wonder if there is an easy way to choose the package names? I know the MVC-Pattern, which ...
1
vote
1answer
36 views

nodejs npm package tutorials

Looking for some tutorials where we have all the information about writing first npm package from scratch, looking forward things like Mandate folder structure if any Initiating package Add ...
1
vote
1answer
20 views

Paths from a module/imported package

I need to package up a bunch of html/css/etc. files as a package: lets call them 'themes'. I'm doing this so I can make these available cross-application for several/any number of applications. I ...
0
votes
2answers
35 views

package.json for global module installation

I have a package.json in which some modules have to be installed globally,below is the part that i added below dependencies "scripts": { "preinstall": "npm i -g supervisor", "preinstall": "npm ...
1
vote
2answers
87 views

Remove all packages that do not come with R

How can I remove all installed packages except base and recommended?
-2
votes
2answers
37 views

Java: nested class function?

ob is an instance of an object. If I call the function getname it returns the class type ob.getClass().getName() My doubt is, how come getclass and getname are 2 functions, are they some how ...
0
votes
0answers
16 views

Package Remove,PACKAGE_RESTARTED doesnt work in Android 4

just few days ago i make an app that doesnt have interface and icon. My app use Package Remove,PACKAGE_RESTARTED to know is an app is unistall or close and send information to a server. I test my ...
3
votes
1answer
50 views

R matlab package: why is repmat inconsistent?

I have got a question regarding the matlab package for R. Here's what I get library(matlab) a = matrix(1:4,2,2) repmat(a,3,1) [,1] [,2] [1,] 1 2 [2,] 3 4 [3,] 1 2 [4,] 3 ...
0
votes
1answer
30 views

How to prevent Nuget from updating automatically package (minor) versions?

In the VS solution, I have as dependencies (in the packages.config file) a package A, version 2.0.0 which has dependency on package B version >= 5.0.0.0. The latest version of A is 2.1.0 and has the ...
1
vote
0answers
27 views

how to call JScript while creating an native package in maven

I am using maven. I have an JScript that will create an runtime/jre/lib/ext folder while installing an application because default a self-contained application does not contain full copy of Java ...
0
votes
2answers
32 views

create dispatch table inside class constructor in perl

I am trying to create dispatch table inside class constructor.Execution fails with below mentioned error. Error: Use of uninitialized value in subroutine entry at ../lib/Parser.pm . Can't use ...
0
votes
1answer
21 views

How to watch the struct of http package content in mac os?

I want to see what data does Flurry send. So I using the charles(a package catcher tools) to catch the package which Flurry send. But the http package may compressed in Gzip format(I'm not sure. I ...
1
vote
1answer
34 views

Why does using the unnamed package or smaller package names makes the Jar smaller?

I wasn't able to find much information about exactly why using shorter names on packages or using the unnamed package (default package) actually makes the jar size smaller. I've read obfuscators ...
7
votes
1answer
81 views

Redefining a function in an R package

I tried to modify and redefine a function (xcmsRaw) in R package xcms by first defining a function my.xcmsRaw <- function(filename, profstep = 1, profmethod = "bin", profparam ...
0
votes
2answers
50 views

Passing Array to Oracle Function

I am passing an array to a PL/SQL package function. I am doing this to use this array in a query inside the function which has IN clause. My declaration of package looks like : create or replace ...

1 2 3 4 5 43