Python

For those of you still sitting on the 10g fence ... or if you're new to Publisher 11g, take advantage of this educational opportunity:Oracle BI Publisher 11g R1: FundamentalsLearn To: Create data models by using the Data Model Editor....
For those of you still sitting on the 10g fence ... or if you're new to Publisher 11g, take advantage of this educational opportunity:Oracle BI Publisher 11g R1: FundamentalsLearn To: Create data models by using the Data Model Editor. Create BI Publisher reports based on data... [Read More]
about 1 hour ago
In my opinion, one of the best things to happen to Oracle Database Appliance recently was the availability of virtualization on the system. The virtualized Oracle Database Appliance (or "Oracle Database Appliance Virtualized Platorm" as ...
In my opinion, one of the best things to happen to Oracle Database Appliance recently was the availability of virtualization on the system. The virtualized Oracle Database Appliance (or "Oracle Database Appliance Virtualized Platorm" as it is officially called) allows you to run multiple virtual machines,... [Read More]
about 2 hours ago
Python recipe 578528 by David Mertz (annotations, check, decorator, python3, type, typecheck). Revision 5. Some other recipes have been suggested to allow type checking by various means. Some of these require the use of type s...
Python recipe 578528 by David Mertz (annotations, check, decorator, python3, type, typecheck). Revision 5. Some other recipes have been suggested to allow type checking by various means. Some of these require the use of type specification in a decorator itself. Others try to be much more elaborate in processing a large variety of annotations (but hence require much more and more convoluted code). The recipe provided below is very short, and simply provides actual type checking of arguments and return values. It utilizes an unadorned decorator, rather than manufacture one that is parameterized by types or other arguments.
about 2 hours ago
Last month, Oracle invited industry analysts for an annual deep dive on what’s to come. One of these analysts – ESG’s senior analyst Mark Peters – recently posted an update of how he spent some of his time at the ...
Last month, Oracle invited industry analysts for an annual deep dive on what’s to come. One of these analysts – ESG’s senior analyst Mark Peters – recently posted an update of how he spent some of his time at the event. We totally recommend you visit his blog and check out the post, but here are a few highlights: ... [Read More]
about 3 hours ago
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ...
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 ... [Read More]
about 3 hours ago
After releasing Zato 1.0, several people asked me in emails to write an explanatory material on what ESB and SOA are anyway. I figured it would be best to add it to Zato docs directly so here it is – a no-nonsense introduction to E...
After releasing Zato 1.0, several people asked me in emails to write an explanatory material on what ESB and SOA are anyway. I figured it would be best to add it to Zato docs directly so here it is – a no-nonsense introduction to ESB and SOA. The concepts are so overloaded, so often misused, mistrusted and misunderstood that I feel such introductions are needed indeed. Feel free to comment it here or there if you’d like add something to the matter though please note that it’s an intro only and it purposefully leaves out advanced stuff, some of which is listed at the end. You can also upvote it on DZone if you like what you’ve read. Cheers! @zatosource @fourthrealm
about 4 hours ago
Python recipe 578527 by Ryan Nowakowski (exception, generator, loop, retry, timeout). Encapsulates the logic of a retry loop using a generator function.
Python recipe 578527 by Ryan Nowakowski (exception, generator, loop, retry, timeout). Encapsulates the logic of a retry loop using a generator function.
about 4 hours ago
Is your SOA-based integration leading or lagging your competition? Are you stuck with too much point-to-point application integration and not enough SOA-based integration? Find out how your company ranks relative to your comp...
Is your SOA-based integration leading or lagging your competition? Are you stuck with too much point-to-point application integration and not enough SOA-based integration? Find out how your company ranks relative to your competition. Simply answer the... [Read More]
about 5 hours ago
I would like the language selector to display each language in its own language. So for example English will always be displayed as 'English'. Even if the current language is French it will still be 'English' and not A...
I would like the language selector to display each language in its own language. So for example English will always be displayed as 'English'. Even if the current language is French it will still be 'English' and not Anglais. {% csrf_token %} {% for lang in LANGUAGES %} {{ lang.1 }} {% endfor %}
about 6 hours ago
This blog applies primarily to P6 Analytics\P6 Reporting Database 3.1. As of 3.1, history was introduced at a daily level at the activity level. Activity level history existed as of P6 Analytics 2.0\P6 Reporting Database 3.0 but was on...
This blog applies primarily to P6 Analytics\P6 Reporting Database 3.1. As of 3.1, history was introduced at a daily level at the activity level. Activity level history existed as of P6 Analytics 2.0\P6 Reporting Database 3.0 but was only at the interval level of week, or higher. The settings in P6 for... [Read More]
about 7 hours ago