-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Ah the beautiful data model. They say a picture is worth a 1,000 words. And then we have our diagrams, how many words are they worth?
Our friends from the Human Relations sample schema
So our models describe how the data ‘works’ – whether that be at a logical-business level, or a…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
I almost tweeted a reply to Capar Kleijne's question about comments on Twitter, but realized that my opinion exceeded 140 characters. The following is based upon my experience with extremes and approaches that I find useful in code comments. There are a couple extremes that I've seen and reasons…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
I am trying to count characters in comments included in C code using Python and Regex, but no success. I can erase strings first to get rid of comments in strings, but this will erase string in comments too and result will be bad ofc. Is there any chance to ask by using regex to not match…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
My application has been using the checkins/recent endpoint to show where all the current users friends are currently at and I had included a button the user could press to comment on a checkin. The button used to have the comment count on it until recently.
It seems the checkins/recent endpoint no…
>>> More
-
as seen on .NET 247
- Search for '.NET 247'
I have been working with my team to implement Data Dude GDR R2 for managing ALL of the databases for our applications. So far I am very pleased by what we can do with the tool with a single exception. I want to have a header with comments as part of every stored procedure so we can track the history…
>>> More