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
| @Entity | |
| class Applicant extends Model { | |
| @Id | |
| Long id; | |
| @DbJsonB |
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
| =ERROR REPORT==== 11-Apr-2020::14:43:18.391012 === | |
| Error in process <0.87.0> with exit value: | |
| {internal_error, | |
| [{re,internal_run, | |
| [<<"\n$time $metadata[$level] $levelpad$message\n">>, | |
| {re_pattern,2,0,0, | |
| <<69,82,67,80,137,0,0,0,0,0,0,0,65,0,0,0,255,255,255,255,255, | |
| 255,255,255,0,0,36,0,0,0,2,0,0,0,64,0,7,0,2,0,0,0,0,0,0,0,0,0, | |
| 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,104,101,97,100,0,0,2,116, | |
| 97,105,108,0,125,0,55,127,0,5,0,1,114,0,5,29,36,106,0,0,0,0,0, |
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/ruby | |
| require 'json' | |
| require 'set' | |
| $/ = "END" | |
| puts "paste in the emails, one per line, and then END on its own line:" | |
| emails_input = STDIN.gets | |
| ldap_list = emails_input |
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
| require 'set' | |
| Page = Struct.new(:url) do | |
| LINK_TABLE = { | |
| "google.com" => %w[google.com/maps google.com/mail], | |
| "google.com/mail" => %w[google.com google.com/mail/drafts google.com/mail/spam], | |
| "google.com/mail/drafts" => %w[google.com google.com/mail google.com/mail/spam], | |
| "google.com/mail/spam" => %w[google.com google.com/mail google.com/mail/drafts], | |
| "google.com/maps" => %w[google.com google.com/my-maps google.com/mail], | |
| "google.com/my-maps" => %w[google.com google.com/maps] |
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
| # Loops take a piece of code and execute it | |
| # zero to many times depending on the loop, depending on the loop conditions | |
| # The code between `do` and `end` defines the body of the loop, which is the | |
| # code that will be executed for each iteration of the loop | |
| # The words in between the | characters are the parameter list for the loop | |
| # A common loop in ruby is the `each` loop. `each` executes its loop body once | |
| # for each item in an array or hash. On each executation it passes the next |
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
| [ | |
| { | |
| "firstName": "Adrian", | |
| "lastName": "Zendejas", | |
| "club": "Sporting Kansas City", | |
| "position": "GK", | |
| "base": "$55,650.00", | |
| "total": "$55,650.00" | |
| }, | |
| { |
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 AAAAB3NzaC1yc2EAAAADAQABAAACAQDpeEHYcEKCbso5K1hQ8FXBJf/i/3msgQp7w5ytvcb7HLsbaC1ZPzUIFIWAoMiB/nIGjka+/qPznLxv48TpV36sax6PspFjFu6nC33NstIonBMhYzYedbbeADmcXLjBQNmkc56vsRxht+Fbcex1zByx3rrOSfU2HsXHU0X7ny9FOi/9hvmirWZy75GaTbSoBx6ZcsT/lrewrikT+Xt/NEX5S+O3jaVeUcXjYkMGc7XeTQiBj3MplKHUZVhRdeuAs9Ii2RlW7h+BahQZwuix/tDVGh2ni3ixWoyEPvHIL5HP1MGBjM1NlF3z+psraxNhCgANqPNp2gVfgzOEVC9cK5d/Xu2+YoY4uHhzaY3c/zWlhSI+1C0eAR3J+EVJEC7dnImcJr4uKcNs+NgDAWUUjDHFCo3f6MDJqfnYN5WfG2PSOcrebx722I6DxCj+hqe2LaLuULzsgO7W4W3zPLrVUnFc0YG334MCaQ4ytdVwmwzJNVj/4hjW9Bbdl0LBFi4HbvwEgl5aitPD9cVG101/f1HN6zMk7OjDcNiyWqqajEtI/nO86WPLkBKHAosVlono64LoGPZDU6WG/WrzBQt/QJygVhHEad27r9p5+VMv9LT+lBoCjnKPcp5jN2o1bMzZGP+CuhyuNOBa3roSEIKXgzf61y8t0TLWPFA0RFEFS4Q1LQ== bion@substantial.com |
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
| https://crackstation.net/buy-crackstation-wordlist-password-cracking-dictionary.htm |
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
| alias l="ls -l" | |
| alias ll="l" | |
| alias lll="l" | |
| alias llll="l" | |
| alias lllll="l" | |
| alias llllll="l" | |
| alias lllllll="l" | |
| alias llllllll="l" | |
| alias lllllllll="l" | |
| alias llllllllll="l" |
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
| #!/bin/bash | |
| dir=${1-"."} | |
| number=${2-"10"} | |
| find $dir -type f -print0 | | |
| xargs -0 du -s | | |
| sort -n | | |
| tail -$number | | |
| cut -f2 | |