Skip to content

Instantly share code, notes, and snippets.

View MACSkeptic's full-sized avatar
🏠
Working from home

♥♥♥♥♥ ����� MACSkeptic

🏠
Working from home
View GitHub Profile
@MACSkeptic
MACSkeptic / README.md
Created July 15, 2021 19:55 — forked from chrisrzhou/README.md
D3 Radar Chart

D3 Radar Chart

bl.ocks.org link

A radar chart visualizes multivariate data in a 2D chart of three or more quantitative variables represented on axes.

The project is created using AngularJS and D3.js.


Description

@MACSkeptic
MACSkeptic / file.js
Last active December 10, 2015 22:08
/**
* Module dependencies.
*/
var express = require('express')
, routes = require('./routes')
, data = require('./routes/data')
, user = require('./routes/user')
, http = require('http')
, path = require('path');
function authWithCas(req, res) {
var CAS = require('cas');
var cas = new CAS({base_url: 'https://cas.thoughtworks.com/cas', service: 'www.recruiting-dashboard.herokuapp.com'});
var ticket = req.param('ticket');
if (ticket) {
cas.validate(ticket, function(err, status, username) {
if (err) {
// Handle the error
SC.draw = function () {
var renderer = SC.renderer2d;
renderer.requestAnimFrame.apply(window, [function() { renderer.draw(); }]);
}
@MACSkeptic
MACSkeptic / .gitignore
Created October 6, 2012 13:17 — forked from cv/.gitignore
*.sw?
tags