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
| Package Control Messages | |
| ======================== | |
| SFTP: | |
| ---- | |
| Thanks for installing Sublime SFTP! Below are some quick notes to get you | |
| started with the plugin. Please see http://wbond.net/sublime_packages/sftp for | |
| the full documentation. | |
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
| {% load markup %} | |
| <html> | |
| <head> | |
| <meta> | |
| <title>{% block title %}nugarum cesaris{% endblock %}</title> | |
| <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}css/main.css"> | |
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> | |
| </head> | |
| <body> | |
| <div id="container"> |
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
| #!/usr/bin/env zsh | |
| if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then | |
| source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" | |
| fi | |
| autoload -U colors && colors | |
| # Load and execute the prompt theming system. | |
| fpath=("$pm/dotfiles/terminal" $fpath) |
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
| k;double sin() | |
| ,cos();main(){float A= | |
| 0,B=0,i,j,z[1760];char b[ | |
| 1760];printf("\x1b[2J");for(;; | |
| ){memset(b,32,1760);memset(z,0,7040) | |
| ;for(j=0;6.28>j;j+=0.07)for(i=0;6.28 | |
| >i;i+=0.02){float c=sin(i),d=cos(j),e= | |
| sin(A),f=sin(j),g=cos(A),h=d+2,D=1/(c* | |
| h*e+f*g+5),l=cos (i),m=cos(B),n=s\ | |
| in(B),t=c*h*g-f* e;int x=40+30*D* |
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
| #include <stdio.h> #include <stdlib.h> | |
| #define pqp int main | |
| #define kupatchua return 0 | |
| #define o mander[i] | |
| #define upaPol(o) printf("%c",o); | |
| #define nAm for (i=0;i<x;i++) | |
| pqp(int x,char **y){int i;char mander[x]; | |
| nAm{o=strtoull(y[i],NULL,2);} | |
| nAm{upaPol(o)}upaPol('\n');kupatchua;} |
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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| struct cel | |
| { | |
| int value; | |
| struct cel *next; | |
| }; | |
| typedef struct cel cell; | |
| void add(cell **list, int valor); |
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
| Cursor movement | |
| h - move left | |
| j - move down | |
| k - move up | |
| l - move right | |
| w - jump by start of words (punctuation considered words) | |
| W - jump by words (spaces separate words) | |
| e - jump to end of words (punctuation considered words) | |
| E - jump to end of words (no punctuation) |
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
| # Easier navigation: .., ..., ...., ....., ~ and - | |
| #alias ..="cd .." | |
| #alias ...="cd ../.." | |
| #alias ....="cd ../../.." | |
| #alias .....="cd ../../../.." | |
| #alias ~="cd ~" # `cd` is probably faster to type though | |
| #alias -- -="cd -" | |
| # Shortcuts | |
| alias dropbox="cd ~/Dropbox" |
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 request = require('request'); | |
| var fs = require('fs'); | |
| var array = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']; | |
| var pegaOsAdjetivoCaraio = function(i, aToZ) { | |
| if (i < aToZ.length) { | |
| request('http://dicionarioadjetivo.blogspot.com/search/label/' + aToZ[i], function(error, response, body) { | |
| if (!error && response.statusCode == 200) { | |
| var x = body.match(/(title=".*">.+<\/a)/g); |
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
| .oO Phrack 49 Oo. | |
| Volume Seven, Issue Forty-Nine | |
| File 14 of 16 | |
| BugTraq, r00t, and Underground.Org | |
| bring you | |
| XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
OlderNewer