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
felipe@astroza-macmini:~/projects/foscamc1$ find _mtd1.extracted/ | |
_mtd1.extracted/ | |
_mtd1.extracted/_3BFC.extracted | |
_mtd1.extracted/_3BFC.extracted/1B68FD.crt | |
_mtd1.extracted/_3BFC.extracted/4FD8E8 | |
_mtd1.extracted/_3BFC.extracted/_4FD8E8.extracted | |
_mtd1.extracted/_3BFC.extracted/_4FD8E8.extracted/cpio-root | |
_mtd1.extracted/_3BFC.extracted/_4FD8E8.extracted/cpio-root/bin | |
_mtd1.extracted/_3BFC.extracted/_4FD8E8.extracted/cpio-root/bin/scriptreplay | |
_mtd1.extracted/_3BFC.extracted/_4FD8E8.extracted/cpio-root/bin/gunzip |
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
felipe@astroza-macmini:~/projects/foscamc1$ find _mtd2.extracted/squashfs-root | |
_mtd2.extracted/squashfs-root | |
_mtd2.extracted/squashfs-root/mtd_ext | |
_mtd2.extracted/squashfs-root/mtd_ext/app_ext | |
_mtd2.extracted/squashfs-root/mtd_ext/app_ext/diff_cn | |
_mtd2.extracted/squashfs-root/mtd_ext/app_ext/diff_cn/js | |
_mtd2.extracted/squashfs-root/mtd_ext/app_ext/diff_cn/js/main.js | |
_mtd2.extracted/squashfs-root/mtd_ext/app_ext/diff_cn/js/class.js | |
_mtd2.extracted/squashfs-root/mtd_ext/app_ext/diff_cn/html | |
_mtd2.extracted/squashfs-root/mtd_ext/app_ext/diff_cn/html/login.html |
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 | |
vmsMount=$(mount|grep /Users/felipe/vms) | |
if [ "x$vmsMount" == "x" ]; then | |
sudo mount -t nfs -o resvport 192.168.3.173:/export/vms /Users/felipe/vms | |
fi | |
cd /Users/felipe/vms/beck | |
# Linux |
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
class Boost < Formula | |
desc "Collection of portable C++ source libraries" | |
homepage "https://www.boost.org/" | |
revision 3 | |
head "https://github.com/boostorg/boost.git" | |
stable do | |
url "https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.tar.bz2" | |
mirror "https://dl.bintray.com/homebrew/mirror/boost_1_72_0.tar.bz2" | |
sha256 "59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722" |
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
class Boost < Formula | |
desc "Collection of portable C++ source libraries" | |
homepage "https://www.boost.org/" | |
revision 3 | |
head "https://github.com/boostorg/boost.git" | |
stable do | |
url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" | |
sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" |
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
.arch armv5t | |
.fpu softvfp | |
.text | |
.syntax unified | |
.align 2 | |
.global ReformString | |
.type ReformString, %function | |
ReformString: | |
push {r2, r3} | |
cmp r1, #0 |
OlderNewer