Two versions of Redsn0w are being developed right now for iOS 4.2.1 jailbreak. Redsn0w 0.9.6 builds can jailbreak iOS 4.2.1 (tethered only) on all devices whereas Redsn0w 0.9.7 builds bring untethered jailbreak support for iOS 4.2.1 on newer devices only i.e., iPhone 4, iPod Touch 4G and iPad.
Apache Guacamole is split into two subprojects: "guacamole-client", theHTML5 web application which serves the Guacamole client to users, and"guacamole-server", the remote desktop proxy which the web applicationcommunicates with. The source code for each of these may be downloadedbelow.
download redsn0w 0.9.7 rc1
You must verify the integrity of any downloaded files using the OpenPGP signatureswe provide with each release. The signatures should be verified against theKEYSfile, which contains the OpenPGP keys of Apache Guacamole's Release Managers.Checksums of each released file are also provided.
Many improvements have been done over the previous unmaintained version. The command line has been reactivated in large proportions, see the list of currently available commands on the dedicated Commands page. New commands and features have been and are being developed. For a complete list of features, see the 0.9.7 page, the roadmap, or the list of features below.
expat-2.0.1-11.el6_2fontconfig-2.8.0-3.el6freetype-2.3.11-14.el6_3.1libgcc-4.4.7-4.el6libstdc++-4.4.7-3.el6libX11-1.5.0-4.el6libXau-1.0.6-4.el6libxcb-1.8.1-1.el6libXext-1.3.1-2.el6libXft-2.3.1-2.el6libXrender-0.9.7-2.el6zlib-1.2.3-29.el6
igraph 0.10.0-rc.2, the second release candidate of igraph 0.10.0 is now available for download. We decided to go for a release candidate because there are lots of breaking changes in igraph 0.10.0 compared to previous versions, and we would like to gather some feedback from the community before going forward.
igraph 0.10.0-rc.1, the first release candidate of igraph 0.10.0 is now available for download. We decided to go for a release candidate because there are lots of breaking changes in igraph 0.10.0 compared to previous versions, and we would like to gather some feedback from the community before going forward.
Our efforts to bring the R interface of igraph closer to the recentdevelopments of the C core continues: we have releasedR-igraph 1.3.0, which updates the C core of igraphwithin the R interface to version 0.9.7, which is now only one patch versionbehind the mainline C core. The update fixes lots of bugs compared to theprevious release and adds quite a few new functions.
Ammonite Scripts allow you to import Other Scripts, just like any Bash or Python scripts do. Furthermore, they let you cleanly depend on third party libraries: since Ammonite runs on the JVM, this means Ivy Dependencies. Ammonite will ensure that the relevant dependencies are always downloaded and used, and you never need to worry about remembering to "install" things before running your scripts!
The Ammonite Scala REPL and Scripts are meant to be extended: you can load in arbitrary Java/Scala modules from the internet via import $ivy. Using this third-party code, you extend the REPL to do anything you wish to do. Simple install Java, download Ammonite onto any Linux/OSX machine, and try out one of these fun snippets! They work directly in the Ammonite-REPL, or you can save them to Scala Scripts if you want something more permanent.
In this example, we use the Requests-Scala library to download a URL, and we use uPickle and OS-Lib to parse the JSON and write it into files. uPickle and Ammonite-Ops are bundled with the Ammonite REPL and are used internally.
This is a small example, but it illustrates the potential: if you find yourself needing to scrape some website or bulk-download large quantities of data from some website's HTTP/JSON API, you can start doing so within a matter of seconds using Ammonite. The results are given to you in nicely structured data, and you can deal with them using any Java or Scala libraries or tools you are used to rather than being forced to munge around in Bash. Sometimes, you may find that you need to get data from somewhere without a nice JSON API, which means you'd need to fall back to Scraping HTML...
The page above contains the documentation for the latest stable version of Ammonite, 2.5.6. Ammonite also publishes unstable versions, the latest of which is 2.5.6-4-4a07420b and is available for direct download: 2ff7e9595c
Comments