A logical subdivision of a larger, more complex system.
-2
votes
2answers
19 views
What is the difference between import httplib and from httplib import *?
I would like to know which is the difference between
import httplib and
from httplib import *
By the way i am using python 2.73.
0
votes
1answer
27 views
Output doesn't change after deleting b/__init__.py and creating b.py with different code?
I create a.py and b/__init__.py:
$ ls
$ cat > a.py
import b
print "a"
$ mkdir b
$ cat > b/__init__.py
print "b"
It works as expected:
$ python a.py
b
...
1
vote
3answers
36 views
How to include all PHP files in directory?
I have a directory with php files, those files are auto-updating every day. Sometimes I add another (new) PHP file.
What is the best way to include all php files from the directory?
List all files ...
0
votes
2answers
20 views
AngularJS module doesn't load
My module isn't loading, and I can't figure out why. Could someone help me to find out what I am doing wrong?
The following is my HTML in a file named index.html:
<html ng-app="demoApp">
...
1
vote
0answers
5 views
How to connect dynamic module to static module in OMNet++
I have a project about computing clouds and I am using Omnet++. I trying to create a random number of dynamic modules to represent the virtual machines. I am able now to do that but I am not able to ...
-3
votes
1answer
52 views
how to build a module from *.c file without using a makefile for linux
I am learning Linux Device Drivers. In that I am learning "compiling and loading" chapter. There I have got a doubt that is it possible to compile a *.c file and create a *.ko file without using ...
0
votes
1answer
26 views
Fortran90 assigning pointers and derived types at runtime
I have a question regarding assigning Fortran90 derived types and pointers at runtime. I want to pass a derived variable type to a subroutine after the code reads an input file. So depending on the ...
0
votes
0answers
32 views
Underscore with nodejs and forever
I have a nodejs app and a module in a /lib folder that requires underscore. When I run nodejs, everything works fine but when I try to use forever with this command: NODE_ENV=production forever start ...
1
vote
4answers
45 views
Progammatically turn module/set of functions into a Python class
Suppose I have a file with a bunch methods as bunch_methods.py:
def one(x):
return int(x)
def two(y)
return str(y)
Is there a way to take that group of methods by importing the module whole or ...
3
votes
1answer
42 views
lua: module import regarding local scope
There are two script files with the following script
//parent.lua
function scope()
local var = "abc"
require "child"
end
//child.lua
print(var)
This way, child.lua will print a nil value ...
0
votes
1answer
29 views
joomla module configuration field type color
in my joomla 2.5 module settings i have many color picker fields as follows.for this i showed only one.
<config>
<fields name="params">
<fieldset name="module_design" label="design ...
0
votes
2answers
12 views
Orchard module not appearing in list of modules
Downloaded the source code for an Orchard module from Codeplex and added using VS2012 to my copy of the Orchard source. When I run the source the new module is not available to enable.
0
votes
1answer
11 views
RequireJS module function not found
I have the following Backbone module called router (router.js)
define(["app/facilities/messenger"], function (messenger)
{
return Backbone.Router.extend({
routes: {
"*hash": ...
0
votes
0answers
5 views
finding the name of the importing module in the imported module in python
This might seem like a weird question but here it goes. i want to add some code in a module that can find the name of a module that imports it. for example Testing.py will import Fake.py and Fake.py ...
0
votes
1answer
23 views
Kernel module with multiple files - unknown symbol
Hello stackoverflowers :)
For the last several hours I've been trying to compile+load a multiple file module. The compilation emits a strange warning and the module fails to load. Here are the ...
0
votes
0answers
11 views
Listing products to compare in views using drupal7 Dynamic properties module
I have to list out my products and allow users to compare different products.Here am using dynamic properties module.I got "Add to compare" button in every product node to compare.How to show all the ...
0
votes
3answers
35 views
extract numbers from string in access
I need help creating a VB code or expression in Access 2010 that will group numbers from a string where each set starts with number 6 and is always 9 characters long.
Example of strings:
Order ...
1
vote
1answer
18 views
How do I get the redirected url from the nodejs request module?
I'm trying to follow through on a url that redirects me to another page using the nodejs request module.
Combing through the docs I could not find anything that allows me to retrieve the url after ...
-1
votes
2answers
32 views
Module pattern jQuery
I'm having a problem using the module pattern in a very dummy javascript code.
This code is working perfectly:
;
var test = (function () {
var config = {
replacement: 'a'
};
...
0
votes
1answer
16 views
PowerShell International module
I'm trying to change the system locale using a PowerShell script, following instructions at
http://technet.microsoft.com/en-us/library/hh825705.aspx#PowerShell.
However, I can't load the international ...
0
votes
0answers
28 views
Fetch data from two joined tables using laravel eloquent
I have two tables, modules (id,module_name) and sub_modules(id,module_id,sub_module_name).
I want to display a table like this structure:
Sub Module ID | Module Name | Sub Module Name
Modules.php ...
0
votes
1answer
19 views
Python modules on different devices
So I have been taking a few classes on python and the whole time, I was wondering about modules. I can install them and run them with Eclipse but if I compile that program, so if it has an 'exe' ...
0
votes
0answers
10 views
display webforms submission data in a view
I have simple webform in Drupal 7, with a private approval checkbox.
I am trying to create a View which will display all approved submissions.
What is the best way to accomplish this?
0
votes
0answers
17 views
Java modularizing code
I was wondering the best way to make use of IntelliJ modules in a Java webapp. We are suffering where I work because of circular dependencies and code being used where it shouldn't be. I came up with ...
1
vote
1answer
45 views
Best way to list where everywhere a module has been included
Of course, to achieve what I ask for in the title, it is possible to write the following code:
module Foo
class << self
def included receiver
my_herd << receiver
end
...
0
votes
1answer
23 views
Access outer members in Javascript module
I have a module
something = {
value : "",
anotherVal : "",
method : function(){
this.anotherVal = "I think it is accessable here";
GLOBAL.action(
func : ...
0
votes
1answer
36 views
Using an array coming from a module to be used in another subroutine or main program in Fortran
I'd be glad if somebody could help me with this. I'm studying modules in fortran, and I have a question. Let's say that my module creates a matrix [A(3,3)] that is read from user's input. Then, I'd ...
0
votes
2answers
11 views
Devexpress xaf modules
Using devexpress 12.2.x
Lets say we create a cross platform application. SomeApp
The following projects are created:
SomeApp.Module
SomeApp.Module.Web
SomeApp.Module.Win
SomeApp.Web
SomeApp.Win
Now ...
0
votes
0answers
12 views
Orchard.CustomForms loses route when built for deploy
I've successfully built my first complete website using Orchard.
And I've already become a big fan.
I built my Orchard based website using the source of Orchard. When I made
a build for deploy and I ...
0
votes
2answers
15 views
Installing Mongo Driver on MAMP
I have downloaded, compiled and installed the latest mongo driver for php & it's been placed at:
/opt/local/lib/php/extensions/no-debug-non-zts-20090626/mongo.so
How would I go about adding ...
2
votes
2answers
101 views
+50
Simple javascript inheritance using $.extend and module pattern
I have wondered for a couple years now what people think of doing inheritance with a module-pattern-esque constructor pattern and WITHOUT normal prototypal inheritance. Why do programmers not use a ...
1
vote
1answer
36 views
In IE7, module not defined in require callback function
I've got a pretty simple require setup in my main.js file. This block of code with in Firefox, Chrome, and all IE 8 - 10, but in IE7, the Sitewide object is not defined on some page loads. It's very ...
0
votes
1answer
10 views
require().server. Require with a dot in the statement
var WebSocketServer = require('websocket').server;
I came across this in some NodeJS code and I don't believe I have ever seen a require with a dot in the statement like this ever ...
0
votes
1answer
19 views
improper XML rendered from magento custom module controller
I got into trouble rendering XML from controller.
I have tried http://stackoverflow.com/a/4442879/647723
If I do -
$this->getResponse()->setBody($xmlContent);
I get "Headers already ...
0
votes
1answer
25 views
Removing ActionBarSherlock from Modules
I'm trying to figure out why my APK is 21 MB large when I export it. I was using HoloEverywhere and ActionBarSherlock, so I'm doing an experiment to see how big my APK will be without them. To do ...
0
votes
0answers
49 views
unset session at window unload in drupal 7
i am writing a module for field display format its working fine but if this field format should display 10 time at one page than module forget setting for all past nine that why i store all values in ...
1
vote
1answer
26 views
Good Pattern for Class-Based “Task” Modules?
I'm attempting to design an easily-extendable/modular command-line application in Python (2.7). Each module is called a "task". There is one task per file, contained in a tasks/ directory, each ...
0
votes
1answer
35 views
Access another module.exports function from the same file node.js
To make it a bit more clear to what I'm trying to achieve.
I have a server running which includes many module, and one of the module use to check if the user role is an admin or not.
in Server.js
...
1
vote
3answers
72 views
C# Static Class vs VB.NET Module usage
I'm having difficulty calling a function from a C# Class in a similar way that I call a function from a VB.NET Module.
I have a C# class General.cs
using System;
namespace XYZ.Classes
{
...
0
votes
0answers
14 views
Magento module not creating database tables
I have an extension that works perfect in my Xampp on my local. But for some reason just doesn't work on my live site. I deleted every trace of it out of my files and database and tried a new install ...
0
votes
0answers
24 views
Select Module: Encountering a TypeError with socket server. [Python]
The problem lies directly with the select.select line in my socket server.
r_list, w_list, x_list = select.select(U_Connections + [ss], Username_List, [])
where:
Username_List = []
U_Connections = ...
1
vote
2answers
48 views
relative import in Python 3 not working
I have the following directory:
mydirectory
├── __init__.py
├── file1.py
└── file2.py
I have a function f defined in file1.py.
If, in file2.py, I do
from .file1 import f
I get the following ...
0
votes
3answers
32 views
Python: Calling module's functions from within a class
I have the following code:
from suchandsuch import bot
class LaLaLa():
def __init__(self):
self.donenow = 0
print "LaLaLa() initialized."
return
def start(self):
...
0
votes
0answers
32 views
How would one query an English Dictionary in Google App Engine?
The question is simple I suppose. I know there are modules such as pyword, however how would I go about installing that in my python app?
Thanks!
0
votes
0answers
24 views
function call another function in Module.Exports Node.JS
I'm trying to make a function call inside my module but I'm getting functionTwo is not define.
Module.js
// Module.exports
module.exports = function ( arg ) {
if(arg instanceof Object) {
...
0
votes
3answers
37 views
Declare multiple module.exports in Node.js
What I'm trying to achieve is to create one module that contain with multiple function in it
module.js
module.exports = function(firstParam) { console.log("You did it"); },
module.exports = ...
1
vote
2answers
20 views
I can't receive data from custom module in node.js
I wrote a module called accountManager.js
var sqlite3 = require('sqlite3');
var db = new sqlite3.Database("./users.db");
exports.userExists = function userExists(nickName) {
var stmt = 'SELECT ...
0
votes
1answer
20 views
Distinguish between ImportError because of not found module or faulty import in module itself in python?
I have a few modules in python, which are imported dynamicly and all have the same structur (plugin.py, models.py, tests.py, ...). In the managing code i want to import those submodules, but for ...
0
votes
0answers
9 views
Jomsocial Friends List inside a module
It seems very hard to find information on this on the internet so I am sure it must just be something I am missing but have spent a few hours on this. I am currently setting up JomSocial for a music ...
1
vote
1answer
31 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). ...






