I hereby claim:
- I am 34r7h on github.
- I am 34r7h (https://keybase.io/34r7h) on keybase.
- I have a public key ASAOu_85kXZOkNgTBXvJlu5usiJpZ6yv8Ykp1Pdi6IfOvwo
To claim this, I am signing this object:
| var child_process = require('child_process'), | |
| sys = require('sys'), | |
| http = require('http'), | |
| parse = require('url').parse, | |
| fs = require('fs'); | |
| var spawn = child_process.spawn; | |
| var exec = child_process.exec; | |
| <p>Parent Article Array: {{ articles }}</p> | |
| <div class="clearfix panel panel-default"> | |
| <div class="col-xs-3 panel-body" ng-repeat="article in product.articles track by $index" ng-init="$parent.articles[$index] = article" ng-click="showOptions = true"> | |
| <div ng-show="showOptions" ng-click="$parent.removeContentArticles($parent.product.articles, article);">Remove Article</div> | |
| <p>url: {{$parent.api.show.articles.$getRecord(article).articleURL}}</p> | |
| <div ng-if="($index+1) % 4 === 0" class="clearfix"></div> | |
| </div> | |
| </div> | |
| <div class="panel panel-default clearfix"> |
| 'use strict'; | |
| angular.module('nuMetalApp', [ | |
| 'ngCookies', | |
| 'ngResource', | |
| 'ngSanitize', | |
| 'ui.router', | |
| 'ui.bootstrap', | |
| 'firebase' | |
| ]) |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-animated-pages/core-animated-pages.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/hero-transition.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/cross-fade.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/slide-down.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/slide-up.html"> | |
| <link rel="import" href="../core-animated-pages/transitions/tile-cascade.html"> | |
| <link rel="import" href="../topeka-elements/topeka-datasource.html"> |
| module.exports = function(context, cb) { | |
| var google = require('googleapis'); | |
| var request = require('request'); | |
| var baseUrl = 'https://www.googleapis.com/customsearch/v1'; | |
| console.log(baseUrl); | |
| var query = context.data.query; | |
| var auth = '?key='+context.data.key+'&cx='+context.data.cx; | |
| var authQuery = auth+query; |
I hereby claim:
To claim this, I am signing this object:
| // src/user_management/authenticate_user.rs | |
| use serde_json::{self, Value, json}; | |
| use std::sync::Arc; | |
| use tokio::sync::Mutex; | |
| use redis::aio::MultiplexedConnection; | |
| use redis::AsyncCommands; | |
| use futures_util::future::{BoxFuture, FutureExt}; | |
| use sha2::{Sha256, Digest}; | |
| use chrono::Utc; |
| 371952059 |
| // OG Token Payment Integration Script | |
| // Add this to the custom script area in admin/advanced | |
| (function () { | |
| "use strict"; | |
| console.log("๐ OG Token Payment Script: Starting..."); | |
| // Load Web3 from CDN if not available | |
| if (typeof window.Web3 === "undefined") { |
| // Multi-Chain Token Payment Integration Script (OG + Polygon) | |
| (function () { | |
| "use strict"; | |
| console.log("๐ Multi-Chain Payment Script: Starting..."); | |
| // Load Web3 from CDN if not available | |
| if (typeof window.Web3 === "undefined") { | |
| console.log("๐ฆ Loading Web3..."); |