Hi, I am new to working with bits & bytes in C++ and I'm looking at some previously developed code and I need some help in understanding what is going on with the code. There is a byte array and populating it with some data and I noticed that the data was being '&' with a 0x0F (Please see code snipped below). I don't really understand…
I’m learning 2D programming, so excuse my approximations, and please, don’t hesitate to correct me. I am just trying to fire a bullet from a player. I’m using HTML canvas (top left origin).
Here is a representation of my problem:
The black vector represent the position of the player (the grey square).
The green vector represent its…
Ten years ago, if you asked a CIO, “how mobile is your enterprise?”. The answer would be, “100%, we give Blackberry to all our employees.”Few things have changed since then: 1. Smartphone form-factors have matured, especially after the launch of iPhone. 2. Rapid growth of productivity applications and…
Hi,
I'm using Linux for years and now I have to work with Windows XP at work. The problem is I don't like default shortcuts for switching keyboard input languages: [CTRL]+[SHIFT] and [ALT]+[SHIFT]. And I'd really like to change the shortcut to the one I'm using in Linux [SHIFT]+[SHIFT].
I've googled for a while, played with registry…
On Linux Mint 13 - Mate using the Terminal program Terminator with a Mac keyboard. I want the command key for COPY/PASTE to behave as it does on the Mac. I have been able to change it to treat the command key as a control key, and this works fine for most apps except in the Terminal program.
Using xev when I press command+c it's a…
Before Windows 8, the Alt+Shift shortcut changed the input method (keyboard layout) for the current app. This permitted to map an input method to each app.
For example I could keep the default layout for my apps where I write in english and switch to a french layout in apps where I write in french. This was working great: each app…
Hi,
I try in GWT to create a Tree with multiple selection for the nodes and ran into a problem similar to this question http://stackoverflow.com/questions/1411752/shift-key-in-gwt.
When a selectionEvent is raised from the Tree, I would like to know if the Shift key is pressed or not.
SelectionHandler<TreeItem>…
I really miss the CTRL+SHIFT+CHAR searching of a property in VS 2008 that older IDE's had... typing CTRL+SHIFT+T got you to "tabindex" then Tag when pressed again. They dropped it in VS 2002 I believe, and the closest I could find to restoring any functionality like it was acorn's property window filter, which isn't…
I am obtaining a StringIndexOutOfBoundsError when running my main method.
Here is the output of my program in the command line.
"Please enter the shift, 1 for day, 2 for night"
1
"you entered a number for the shift"
"Please enter the hourly pay Rate"
2
"you entered a number for the pay Rate"
"Please enter…
I always press F6 to build my project. Suddenly some of my Visual Studio instances are wanting me to use Ctrl-Shift-B. It's not keyboard related - the actual text of the menu option changes from "F6" to "Ctrl-Shift-B".
Any answers as to how to fix, and what causes this?
The reason I am asking is that I am thinking of building a foot switch to act as shift and control keys - well two switches, one for each foot.
I'm planning on using the Arduino for this and writing a small C# application to detect when the switch has been pressed that would then set the state of shift or control.…
It seems like I should be able to perform bit shift in C/C++ by more than 32 bits provided the left operand of the shift is a long. But this doesn't seem to work, at least with the g++ compiler.
Example:
unsigned long A = (1L << 37)
gives
A = 0
which isn't what I want. Am I missing something or is…
Reading the syntax from autohotkey, I am trying to achieve this. But the first step of selecting the entire line is not working:-
F5::
send {Shift Home}
return
I have tried few others too, but its not working. This is not sending Shift+Home combination on pressing F5 key.
Please tell me what's wrong with…
It seems to be fashionable recently to omit semicolons from Javascript. There was a blog post a few years ago emphasising that in Javascript, semicolons are optional and the gist of the post seemed to be that you shouldn't bother with them because they're unnecessary. The post, widely cited, doesn't give…
Looking for ways to switch team/individual culture from chasing latest fads, patterns, and all kinds of best practices to focusing on finding quickest and simplest solutions and shipping features.
My definition of "tech fetish": Chasing latest fads, applying new technologies and best practices without…
Hello,
I recently made a start on learning BDD (Behaviour Driven Development) after watching a Google tech talk presented by David Astels. He made a very interesting case for using BDD
and some of the literature I've read seem to highlight that it's easier to sell BDD to management. Admittedly, I'm a…
I'm writing a report on developing EJBs in Jdeveloper and every time i type "IDE" my laptop beeps twice in quick succesion.
Actually, whilst typing this I've worked out that any combination of shift plus two adjacent keys, one from the row that starts qwerty and one from the row that starts asdfg…
Mac OS X has I fantastic featured that enables you to play window effects in slow motion holding down the Shift key while playing the animation (like minimize, maximize, Exposé, etc...)
As a matter of fact, I don't like it! :)
How to disable it?
Ever since i installed windows 8, I'm unable to use Ctrl + Shift + Arrow Keys (to select words and phrases quickly in text editors) with any program.
Ive found the same issue with other models of Logitech keyboards (not with any other brand, though) however, the solutions provided to those other…
Pretty much all I'm trying to do is revolve my 2D Array by its container.
I'm using this array for a background and I seem to be having problems with it revolving.
public class TileTransformer : GridConstants
{
public Tile[,] Tiles;
ContentManager Content;
public…
I'm a new user to GNU Screen. I've been using Bash for a very long time, and I want to give GNU Screen a try.
As you know, GNU Screen uses 'C-a' (Control-A) as as the command character. Trouble is, this interferes with the Line Editing feature in Bash (and GNU Readline),…
Windows 7 Home Premium, Catalyst Control Center.
Without any apparent reason, after booting my PC, I got this little balloon "HD 4600 Drivers updated". I did not install any new cards or drivers or anything.
But now, when I try to select an entire word by pressing…