I hereby claim:
- I am dwt on github.
- I am dwt (https://keybase.io/dwt) on keybase.
- I have a public key ASD88WOXhGIVzeLR5SBqiWXkkmwdJwtAwjRPOEE7MeeNsQo
To claim this, I am signing this object:
diff --git a/configure b/configure | |
index c51f396824b63521034929cf98a37cee40b86254..5024860ca4395aa3a71de307a0e8335ceb2d77da 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -3426,7 +3426,7 @@ $as_echo "#define _BSD_SOURCE 1" >>confdefs.h | |
# has no effect, don't bother defining them | |
Darwin/[6789].*) | |
define_xopen_source=no;; | |
- Darwin/1[0-9].*) | |
+ Darwin/[12][0-9].*) |
I hereby claim:
To claim this, I am signing this object:
CHROMEDRIVER_PATH = '/Users/dwt/.virtualenvs/yeepa/bin/chromedriver' | |
CHROME_PATH = '/Users/dwt/Applications/Network/Browser/Google Chrome.app/Contents/MacOS/Google Chrome' | |
def selenium() | |
require 'capybara' | |
require 'capybara/dsl' | |
require 'selenium-webdriver' | |
Capybara.register_driver :chrome do |app| | |
Selenium::WebDriver::Chrome.driver_path = CHROMEDRIVER_PATH |
Homebrew build logs for cracklib on macOS 10.13.2 | |
Build date: 2018-01-16 14:26:12 |
set line /dev/tty.usbmodem_____1 | |
set speed 115200 | |
set stop-bits 1 | |
set parity none | |
set carrier-watch off | |
connect | |
# Escape character: Ctrl-\ |
foo |
2015-07-03T10:04:22.855073+00:00 app[web.1]: Internal Server Error: /admin/process/processstep/2/ | |
2015-07-03T10:04:22.855079+00:00 app[web.1]: Traceback (most recent call last): | |
2015-07-03T10:04:22.855081+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/core/handlers/base.py", line 164, in get_response | |
2015-07-03T10:04:22.855083+00:00 app[web.1]: response = response.render() | |
2015-07-03T10:04:22.855085+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/response.py", line 158, in render | |
2015-07-03T10:04:22.855086+00:00 app[web.1]: self.content = self.rendered_content | |
2015-07-03T10:04:22.855088+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/template/response.py", line 135, in rendered_content | |
2015-07-03T10:04:22.855090+00:00 app[web.1]: content = template.render(context, self._request) | |
2015-07-03T10:04:22.855092+00:00 app[web.1]: File "/app/.heroku/python/lib/python2.7/site-packages/django/templ |
typedef struct color { | |
byte r,g,b; | |
} color; | |
// if I delete the word 'struct' from the following line - the programm doesn't compile anymore | |
void writeToDiode(struct color aColor) { | |
} | |
void setup() { | |
} |
#!/usr/bin/env python | |
import colander | |
import deform | |
from deform.widget import TextAreaWidget, SequenceWidget | |
class AnswerEditSchema(colander.Schema): | |
answer_title = colander.SchemaNode( |