David Sykes

2,183
reputation
160 views

Registered User

name David Sykes
member for 1 year
seen 11 hours ago
website
location GB
age
2d
answered How to convert a string to an integer in asp.net
2d
revised Simple C++ (or c) libraries for things such as fetching URL’s
Question relates to iphone
2d
comment Compiling on Linux and Mac OSX: Working with Xcode build and make?
This looks more like a question about working with Linux, as you seem happy with Xcode, and your title may mean this question is missed by the people best placed to answer it
Dec
12
comment Will I ever use Java again?
necessary for what? As a professional I am glad I started with C. For fun, though, life's too short.
Dec
12
answered Will I ever use Java again?
Dec
11
revised How do you make mathematical equations readable and maintainable?
Typos
Dec
11
answered Python hexadecimal comparison
Dec
11
revised How to implement search bar in i-phone application?
Grammar
Dec
11
revised PHP Remove JavaScript
Formatting
Dec
10
revised When are variables removed from memory in C++?
unwinded pushed me over the edge
Dec
10
answered What am I doing here?
Dec
10
revised What am I doing here?
Fixed grammar
Dec
10
answered Why is short project lifetime and other situation-specific reasons used to excuse crappy code?
Dec
9
comment How to write a binary algorithm for C/C++
This is not really a 'binary' search, though it will get there in the end
Dec
9
revised How to write a binary algorithm for C/C++
Fix bug
Dec
8
accepted Mercurial: Get non-versioned copy of an earlier version of a file
Dec
8
answered Mercurial: Get non-versioned copy of an earlier version of a file
Dec
8
comment Applications in C language!
One possible answer could be: Source Control - Subversion, Mercurial or Git
Dec
8
revised Why hasn’t a faster, “better” language than C come out?
typo
Dec
4
answered Protecting class from getting instantiated before main()
Dec
1
comment Can python send text to the Mac clipboard
I never thought of using a command line tool. Perfect, thanks
Dec
1
revised How to copy to clipboard with GWT?
Use the more common clipboard tag
Dec
1
asked Can python send text to the Mac clipboard
Nov
30
revised How can I begin with Tkinter?
Fix typos
Nov
30
answered How can I begin with Tkinter?
Nov
24
revised Open a file for shared writing
Fix typo
Nov
20
answered What’s your preferred method of learning a new language?
Nov
6
revised Mercurial for Beginners: The Definitive Practical Guide
Link to existing answer
Nov
6
revised Mercurial for Beginners: The Definitive Practical Guide
Add link to answer
Nov
6
answered Mercurial for Beginners: The Definitive Practical Guide
Nov
4
revised How can I get the full list of running processes on a Mac from a python app.
Tried Popen too
Nov
4
comment How can I get the full list of running processes on a Mac from a python app.
data = subprocess.Popen(['ps','aux'], stdout=subprocess.PIPE).stdout.readlines() works just as well
Nov
4
comment How can I get the full list of running processes on a Mac from a python app.
os.popen('ps aux') gives me the full list, os.popen('ps ea') gives me a minimal list, so I'm pretty sure I am
Nov
4
comment How can I get the full list of running processes on a Mac from a python app.
and it does for me too! Thanks.
Nov
4
revised How can I get the full list of running processes on a Mac from a python app.
Clarify the objectives
Nov
4
asked How can I get the full list of running processes on a Mac from a python app.
Nov
4
revised How to display a moving boat in Google Earth ?
fix type
Nov
3
comment How to convert a string to an integer in asp.net
Good question. I assumed c#, but for future searchers other languages might be helpful
Nov
3
asked How to convert a string to an integer in asp.net
Oct
30
comment asp.net: How to get a button to affect the page contents.
According to forums.asp.net/t/1129248.aspx OnClick events dynamically added to ImageButtons will only fire if they are added during Page_Load
Oct
30
awarded  Popular Question
Oct
30
comment How to get boost wdirectory_iterator to return UTF32 on the Mac
Thanks for that Dirk
Oct
30
comment asp.net: How to get a button to affect the page contents.
All the values I set in Page_Load seem to be cleared on each page refresh, so it looks like I have to set them each and every time.
Oct
30
comment asp.net: How to get a button to affect the page contents.
I don't want to put everything into Page_Load, but I did want Page_Load to either react to the button press (which it can't if it is called first), or to leave the populating to the button routine, which IsPostBack allows me to do. Thanks
Oct
29
revised asp.net: How to get a button to affect the page contents.
corrected spelling, fixed grammar
Oct
29
revised Which is the BEST first job an IT entrant can have?
Change to more commonly used tag
Oct
29
asked asp.net: How to get a button to affect the page contents.
Oct
29
comment How to get boost wdirectory_iterator to return UTF32 on the Mac
But I am getting UTF-8 back, not 16 or 32, and all references I have found indicate the Mac wchar_t is UTF-32. Perhaps I will have to convert from UTF-8, but I'd like to be sure I'm not missing something more standard first.
Oct
29
asked How to get boost wdirectory_iterator to return UTF32 on the Mac
Oct
29
answered Should I use comments in code, liberally?