<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Marcin Kossakowski</title>
		<link>https://marcinkossakowski.com/</link>
		<description>Recent content on marcinkossakowski.com</description>
		<generator>Hugo -- gohugo.io</generator>
		<language>en-us</language>
		<copyright>© Copyright notice | Vitae theme for Hugo</copyright>
		<lastBuildDate>Wed, 21 Jul 2021 00:00:00 +0000</lastBuildDate>
		
		<atom:link href="https://marcinkossakowski.com/index.xml" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Running Apache Spark in Ammonite REPL</title>
			<link>https://marcinkossakowski.com/posts/2021-07-21-running-apache-spark-in-ammonite-repl.html</link>
			<pubDate>Wed, 21 Jul 2021 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2021-07-21-running-apache-spark-in-ammonite-repl.html</guid>
			<description>
			
				How to run Apache Spark in Ammonite REPL in your local environment
			
			</description>
		</item>
		<item>
			<title>Run multiple JVM processes in parallel from command line</title>
			<link>https://marcinkossakowski.com/posts/2020-12-05-run-multiple-jvm-processes-in-parallel-from-command-line.html</link>
			<pubDate>Sat, 05 Dec 2020 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2020-12-05-run-multiple-jvm-processes-in-parallel-from-command-line.html</guid>
			<description>
			
				Run multiple JVM processes in parallel from command line
			
			</description>
		</item>
		<item>
			<title>How to preview CSV files in terminal</title>
			<link>https://marcinkossakowski.com/posts/2019-06-13-how-to-preview-csv-files-in-terminal.html</link>
			<pubDate>Thu, 13 Jun 2019 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2019-06-13-how-to-preview-csv-files-in-terminal.html</guid>
			<description>
			
				How to preview CSV files in terminal
			
			</description>
		</item>
		<item>
			<title>Scala Extension Methods Using Implicits</title>
			<link>https://marcinkossakowski.com/posts/2018-12-24-scala-extension-methods-using-implicits.html</link>
			<pubDate>Mon, 24 Dec 2018 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2018-12-24-scala-extension-methods-using-implicits.html</guid>
			<description>
			
				Scala Extension Methods Using Implicits
			
			</description>
		</item>
		<item>
			<title>Finding Which Tables Reference Column in Given Table in MySQL</title>
			<link>https://marcinkossakowski.com/posts/2017-04-07-finding-which-tables-reference-column-in-given-table-in-mysql.html</link>
			<pubDate>Fri, 07 Apr 2017 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2017-04-07-finding-which-tables-reference-column-in-given-table-in-mysql.html</guid>
			<description>
			
				Finding Which Tables Reference Column in Given Table in MySQL
			
			</description>
		</item>
		<item>
			<title>Difference Between Functions and Methods in Scala</title>
			<link>https://marcinkossakowski.com/posts/2016-11-05-difference-between-functions-and-methods-in-scala.html</link>
			<pubDate>Sat, 05 Nov 2016 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2016-11-05-difference-between-functions-and-methods-in-scala.html</guid>
			<description>
			
				Difference Between Functions and Methods in Scala
			
			</description>
		</item>
		<item>
			<title>Finding Shortest Path Using Dijkstra&#39;s Algorithm and Weighed Directed Graph</title>
			<link>https://marcinkossakowski.com/posts/2014-11-03-finding-shortest-path-using-dijkstras-algorithm-and-weighed-directed-graph.html</link>
			<pubDate>Mon, 03 Nov 2014 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2014-11-03-finding-shortest-path-using-dijkstras-algorithm-and-weighed-directed-graph.html</guid>
			<description>
			
				Finding Shortest Path Using Dijkstra&#39;s Algorithm and Weighed Directed Graph
			
			</description>
		</item>
		<item>
			<title>Basic Data Structures and Their Properties </title>
			<link>https://marcinkossakowski.com/posts/2014-08-31-basic-data-structures-and-their-properties.html</link>
			<pubDate>Sun, 31 Aug 2014 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2014-08-31-basic-data-structures-and-their-properties.html</guid>
			<description>
			
				Basic Data Structures and Their Properties 
			
			</description>
		</item>
		<item>
			<title>How to Use IPython Notebook With Dropbox</title>
			<link>https://marcinkossakowski.com/posts/2014-03-29-how-to-use-ipython-notebook-with-dropbox.html</link>
			<pubDate>Sat, 29 Mar 2014 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2014-03-29-how-to-use-ipython-notebook-with-dropbox.html</guid>
			<description>
			
				How to Use IPython Notebook With Dropbox
			
			</description>
		</item>
		<item>
			<title>Calculate Euler Number in Python</title>
			<link>https://marcinkossakowski.com/posts/2013-10-13-calculate-euler-number-in-python.html</link>
			<pubDate>Sun, 13 Oct 2013 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2013-10-13-calculate-euler-number-in-python.html</guid>
			<description>
			
				Calculate Euler Number in Python
			
			</description>
		</item>
		<item>
			<title>How to Export MySQL Database or Single Table Into a File and Load it Back</title>
			<link>https://marcinkossakowski.com/posts/2013-10-13-how-to-export-mysql-database-or-single-table-into-a-file-and-load-it-back.html</link>
			<pubDate>Sun, 13 Oct 2013 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2013-10-13-how-to-export-mysql-database-or-single-table-into-a-file-and-load-it-back.html</guid>
			<description>
			
				How to Export MySQL Database or Single Table Into a File and Load it Back
			
			</description>
		</item>
		<item>
			<title>Bilingual Websites Made Easy</title>
			<link>https://marcinkossakowski.com/posts/2010-01-25-bilingual-websites-made-easy.html</link>
			<pubDate>Mon, 25 Jan 2010 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/posts/2010-01-25-bilingual-websites-made-easy.html</guid>
			<description>
			
				How to build a multi-lingual website with PHP
			
			</description>
		</item>
		<item>
			<title>About</title>
			<link>https://marcinkossakowski.com/about.html</link>
			<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/about.html</guid>
			<description>
			
				About Marcin Kossakowski
			
			</description>
		</item>
		<item>
			<title>Photography</title>
			<link>https://marcinkossakowski.com/photography.html</link>
			<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
			
			<guid>https://marcinkossakowski.com/photography.html</guid>
			<description>
			
				Photography
			
			</description>
		</item>
		
	</channel>
</rss>
