Skip to content

Instantly share code, notes, and snippets.

View norcimo5's full-sized avatar
🤠
Brainstorming

M. Alexander Perez norcimo5

🤠
Brainstorming
  • Bit Ensemble Solutions
  • Austin, TX
View GitHub Profile
@norcimo5
norcimo5 / test.html
Last active December 12, 2017 21:14
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<title>Accept.JS Example</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="https://jstest.authorize.net/v1/Accept.js" charset="utf-8"></script>
</head>
@norcimo5
norcimo5 / build_cross_gcc_rpi.sh
Last active October 22, 2015 13:28 — forked from preshing/build_cross_gcc
A shell script to download packages for, configure, build and install a GCC cross-compiler.
#! /bin/bash
set -e
trap 'previous_command=$this_command; this_command=$BASH_COMMAND' DEBUG
trap 'echo FAILED COMMAND: $previous_command' EXIT
#-------------------------------------------------------------------------------------------
# This script will download packages for, configure, build and install a GCC cross-compiler.
# Customize the variables (INSTALL_PATH, TARGET, etc.) to your liking before running.
# If you get an error and need to resume the script from some point in the middle,
# just delete/comment the preceding lines before running it again.
#ifndef SSVU_FASTFUNC
#define SSVU_FASTFUNC
#include <cstring>
#include <type_traits>
#include <cassert>
#include <cstddef>
#include <memory>
#include <new>
#include <utility>