Skip to content

Instantly share code, notes, and snippets.

View bryanhughes's full-sized avatar

Bryan Hughes bryanhughes

View GitHub Profile
@bryanhughes
bryanhughes / csv_parser.erl
Last active April 14, 2016 23:53
Super simple parsing of CSV to Erlang terms
%% @author Bryan Hughes <bryan@go-factory.net>
%% @copyright 2016 GOFACTORY, Inc.
%%
%% Permission is hereby granted, free of charge, to any person obtaining a
%% copy of this software and associated documentation files (the "Software"),
%% to deal in the Software without restriction, including without limitation
%% the rights to use, copy, modify, merge, publish, distribute, sublicense,
%% and/or sell copies of the Software, and to permit persons to whom the
%% Software is furnished to do so, subject to the following conditions:
%%
@bryanhughes
bryanhughes / idea.log
Created January 15, 2014 16:26
Log file from IntelliJ
2014-01-14 16:55:27,408 [ 21013] ERROR - aemon.impl.PassExecutorService - IntelliJ IDEA 13.0.1 Build #IU-133.331
2014-01-14 16:55:27,409 [ 21014] ERROR - aemon.impl.PassExecutorService - JDK: 1.6.0_65
2014-01-14 16:55:27,409 [ 21014] ERROR - aemon.impl.PassExecutorService - VM: Java HotSpot(TM) 64-Bit Server VM
2014-01-14 16:55:27,409 [ 21014] ERROR - aemon.impl.PassExecutorService - Vendor: Apple Inc.
2014-01-14 16:55:27,409 [ 21014] ERROR - aemon.impl.PassExecutorService - OS: Mac OS X
2014-01-14 16:55:27,409 [ 21014] ERROR - aemon.impl.PassExecutorService - Last Action:
2014-01-14 16:55:29,994 [ 23599] ERROR - plication.impl.ApplicationImpl - com.intellij.util.containers.ContainerUtil.getFirstItem(Ljava/util/List;)Ljava/lang/Object;
java.lang.NoSuchMethodError: com.intellij.util.containers.ContainerUtil.getFirstItem(Ljava/util/List;)Ljava/lang/Object;
at org.intellij.erlang.psi.impl.ErlangVarProcessor.getResult(ErlangVarProcessor.java:98)
at org.intellij.erlang.psi.impl.ErlangVaria