Viewing profile — jrmoran
jrmoran
HN member- Joined
- Sat, Mar 12, 2011, 6:33 AM UTC
- HN karma
- 28
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About jrmoran
Recent public activity
-
comment
Comment #9145032
is that last screenshot intellij? If that's the case, the editor supports splitting windows https://www.jetbrains.com/idea/help/splitting-and-unsplittin...
-
comment
Comment #9014871
For those interested, here's the author's related workshop: https://www.youtube.com/watch?v=NyhVdGmnh0I (slides: https://docs.google.com/presentation/d/1oWSKNZgtXCrc1dVEXhyz... )
- story
-
comment
Comment #4916639
There are a few http://mimosajs.com/ http://brunch.io/ ---- On a related note, I'm currently using Grunt.JS with few plugins for Compass, CoffeeScript and Live Reload. Similar to G…
- story
- story
- story
-
comment
Comment #4675538
Here's the breakdown of charting libraries OP is using * HighCharts http://www.highcharts.com/ * jQuery Sparklines http://omnipotent.net/jquery.sparkline/ * jQuery Knob http://anth…
-
comment
Comment #3354579
This might be a little offtopic, but I would advise against leaving `console.log` calls in production code, even when there are checks to prevent calling it when the console object…
-
comment
Comment #3062402
A while ago I wanted something similar and could not find it, so I decided to put this together http://jrmoran.com/playground/markdown-live-editor/ . It has some minor bugs and I h…
-
comment
Comment #2933368
Thanks for writing it. I decided to start learning D3 last night and your tutorial was really helpful.
-
comment
Comment #2933356
I might be missing something, since I just started learning it. But instead of drawing a circle like this sampleSVG.append("svg:circle") .style("stroke", "gray") .style("fill", "wh…
-
comment
Comment #2925935
http://webcache.googleusercontent.com/search?q=cache%3Aemmap...
-
comment
Comment #2913956
While I prefer plain text in markdown, sometimes I store screenshots of code in Evernote to keep as as a reference about how I solved a problem. Its image indexing capabilities and…