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 python | |
| import bisect | |
| import subprocess | |
| import sys | |
| def lookup(lib, find_addr): | |
| funcs = {} | |
| for line in subprocess.check_output(['readelf', '-s', lib]).splitlines(): | |
| line = line.strip() |
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
| using System; | |
| using System.Windows.Forms; | |
| using System.IO; | |
| using System.Text; | |
| namespace iTunesDBBrowser | |
| { | |
| public delegate void UpdateFormDelegate(Song song, long bytes, long totalbytes); | |
| public struct Song |
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 python | |
| import distutils.spawn | |
| import os | |
| import requests | |
| import shutil | |
| import subprocess | |
| import sys | |
| import tempfile | |
| import urlparse |
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 "platform.h" | |
| #include <stdint.h> | |
| #include <fcntl.h> | |
| #include <sys/ioctl.h> | |
| #include <unistd.h> | |
| #include <string.h> | |
| #include <time.h> | |
| #include <stdlib.h> | |
| #include <stdio.h> |
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
| // RawInputTest.cpp : Defines the entry point for the console application. | |
| // | |
| #include "stdafx.h" | |
| using std::vector; | |
| const struct { | |
| int usagePage; | |
| int usage; |
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 | |
| #TODO: you will need to manually get an OS X SDK. | |
| set -e | |
| # Install the proper Rust nightly with rustup, and add the OSX target. | |
| rustup install nightly-`cat rust-nightly-date` | |
| rustup override add nightly-`cat rust-nightly-date` | |
| rustup target install x86_64-apple-darwin |
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 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 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
| # 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 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
| $ 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 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
| 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 |
NewerOlder