« 32 33 34 35 36 106 »

Pages are deceptive. Live life in a basket.

GitHub - aquametalabs/django-better500s: Better 500 catching, user feedback, and logging

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 7 Star 8 Fork 5 aquametalabs / django-better500s Code Issues 1 Pull requests 1 Pulse Graphs Better 500 catching, user feedback, and logging 22 commits 1 branch 3 releases 5 contributors Python 100.0% Python New file Find file </textarea> '"` HTTPS Choose a clone URL HTTPS (recommended) Clone with Git or checkout with SVN using the repository's web address. HTTPS Learn more about clone URLs Download ZIP Branch: master Switch branches/tags Branches Tags master Nothing to show 0.42 0.41 0.4 Nothing to show New pull req...

Linked on 2016-03-03 04:48:05 | Similar Links
GitHub - kyleterry/arss: Antipatern RSS - a self hosted RSS reader

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 1 Star 0 Fork 0 kyleterry / arss Code Issues 0 Pull requests 0 Pulse Graphs Antipatern RSS - a self hosted RSS reader 2 commits 1 branch 0 releases 1 contributor HTML 52.2% Go 37.0% CSS 6.7% JavaScript 4.1% HTML Go CSS JavaScript New file Find file </textarea> '"` HTTPS Choose a clone URL HTTPS (recommended) Clone with Git or checkout with SVN using the repository's web address. HTTPS Learn more about clone URLs Download ZIP Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to s...

Linked on 2016-03-02 08:16:05 | Similar Links
tenyks-service/CHANGELOG.md at master · kyleterry/tenyks-service · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 1 Star 3 Fork 2 kyleterry / tenyks-service Code Issues 1 Pull requests 0 Pulse Graphs Permalink blob contrib key: blob_contributors:v21:eed47c4c2e5c1b2732389ab7331c91f8 Branch: master Switch branches/tags Branches Tags feature/help master Nothing to show 1.8 1.7 1.6 1.3 1.2 Nothing to show Find file Copy path tenyks-service / CHANGELOG.md 235d17b Feb 25, 2016 kyleterry adding changelog 1 contributor kyleterry Raw Blame History 16 lines (12 sloc) 649 Bytes No breaking changes. Everything should work the same. You can even remove all your def handler(...): pass methods :^). You are ...

Linked on 2016-02-26 07:35:09 | Similar Links
gist:00d84ec15d3f77f8b028 · GitHub

Skip to content </textarea> '"` All gists GitHub Sign up for a GitHub account Sign in Create a gist now Instantly share code, notes, and snippets. Star 0 Fork 0 kyleterry / gist:00d84ec15d3f77f8b028 secret Created Feb 25, 2016 Embed What would you like to do? Embed Embed this gist in your website. Embed Share Copy sharable URL for this gist. Share Clone via HTTPS Clone with Git or checkout with SVN using the repository's web address. HTTPS Learn more about clone URLs Download ZIP Code Revisions 1 /.container /.repohead Raw gistfile1.txt In [1]: import esp In [2]: reports = [r for r in esp.Report.find()] In [3]: report = reports[0] In [4]: report Out[4]: <esp.re...

Linked on 2016-02-25 22:46:50 | Similar Links
SUFR: A Skeleton Key of Unknown Strength | Dan Kaminsky's Blog

Tags Login A Skeleton Key of Unknown Strength | Dan Kaminsky's Blog Tue, 23 Feb 2016 15:49:20 PST · http://dankaminsky.com/2016/02/20/skeleton/ security vulnerabilities Edit © Kyle Terry · Github · Issues · Back to top · 1.0.0 Deleting URL Are you sure you want to delete this URL? Cancel Delete ...

Linked on 2016-02-23 23:49:49 | Similar Links
A Skeleton Key of Unknown Strength | Dan Kaminsky's Blog

wrap START container START header START banner START banner END Dan Kaminsky's Blog (Or: The Blog Formerly Known As DoxPara Research) header END navigation START menus START Home Imagery lulz Security menus END searchbox START searchbox END navigation END content START main START Home > Security > A Skeleton Key of Unknown Strength February 20, 2016 Dan Kaminsky Leave a comment Go to comments TL;DR:  The glibc DNS bug ( CVE-2015-7547 ) is unusually bad.  Even Shellshock and Heartbleed tended to affect things we knew were on the network and knew we had to defend.  This affects a universally used library (glibc) at a universally used protocol (DNS).  Generic tools that we didn’t even know had network surface (sudo) are thus exposed, as is software written in programming languages designed explicitly to be safe. Who can exploit this ...

Linked on 2016-02-23 23:48:28 | Similar Links
Deciding to rewrite getaddrinfo in rust

Side Menu Gravatar link, update avatar image url to use your own; s = size in pixels Update gravatar link to use ur own. Use s=64 to make avatar still look good on retina displays /Gravatar link HOME ABOUT SUBSCRIBE CATEGORIES TECH RESEARCH THOUGHTS FOLLOW GITHUB /Side Menu February 17th, 2016 on tech main_banner After reading about the newest glibc vulnerability, I have decided to see how much effort there is in rewriting parts of glibc in a safe language. Rust is well suited for this as it should prevent the kinds of buffer overflows that caused this problem. So where to start. So first order of business is to get a copy of the current implementation of getaddrinfo from glibc git clone git://sourceware.org/git/glibc.git You will find the definition of getaddrinfo in sysdeps/posix/getaddrinfo.c it starts at line 2324 and goes for about 300 ...

Linked on 2016-02-23 23:42:20 | Similar Links
GitHub - tylertreat/chan: Pure C implementation of Go channels.

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 46 Star 881 Fork 61 tylertreat / chan Code Issues 3 Pull requests 0 Pulse Graphs Pure C implementation of Go channels. 122 commits 1 branch 4 releases 6 contributors Shell 59.0% C 39.8% C++ 1.2% Shell C C++ New file Find file </textarea> '"` HTTPS Choose a clone URL HTTPS (recommended) Clone with Git or checkout with SVN using the repository's web address. HTTPS Learn more about clone URLs Download ZIP Branch: master Switch branches/tags Branches Tags master Nothing to show 0.0.4 0.0.3 0.0.2 0.0.1 Not...

Linked on 2016-02-23 23:30:23 | Similar Links
esp-sdk-python/auth.py at master · EvidentSecurity/esp-sdk-python · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 11 Star 0 Fork 0 EvidentSecurity / esp-sdk-python Code Issues 0 Pull requests 0 Pulse Graphs Permalink blob contrib key: blob_contributors:v21:af416a8fbcabff30b62f1617e201aa4b Branch: master Switch branches/tags Branches Tags master Nothing to show Nothing to show Find file Copy path esp-sdk-python / esp / auth.py 1d4ec0b Feb 23, 2016 kyleterry switch to vendored requests package 1 contributor kyleterry Raw Blame History 86 lines (73 sloc) 2.62 KB import base64 from datetime import datetime import hashlib import hmac from time import mktime from urllib.parse import urlparse from w...

Linked on 2016-02-23 23:29:02 | Similar Links
http://i.imgur.com/H0aRdck.jpg

- thanks for the bagel, New Seasons

SUFR: GoPro Awards: Sinking a Mexican Navy Warship - YouTube

Tags Login GoPro Awards: Sinking a Mexican Navy Warship - YouTube Mon, 22 Feb 2016 17:48:43 PST · https://www.youtube.com/watch?v=iFQAQQlwKmw · videos Edit © Kyle Terry · Github · Issues · Back to top · 1.0.0 Deleting URL Are you sure you want to delete this URL? Cancel Delete ...

Linked on 2016-02-23 01:48:58 | Similar Links
2016

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...

Linked on 2016-02-23 01:42:19 | Similar Links
Private links by kyleterry · Pull Request #27 · kyleterry/sufr · GitHub

Skip to content Sign up Sign in </textarea> '"` This repository Explore Features Enterprise Pricing Watch 2 Star 2 Fork 0 kyleterry / sufr Code Issues 15 Pull requests 1 Pulse Graphs base sha1: &quot;c3873331418c68b219cf672a4afdc1fff15d7d0c&quot; head sha1: &quot;5f735e8d514ddb8dc8e8ba36ca1dfb86c0b1214e&quot; Loading… Private links #27 Open kyleterry wants to merge 3 commits into master from private-links +128 −49 Conversation 0 Commits 3 Files changed 8 Show File Finder </textarea> '"` None yet </textarea> '"` No milestone </textarea> '"` No one assigned Owner kyleterry commented Feb 21, 2016 No description provided. kyleterry added some commits Feb 20, 2016 kyleterry kin...

Linked on 2016-02-21 00:19:35 | Similar Links
Amazon.com: Ubiquiti Networks UniFi AC Lite AP Enterprise Wi-Fi System (UAP-AC-LITE): Computers & Accessories

BeginNav From remote config v3 [if IE 6]> <style type="text/css"><!-- #navbar.nav-sprite-v3 .nav-sprite { background-image: url(http://g-ecx.images-amazon.com/images/G/01/gno/sprites/global-sprite_bluebeacon-v1._CB327533540_.png); } endif if gt IE 6 Amazon Try Prime Computers All Departments Amazon Video Appliances Apps & Games Arts, Crafts & Sewing Automotive Baby Beauty Books CDs & Vinyl Cell Phones & Accessories Clothing, Shoes & Jewelry Women Men Girls Boys Baby Collectibles & Fine Art Computers Credit and Payment Cards Digital Music Electronics Gift Cards Grocery & Gourmet Food Handmade Health & Personal Care Home & Kitchen Home Services Industrial & Scientific Kindle Store Luggage & Travel Gear Luxury Beauty Magazine Subscriptions Movies & TV Musical Instruments Office Products Patio, Lawn & Gard...

Linked on 2016-02-20 02:30:24 | Similar Links
SUFR: Minimalistic Bookmarking

Tags Login Print Blog / Vintage Color & Design: Russian Propaganda Posters by COLOURlovers :: COLOURlovers Fri, 19 Feb 2016 08:58:44 PST · http://www.colourlovers.com/print/blog/2009/10/29/vintage-color-design-russian-propaganda-posters colors Edit GopherCon 2015: Derek Parker - Delve Into Go - YouTube Thu, 18 Feb 2016 13:02:17 PST · https://www.youtube.com/watch?v=InG72scKPd4 · golang debugging talks Edit 1972 Portland–Vancouver tornado - Wikipedia, the free encyclopedia Thu, 18 Feb 2016 10:49:46 PST · https://en.wikipedia.org/wiki/1972_Portland%E2%80%93Vancouver_tornado history interesting Edit GitHub - derekparker/delve: Delve is a debugger for the Go programming language. Thu, 18 Feb 2016 10:09:00 PST · https://github.com/derekparker/delve golang debugging Edit GitHub - belluzj/fantasque...

Linked on 2016-02-19 21:05:23 | Similar Links
Monopoly is changing again–and some parents are not going to like it - The Washington Post

[if IE 9]><style>#main-sections-nav.subNavigation{width:475px !important}#main-sections-nav{left:-250px !important;width:315px !important}#main-sections-nav-inner{position:absolute !important}#main-sections-nav.subNavigation #main-sections-nav-inner{width:550px !important;overflow-x:hidden !important}#main-sections-nav.subNavigation{width:470px !important}</style><![endif] [if IE 9]><div id="page" class="ie ie9 "><![endif] [if IE 8]><div id="page" class="ie ie8 "><![endif] [if !IE]><! <![endif] Sections Sign In Username Subscribe Reading List [if IE 8]><div id="main-sections-nav" class="sections-nav ie8"><![endif] [if IE 9]><div id="main-sections-nav" class="sections-nav ie9"><![endif] [if !IE]><! <![endif] Accessibility for screenreader Home Page Politics PowerPost The Fix The Fed Page Whi...

Linked on 2016-02-19 17:55:36 | Similar Links
irc - GoDoc

Toggle navigation GoDoc Home Index About tenyks: github.com/kyleterry/tenyks / irc Index | Files import "github.com/kyleterry/tenyks/irc" ¶ func ConnectionReactor(conn *Connection, reactorCtl <-chan bool) func ConvertSlashCommand(fullcmd string) (string, error) func IsChannel(target string) bool func IsDirect(msg string, currentNick string) bool func StripNickOnDirect(msg string, nick string) string type Connection func NewConnection(name string, conf config.ConnectionConfig) *Connection func (conn *Connection) AddHandler(name string, fn ircfn) func (conn *Connection) BootstrapHandler(msg *Message) func (conn *Connection) CTCPHandler(msg *Message) func (conn *Connection) Connect() chan bool func (conn *Connection) ConnectedHandler(msg *Message) func (conn *Connection) Disconnect() func (conn *Connection) GetChannelElement(channel string) *list.Element fu...

Linked on 2016-02-19 17:36:31 | Similar Links
« 32 33 34 35 36 106 »

Pages are deceptive. Live life in a basket.