I'm new to this page /prog/ what can I expect? Am I able to create threads that asks anons to help me with my programming troubles? or am I gonna be told to gtfo like g or am I'm gonna be helped?
Build, deploy, and test mobile applications that accelerate end-to-end business processes through anywhere, anytime access to backend applications.
Name:
Reach Out To The Cloud2012-07-23 11:58
Realize the full potential of the cloud, raising business agility while lowering costs, by leveraging our services across the assess, build, deploy, manage, and govern cycle.
Name:
Take Control Of Big Data2012-07-23 11:58
Analyze your rapidly expanding data stores (structured/unstructured) to uncover the insight for executing enterprise strategy.
Name:
Anonymous2012-07-23 12:00
``WebEx Social Customers Speak Out at Enterprise2.0 Boston"
The Enterprise 2.0 conference is one of those few industry events where the focus is on customers and how social collaboration is transforming organizations. This year, we witnessed how the topic of Enterprise 2.0 is shifting from a technology debate to a business and organizational conversation. Investing in a social business initiative requires us to think strategically about how to deliver customer value, how people collaborate to get work done, and how culture helps sustain success over time.
>>29 Contributors: (...) GeDaMo
This name sounds extremely familiar but I can't pinpoint where Ive seen it. I'll ask my friend Im about it, maybe he remembers.
Name:
Anonymous2013-08-31 13:32
I just got the limited edition Blu-ray collectors cut of Summer Wars.It came with a hanafuruda set using OZ characters,ehich was really neat but kind of useless since I don't play card games.The director's commentary disc was cool though.
Name:
Anonymous2013-08-31 14:17
isent it great how we get to live in this country, that they use chemicals and medical procedure to enhance us for war? Its cool that we get to be more enhanced then anywhere else in the world.
Name:
Anonymous2013-08-31 15:02
In the end, you live in a monad transformer stack. At the bottom is IO. Above that, every major module (in the abstract sense, not the module-in-a-file sense) maps its necessary state into a layer in that stack. So if you have your database connection code hidden in a module, you write it all to be over a type MonadReader Connection m => ... -> m ... and then your database functions can always get their connection without functions from other modules having to be aware of its existence. You might end up with one layer carrying your database connection, another your configuration, a third your various semaphores and mvars for the resolution of parallelism and synchronization, another your log file handles, etc.