Listen to Anthony Lye, Senior Vice President, Oracle CRM, talk about how customers can benefit by incorporating Oracle's leading Enterprise Grade SAAS architecture to support their CRM footprint.
Regardless of how good it is, you'd have to have a heart of stone not to make snide remarks about Rockmelt. After all, on the surface it looks a lot like some people spent two years building a browser instead of just bashing out a Chrome extension over a wet weekend. It probably does some more stuff. I don't know for sure because artificial…
Ct leverages the strengths of data parallel programming to help address challenges of software development for multicore and many-core
Parallel computing - Multi-core processor - Programming - Microsoft - Languages
To me, it's a little odd that HL7 requires you to be a member to distribute the standard within your organization and in that sense implement the standard and tell others who have implemented the standard what parts you'll be implementing, especially when it's nothing classier than a few pipes and carets for 2.x and some sort of XML for 3.0. …
This one is mainly a personal reminder but I hope it helps somebody else too. Let's say you have a table that covers something like currency exchange rates with columns for the start and end dates of the period each rate was applicable. Now you need to list the rates that applied during the year 2009. For some reason this always fazes me and…
I want to make a game which would require a 3D map editor. Of course, I would like to avoid creating such an editor. My idea is now to use modeling tools (3DS Max, Maya, Blender) to create the map, and to give game specific objects specified names. This way I'd just need to write an COLLADA - native map format converter. But I'm not sure if…
My manager asked for a list of technical blogs he should follow to stay current on technology. His problem is he keeps hearing terms that he hasn't heard of (i.e. NoSql, sharding, agure, sevice bus, etc.) and he would prefer to at least have a fighting chance of knowing something about them without having to be reactive and looking them up.…
My manager asked for a list of technical blogs he should follow to stay current on technology. His problem is he keeps hearing terms that he hasn't heard of (i.e. NoSql, sharding, agure, sevice bus, etc.) and he would prefer to at least have a fighting chance of knowing something about them without having to be reactive and looking them…
I have stumbled across this graph and I wonder if someone would care to explain the results?
As you can see, extreme programming (XP) is practically uninterested and has almost disappeared from searches.
The legend is:
Blue: Agile
Red: Scrum
Orange: extreme programming
Green: Waterfall
source:…
I am starting a new iOS project and initially plan release a simple free version to gather feedback. I don't intend to monetize or market this initial version.
However, I believe "Version 2" of this app will be good enough to pay for. I would prefer to release Version 2 as an upgrade from Version…
Citation:
Cet article constitue une introduction au développement d'applications Silverlight en utilisant le design pattern M-V-VM grâce au MVVM Light Toolkit de Laurent Bugnion.
http://nico-pyright.developpez.com/t...t-silverlight/...
After a rather long break in the action to get through some heavy tech editing work (paid work before blogging, I always say!) it is time to start working on this presentation about In-Memory Databases. I have been trying to decide on the scope of the demo code in the back of my head, and I have…
I have started to write a program in C++ 11 that would analyse chords, scales, and harmony.
The biggest problem I am having in my design phase, is that the note 'C' is a note, a type of chord (Cmaj, Cmin, C7, etc), and a type of key (the key of Cmajor, Cminor). The same issue arises with…
In my effort to learn programming I'm trying to make a small RTS style game. I've googled and read a lot of articles and gamedev q&a's on the topic of lockstep synchronization in multiplayer RTS games, but am still having trouble wrapping my head around how to implement it in my own…
In windows, is there a way to update automatically (or with a simple script) the date of a folder with the latest modified date of any of its files (recursive)?
Thanks
How do I disable frame buffers in Ubuntu 13.10 Saucy kernel,
I tried all kinds of kernel parameters but none work?
DEFAULT ramdisk
LABEL ramdisk
kernel /casper/vmlinuz
append boot=casper toram initrd=/casper/initrd.img -- vesafb.nonsense=1
LABEL isotest
kernel /casper/vmlinuz
…
Dear Partners,
Come and meet Oracle's Top Storage Executives, Architects and Fellow Customers & Partners at the Oracle Storage Community Forum at Oracle OpenWorld on October 1, 2014.
This special event will feature interactive sessions on Oracle's Application Engineered…
With the implementation of an Oracle Utilities Application Framework based products, you can implement other Oracle technologies to augment your solution. There is a whitepaper available now to outline all the technology integrations possible with various versions of the Oracle…
I made a simple teapot with the "Create Standard Primitives" option and exported it as a collada file, ended up with this:
< float_array id="Teapot001-POSITION-array" count="1590"
< float_array id="Teapot001-Normal0-array" count="9216"
For what I know there should be…
I am looking for ideas how to implement following in 2D space. Unfortunately I don't know much about AI/path finding/autonomous control yet.
Let's say this ship can move freely but it has mass and momentum. Also, external forces might affect it (explosions etc). The player…