Did you even read what you typed or just copy paste a bunch of random crashes? Not a single one of those was the result of a software bug.
I use a similar approach at work (though with a vastly smaller codebase ~ only 20k lines or so). I don't get why they're using maven though; sbt is amazing; especially with 0.13.2 and the new hash algorithm, not to…
I actually do the combining idea all the time. As long as the language is roughly pcre compatible you can use this to spit out your regex and (if necessary for your alternate language tweak it a bit so it fits). I've…
That was true back in the xp days but I haven't had to manually hunt down drivers in years. Although I still manually install my graphics drivers since the ones you get through windows update aren't near as current.
While I also find the incredibly deep nesting on the excessive side, I can explain it. * process/engines/itemsim/evaluations/scala/topkitems They're using sbt's awesome multi-project feature here…
I think that in itself is actually a good learning activity as well.
Did you even read what you typed or just copy paste a bunch of random crashes? Not a single one of those was the result of a software bug.
I use a similar approach at work (though with a vastly smaller codebase ~ only 20k lines or so). I don't get why they're using maven though; sbt is amazing; especially with 0.13.2 and the new hash algorithm, not to…
I actually do the combining idea all the time. As long as the language is roughly pcre compatible you can use this to spit out your regex and (if necessary for your alternate language tweak it a bit so it fits). I've…
That was true back in the xp days but I haven't had to manually hunt down drivers in years. Although I still manually install my graphics drivers since the ones you get through windows update aren't near as current.
While I also find the incredibly deep nesting on the excessive side, I can explain it. * process/engines/itemsim/evaluations/scala/topkitems They're using sbt's awesome multi-project feature here…
I think that in itself is actually a good learning activity as well.