Entity | Name | Type | Description (if not obvious) |
---|---|---|---|
Project | name | String | - |
Project | description | String | - |
Project | homepage | URl | - |
Project | keywords | Array of String | - |
Project | language | String | - |
Project | platform | array of string | List of distribution sources for this project e.g. npm, rubygems etc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Queue = function(){ | |
var timer = 1000; | |
var run = true; | |
var theQueue = [1,2,3,4,5]; | |
var doSomething = function(thing){ | |
//do something with the thing | |
}; | |
var process = function(){ | |
if(theQueue.length > 0){ | |
doSomething(theQueue.shift()); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
freckle: | |
subdomain: [subdomain] | |
authtoken: [api key] | |
user: [username] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Get all pages that use a particular template. | |
// This is used in footer-about.php to generate the navigation sections. | |
function pages_with_template($templates) { | |
$templates["compare"] = "IN"; | |
return new WP_Query( | |
array( | |
'post_type' => 'page', | |
'meta_query' => array( | |
array( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: Your Homebrew is outdated | |
You haven't updated for at least 24 hours, this is a long time in brewland! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tpl = { | |
// Hash of preloaded templates for the app | |
templates:{}, | |
// Recursively pre-load all the templates for the app. | |
// This implementation should be changed in a production environment. All the template files should be | |
// concatenated in a single file. | |
loadTemplates:function (names, callback) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am benjam on github. | |
* I am benjam (https://keybase.io/benjam) on keybase. | |
* I have a public key ASAjgUGSlDDN0hh4f_d-MenDKWJ_Xo61YaGlmLGeY5TTwAo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Maven/junit:junit | |
Maven/commons-collections:commons-collections | |
NPM/grunt | |
NPM/grunt-cli | |
Rubygems/rubocop | |
Rubygems/rake | |
Rubygems/selenium-webdriver | |
Rubygems/mime-types | |
NPM/grunt-contrib-jshint | |
Rubygems/faker |
A scratchpad for a classifer of software libraries focussing on a number of areas that will guide users to make more informed decisions about whether to include a library within their own project.
See librariesio/libraries.io#1486 for more information.
There are a number of key themes here that we need to look at. Within each I have posed a number of questions that might be of interest to a developer or maintainer.
- What scale is this project? - Looking at things like novel LoC, #dependencies and LoC in dependencies perhaps.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
βββ¬ [email protected] | |
β βββ¬ [email protected] | |
β β βββ [email protected] | |
β β βββ [email protected] | |
β β βββ¬ [email protected] | |
β β βββ [email protected] | |
β β βββ¬ [email protected] | |
β β β βββ [email protected] | |
β β βββ¬ [email protected] | |
β β β βββ¬ [email protected] |