DO NOT USE (instead, see http://productivity.stackexchange.com/)
0
votes
2answers
56 views
What is the best approach to try different variations of an iOS app [closed]
Quite often design decisions should be user tested or digested by the designers comparing different variations of the solution.
I am interested in knowing which method people think is the most ...
-3
votes
0answers
18 views
Design similar images faster [closed]
I have to design hundreds of images having a person using different tools in different positions. I started doing it with photoshop, designing every image for every position, and I think it should ...
1
vote
1answer
29 views
What is a productive method for quickly styling a palette window?
I have a page that implements basic MS-Paint type functionality using the following palette:
When a tool is selected a grey outline is shown instead.
Currently an image of the window with the grey ...
0
votes
1answer
26 views
Share production files with colleagues securely
I am wanting to share some files, collaborate between friends, and work on projects together securely but I am unsure on what to use. I've debated on Drop Box but there is no way to reliably ...
1
vote
0answers
42 views
How to find spending time per project in xcode? [closed]
I am working on various projects at the same time and I am wondering how much time (coding time) spend for these projects.
Is there any tool or xcode extension to report time spending per project. ...
0
votes
0answers
16 views
Tools and/or setup for increasing productivity through visual means
I'm interested what tools or setup do you use to increase your own productivity through visual means (this post could be made into the community wiki). I'm talking about such things as:
Tiling ...
0
votes
0answers
28 views
Tool to help manage and reuse previously written code (packages, libraries, projects)
While working with projects it's really very painful to:
Search previously written codes
Adding them into current project
And then adding all other references.
And recalling things about how to use ...
0
votes
1answer
98 views
Why would someone like to use JavaScript as his main language?
In the last months I'm trying to get into JS, mostly in the client side (writing Backbone.js app) and learning node.js.
It seems like there is no reasonable IDE for JS, which makes the development ...
0
votes
0answers
27 views
WPF. How many MediaElements can system endure?
Please, give an advice.
I want to create video playlists. Let it be TabPanel with WrapPanels on each tab (for example), where video "thumbnails" would locate.
These "thumbnails" are actually ...
0
votes
2answers
31 views
Synchronized code updating
I work in a small team working on a PHP project, one of the problems is we are all working on the same project at the same time. Sometimes we get to the point where we end up editing the same file and ...
1
vote
1answer
77 views
best concept for php development on osx [closed]
i want to know what is the best way to develop large php app's on osx. for now i ve seen that its not easy to install dependencies like php extension and other thing. i often needed package manager ...
1
vote
1answer
115 views
Visual studio 2012 productivity in c++ [closed]
I want to learn an IDE from the inside out.
I searched a lot and I only found some really basics usage guides for visual studio but nothing that would improve my productivity.
I am pretty sure ...
2
votes
2answers
131 views
vim keybindings with neo keyboard layout
This question is the same as this one, only regarding the (lesser known) neo keyboard layout instead of dvorak.
I want to start programming and I understand that vi and vim are considered to be ...
0
votes
1answer
16 views
Class re-usability across different web apps
I have a model class that is shared across two web application, which are hosting on different servers. If changes are made to the model object, both copies need to be updated. Right now, I make the ...
1
vote
1answer
123 views
What is a good cosmic function points productivity for developing iPhone or/and Android apps? [closed]
I want to use COSMIC Function Points to estimate efforts and measure productivity of programmers, while we build our own database I would like to use industry averages to find out our relative ...
1
vote
1answer
25 views
Is there a keyboard shortcut to go forward in Visual Studios?
In Visual Studios when traversing code you can click on a symbol and right-click "Go To Definition". The result is that you can see the definition of the symbol. Then you can return to the symbol by ...
1
vote
3answers
19 views
Current activity logger
Very inexperienced coder here:
Does anyone know of an app (for iOS or Mac) that asks for my current activity every hour or so? I see tons of apps that let you log your activities, but none that use ...
2
votes
1answer
52 views
Are there applications/techniques that can turn my work (programmer) into game? [closed]
I see a lot of gamification applications around.
I'm wondering is there any application that can turn work into game?
I do not mean programming games here,
but applications that can turn my ...
3
votes
1answer
370 views
Is better way to zoom windows in Vim than ZoomWin?
I used to use ZoomWin: https://github.com/vim-scripts/ZoomWin for toggle between one and multiple windows in Vim. But this plugin has one big issue. When I`m trying to restore multiple ...
-1
votes
2answers
263 views
How to create shortcut to solutions folder or file in Visual Studio
Structure of project on which I am working right now is very bad. Is there any possibility to create shortcuts in Visual Studio 2012 for files and folders as in windows explorer.
I would like to have ...
0
votes
0answers
41 views
producticity power tools keyboard shortcut
is there a list of keyboard shortcut for productivity power tools for visual studio 2010? or maybe can list the shortcut here for:
1. go to implementation
2. go to class
3. refactor (re-name)
4. ...
1
vote
1answer
161 views
Live Template fore Intellij IDEA for Iterating through Map
We can iterate through collection easily by pressing Ctrl+Alt+T,
And then I wanted to create such template for iterating through map:
I wrote these lines to template text box:
for ...
1
vote
3answers
37 views
DISTINCT giv us productivity or not [closed]
for example given table_1, his structure
num
---
2
2
2
2
3
3
and table2
id | users
------------
1 | Jhon
2 | Jimmy
3 | Michael
4 | ...
3
votes
1answer
91 views
Jump to next error FILE in Intellij
I am looking for any way to navigate between errors in IntelliJ.
I know how to jump INSIDE one file. And I found a bunch of macros, editor extensions, etc. plugins to extend the functionality, but ...
0
votes
0answers
48 views
Could not found productivity tools in lotus notes 8.5 [closed]
I am new-bye to lotus notes and recently install Lotus Notes 8.5, as new-bye i definitely have get help from user guides. I go through an article how that explains how to use Documents, presentations ...
0
votes
2answers
272 views
Moving from Java to PHP
Recently I've made a move to PHP coding from the mobile Java world. In the past I also coded and tried to gather as much knowledge as possible about the Java EE platform. I got used to all the amazing ...
1
vote
2answers
325 views
Linux: Take automatic screenshots at random times [closed]
I want automatic screenshots to be taken at random times throughout the day, preferably say 30 screenshots scheduled for independent random times.
This is so I can get a sort of representative sample ...
1
vote
2answers
115 views
Vim E139: Workaround
I have a MoveToFile Function that appends selected text to a file and then deletes it.
command! -nargs=* -complete=file -range=% -bang -bar MoveToFile
\ :<line1>,<line2>call ...
0
votes
0answers
129 views
How to remain focused while programming? [closed]
Whenever I program, I do great for the first 20-30 minutes: my goal is clear and the steps are made so that I am doing one thing at a time. However, no matter how I simplify or make my job easier, my ...
0
votes
0answers
81 views
Tab colors in ProdPowerTools using RegEx and full file path
Good day. I've just installed PPT on VS2010. There is ability to color tab by project and by reg.ex. (of file name). May be anyone knows is it possible to color also by full file name/path?
for ...
0
votes
1answer
104 views
Is Adobe Dreamweaver able to speed up markup development process for ASP.NET developers
I understand that this question may be subjective, this is why I need an answer from an ASP.NET dev who has actually tried using Dreamweaver in conjunction with VS2010 ASP.NET MVC development.
While ...
3
votes
2answers
678 views
Visual Studio shortcut for Create new Interface and Create new Basic Unit Test
In Visual Studio you can press SHIFT+ALT+C to create new class file. I am looking for similar shortcut for new interface file and new "basic unit test" file. I have Telerik JustCode so please do not ...
2
votes
1answer
104 views
Why are we not using function databases instead of packages/libraries?
Why are not we using, instead of the actual packages/libraries concepts, a centralized function database? I can see many advantages.
Easier to grow (anyone could send his small functions, as oposed ...
7
votes
2answers
71 views
Techniques for navigating through big source codes?
I'm currently using Notepad++ and organizing my code in levels: 1st level = namespaces; 2nd level = functions/objects; 3rd level = methods and so on. This way I can get a different perspective of my ...
2
votes
1answer
132 views
Hg + Eclipse - filtering changesets for transplant
The action I'm repeating over and over is transplanting my changes from default to production branch. However, each time this means a tedious and error prone task of hand picking the changesets I want ...
1
vote
2answers
80 views
How to force git to warn or add new files?
We've all experienced that painful moment when a new feature works fine locally but breaks when deployed because we forgot to add a new file.
Is there a way to make git warn or automatically add new ...
-1
votes
2answers
81 views
Is there a way to speed up the process of looking for the name and syntax of a function you want in Python?
I type fast and I code fast. But this is slowing me down a lot. For example, if I have to draw a circle on Python, I'll google "python imaging library draw circle", click on the first link, ctrl+f ...
0
votes
1answer
324 views
Script keep ssh connections opened and resume sessions if the connections are broken? [closed]
Like many other coders, I do work a lot in the terminal being connected to remote systems using ssh.
Stil, working form a laptop means that it's something quite common to loose your ssh sessions ...
0
votes
1answer
85 views
Is there a Launchy or Quicksilver for Eclipse?
I'm using Eclipse/Windows, and it would make things go faster to be able to push alt-space, type the first few letters of a filename, and jump to that file. I've been googling for productivity tools, ...
1
vote
1answer
222 views
Check the history in Asana
Just started on Asana and liking it. A couple of queries -
Is there a way to check history (log) on Asana Tasks and Projects. Say i want to check if a task has been accidently removed by another ...
1
vote
1answer
79 views
Diff tool that excludes previous diffs?
We diff our production code against our checkouts daily to make sure production changes are incorporated as we develop. This becomes difficult on long projects because we have to diff the same files ...
1
vote
1answer
79 views
Good git advices for newbees?
I'm about to host a 3hr Git workshop and from my experiences so far it's quite hard to cover all topics in full depth. In addition it is often very helpful to point programmers to small productivity ...
2
votes
4answers
108 views
Methods to see result fo a code change faster
This question came to me when developing using Eclipse.
I use JBoss Application Server and use hot code replacement. But this option requires that the 'build automatically' option to be enabled. ...
3
votes
1answer
125 views
Ensure that, when working with split windows, the currently active Emacs window is always at least 80 characters wide
(I use the words "window" and "frame" in the same way the Emacs manual uses them.)
I like to split my Emacs frame vertically when I work because I like to see two buffers side-by-side. Since I have a ...
1
vote
1answer
481 views
Emacs yasnippet - insert snippet on keystroke
Is there a way to easily insert snippet when certain keybinding is activated? AFAICT, official documentation suggests setting: #binding: directive, smth like this:
#name : <p>...</p>
...
11
votes
4answers
2k views
How to switch to REPLACE mode in VIM
I know I can do this by pressing Insert in INSERT mode, but that requires some stretching. Is there any more convenient shortcut to go directly from NORMAL mode to REPLACE mode?
1
vote
1answer
188 views
Toggle Finder Window using Alfred App
I am using Afred App with the powerpack and I would like to have a shortcut for the Finder, but when I try to add it, I cannot find Finder in the Application directory?
Is there another way of adding ...
3
votes
1answer
262 views
Emacs integrated with a different IDE
I have seen several post comparing emacs as IDE with IDEs such as Eclipse.
Usually it is assumed that all activities will be done through the emacs facilities and facilities provided by command line ...
1
vote
0answers
87 views
Android speed up install time during development
I have a rather large Android game that I'm working on and making small changes in code is killing my productivity.
If I make a small change, it has to re-upload and install a 15mb package every time ...
2
votes
1answer
874 views
SQLite: Should LIKE 'searchstr%' use an index?
I have a DB with several fields
word_id — INTEGER PRIMARY_KEY
word — TEXT
...
..and ~150k rows.
Since this is a dictionary, I'm searching for a word with mask 'search_string%' using LIKE.
It used ...
