|
In addition to the usual review of engagement models, countries where programmers are available, and how to select a vendor, I need your help deciding what new “advanced” topics to include in the second edition of my book Software without Borders. This...
Answer Snippets (Read the full thread at linkedin):
This might be a bit dated....
Tools to assist in global collaboration, including use of social media is new in the marketplace.
Sites like Apache Foundation, GitHub are a good place to start .
Open Source Software should definitely be a topic.
|
|
I performed the 2.0.1 to 2.0.2 upgrade
Board is working fine
Realized today that the Global Moderators cannot move topics as the move to list does not appear
Scenario:
Click move topic
Move to screen appears
Nothing in the move to box, no down arrow, ...
Started by BlownShovel on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at simplemachines):
I use Firefox --I pulled up IE and a test global moderator.
The dropdown box on the right is not there.
In the error log?
No, I expected a PHP line *** error but have nothing? I asked the global moderators to post.
|
|
I'm trying to do a usort in PHP, but I can't access global variables inside a usort function.
I've simplified my code down to bare bones to show what I mean:
$testglobal = 1; function cmp($a, $b) { global $testglobal; echo 'hi' . $testglobal; } usort(...
Started by bobbyh on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
$GLOBALS['testglobal']; } usort($topics, "cmp");
Can't reproduce instead of global variables....
Does it work if you access the variable using the super-global $GLOBALS array?
$testglobal = 1; function cmp($a, $b) { echo 'hi' .
|
Ask your Facebook Friends
|
I would like the SO community let me know what does juniors and proficient .NET Developers should know regarding the following subjects, also some code examples or brainteasers like the ones here will help a lot.
System Types
Collection and Generics
Configuration...
Started by Oscar Cabrero on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Which encoding does .Net use internally....
UTF-8.
File I/O
How do you:
Read a files content What are file encodings.. .
Generics:
What is the difference between an ArrayList and a List<T> ? (Boxing/unboxing should come up here) .
Let me start you off.
|
|
I'm working on an application that allows users to send internal message to one-another.
I'll tell you what the current setup is and please help me figure out how to make it work or perhaps suggest another angle to take. We're using BlazeDS with Spring...
Started by davidemm on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
According to the docs, it uses SQL 92 conditional expression syntax:
http://livedocs.adobe.com/blazeds/1/blazeds%5Fdevguide/help.html?... .
A selector is basically an expression you can use to filter which messages will be dispatched through your consumer .
|
|
I am working on a nuts-and-bolts * book on object-oriented programming. The intent is to produce a short but practical tutorial and reference for the major concepts, pitfalls, practices, and promises of OOP while staying language-agnostic and steering...
Started by Steven A. Lowe on
, 28 posts
by 20 people.
Answer Snippets (Read the full thread at stackoverflow):
Behavior-driven development.
The advantages of information hiding.
Warnings against the temptation to make a 'Global' object to store all your 'global' variables.
That contain circular references.
|
|
UK & US Student Forum
We are looking for people to represent the student forum as a Head Global Moderator or Global Moderator`
You will need to have good forum administration skills, be active, visit the forum at least once in every two days, create new...
Answer Snippets (Read the full thread at PromotionStadium):
The Head will lead the new team of Global.
Advertised - Head Global Moderator or Global Moderator.
|
|
NOTE: I am pretty much a beginner myself. This question concentrates on C++ usage, since that is the only language I have experience with.
There seems to be a consensus on Stack Overflow to use using namespace std; in the code examples provided for C+...
Started by Hooked on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Bottom line is that answers to questions
There is always one global namespace, you can't get rid of it, and as every other namespace is nest somewhere that it's a bad idea for beginners to put....
You don't want to use a global namespace".
|
|
I'm not a global warming zealot--and have previously stayed out of this tread on this board--yet I do find this thought-provoking:
http://www.nasa.gov/topics/earth/features/2011-temps.html
I'm sure there's a New Paradigm in here somewhere
Alan
Started by alevine on
, 13 posts
by 1 people.
Answer Snippets (Read the full thread at fool):
Whether you are for....
Shockingly, in this scenario, the Global Warming Tamhas, everybody is a denier! Whether you are for or against global warming, you are denying someone's science.
In winter apparal such as that offered by Under Armour .
|
|
What topic would make a great Global Issues Essay? I'm applying to GU and I'm aware of the many global issues happening at the moment, especially the revolutions, but I need one that will stand out. can someone please provide me with a list of topics ...
Started by Laila on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at yahoo):
I think World Economy or Ecology issues are ones of the best topics I can suggest, nuclear power.
|