In a private company you would be mostly correct. In a public one changes like these might require that you go back and fix your previous quarterly fillings -> not something that is done lightly.
Looking for Front-End hacker.
Wix is looking for you, an experienced developer with passionate for Web development; JavaScript, HTML5 ,CSS3, TDD, Angular.JS
Everything you need is part of the standard Android SDK directional pad support, start/select buttons shoulder pad buttons and joystick support
An existing game can be switched to use the physical buttons with minimal work... This isn't a rewrite, more like connecting another source event to the functions that handle user interactions. I expect most games to need less than a couple of hours of work to support this device.
Not quite ready for prime time but I am working on a project that makes it really easy to grab content from any site using a point and click interface no xpaths selectors or regex.
You enter the url you want to capture data from, it gets loaded in an iframe, you click on the texts you need and set a schedule to receive updates and how(email/twitter dm) that's it.
It supports javascript driven content and can handle practically any website.
iOS audio will only play in response to user generated event (click for example) never when the site loads.
And I am not saying it has to be a random noise or very loud the accelerometer on the iDevices since the iPhone 4 is superb a very low sound will probably be sufficient. The sound can be easily integrated into the natural flow of the site, as many sites already do small beeps or play music etc to provide feedback to the user.
Play a stereo audio file and compare the accelerometer response when volume is high on the right channel and on the left channel - iPad2 had mono speakers and iPad Mini has stereo speakers built in
So Yahoo without Alibaba is worth about $4.6 billion (18.8-14.2), subtract the $2.1 billion cash and short term investments and you get a price tag of $2.5 billion for all of Yahoo's other operations and assets.
Magic is anything which makes other code behave in a way that would require reading the magic to understand, despite not being apparent in the magicked code.
Good because it makes many things a lot easier, bad because it makes code a lot less explicit and simple and increases cognitive load (you need to always consider the magic not just the current code you're looking at).
This reminds me of a conversation I had once with a friend who worked in McKinsey, I told him "I might be smart enough to work for McKinsey, but I am definitely not stupid enough to work in McKinsey"
Given the fact that the entire call/uncall mechanism is based on keeping the original parameters that are required to undo the calculation - it will work fine, but you won't be able to call the undo on the result you got from any other source (i.e. not through the call/uncall mechanism)
read the source for p-divmod (one of the most useful functions in cryptography). You need to pass the original y to get back the original x in the reverse