
jacobcarpenter.wordpress.com
Jacob Carpenter's Weblog | Just another WordPress.com weblogJust another WordPress.com weblog
http://jacobcarpenter.wordpress.com/
Just another WordPress.com weblog
http://jacobcarpenter.wordpress.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
0.2 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
10
SSL
EXTERNAL LINKS
22
SITE IP
192.0.78.13
LOAD TIME
0.163 sec
SCORE
6.2
Jacob Carpenter's Weblog | Just another WordPress.com weblog | jacobcarpenter.wordpress.com Reviews
https://jacobcarpenter.wordpress.com
Just another WordPress.com weblog
Reading large xml files | Jacob Carpenter's Weblog
https://jacobcarpenter.wordpress.com/2010/01/07/reading-large-xml-files
Jacob Carpenter’s Weblog. January 7, 2010. Reading large xml files. 8212; Jacob @ 12:16 am. I’m a huge fan of. Or LINQ to XML . However, some documents really are just too large to efficiently process with an in-memory representation like. For such documents, we need to consume the xml with a streaming. As much as I love. That’s how much I hate. I don’t know why it is, but every time I have to use an. I have to go back to the documentation. And working with an. Http:/ purl.org/dc/elements/1.1/. The progr...
Google Reader Tip | Jacob Carpenter's Weblog
https://jacobcarpenter.wordpress.com/2009/03/12/google-reader-tip
Jacob Carpenter’s Weblog. March 12, 2009. 8212; Jacob @ 12:10 pm. Sorry to break a long hiatus with such a lame, non-programming post. But, here’s a tip for Google Reader users:. A coworker of mine appears in my google talk list, but was not able to see my shared items. In his Reader. We checked the settings a number of times, but to no avail. Another coworker recommended the try changing this, and then changing it back strategy. I was skeptical, but reluctantly tried it. 1 Comment ». Yes, that does help!
ES6 Quicksort | Jacob Carpenter's Weblog
https://jacobcarpenter.wordpress.com/2014/10/22/es6-quicksort
Jacob Carpenter’s Weblog. October 22, 2014. 8212; Jacob @ 9:13 pm. Playing around with some ES6 features:. Function quicksort([head, .tail]) { if (head = = undefined) return []; return [.quicksort([for (x of tail) if (x head) x]), head, .quicksort([for (x of tail) if (x = head) x])]; }. 8230; I’m looking forward to writing more ES6. Leave a Comment ». Feed for comments on this post. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:.
C# compiler eccentricity of the day: throwing lambda | Jacob Carpenter's Weblog
https://jacobcarpenter.wordpress.com/2008/10/06/c-compiler-eccentricity-of-the-day-throwing-lambda
Jacob Carpenter’s Weblog. October 6, 2008. C# compiler eccentricity of the day: throwing lambda. 8212; Jacob @ 4:21 pm. Here at work ( gratuitous link. Oh yeah, and we’re hiring. Lets you succinctly validate (or verify, if you will) various method invariants. For instance, non-nullness:. The problem with these helper methods is that when an invariant is violated, an exception is thrown far from the actual affected bit of code. Always moving one frame up the call stack to see the. That just threw (. The b...
C# reminder of the day | Jacob Carpenter's Weblog
https://jacobcarpenter.wordpress.com/2008/07/21/c-reminder-of-the-day
Jacob Carpenter’s Weblog. July 21, 2008. C# reminder of the day. 8212; Jacob @ 4:24 pm. Static data is not shared among constructed generic types. That is, the final line of output from the following program:. PrintCount(); / Called 1 time. PrintCount(); / Called 2 times. PrintCount(); / Called 1 time. WriteLine( Called {0} time{1}. Count, count 1? DoPrintCount( count); } static. Count; } class. DoPrintCount( count); } static. Is Called 1 time. 5 Comments ». 8212; July 21, 2008 @ 5:14 pm. 8212; July 24, ...
TOTAL PAGES IN THIS WEBSITE
10
Kirill Osenkov: C# 3.0 Collection Initializers, Duck Typing and ISupportsAdd
http://kirillosenkov.blogspot.com/2007/09/c-30-collection-initializers-duck.html
Design of developer tools, architecture, .NET. C# 30 Collection Initializers, Duck Typing and ISupportsAdd. Team has an interesting post: C# 3.0 Collection Initializers - Incomplete Feature? Restrictions are too strong - type being constructed should implement IEnumerable and have instance method "Add". IEnumerable is not of a big deal, but inability to use extension methods for Add is deal breaker. Now let's brainstorm a little bit. Recently I wrote about more fine-granular interfaces. This leads us to ...
Kirill Osenkov: Delegates as an alternative to single-method interfaces
http://kirillosenkov.blogspot.com/2007/12/delegates-as-alternative-to-single.html
Design of developer tools, architecture, .NET. Delegates as an alternative to single-method interfaces. I noted some time ago that one can use delegates instead of interfaces that contain one method. In fact, I think delegates are more flexible when compared to single-method interfaces and I'll try to explain why. As a reminder, the discussion started with this post: Making ICollection inherit from more fine-granular interfaces. What was the problem? Even in case of yield return, where O(1) temporary sto...
Kirill Osenkov: Moving to http://blogs.msdn.com/kirillosenkov
http://kirillosenkov.blogspot.com/2008/01/moving-to-httpblogsmsdncomkirillosenkov.html
Design of developer tools, architecture, .NET. Moving to http:/ blogs.msdn.com/kirillosenkov. For the sake of consistency with the rest of the C# Team I'm moving my blog over to http:/ blogs.msdn.com/kirillosenkov. I hope you update your readers and bookmarks and sorry for the trouble. I would be glad to welcome you at my new place. Hope to see you again soon! Subscribe to: Post Comments (Atom). C#: Tabs or Spaces? Moving to http:/ blogs.msdn.com/kirillosenkov.
Kirill Osenkov: January 2008
http://kirillosenkov.blogspot.com/2008_01_01_archive.html
Design of developer tools, architecture, .NET. Moving to http:/ blogs.msdn.com/kirillosenkov. For the sake of consistency with the rest of the C# Team I'm moving my blog over to http:/ blogs.msdn.com/kirillosenkov. I hope you update your readers and bookmarks and sorry for the trouble. I would be glad to welcome you at my new place. Hope to see you again soon! How to create a generic List of anonymous types? CustomerList = ( new. Customer }).ToList();. I think this is brilliant! T newList = new. They use...
Jacob Carpenter's blogspot: November 2007
http://jacobcarpenters.blogspot.com/2007_11_01_archive.html
Friday, November 16. For no good reason, I installed Windows Live writer and started a new blog. You can check it out at http:/ jacobcarpenter.wordpress.com/. Friday, November 16, 2007. Subscribe to: Posts (Atom).
Kirill Osenkov: August 2007
http://kirillosenkov.blogspot.com/2007_08_01_archive.html
Design of developer tools, architecture, .NET. Inherit from more fine-granular interfaces. In my previous post I hinted about a rule which I apply to the design of interfaces:. An interface should have at most one member. This is to emphasize, that interfaces often model. That are mixed in to the main entity. And you mostly need only one member to model an ability. BagAdd(stuff1); . bag.Add(stuff1000000);. BagAdd(stuff1); . bag.Add(stuff1000000);. I'm using only the Add ability of the bag inside the meth...
Kirill Osenkov: John Rusk on Extension Interfaces
http://kirillosenkov.blogspot.com/2007/11/john-rusk-on-extension-interfaces.html
Design of developer tools, architecture, .NET. John Rusk on Extension Interfaces. Sorry for not blogging recently, I was ramping up and getting started in my new role on the C# team. I love it here! The people are great, the job is interesting and I'm really proud to work in C#. There are a lot of interesting things starting here, like F#. Or other very exciting projects I can't talk about at this point ;-). I posted recently about duck-typing and extension interfaces. November 17, 2007 at 12:52 AM.
Kirill Osenkov: DG 1.0 - free Dynamic Geometry Software for kids
http://kirillosenkov.blogspot.com/2007/12/dg-10-free-dynamic-geometry-software.html
Design of developer tools, architecture, .NET. DG 10 - free Dynamic Geometry Software for kids. Is a piece of software for exploring interactive math constructions directly on your screen. It lets you create any ruler-and-compass constructions using your mouse or stylus. It also allows you to play and experiment with the drawing using drag-and-drop (this is not possible on paper). A bit of history. This comment has been removed by a blog administrator. February 3, 2009 at 12:02 AM. C#: Tabs or Spaces?
Kirill Osenkov: Jacob Carpenter on named arguments in C#
http://kirillosenkov.blogspot.com/2007/11/jacob-carpenter-on-named-arguments-in-c.html
Design of developer tools, architecture, .NET. Jacob Carpenter on named arguments in C#. Has an interesting post called Named parameters { Part = 2 }. As immutable types are very trendy these days (good! Call into a constructor. This technique is somewhat similar to casting by example. Where we also abuse anonymous types to reach our goal. To further improve Jacob's strategy, I would probably turn NamedArguments. Into a factory and make it responsible for instantiating the CoffeeOrder. SizeOunces = 16,.
TOTAL LINKS TO THIS WEBSITE
22
Jacob Carlsson
Zuid-Afrika Blog - J&C
Zuid-Afrika Blog - J&C. Deze blog geeft de indrukken en verhalen over het vrijwilligerswerk van Jacob en Carolien in Zuid-Afrika weer. Lees om op de hoogte te blijven en reageer. Donderdag 1 juli 2010. Ondanks dat het nu in Zuid-Afrika zalig zomeren in de winter is, had het landschap enkele weken geleden meer weg van Zwitserland dan Afrika. Een paar sfeerbeelden uit de lokale Paarl Pos:. Posted by Jacob en Carolien. Woensdag 30 juni 2010. Posted by Jacob en Carolien. Maandag 14 juni 2010. Google heeft ha...
jacobcarpenter.com by jacobcarpenter
View the Project on GitHub. Welcome to JacobCarpenter.com. This project is maintained by jacobcarpenter. Hosted on GitHub Pages — Theme by orderedlist.
JacobCarpenter (Jacob Carpenter) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 3 Years. This deviant's full pageview. March 19, 1989. Last Visit: 3 days ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask?
Jacob Carpenter's Weblog | Just another WordPress.com weblog
Jacob Carpenter’s Weblog. July 20, 2015. Raspberry Pi Adventures Pt. 1. Filed under: raspberry pi. 8212; Jacob @ 9:38 pm. I got a Pi 2 for Jonas (7) and me to continue programming on–I should blog about that at some point. Anyway, I’m working through some “fun” issues I’m running into on the Pi, and I figured I should probably blog these. Display Settings does not let you choose 1920×1080, despite the fact that your monitor supports it. You have to edit. Line at the end of. October 22, 2014. Function qui...
Jacob Carpenter's blogspot
Friday, November 16. For no good reason, I installed Windows Live writer and started a new blog. You can check it out at http:/ jacobcarpenter.wordpress.com/. Friday, November 16, 2007. Thursday, July 26. Using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloOrcas { class Program { static void Main(string[] args) { "Hello, Orcas! Thursday, July 26, 2007. Wednesday, April 4. T Enumerate T ( params. T First T ( IEnumerable. First(source, ReturnTrue);. Wednesda...
Digital Photography with Jake - Digital Photo 1
Digital Photography with Jake. Envisioning somerset- Photo series 2. Envisioning Somerset- Photo Series 3. Create a free website. Envisioning somerset- Photo series 2. Envisioning Somerset- Photo Series 3.
jacob carrick
Photos from my trip to the Dean’s Gap during the January fires. A one minute insight. I produced the entire video; filming, editing, wrote and recorded the soundtrack and effects. Salvador - 3 min 45 sec. After years of work, Salvador has designed a drug that allows him to stay in his dreams with the woman he loves, but first he must say goodbye to his friend, Ben. Written and directed by Jacob Carrick. Selection of black and white photos from my trip to Europe. Life on Mars [2:44].
Jacob Carrington ( /°~°)/ ︵ ɹǝdoןǝʌǝp qǝʍ
Creative Ideas and Experiments. Send me a message. So you've found my little humble corner of the internet!
SOCIAL ENGAGEMENT