Top "Block" questions

DO NOT USE This tag is scheduled for removal because it can refer to many different things depending on the use of other tags with it.

jade template engine (under node.js): multi-line block without pipe symbol

I'm currently using Jade on a new project. It seems well-suited to composing webapp layouts, but not for writing static …

node.js block pug
UIView's animateWithDuration delay not delaying animation

I am trying to perform an animation on a label where a flip animation happens and after it is done …

ios objective-c iphone block delay
Magento: <action method="unsetChild"> Not removing a block

I switch the display of Wishlist_Sidebar from right to left, using the following codes, but the sidebar remains in …

magento block magento-1.7
Use of yield and return in Ruby

Can anyone help me to figure out the the use of yield and return in Ruby. I'm a Ruby beginner, …

ruby block
NSTimer with block -- am I doing it right?

The following is my Objective-C category on NSTimer to do block-based firing of NSTimers. I can't see anything wrong with …

objective-c automatic-ref-counting block
Difference between Data flow diagram and block diagram

Can anyone explain the difference between Data Flow Diagram and Block Diagram ? I Googled it but didn't get any satisfactory …

block diagram dataflow-diagram
Linux: Block until a string is matched in a file ("tail + grep with blocking")

Is there some one-line way in bash/GNU tools to block until there's a string matched in a file? Ideally, …

linux grep block gnu
Return value for function inside a block

I am using AFNetworking to get data from a server: -(NSArray)some function { AFJSONRequestOperation *operation = [AFJSONRequestOperation JSONRequestOperationWithRequest:request success: ^(…

objective-c block afnetworking
css: float blocks to occupy all free space

I'm trying to make an "image mosaic" that consists mostly of images of the same size, and some of them …

css layout css-float block mosaic
Visual block edit in vim

I have refer to this post to use block editing in vim. But when I key I or c after …

linux vim editor block edit