Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

142
votes
14answers
109k views

How to call external command in Python

How can I call external command in Python?
82
votes
2answers
7k views
33
votes
7answers
4k views

Are there shortcut keys for ReSharper's Unit Test Runner?

For obvious productivity reasons, I make an effort of learning and using as many of the keyboard shortcuts for the various Re# commands. However, it seems that the unit test runner does not have any ...
33
votes
7answers
3k views

Equivalent of *Nix 'which' command in Powershell?

Does anyone know how to ask powershell where something is? For instance "which notepad" and it returns the directory where the notepad.exe is run from according to the current paths.
28
votes
3answers
18k views

MVVM Routed and Relay Command

What is the Difference between the RoutedCommand and RelayCommand ? When to use RoutedCommand and when to use RelayCommand in MVVM pattern ?
28
votes
19answers
9k views

How do I duplicate a whole line in Emacs?

I saw this same question for VIM and it has been something that I myself wanted to know how to do for Emacs. In ReSharper I use CTRL-D for this action. What is the least number of commands to perform ...
27
votes
4answers
4k views

I don't grok the WPF command pattern

I've done some WPF programing and one thing I never got was the command pattern. Every example seems to be for built in ones, edit, cut, paste. Anyone have an example or suggestion of best practice ...
26
votes
3answers
11k views

Passing an enum value as command parameter from xaml

I want to pass an enum value as command parameter in WPF, something like this - <Button x:Name="uxSearchButton" Command="{Binding Path=SearchMembersCommand}" ...
26
votes
5answers
4k views

How do I create a directory from within Emacs?

How exactly can I create a new directory using Emacs? What commands do I use? (If possible, please provide an example)
23
votes
1answer
1k views

IntelliJ Idea disable font increase/decrease on CMD+scroll

I am using IntelliJ IDEA 9.0.2 on Mac OS X - with the Magic Mouse. Whenever I press the command button and move my finger a micrometer or two on the surface of the mouse, IDEA immediately increases or ...
23
votes
9answers
11k views

WPF CommandParameter is NULL first time CanExecute is called

I have run into an issue with WPF and Commands that are bound to a Button inside the DataTemplate of an ItemsControl. The scenario is quite straight forward. The ItemsControl is bound to a list of ...
17
votes
2answers
20k views

Passing two command parameters using a WPF binding

I have a command which I am executing from my XAML file using the following standard syntax: <Button Content="Zoom" Command="{Binding MyViewModel.ZoomCommand}"/> This worked fine until I ...
17
votes
9answers
17k views

Adobe AIR to execute program

I would like to press a button from an Adobe AIR application and execute some installed program. For example, I would have a button named "Start Winamp". When this is pressed it should start ...
16
votes
7answers
10k views

How do I ignore files in subversion?

Also, how do I find files which are not under version control?
15
votes
3answers
4k views

WPF - How to force a Command to re-evaluate 'CanExecute' via its CommandBindings

I have a Menu where each MenuItem in the hierarchy has its Command property set to a RoutedCommand I've defined. The associated CommandBinding provides a callback for the evaluation of CanExecute ...
12
votes
4answers
4k views

node.js execute system command synchronously

I need in node.js function result = execSync('node -v'); that will synchronously execute the given command line and return all stdout'ed by that command text. ps. Sync is wrong. I know. Just ...
12
votes
2answers
1k views

How to interleave the lines of two text files in Linux?

What's the easiest/quickest way to interleave the lines of two (or more) text files? Example: File 1: line1.1 line1.2 line1.3 File 2: line2.1 line2.2 line2.3 Interleaved: line1.1 line2.1 ...
12
votes
3answers
2k views

Aliasing a command in vim

Vim is my preferred text editor when I program, and thus I always run into a particularly annoying issue. Frequently, when I quickly need to save the buffer and continue on to some other ...
12
votes
3answers
6k views

Eclipse RCP: Actions VS Commands

What are differences between Actions and Commands in the context of Eclipse RCP? I know that they both contribute to the menu entries, but which one is better? And why? Of all the online resources ...
12
votes
6answers
20k views

bash: start multiple chained commands in background

I'm trying to run some commands in paralel, in background, using bash. Here's what I'm trying to do: forloop { //this part is actually written in perl //call command sequence print `touch ...
11
votes
4answers
1k views

CQRS - The query side

A lot of the blogsphere articles related to CQRS (command query repsonsibility) seperation seem to imply that all screens/viewmodels are flat. e.g. Name, Age, Location Of Birth etc.. and thus the ...
11
votes
5answers
4k views

Why are events and commands in MVVM so unsupported by WPF / Visual Studio?

When creating an WPF application with the MVVM pattern, it seems I have to gather the necessary tools myself to even begin the most rudimentary event handling, e.g. AttachedBehaviors I get from ...
11
votes
8answers
7k views

Run a command in a shell and keep running the command when you close the session

I am using Putty to connect to a remote server. What I want to know is if there is any way to write my commands and allow them to keep running after I close the session with Putty. The reason for this ...
10
votes
2answers
180 views

Why does “d1j” delete two lines in vim?

The d{motion} command seems to work inconsistently: d1j " deletes 2 lines to the bottom d1l " deletes 1 character to the right Is it expected behaviour?
10
votes
4answers
1k views

Executing viewmodels command on enter in TextBox

I want to execute a command in my viewmodel when the user presses enter in a TextBox. The command works when bound to a button. <Button Content="Add" Command="{Binding Path=AddCommand}" /> ...
10
votes
2answers
770 views

git alias with positional parameters (git foo aaa bbb ccc => foo aaa && bar bbb && baz ccc)

Basically I'm trying to alias: git files 9fa3 ...to execute the command: git diff --name-status 9fa3^ 9fa3 but git doesn't appear to pass positional parameters to the alias command. I have ...
10
votes
3answers
4k views

WPF Built-in Commands

I'm looking for a complete list of built-in WPF Commands. The best list I've found so far is here, but it does not list all commands. Some nice-to-have details would be: Controls/components with ...
10
votes
9answers
1k views

command pattern returning status

Once I had a discussion about design, relative to the command pattern. My peer stated that a command object should not return the status (successful, unsuccessful, and why) after the .execute() method ...
10
votes
1answer
5k views

WPF MVVM Correct way to fire event on view from ViewModel

In my WPF application I have 2 Windows (both Windows have their own ViewModel): Application's Main Window that displays list with bunch of words (bound to MainViewModel) Dialog Window that allows ...
10
votes
10answers
12k views

Maximum number of inodes in a directory?

Is there a maximum number of inodes in a single directory? I have a directory of 2 million+ files and can't get an the ls command to work against that directory. So now I'm wondering if I've ...
10
votes
13answers
998 views

Quick ls command

I've got to get a directory listing that contains about 2 million files, but when I do an "ls" command on it nothing comes back. I've waited 3 hours. I've tried "ls | tee directory.txt", but that ...
9
votes
1answer
322 views

Architecture: simple CQS

I'm thinking about applying CQS for my ASP.NET MVC web site, but in a very simple matter. I don't mean CQRS, because I want to use the same data source for query and command parts, and so I don't need ...
9
votes
5answers
838 views

Undo for a paint program

I am looking into how to write a paint program that supports undo and seeing that, most likely, a command pattern is what I want. Something still escapes me, though, and I'm hoping someone can ...
9
votes
4answers
719 views

Issuing native system commands in Scala

I want to issue a native system command from a Scala program, and perhaps trap the output. ("ls" comes to mind. There may be other ways to get directory information without issuing the command, but ...
9
votes
4answers
580 views

LaTeX: How to find package(s) that a command belongs to?

It is a simple question to which I am not able to find the answer: Given a LaTeX command, how do I find out what package(s) it belongs to or comes from? For example, given the \qquad horizontal ...
9
votes
2answers
3k views

How do I associate a keypress with a DelegateCommand in Composite WPF?

I am building a composite application using CAL/Prism. The main region is a tab control, with multiple types of views in it. Each view has a custom set commands that it can handle which are bound to ...
9
votes
8answers
1k views

Void value as return parameter

I have this interface: public interface Command<T> { T execute(String... args); } it works fine for most uses. But when I try to model a command that have only side effects (e.g. without ...
8
votes
4answers
129 views

How can I avoid command clutter in the ViewModel?

I am building an application that uses quite a few commands, and they are cluttering up my viewmodel. MVVM is new to me, so sorry if this question is a bit stupid. Is there a way to reduce the ...
8
votes
5answers
180 views

ICommand - Should I call CanExecute in Execute?

Given that System.Windows.Input.ICommand as 2 primary methods: interface ICommand { void Execute(object parameters); bool CanExecute(object parameters); ... } I expect CanExecute(...) to be ...
8
votes
3answers
1k views

ViM: How to redirect ex command output into current buffer or file?

How can I redirect or pipe the output of an ex command into my current buffer or a file? For example, I want to read the contents of all the registers into the current buffer, which in ex mode is ...
8
votes
3answers
11k views

How can I use bash syntax in Perl's system()?

How can I use bash syntax in Perl's system() command? I have a command that is bash-specific, e.g. the following, which uses bash's process substitution: diff <(ls -l) <(ls -al) I would ...
8
votes
17answers
11k views

How can I automate running commands remotely over SSH?

I've searched around a bit for similar questions, but other than running one command or perhaps a few command with items such as: ssh user@host -t sudo su - However, what if I essentially need to ...
7
votes
3answers
3k views

jQuery key code for command key

I have read http://stackoverflow.com/questions/302122/jquery-event-keypress-which-key-was-pressed and ...
7
votes
1answer
2k views

Enable command binding for TextBlock

I am developing a WPF application, and have a TextBlock which I want to use command binding to trigger a command on when clicked. What's the best way to achieve this? The TextBlock-control does not ...
7
votes
2answers
3k views

SSH Java-library for Android?

I'm trying to create an app for Android that simply sends a command to an SSH server. No response needed, I just need to be able to send a command. I was wondering if there's any java library out ...
7
votes
7answers
27k views

WPF MVVM : Commands are easy. How to Connect View and ViewModel with RoutedEvent

Suppose I have a view implemented as a DataTempate inside a resource Dictionary. And I have a corresponding ViewModel. Binding Commands are easy. But what if my View contains a control such as a ...
7
votes
2answers
593 views

Emacs M-x commands for invoking “GUI-style” menus

Question: How could I find out the M-x equivalent commands for doing GUI-based operations in Emacs, in those cases where my Emacs-variant uses OS-specific desktop functionality? Background: ...
7
votes
4answers
3k views

Looking for example of Command pattern for UI

I'm working on a WinForm .Net application with the basic UI that includes toolbar buttons, menu items and keystrokes that all initiate the same underlying code. Right now the event handlers for each ...
6
votes
1answer
330 views

WPF Command with multiple target types

I'm a bit confused about WPF commands with different target types. So if I define a command <Window.CommandBindings> <CommandBinding Command="Copy" ...
6
votes
3answers
1k views

executing commands on terminal in linux through java

I have created an standalone application in which i want that when the user clicks on the run button then the terminal should open and a particular command should be executed on the terminal. I am ...

1 2 3 4 5 29