The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
99 views

Is there any tool / way to detect/remove all unused variables,macros,headers(includes) and functions from c++ code?

I had to customize some projects which have been written for some other purpose but some core functionality is same for my project and works as it is. But There are lots of variables, macros,functions ...
2
votes
1answer
42 views

Uncrustify: nested block indeting is wrong

I have this code: dispatch_async(dispatch_get_main_queue(), ^{ if (self.adAppearBlockIsAnimated) { [UIView animateWithDuration:kAnimationTime animations:^{ ...
0
votes
1answer
25 views

Remove unnecessary Java casting in Eclipse/STS does not work?

I am using STS 3.1.0 IDE and would like to write some basic Java test programs to practice object up/downcasting principles I noticed that the IDE is automatically removing unnecessary castings, ...
1
vote
0answers
42 views

Safely remove chunks of CSS from webapp

I know there are several questions concerning unused CSS already, e.g. How can I find unused images and CSS styles in a website? or how can i find unused css in ajax app? As I understand from these ...
0
votes
0answers
26 views

Cleaner way to write this? one post from each category WordPress Transients?

Wordpress Question on cleaning up this code. Seems too many queries - is there a cleaner option? I have a conditional on loop.php to require_once this partial only on the homepage My question is - ...
1
vote
1answer
18 views

ReSharper - Saving settings to a file

How do I save ReSharpers settings to a file? I need to share the settings among my co-workers, and it has to include formatting settings setup in VS as well.
0
votes
1answer
42 views

AppCode not detecting unused imports in .h file

I developed my project in xcode and in order to detect the unused imports and statements in my project I opened my project on the "AppCode". The problem which I am facing is that AppCode is only ...
1
vote
1answer
57 views

Using Python to automate data cleanup, some issues

Bear with me, I'm a complete Python rookie and this is a bit complicated: I have to process ~16,000 rows of data. Each row is a transaction record, with several parts. For example: row= [ID, ...
0
votes
1answer
51 views

PHP - clean text from all html, css and JS code

I need to clean some text from all HTML, CSS and JS code. I am using this function, but sometimes, there are some inline codes there. Do you have a better function than the one I am using? Here is ...
0
votes
0answers
29 views

Why Xcode clean command deletes both debug and release mode files?

The clean command in XCode, removes both 'debug' and 'release' mode executables. So, I could not compare the output of two modes. Please suggest, how to 'clean' only the 'selected' mode of files ...
0
votes
0answers
49 views

best way to reuse code when adding functionality (input arguments) to an existing function

I'm using an existing class, Class1, which has a function Class1::f1, taking input variables a,b,c. I'd like to extend the functionality of f1, by allowing it to take an additional input d. The quick ...
0
votes
0answers
127 views

jQuery mobile Centering button Icons

Taking note of the nav bar image above, which has been applied in a footer, fixed to the bottom of the page, I would like assistance with the following: Format the icons present above each button ...
1
vote
2answers
62 views

If I have multiple classes in one file, is there a tool to make them into separate files?

Some colleagues, now departed, had the habit of adding new classes within a related class file. This makes refactoring painful. Is there a tool, perhaps within XCode or AppCode or just a simple ...
0
votes
0answers
23 views

cleaning up my mxml code

I got some mxml code, but it's a lot of data, and want to make the code simpler and take out everything that is not needed. Since I do not have that much experience I am wondering you could give me ...
-1
votes
1answer
56 views

Better way to approach a method on another class

I'm trying to approach a method on another class, from my main form, I already have a way that achieves this, but I don't think it is programmed very "clean". This is the way of approaching the ...
0
votes
1answer
138 views

What does codeclimate do?

I see many gems and projects using codeclimate. looking, as an example, on rails codeclimate I don't understand how grades are gives to the code. How does one define quality of code? if a piece of ...
0
votes
2answers
29 views

Need to know about one PMD rule [duplicate]

I use PMD tool to find errors in java code if any. One common suggestion PMD gives is that "Local variable {local_variable} could be declared final". Is it necessary to declare all local variables as ...
0
votes
2answers
66 views

Find CSS classes that are used in JS

I am embarking on a daunting task of cleaning up an existing site. I'm completely stripping out years worth of CSS added by multiple developers in favour of adding a new framework and my own set of ...
0
votes
4answers
88 views

Trying To Clean Up My PHP Error Logs

I know that you're supposed to define PHP variables so that you don't clog up your error log with undefined variables, but my logs are still getting filled with unnecessary information. For ...
0
votes
2answers
28 views

empty input onload even if it is saved in the navigator

I would like to clear all the input in my website even if the parameters for loggin have been saved by the navigator, I've tried to do that using that on the concerned input <input type="text" ...
-1
votes
2answers
269 views

Tortoise svn Clean up not working

While trying to update svn "403 forbidden error" is showing.I am not able to update the project.While entering into each folder i am able to update.But in one folder again same error occurs.Svn ...
1
vote
1answer
48 views

Removing Excessive code

I am trying to make a game in OpenGL and want to move the camera. I had done it by using this code: t.calculations(&t1, 5.54, 1.54, 10, 10, 1); t.calculations(&t2, 5.54, 1.54, 10, 10, 1); ...
1
vote
2answers
102 views

Clean up TCL list & output

Hello I am working on a small script that will allow me to parse information from an input. This is working, but i Know that there is a better way to have done this. Please, I am trying to learn [self ...
1
vote
1answer
156 views

removing specific data from dom using jQuery

I have here a function that creates a tooltip, these tooltips are created on a page with infinite scroll (e.g. as soon as we hit the bottom of the page the function gets called again),maybe it's worth ...
1
vote
2answers
107 views

Script to loop through html / php / js files to build a list of used resources

As some of my websites have progressed, the server has become cluttered with files no longer in use be it due to versioning, jquery plugins no longer being used, etc... I'm thinking about writing a ...
1
vote
2answers
426 views

Difference between “public void onDestroy()” and “protected void onDestroy()”?

Here is a part of my code: package com.admobsdk_dfp_handler; import com.google.ads.*; import com.google.ads.doubleclick.*; import android.os.Bundle; import android.os.Handler; import ...
1
vote
2answers
71 views

I want to clean up my if-else logic

This seems inefficient or ugly or for whatever reason, I would like it to be more elegant if (a > b) { recurseWith(a); recurseWith(b); else { recurseWith(b); recurseWith(a); } In ...
3
votes
2answers
86 views

A more efficient string cleaning Regex in PHP

Okay, I was hoping someone could help me with a little regex-fu. I am trying to clean up a string. Basically, I am: Replacing all characters except A-Za-z0-9 with a replacement. Replacing ...
0
votes
2answers
221 views

can this java calculator program be more simplified? [closed]

Im a beginner in java, this is a simple calculator code which i made with the help of a tutorial. This works just fine, but as you can see their is no "constructor" in this program! And their is only ...
3
votes
4answers
181 views

Problems with Dependency Injection – how to clean up my implementation?

I’m using Dependency Injection to mock out classes in order to unit test other classes that depend on them: class Foo : IFoo { // production code } class MockFoo : IFoo { // mock so other ...
5
votes
2answers
1k views

Removing unused code in Visual Studio

In relation to this question: "Remove unused references (!= "using")", I would like to know if there is a tool for removing unused classes, structs, delegates, etc from a Visual Studio ...
3
votes
5answers
2k views

How to remove extra empty lines from XML file?

In short; i have many empty lines generated in an XML file, and i am looking for a way to remove them as a way of leaning the file. How can i do that ? For detailed explanation; I currently have this ...
2
votes
1answer
663 views

How do I turn off TinyMCE's HTML validation?

This is my configuration. I have verify_html : false there. But, for instance, the following code: <ul> <h3>h3</h3> <li>el1</li> <li>el2</li> ...
0
votes
3answers
638 views

ambiguous call to overload - casting

Working on a program, and there's one line of my code that is giving me issues. I was wondering if anyone here may know how to fix this one line of code: long long x; srand(time(NULL)); x = rand() % ...
14
votes
3answers
5k views

Sublime Text 2: Trim trailing white space on demand

I now that Sublime Text 2 can delete the trailing white space on files upon saving. When working in a team and commiting a change to a file this tends to produce huge diffs which make peer code ...
0
votes
1answer
118 views

Coding a custom navigationItem.rightBarButtonItem once and having it reused in both UITableViewControllers and UIViewControllers?

I have successfully added a rightBarButtonItem to my navigationBar, but I would prefer to only have the code to do so show up once rather than once per type of ViewController. Here's my current setup: ...
3
votes
2answers
99 views

Is there a dedicated Language Class in Java?

While refactoring one of my projects, i replaced all language ISO Codes like "en" and "de" Strings with the Locale Class and its constants Locale.ENGLISH and Locale.GERMAN to make it more refactor ...
2
votes
1answer
311 views

Remove unused source code files

In Visual Studio 2010 I have a large solution that contains number of .cs files that are no longer used (not referenced in .csproj), but still present in code repository (ClearCase). Do you know of ...
2
votes
1answer
512 views

How to remove unused CSS but keep comments?

I know that this question has been asked multiple times already, but I still couldn't find a decent solution for my situation. I have a huge CSS file, and about 50% of it is not being used at all in ...
2
votes
2answers
41 views

eliminating multiple click functions in jquery

Does anyone know a way to streamline my abundance of click functions? Here is my example: $("#info01_v1_btn").click(function(){ $("#info01_v1").slideToggle("fast"); $("#info01_v1_btn ...
0
votes
1answer
1k views

Get operating system without using WMI

I have a Powershell script where I need to get the operating system for various servers. Up until now I've been using WMI in order to accomplish this task, however I've read about how WMI can get ...
1
vote
2answers
223 views

Regex to match any “UNUSED” rules in CSS (class, id, etc)

I have a huge CSS file which I want to trim down to only used css rules. I did this by using CSS Usage Add-on for Firebug. It adds an "UNUSED" label to every rule not being used. Now I want to get ...
0
votes
2answers
242 views

Output information to spreadsheet through Powershell

I've got a cleanup script that I'm intending to use to clean hundreds of virtual servers through the use of active directory. In the past I would create a simple .txt file that would display the ...
11
votes
1answer
206 views

How to find unused template variables in Django

I'm doing clean up on django code - my IDE can easily detect unused variables etc in Python code, but I haven't found a way to find unused template variables - it would be much easier to clean up the ...
1
vote
1answer
356 views

Copying all .dll files from one virtual server to another with Powershell

I'm trying to copy all the .dll files from C:\windows in a virtual server to a new virtual server. I've managed to get all the .dll files, however I can't find a way to copy them to the new virtual ...
0
votes
3answers
2k views

Automatic Clean-Up of Code in Visual Studio 2010

I am wondering, if it is possible, to have some kind of automatic code-clean-up in Visual Studio 2010. Especially interesting would be: Auto-Indent Remove tailing empty lines Remove unused usings ...
-2
votes
3answers
361 views

c++ game exe stopped working, lot of class. Working in visual c++

Hi it's been some weeks Im developping a game for a contest. (I am familiar with coding a little, but not a lot). I'm writing the game with visual c++. When I run it in release mode on Visual c++, it ...
1
vote
1answer
199 views

Deleting contents of W2K3 recycle bin

Writing a Powershell script that deletes all the contents from the recycle bins for virtual servers. For some reason I'm running into an error with finding the path for the Windows 2003 recycle bin ...
1
vote
3answers
115 views

How does DRY combine with “Separation of concern” and “One function, one task”? [duplicate]

Possible Duplicate: How many lines of code should a function/procedure/method have? Out team has a project of not well structured ansi-c code. I would like to use some CC techniques to tidy ...
0
votes
2answers
835 views

Remove everything in temp folder, delete temp, and make a new temp

I have a script that I'm working on that is intended to remove the temp folder (in C Disk), delete everything in temp, and then create a new temp folder. I have the script already created to delete ...

1 2 3