Skip to content

Instantly share code, notes, and snippets.

'use strict';
var express = require('express');
var morgan = require('morgan');
var chalk = require('chalk');
var app = express();
var PORT = 8200;
// Log all requests
'use strict';
var ENV = process.env.NODE_ENV || 'local';
var gulp = require('gulp');
var gutil = require('gulp-util');
var bower = require('bower');
var concat = require('gulp-concat');
var gulpif = require('gulp-if');
var less = require('gulp-less');
// Bundle manifest
var manifest = {
styles: [
'./www/lib/ionic/css/ionic.css',
'./www/lib/fontawesome/css/font-awesome.css',
'./www/less/index.less'
],
javascripts: [
'./www/lib/lodash/dist/lodash.js',
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>Crowdtap</title>
<link href="build/css/app.css" rel="stylesheet">
<script src='cordova.js'></script>
<script src='build/js/app.js'></script>
</head>
</html>
gulp.task('watch', ['js', 'less'], function() {
watch(paths.less, function(files, cb) {
gulp.start('less', cb);
});
watch(paths.js, function(files, cb) {
gulp.start('js', cb);
});
nodemon({
angular
.module('ngPushWoosh', [])
.factory('PushWoosh', function($q, $state) {
'use strict';
var PW_APP_ID = <YOUR PUSHWOOSH APP ID>;
var pushNotification;
function initPW(pushwooshAppId) {
pushwooshAppId = PW_APP_ID;
/* @ngInject */
function Notification($http, $stateParams) {
'use strict';
var types = {
"LIKES_RESPONSE": {
text: "Someone liked your response!",
path: "response"
}
};
#!/bin/bash
# Put this in /hooks/after_prepare/
PLIST=platforms/ios/*/*-Info.plist
cat << EOF |
Add :NSAppTransportSecurity dict
Add :NSAppTransportSecurity:NSAllowsArbitraryLoads bool YES
Add :NSAppTransportSecurity:NSExceptionDomains:facebook.com:NSIncludesSubdomains bool YES
Add :NSAppTransportSecurity:NSExceptionDomains:facebook.com:NSThirdPartyExceptionRequiresForwardSecrecy bool NO

Keybase proof

I hereby claim:

  • I am yodarjun on github.
  • I am yodarjun (https://keybase.io/yodarjun) on keybase.
  • I have a public key ASDVLU2rDbIGO8VrTvANQVZ0RXj4TaXaRAC0LAlxfqgxowo

To claim this, I am signing this object:

@yodarjun
yodarjun / leporine.md
Created May 14, 2019 15:42 — forked from johncantrell97/leporine.md
How To Obtain The Leporine Key

Hello again.

I was not the first to find the key this time, props to EnigmaZer0 for this one! After seeing that everyone enjoyed understanding how the first clues were solved I thought I'd provide an explanation for The Leporine Key.

The second clue dropped early afternoon EDT on (easter) Sunday April 21 2019. The clue can be viewed on the satoshis treasure website here and looked like this:


 _____       _            _     _ _       _____
/  ___|     | |          | |   (_| )     |_   _|