Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

123
votes
9answers
10k views

Effective Android Programming Techniques

Please Help me compile a list of Effective Android Programming techniques Don't forget to free resources after use. Lot of resources like Cursors are overlooked. Free them too. Don't Use magic ...
5
votes
1answer
115 views

How can one monitor what part of big file changed

Is there solution for Linux kernel-3.0 (or later) that allows one to get notifications similar to inotify describing particular segment of file that was changed? There was fschange patch for up to ...
5
votes
4answers
4k views

Is Java HashMap.clear() and remove() memory effective?

Consider the follwing HashMap.clear() code: /** * Removes all of the mappings from this map. * The map will be empty after this call returns. */ public void clear() { modCount++; Entry[] ...
4
votes
3answers
39 views

Should I first collect the files and then execute a task or should I execute tasks while collecting?)

I need to go through all files of a given folder (and its sub folders) and execute something on each file. I was looking for a way to go through all the files recursively and found one solution in ...
4
votes
9answers
547 views

Routing around stupid IT departments

As developers we often have special requirements in terms of workstation setup, networking, etc. IT departments generally don't understand this and we're forced to use a standard environment with a ...
2
votes
3answers
74 views

Effective, and Non-Redundant PHP code

I have the following PHP excerpt code: foreach($afb_replacements as $afb_to_replace => $afb_replacement) { $sender_subject = str_replace($afb_to_replace, $afb_replacement, ...
2
votes
5answers
121 views

point of Byte and Short in Java (I've read the other questions)

My question is: If I got it right from the Java disassembly, when I use byte a=3,b=5; System.out.println(a+b); would actually use int instead of byte. Also all local memory slots are 4B just as ...
2
votes
2answers
462 views

Effective algorithm for finding 16x16 pixel same squares in a big image - C#

i am coding a software at visual studio 2010 by using C#. what does this software do is finding same squares at the image after a square selected. every square is composed by 16x16 pixel. my current ...
2
votes
3answers
422 views

Effective image switching on drag motion

I have 200 images on sdcard which represent a 360 view of an object frame-by-frame. I want to let the user 'rotate' the object by dragging the finger over the image. I have no problem with ...
1
vote
1answer
72 views

Bringing convenience of Java code assistant from Eclipse to Visual Studio 2010 for native C++ projects

Eclipse has many features which saves a developer much time, for example: 1) Override/Implement Methods... 2) TODO lists... 3) Fast access to documentation... (There might be also something else) ...
1
vote
5answers
247 views

What good practice strategies and technologies can my company adopt that would save them potentially hundreds of thousands of dollars?

Basically we have rows upon rows of programmers that do mundane tasks every day. This would involve writing code that is not very effective, is not unit tested, and often integrates poorly with the ...
0
votes
0answers
38 views

Time of building applications process - survey [closed]

I am preparing a survey because I need to gather information about the average/typical workspace of developers who are working on IT projects. This is part of my master's degree work, so every help is ...
0
votes
1answer
57 views

Are there better alternatives to the following javascript construct?

The following code pattern is how I'm constructing my AJAX system. I'm concerned about when more prototype property is added. This could take a hit on maintainability and efficiency. Are there better ...
0
votes
3answers
106 views

What is the most effective work rythm for a programmer? [closed]

I was wondering what is the best work rhythm for the job a programmer does? I am coding all day long and sometimes I get stuck in a problem and it keeps me occupied a few hours before I realize that ...
0
votes
5answers
587 views

Dos scripting - how to get a silent if but display the commands being called

Script Example: @SET APPLY_ORA=YES @REM ... IF %APPLY_ORA%==YES ( @ECHO Doing Oracle CALL %SOME_ORACLE_SPECIFIC_COMMAND% %SOME_ORACLE_SPECIFIC_FLAGS% CALL %ANOTHER_ORACLE_SPECIFIC_COMMAND% ...
0
votes
2answers
604 views

How to count many things with SQLite under Perl?

I want to count many strings (>3G), so I choose SQLite with a table of (str TEXT PRIMARY KEY, count INTEGER DEFAULT 1). There are about 3G strings, each takes 40*2/8=10 bytes, thus the whole strings ...
0
votes
7answers
7k views

(T-SQL) Check if a procedure exists before creating it

I decided to edit my post since people didn't quite get what I'm trying to do (I suppose it was not irrelevant to say why I needed it after all): Ok, there we go. The thing is, I have a HUGE SQL ...
0
votes
12answers
372 views

C++ or Java for general programming? [closed]

Possible Duplicates: Why should i learn C++. Which one: C++ or Java? Hello. I only know Java and Assembly currently but was thinking of learning C++. However, I would like to hear from ...
0
votes
4answers
134 views

What metrics to calculate if writing specification is worth its time?

What metrics to use and how to make calculations if writing specification for a new programming project is worth doing it and spending time (and money)?
0
votes
1answer
1k views

Postgresql.conf variables

I have been playing around with the postgresql.conf file for a couple days now. I was wondering what variables you guys like customizing and why? Here is a sample of the file: # - TCP Keepalives - # ...
-2
votes
3answers
113 views

When developing a website

Very often, I just create a new folder and test things out in there. I use remote upload and then edit and refresh the page to see if it works. Now, one time when I was asked to work on a friend's ...
-4
votes
5answers
237 views

Which single action in SEO do you find most powerful?

As developing stage comes to the end, SEO is just to begin. Let's say,there are enormous SEO methods,but just post the one which you think most effective!