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
U-Boot 1.1.3 (Nov 18 2012 - 20:35:15) | |
Board: Ralink APSoC DRAM: 32 MB | |
relocate_code Pointer at: 81fb4000 | |
*********************** | |
Watchdog Reset Occurred | |
*********************** | |
spi_wait_nsec: 42 | |
spi device id: ef 40 17 0 0 (40170000) | |
find flash: W25Q64BV |
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
$ strings videocatch | |
/lib/ld-uClibc.so.0 | |
pP0D | |
_init | |
_fini | |
__uClibc_main | |
__deregister_frame_info | |
__register_frame_info | |
_Jv_RegisterClasses | |
video_fd |
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
$ strings ipcamn | |
/lib/ld-uClibc.so.0 | |
p UR | |
_fini | |
__uClibc_main | |
__deregister_frame_info | |
__register_frame_info | |
_Jv_RegisterClasses | |
getpid | |
msntp_deal |
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 fs = require('fs'), | |
http = require('http'), | |
scraper = require('wsscraper'), | |
url = require('url'), | |
static = require('node-static'); | |
//configuration | |
var amount = 4 | |
var timeout = 60000 | |
var detect_faces = 1 |
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
/* | |
* Copyright (c) 2014, Jelmer Tiete <[email protected]> | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions | |
* are met: | |
* 1. Redistributions of source code must retain the above copyright | |
* notice, this list of conditions and the following disclaimer. | |
* 2. Redistributions in binary form must reproduce the above copyright |