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
Processor Information: | |
Model: MacBookPro10,1 | |
Vendor: GenuineIntel | |
CPU Family: 0x6 | |
CPU Model: 0x3a | |
CPU Stepping: 0x9 | |
CPU Type: 0x0 | |
Speed: 2300 Mhz | |
8 logical processors | |
4 physical processors |
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
Process: csgo_osx [93707] | |
Path: /Users/USER/Library/Application Support/Steam/*/csgo_osx | |
Identifier: csgo_osx | |
Version: ??? | |
Code Type: X86 (Native) | |
Parent Process: bash [93704] | |
Responsible: steam_osx [85725] | |
User ID: 502 | |
Date/Time: 2014-09-23 23:56:25.230 +0800 |
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
Gson Type Adapters for Common Classes | |
JodaTime Classes | |
DateTime | |
private static class DateTimeTypeConverter | |
implements JsonSerializer<DateTime>, JsonDeserializer<DateTime> { | |
@Override | |
public JsonElement serialize(DateTime src, Type srcType, JsonSerializationContext context) { | |
return new JsonPrimitive(src.toString()); |
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
D/MountService( 1681): volume state changed for /storage/UsbDriveB (null -> removed) | |
I/MountService( 1681): Updating valid state removed | |
D/MountService( 1681): updatePublicVolumeState :: path = /storage/UsbDriveC, state = removed | |
D/MountService( 1681): volume state changed for /storage/UsbDriveC (null -> removed) | |
I/MountService( 1681): Updating valid state removed | |
D/MountService( 1681): updatePublicVolumeState :: path = /storage/UsbDriveD, state = removed | |
D/MountService( 1681): volume state changed for /storage/UsbDriveD (null -> removed) | |
I/MountService( 1681): Updating valid state removed | |
D/MountService( 1681): updatePublicVolumeState :: path = /storage/UsbDriveE, state = removed | |
D/MountService( 1681): volume state changed for /storage/UsbDriveE (null -> removed) |
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
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user && killall Finder |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>SoundCloud OAuth 2 User Agent Authentication Flow Demo</title> | |
<script type="text/javascript" charset="utf-8" src="javascript/jquery-1.4.2.js"></script> | |
<script type="text/javascript" charset="utf-8"> | |
$(function () { | |
var extractToken = function(hash) { |
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 bash | |
### BEGIN INIT INFO | |
# Provides: redis-server | |
# Required-Start: $syslog | |
# Required-Stop: $syslog | |
# Should-Start: $local_fs | |
# Should-Stop: $local_fs | |
# Default-Start: 2 3 4 5 | |
# Default-Stop: 0 1 6 | |
# Short-Description: redis-server - Persistent key-value db |
NewerOlder