<![endif] New to Twitter? Sign up Twitter Search query Search Twitter Remove Verified account @ Suggested users Verified account @ Verified account @ Language: English Bahasa Indonesia Bahasa Melayu Čeština Dansk Deutsch English UK Español Filipino Français Italiano kannaḍa Magyar Nederlands Norsk Polski Português Română Suomi Svenska Tiếng Việt Türkçe Русский Українська мова עִבְרִית العربية فارسی मराठी हिन्दी বাংলা ગુજરાતી தமிழ் ภาษาไทย 한국어 日本語 简体中文 繁體中文 Have an account? Log in New to Twitter? Join Today » Log in Phone, email or username Password Log in Remember me Forgot password? Already using Twitter via text message? Follow Following Unfollow Blocked Unblock Pending Cancel Xena ...
-> https://github.com/Xe/christine.website/blob/master/app.yaml
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 1 Star 2 Fork 0 Xe / christine.website /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:7b9710ccfb665fe8483e3a1afae03818 branch: master Switch branches/tags Branches Tags gh-pages master Nothing to show Nothing to show christine.website / Dockerfile Xe Jun 17, 2015 Update dockerfile for 2.1 version of docker-lapis 1 contributor Xe Raw Blame History 10 lines (7 sloc) 0.184 kB FROM xena/lapis:2.1 ADD init/oleg /seed/ole...
Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 1 Star 2 Fork 0 Xe / christine.website /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Permalink blob contrib key: blob_contributors:v21:0abd41ade4c8c53283dc484c96de8c07 branch: master Switch branches/tags Branches Tags gh-pages master Nothing to show Nothing to show christine.website / controllers / resume.moon Xe Mar 13, 2015 be responsive 1 contributor Xe Raw Blame History 18 lines (13 sloc) 0.41 kB discount = require " discount " lapis = require " lapis " ole...
-> https://christine.website/cache/caches/resume -> https://christine.website/resume
Toggle navigation Christine Dodrill Blog Projects Resume Contact <h2 id="Skills">Skills</h2> <ul> <li>Go, Moonscript, Lua, Python, C, Nim</li> <li>Docker deployments</li> <li><code>git</code>-centric project management</li> <li>Research and Development for new ways to do things</li> </ul> <h2 id="Side.Projects">Side Projects</h2> <ul> <li>Programming, administration and orchestration of complicated, multi-tenant IRC networks.</li> <li>Mitigation of active attacks against IRC networks and creation of sane tools to make future mitigation easier</li> <li>Design and implementation of next generation services and administrative tools for IRC networks</li> <li>Research and development of new container-based scalable deployment systems</li> </ul> Christine Dodrill - 2015 - revision 92275f1444ba...
Toggle navigation Christine Dodrill Blog Projects Resume Contact <h1 id="My.Site">My Site</h1> <p>This is intended as my portfolio site or the like. This is a site made with <a href="http://leafo.net/lapis">lapis</a> and deployed on a server running <a href="https://github.com/dokku-alt/dokku-alt">dokku-alt</a> and runs inside the <a href="https://github.com/Xe/docker-lapis">docker-lapis</a> container. It also has a copy of <a href="http://olegdb.org">OlegDB</a> running to cache API requests from GitHub. This cache is cleared on every deploy, as well as keys expiring after 6 hours.</p> <h2 id="License">License</h2> <pre><code>Copyright (C) 2015 Christine Dodrill <me@christine.website> All rights reserved. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software....
<![endif] deviantART Browse Art Prints Shop Groups Deviants Sta.sh dA muro Chat Journals Today Forum Find More Art Daily Deviations Critiques Critiqueable Wallpaper Random Random Deviant Random Deviation Random Group Deviant Art Search Buy Art Buy adCast Buy Premium Membership Shop Mobile Groups Forum Chat Journals Wallpaper Portfolio Critiques Critiqueable Random Deviant Random Deviation Random Group Help & FAQ More Submit Join Username or Email Password Stay logged in Login Join DeviantArt for FREE Take the Tour Forgot Password or Username? Login TENGEN OPPA GANGNAM LAGANN by Triple-Q Watch Fan Art / Digital Art / Drawings / Movies & TV ©2014-2015 Triple-Q youtu.be/949t3anhQmg Add a Comment: Preview Submit Comment Load A...
Hacker News new | comments | show | ask | jobs | submit login Windows 10 “WiFi Sense” automatically leaks your wifi password to strangers 128 points by hayksaakian 5 hours ago | 67 comments Even if you personally disable it on your own computer, anyone else connecting to your network (example: non-technical friend) will leak your password to all of _their_ facebook friends. The only way to opt out of this "feature" is to change the name of your SSID to include _optout at the end -- or force EVERY SINGLE PERSON connecting to your network to disable the feature on their PC before connecting. There is no other way to opt out. https://www.windowsphone.com/en-gb/how-to/wp8/connectivity/use-wi-fi-sense-to-get-connected https://www.windowsphone.com/en-gb/how-to/wp8/connectivity/how-do-i-opt-my-network-out-of-wi-fi-sense https://www.windowsphone.com/en-gb/how-to/wp8/connectivity/...
Downloads Documentation Get Involved Help ZendCon 2015 Getting Started Introduction A simple tutorial Language Reference Basic syntax Types Variables Constants Expressions Operators Control Structures Functions Classes and Objects Namespaces Exceptions Generators References Explained Predefined Variables Predefined Exceptions Predefined Interfaces and Classes Context options and parameters Supported Protocols and Wrappers Security Introduction General considerations Installed as CGI binary Installed as an Apache module Filesystem Security Database Security Error Reporting Using Register Globals User Submitted Data Magic Quotes Hiding PHP Keeping Current Features HTTP authentication with PHP Cookies Sessions Dealing with XForms Handling file uploads Using remote files Connection handling Persistent Database Connections Safe...
thanks jnerula
Please enable JavaScript in your browser! Home Explore Help Sign In Register xena / workshit SSH HTTPS Copy Need help cloning? Visit Help ! ZIP TAR.GZ Watch 1 Star 0 Fork 0 Browse Source parent 39c986666f commit 84ca81cdd5 Christine Dodrill 36 seconds ago Show Diff Stats 1 changed files with 4 additions and 4 deletions 4 4 src/string_compare_guy.c + 4 - 4 View File src/string_compare_guy.c @@ -7,17 +7,17 @@ 7 7 // right hand side, length and returns 1 if the right hand side (needle) is inside the left hand 8 8 // side (haystack). 9 9 static int string_compare_guy(char* lhs, int llength, char* rhs, int rlength) { 10 - char* lnz = alloca(llength + 1); 10 + char lnz[llength + 1]; 11 11 memcpy(lnz, lhs, ...
Please enable JavaScript in your browser! Home Explore Help Sign In Register xena / workshit SSH HTTPS Copy Need help cloning? Visit Help ! ZIP TAR.GZ Watch 1 Star 0 Fork 0 Work shit Branch: master Branches & Tags Branches Tags master workshit src string_compare_guy.c string_compare_guy.c 1.1KB History Raw #include <stdio.h> #include <stdlib.h> #include <string.h> // string_compare_guy compares the contents of the left hand side, length with the contents of the // right hand side, length and returns 1 if the right hand side (needle) is inside the left hand // side (haystack). static int string_compare_guy(char* lhs, int llength, char* rhs, int rlength) { char* lnz = malloc(llength + 1); memcpy(lnz, lhs, llength); lnz[llength] = 0; char* rnz = malloc(rlength + 1); memcpy(rnz, rhs,...