Skip to content

Instantly share code, notes, and snippets.

@JJ-Atkinson
JJ-Atkinson / WeArePPCG.user.js
Last active February 15, 2016 19:52 — forked from ConorOBrien-Foxx/WeArePPCG.js
A userscript to redesign the PPCG website
// ==UserScript==
// @name favicon
// @namespace Jarrett Atkinson
// @version 1
// @grant none
// @icon https://i.stack.imgur.com/di36k.png
// ==/UserScript==
console.log('1');
lein compile once
WARNING: boolean? already refers to: #'clojure.core/boolean? in namespace: medley.core, being replaced by: #'medley.core/boolean?
java.lang.ExceptionInInitializerError
at clojure.main.<clinit>(main.java:20)
Caused by: java.lang.IllegalArgumentException: Call to clojure.core/ns did not conform to spec:
In: [3 0] val: import fails spec: :clojure.core.specs/ns-refer-clojure at: [:args :clauses :refer-clojure :clause] predicate: #{:refer-clojure}
In: [3 0] val: import fails spec: :clojure.core.specs/ns-require at: [:args :clauses :require :clause] predicate: #{:require}
In: [3 0] val: import fails spec: :clojure.core.specs/ns-import at: [:args :clauses :import :clause] predicate: #{:import}
In: [3 0] val: import fails spec: :clojure.core.specs/ns-use at: [:args :clauses :use :clause] predicate: #{:use}
@JJ-Atkinson
JJ-Atkinson / BaseConversion.java
Created August 31, 2018 18:00
Base Conversion
package edu.memphis.cs101.jarrettatkinson;
import java.util.Scanner;
public class BaseConversion {
private static String characterSet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
public static void main(String[] args) throws InterruptedException {
Scanner input = new Scanner(System.in);
@JJ-Atkinson
JJ-Atkinson / LTIdea.clj
Created April 16, 2019 15:53
LTIdea.clj
(ns .....)
;; LT CodeBlock Begin: {:name "Related defs" :meta ...}
(def ...)
(def ...)
(def ...)
;; LT CodeBlock End
@JJ-Atkinson
JJ-Atkinson / scratch_7.txt
Created August 10, 2019 19:11
Light Table Docs - Primarilly focused on plugins
conj talk: https://www.youtube.com/watch?v=V1Eu9vZaDYw
initial post on BOT: http://lighttable.com/2013/01/24/the-ide-as-data/
8.0 release - links&more: http://lighttable.com/2015/12/10/light-table-0-8-0/
user docs: http://docs.lighttable.com/
wiki for devs: https://github.com/LightTable/LightTable/wiki/For-Developers
quick start contrib: https://github.com/LightTable/LightTable/wiki/First-Contribution
core docs folder: https://github.com/LightTable/LightTable/tree/master/doc
API DOC: http://lighttable.github.io/LightTable/api/
ext ghbook with plugin docs: https://lighttable.gitbooks.io/light-table-developers-guide/content/
chris on looking back at lt: https://groups.google.com/forum/#!msg/light-table-discussion/2csnnNA1pfo/693EWDJVhuwJ
@JJ-Atkinson
JJ-Atkinson / numbers.csv
Created August 23, 2022 03:22
Number of digits repeated in Base by Numeral^x...
Base Numeral Digits Repeated Digits Repeated Count
6 3 3 1
10 5 2 5 2
10 6 6 1
12 4 4 1
12 9 9 1
12 10 4 1
14 7 7 1
15 6 6 1
15 10 6 10 2
Base Numeral Digits Repeated Digits Repeated Count
6 3 3 1
10 5 2 5 2
10 6 6 1
12 4 4 1
12 9 9 1
12 10 4 1
14 7 7 1
15 6 6 1
15 10 6 10 2
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
<channel>
<title>TxMx!</title>
<link>https://www.relay.fm/cortex</link>
<pubDate>Sat, 22 Jul 2023 12:00:00 GMT</pubDate>
<description>My Custom Podcast</description>
<language>en-US</language>
<copyright>none</copyright>
<itunes:author>Me</itunes:author>
<itunes:keywords>cgp, grey, myke, hurley, work, time, technology, productivity, getting, things, done</itunes:keywords>