Hatem Nassrat
Hatem Nassrat
GDB allows for tracing through forks of a program. GDB has a flag: - "set detach-on-fork off" which attaches both processes in gdb. 1. "set follow-fork-mode parent" (default) the parent...
The line of code: ``` javascript _t._gaq.push(['_trackPageview', decodeURI(value)]); ``` decodeURI does not work if the value had a lone % sign, as far as I can see, value was not...
Pymongo 1.8 Django 1.2 (it seems) ... this project is very old and has some weird quirks. Maybe starting from scratch is something that is needed for this.
``` In [26]: twitter_text.TwitterText('myweb.co').validation.tweet_length() Out[26]: 8 In [27]: twitter_text.TwitterText('myweb.co').extractor.extract_urls() Out[27]: [] ``` where as ``` In [28]: twitter_text.TwitterText('myweb.com').extractor.extract_urls() Out[28]: [u'myweb.com'] ``` the twitter/twitter-text library parses this correctly, here is an...
I understand that ProxyBroker is a proper proxy that uses Connect Tunneling for HTTPS requests. Is there any intention to allow proxybroker to terminate ssl such that HTTPS response codes...
the `validate*` methods of a validator makes a copy of the document being validated and rely on that document not changing during validation. When used in a multi-threaded context with...
Can't get this to work on Mac OS 13 with the prebuilt binary ... does this api still exist to turn the leds on past OsX?
Dead?
Is orderly dead? if yes, then do you personally use JSON Schema directly, or perhaps nothing? If not, then is anybody working on getting it up to the [version 3...