Dataset Viewer
Auto-converted to Parquet Duplicate
Source
stringclasses
46 values
Date
int64
2.02k
2.03k
Text
stringlengths
11
978k
Token_count
int64
3
441k
HTML
2,019
<!doctype html> <html> <head> <meta charset="utf-8"> <title>CodeMirror: Python mode</title> <link rel="stylesheet" href="../../lib/codemirror.css"> <script src="../../lib/codemirror.js"></script> <script src="../../addon/edit/matchbrackets.js"></script> <script src="python.js"></script> <l...
1,181
XML
2,019
<?xml version="1.0" encoding="UTF-8"?> <section name="Workbench"> <section name="contentassistsize"> </section> </section>
36
XML
2,019
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2012 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licens...
584
PHP
2,019
<?php /** * CodeIgniter * * An open source application development framework for PHP 5.2.4 or newer * * NOTICE OF LICENSE * * Licensed under the Open Software License version 3.0 * * This source file is subject to the Open Software License (OSL 3.0) that is * bundled with this package in the files license.txt...
1,090
PHP
2,019
<?php /** * CodeIgniter * * An open source application development framework for PHP 5.2.4 or newer * * NOTICE OF LICENSE * * Licensed under the Open Software License version 3.0 * * This source file is subject to the Open Software License (OSL 3.0) that is * bundled with this package in the files license.txt...
12,496
PHP
2,019
<?php /** * CodeIgniter * * An open source application development framework for PHP 5.2.4 or newer * * NOTICE OF LICENSE * * Licensed under the Open Software License version 3.0 * * This source file is subject to the Open Software License (OSL 3.0) that is * bundled with this package in the files license.txt...
3,760
Makefile
2,019
SHELL := /bin/bash test: @./test/run.js release: git push git push --tags npm publish . .PHONY: test
36
JavaScript
2,019
/* * multiple-properties.js: Sample of including multiple properties from a package.json file * * (C) 2011, Charlie Robbins * */ var util = require('util'), path = require('path'), pkginfo = require('../lib/pkginfo')(module, { dir: path.resolve(__dirname, 'subdir' )}); exports.someFunction = function ()...
118
JavaScript
2,019
/** internal * class ArgumentGroup * * Group arguments. * By default, ArgumentParser groups command-line arguments * into “positional arguments” and “optional arguments” * when displaying help messages. When there is a better * conceptual grouping of arguments than this default one, * appropriate groups can be ...
493
Markdown
2,019
# amdefine A module that can be used to implement AMD's define() in Node. This allows you to code to the AMD API and have the module work in node programs without requiring those other programs to use AMD. ## Usage **1)** Update your package.json to indicate amdefine as a dependency: ```javascript "dependencies...
1,414
CSS
2,019
@function grid-width($n) { @return $n * $gw-column + ($n - 1) * $gw-gutter; } // The $gw-column and $gw-gutter variables must be defined in your base stylesheet to properly use the grid-width function. // // $gw-column: 100px; // Column Width // $gw-gutter: 40px; // Gutter Width // // div { // ...
130
JavaScript
2,019
var path = require('path'); var rewriteUrls = require('./rewrite'); function rebaseUrls(data, context) { var rebaseOpts = { absolute: context.options.explicitRoot, relative: !context.options.explicitRoot && context.options.explicitTarget, fromBase: context.options.relativeTo }; if (!rebaseOpts.abso...
203
JavaScript
2,019
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}(g.acorn || (g.a...
3,206
JavaScript
2,019
module.exports = Array.isArray || function (arr) { return Object.prototype.toString.call(arr) == '[object Array]'; };
25
Makefile
2,019
test: @./node_modules/.bin/mocha \ --require should \ --reporter spec .PHONY: test
31
Markdown
2,019
[![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/) Fast, unopinionated, minimalist web framework for [node](http://nodejs.org). [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Linux Build][travis-image]][travis-url] [![Windows ...
1,208
CSS
2,019
body { font-family: "Helvetica Neue Light", "Lucida Grande", "Calibri", "Arial", sans-serif; } .jasmine_reporter a:visited, .jasmine_reporter a { color: #303; } .jasmine_reporter a:hover, .jasmine_reporter a:active { color: blue; } .run_spec { float:right; padding-right: 5px; font-size: .8em; text-d...
675
Markdown
2,019
# accepts [![NPM Version][npm-image]][npm-url] [![NPM Downloads][downloads-image]][downloads-url] [![Node.js Version][node-version-image]][node-version-url] [![Build Status][travis-image]][travis-url] [![Test Coverage][coveralls-image]][coveralls-url] Higher level content negotiation based on [negotiator](https://www...
959
Ruby
2,019
module AdminHelper end
6
Ruby
2,019
require 'ftools' module Technoweenie # :nodoc: module AttachmentFu # :nodoc: module Backends # Methods for file system backed attachments module FileSystemBackend def self.included(base) #:nodoc: base.before_update :rename_file end # Gets the full path to the f...
812
JavaScript
2,019
var a = /^(?:(\w+):)?(?:\/\/(?:(?:([^:@\/]*):?([^:@\/]*))?@)?([^:\/?#])(?::(\d))?)?(..?$|(?:[^?#\/]\/))([^?#]*)(?:\?([^#]))?(?:#(.))?/;
71
JavaScript
2,019
/** * Module dependencies. */ var http = require('http') , utils = require('./utils') , connect = require('connect') , fresh = require('fresh') , parseRange = require('range-parser') , parse = connect.utils.parseUrl , mime = connect.mime; /** * Request prototype. */ var req = exports = module.export...
2,941
Markdown
2,019
1.8.1 / 2013-01-09 ================== * fix .bail() arity check causing it to default to true 1.8.0 / 2013-01-08 ================== * add Mocha() options bail support * add `Mocha#bail()` method * add instanceof check back for inheriting from Error * add component.json * add diff.js to browser build ...
4,683
JavaScript
2,019
var redis = require("../index").createClient(null, null, { // max_attempts: 4 }); redis.on("error", function (err) { console.log("Redis says: " + err); }); redis.on("ready", function () { console.log("Redis ready."); }); redis.on("reconnecting", function (arg) { console.log("Redis reconnecting: " + JS...
175
C
2,019
// // UICollectionReusableView+RACSignalSupport.h // ReactiveCocoa // // Created by Kent Wong on 2013-10-04. // Copyright (c) 2013 GitHub, Inc. All rights reserved. // #import <UIKit/UIKit.h> @class RACSignal; // This category is only applicable to iOS >= 6.0. @interface UICollectionReusableView (RACSignalSuppor...
187
JavaScript
2,019
var Q = require("./q"); module.exports = Queue; function Queue() { var ends = Q.defer(); var closed = Q.defer(); return { put: function (value) { var next = Q.defer(); ends.resolve({ head: value, tail: next.promise }); ...
185
CSS
2,019
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style...
259
YAML
2,019
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: <<: *default database: db/development.sqlite3 # Warning: The database defined as "test" will be erased and # re-gene...
155
CSS
2,019
/* Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net> */ .hljs { display: block; padding: 0.5em; color: #000; background: #fff; } .hljs-subst, .hljs-title { font-weight: normal; color: #000; } .hljs-comment, .hljs-template_comment, .hljs-javadoc, .diff .hljs-header { color: #808080; ...
568
C
2,019
/** * @file oprof.c * * @remark Copyright 2002 OProfile authors * @remark Read the file COPYING * * @author John Levon <levon@movementarian.org> */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/oprofile.h> #include <linux/moduleparam.h> #include <linux/workqueue.h> ...
1,337
C
2,019
/* * * include/linux/coh901318.h * * * Copyright (C) 2007-2009 ST-Ericsson * License terms: GNU General Public License (GPL) version 2 * DMA driver for COH 901 318 * Author: Per Friden <per.friden@stericsson.com> */ #ifndef COH901318_H #define COH901318_H #include <linux/device.h> #include <linux/dmaengine.h...
3,069
C
2,019
/* z0194a.h Sharp z0194a tuner support * * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation, version 2. * * see Documentation/dvb/README.dv...
1,119
C
2,019
/* * linux/drivers/video/vt8500lcdfb.h * * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be copied, distributed, and modified under those terms. * * Thi...
221
C
2,019
/* * Copyright (c) 2000,2005 Silicon Graphics, Inc. * All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation. * * This program is distributed in the hope that it would be ...
396
C
2,019
/*** -*- linux-c -*- ********************************************************** Driver for Atmel at76c502 at76c504 and at76c506 wireless cards. Copyright 2005 Dan Williams and Red Hat, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Genera...
374
C
2,019
/* * linux/fs/hfsplus/part_tbl.c * * Copyright (C) 1996-1997 Paul H. Hargrove * This file may be distributed under the terms of * the GNU General Public License. * * Original code to handle the new style Mac partition table based on * a patch contributed by Holger Schemel (aeglos@valinor.owl.de). * * In func...
1,326
C
2,019
#include <linux/sched.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/mm.h> #include <linux/nmi.h> #include <linux/swap.h> #include <linux/smp.h> #include <linux/highmem.h> #include <linux/pagemap.h> #include <linux/spinlock.h> #include <linux/module.h> #include <asm/pgtable.h> #include <asm/pgal...
984
C
2,019
/* * linux/fs/lockd/svcsubs.c * * Various support routines for the NLM server. * * Copyright (C) 1996, Olaf Kirch <okir@monad.swb.de> */ #include <linux/types.h> #include <linux/string.h> #include <linux/time.h> #include <linux/in.h> #include <linux/slab.h> #include <linux/mutex.h> #include <linux/sunrpc/svc.h> ...
3,057
C
2,019
/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warr...
1,182
C
2,019
/* * Cryptographic API. * * Null algorithms, aka Much Ado About Nothing. * * These are needed for IPsec, and may be useful in general for * testing & debugging. * * The null cipher is compliant with RFC2410. * * Copyright (c) 2002 James Morris <jmorris@intercode.com.au> * * This program is free software; yo...
1,492
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
13