- Integrate https://github.com/iCepa/Tor.framework into an empty project that can connect to a
.onion
address. - Integrate a Swift web server. https://github.com/httpswift/swifter or https://github.com/envoy/Embassy
- Setup a
Tor.framework
hidden service for the web server. - Port https://github.com/micahflee/onionshare code to Swift.
- Develop the UI.
- Alpha build for testing.
- Integrate feedback and fix bugs from Alpha.
- Beta build for testing.
This file has been truncated, but you can view the full file.
This file contains 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/xcrun xcodebuild -project /Users/xxx/Coding/iOS/Tor.framework/Tor.xcodeproj -scheme Tor-iOS -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES archive -archivePath /var/folders/jx/yr801c_w8xj3860059bj5rtr0000gp/T/Tor.framework SKIP_INSTALL=YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=NO CLANG_ENABLE_CODE_COVERAGE=NO STRIP_INSTALLED_PRODUCT=NO (launched in /Users/xxx/Coding/iOS/Tor.framework)User defaults from command line: | |
IDEArchivePathOverride = /var/folders/jx/yr801c_w8xj3860059bj5rtr0000gp/T/Tor.framework | |
Build settings from command line: | |
CARTHAGE = YES | |
CLANG_ENABLE_CODE_COVERAGE = NO | |
CODE_SIGN_IDENTITY = | |
CODE_SIGNING_REQUIRED = NO | |
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO | |
ONLY_ACTIVE_ARCH = NO |
This file contains 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
Sub Main() | |
' MuseumOS BrightSign video player | |
' NOTE: This script uses an roHttpServer which doesn't do TLS | |
' So be sure not to let the general public on this network | |
' Settings | |
videoFileToPlay = "SD:/test.mp4" | |
museumosUri = "http://192.168.2.1:4444" | |
brightSignTimestampUri = "/hello" |
This file contains 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
Sub Main() | |
msgPort = CreateObject("roMessagePort") | |
r = CreateObject("roRectangle", 0, 0, 1920, 1080) | |
is = { | |
port: 3000 | |
} | |
config = { | |
inspector_server: is | |
brightsign_js_objects_enabled: true |
This file contains 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 | |
#set -e | |
# install-wifi - 12/02/2018 - by MrEngman. | |
UPDATE_SELF=${UPDATE_SELF:-1} | |
UPDATE_URI="http://downloads.fars-robotics.net/wifi-drivers/install-wifi" | |
ROOT_PATH=${ROOT_PATH:-"/"} | |
WORK_PATH=${WORK_PATH:-"${ROOT_PATH}/root"} |
This file contains 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
Verifying my Blockstack ID is secured with the address 16i4q6T3nnGfuPSYLDxBkGVaA9k8Xt25GF https://explorer.blockstack.org/address/16i4q6T3nnGfuPSYLDxBkGVaA9k8Xt25GF |
This file contains 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
function playJoy(){ | |
/* click play every 6 minutes */ | |
document.getElementsByClassName("heroPlayButton")[0].click(); | |
setTimeout(playJoy, 1000 * 60 * 6); | |
} | |
playJoy(); |
This file contains 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
Summary: | |
Replying to a partly encrypted message, https://gpgtools.org includes the decrypted block of the original message in the reply. | |
Steps to Reproduce: | |
* Reply to an email with a block of encrypted data in it amongst some unencrypted data. | |
* Press send, hastely read the warning, make bad assumption, send anyway. | |
Expected Results: | |
* I expected GPGTools to include the original encrypted block in the reply when clicking send. |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am sighmon on github. | |
* I am sighmon (https://keybase.io/sighmon) on keybase. | |
* I have a public key whose fingerprint is FE44 56A4 49BD 1486 247F F787 89BB F41F DC97 AF5D | |
To claim this, I am signing this object: |
This file contains 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
Verifying that +sighmon is my Bitcoin username. You can send me #bitcoin here: https://onename.io/sighmon |