Location: Tyson's Corner, VA
TL;DR
ID.me is seeking a talented Ruby on Rails developer to add to our team. Applicants should have 5+ years of experience developing for the web with a solid command of Ruby, Rails and related technologies.
About ID.me
| /** | |
| * $(document).ready() | |
| **/ | |
| $(document).ready(function() { | |
| // Handler for .ready() called. | |
| }); | |
| $(function() { | |
| // Handler for .ready() called. | |
| }); |
| <script> | |
| if(!window.location.query) { | |
| window.location.query = function(){ | |
| var map = {}; | |
| if ("" != this.search) { | |
| var groups = this.search.substr(1).split("&"), i; | |
| for (i in groups) { | |
| i = groups[i].split("="); |
| def changeUrl = "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE" | |
| def latest = changeUrl.toURL().text | |
| println "Latest Revision: ${latest}" |
| def changeUrl = "https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/LAST_CHANGE" | |
| def latest = changeUrl.toURL().text | |
| println "Latest Revision: ${latest}" |
| exports.testFoo = function(assert) { | |
| assert.equal(2 + 2, 4, "2 + 2 is 4") | |
| } |
| Index: llvmpy/include/llvm_binding/extra.h | |
| =================================================================== | |
| --- llvmpy/include/llvm_binding/extra.h (revision 14593) | |
| +++ llvmpy/include/llvm_binding/extra.h (revision 14594) | |
| @@ -164,6 +164,7 @@ | |
| for(; begin != end; ++begin) { | |
| PyObject* cap = pycapsule_new(&*begin, capsuleName, className); | |
| PyList_Append(list, cap); | |
| + Py_DECREF(cap); | |
| } |
| class my_firewall ( | |
| $purge_resources = true, | |
| $log_default_drop = true | |
| ) { | |
| if is_hash($purge_resources) { | |
| $purge_default_chains = { | |
| 'PREROUTING:raw:IPv4' => {}, | |
| 'OUTPUT:raw:IPv4' => {}, | |
| 'PREROUTING:mangle:IPv4' => {}, | |
| 'INPUT:mangle:IPv4' => {}, |
| Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod | |
| tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, | |
| quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo | |
| consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse | |
| cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non | |
| proident, sunt in culpa qui officia deserunt mollit anim id est laborum. |