dcsobral.blogspot.com dcsobral.blogspot.com

dcsobral.blogspot.com

Algorithmically challenged

Random thoughts of an IT worker in the stone age of computer science.

http://dcsobral.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DCSOBRAL.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.2 out of 5 with 18 reviews
5 star
9
4 star
6
3 star
2
2 star
0
1 star
1

Hey there! Start your review of dcsobral.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.6 seconds

FAVICON PREVIEW

  • dcsobral.blogspot.com

    16x16

  • dcsobral.blogspot.com

    32x32

CONTACTS AT DCSOBRAL.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Algorithmically challenged | dcsobral.blogspot.com Reviews
<META>
DESCRIPTION
Random thoughts of an IT worker in the stone age of computer science.
<META>
KEYWORDS
1 algorithmically challenged
2 info reverse dependencies
3 info
4 root/compile managedsources
5 that uses sourcegenerators
6 shows this
7 root/compile sources
8 for example
9 lazy
10 my generator
CONTENT
Page content here
KEYWORDS ON
PAGE
algorithmically challenged,info reverse dependencies,info,root/compile managedsources,that uses sourcegenerators,shows this,root/compile sources,for example,lazy,my generator,generator in compile,import,generate,src file,dst file,seq file,filter,file,atom
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Algorithmically challenged | dcsobral.blogspot.com Reviews

https://dcsobral.blogspot.com

Random thoughts of an IT worker in the stone age of computer science.

INTERNAL PAGES

dcsobral.blogspot.com dcsobral.blogspot.com
1

Algorithmically challenged: December 2012

https://dcsobral.blogspot.com/2012_12_01_archive.html

Random thoughts of an IT worker in the stone age of computer science. Tuesday, December 11, 2012. Bugs and dynamically vs statically typed languages. Something occurred to me that, unfortunately, was just a little bit too big for a tweet, so I decided to blog instead, and add more context. Site, instead of definition site. The definitions are all invariant in Java (aside from arrays). So, thinking about it, I came up with the following hypothesis:. Can cause it to do. Posted by Daniel Sobral. Im an IT gu...

2

Algorithmically challenged: Two Thirds

https://dcsobral.blogspot.com/2014/02/two-thirds.html

Random thoughts of an IT worker in the stone age of computer science. Monday, February 17, 2014. This is not my usual programming-related blog post. I decided to blog about books I have been reading. I'm a long time fan of the Honor Harrington Series. A military science fiction series that draws on the spirit of 17 19 century naval series such as Horatio Hornblower. From which sprang the movie Master and Commander: The Far Side of the World. Elizabeth Moon returned to the series with Oath of Fealty.

3

Algorithmically challenged: Pattern matching on abstract types with Scala 2.10.0

https://dcsobral.blogspot.com/2013/01/pattern-matching-on-abstract-types-with.html

Random thoughts of an IT worker in the stone age of computer science. Friday, January 18, 2013. Pattern matching on abstract types with Scala 2.10.0. Scala 2.10.0 is out, and one of its greatest improvements is a completely new pattern matching algorithm on the compiler. That algorithm fixes lots of bugs that have existed all the way up to 2.9.x and adds more and better static checks. One interesting thing that has probably gone unnoticed by most, however, is that it can do more. Scala import scala.r...

4

Algorithmically challenged: January 2012

https://dcsobral.blogspot.com/2012_01_01_archive.html

Random thoughts of an IT worker in the stone age of computer science. Monday, January 23, 2012. String Interpolation on Scala 2.10. One of the Scala Improvement Proposals. For Scala 2.10 is String Interpolation. It has recently been added to trunk, behind the -Xexperimental. Flag, and I have started playing with it. At first, I stumbled upon bugs and limitations of its current implementation relative to the proposal, but I finally got something working. R re findFirstMatchIn s map ( .subgroups) } } d...

5

Algorithmically challenged: January 2013

https://dcsobral.blogspot.com/2013_01_01_archive.html

Random thoughts of an IT worker in the stone age of computer science. Friday, January 18, 2013. Pattern matching on abstract types with Scala 2.10.0. Scala 2.10.0 is out, and one of its greatest improvements is a completely new pattern matching algorithm on the compiler. That algorithm fixes lots of bugs that have existed all the way up to 2.9.x and adds more and better static checks. One interesting thing that has probably gone unnoticed by most, however, is that it can do more. Scala import scala.r...

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

oldfashionedsoftware.com oldfashionedsoftware.com

parameterized types | Matt Malone's Old-Fashioned Software Development Blog

https://oldfashionedsoftware.com/tag/parameterized-types

Matt Malone’s Old-Fashioned Software Development Blog. December 10, 2009. Posted by Matt under General. Tags: explicit self type. Here’s my initial code:. You can see the Dimension class declares an addition operator to satisfy our requirement that all Dimensions must be additive. No surprises so far. This code has two main weaknesses. First, a developer subclassing Dimension is trusted to return the same type as the class. That is to say, a developer could. The developer could mix the types! Learning to...

oldfashionedsoftware.com oldfashionedsoftware.com

String Distance and Refactoring in Scala | Matt Malone's Old-Fashioned Software Development Blog

https://oldfashionedsoftware.com/2009/11/19/string-distance-and-refactoring-in-scala

Matt Malone’s Old-Fashioned Software Development Blog. November 19, 2009. String Distance and Refactoring in Scala. Posted by Matt under Scala. 8220;What, exactly,” some of you may be asking, “is Levenshtein string distance? Some kind of Teutonic tailoring terminology? It’s not so obvious now. What if we try to re-use that “urge” from “sturgeon”? Can we re-use the “n”? What about the “t”? We need an algorithm that we can follow. The number above the current position plus one. Let’s examine how they...

apocalisp.wordpress.com apocalisp.wordpress.com

Liskov Substitution Principle is Contravariance | Apocalisp

https://apocalisp.wordpress.com/2010/10/06/liskov-substitution-principle-is-contravariance

The end of programming as you know it. Liskov Substitution Principle is Contravariance. October 6, 2010. The Liskov Substitution Principle. Is a much cited result by those who believe in the myth of “object-oriented programming”. But the LSP is like many things in the OO mythos that become “invisible or simpler” when looked at from the perspective of the properties of functions (which is what programming really is about). Let’s remind ourselves of the LSP:. Be a property provable about objects of type.

quantleap.blogspot.com quantleap.blogspot.com

Quantum Leap: November 2011

http://quantleap.blogspot.com/2011_11_01_archive.html

On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Sunday, 6 November 2011. This weekend I've been trying to write some microbenchmarks and discovered a large differences between different implements of the same problem: create a list of 10 million objects and print only the ones that are modulo of a million. Subscribe to: Posts (Atom). View my complete profile. Scala maven intellij ide java. Fellow tweeter ...

staticallytyped.wordpress.com staticallytyped.wordpress.com

Gang of Four Patterns With Type-Classes and Implicits in Scala (Part 2) | Statically Typed

https://staticallytyped.wordpress.com/2013/03/24/gang-of-four-patterns-with-type-classes-and-implicits-in-scala-part-2

Gang of Four Patterns With Type-Classes and Implicits in Scala (Part 2). I’m really not happy about how this blog post turned out. There’s something important in there that’s muddled and unclear but has to do with dependency inversion and the expression problem. If you’re reading this, take it with a grain of salt. Explored using one such pattern with type-classes and implicits, the bridge pattern. In this post I’ll move on to using the adapter pattern. Is the most widely used and recognized type-class.

articles.leetcode.com articles.leetcode.com

Longest Palindromic Substring Part I – LeetCode

http://articles.leetcode.com/2011/11/longest-palindromic-substring-part-i.html

Longest Palindromic Substring Part I. November 20, 2011. Given a string S, find the longest palindromic substring in S. This interesting problem has been featured in the famous Greplin programming challenge. And is asked quite often in the interviews. Why? Because this problem can be attacked in so many ways. There are five different solutions that I am aware of. Are you up to the challenge? Head over to Online Judge. To solve it now! You may submit either C or Java solution). To rectify this, each time ...

staticallytyped.wordpress.com staticallytyped.wordpress.com

Scala: The Million Trait March… | Statically Typed

https://staticallytyped.wordpress.com/2011/09/25/scala-the-million-trait-march

Scala: The Million Trait March…. Traits are arguably one of the nicest things about Scala. Doubly so to anyone who has had to deal with the strict OO-rigidity imposed by Java. Component driven, loosely coupled systems are much better than rigid inheritance based systems. Interface abstract out implementations. On the other hand, sometimes there’s functionality or method patterns that need to be replicated over several classes which make sense existing as a mixin. Your Class is Too Large For One File.

UPGRADE TO PREMIUM TO VIEW 75 MORE

TOTAL LINKS TO THIS WEBSITE

82

OTHER SITES

dcsoapboxderby.org dcsoapboxderby.org

www.dcsoapboxderby.org

dcsoapery.blogspot.com dcsoapery.blogspot.com

The DC Soapery

Thursday, October 27, 2011. Looking for Gifts for the Holidays? Get ready for the holidays everyone! They come up on us so fast. If you are anything like me, I am always looking for that special gift that will stand out from all the others. That's why we have been hard at work creating all kinds of awesome products for gift giving and for you too! Check out our new lip balms, body scrubs, dreamy shea butter balms and more! Here is a preview of some of our soap designs we are offering for the holidays:.

dcsoapery.com dcsoapery.com

dcsoapery.com -&nbspdcsoapery Resources and Information.

This Domain Name Has Expired - Renewal Instructions.

dcsob.smorgasblog.com dcsob.smorgasblog.com

DCSOB

2 on Google for "Flava Flav Halloween costume". Biatchsetmeup (at) gmail (dot) com. End of the line. SOB of the week. Was he looking at colleges? Still recovering from the weekend. A July to remember, Part 2. Dept of Misdirected Anger. Live from the Third Rail. Links (In superfantastic random order). Pyg in a Blanket. Two Girls in DC. Syndicate this site (XML). Movable Type 4.21-en.

dcsobercoach.com dcsobercoach.com

Washington DC Sober Coach

Washington DC and Arlington. Sober Coach and Companion. Washington DC Recovery Coaching. For too long, people in early recovery from addiction in Washington DC had to import sober coaches and sober companions from Los Angeles, Chicago, or New York. Those days are gone. We have a small staff, each of whom has been personally trained by Douglas Caine, founder of Sober Champion. Now, Treatment Comes to You! Hire a Sober Coach. Provides qualified, caring sober coaches who treat addiction at home.

dcsobral.blogspot.com dcsobral.blogspot.com

Algorithmically challenged

Random thoughts of an IT worker in the stone age of computer science. Friday, July 4, 2014. File generation with SBT. Someone asked me a question on IRC about file generation with SBT. I pointed out this link. On the SBT documentation, and tried to briefly explain how it worked, but the subject got a little too long for IRC, so I thought I might make a blog post out of it. Good thing too, because there are some errors in that page. If you inspect sourceGenerators. That means it is managedSources. And ins...

dcsoc.org.uk dcsoc.org.uk

The Die Casting Society – Serving the Casting Community

Click to find out about membership. Serving Die Casters since 1967. Find out more about the die casting community. Find out more about us. Open to both individual and companies alike. Choose the membership that’s right for you. National Golf Day 2016. On: October 16, 2016. The President, John Paterson, thanked everyone for their attendance at the National Golf Day on 2nd. On: October 13, 2016. We are pleased to announce that the Diecasting Society has a new Member: Individual Membership We. CastCon &#821...

dcsocal.com dcsocal.com

This Web site coming soon

If you are the owner of this web site you have not published (or incorrectly published) your web site. For information on publishing your web site, see. Publishing Your Web Site.

dcsocalphotography.com dcsocalphotography.com

DC SoCal Photography | Lauren Carroll & Jeff Diffner

Lauren Carroll and Jeff Diffner. Proudly powered by WordPress.