This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tbitbot-machinarium021.rhcloud.com,54.175.178.42 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwUPkUQ84FKIWhOxy5RBBuR9gbrov2epARmFmaxD7NFRayobnDvl8GaBTbH1kxaZ/tYQeIqVE1assL74KArMQBzz6rj0FEWf0zrXxAY55EGswmWEEdqlYu1LbIxDCG6opqkiq6ocxjea9K3XYq+2aYoAvI3sshSImTYZP1glFhrh3QUsNJHOfDboTLJFNSdLjzXubRMa4eEx7s9pe9kwBOaLNIiVeGzUWg5+KaykSg2UMB3aG127t8kX+OhDYceVR42ehQJ0MjQGlGoNtldxGrlX8NjxUqvJAo6pqNqRK8Cps7/x/m0GPXWAgSZymhurXmj1o2LP5nKLtVzMPvwMb0w== | |
| 54.164.35.188 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwUPkUQ84FKIWhOxy5RBBuR9gbrov2epARmFmaxD7NFRayobnDvl8GaBTbH1kxaZ/tYQeIqVE1assL74KArMQBzz6rj0FEWf0zrXxAY55EGswmWEEdqlYu1LbIxDCG6opqkiq6ocxjea9K3XYq+2aYoAvI3sshSImTYZP1glFhrh3QUsNJHOfDboTLJFNSdLjzXubRMa4eEx7s9pe9kwBOaLNIiVeGzUWg5+KaykSg2UMB3aG127t8kX+OhDYceVR42ehQJ0MjQGlGoNtldxGrlX8NjxUqvJAo6pqNqRK8Cps7/x/m0GPXWAgSZymhurXmj1o2LP5nKLtVzMPvwMb0w== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDDWFGKEYPRCC7X2sxd7kjbox9YaTRnnxak8Fc2C08RX0obD1J7DVI8bBqazjMExM5Obji5CDB2E1IEflWRib3kos8bPBZd86sBsrcXAtoo+UINla8OHF0RQXaiufN/+cf2uZGSd9JtDZ5idGsJ17yI7LdO+vZeiPPS+7/VvTDWFveiVSO3uAZXVDkVcAiVp+6Yh1P1hpVwEkz4w55Oj3CeAqwjkfMUK8BTuz+1MCQN2yHSxd2jwyOcrV4WQf7lBLrPUuaqG8u7o248XxluVGZws+sEOEwSh/5p9kXgi9jaufizGhCuU1K7Y6aet3cUdxG1kxTroJnTAqOfan0j8AU54U3JU6fj/MgPCMt8UCK8xU/eueW8BBgTlfiVPd6B3QxT7HGyzDP6IDYkdEwxjNnncg8mvttDtQEOzCRgwxKOF/q7v/YuKcQ+moQho9gdO0mrHfq6T63nxtF8H5PZb3JsqbmgpL6SEGf6VLa+5fckbhmNtVK5PBvXLveDL3HBEulIcbp8Re2k6lb8mlhLdvlJz+5Yx4nfoEvo6B39z8Hnv9LB3FLoz2nm7t4jGPFko6HzuGpGM15oQyQuYPMNYmEzOg6CTFhqquCcC+jt3FeM9CblxmUAAcN7hhy77EIazJmTFQABJTQMlQaRavFOHHNW8kvMpagKjtaKtkf1IMop/w== ä[email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set -x PROJECTS $HOME/Documents/Projects $PROJECTS | |
| set -gx LSCOLORS gxfxcxdxbxegedabagacad | |
| set -gx CLICOLOR 1 | |
| set -gx TERM xterm-256color | |
| function ls --description 'List contents of directory' | |
| command ls -lhFG $argv | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var vocaloid_changer = document.getElementById('vocaloid_changer'); | |
| AFRAME.registerComponent('vocaloid', { | |
| schema: {}, | |
| init: function(){ | |
| var self = this; | |
| vocaloid_changer.addEventListener('change', function(){ | |
| if(vocaloid_changer.value == 'miku'){ | |
| $('a-entity[mmd]').remove(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(document).ready(function() { | |
| //feed to parse | |
| var feed = "https://cors-anywhere.herokuapp.com/https://comunicacionconvalor.com/feed/"; | |
| var html = ""; | |
| $.ajax(feed, { | |
| accepts:{ | |
| xml:"application/rss+xml" | |
| }, | |
| dataType:"xml", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (venv3) richard@richard-Aspire-V3-572G:~/Documentos/Proyectos/BlueTide/altaplaza$ cactus deploy | |
| /home/richard/venv3/lib/python3.5/site-packages/django/template/base.py:1119: DeprecationWarning: inspect.getargspec() is deprecated, use inspect.signature() instead | |
| params, varargs, varkw, defaults = getargspec(func) | |
| Printed file: adidas (Adidas) | |
| Printed file: aeropostale (Aeropostale) | |
| Printed file: agua-clara (Agua Clara) | |
| Printed file: agua-menta (Agua Menta) | |
| Printed file: aldo (Aldo) | |
| Printed file: alex-and-ani (Alex and Ani) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/home/richard/.local/lib/python3.5/site-packages/cactus/utils/parallel.py", line 20, in wrapper | |
| return f(*args, **kwargs) | |
| File "/home/richard/.local/lib/python3.5/site-packages/cactus/deployment/engine.py", line 38, in <lambda> | |
| totalFiles = mapper(lambda p: p.upload(), self.files()) | |
| File "/home/richard/.local/lib/python3.5/site-packages/cactus/deployment/file.py", line 126, in upload | |
| remote_changed = self.remote_changed() | |
| File "/home/richard/.local/lib/python3.5/site-packages/cactus/utils/network.py", line 22, in f_retry | |
| return f(*args, **kwargs) | |
| File "/home/richard/.local/lib/python3.5/site-packages/cactus/deployment/s3/file.py", line 35, in remote_changed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict' | |
| const QUESTION = 1; | |
| const INCL_CAPS = 1; | |
| const NUM_START = 1; | |
| const YOU = 1; | |
| const WORD_COUNT = 1; | |
| const MAKE_ME = 1; | |
| const MODIFIER = 1; | |
| const CURSE = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(function(){ | |
| var forms = $('body').find('#gform'); | |
| $(forms).on('submit', handleFormSubmit); | |
| }); | |
| function getFormData(form) { | |
| var elements = $(form).find('input, checkbox, radio'); // all form elements | |
| var data = {}; | |
| $(elements).each(function(index,element){ | |
| data[element.name] = element.value; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @-moz-document url-prefix(https://www.facebook.com), url-prefix(https://apps.facebook.com){ | |
| ._576q ._1i1j svg { | |
| display: none; | |
| } | |
| ._576q ._1i1j:after, ._576q ._1i1j::after { | |
| content: url(http://www.gomotes.com/emoticon/facebook/facebook18.gif); | |
| } | |
| ._5j_u { |