Skip to content

Instantly share code, notes, and snippets.

View elg0nz's full-sized avatar
:octocat:

G Maldonado elg0nz

:octocat:
View GitHub Profile
2048 1b:b8:c2:f4:7b:b5:44:be:fa:64:d6:eb:e6:2f:b8:fa 192.168.1.84 (RSA)
2048 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48 gist.github.com,207.97.227.243 (RSA)
2048 a2:95:9a:aa:0a:3e:17:f4:ac:96:5b:13:3b:c8:0a:7c 192.168.2.17 (RSA)
2048 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48 github.com,207.97.227.239 (RSA)
2048 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48 gist.github.com,207.97.227.243 (RSA)
+--[ RSA 2048]----+
| . |
| + . |
| . B . |
| o * + |
| X * S |
| + O o . . |
| . E . o |
| . . o |
2048 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48 gist.github.com,207.97.227.243 (RSA)
+--[ RSA 2048]----+
| . |
| + . |
| . B . |
| o * + |
| X * S |
| + O o . . |
| . E . o |
| . . o |
Generating public/private rsa key pair.
The key fingerprint is:
05:1e:1e:c1:ac:b9:d1:1c:6a:60:ce:0f:77:6c:78:47 you@i
The key's randomart image is:
+--[ RSA 2048]----+
| o=. |
| o o++E |
| + . Ooo. |
| + O B.. |
| = *S. |
@android_facade_v2= 'true'
@android_greendao_conversation_v2= 'true'
@android_greendao_inbox_v2= 'true'
@android_greendao_notification_v2= 'true'
@android_group_improvements= 'true'
@android_inbox_facepile= 'true'
@android_mobile_profiles_final= 'true'
@android_popular_files_v2= 'true'
@android_rage_shake_v2= 'true'
@android_round_avatar= falseandroid_settings_send_feedback_v2= 'true'
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g default-shell /bin/zsh
set-window-option -g mode-mouse on
# improve colors
set -g default-terminal "screen-256color"
# enable copy-paste http://goo.gl/DN82E
# enable RubyMotion http://goo.gl/WDlCy
set -g default-command "reattach-to-user-namespace -l zsh"
@elg0nz
elg0nz / rails3_fixtures.rb
Created September 10, 2012 23:27
Fixtures in Rails3
######## intros.yml
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
activity: MyString
why: MyText question: MyString
friend_a: MyString
friend_b: MyString
two:
server {
listen 80 default;
server_name _;
location / {
proxy_pass http://127.0.0.1:8080/;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
from celery.task import task
from coreApi import models as caModels
from django.db.models import Sum
from settings import DEBUG
import tablib
import datetime
import json
DEFAULT_ESTABLISHMENT_SETTING_OPTIONS = [
'print_courses',
--
-- PostgreSQL database dump
--
SET statement_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;