Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jrmoran
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jrmoran
12y ago
is that last screenshot intellij? If that's the case, the editor supports splitting windows https://www.jetbrains.com/idea/help/splitting-and-unsplittin...
2.
▲
by
jrmoran
12y ago
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... )
3.
▲
Neo, a Go web framework
(ivpusic.github.io)
4 points
by
jrmoran
12y ago
|
0 comments
4.
▲
by
jrmoran
14y ago
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 Guards (ruby based), it's the plugin ecosystem that makes
5.
▲
Video: AngularJS Best Practices
(youtube.com)
3 points
by
jrmoran
14y ago
|
0 comments
6.
▲
ClojureScript: Up and Running
(thinkrelevance.com)
1 points
by
jrmoran
14y ago
|
0 comments
7.
▲
The Racket Way
(infoq.com)
8 points
by
jrmoran
14y ago
|
1 comments
8.
▲
by
jrmoran
14y ago
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://anthonyterrien.com/knob/ Being a fan of data visualization
9.
▲
by
jrmoran
15y ago
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 is undefined. Commenting those lines out would do the trick
10.
▲
by
jrmoran
15y ago
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 have not updated it in a while.
11.
▲
by
jrmoran
15y ago
Thanks for writing it. I decided to start learning D3 last night and your tutorial was really helpful.
12.
▲
by
jrmoran
15y ago
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", "white") .attr("r", 40) .
13.
▲
by
jrmoran
15y ago
http://webcache.googleusercontent.com/search?q=cache%3Aemmap...
14.
▲
by
jrmoran
15y ago
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 mobile apps allow me to quickly search for something ubiqui