Below find the "reverse recruit" template. I'm using it. So can you!
===
Hi!
I'm not currently looking for a job as I'm pretty happy at my current job.
However Mozilla is hiring into a variety of positions. Mozilla also has
Below find the "reverse recruit" template. I'm using it. So can you!
===
Hi!
I'm not currently looking for a job as I'm pretty happy at my current job.
However Mozilla is hiring into a variety of positions. Mozilla also has
Locate the section for your github remote in the .git/config file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to this section. Obviously, change the github url to match your project's URL. It ends up looking like this:
| # The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited | |
| # | |
| # Current known FCC address ranges: | |
| # https://news.ycombinator.com/item?id=7716915 | |
| # | |
| # Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft | |
| # | |
| # In your nginx.conf: | |
| location / { |
| import inspect | |
| import tempfile | |
| import codecs | |
| import StringIO | |
| import gzip | |
| import os | |
| import re | |
| import requests | |
| from django.test.client import Client |
| (function() { | |
| function createNode(text) { | |
| var node = document.createElement('pre'); | |
| node.style.width = '1px'; | |
| node.style.height = '1px'; | |
| node.style.position = 'fixed'; | |
| node.style.top = '5px'; | |
| node.textContent = text; | |
| return node; | |
| } |