|
7
|
Main Area and Open Discussion / Living Room / Time management software
|
on: April 27, 2010, 01:17:57 AM
|
Hi, I am looking for an application similar to Microsoft Project. The only thing that I need is an application which would allow me to hit a global hotkey to add a new task. I would either choose a task which has already been used before or I will write down name of the new task and hit enter. That is all. Whenever I create a new task, the program would know that the previous task has been finished, so it would automatically know when the task started and stopped. Then there could be stuff like graph plots, export etc. The more keyboard hotkeys the application supports the better  PS: A FARR plugin would be nice but doing all the exports and graphs would be too complicated I guess. PPS: I want to use a time management software so at the end of each month I know what I have been doing all the time. Another note is that I would like to describe what I am doing ca. every hour rather than every day and therefore adding a new task has to be as simple and fast as possible.
|
|
|
|
|
10
|
DonationCoder.com Software / Clipboard Help+Spell / National Characters
|
on: December 07, 2009, 07:33:45 AM
|
|
Hi,
I switched from Ditto to CHS because Ditto was taking 50% of my CPU. But when I copy paste ěščřžýáíé I get ìšèøžýáíé. Is there any way how to solve such a problem? I use English Win7 with Czech Local settings.
Thanks
|
|
|
|
|
14
|
Special User Sections / DC Website Help and Extras / Re: Show Unread Posts
|
on: November 24, 2009, 07:05:27 AM
|
I always open new tabs for all individual "unread posts" pages - then I open tabs for the topics that interest me. When I'm plowing through that, I repeat the process to catch new topics that might have popped up while I went through the first cycle  I agree. This is far the best solution. Thanks 
|
|
|
|
|
16
|
Special User Sections / DC Website Help and Extras / Show Unread Posts
|
on: November 24, 2009, 01:19:50 AM
|
Hi, I have one question. When reading unread posts I usually go through them and middle click those I like to display in a new tab. When I pick all the topics I want, I read them. If the unread posts are on multiple pages I go to the next page. And here the problem occurs. Let say I have middle clicked on 5 topics. When clicking on the next page, the five topics are not unread anymore and the whole list moves up. So the result is that I have to click on page 1 once again to see the 5 topics which have moved from page 2 to page 1. So my question. How do you solve such a problem  ? What is your way of reading unread posts? Probably, I use a completely wrong way to read them  Thanks in advance, Oldrich
|
|
|
|
|
17
|
Other Software / Developer's Corner / Re: What's your Programming Language?
|
on: November 15, 2009, 02:43:49 AM
|
Is it that important if the program takes more or less memory? Or if it is a few percent faster or slower? Of course there are fields where this matters (scientific research and even there, they use Matlab, Python, OCaml etc. even though they are slower -> why?) but for a daily code, I do not think it really matters. My primary decision point is how easy is to code and how I enjoy it (first order functions, pattern matching...). How the language helps you to parallelize the code, how to protect your code against bugs (units of measure, strong typing, immutability...), how to easily extend the language, how to debug (immediate scripting) it etc. And I really do not enjoy to code in C++. Java is better / simpler and and any modern functional language like F# or Scala goes even further. PS: I do not say that C++ does not have its place but I do not understand why everybody uses it just to gain a little in memory and speed. I wonder why you do not code in assembler to gain even more speed 
|
|
|
|
|
19
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: CZB pack
|
on: October 05, 2009, 12:01:04 PM
|
That is a pity. Office 2007 unfortunately does not have MSE7 debugger (just-in-time debugger for f.e. javascript) anymore. The very last version having it was Office 03 and Frontpage 03 and of course any full Visual Studio. Another stupid thing is that MS IE does not give a line number as a part of try catch error information. Both Firefox and Opera do. I am afraid that without knowing an exact place of the bug, I can not do anything about it. 
|
|
|
|
|
21
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: CZB pack
|
on: October 03, 2009, 12:58:48 PM
|
|
Ok,
one probably last question before I start searching for the bug. Does the timer plugin in the CZB pack give you the same error and do you actually see the menu offering you languages? This will help me to either search for the bug in google translate or the menu addon.
You must understand that I do not know where to start as there are many many objects which could possibly produce the error. If you were deeply interested in helping out, then there are options how to find out directly. But it involves activating debuging - registry changes and microsoft JIT debugger installation, so I do not want to bother you with all of that...
|
|
|
|
|
22
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: CZB pack
|
on: October 03, 2009, 10:25:13 AM
|
Thanks. It is however difficult to track the bug as it does not happen to me. So could you please give me more information? Does it happen only when you type "gt en"? or any other language? Please be precise even with spaces etc, so I know when exactly this happen. Do you use fsubscript downloaded from this thread or any other? Does the plugin work even with the message, i.e. can you use the google translater in CZB? Is there anything else which might help me?  Thanks for the information
|
|
|
|
|
24
|
DonationCoder.com Software / FARR Plugins and Aliases / Re: CZB pack
|
on: October 02, 2009, 11:37:11 AM
|
czb is back!  What's your take on this: Hi, the (very) old ninjawords plugin I've been using now stopped working. It seems http://ninjawords.com/definitions/getdef/ has been taken down. The plugin in the CZB pack of course does not use that but instead loads a part of the regular NW page and works fine. But it requires a "return" to run. By now I'm really used to "alias phrase " (instead of "alias phrase" + enter) for word lookups. So what is currently the easiest way to mod the current CZB pack ninjawords script to run on regexmatch (without requiring a return)? Sorry for the late answer. I have quickly add it. so you can update  To the jscalc bug: it is a bug but I do not know how to solve it right now. The problem is that always when you type it evaluates at the background. And when you hit enter it evaluates again. So if will have to separate the two evaluations somehow. Lets see if I can do something about it  EDIT: yeah. I would need to limit scope of an eval function but I do not know if it is possible. Any ideas?
|
|
|
|
|