links for old versions of Docker for Mac
Docker provides download links in release note. They promised that
(we) will also include download links in release notes for future releases.
Note:
Docker provides download links in release note. They promised that
(we) will also include download links in release notes for future releases.
Note:
[ Update 2025-03-24: Commenting is disabled permanently. Previous comments are archived at web.archive.org. ]
Most of the terminal emulators auto-detect when a URL appears onscreen and allow to conveniently open them (e.g. via Ctrl+click or Cmd+click, or the right click menu).
It was, however, not possible until now for arbitrary text to point to URLs, just as on webpages.
| The question was asked why I (as a programmer who prefers dynamic languages) don't consider static types "worth it". Here | |
| is a short list of what I would need from a type system for it to be truely useful to me: | |
| 1) Full type inference. I would really prefer to be able to write: | |
| (defn concat-names [person] | |
| (assoc person :full-name (str (:first-name person) | |
| (:second-name person)))) | |
| And have the compiler know that whatever type required and produced from this function was acceptible as long as the |
/.git/config
[remote "origin"]
url = ssh://git@git.dev.viaeuropa.int:7999/brikks/brikks.git
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/pull-requests/*/from:refs/remotes/origin/pull-requests/*
fetch = +refs/pull-requests/*/merge:refs/remotes/origin/pull-requests-merge/*
| fn main() { | |
| // isize to usize | |
| let x: isize = -1; | |
| println!("-1 as usize: {:?}", x as usize); | |
| // but u8 to i8 | |
| let y: u8 = 255; | |
| println!("255 as i8: {:?}", y as i8); | |
| } |
| # | |
| # read/write access to python's memory, using a custom bytearray. | |
| # some code taken from: http://tinyurl.com/q7duzxj | |
| # | |
| # tested on: | |
| # Python 2.7.10, ubuntu 32bit | |
| # Python 2.7.8, win32 | |
| # | |
| # example of correct output: | |
| # inspecting int=0x41424344, at 0x0228f898 |
| // how_much_netflix.js | |
| // A script that looks through your Netflix viewing activity and | |
| // tallys up how much time you've spent watching Netflix | |
| // | |
| // INSTRUCTIONS TO USE: | |
| // Open https://www.netflix.com/WiViewingActivity and the developer console | |
| // Copy and paste this script into the developer console and press enter | |
| // | |
| (function() { | |
| var fetchAllViewedItems = function() { |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;; use jabber-connect to connect. Make sure you tab to select the hipchat account if it's the ;; | |
| ;; only connection configured. ;; | |
| ;; ;; | |
| ;; a fork of https://gist.github.com/puffnfresh/4002033 ;; | |
| ;; ;; | |
| ;; shout out to http://emacs.stackexchange.com/questions/10940/connecting-to-hipchat-xmpp-via-jabber-el ;; | |
| ;; for the help. ;; | |
| ;; ;; | |
| ;; you can look up the necessary jabber info on the account i |
I recently found a nice emacs-mode, [irony-mode], which can be used with [company-mode], [flycheck-mode], and [eldoc-mode]. It works nicely with CMake-based projects. The document contains a list of instructions for setting things up. I assume that you're using a fresh-installed Ubuntu-12.04.5 (64-bit). It uses [Lean theorem prover][lean] as an example project.
| Puts on glasses: | |
| (•_•) | |
| ( •_•)>⌐■-■ | |
| (⌐■_■) | |
| Takes off glasses ("mother of god..."): | |
| (⌐■_■) | |
| ( •_•)>⌐■-■ |