I have several different packages, one for each logical part of my application.Some packages are getting huge but I would like to keep all the procedures/functi开发者_StackOverflow社区ons grouped in s
I\'m writing a python 开发者_JS百科applet for data acquisition from scientific instruments and I\'m trying to figure out the best way to manage my device \"drivers\".
I am developing a package in R When I am debugging a particular function or set of functions, what is the best way to test the function?
Can same class exist in multiple packages? In other words, can I have Foo.java class in com.test.package1 and com.test.package2?
I am installing rJava on a 64bit machine, running Windows XP, and am encountering the weirdest message. Below is the log. Has anyone seen this before? Thanks in advance.
I wasn\'t clear how to correctly name this question. Case 1 Assume that I have the following directory structure.
I am busy writing a package for a customer with little knowled开发者_如何学Cge about R. Given their complex data structure, I need to set up a \"data base\" within R containing tons of information obt
When looking through some code I took over, I came across this line: my @files = My::Module::DB::raw_info->search_like(customer_handle => $config->{client}, feed => $config->{site}, a
I have a Data Flow task with an XMLSource that references an XML Variable. The DataFlow task does recognize that there are x number of rows in the variable, but it only sees null values in every row:
I\'ve install thi开发者_C百科s script via pip, but how to a reference these files as part of my script, do I need to use import or some other magic?