|
Got info on an upcoming school? Post your times, dates, locations, subject matter and instructors here instead of in separate threads. This way your information won't get lost in the daily thread shuffle.
Started by Capt Charlie on
, 25 posts
by 17 people.
Answer Snippets (Read the full thread at thefiringline):
**Think Fast-Talk Fast-Fight Smart: Personal Safety Workshop **
Conducted by Personal Safety and Crime Prevention Specialist... .
Hope to see some of you there.
This is being offered by a friend of mine---mainly as a public service--and I will be helping out a bit .
|
|
I need a list, or sg. like it about upcoming iPhone developer events...can someone help me?
Started by HD on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
By no means authoritative nor complete I'm sure, but I hope it can be of help:
http://akosma.com/2009/10/01/iphone... .
Probably:
www.apple.com/developer/iphone
I've written a blog post with a summary of iPhone & Mac conferences I found around the world.. .
|
|
Is there any list of great new and upcoming technologies?
For example: Erlang, Node.js, Scala...
Not only functional languages like this Stackoverflow question ( Functional Languages ), but nice and growing frameworks or languages as well.
Thanks.
/via...
Started by altuzar on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Considering things like Erlang are like two decades old and Functional techinques are ancient ;-)
Yes, the list of upcoming technologies great upcoming technology, 99 upcoming....
Funny that you call these 'upcoming technologies'...
|
Ask your Facebook Friends
|
I would like to see what other programmers are up to. Can anyone post some lists which contain upcoming projects (for example: http://www.techcrunch50.com/ )? Or if you are working on something then feel free to list it here.
Started by Zombies on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm always happy to advertise my own little apps:
TypograFix MathML → C# Converter CodeGenUtils SharpWizard Codeplex
SourceForge
You didn't say it had to be an open source project so I'll list the persistent browser-based game I've been working on ... .
|
|
I'm looking for well organized information sources about how the upcoming jsr166y (fork-join, fences) and extras166y (ParallelArray, etc.) can be used - something from tutorial to expert level.
Started by kd304 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
He spends the first 25 mins talking about the background, but then presents... .
The IBM Developerworks website has a good series on this, but the most informative source I've found is this presentation by Brian Goetz, which is well worth an hour of your time .
|
|
I'm trying to write a stored procedure to select employees who have birthdays that are upcoming.
SELECT * FROM Employees WHERE Birthday > @Today AND Birthday < @Today + @NumDays
This will not work because the birth year is part of Birthday, so if...
Started by Crob on
, 17 posts
by 15 people.
Answer Snippets (Read the full thread at stackoverflow):
Better, Add the difference in years to the BIRTHDAY date, to make everything this year, and then do your compares... .
EDIT: sorry i didn't see that he wasn't using MySQL .
You could use DATE_FORMAT to extract the day and month parts of the birthday dates .
|
|
Hi,
I have a table "users" with a column "date_of_birth" (DATE format with day, month, year). In frontend I need to list 5 upcoming birthdays.
Spent ages trying to work out the logic.. also browsed every possible article in Google with no luck..
Any suggestions...
Started by Kaspars Upmanis on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
It would be reasonable to update this list of upcoming.
To migrate to a different db platform later.
|
|
Many of the upcoming generation of browsers (FF 3.1, IE8) are going to support cross-domain XMLHttpRequests in one fashion or other (with security concerns, as long as the server opts in, etc).
Is the same bit of functionality going to be in WebKit?
FF...
Started by kamens on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In fact I fully disagree with Microsofts decision to implement their own stuff that has nothing to do with the... .
I think this is really up to the standard ( http://www.w3.org/TR/XMLHttpRequest/ ) rather than the browsers framework, or javascript engine .
|
|
Hi,
I am writing this post to put up an open ended questions to see
What are the upcoming trends in the software industry and what are its impact from a Java/ Java EE Developer point of view ?
What technologies are evolving in market place and how java...
Started by Rachel on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Even if they don't become....
Somewhat along the same lines, functional languages have been getting a lot of attention lately .
Knowing how to write scalable and maintainable code for parallel systems will be a big plus .
Parallelization is going to be huge.
|
|
I realize that this question is quite similar to this one , but news of a PE exam being developed specifically for software engineering by the NCEES and IEEE has piqued my interest.
Should software engineering professionals take the (upcoming) PE exam...
Started by jschmier on
, 9 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I took it, passed it, and have done absolutely nothing with it since :)
I haven't taken the PE exam because... .
You didn't have to pass, but you had to take it .
My university required that all graduating students take the EIT (now FE) exam .
I have a BSEE.
|