Can refer to many different things depending on the use of other tags with it.
0
votes
1answer
17 views
How do I sandbox a web browser control in C#?
I am using a web browser control to view cached web pages "offline". The problem I am running into is that when I load a page, some links obviously want to fetch the data from the internet.
I am not ...
0
votes
2answers
11 views
Redis INCR concurrency
I am using Redis's INCR to generate a id for objects. And then use ZADD to add the object using the id as key.
Do I need to worry about if there are multiple connections executing this same block of ...
1
vote
2answers
32 views
jQuery : find out whether the element is of block, inline-block or inline display
Is there a way to find out whether the css 'display' property of the element is set to 'block', 'inline-block' or 'inline' using jQuery?
0
votes
0answers
28 views
how to block the iPhone outgoing calls using iPhone app
I have requirement that is i need to call through my iPhone only two phone numbers. User don't call some other number, if call some other means i need to show alert this number not access to call.
...
-2
votes
0answers
15 views
Facebook Block Problems [closed]
Last week a Facebook page putted some squars on their status, and behind those squars are smileys. I thought "Hey, let's copy them all and put them in the comment list". When i tried to do that, i got ...
0
votes
2answers
28 views
Why do you put a display:block on an “a” tag that is inside a list?
I am trying to understand image sprites on CSS, and one line of code looks like this.
#navlist li, #navlist a{height:44px;display:block;}
I am just wondering what effect does display:block has on ...
0
votes
0answers
5 views
Minecraft Modding - Blocks taking the same name as each other
Hello stackoverflow community. I am having a problem with a mod I am making for minecraft, and for some reason, blocks are taking the names of eachother.
Main mod class code involving the blocks:
...
0
votes
1answer
36 views
Block certain country using .htaccess
Is there a simple and reliable way to block certain countries using .htaccess?
Simple means no IP range block lists - they need to be updated once in a while and can be quite long.
I understand, ...
-3
votes
1answer
36 views
what's the difference between a thread in a block and a warp(32 threads)?
I have written a program for the string matching test,to test the performance vs cpu.
I just call the kernel by <1,1>,one block which contains one thread, the time is 430ms, and then I use one ...
0
votes
0answers
25 views
Express & Jade - max Block Nesting
i use Express 3x + Jade + bootstrap +..etc
my block/extend structure looks like this
.layout.jade (only head stuff)
.topNav.jade (only top nav)
.sideNav.jade (sideNav and control center interface) ...
0
votes
0answers
8 views
process started with exec-maven-plugin blocks mvn verify
I'm starting a server with exec-maven-plugin like this:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
...
0
votes
0answers
36 views
how to block the outgoing phone calls using iPhone application [closed]
I have requirement that is i need to call through my iPhone only two phone numbers(). User don't call some other number, if call some other means i need to show alert this number not access to call.
...
0
votes
1answer
19 views
Selenium - Block popup using firefox driver
I want to block popup in selenium using firefox driver.
has anyone done anything like this? i have had tried by loading extension but no success.
Can anyone help here?
Thanks!
Regards,
Kalpesh ...
-1
votes
2answers
17 views
iOS how to create a block list from the contacts and block the calls of those in the list? [duplicate]
Any idea guys? Can we do this using the available APIs? I want to get the contact list then select from people from there and block their calls if blocking of calls is turned on in my app. Thank you ...
0
votes
2answers
40 views
Magento calling a block with getChildHtml
Please follow the code bellow, which is taken from my Magento Commerce theme:
extract from layout/page.xml
<block type="page/html_header" name="header" as="header">
<block ...
0
votes
1answer
22 views
div positioning on the website, how to position divs without using “top”
I have a problem with positioning divs on my page, I don't want to use top:50px; because I want to have comments in there as well so here comes my question is there any other way to position divs ...
0
votes
0answers
22 views
$this->renderTotals() which renders block?
Hello (sorry for my english)
The file /app/design/frontend/my-theme/default/template/checkout/cart/totals.phtml has the command:
<tbody>
<?php echo $this->renderTotals(); ...
0
votes
1answer
13 views
Drupal Blocks Custom Display Naming Convention?
http://www.rybm.org/login <--- I'm trying to place a login block in the main content section on this page.
Under "Show Blocks on Specific Pages", I know I am supposed to list the page, and I've ...
5
votes
5answers
73 views
Scope of a local variable in a block
If I have:
2.times do
i ||= 1
print "#{i} "
i += 1
print "#{i} "
end
I get 1 2 1 2, whereas I was expecting 1 2 2 3. Why does i lose its assignment when the loop starts over? It behaves as ...
1
vote
3answers
44 views
How to center things - display:block/inline-block
When centering things in html and css, I find two approaches - either applying on the element :
display:block;
margin:0 auto;
or using:
display:inline-block;
text-align:center; (on the parent ...
-1
votes
1answer
14 views
zeromq sub-pub mode, block and lost
I use zeromq sub-pub mode in my app, but I got a problem:
I started sub app and subscribed the message, and then started pub app later, and the pub app will not publish any message in half hour or ...
0
votes
0answers
9 views
I want to block a file in root directory but not in sub directory from a region
i tried this code in .htaccess
<Files go.php>
Order deny,allow
deny from 1.6.0.0/15
deny from 1.22.0.0/15
</Files>
<Files sub/go.php>
Order deny,allow
allow from all
...
1
vote
1answer
26 views
Non-blocking UIView animated scaling
I'd like to animate scaling a UIView and all of its content in a non blocking way. Currently I do this ...
[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:0.1];
...
0
votes
0answers
40 views
Open Matlab/Simulink file and select block from Java GUI
I would like to open a Matlab/Simulink file from a GUI (Java/Eclipse), select a certain block within the simulink model, and somehow get back the path of that block.
I know how to implement a Browse ...
0
votes
0answers
29 views
how to block proxy traffic using javascript
Is there any way to block all proxy traffic using javascript, i've already found some using php but i really need it as javascript since i need to use it in a preset iframe that only accepts ...
0
votes
0answers
12 views
Which blocks of a file system(FAT32) are allocated for a specific file?
I am trying to implement a tool that finds outs which blocks of the disk were allocated for a file. Disk file system is FAT32 and is size about 100MB. I researched about open system call but I cannot ...
2
votes
1answer
81 views
ARC blocks, weak and retain count
I thought that I had quite understood weak references and blocks, however when trying the below code snippets, there are a few things that I don't understand.
Method test1: all fine the object is not ...
0
votes
2answers
29 views
block alarm() in C in Linux
I need a program with time limitation.
So, I used alarm() function to exit program within the time limit.
But I have a problem with synchronization.
In my program there is a critical section, so if ...
0
votes
2answers
71 views
PL/SQL block and LOOP exercise
I have to create a PL/SQL block to insert 10 to 100 multiples of 10 in a table called TEN_MULTIPLES that I have to create... (SCHEMA -> TEN_MULTIPLES(numbervalue)). I will have to insert inside the ...
1
vote
4answers
68 views
Is there an implicit keyword in this Ruby Array map code?
Is there a keyword I can use to explicitly tell the map function what the result of that particular iteration should be?
Consider:
a = [1,2,3,4,5]
a.map do |element|
element.to_s
end
In the ...
2
votes
2answers
44 views
Why must block be copied and not retained? When do you not need to copy a block?
Why must block be copied and not retained? What is difference between the two under the hood?
Under what condition do you not need to copy a block, if any?
2
votes
1answer
41 views
How to check if a string contains zalgo text?
I'm currently being 'spammed' with zalgo text on my webpage and i need a function to check if it contains zalgo.
I found this code
if ( preg_match ( '/[^\x20-\x7E]/', $text ) || preg_match ( ...
0
votes
2answers
14 views
Loop through individual blocks within Concrete5
I have a Concrete5 template of which defines and outputs a content area:
$a = new Area('Content');
$a->display($c);
This outputs all the blocks within that content area, however what I want to ...
0
votes
0answers
13 views
Confuse about css bfc(Block formatting contexts)
In w3c the BFC is defined as this:
In a block formatting context, boxes are laid out one after the other, vertically, beginning at the top of a containing block. The vertical distance between two ...
0
votes
0answers
21 views
Block of NSNotificationCenter's addObserverForName:queue:usingBlock: fires before observer is actually added / before the scope that calls it runs
I'm getting some weird behavior with this call:
-(void) someMethod
{
// some code
__block id observer = [[NSNotificationCenter defaultCenter] addObserverForName:A_NOTIFICATION object:self ...
1
vote
2answers
49 views
Use dispatch_async() inside a method or when calling that method
I'm working with some code that downloads data. The code is using blocks as callbacks. There are several download methods with very similar code: In the callback block they show a UIAlertView if ...
0
votes
1answer
28 views
How to use with closure in updating the entities of an object?
Using the with closure is possible in creating new Instance of an object easier and simpler as stated here. But how can I use this closure when updating the entity values of my object?
Say I want to ...
0
votes
0answers
32 views
custom head block is not fetching page title and meta data
I have built a custom 'head' block on my Magento store, which only includes the neccessary scripts and files which I use throughout the site. For the sake this question lets call it 'new_head'. Only ...
0
votes
1answer
28 views
Need assistance with fseeking
struct FATEntry entry1;
strcpy(entry1.name, "abc");
entry1.next = 3;
entry1.size = 10;
entry1.mtime = 100;
struct FATEntry entry2;
strcpy(entry1.name, "");
entry1.next = ...
-2
votes
0answers
18 views
Buy 3 Pay for 2 or Get 3 for the Price of 2
A block named "Buy 3 Pay for 2" shows random products from a campaign. When clicked a link 'read more...' leads to a page in which products that are in a campaign are shown. How do I make such a ...
1
vote
3answers
53 views
Jquery CSS Opacity
Whats wrong, i want to change the opacity if #nav .drop is on display:block;
jQuery(document).ready(function(){
if (jQuery('#nav .drop').css('display') === 'block') {
...
0
votes
0answers
9 views
VBA Chart produces Block WIth End, dimension error, failing to display correctly if code run several times
List item
I am working on a project where I calculate probability distributions of certain data you can see in this file: (the codes are here too) ...
-2
votes
0answers
29 views
how to move hdfs block from datanode to another use api
i want to move block from one datanode to another,i can get BlockLocation for one hdfs file,but i don't know how to use this to move block,is there any api to do this?
0
votes
1answer
35 views
Cancel GCD async task when navigating back
I have a relatively long running task (5-10 secs) in a view controller in my iOS app. It is running async in the background by GCD. The user has the ability to make UI operations during this task, so ...
-1
votes
0answers
11 views
How to Block Navigation Bars and Recommended Lists [closed]
Just like we can block ads on a webpage, I'd like to block the navigation bars and recommended lists. For instance, on this page, I would be able to block the Related Questions section to the right, ...
1
vote
1answer
70 views
Magento Shortcode CMS block not working on product pages
I am attempting to add a CMS block on a Magento product page.
The shortcode which I am using is:
{{block type="cms/block" block_id="myproductblock"}}
The block shows up as text. It does not ...
0
votes
2answers
24 views
AS3 2D Rectangular Collision Blocking
I need to block two rectangles colliding with each other in Action Script. The code I have works only dimentionally(only a X on X collision or a Y on Y). When I test if it's colliding on the X axis ...
1
vote
1answer
55 views
NSOperation completionBlock is called twice
I'm working on a NSOperation subclass and I came across this very weird issue were the completion block is called twice in a row. The KVO calls seem fine but the completionBlock is still strangely ...
1
vote
1answer
56 views
Blocking in a background thread in Windows Phone 8
I am working with Windows Phone's Coding4Fun toolkit's MessagePrompt object. I want to display the MessagePrompt and then block or wait until the MessagePrompt's Completed event fires. I obviously ...
-4
votes
1answer
35 views
How do you loop a blocks' position when it moves off-screen (x axis)? [closed]
I've fixed my code to now scroll as I move. But I am wondering how to reset the blocks position to the other side of the screen if the player goes off screen. This should essentially place the player ...

