4
votes
11answers
864 views
Iphone SDK Utility Application template has leak
Hi, i'm only create an project with a Utility Application template.
This template has a native memory leak when i push "info button" to
flip the view.
Anyone know how can i fix th …
0
votes
2answers
35 views
Checking all files are encoded as UTF-8
Does anyone know of a Windows app that can scan through a directory and check which scripts are/aren't encoded as a specified charset (UTF-8 in this case)? I could do it manually, …
0
votes
1answer
255 views
How to put a UINavigationController on the FlipsideView of a iPhone Utility app
I'm trying to develop a new application based on the standard Utility template, which has a MainView and a FlipsideView, and allows the user switch between the two with a cool flip …
0
votes
1answer
57 views
Is this utility useful enough to bother putting into CodePlex?
It was my second C# project, undertaken years ago, and it has lived on, because (imho) it is Genuinely Useful Software. It's also badly designed and the code is embarrassing.
It …
9
votes
7answers
270 views
Utility classes.. Good or Bad?
I have been reading that creating dependencies by using static classes/singletons in code, is bad form, and creates problems ie. tight coupling, and unit testing.
I have a situati …
3
votes
5answers
110 views
How do I split a big file into smaller ones (more FTP friendly), and merge them back later?
My server doesnt allow upload/download of big files. On the other hand, I built a bootstrapper that needs to upload/download big files.
How can I split a big file into smaller subf …
3
votes
6answers
75 views
Is there a one-liner or some extremely easy to use tool to create utility jars?
I'd like to show other people how to create jars from their code, so they can share it with others. In the meantime, I'd like to make this as easy as possible for them.
What would …
0
votes
1answer
21 views
Sql Browser with foreign key / references support?
I now want to create foreign keys for all of my mew DBs. So far i have been using sqlite and MyIasm DBs so i havent used a DB that supported it. I am thinking i should install and …
1
vote
3answers
73 views
C# Utility to Delete Periodically Aged Files
Any recommendation on a C# utility (open source) that can can cleanup/delete aged files. Ideally runs as a service.
1
vote
0answers
39 views
Single line diff [closed]
Is there a diff tool I can run from the command line or maybe just an online webpage that will compare single lines? GitHub diffs do this but I'm don't want to publish things to Gi …
-1
votes
0answers
76 views
Best screenshot utility for Mac? [closed]
Several versions of this question have been asked, but I'm looking for something specific: what screenshot app for the Mac is closest to the Windows FastStone Capture utility that …
0
votes
1answer
36 views
Windows utility to find numbers and do operations?
Is there such a thing that finds numbers using regex and can perform simple arithmetic operations to it?
Imagine you have a source/config file storing positions and later changed …
0
votes
1answer
129 views
Generic Database Monitoring Tool
Hi ...
It seems like something like this should exist, but I have never heard of it and would find such a utility to be incredibly useful. Many times, I develop applications that …
1
vote
1answer
32 views
What do you use for packaging/repackaging MSIs?
I've been evaluating different MSI packagers with the intent of deploying installers for one custom application and several third-party applications (installer-chaining may be nece …
0
votes
6answers
132 views
Find and Replace in Files - UTF8
Searching for a free application for commercial usage that allows find/replace in multiple files (regular expressions are nice but not a must), that supports opening and saving in …
