I hereby claim:
- I am torch2424 on github.
- I am torch2424 (https://keybase.io/torch2424) on keybase.
- I have a public key ASBqkfcWRmJLpLeEyBk06pEvb3yP-YRH9XMysxtDtEbiQgo
To claim this, I am signing this object:
asc ./node_modules/as-bind/lib/assembly/as-bind.ts your-entryfile.ts [...other cli options...] |
// '../node_modules/as-bind/*' should be the relative path to this directory in your project | |
export * from "../node_modules/as-bind/lib/assembly/asbind.ts"; |
import { AsBind } from "as-bind"; | |
const wasm = fetch("./path-to-my-wasm.wasm"); | |
const asyncTask = async () => { | |
const asBindInstance = await AsBind.instantiate(wasm); | |
// You can now use your wasm / asbind instance! | |
const response = asBindInstance.exports.myExportedFunctionThatTakesAString( | |
"Hello World!" |
I hereby claim:
To claim this, I am signing this object:
<!DOCTYPE html> | |
<!-- HTML5 Hello world by kirupa - http://www.kirupa.com/html5/getting_your_feet_wet_html5_pg1.htm --> | |
<html lang="en-us"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Hello...</title> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css" type="text/css" /> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.1/angular.min.js"></script> | |
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular-animate.js"></script> |
# How to create systemd services: http://neilwebber.com/notes/2016/02/10/making-a-simple-systemd-file-for-raspberry-pi-jessie/ | |
# Digital ocean on a mongodb service: https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-16-04 | |
[Unit] | |
Description=Run SystemD as users | |
After=network.target | |
[Service] | |
Type=simple | |
User=[USER HERE] | |
WorkingDirectory=[USER HOME] |
#/bin/bash | |
# http://stackoverflow.com/questions/26935515/in-linux-how-to-compare-two-directories-by-filename-only-and-get-list-of-result | |
# How to read bash script flags: http://stackoverflow.com/questions/14447406/bash-shell-script-check-for-a-flag-and-grab-its-value | |
if [ "$#" -ne 4 ]; then | |
# Not Enough Params, Show Usage |
<h2 style="text-align: center;">PRIVACY POLICY MODEL FOR MOBILE APPLICATIONS</h2> | |
<p></p> | |
<p>This privacy policy governs your use of the software application (“Application”) for mobile devices that was created by Aaron Turner. </p> | |
<h4> </h4> | |
<h4>What information does the Application obtain and how is it used?</h4> | |
<p></p> | |
<p><strong>User Provided Information</strong> </p> | |
<p>The Application obtains the information you provide when you download and register the Application. Registration with us is optional. However, please keep in mind that you may not be able to use some of the features offered by the Application unless you register with us.</p> | |
<p></p> |
#Nice little guide | |
# http://blog.podrezo.com/making-node-js-work-with-apache/ | |
<VirtualHost *:80> | |
# Reverse proxy from gogs github issue: https://github.com/gogits/gogs/issues/806 | |
# | |
ProxyPreserveHost On | |
ProxyRequests off | |
ProxyPass / http://localhost:PORT/ | |
ProxyPassReverse / http://localhost:PORT/ |
#Example image: (TO DO) | |
#!/usr/bin/conky -d -c | |
## .conkyrc configuration | |
alignment top_right | |
background yes | |
border_margin 5 | |
border_width 5 | |
color0 555555 # | |
color1 FCAF3E # zolty |