Skip to content

Instantly share code, notes, and snippets.

@bryanchriswhite
bryanchriswhite / FTB error - forestry plugin
Created October 31, 2012 17:29
Noticed an error in the console.. didn't seem to affect runtime (yet)
2012-10-31 13:25:51 [INFO] [STDERR] java.lang.ClassNotFoundException: forestry.plugins.PluginInfo
2012-10-31 13:25:51 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
2012-10-31 13:25:51 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.plugins.PluginManager.addPlugin(PluginManager.java:173)
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.plugins.PluginManager.loadIncludedPlugins(PluginManager.java:77)
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.plugins.PluginManager.loadPlugins(PluginManager.java:36)
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.core.ForestryCore.preInit(ForestryCore.java:52)
2012-10-31 13:25:51 [INFO] [STDERR] at forestry.Forestry.preInit(Forestry.java:31)
2012-10-31 13:25:51 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invo
<!--app/views/bills/index.html.erb-->
<table class="bills-table">
<thead>
<tr>
<th>Bill Number</th>
<th>Name 1</th>
<th>Name 2</th>
<th>Map Number</th>
</tr>
</thead>
@bryanchriswhite
bryanchriswhite / jshintrc
Created March 15, 2013 17:30
Angular project's .jshintrc file for use with grunt and the jshint plugin.
{
"node" : true,
"browser" : true,
"es5" : true,
"esnext" : true,
"bitwise" : true,
"camelcase": true,
"curly" : true,
"eqeqeq" : true,
"immed" : true,
//= require jquery
//= require jquery_ujs
//= require foundation
//= require_tree .
$(document).foundation();
@bryanchriswhite
bryanchriswhite / karma.conf.js
Created October 9, 2013 15:18
Karma configuration
// Karma configuration
// Generated on Wed Oct 09 2013 10:43:53 GMT-0400 (EDT)
module.exports = function(config) {
config.set({
// base path, that will be used to resolve files and exclude
basePath: '',
@bryanchriswhite
bryanchriswhite / pmrpc-example.html
Last active December 27, 2015 01:19
Pmrpc foreign domain document. For use with: http://jsfiddle.net/bryanchriswhite/VrWbd/7/
<!DOCTYPE html>
<html>
<head>
<script type='text/javascript' src='/pmrpc.js'></script>
</head>
<body>
<style>
input {
display: block;
width: 200px;
@bryanchriswhite
bryanchriswhite / keybase.md
Created June 7, 2016 17:36
keybase github proof

Keybase proof

I hereby claim:

  • I am bryanchriswhite on github.
  • I am bryanchriswhite (https://keybase.io/bryanchriswhite) on keybase.
  • I have a public key whose fingerprint is 1531 F17B B0D8 F9BE 0255 9B45 85CF B26E 3587 2F99

To claim this, I am signing this object:

@bryanchriswhite
bryanchriswhite / flutter test
Created November 12, 2021 08:41
Running integration tests from dart_wormhole_william (after copying from flutter_wormhole_gui)
$ flutter test ./integration_test/client/text_transfer_test.dart
Running "flutter pub get" in dart_wormhole_william... 630ms
00:00 +0: ...ole_william/integration_test/client/text_transfer_test.dart B
ninja: error: unknown target 'install'
Building Linux application...
00:00 +0 -1: loading /home/bwhite/Projects/flutter_wormhole_gui/dart_wormhole_william/integration_test/client/text_transfer_test.dart [E]
Exception: Build process failed
package:flutter_tools/src/base/common.dart 10:3 throwToolExit
package:flutter_tools/src/linux/build_linux.dart 185:5 _runBuild
===== asynchronous gap ===========================
@bryanchriswhite
bryanchriswhite / introduction.stories.mdx
Created March 23, 2022 19:32
Introduction mdx generated with storybook

import { Meta } from '@storybook/addon-docs'; import Code from './assets/code-brackets.svg'; import Colors from './assets/colors.svg'; import Comments from './assets/comments.svg'; import Direction from './assets/direction.svg'; import Flow from './assets/flow.svg'; import Plugin from './assets/plugin.svg'; import Repo from './assets/repo.svg'; import StackAlt from './assets/stackalt.svg';

.github/workflows/ci.yml | 104 +-
.github/workflows/codeql-analysis.yml | 38 +
.lgtm.yml | 4 +-
.travis.yml | 29 +-
README.md | 51 +-
SECURITY.md | 9 +
bindings/blst.h | 128 +-
bindings/blst.hpp | 630 ++++++--
bindings/blst.swg | 667 +++++++-
bindings/blst_aux.h | 29 +