melreams.com
tip of the day – Mel Reams
http://melreams.com/category/tip-of-the-day
Tip of the day. In tip of the day. Haven’t finished your Christmas shopping yet? A really convenient last minute gift is giving to charity in your gift-getter’s name. CharityWatch. Has a great list of trustworthy charities. Will give your donations directly to the charities that they’ve found to be the most effective. Or you could just go to the liquor store if you’re not worried about looking classy ;). Talk of the day. Talk of the day. Tip of the day. Dev tool of the day. In dev tool of the day. But we...
melreams.com
Uncategorized – Mel Reams
http://melreams.com/category/uncategorized
Delightfully odd project of the day. I’m not sure what possessed them to do it, but someone wrote a micro webframework in gnu COBOL. There’s even a github repo. If you’d like to run it yourself. I love how weird projects can get when programmers build something just because they can. How does a hash function work anyway? A while ago I wrote about how hash maps work. But something’s been bugging me. How does the hash function do its thing? Okay great, that’s totally clear, right? The first thing hashCode ...
unvpn.com
Java9先睹为快:JShell动手实践-UNVPN.COM
http://www.unvpn.com/1013.shtml
新文章 Java9先睹为快 JShell编程实践 #Java. REPL http:/ t.co/F8cQ9X5dQM. 这是在暗示Kulla的用例 use case 是一种学习工具吗. JShell/Kulla项目是第一个官方的Java REPL Read-Eval-Print-Loop的缩写,即交互式编程环境 ,一种命令行工具。 想了解正在来到你身边的JDK的更多有趣特性 Jigsaw项目除外 你可以阅读早先我们 关于Java 9的5大特性. 在下面很短的终端录制视频中,我们运行JShell v0.61完成一个快速测试 在OSX 10.10.3 中存在一个已知的问题,即提示与部分输出会混合显示在一起。 8/7/2015] 更新 编辑于Brian Goetz的笔记,他是Oracle的Java架构师。 你可以保存和加载工作空间 这让Java有点像脚本语言 ,且全部代码执行完成后可以在命令行提示下返回 此时你可以在终端视频中看到我提到过的OS X bug。 有一种情况的确会有受检异常弹出,就是当我们尝试运行一个线程,并在里面使用了 Thread.sleep() 语句。 Lua 中 Cache 冷数据的落地.
jugroma.blogspot.com
JUG Roma: Siti consigliati
http://jugroma.blogspot.com/p/siti-consigliati.html
Jug Roma, the CAPITAL Java User Group! Come diventare programmatori Java migliori. In questa pagina trovate un elenco di siti sul mondo Java che vi consigliamo di visitare. È un sito in inglese realizzato da Francesco Marchioni e contenente materiale riguardo all'application server JBoss/Wildfly ed alle tecnologie ad esso collegate. È un sito in italiano fondato da Andrea Como, Fabio Collini e Manuele Piastra. Il sito ospita degli articoli riguardanti sia Java Enterprise Edition che il settore mobile.
unsupportedoperation.blogspot.com
Unsupported Operation: Episode 82
http://unsupportedoperation.blogspot.com/2013/05/episode-82.html
Unsupported Operation: Weekly Java and JVM News from Richard and Mark. Sunday, May 12, 2013. Unsupported Operation Episode 82. JavaBlogs.com closed by Atlassian. Latest Dart VM beats Java 64 bit VM in Delta Blue Benchmark. Java version number scheme officially updated. To make managing all these security fixes easier. Newly minted just in time for more unmaintainable build messes: Gradle 1.6. Progress being made on Android build system. Facebook builds their own Buck. YourKit Java Profiler 12.0.5. Apache...
github.com
GitHub - albertlatacz/java-repl: Read Eval Print Loop for Java
https://github.com/albertlatacz/java-repl
Read Eval Print Loop for Java. Http:/ www.javarepl.com. Use Git or checkout with SVN using the web URL. Feb 4, 2016. Failed to load latest commit information. Added script to autorestart javarepl. Sep 27, 2013. Dec 17, 2015. Make restart button first, like it is in the Groovy console. Jul 6, 2015. Update for latest version of IntelliJ (14.1.4). Jun 23, 2015. Don't include all files. Dec 17, 2015. Sep 17, 2015. Deploy to repo with hashes. Apr 22, 2013. Dec 17, 2015. Feb 4, 2016. Dec 17, 2015. Sep 9, 2013.
joel.franusic.com
Online-REPs-and-REPLs
http://joel.franusic.com/Online-REPs-and-REPLs
This is a list of sites you can use to interactively try out programming languages online. Read more about REPLs at Wikipedia. Some of these sites aren't strictly REPLs since they don't maintain state, those sites are probably more accurately described as "REPs"? Am I missing something? Http:/ eval.hurlant.com/demo/. Http:/ jonathan.tang.name/files/arclite/. Http:/ colabv6.dan.co.jp/lleval.html. Http:/ lotrepls.appspot.com/. Http:/ tryclj.licenser.net/. Http:/ www.try-clojure.org/. Http:/ www.skulpt&...
unvpn.com
Java9先睹为快:JShell动手实践-UNVPN.COM
http://www.unvpn.com/1016.shtml
新文章 Java9先睹为快 JShell编程实践 #Java. REPL http:/ t.co/F8cQ9X5dQM. 这是在暗示Kulla的用例 use case 是一种学习工具吗. JShell/Kulla项目是第一个官方的Java REPL Read-Eval-Print-Loop的缩写,即交互式编程环境 ,一种命令行工具。 想了解正在来到你身边的JDK的更多有趣特性 Jigsaw项目除外 你可以阅读早先我们 关于Java 9的5大特性. 在下面很短的终端录制视频中,我们运行JShell v0.61完成一个快速测试 在OSX 10.10.3 中存在一个已知的问题,即提示与部分输出会混合显示在一起。 8/7/2015] 更新 编辑于Brian Goetz的笔记,他是Oracle的Java架构师。 你可以保存和加载工作空间 这让Java有点像脚本语言 ,且全部代码执行完成后可以在命令行提示下返回 此时你可以在终端视频中看到我提到过的OS X bug。 有一种情况的确会有受检异常弹出,就是当我们尝试运行一个线程,并在里面使用了 Thread.sleep() 语句。 Lua 中 Cache 冷数据的落地.
decal.sdf.org
read-eval-print-loops @ decal's security shed
http://decal.sdf.org/repl.html
Try" Sites for Various Programming Languages. Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.