A logical subdivision of a larger, more complex system.

learn more… | top users | synonyms (1)

0
votes
0answers
6 views

What's the difference between module, package and library in Haskell?

What's the difference between module, package and library in Haskell? From http://www.haskell.org/ghc/docs/latest/html/libraries/base/Prelude.html Prelude: a standard module imported by default into ...
0
votes
1answer
16 views

how can I hide “read more” on teaser

I created a view displaying some teasers that link to my galleries on http://quaaoutlodge.com/gallery. You note the "read more" links on top of the images, I'd like to get rid of them but am unsure ...
0
votes
1answer
15 views

Module loading issue in Ruby

I'm fairly new to Ruby so bare with me if I'm just doing something foolish. I have a situation where I can access a module's functions from one file but not another. These files are both in the same ...
0
votes
1answer
24 views

Cannot find module in Node.js

I have folowing directory structure: --app -- test -- server.js -- app.js I try to call function in app.js which exports from server.js, i do: var server = require("test/server"); But ...
0
votes
1answer
9 views

SystemTap failed with error “WARNING: kbuild exited with status: 2”

I built a custom kernel 3.2-41, required kernel-debuginfo-common and kernel-debuginfo packages. I installed these packages on CentOS System with kernel 2.6.32-358. System booted fine with new kernel. ...
0
votes
1answer
6 views

Expose constants to all sub-modules in Rails

I have a Rails nested module as follow: lib - Parent - Child1.rb - Child2.rb In Child1.rb I define: module Parent module Child1 end end Child2 module is defined similarly. In my ...
1
vote
0answers
9 views

Drupal 7 Views Slideshow Images Not Appearing

I am using this Module along with 'Views Slideshow: Cycle' and am not able to get the images I set up to appear. I am able to get the titles to appear and even transition correctly. Any thoughts as ...
-1
votes
1answer
23 views

How to disable custom module in magento

I have overridden core file in my custom module extension. Disabling this module using magento admin panel is not working. system -> configuration -> Advanced Module Name (drop down option - ...
-1
votes
0answers
4 views

contact form with dropdown and select option with customization in joomla [closed]

Hello I want to create like contact form with drop down options and select option field and also customize the all form fields. There is any module or components are available in joomla.
0
votes
1answer
24 views

How to call a function when node server is up?

I want to call a function when the net.serverCreate is up. It need to call this function when the server is started and not when a new connection appears. Event 'listening' dont fire...When I start ...
0
votes
1answer
18 views

Syntax for a single function module targeting the browser and NodeJS

If I'm writing a JavaScript module for the browser, I'd assign it to window: window.myModule = function(){ }; For node, I'd assign it to module.exports: module.exports = function(){ }; What's ...
1
vote
1answer
50 views

What is a tuple module in Erlang?

http://www.erlang.org/news/35 mentioned that this will be documented, but I can't find it in the documentation.
0
votes
2answers
36 views

position to custom html module

This is the template of joomla +-----------------------------------------+ | | | position: top | | ...
0
votes
0answers
14 views

Custom Orchard module not working on server

I've successfully built my first full Orchard module. It's a module for generating an XML sitemap based on the available (published) content items that have the Autoroute part. Everything works like ...
1
vote
2answers
23 views

VBA: Userform initialize method not being hit when userform initializes

My module code calling the userform: PreInfo.Show My userform code: Public Sub PreInfo_Initialize() Dim Invoice, Name, Model, Crank, MyValue1, StrokeL As Variant 'Dim ListBox1 As ListBox Dim c As ...

1 2 3 4 5 349
15 30 50 per page