2015-10-21
- jennifer
- martym
| #!/usr/bin/sudo ruby | |
| # | |
| # revealer.rb -- Deobfuscate GHE .rb files. | |
| # | |
| # This is simple: | |
| # Every obfuscated file in the GHE VM contains the following code: | |
| # | |
| # > require "ruby_concealer.so" | |
| # > __ruby_concealer__ "..." |
| /* 11/27/2017 - Tweaked for a page redesign. | |
| * 1/6/2018 - Handle videos in book bundle. | |
| */ | |
| var pattern = /(MOBI|EPUB|PDF( ?\(H.\))?|CBZ)$/i; | |
| var pattern2 = /(Download)$/; | |
| var nodes = document.getElementsByTagName('a'); | |
| var downloadCmd = ''; | |
| for (i in nodes) { | |
| var a = nodes[i]; | |
| if (a && a.text && pattern.test(a.text.trim())) { |
wvideo=tra6gsm6rl
hashedId=tra6gsm6rl in the page sourcehttp://fast.wistia.net/embed/iframe/ + video ID in your browser"type":"original" in the page source and
copy the URL from the next line
e.g. "url":"http://embed.wistia.com/deliveries/129720d1762175bcd8e06dcab926ec76ad38ff00.bin""type":"hd_mp4_video"The list below includes 3098 deleted tweets by rjs.
There are also 2 tweets that are indicated as not currently deleted by the Twitter API that have been scraped from pages of deleted tweets (as replies, etc.). These possibly undeleted tweets are included for context and are indicated by a (live) link.
| { | |
| "us-east-1": { | |
| "city": "Ashburn", | |
| "state": "Virginia", | |
| "country": "United States", | |
| "countryCode": "US", | |
| "latitude": 38.9445, | |
| "longitude": -77.4558029, | |
| "region": "North America", | |
| "iataCode": "IAD" |
| /** | |
| * This file contains AI generated code. Generated code exists | |
| * between the BEGIN AI SECTION and END AI SECTION designators. | |
| * | |
| * @ai-generated model=openai.gpt-4 | |
| */ | |
| import React from "react"; | |
| interface Person { | |
| name: string; |
| // This is for the Zig 0.15. | |
| // See https://gist.github.com/karlseguin/c6bea5b35e4e8d26af6f81c22cb5d76b/1f317ebc9cd09bc50fd5591d09c34255e15d1d85 | |
| // for a version that workson Zig 0.14.1. | |
| // in your build.zig, you can specify a custom test runner: | |
| // const tests = b.addTest(.{ | |
| // .root_module = $MODULE_BEING_TESTED, | |
| // .test_runner = .{ .path = b.path("test_runner.zig"), .mode = .simple }, | |
| // }); |
| #!/usr/bin/env bun | |
| "use strict"; | |
| const fs = require("fs"); | |
| const { execSync } = require("child_process"); | |
| const path = require("path"); | |
| // ANSI color constants | |
| const c = { | |
| cy: '\033[36m', // cyan |