The master tag has no wiki summary.
-1
votes
1answer
11 views
Looking for a way to dynamically control multiple svg files from one master template
I'm working on designing some board games that involve cards. This ends up involving a lot of busy work, because if I change something about how all the cards look, I have to go to 54 different svg ...
0
votes
1answer
23 views
TextView null in Master Detail Flow template
I am using the Master Detail Flow template in android. I want to access the items in the list programmatically when the app starts in order to set the font size and the color of the TextViews that are ...
-5
votes
0answers
17 views
I want to use 2 master template in a site CodeIgniter ..? [closed]
I want to use 2 templates master in the same site, one for the front-end and one for the back-end. but I do not know how. help me
1
vote
1answer
56 views
Error when connecting to local HBase
I'm trying to connect to HBase installed in the local system (using Hortonworks 1.1.1.16), by a small program in Java, which executes the next command:
HBaseAdmin.checkHBaseAvailable(conf);
It is ...
0
votes
1answer
33 views
Perl - Dynamically instantiate multiple UDP Server modules and continue executing the main script?
I'm trying to build a UDP Server module in Perl using sockets that listens to a specific host and port, since I know that the UDP Server will run continuously in the while loop waiting for data I want ...
0
votes
1answer
34 views
JPA - Generic Master lookup table mapping
I'm trying to map a generic lookup table. The lookup table is generic in the sense that instead of having multiple master tables for specific lookups, all the codes are hosted in a single table with a ...
0
votes
1answer
67 views
MVC web application dropdown data from session or database
We've an ASP.Net MVC3 based web app. We've those typical master data tables in my database - We've to lookup these table data (and some views) while populating dropdown and auto-completes from my SQL ...
0
votes
2answers
34 views
pasing data from detail to master in ios6
I'm making an application with xcode, and I have a trouble with passing data between views.
I want to set in detail view, a date of a calendar. Then when I go back to the master view I want to see the ...
1
vote
1answer
100 views
Redis DB Master Slave set up
I have installed Redis for my nodeJS application and configured it to be a slave for another instance of Redis DB running on a different server. Can I have the same instance (different DB) of Redis ...
1
vote
2answers
222 views
Stop scrolling to the top on a master page with ContentPlaceHolder?
I have been pulling my hair on this for 2 days without success.
As you can read in the subject, I am simply trying to stop the web page from scrolling to the top of the page when a user clicks a link ...
1
vote
1answer
107 views
Msp430 i²c module and libraries
I have a project that has a MSP430G2553 master device and a Triple-Axis Digital-Output Gyro ITG-3200 Breakout slave. ITG3200 uses i²c protocol to communicate so i've been checking out the i²c module ...
0
votes
1answer
51 views
How does the jobs/instructions from master to the slave is being trasmited in Jenkins ?
I am trying to understand the excat mean of communciation between master and slave in jenkins. How does the jobs/instructions from master to the slave is being trasmitted ?
I am aware that a TCP/IP ...
0
votes
0answers
38 views
Master slave configuration for jenkins
Can someone please in detail mention to setup master and slave(both windows) in jenkins, where slave executes a job. The documentation does not clearly mentions the steps.
If someone can elaborate by ...
-2
votes
3answers
136 views
in CS: Bachelor Degree + work directly v.s. Master Degree then work [closed]
I will finish my bachelor degree in CS next year. I would like to work in a company(e.g. Google etc.) rather than do research. But there are two choices:
I get my bachelor degree and apply for job ...
0
votes
0answers
41 views
Master Page event firing before window.onbeforeUnload event on child page
I have a page with a master page inherited. I have some code "display a pop up" on windows.OnBeforeUnload method in the child page. So when I click a control on master page, I want to make sure if ...
1
vote
5answers
228 views
Sitecore 6 - Unable to remove master database on Content Delivery Servers
Hi all I'm having a bit of a problem with our Content Delivery servers. We are unable to remove the master database without it blowing up. Our current information is below:
Sitecore.NET 6.5.0 (rev. ...
0
votes
0answers
58 views
PHP Login Master from
I am trying to use PHP Login Master from "http://www.php-login.net" for my website to test login. It works without any problem on my localhost but after uploading it to the 1and1.com hosting account; ...
0
votes
0answers
148 views
Using jqGrid in Embarcaderos HTML5 builder
I'm trying to define two related jqGrids connected and related over a MySQL database. One of the grids is a category list and the other is a list of all items and their categories.
I want that the ...
0
votes
1answer
145 views
Hbase regionserver unable to connect to master
I am using Hbase{ hbase-0.94.3 } and hadoop{ hbase-0.94.3 } on a cluster of six nodes. The operating system installed on my machine fedora.
For Hbase I am having one master node and 6 regionserver.
...
0
votes
0answers
67 views
Interceptor to set connection.setReadOnly(true) throws Transaction Error
I am trying to route all Reads to a MySQL slave by intercepting a spring Transaction and setting connection.setReadOnly(true).
My interceptor uses aspectJ to create Aspects and looks like so -
...
0
votes
0answers
123 views
How to set VisualSVN Server master-slave (mirror) configuration on windows machines
We have three SVN Server on windows machine. One onsite (ON1) and two offshore (OF1, OF2).
I want to make the onsite SVN Repository as Master and offshore machines as mirrors.
User will commit to ...
0
votes
1answer
135 views
Heroku push rejected, failed to compile Ruby/disabledeploys app
I was invited as a collaborator to a Rails app deployed in Heroku. I cloned the app, made a few changes and then committed to git and tried to push to Heroku but I am getting that error message.
Any ...
3
votes
6answers
153 views
Git: move changes off of master branch
Basic question but this happens to me all the time:
Make changes in a working-branch
Switch to master
git merge working-branch
git push
cap deploy(to staging)
make a new cup of tea
then I ...
1
vote
2answers
38 views
Git master missing
Uh, I created a new repo in git in a a folder with a bunch of prewritten source, but now when I try to push it there is no 'master'. help.
0
votes
0answers
190 views
Android Master Detail with fragments
The app I am looking at creating is a master/detail app for just landscape tablets. The master side will just contain a list of options. When an item in the list is selected I want to invoke the ...
0
votes
1answer
79 views
How to load master head content before content head content
I have something like this..
On master Page
<head runat="server">
<link href="../StyleSheets/Main_Master.css" rel="stylesheet" type="text/css" />
<%--<script ...
0
votes
1answer
636 views
can't display asp:menu, control not showing in runtime
I have a strange problem. I added a asp:menu control to my .master page. Also added some items and subitem on it. But, I dont know why, I can see the control at design time, but I can't find it in ...
1
vote
1answer
105 views
Git Pull: EGit with GitHub
I followed the tutorial http://wiki.eclipse.org/EGit/User_Guide#GitHub_Tutorial to setup EGit with GitHub. When I want to pull I had the same problem described here: The current branch is not ...
0
votes
0answers
70 views
Mysql replication - mysql.yongger2 breaked my master-slave server
Last week, I had found a problem with my master-slave server. Slave can't get data from master.
I checked error log on my slave and found error like:
130112 20:22:24 [ERROR] Slave SQL: Error 'Table ...
0
votes
0answers
109 views
Mysql Master has slave relay-logs - how can I get rid of them?
The other day I noticed that a mysql master server needed to be cleaned up as binlogs were not automatically purging. While cleaning up the server I noticed that there were a number of relay-logs on ...
0
votes
0answers
129 views
How to replicate MySQL without 1062? [closed]
for a long time I am figuring out how to set up an MySQL Master and Slave replication.
I followed the instructions from MySQL itself ( http://dev.mysql.com/doc/refman/5.5/en/replication-howto.html ) ...
0
votes
0answers
42 views
IBAction on Detail View Controller not firing if master view controller is visible
I have a button on the toolbar of the detail view controller that is tied to an IBAction (so it will trigger an event when the button is pressed) in an IPAD application. The issue I am having is that ...
0
votes
0answers
97 views
I have an issue running a jenkins job in slave using maven (Maven home doesn´t exist)
I am experiencing an issue running Jenkins job using slaves.
The job is a Maven job, that updates code from svn and then build and run tests, this project runs well in both master and slave as an ...
0
votes
1answer
29 views
a detail table with two masters, is it possible?
There was a certain requirement from my client. I got 2 tables from him lets assume X & Y. both the tables have 60 fields. Now each table can be broken into master detail. so we have the following ...
2
votes
3answers
161 views
Set master branch to latest tag
This is an example of how my git repo is right now:
v1.0 v1.1 v1.2
| | |
a - b - c
| |
master HEAD
I usually commit, tag and push tags like ...
1
vote
1answer
40 views
Deploying Schnitzelpress on Heroku - Error
I am a CSS Designer who is now studying Programming through Ruby. Today, I was installing (or rather trying to install) Schnitzelpress, a Ruby blogging platform on Heroku -
...
0
votes
1answer
257 views
Search Button on Master Page Returns to Existing GridView on Separate Search Page
I'm looking to make a master page search return results to a GridView on another page, which also has a search button. I'd be grateful for any pointers on how to do this....
From Search Page .cs ...
1
vote
2answers
520 views
Can not access control from nested master page in content page
I am using nested master pages where i want to use Label control from nested master page and update its text. but it is not accessing. When i removed outer master page then it is working fine. ...
0
votes
3answers
203 views
Github branch is ahead by 5 commits, how to fix?
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Allen\Documents\GitHub\project2-pd7 [master]> git status
# On branch master
# Your branch is ahead of ...
0
votes
0answers
12 views
Is it possible to make Ajax Call to methods in Content.Master.cs
I am trying to make a Ajax call from a js file to method in Content.Master.cs, is it even possible.
Thanks in advance
1
vote
1answer
128 views
GIT: How to make sub-branch the master branch?
I've seen this answer, but I'm unsure of what the answerer meant by using git branch -f .. in order to complete the task.
I have three branches, my master branch has a bunch of files that I don't ...
0
votes
0answers
128 views
Visual Studio 2010 Site Master Template - form tag access
When using a site master file within a VS project, the "" tags are not included in the content placement holders. So every subsequent page I create is wrapped by the form tag from the site master.
...
-1
votes
1answer
125 views
How to dynamically add/remove item Fragments in MasterDetailFlow Android Java Example?
I have an Android Java project I created with the "MasterDetailFlow" wizard.
I have obtained several items which I want to display as Master Item Fragments.
I used an Async task to do the network io ...
1
vote
1answer
129 views
Understanding Master Theorem
Generic form: T(n) = aT(n/b) + f(n)
So i must compare n^logb(a) with f(n)
if n^logba > f(n) is case 1 and T(n)=Θ(n^logb(a))
if n^logba < f(n) is case 2 and T(n)=Θ((n^logb(a))(logb(a)))
Is that ...
1
vote
1answer
30 views
Github branches for multiple customers
I have an iOS that app that I need to deploy to several clients. Each clients has a few small changes in the app (images, provisioning files, app name, etc). 95% of the app is the same for all ...
1
vote
1answer
59 views
Maintain branches in GIT without merging with master
At my office, we have a home grown content management system. Slowly but steadily, we have setup 60 instances of our CMS. Yes, we are a big company; an NGO.
Most of our offices use the CMS in its ...
0
votes
0answers
225 views
In a master-slave setup in Postgres, can the slave have different indexes on its tables? [closed]
I have a master-slave setup that essentially feeds 2 different systems. One system inserts gobs of data, while the other reads it back out. I have quite a few indexes set up for the reads, but of ...
0
votes
1answer
161 views
iOS Master Detail app - detail shows only the first time
I have lots of rows in the Master, the first time I click a row, the content is displayed in Details. I go back, choose a new row, or the same row, it displays "Detail view content goes here" in ...
0
votes
0answers
37 views
MySQL: Combining Enterprise Edition (Master) with Standard/Community Edition (Slave)
does anybody know if it is possible as per oracle licensing to run a MySQL Master licensed under the Enterprise Edition in combination with slaves running the Standard or Community Edition?
I've been ...
2
votes
3answers
425 views
Pre Render Master Pages and ViewState
Here is the various code its pretty much self explanatory . There is some viewstate stuff going on in the codebehind and then there is an update panel. WHen I add this into a child page referenced by ...


