Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

178
votes
39answers
22k views

Visual Studio 2010 - recommended extensions [closed]

What are your recommended extensions for Visual Studio 2010? (Please indicate if its free or not) Free: PowerCommands - useful extensions for the Visual Studio 2010 adding additional ...
61
votes
26answers
5k views

What is in your Mathematica tool bag? [closed]

We all know that Mathematica is great, but it also often lacks critical functionality. What kind of external packages / tools / resources do you use with Mathematica? I'll edit (and invite anyone ...
35
votes
22answers
10k views

OpenGL extensions available on different Android devices

I'm in the process of writing an OpenGL ES powered framework for my next Android game(s). Currently I'm supporting three different techniques of drawing sprites: the basic way: using vertex arrays ...
35
votes
2answers
545 views

Is it possible to write extensions to Delphi's debugger?

I know there's an API for creating extensions to Delphi. I use the GExperts package and various JVCL experts frequently. But I've never seen any extensions to the debugger. It would be very nice, ...
33
votes
2answers
642 views

Alternative implementations of python/setuptools entry points (extensions) in other languages/applications

While this question has a python backend, the question is not tied to python itself, but rather about extension mechanisms and how to register/lookup for plugins. In python, the concept of ...
33
votes
11answers
5k views

Useful Add-Ins or Plug-Ins for native Visual Studio developer

There are plenty of different Add-Ins for Visual Studio see Visual Studio Gallery . Please share your experiences and favorites. As motivation, here are some of my favorites: Versioning Controlled ...
32
votes
1answer
580 views

Debugging a Python Extension in Eclipse

I have a Python extension that I have successfully built and used on Windows, OSX, and linux. I now need to be able to debug this Python extension. I am averse to the use of gdb at the command line, ...
30
votes
51answers
2k views

What is the first thing you do when you install Visual Studio?

What is the first thing you do when you install Visual Studio? I am talking about anything customization-wise (so we don't get answers based on 'I create a new project'). Do you have a favorite font? ...
27
votes
5answers
12k views

How to use jQuery in Firefox Extension

I want to use jQuery inside a firefox extension, I imported the library in the xul file like this: <script type="application/x-javascript" src="chrome://myExtension/content/jquery.js"> ...
21
votes
3answers
609 views

What does the >?= operator mean?

Looking through this C++ BigInt library: http://shygypsy.com/tools/BigInt.cpp there's a comment at the top about compatibility: This class was written for the g++ compiler and uses some of the g++ ...
21
votes
10answers
2k views

Is using resharper a time saver?

I have installed ReSharper and "played" with it twice now. I have always found it annoying and that it got in the way of the hotkeys I was already using in Visual Studio. The people that use it tend ...
20
votes
3answers
583 views

Complete solutions to the “Expression Problem‍​​”? [closed]

The Expression Problem is a fundamental issue for achieving extensible programming, especially distributed and large-scale development, but it also applies in the small. Thus a complete solution is ...
20
votes
6answers
6k views

Tips / Resources for building a Google Chrome plugin

After test driving Google Chrome for 30 minutes or so, I like it, even if it seems bare-bones at the moment. The obvious way to add a few things I can't live without would be through plugins. Does ...
18
votes
3answers
2k views

Visual Studio Javascript extensions feature comparison

I know I'm not the first one that would like to have #region and brace matching support for Javascript. That's why I don't want to install one by one and see which one behaves better and which ...
17
votes
3answers
749 views

Profiling python C extensions

I have developed a python C-extension that receives data from python and compute some cpu intensive calculations. It's possible to profile the C-extension? The problem here is that writing a sample ...
16
votes
6answers
2k views

How To Create a Quick Minimal Firefox Extension?

What the minimum basic setup required to begin developing a Firefox extension?
16
votes
4answers
4k views

Determine file type of an image

I'm downloading some images from a service that doesn't always include a content-type and doesn't provide an extension for the file I'm downloading (ugh, don't ask). What's the best way to determine ...
15
votes
1answer
3k views

Chrome extension: accessing localstorage in content script

So, i have an options page where the user can define certain options and it saves it in localstorage: options.html Now, i also have a content script that needs to get the options that were defined on ...
15
votes
7answers
599 views

Scaling Literate Programming?

Greetings. I have been looking at Literate Programming a bit now, and I do like the idea behind it: you basically write a little paper about your code and write down as much of the design decisions, ...
15
votes
5answers
2k views

How do you sign your Firefox extensions?

I have developed a couple of extensions for Firefox, and am annoyed that it is so hard to get the extension signed. When an extension isn't signed, it says "Author not verified" when it is installed, ...
13
votes
4answers
592 views

Create Internet Explorer extension changing content of a webpage

I'd like to develop an Internet Explorer extension that changes the content of a specific webpage, like content scripts in Google Chrome. (eg. when I go to the website Google and I search for "car" ...
13
votes
5answers
388 views

Is there an alternative / plugin for Visual Studio's configuration manager?

I have the need to remove and rename a selection of solution/project configurations in visual studio, are there any tool which will help with this? I'm finding the built in tool very unhelpful. For ...
13
votes
3answers
991 views

Building 64-bit C Python extensions on Windows

I am asking this question because I need to build a specific module (aspell_python, http://wm.ite.pl/proj/aspell-python/) to work with my 64-bit Python 2.6 which runs on a Windows 7 (64-bit of course) ...
13
votes
11answers
1k views

What Tools and Extensions are Critical for Magento Development?

We're building a nice little community of Magento experts here. I'm curious what Magento extensions and other software tools (IDEs, editors, etc.) everyone is using to help with their development ...
13
votes
15answers
6k views

Best VS2010 Extensions

What are in your opinion the "must have" Visual Studio 2010 extensions? OData Protocol Visualizer is fine Solid Softfare Xplorer isn't free, but looks very nice Just tried NuGet Tools and it's ...
13
votes
2answers
361 views

Can I create a Python extension module in D (instead of C)

I hear D is link-compatible with C. I'd like to use D to create an extension module for Python. Am I overlooking some reason why it's never going to work?
13
votes
4answers
4k views

Extending core Ruby classes when in Rails

Rails provides a number of extensions to core Ruby classes. One of these is the to_sentence method, added to the Array class, allowing for the following: ['a', 'b', 'c'].to_sentence # gives: "a, b, ...
12
votes
3answers
7k views

How can I get the URL for a Google Chrome tab?

I'm having fun Google Chrome extension and I just want to know how I can store the URL of the curent tab in a variable. Maybe it's in the doc, but doesn't want to load :s
11
votes
1answer
704 views

How to manually uninstall a Visual Studio 2010 extension?

So I got prompted to download the latest NuGet Package Manager in VS2010. All previous updates (including this) has failed with: VSIXInstaller.SignatureMismatchException: The installed version of ...
11
votes
3answers
354 views

Compiler support of GNU Statement Expression

Which modern compilers support the Gnu Statement expression (C and C++ languages). What versions should I have to use a statement expressions? Statement expression is smth like ({ code; code; retval ...
11
votes
4answers
1k views

New version of NuGet not working on VS2010

I've downloaded ASP.NET MVC 3 RC and the new NuGet CTP version. When I try to install anything in the thru the Package Manager Console I get the an error message. Here are two samples: PM> nip ...
11
votes
7answers
10k views

How do directly modify a Google Chrome Extension File? (.CRX)

I'm not sure in which languages those extensions are, I think the are written in Html, Javascript or JSON. As far as I know they are "compressed" in a .CRX file. It is possible to directly modify the ...
11
votes
11answers
2k views

Can you add new statements to Python's syntax?

Can you add new statements (like print, raise, with) to Python's syntax? Say, to allow.. mystatement "Something" Or, new_if True: print "example" Not so much if you should, but rather if ...
10
votes
3answers
1k views

How to save the VS window layout for single/extended-multiple screen?

I often work at the office using dual screen and at home using single screen. The window layout of Visual Studio 2010 is messing with me :(. I want to save/restore the layout so that I can quickly ...
10
votes
3answers
1k views

How to Access AppData in IE Protected Mode (from a Managed BHO)

I am writing an IE Extension (BHO) in C#. When run in protected mode (IE's new UAC-compliant mode which forces all extensions to run at low-integrity), it fails because it cannot access user.config ...
10
votes
1answer
2k views

python for firefox extensions?

Can I use python in firefox extensions? Does it work?
10
votes
1answer
2k views

Extension Methods for Indexers, would they be good?

Extension Methods for Indexers, would they be good ? I was playing around with some code that re-hydrates POCO's. The code iterates around rows returned from a SqlDataReader and and uses reflection ...
9
votes
3answers
251 views

inserting local css file with firefox extension

I am building a firefox extension and need to insert some elements and css into the doc. I tried following How can a Firefox extension inject a local css file into a webpage? and Inserting CSS with a ...
9
votes
2answers
423 views

Writing Python packages with multiple C modules

I am writing a Python C extension which uses the pygame C API. So far so good. Now I wonder how I organize my source code so that I can have multiple submodules in the package. All the tutorials out ...
9
votes
1answer
1k views

Chrome extensions : How to know when a tab has finished loading, from the background page

I'm using a listener in the background page to know when a tab is loaded: chrome.tabs.onUpdated.addListener(function(tabId) { } But the listener is fired twice: when the page has started loading, ...
9
votes
5answers
303 views

Good resources for learning to develop Firefox Extensions

I am looking for good resources to learn to develop Firefox extensions. Resources can be either books or tutorials on the net. Prefer basic tutorials as I am a newbie in the world of Firefox ...
9
votes
3answers
6k views

Simple statistics - Java packages for calculating mean, standard deviation, etc

Could you please suggest any simple Java statistics packages? I don't necessarily need any of the advanced stuff. I was quite surprised that there does not appear to be a function to calculate the ...
9
votes
2answers
700 views

WCF extensions without including the assembly version

As discussed here, I'm trying to add a WCF endpoint-extension; I've got it working, but I need to include the full assembly details: <extensions> <behaviorExtensions> <add ...
9
votes
5answers
4k views

Firefox api - access from my program

Is it possible to access Firefox info from my program? Specificly I need to read URL of opened site in active tab. Is something like this possible? I guess I can write extension that will allow me to ...
9
votes
4answers
5k views

Opening a URL in current tab/window from a Firefox Extension

I am creating a Firefox Extension...what would be the javascript to open a URL in the current tab from a menuitem? e.g. in my overlay.xul file i have the following line: <menuitem label="Visit ...
8
votes
1answer
225 views

Python splitext

In python, why is os.path.splitext using '.' as extension separator instead of os.extsep?
8
votes
5answers
103 views

What is the Best Way to Extend Functionality?

I've run into a situation in which I was to extend the functionality of a given class, but I'm not sure of the best way to go about this. I started by invoking functionality "upwards" and have now ...
8
votes
4answers
4k views

Google Chrome extension - how to turn JavaScript on/off?

Are there any possibilities to turn JavaScript on/off with a self-made Google Chrome extension? For example, in Opera browser, there are simple possibilities to do that with widgets, user-made ...
8
votes
2answers
361 views

How to detect IE Protected Mode using c#

I am building an IE Extension, and I need to keep my Access Database file in the Appdata folder. It's working fine. But in many systems where IE IE Protected Mode is ON, it crashes, I guess this is ...
8
votes
2answers
1k views

Cross browser extension development in C++

I am starting to work on a browser extension and because of the nature of the extension I need to develop it in C++. I am currently working with Firefox but would like my code to be portable across ...

1 2 3 4 5 41