• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 14 years ago
  • Updated almost 13 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Caching and Compressing JavaScripts and Stylesheets old school

Cached Commons favicon

Caching and Compressing Javascripts and Stylesheets since 2009

Github uses Nginx and gzips their content automatically. Github Pages can be used as a CDN!

Usage

  1. Go to cachedcommons.org.
  2. Select the Javascript libraries you want and need for your latest project.
  3. Copy/paste the script tags into your project.

If we're missing something you need, submit a Github issue and we'll added immediately.

Why

When I was first starting out with javascript, finding the good libraries was hard enough. Add on top of that...

  • having to find the download link,
  • organize the files in my project,
  • minimize them (and maximize them during development so I can see what's going on)

... and you have yourself a bit-sized chunk of work in front of you. Multiply that times X number of projects, and you have a lot of time spent organizing and optimizing Javascript libraries.

This is an attempt to centralize javascript library access. You can easily download the libraries to your local project if you'd like, or feel free to directly link to the ones here. It's using Github as a CDN and they're good at that.

  • When you're bored, easily study code on the iPhone!
  • If you need to minify or prettify javascript or css, you can do that on SeeSaw.

Goals

The main goal is to aggregate the best-of javascript and css libraries for rapid prototyping. It won't have every javascript library because there's 1000's of jQuery Tooltip plugins out there, but only say 3 of them are really good.

Add More Libraries

function here(library)
{
  return $("li #" + library) == null; 
}
function tell()
{ 
  window.location.href = "http://github.com/viatropos/cached-commons/issues" 
}
if (!here(window.location.search))
{ 
  tell(); 
}

If you find a library that you think is great, create a Github Issue for it and give us a link to the library, a good demo, some docs, and the repository (or whatever exists). You will help other developers save time and money, which will in the long run speed up development and increase the number of services available to make your life better.

The source of the Cached Commons is here.

copyright @viatropos under the MIT License.

More Repositories

1

authlogic-connect

Instant Oauth and OpenID support for your Rails and Sinatra Apps
Ruby
148
star
2

mint.js

NO LONGER SUPPORTED
CoffeeScript
102
star
3

tiny-require.js

Tiny require library for the browser. 3.0kb minified. 1.2kb gzipped.
CoffeeScript
59
star
4

queuable

Free Cron and Background Jobs for Heroku
Python
55
star
5

authlogic-connect-example

Authlogic, OpenID, Oauth, Rails 3, on Heroku
JavaScript
34
star
6

cockpit

Super DRY Settings for Ruby, Rails, and Sinatra Apps
Ruby
23
star
7

authlogic-connect-example-rails2

Let your app use all of Oauth and OpenID (Rails 2)
JavaScript
15
star
8

mayan-hieroglyphs

1000+ Free Mayan Hieroglyph Icons
13
star
9

ubiquitously

Social Publishing gem
Ruby
8
star
10

underscore.logger

Cross-browser and Node.js empowered logging with colorized output.
CoffeeScript
7
star
11

cropify

JavaScript
6
star
12

timezones

A human-friendly timezone converter in JavaScript
JavaScript
6
star
13

seesaw

JavaScript
4
star
14

open-window

JavaScript
3
star
15

make-link-text.js

Basic Link Text Parser Prototype
JavaScript
3
star
16

cpp2ts.js

C++ to TypeScript Converter (to a Rough Approximationâ„¢)
C++
3
star
17

tierra.aws.cloud.js

Experiments with Multi-Region Infrastructure with Terraform on AWS
HCL
2
star
18

tierra.js

Terraform Script Builder in JavaScript
JavaScript
2
star
19

awesome-inspiration

These are all projects to gain inspiration from for implementation, in various programming languages.
2
star
20

computer-science

Papers and Notes on Ideal Compiler Architecture Design
HTML
2
star
21

vm.js

Minimal Virtual Machine Demo in JavaScript
JavaScript
2
star
22

text

Public Domain Text Collections
Shell
2
star
23

script-tree

JavaScript
2
star
24

meditations

Meditations on Swift, Assembly, and JavaScript
2
star
25

quadratic-residue-prng.js

Quadratic Residue Permutation Oriented Pseudo Random Number Generator in JavaScript
JavaScript
2
star
26

print

Print HTML elements on a printer.
JavaScript
2
star
27

normalize-ast.js

Normalize a JavaScript AST in a special way
JavaScript
2
star
28

lancejpollard

Lance's README
1
star
29

bind.js

A binding library to make react forms more performant
JavaScript
1
star
30

base-make-javascript-code.js

JavaScript
1
star
31

ht.js

Hyperbolic tessellations in JavaScript.
TypeScript
1
star
32

configured-quadratic-residue-prng.js

Configured Quadratic Residue Permutation Oriented Pseudo Random Number Generator in JavaScript
JavaScript
1
star
33

next-2-repos

Bug demonstrating FOUC in next.js
JavaScript
1
star
34

gematria.js

Cross-Cultural Gematria in JavaScript
TypeScript
1
star
35

js2tree.js

Convert JavaScript to Link Text
JavaScript
1
star
36

clear-diacritics.js

Clear diacritics to make text more suitable for a URL string
JavaScript
1
star
37

bit.js

Bit Manipulation Experiments
JavaScript
1
star
38

hash

Hashing Function Theory
JavaScript
1
star
39

api.json

API docs in JSON form
1
star
40

programming-language-cheat-sheet

How to do stuff in a programming language with as little learning as possible
1
star
41

functions.js

Collection of functions
JavaScript
1
star
42

language-detector.js

Detect what kind of language some text might be.
JavaScript
1
star
43

awesome-api

Curated List of APIs, because most of the API lists out there are junk
1
star
44

math-notation

Math Notation Collection
Jupyter Notebook
1
star
45

tl-bplus-tree.js

4 B+ Tree Implementations from trincot on StackOverflow
JavaScript
1
star
46

example-c-library

Complicated nested-folder-structure C library example for SO
C
1
star
47

rel.js

Relational Algebra Data Models Experiment in JavaScript
1
star
48

awesome-abstractions

A curated list of awesome API abstractions across languages
1
star
49

mac-keyboard.js

Mac Keyboard .keylayout File Generator
JavaScript
1
star
50

text.js

Language Text Transformation
JavaScript
1
star
51

md2docx.js

Markdown to DOCX in TypeScript
TypeScript
1
star