blog.streamlinelogic.ca
::.. Streamline Logic ..::: October 2009
http://blog.streamlinelogic.ca/2009_10_01_archive.html
Streamline Logic .:. Friday, October 30, 2009. I had to try this out. This is my first blog post from my IPOD Touch. How cool is that. Sunday, October 25, 2009. Will Ferrell: Donut Idea. It's a donut stuffed with M&M's. That way when you finish the donut, you don't have to eat any M&M's. Subscribe to: Posts (Atom). Subscribe in a reader. I had to try this out. Will Ferrell: Donut Idea. Luu Duong (Agile Project Manager).
blog.streamlinelogic.ca
::.. Streamline Logic ..::: July 2010
http://blog.streamlinelogic.ca/2010_07_01_archive.html
Streamline Logic .:. Monday, July 19, 2010. NHibernate Detached Criteria is not Reusable. On the repository we have the following method. The QueryResult returned from the repository has a total and the items for the requested page. T Items { get. TotalNumberOfItems = totalNumberOfItems;. Items = items;. Here is my implementation of FindBy. I had a few helper methods but removed them to fully illustrate the problem. PageIndex = pageNumber - 1;. FirstResult = 0;. T (count,items);. Count = executableQuery&...
blog.streamlinelogic.ca
::.. Streamline Logic ..::: Razor View Engine for Asp.Net MVC and More
http://blog.streamlinelogic.ca/2010/07/razor-view-engine-for-aspnet-mvc.html
Streamline Logic .:. Sunday, July 18, 2010. Razor View Engine for Asp.Net MVC and More. Microsoft has done it again. They are releasing a new view engine for Asp.Net MVC code named Razor. Even more impressive is the fact that you will be able to use more than one view engine in your application. This means that you can develop an application using the web forms view engine, spark and razor. To learn more head over to Scott Gu's blog. Server Compact Edition 4 is another cool product that will work with As...
blog.streamlinelogic.ca
::.. Streamline Logic ..::: Git Tip: find unmerged branches
http://blog.streamlinelogic.ca/2014/10/git-tip-find-unmerged-branches.html
Streamline Logic .:. Thursday, October 23, 2014. Git Tip: find unmerged branches. Here is handy little git command to find merged or unmerged branches. The command is as follows. Git branch whereToLook - merged branch. Where to look can be :. The branch to check. The default is your current branch. To find merged branches both (remotely and locally). Git branch -a - merged. To find unmerged branches. Git branch -a - no-merged. To find unmerged branches we append the merged command with no.
blog.streamlinelogic.ca
::.. Streamline Logic ..::: 10038 Jolly Jumper Solution
http://blog.streamlinelogic.ca/2010/04/10038-jolly-jumper-solution.html
Streamline Logic .:. Monday, April 5, 2010. 10038 Jolly Jumper Solution. Here's my Jolly Jumper solution. It was accepted by UVA online judge. It may not be the best solution but at least its readable. My Algorithm is designed to fail quickly. As it calculates each sequence number it checks against three simple rules. The sequence(n) number cannot be 0. There cannot be duplicates. The problem can be found here. January 13, 2013 at 12:04 AM. January 13, 2013 at 12:34 AM. Using namespace std;. If(scanf(%d,...
blog.streamlinelogic.ca
::.. Streamline Logic ..::: July 2011
http://blog.streamlinelogic.ca/2011_07_01_archive.html
Streamline Logic .:. Monday, July 25, 2011. Reshaper 6 JavaScript Support. JavaScript support in Resharper 6. Is absolutely amazing. I was playing around with KnockOutJS and was surprised to find intellisense. Even Ctrl p worked to show the signature of a JavaScript function. If you do alot of JavaScript I highly recommend Resharper 6. Sunday, July 24, 2011. Visual Studio 2010 JScript Editor Extensions. Install it. Enough said. Subscribe to: Posts (Atom). Subscribe in a reader.
blog.streamlinelogic.ca
::.. Streamline Logic ..::: I'm a Published Apple Developer
http://blog.streamlinelogic.ca/2012/07/im-published-apple-developer.html
Streamline Logic .:. Thursday, July 19, 2012. I'm a Published Apple Developer. Over the last several months I had the pleasure of making an iPad app for eCompliance. It's a simple application that allows one to perform an inspection. The application comes with a number of predefined inspections or you can create your own. The name of the application is ec-InspectionPad. Just an example of a method call in Objective C. Subscribe to: Post Comments (Atom). Subscribe in a reader.
blog.streamlinelogic.ca
::.. Streamline Logic ..::: NHibernate Detached Criteria is not Reusable
http://blog.streamlinelogic.ca/2010/07/nhibernate-detached-criteria-is-not.html
Streamline Logic .:. Monday, July 19, 2010. NHibernate Detached Criteria is not Reusable. On the repository we have the following method. The QueryResult returned from the repository has a total and the items for the requested page. T Items { get. TotalNumberOfItems = totalNumberOfItems;. Items = items;. Here is my implementation of FindBy. I had a few helper methods but removed them to fully illustrate the problem. PageIndex = pageNumber - 1;. FirstResult = 0;. T (count,items);. Count = executableQuery&...
blog.streamlinelogic.ca
::.. Streamline Logic ..::: Nifty Trick: Minimize remote desktop from your keyboard
http://blog.streamlinelogic.ca/2012/07/nifty-trick-minimize-remote-desktop.html
Streamline Logic .:. Friday, July 20, 2012. Nifty Trick: Minimize remote desktop from your keyboard. Every time I try to go mouse-less I find one or two programs that have me reaching for the mouse. Remote desktop is one of those programs. I found a nifty short cut to exit full screen mode in remote desktop. All you have to do is press CTRL ALT Break. To go back to full screen mode use the same key combo. Hadoop Training in Chennai. May 18, 2016 at 12:05 AM. Subscribe to: Post Comments (Atom).