This file contains 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 WEDNESDAY = 3; | |
function startup() { | |
checkCalendarEvents(); | |
}; | |
function edit(e) { | |
var sheet = SpreadsheetApp.getActiveSheet(); | |
var cells = sheet.getRange('A2:G2'); | |
var c = e.range.getColumn(); |
This file contains 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 python | |
import distutils.spawn | |
import os | |
import requests | |
import shutil | |
import subprocess | |
import sys | |
import tempfile | |
import urlparse |
This file contains 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
# Any copyright is dedicated to the Public Domain. | |
# http://creativecommons.org/publicdomain/zero/1.0/ | |
# | |
# A GDB Python script to fetch debug symbols from the Mozilla symbol server. | |
# | |
# To use, run `source /path/to/symbols.py` in GDB 7.9 or newer, or | |
# put that in your ~/.gdbinit. | |
from __future__ import print_function |
This file contains 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
$ ldd ../node_modules/audify/build/Release/audify.node | |
linux-vdso.so.1 (0x00007ffc0a9de000) | |
libopus.so.0 => /build/audify/../node_modules/audify/build/Release/libopus.so.0 (0x00007f9795a81000) | |
librtaudio.so.6 => /build/audify/../node_modules/audify/build/Release/librtaudio.so.6 (0x00007f9795a5f000) | |
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9795811000) | |
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f979572a000) | |
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f979570a000) | |
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f97954e0000) | |
libasound.so.2 => /lib/x86_64-linux-gnu/libasound.so.2 (0x00007f97953dd000) | |
libpulse.so.0 => /lib/x86_64-linux-gnu/libpulse.so.0 (0x00007f9795388000) |
This file contains 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
FILE SIZE | |
-------------- | |
+31% +225Ki .text | |
+36% +148Ki [4603 Others] | |
[NEW] +9.58Ki url::host::Host::parse | |
[NEW] +9.21Ki fancy_regex::compile::compile_inner | |
[NEW] +9.00Ki flatbuffers::get_root::root | |
+45% +6.50Ki _$LT$$RF$T$u20$as$u20$core..fmt..Debug$GT$::fmt | |
+28e2% +5.38Ki shared_core::events::eventlist::EventList::push_fb_event | |
[NEW] +4.89Ki fancy_regex::parse::Parser::parse_branch |
This file contains 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
FILE SIZE | |
-------------- | |
+31% +225Ki .text | |
+52e2% +68.4Ki /Users/ted/src/fsdev-mac/tools/cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs | |
[NEW] +39.6Ki /Users/ted/src/fsdev-mac/tools/cargo/git/checkouts/fancy-regex-4335b6f768c3ddb8/be6ba8f/src/lib.rs | |
+12e3% +36.2Ki /Users/ted/src/fsdev-mac/tools/cargo/registry/src/github.com-1ecc6299db9ec823/regex-1.5.4/src/lib.rs | |
+11% +31.6Ki shared-core/src/lib.rs | |
+22e3% +29.5Ki /Users/ted/src/fsdev-mac/tools/cargo/registry/src/github.com-1ecc6299db9ec823/url-2.2.2/src/lib.rs | |
+25e2% +8.63Ki /Users/ted/src/fsdev-mac/tools/cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.2.3/src/lib.rs | |
+7.6% +8.55Ki library/std/src/lib.rs |
This file contains 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 python | |
from __future__ import print_function | |
import argparse | |
import os | |
import subprocess | |
import sys | |
import zipfile |
This file contains 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
$ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-objdump -arch x86_64 --macho --unwind-info /Applications/Firefox.app/Contents/MacOS/firefox | |
Contents of __unwind_info section: | |
Version: 0x1 | |
Common encodings array section offset: 0x1c | |
Number of common encodings in array: 0x1 | |
Personality function array section offset: 0x20 | |
Number of personality functions in array: 0x0 | |
Index array section offset: 0x20 | |
Number of indices in array: 0x2 | |
Common encodings: (count = 1) |
This file contains 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
$ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/llvm-objdump -arch x86_64 --macho --dwarf=frames /Applications/Firefox.app/Contents/MacOS/firefox | |
.debug_frame contents: | |
.eh_frame contents: | |
00000000 00000014 ffffffff CIE | |
Version: 1 | |
Augmentation: "zR" |
NewerOlder