Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

33
votes
2answers
4k views

What is Erlang written in?

What is Ericsson's implementation of Erlang and Erlang/OTP written and compiled in? Is is assembly, C or Erlang itself? Update 1: Thanks to DrJokepu. If I understand correctly, Erlang source-to-VM ...
12
votes
3answers
6k views

Couldn't register com.XXXXX.deviceapp with the bootstrap server

I am getting this error while running in device please do need full help to solve this; Couldn't register com.XXXXX.deviceapp with the bootstrap server. Error: unknown error code. This generally ...
11
votes
3answers
3k views

Zend Framework Layout

I'm beginning with Zend Framework and I would like to understand Bootstrap file. I've learned all _init methods are executed by default but it seems confusing to me. Anyway that is not what I would ...
7
votes
4answers
444 views

should I use a CSS framework?, If so, which one?

Some background.....I'm reasonably proficient at using CSS for styling, but in practice I struggle with CSS layouts (e.g. creating 3 column layouts, or putting two tables side-by-side). I understand ...
5
votes
2answers
361 views

How can CoffeeScript be written in CoffeeScript?

So as a new web programmer (background is mostely in C,C++, and Python) with no javascript experience (or desire to experience it, based on what I have seen) I have been doing some precursory ...
5
votes
3answers
3k views

What's the difference between CLASSPATH “bootstrap entries” and “user entries” in Eclipse?

Eclipse has a Run Configurations screen with a Classpath tab. I had some jars listed in the "user entries" section of this tab but my project did not run until I duplicated those jar files into the ...
5
votes
3answers
4k views

.net 3.5 SP1 Bootstrapper not found for Setup

I am getting a warning when trying to include the .net 3.5 sp1 prerequisite for my setup project. The warning states Prerequisite could not found for bootstrapping. Any suggestions? Thanks
4
votes
0answers
46 views

Can someone provide a complete Wix 3.6 Bundle example bootstrapping .Net 4 Client Profile

I just do not understand Wix 3.6 I guess. I have been reading for 2 days to try and construct a working example of a Wix 3.6 installation script. We currently use Wix 3.5 and now we would like to ...
4
votes
2answers
373 views

Can I use html tags in twitter-bootstrap popover data-content?

I'm using Twitter-Bootstrap within a Rails 3.1.3 application. I have numerous elements with popovers like: <a data-original-title="Quality" rel="popover" data-content="Did they do a good job? 5 ...
4
votes
3answers
1k views

Couldn't register […] with the bootstrap server

I keep getting this error when launching my app on the iOS Simulator: Couldn't register com.mycompany.MyApp with the bootstrap server. Error: unknown error code. This generally means that another ...
4
votes
3answers
46 views

Do _initX() functions get called in sequence

In my bootstrap.php I have many _initX() functions, and some of them may contain code that depends on code in the previous initX protected function _initAutoloading() { } protected function ...
4
votes
2answers
963 views

WiX - create a bootstrap that passes arguments to the msiexec

I need to create a bootstrap for my WiX project I've tried using setupbld.exe but it will only allow me to create an executable that will show my UI or one that will behave as a silent installer but ...
4
votes
3answers
3k views

Grails: Accessing spring beans in the destory closure of Bootstrap code?

I'm looking to access a bean in my destroy closure in the Bootstrap.groovy of my grails project. Any ideas on how to achieve this? I seem to have no access to servletContext...?
4
votes
8answers
309 views

What books or other resources do you suggest for bootstrapping a small software company? [closed]

I'm looking for books or other resources that would help me bootstrap a small software company. If you have any recommendations, please post it. If someone else has posted it already, please upvote ...
3
votes
1answer
101 views

Boot package in R simple help

If I want to use the the boot function from R`s boot package for obtaining the significance of Pearson correlation coefficient between two vectors should I do it like this boot(re1, cor, R = 1000) ...
3
votes
1answer
163 views

adjusted bootstrap confidence intervals (BCa) with parametric bootstrap in boot package

I am attempting to use boot.ci from R's boot package to calculate bias- and skew-corrected bootstrap confidence intervals from a parametric bootstrap. From my reading of the man pages and ...
3
votes
1answer
102 views

link, clone, fork or download twitter boostrap?

What should be the best thing to do with twitter's bootstrap css/javascript library? link (onlinely), Clone, fork or download it? i would like to always have the latest updates on my website but i ...
3
votes
4answers
618 views

Grails bootstrap on integration tests

Im trying to insert some test data into my database, for which a class called BootStrapTest does the work. In my BootStrap.groovy file its called like this environments { test { ...
3
votes
2answers
728 views

Problem with bootstrap loader and kernel

We are working on a project to learn how to write a kernel and learn the ins and outs. We have a bootstrap loader written and it appears to work. However we are having a problem with the kernel ...
3
votes
3answers
1k views

Recipe for compiling binutils & gcc together?

Greetings, According the the gcc build instructions you can build binutils concurrently with building gcc (as well as gmp,mpc,etc). Here's what that page says : If you also intend to build ...
3
votes
3answers
689 views

.NET Bootstrap without setup

I have a .NET WinForms application which needs to be run from CD. What I need to figure out is if user has required .NET version installed or install if necessary than run the application after ...
2
votes
1answer
47 views

Calculating Head, Cylinder (Track) and Sector for BIOS Interrupt 13h

I am currently trying to learn bootloader and eventually an OS by reading an open source code. The one I selected is MikeOS: http://mikeos.berlios.de/ While I was reading the bootloader code, I got ...
2
votes
1answer
81 views

Does bootstrap-modal.js require additional javascript?

I'm experiencing issues with twitter's bootstrap-modal javascript. I'm just using the same code they have on their page <!-- sample modal content --> <div id="modal-from-dom" class="modal ...
2
votes
1answer
35 views

Stop module bootstrap execution

Ive got 2 modules (Web, Admin) with a special boostrap class for every module. Abstract example: class Admin_Bootstrap extends Zend_Application_Module_Bootstrap{ protected function ...
2
votes
1answer
64 views

InvokeDynamic - how to acces arguments in bootstrap method?

I am trying to implement "duck typing" with invokedynamic in JVM7. I created two different classes, both of them have the method greet() which returns String. I randomly select between one of them, ...
2
votes
1answer
111 views

How to get bootstrapped p-values and bootstrapped t-values and how does the function boot() work?

I would like to get the bootstrapped t-value and the bootstrapped p-value of a lm. I have the following code (basically copied from a paper) which works. # First of all you need the following ...
2
votes
2answers
511 views

CakePHP with Bootstrap (from Twitter)

I am new to CakePHP and I want to know a way to use Boostrap from Twitter in layouts combined with cake. My main concern is to make the Form Helper continues to function normally, because I think ...
2
votes
1answer
233 views

Bootstrap error iOS 5.0 simulator in XCode 4.2

I have tried to clean out all targets and caches, restart XCode, reset the simulator, kill all simulator processes and also restart my laptop, but nothing works and the following error still shows: ...
2
votes
1answer
149 views

get locale resource in bootstrap

I see lots of examples of people doing marvellous things starting with: $locale = $this->getResource('locale'); in their bootstrap. But though I have resources.locale.default = "nl_NL" ...
2
votes
1answer
41 views

layout initialisation peculiarity in Zend Framework

I've noticed something interesting about Zend Framework's bootstrap. I created a new project and then used zf enable layout to enable the layout engine. It worked out of the box, woo! But then ...
2
votes
0answers
384 views

SQL Server 2008 R2 SMO bootstrapper install fails because of dependent product status is unknown

I am creating a bootstrapper package where it should support all platform [x86,x64,ia64]. When I included all different platform MSI in product.xml of MSXML6.0, SQL CLR type, Native client and SQL ...
2
votes
1answer
200 views

Set default value for static method in bootstrap

this paragraph is part of 'Zend Framework In Action' book. SearchIndexer::setIndexDirectory(ROOT_DIR . '/var/search_index'); Places_Db_Table_Row_Observable::attachObserver('SearchIndexer'); As you ...
2
votes
2answers
212 views

Zend Framework Bootstrap functions from where to get

I find many functions used in Bootstrap class in Zend Framework applications like: _initRoute() _initLocale() _initLayout() ....... but i searched for it's reference but I fond nothing ...
2
votes
3answers
101 views

Is it a good idea to work a php framework into an existing php app without one?

I'm working on a large php site that currently does not use any framework. My big question would be, is it advisable to slowly try to work a framework into the application over time, such as in new ...
2
votes
1answer
1k views

PHPUnit configuration (phpunit.xml) — loading in a bootstrap?

Situation We're using PHPUnit in our project and are using a phpunit.xml to ensure things like backupGlobals is turned off. To further ensure the include path is set and autoloading is active, we ...
2
votes
2answers
180 views

How do I sample n values at random nearest to value y when the data aren't continuous?

I have a dataset that includes a list of species, their counts, and the day count from when the survey began. Since many days were not sampled, day is not continuous. So for example, there could be ...
2
votes
3answers
486 views

Webapp bootstrap code in Tomcat

I'm developing a Java webapp using Spring, Spring Security, Tomcat and MySQL. Right now I'm still in a phase where I'm making fairly frequent changes to the database as well as recreating the ...
2
votes
1answer
149 views

How to load kernel into memory, from an ISO

At compile-time I link my Assembly bootstrap together with my kernel, into an *.img file, which I then convert into an *.iso image using MagicISO. I then boot from this *.iso image. But the problem is ...
2
votes
1answer
100 views

Controlling the order of PicoContainer startup

I have been tasked with doing some refactoring work on how we start up applications. Basically we have a bunch of console apps which were depending on the GUI application startup code, causing bogus ...
2
votes
1answer
183 views

Bootstrap Hard disk access

I'm trying to write a bootstrap loader for the fun of it, i've been using guides such as: http://www.omninerd.com/articles/PC%5FBootstrap%5FLoader%5FProgramming%5FTutorial%5Fin%5FASM ...
2
votes
3answers
1k views

How to perform low-level IO with a USB flash drive under the BIOS (compared to a floppy)?

I have recently been studying some bootstrap code which was intended for use with a floppy drive. My goal is to modify the program so that it uses my USB flash drive. Now I see how the INT 13H ...
1
vote
1answer
20 views

Change Bootstrap System message

Created a bootstrapper which install few of the components. But if any on the component fails under mentioned dialog is shown. Is their any way to change the shown system message text?
1
vote
1answer
92 views

Blogging using Twitter's Bootstrap?

I'm interested in using bootstrap for a blog, and I've seen a few other sites doing similar things like: http://www.hostliketoast.com/host-like-toast-home-updates-blog/ ...
1
vote
2answers
88 views

How do I build a large jquery-based website? [closed]

I want to start a new project, a large jquery application/website. I want the site to function a lot like twitter or github, very dynamic, very fluid/smooth, etc... My problem is I don't know where ...
1
vote
1answer
647 views

What are Twitter's Bootstrap alternative and which is best?

I recently know about bootstrap css stylesheet, and wonder to know that css stylesheet is also available like free php classes for quick starting work.. however, I want to know that is there any ...
1
vote
2answers
216 views

Twitter Bootstrap pop-over not loading

What am i doing wrong here? I tried it in a larger project and couldnt get it to work either see my jsfiddle http://jsfiddle.net/keithmancuso/24RQM/ UPDATE: ok so i got it working if i manually ...
1
vote
2answers
403 views

How I can center block with my login form vertically and horizontally at Bootstrap CSS Framework?

I have this form: <div class="container-fluid"> <div class="span5 well"> <h2>Authentification</h2> <form method="POST">...</form> </div> </div> How I ...
1
vote
1answer
122 views

Zend Form Decorators for bootstrap twitter form

Can you detail how to setup the form decorators to end up with the following html? I'm not very good with the form decorators. twitterbootstrapform
1
vote
7answers
70 views

Cannot center menu bar with CSS

Here's the site: http://grnd.me Using Bootstrap, I cannot figure out what I need to center "MiDs" element so that it lines up with the rest but the black goes off the edges like it currently is.
1
vote
1answer
35 views

Capturing Drupal7 DOM content before page load for comparison

We have an MU (Multisite) installation of Drupal7 here at work, and are trying to temporarily hold back the swarm of bots we receive until we get a chance to load our content. I wrote a quick and and ...

1 2 3 4