search for: unsurmount

Displaying 4 results from an estimated 4 matches for "unsurmount".

Did you mean: surmount
2008 Mar 18
2
Matching multiple nodes with a regular expression
...ing naturally lazy I wondered if this could be done with a regular expression instead, something along the lines of: nodematch "tc-liv-\d+.*?\.ac\.uk" { .... } which would then map all matching nodes to that default configuration. Adding the code to do this doesn''t seem to be a unsurmountable problem, but I''ve only just started reading through the source so perhaps I''m wrong. Does this seem worthwhile?, or is there a much easier way to do this that I''ve missed?. thanks, Richard. --~--~---------~--~----~------------~-------~--~----~ You received this mess...
2005 Jun 29
14
Unobtrusive scripting?
Currently, pages generated by Rails tend to be sprinkled with JavaScript. This happens, because the various helper methods work only locally and simply append to the output. In order to hide the JavaScript away, rendering would probably have to be changed. A way I can think of is that a page-specific script is included in the head of the document and JavaScript code is not written to the
2013 Sep 12
25
shorewall-lite error at start
Hi, My main gateway is a router running on OpenWrt Barrier Breaker r37816/ Kernel Version3.10.4. I installed shorewall-lite from openwrt''s repo using opkg but while trying to start shorewall-lite I get the folowing errors: The first error i got was "scp: /var/lib/shorewall-lite: No such file or directory" simply resolved by making the folder "shorewall-lite"
2018 Jul 13
2
Giving up using implicit control flow in guards
Hi Sanjoy, Thanks for feedback! As for memory effects, currently I use " inaccessiblememonly " for it. It allows to prove that it doesn't alias with any other load/store in the function, but doesn't allow CSE to eliminate it. It is not actually super-cool, because there is no way that we can safely hoist it out of loop (and sometimes we want to, for example to make unswitching).