Problem Summary:
Long story short, I inherited a code base and an development team I am not allowed to replace and the use of God Objects is a big issue. Going forward, I want to have us re-factor things but I am getting push-back from the teams who want to do everything with God Objects "because its easier" and this means I would not be allowed…
Is there anyway to loop through an index in a boost::multi_index and perform a replace?
#include <iostream>
#include <string>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/composite_key.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
using…
Are you afraid of network problems? I was. Whenever somebody said "it's probably the network," I went to lunch. And hoped that it was fixed by the time I got back. Turns out it wasn't that hard to do a little basic troubleshooting
Tech Article: Troubleshooting Your Network with Oracle Linux
by Robert Chase
You're no doubt already…
Sometimes Firefox fails to restore the previously open tabs/windows.
This might be happening when some of the URLs to be opened are no longer reachable (e.g. behind a VPN) or after the underlying OS (Windows) has been forcibly restarted (e.g. to complete an automated patch installation).
Anyway, after restarting, can this list of URLs…
I would like to stream media from my XP sp3 desktop to my Win7 laptop. I currently have Windows Media Player 11 on both machines. The XP one is set up for the media sharing service as far as I can tell. I have also set the 'Play To' option to my Win 7 machine on the XP WMP.
However, the only way I've been able to 'stream' is to…
Loosely related to this question Network Share causing Cygwin to run slowly after 'ls', I'd like to write a little batch file that I can execute to disconnect the host from any network shares and subsequently another batch file to reconnect. Ideally, this would be something that I can execute from a PuTTY terminal, SSHed into the…
I have a Windows XP box with Cygwin running and the SSH service. I'd like to use PuTTY to connect to it from other computers on the local network. PuTTY works fine and I actually get a relatively speedy login prompt. But anytime I do an 'ls' on the root directory ('/') it typically doesn't complete, like the command is hung. …
I am trying to do full text searching in PostgreSQL 8.3. It worked splendidly, so I added in synonym matching (e.g. 'bob' == 'robert') using a synonym dictionary. That works great too. But I've noticed that it apparently only allows a word to have one synonym. That is, 'al' cannot be 'albert' and 'allen'.
Is this correct? Is…
I'm running a software called Fishbowl inventory and it is running on a firebird database (Windows server 2003) at this time the fishbowl software is running extremely slow when more then one user accesses the software. I'm thinking I maybe able to speed up the application by forcing the database to run "In Memory". However I…
Hey everyone,
I am just getting started with the Android SDK and I had a quick question. I am trying to set up a ListView with a rectangle of color on the left and then a bit of text for each row. I also want to make it so I can click each entry in the list and open a new activity to display some information (similar to the…
Hi all,
When you embed a reosurce into a .NET assembly using Visual Studio, it is prefixed with the assembly name. However, assemblies can have embedded resources that are not assembly-name-prefixed. The only way I can see to do this is to disassemble the assembly using ildasm, then re-assemble it, adding the new resource…
Hi all,
I want to import code from Launchpad.net.
How can I do it?
Is that using SVN? Can I use SVN to keep updated with the code changes?
Thank you so much,
Robert
FYI: this is the code I want to import
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons
I'm looking for an easy way to find the process tree (as shown by tools like Process Explorer), in C# or other .Net language. It would also be useful to find the command-line arguments of another process (the StartInfo on System.Diagnostics.Process seems invalid for process other than the current process).
I think these…
You once replied to a post about hiding list group header names.
http://edinkapic.blogspot.com/2008/06/hiding-list-view-group-headers.html
I do not write code or jQuery at that. But you mentioned that it would be better to write a solution in jQuery.
Would you have code that would hide the group header and colon…
So, I attended the Microsoft Community Evening. The attendance was better than I was expecting for December and we had our first Programming Languages Meeting where Gary did a great presentation on an intro to Ruby. The best surprize of the evening happened when I was about to leave, Robert MacLean asked me how we did…
Every week we dip into the tip box and share the tips you send in. This week we’re highlighting a great tip and the accompanying tutorial video that shows you how to pin any file to the Windows 7 taskbar.
Robert Jasinski writes in with a clever way to pin any file you want to the task bar. By default if you drag a…
My name is Robert, I am an Android programmer and wanted to show off my latest project - a 2d game engine.
You can see it in action here - https://play.google.com/store/apps/details?id=engineDemo.com
My engine's main advantage is its ease of use. To have your level up and running, you'll need only 3 lines of…
For those of you fortunate enough to be attending this year's Oracle OpenWorld here is a sessions I recommend carving time out of your hectic schedule to attend:
Public Sector General Session
(session ID#: GEN8536)
Wednesday, October 3, 10:15 a.m.–11:15 a.m., Westin San Francisco,
Metropolitan III Room…
I want to officially let everyone know the 30 posts in 60 days contest has started. The current standings as as followed for those in the “Top 10” (there are twelve due to ties now). For those who don’t know about the contest, we are ordering custom Geekswithblogs.net t-shirts for those members…
Superfast Oracle Applications on Oracle Exalogic Elastic Cloud Webcast Series You’re
invited to our Webcast series where you can get advice from Oracle
experts on how Exalogic can provide high-speed performance for your
Oracle JD Edwards, E-Business Suite and PeopleSoft Enterprise
applications. By…
Introduction After the success of the “Demystifying DBA Best Practices” Pre-Conference that my good friend Robert Davis, a.k.a. SQLSoldier [Blog|Twitter] and I delivered at multiple events, including the PASS Summit 2012, I have decided to blog about some of the topics discussed at the Pre-Con.…
Introduction After the success of the “Demystifying DBA Best Practices” Pre-Conference that my good friend Robert Davis, a.k.a. SQLSoldier [Blog|Twitter] and I delivered at multiple events, including the PASS Summit 2012, I have decided to blog about some of the topics discussed at the Pre-Con.…
I have a problem with linking the oracle user to a business objects user. I will try to explain it as detailed as possible;
I have a Oracle database (10g) where a couple of users are defined. These users can query on information with application X. Those records will then be written into the oracle…