tloach

4,308
Reputation
109 views

Registered User

Name tloach
Member for 1 year
Seen 33 mins ago
Website
Location Waterloo, ON, CA
Age 26
32m
comment Is there any way to automatically run PHP script on Hosting web server withour cron??
If you're on a linux server is there any reason you don't want to use cron?
17h
comment MySQL merge tables with different structure
Just to clarify, do you mean you have 2 tables within the same database and are looking for a query that will result in the columns you have indicated?
21h
answered What do you do to write better code?
1d
comment C ++ while loop
Given that he's using C++ I would tend to use cin rather than scanf for this type of homework.
1d
answered How can I remove the email option from a PDF?
1d
comment Secured Client-Side script
I had a friend in university that god fed up with a certain program crashing on him, so he decompiled it, stepped through the code with a debugger, fixed the bug, and then submitted a binary patch back to the company with the fix. If it runs on my machine I can see what it's doing, and it only takes the skills that a CS undergrad would have.
1d
comment Difference between [square brackets] and *asterisk
Since arrays and pointers are pretty similar in C++ perhaps you could add a quick bit on what the difference is (stack vs. heap, etc)
1d
answered PHP/MySQL - Storing array in database
1d
answered Float not correct in MySQL
2d
comment How to delete from a database?
people may be nice enough to give you code snippets if you tell us what DB software you're using :)
Nov
20
answered CriticalSection
Nov
20
answered Representing probability in C++
Nov
20
comment Coding Standard
@David: I was wondering what the 'real' meant in mysql_real_escape_string... Ouch.
Nov
20
comment Is it possible to have the name of the executable without the path?
Only if he only wants to compile on Windows
Nov
20
answered General web developer and Microsoft certifications, a necessary evil in the corporate world, what is available and relevant?
Nov
18
comment How do I have a variable in C that can accept various types?
You posted while I was writing a somewhat less verbose version of the same idea :)
Nov
18
answered java.util.concurrent vs. Boost Threads library
Nov
18
answered What are function pointers used for, and how would I use them?
Nov
18
comment Regular Expressions and php
what about ftp://, do you happen to have a full list of every valid protocol?
Nov
18
comment Casting ints to enums in C#
@CesarGon: So check them yourself, in the example you give all you need to check is that the value is between 1 and 3. CmdrTallen has a comment showing how to check in general.
Nov
13
answered What’s the best SQL Server setup for a development environment?
Nov
13
comment Challenges of code review with remote team
I would disagree - if I'm having a problem with a team member it's generally my responsibility to speak to them about it first before I go to my manager, and only go to my manager if I can't quickly resolve it myself.
Nov
13
revised Challenges of code review with remote team
added 2 characters in body
Nov
13
answered Challenges of code review with remote team
Nov
12
comment When is a language considered a scripting language?
What about Lisp or Scheme?
Nov
12
comment Is it correct to ask to solve an NP-complete problem on a job interview?
Or the interviewee could just, you know, solve the problem with a slow algorithm. A lot of NP-complete problems have fairly simple solutions, they just have horrible run-time.
Nov
12
answered dom in PHP saves new content over the old File
Nov
12
answered When not to Use Integration Tests
Nov
12
answered Is it correct to ask to solve an NP-complete problem on a job interview?
Nov
12
answered Spell Checking in Programmer’s Notepad
Nov
12
comment Patterns for declaring functions for grater readability
Anonymous functions are a core part of functional languages (like Lisp). If you search for functional programming design you may find some information on best practices.
Nov
12
revised Convert language abbreviation to full name, e.g. en to English?
edited tags
Nov
2
awarded  Nice Answer
Oct
13
awarded  Nice Answer
Sep
17
awarded  Yearling
Jul
21
awarded  Nice Answer