BEGIN:VCALENDAR
PRODID;X-RICAL-TZSOURCE=TZINFO:-//Calagator//EN
CALSCALE:GREGORIAN
X-WR-CALNAME:Calagator
METHOD:PUBLISH
VERSION:2.0
BEGIN:VTIMEZONE
TZID;X-RICAL-TZSOURCE=TZINFO:America/Los_Angeles
BEGIN:DAYLIGHT
DTSTART:20090308T020000
RDATE:20090308T020000
RDATE:20100314T020000
RDATE:20110313T020000
RDATE:20120311T020000
RDATE:20130310T020000
RDATE:20140309T020000
RDATE:20150308T020000
RDATE:20160313T020000
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
END:DAYLIGHT
BEGIN:STANDARD
DTSTART:20091101T020000
RDATE:20091101T020000
RDATE:20101107T020000
RDATE:20111106T020000
RDATE:20121104T020000
RDATE:20131103T020000
RDATE:20141102T020000
RDATE:20151101T020000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED;VALUE=DATE-TIME:20090522T091549Z
DTEND;TZID=America/Los_Angeles;VALUE=DATE-TIME:20090608T210000
DTSTART;TZID=America/Los_Angeles;VALUE=DATE-TIME:20090608T190000
DTSTAMP;VALUE=DATE-TIME:20090522T091549Z
LAST-MODIFIED;VALUE=DATE-TIME:20090606T153117Z
UID:http://calagator.org/events/1250457230
DESCRIPTION:A study/user group exploring the world of functional programm
 ing based in Portland\, Oregon. The group welcomes programmers intereste
 d in all functional languages\, including Haskell\, Erlang\, OCaml\, Sca
 la\, and others. The group meets regularly and provides presentations\, 
 demos and discussions applicable to all skill levels\, from newbies and 
 experts. The meetings are usually on the second Monday of the month.&#13
 \;\n&#13\;\nF#&#13\;\n&#13\;\nAbstract: F# is a typed functional program
 ming language for the .NET Framework\, based on OCaml. F# combines funct
 ional programming with the runtime support\, libraries\, tools\, and obj
 ect model of .NET. Understand how F# tackles difficult development issue
 s with ease\, such as asynchronous programming and concurrency. Bask in 
 the elegance of succinct\, declarative code. Featuring the latest bits f
 rom Visual Studio 2010 Beta 1 -- don't miss it!&#13\;\n&#13\;\nSpeaker: 
 Jason Mauer is a Senior Developer Evangelist with Microsoft covering the
  Pacific Northwest. He has been with Microsoft for 8 years\, with a back
 ground in .NET application development\, Web development\, and game deve
 lopment with DirectX and XNA. Find him online at http://jasonmauer.com/ 
 or on Twitter as @jasonmauer.\n\nTags: pdxfunc\, functional programming\
 , f#\, .net\n\nImported from: http://calagator.org/events/1250457230
URL:http://pdxfunc.org/
SUMMARY:Portland Functional Programming Study Group: F# with Jason Mauer
LOCATION:CubeSpace [ *sniff* out of business 12 June 2009]: 622 SE Grand 
 Ave.\, Portland Oregon 97214 USA
SEQUENCE:0
END:VEVENT
BEGIN:VEVENT
CREATED;VALUE=DATE-TIME:20140815T002623Z
DTEND;TZID=America/Los_Angeles;VALUE=DATE-TIME:20140822T193000
DTSTART;TZID=America/Los_Angeles;VALUE=DATE-TIME:20140822T180000
DTSTAMP;VALUE=DATE-TIME:20140815T002623Z
LAST-MODIFIED;VALUE=DATE-TIME:20140815T002623Z
UID:http://calagator.org/events/1250466843
DESCRIPTION:Let's meet up and chat about F# in the web world.&#13\;\n&#13
 \;\nRyan Riley (@panesofglass) is a proud member of the Fightin' Texas A
 ggie class of ‘01\, a Visual F# MVP\, and Engineer for Tachyus\, a start
 -up using F# to profoundly revolutionize the oil &amp\; gas industry. He
  runs the Community for F# virtual user group and serves on the manageme
 nt committee for the Open Web Interface for .NET (OWIN) specification.&#
 13\;\n&#13\;\nF# on the Web&#13\;\n&#13\;\nMost people think of F# as go
 od at math or complex problem solving. It is actually a fantastic for a 
 very wide array of tasks\, including web programming\, which helped the 
 start-up Tachyus go from 0 to production in 12 weeks. In this talk\, we'
 ll compare and contrast a web application written in familiar C# pattern
 s with various features provided by F#\, including function composition\
 , computation expressions (async)\, type providers\, and active patterns
 . We'll also cover differences in application design patterns.&#13\;\n&#
 13\;\nSince Ryan is remote\, we're going to host this in Google Hangouts
 \, so even if you're not able to physically make it to the hangout\, com
 e join us! It is going to be a great time. Looking forward to see everyb
 ody there!\n\nTags: f#\, portland\, .net\, ms\, microsoft\n\nImported fr
 om: http://calagator.org/events/1250466843
URL:http://www.meetup.com/Portland-F-Meetup-Group/events/200542002/
SUMMARY:Portland F# Meetup
LOCATION:Incomm Digital Solutions: 111 SW 5th Ave\, Suite 900\, Portland 
 OR 97204 US
SEQUENCE:1
END:VEVENT
BEGIN:VEVENT
CREATED;VALUE=DATE-TIME:20160615T235608Z
DTEND;TZID=America/Los_Angeles;VALUE=DATE-TIME:20160620T213000
DTSTART;TZID=America/Los_Angeles;VALUE=DATE-TIME:20160620T183000
DTSTAMP;VALUE=DATE-TIME:20160615T235608Z
LAST-MODIFIED;VALUE=DATE-TIME:20160615T235608Z
UID:http://calagator.org/events/1250470444
DESCRIPTION:Ok\, F#ers\, got a special guest coming into town that would 
 like to do some web stuff hacking\, and thus...&#13\;\n&#13\;\nHacking W
 eb Stuff with F# &#13\;\n&#13\;\nIn this hands on session\, we'll have a
  look at two F# libraries for doing web stuff\, both on the server-side 
 and on the client-side. It will be hands-on\, so make sure to bring a la
 ptop with F#. For playing with Fable\, you'll also need to have node ins
 talled! Suave for the server-side &#13\;\n&#13\;\nSuave is a lightweight
  web-server for F# that lets you compose web applications or REST servic
 es from small\, correct\, asynchronous web parts. It lets you compose as
 ynchronous web services with just a couple of lines of code. For more in
 formation check out www.suave.io or demos like the F# snippes web site.&
 #13\;\n&#13\;\nFable is an F# to JavaScript compiler that lets you use f
 unctional-first programming style on the web. It produces modern and cle
 an JavaScript with minimal core library and source maps. It integrates w
 ell with modern JavaScript dev tools like node\, WebPack and organizes c
 ode using ES6 modules.&#13\;\n&#13\;\nTomas is a computer scientist\, bo
 ok author and open-source developer. He wrote a popular book called &quo
 t\;Real-World Functional Programming&quot\; and is a lead developer of s
 everal F# open-source libraries\, but he also contributed to the design 
 of the F# language as an intern and consultant at Microsoft Research. He
  is a partner at fsharpWorks (http://fsharpworks.com) where he provides 
 trainings and consulting services. Tomas recently submitted his PhD thes
 is at the University of Cambridge focused on types for understanding con
 text usage in programming languages\, but his most recent work also incl
 udes two essays that attempt to understand programming through the persp
 ective of philosophy of science.\n\nTags: f#\, functional programming\, 
 programming\, web\, hacking\n\nImported from: http://calagator.org/event
 s/1250470444
URL:http://www.meetup.com/Portland-F-Meetup-Group/events/231891658/
SUMMARY:Hacking Web Stuff with F#
LOCATION:Lucky Labrador Tap Room: 1700 N Killingsworth St\, Portland OR 9
 7217 United States
SEQUENCE:1
END:VEVENT
END:VCALENDAR
