Skip to content

Instantly share code, notes, and snippets.

@JacobWeinbren
JacobWeinbren / .env
Last active May 14, 2024 08:35
Auth System in Astro using Kinde - Supports Cloudflare Serverless Edge Hosting
PUBLIC_KINDE_DOMAIN=***
PUBLIC_KINDE_CLIENT_ID=***
PUBLIC_KINDE_CLIENT_SECRET=***
PUBLIC_KINDE_REDIRECT_URI_DEV=***
PUBLIC_KINDE_LOGOUT_REDIRECT_URI_DEV=***
PUBLIC_KINDE_REDIRECT_URI_PROD=***
PUBLIC_KINDE_LOGOUT_REDIRECT_URI_PROD=***
@JacobWeinbren
JacobWeinbren / local-government.md
Created March 25, 2019 16:01
Local Government

Local Government Data Analysis

https://github.com/vasturiano/sunburst-chart A project to analyse local government data from 2008-2017

How does local government work? (sort of)

Source

Income - This is either local or national.

  • Local income is raised through business rates retention, council tax - the council tax requirement
  • National income is raised through AEF (aggregate external finance) business grants
$( document ).ready(function() {
Sijax.request("data", []);
});
function loaded() {
var checkExist = setInterval(function() {
if (typeof google == "object") {
var options = {packages: ["corechart"], callback : loadGoogle};
google.load("visualization", "1", options);
$( document ).ready(function() {
Sijax.request("data", []);
});
function loaded() {
var checkExist = setInterval(function() {
if (typeof google == "object") {
var options = {packages: ["corechart"], callback : loadGoogle};
google.load("visualization", "1", options);
@JacobWeinbren
JacobWeinbren / chart.js
Last active August 29, 2015 14:06
Chartings
$( document ).ready(function() {
Sijax.request("data", []);
});
function loaded() {
var checkExist = setInterval(function() {
if (typeof google == "object") {
var options = {packages: ["corechart"], callback : loadGoogle};
google.load("visualization", "1", options);