It appears that spring double evaluates the expressions, so you can send a request param that is an EL expression that references values present in the server environment.
Can I ask that all product blogs provide a link to the actual site? Not everyone knows what layervault is and it would be nice to browse to the site without having to manipulate the address bar.
it is, but still you gotta hand it to MS, they made script environment in javascript on andorid with device api. I already made fake facebook account just for this :)
So if made a large scale business that included small restaurants I would be relying on their "honor" to send in the sha256 to show a sale? That's not good.
Unless they were unknowingly at a participating vendor. How long does it usually take to get this information back. Is it same day or is there a longer delay? Thanks for the information by the way.
That was the first thing I tried, to no avail. I was able to see his response by going to his profile and hovering over the word "spoiler" in his comment stream. The word "spoiler" doesn't appear for me in the threaded comments and clicking through the word "spoiler" results in a 404.
That has to do with how spoiler tags are set up on that subreddit: the actual spoiler content is in the title attribute of the link and the href points to /s. The CSS for the subreddit uses an attribute selector to find links pointing to /s and styles them appropriately.
If you view the posts outside of the context of the subreddit, there's no special CSS, so the link appears normally with some title text that appears on hover.
I question the inclusion of bubble sort especially two versions of it. I worry that people are more prone to using bubble sort, because it's conceptually simple.
This always strikes me as odd. Personally, had I heard about it, I would never come up with bubble sort myself, nor any of my friends I asked about it. The most intuitive sorting algorithm is obviously selection sort. I'd even say that merge sort is more conceptually clear than bubble sort. Bubble sort is not much easier to implement than selection sort either. It has no interesting properties which make it worth considering (unlike, for instance, insertion sort). The only possibility of one knowing bubble sort is by hearing about it on algorithms classes, and in that case one already know heapsort and quicksort, so that there is no need for bubble sort.
To sum up, I fear bubble sort in production much, much less than, say, selection sort.
> The only possibility of one knowing bubble sort is by hearing about it on algorithms classes,
That's simply not true. I know for a fact that for me personally the bubble sort was the most "intuitive" algorithm because when I was in elementary school we had a computer club, and we were given the task for figuring out how to sort a list. My implementation was a bubble-sort, and at the time I had absolutely no knowledge of sorting algorithms at all.
Obviously different people will find different things "intuitive".
Try asking 10 colleagues to right now write bubble sort on the white board. I bet at least half write some sorting algorithm that is not bubble sort. In contrast, if you ask these same 10 to do quicksort, you'll end up with 10 quicksort implementations.
I think it's nice to have it included to realize that while merge sort is not significantly more difficult (once the idea of divide and conquer is clear) the latter is a lot faster.
I actually don't like the particular iterative version of merge sort, to me it's lacking in clarity; then again, I like to use the ternary operator ?: on the left side of an assignment in javascript (as an array index or function selector), so I'm probably not the right judge when it comes to clarity ;)
I was thinking to include some sorting visualizations in my html5 canvas experiments, this looks like a neat start,thanks for posting it!
I believe this is the actual advisory: http://www.mindedsecurity.com/fileshare/ExpressionLanguageIn...
It appears that spring double evaluates the expressions, so you can send a request param that is an EL expression that references values present in the server environment.