Skip to content

Instantly share code, notes, and snippets.

{
"band": "Rush",
"song": "Time Stand Still"
}
@mansilladev
mansilladev / RunscopeExportFormat_sample.json
Last active November 19, 2015 22:32
Runscope Export Format - API tests sample export directly from a Runscope bucket. 2 tests with various simple assertions, scripted assertions, variables, and more.
[
{
"trigger_url": "https://api.runscope.com/radar/42117443-3e16-47d0-9e6f-499cc340c318/trigger",
"name": "Deck of Cards API Test",
"version": "1.0",
"exported_at": 1447971800,
"steps": [
{
"body": "",
"form": {},
@mansilladev
mansilladev / logcat.txt
Created April 15, 2016 21:50
logcat from stock KitKat (API 19 / 4.4) x86 running AVD Android Studio 2.0
--------- beginning of /dev/log/system
I/Vold ( 935): Vold 2.1 (the revenge) firing up
D/Vold ( 935): Volume sdcard state changing -1 (Initializing) -> 0 (No-Media)
D/Vold ( 935): Volume sdcard state changing 0 (No-Media) -> 1 (Idle-Unmounted)
I/SystemServer( 1256): Entered the Android system server!
I/SystemServer( 1256): Waiting for installd to be ready.
I/Installer( 1256): connecting...
I/Installer( 1256): disconnecting...
E/Installer( 1256): connection failed
I/SystemServer( 1256): Power Manager
@mansilladev
mansilladev / test.json
Created September 11, 2017 17:41
Just a test json
{
"name": "Neil Mansilla",
"role": "Dungeon Master",
"location": {
"state": "CA",
"city": "Mountain View"
}
}