src
assets
-- index.js
-- package.json
-- logo.png
...
index.js
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
const api = window.ModuleApi; | |
const React = api.React; | |
const CoreStore = require('../../../stores/CoreStore.js'); | |
const CoreActions = require('../../../actions/CoreActions.js'); | |
const SideNavBar = require('./SideNavBar'); | |
const Chevron = require('./Chevron'); | |
const style = require("./Style"); | |
const MenuHeaders = require('../navigation_menu/MenuHeaders'); | |
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
import consts from '../actions/ActionTypes'; | |
const initialState = { | |
bibles: {}, | |
translationHelps: {}, | |
lexicons: {} | |
}; | |
const resourcesReducer = (state = initialState, action) => { | |
switch (action.type) { |
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
git log --date=format:'%b %d %I:%M%p' --since='last month' --pretty=format:'%ad, %s' > .log.csv |
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
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://schemas.ipcommerce.com/CWS/v2.0/TransactionProcessing" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" name="TPS" targetNamespace="http://schemas.ipcommerce.com/CWS/v2.0/TransactionProcessing"> | |
<wsp:Policy wsu:Id=" |
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
Bank of America | |
Wells Fargo Bank | |
Citi Bank | |
JP Morgan Chase Bank | |
Bank of the West | |
U.S Bank | |
CIT Bank | |
MUFG Union Bank | |
Comerica Bank | |
Rabobank |
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
https://open.spotify.com/user/luke2398756321/playlist/6DhZhzYV5Ec2Bdz2hhNGJo?si=6CpSyFzqTM-Im1_zfu2Dcg |
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
# -*- coding: utf-8 -*- | |
"""Image Classification.ipynb | |
Automatically generated by Colaboratory. | |
Original file is located at | |
https://colab.research.google.com/gist/RoyalSix/c2841745a60a20742251d750c7267fbf/image-classification.ipynb | |
""" | |
from __future__ import absolute_import, division, print_function, unicode_literals |
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
{"lastUpload":"2021-05-13T20:02:39.427Z","extensionVersion":"v3.4.3"} |
OlderNewer