id stringlengths 64 64 | content stringlengths 500 100k | language stringclasses 29
values | path stringlengths 4 333 | repo stringlengths 5 116 | license stringclasses 15
values | size int64 500 100k | lines int64 26 8.06k | source stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|
92133772ace2bf4b06e95e9eb1519054f34baa71a6a48f8ede9031c18bd60063 | package org.knowm.xchange.bitmarket;
import static org.assertj.core.api.Assertions.assertThat;
import java.math.BigDecimal;
import java.util.List;
import java.util.Map;
import org.knowm.xchange.bitmarket.dto.account.BitMarketBalance;
import org.knowm.xchange.bitmarket.dto.marketdata.BitMarketOrderBook;
import org.kno... | Java | xchange-bitmarket/src/test/java/org/knowm/xchange/bitmarket/BitMarketAssert.java | chrisrico/XChange | mit | 6,414 | 161 | codeparrot/github-code |
ed412dae6f0da394a2516b6f23fecd5c35741405f32bc584689a4a6792611ab5 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.apache.commons.math3.geometry.euclidean.twod.hull (Apache Commons Math 3.5 API)</title>
<link re... | HTML | src/com/alexfiliakov/blackscholescalc/commons-math3-3.5/docs/apidocs/org/apache/commons/math3/geometry/euclidean/twod/hull/package-summary.html | AlexFiliakov/BlackScholesCalculator | mit | 7,939 | 182 | codeparrot/github-code |
2933078ad282eed030d1b55bfda57fc4e25edea96067520b860bedc7ad5fa995 | /*<html><pre> -<a href="qh-qhull.htm"
>-------------------------------</a><a name="TOP">-</a>
libqhull.c
Quickhull algorithm for convex hulls
qhull() and top-level routines
see qh-qhull.htm, libqhull.h, unix.c
see qhull_a.h for internal functions
Copyright (c) 1993-... | C | thirdparty/qhull/src/libqhull/libqhull.c | spirit-code/spirit | mit | 51,960 | 1,404 | codeparrot/github-code |
122e0717cc460e29a63aaf20a20c68b17287e3c5c457eb981bb6ee82f52c57fa | package gueei.binding;
import java.util.Collection;
import java.util.ArrayList;
public abstract class DependentObservable<T> extends Observable<T> implements Observer{
protected IObservable<?>[] mDependents;
public DependentObservable(Class<T> type, IObservable<?>... dependents) {
super(type);
for... | Java | Core/AndroidBinding/src/gueei/binding/DependentObservable.java | yangqiang1223/AndroidBinding | mit | 1,894 | 74 | codeparrot/github-code |
e3590146de99e8c066fdd7a4e089270e1cfadfd1e4d439369f2f8274f45f8820 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template time_duration</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta n... | HTML | deps/boost/doc/html/boost/date_time/time_duration.html | nawawi/poedit | mit | 36,009 | 194 | codeparrot/github-code |
3ee36801a9e745f66762754f822814e6c571f3a7d92e85d91d189811b72297d4 | /*
* scenerenderer.h
*
* Created on: 09.05.2012
* @author Ralph Schurade
*/
#ifndef NAVRENDERERSAGITTAL_H_
#define NAVRENDERERSAGITTAL_H_
#include "navrenderer.h"
class QGLShaderProgram;
class NavRendererSagittal : public NavRenderer
{
public:
NavRendererSagittal( QString name );
virtual ~N... | C | src/gui/gl/navrenderersagittal.h | steelec/braingl | mit | 561 | 34 | codeparrot/github-code |
128b6cded359d1c9a0f18a6af428cd9c1cad4f006c73d6e6fc32befd537ccc18 | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2011 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obta... | C++ | RenderSystems/GL/src/OgreGLDepthBuffer.cpp | bhlzlx/ogre | mit | 4,568 | 141 | codeparrot/github-code |
663178bbe8558667d4e8ae495888b388c4290572b642479adc46f9389a1f0a07 | using Scharfrichter.Codec;
using Scharfrichter.Codec.Archives;
using Scharfrichter.Codec.Charts;
using Scharfrichter.Codec.Sounds;
using Scharfrichter.Common;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace ConvertHelper
{
static public class BemaniToBMS... | C# | ConvertHelper/BemaniToBMS.cs | heshuimu/scharfrichter | mit | 12,649 | 279 | codeparrot/github-code |
e87eb9f3577ef42b7f21d14b85a05ec3514777e68994184febd50fea5fbf8b51 | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL... | C# | edpsamples/cs/scenario1_setup.xaml.cs | mobilecp/Windows-universal-samples | mit | 1,622 | 55 | codeparrot/github-code |
fe68226723523984960afdfb0bb983113c40a1c87d98931b7635497a9bfcfcc5 | #ifndef vm_h
#define vm_h
#include "uv.h"
#include "wren.h"
// Executes the Wren script at [path] in a new VM.
//
// Exits if the script failed or could not be loaded.
void runFile(const char* path);
// Runs the Wren interactive REPL.
int runRepl();
// Gets the currently running VM.
WrenVM* getVM();
// Gets the ev... | C | src/cli/vm.h | foresterre/wren | mit | 846 | 33 | codeparrot/github-code |
27fb13489f676f123de738584508463a6ba4fe0a0555c412ff1b8ece4eb700ab | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Uses of Class org.apache.poi.hmef.Attachment (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">... | HTML | poi-3.14/docs/apidocs/org/apache/poi/hmef/class-use/Attachment.html | Sebaxtian/KDD | mit | 7,936 | 182 | codeparrot/github-code |
5771c808336b3c410dfcf46a7615ba0e138e5b40686887c9db93f087963a58eb | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template visitor_ptr_t</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name... | HTML | deps/boost/doc/html/boost/visitor_ptr_t.html | nawawi/poedit | mit | 10,060 | 119 | codeparrot/github-code |
7bd5b4419607b3f5c1ced633eb2166196b6dd43b96f2125087203ac954479f57 | using System;
using System.Drawing;
using System.Globalization;
using System.Windows.Forms;
using DotSpatial.Controls;
using DotSpatial.Controls.Header;
using DotSpatial.Symbology;
namespace DotSpatial.Plugins.Contourer
{
public class Snapin : Extension
{
public override void Activate()
... | C# | Source/DotSpatial.Plugins.Contourer/Snapin.cs | swsglobal/DotSpatial | mit | 3,104 | 87 | codeparrot/github-code |
f0b64b71a354101f1b582142c83b79590665b92c0ab71bebc93895f63b5d0edf | // Copyright Joyent, Inc. and other Node contributors.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modi... | JavaScript | test/node/test-tls-friendly-error-message.js | ptmt/flow-declarations | mit | 1,945 | 46 | codeparrot/github-code |
8de195b3eee3b978cdefa9f56becc5866824b459323b48510a015817fc36f89b | Kanboard.App = function() {
this.controllers = {};
};
Kanboard.App.prototype.get = function(controller) {
return this.controllers[controller];
};
Kanboard.App.prototype.execute = function() {
for (var className in Kanboard) {
if (className !== "App") {
var controller = new Kanboard[cla... | JavaScript | assets/js/src/App.js | fguillot/kanboard | mit | 3,355 | 120 | codeparrot/github-code |
71e7fb2d2cc884b9cb557c955b9472e0b281bbcf9ac344c71aab4bc0e0b5a810 | using System;
using System.IO;
using System.Collections;
using System.Runtime.InteropServices;
namespace Earlab
{
public delegate void LogCallback(String LogMessage);
/// <summary>
/// DesktopEarlabDLL is a wrapper class that wraps the DesktopEarlabDLL.dll functionality
/// and exposes it to C# applicati... | C# | tags/release-2.2/EarLab ExperimentManager/DesktopEarlabDLL.cs | AuditoryBiophysicsLab/EarLab | mit | 5,656 | 143 | codeparrot/github-code |
28996989048b3e1822e486771a6d2325901010853b305c492f7fd8777bf67a14 | <?php
namespace Kendo\UI;
class SchedulerMessagesRecurrenceEditorMonthly extends \Kendo\SerializableObject {
//>> Properties
/**
* The text similar to "Day " displayed in the scheduler recurrence editor.
* @param string $value
* @return \Kendo\UI\SchedulerMessagesRecurrenceEditorMonthly
*/
pu... | PHP | wrappers/php/lib/Kendo/UI/SchedulerMessagesRecurrenceEditorMonthly.php | deviffy/laravel-kendo-ui | mit | 1,316 | 48 | codeparrot/github-code |
385881dc5d25ff0a94b1efb4da262cc94522fac014421b7ea7743724fd79bf5d | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template generated_by</title>
<link rel="stylesheet" href="../../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../../index.html" title=... | HTML | deps/boost/libs/test/doc/html/boost/unit_test/data/monomorphic/generated_by.html | nawawi/poedit | mit | 11,554 | 116 | codeparrot/github-code |
8a13c00768fff66369f27b857904fd3e0574ed2a56f37afde0cbce0f0879539d | package main
import (
"bytes"
"errors"
"fmt"
"os"
"os/exec"
"path/filepath"
"regexp"
"runtime"
"strconv"
"strings"
"sync"
"time"
)
var (
bashPath string
debugging = false
erroring = false
maxprocs = 4
testPattern = regexp.MustCompile(`test[/\\]test-([a-z\-]+)\.sh$`)
)
func mainIntegration... | GO | script/integration.go | Jericho25/-git-lfs_miilkyway | mit | 3,963 | 216 | codeparrot/github-code |
3a33924d0c17883716af6164cbc6cb704979d5de61aadd5f324ffcd9828e7eaf | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
using System.Linq;
using System.Reflection;
using System.Runtime.InteropServices;
using COM = System.Runtime.InteropServices.ComTypes;
// Disable obsolete warnings about VarEnum and COM-marshaling APIs in CoreCLR
#pragma warning disable 618
... | C# | src/System.Management.Automation/engine/COM/ComInvoker.cs | JamesWTruher/PowerShell-1 | mit | 18,455 | 448 | codeparrot/github-code |
ae0312f91a8d4bda5ce4d56cf9062aef82db8bbcf158964833985b8c995e0a3f | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System.Collections.Generic;
namespace Microsoft.CodeAnalysis.CSharp
{
public static pa... | C# | src/Compilers/CSharp/Portable/Syntax/SyntaxKindEqualityComparer.cs | jmarolf/roslyn | mit | 1,202 | 36 | codeparrot/github-code |
35863fa230f63c479824add386df3eaaa43fbd7f182b62380d00c6b7ddcea735 | #!/usr/bin/env node
'use strict';
var fs = require('fs'),
path = require('path'),
exec = require('child_process').exec,
chalk = require('chalk'),
Table = require('cli-table');
var fileNames = [
'abc',
'amazon',
//'eloquentjavascript',
//'es6-draft',
'es6-table',
'google',
'html-minifier... | JavaScript | benchmark.js | psychoss/html-minifier | mit | 3,946 | 131 | codeparrot/github-code |
35369ea35f70047a53dea1dabfb9691a30471995b57a17a9b6cbc4fc933d898b | /*
* Copyright (c) 2001-2007, Tom St Denis
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of cond... | C | libteecrypt/lib/libtomcrypt/src/mac/hmac/hmac_memory.c | sigma-random/libteecrypt | mit | 3,768 | 116 | codeparrot/github-code |
c0829f46ce1110a0db6e6d4a2f49f58c73a599873127c984c95b1f10625088d2 | //-----------------------------------------------------------------------
// Copyright © Microsoft Corporation. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace Microsoft.PowerShell.Commands
{
using System;
using System.Collections.G... | C# | src/Microsoft.PowerShell.Commands.Utility/commands/utility/ShowCommand/ShowCommand.cs | KarolKaczmarek/PowerShell | mit | 25,292 | 652 | codeparrot/github-code |
3fece360588c37402a9c1034947f5377479629b0bb1c2f6c7eaff8fded4d58fe | var name = "Wanderer";
var collection_type = 0;
var is_secret = 0;
var desc = "Visited 503 new locations.";
var status_text = "Gosh, where HAVEN'T you traveled? Your peregrinations have earned you this footworn-but-carefree Wanderer badge.";
var last_published = 1348803094;
var is_shareworthy = 1;
var url = "wande... | JavaScript | achievements/wanderer.js | yelworc/eleven-gsjs | mit | 1,587 | 51 | codeparrot/github-code |
e3f01ca0a9d7696442b46e4ad880ffee63a68dc616370184fdb625ccd17a9444 | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Prefa... | HTML | libs/db-4.7.25.NC/docs/porting/preface.html | djsedulous/namecoind | mit | 8,797 | 229 | codeparrot/github-code |
939f801a75fd87d73f0b517783d570d58409171425e36b2071ea13f90a204951 | //
// REComposeViewController.h
// REComposeViewController
//
// Copyright (c) 2013 Roman Efimov (https://github.com/romaonthego)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without... | C | REComposeViewController/REComposeViewController.h | voyage11/SLComposeViewControllerWithBlackKeyboard | mit | 3,051 | 73 | codeparrot/github-code |
1ea7ba13b5c278cadc47bcd1b34f5d7648950fc39c917742067e6ffdb01710f3 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
#nullable enable
using System;
using System.Collections.Generic;
using System.Composition;
using System.Linq;
usin... | C# | src/VisualStudio/Core/Def/Implementation/ProjectSystem/AnalyzerConfigDocumentAsSolutionItemHandler.cs | jmarolf/roslyn | mit | 6,404 | 153 | codeparrot/github-code |
e92f69a18f29bd3978e080b8119fa5cd4d3554d4688b040172f048cc714717ac | import fs from 'fs';
import url from 'url';
import path from 'path';
import mime from 'mime-types';
import gulp from 'gulp';
import createServerTask from './tasks/server';
import consoleArguments from './console-arguments';
import { adminBundle } from './admin-bundle.tasks';
import { dashboardBundle } from './dashboard... | JavaScript | groundcontrol/start-local.task.js | Kunstmaan/KunstmaanBundlesCMS | mit | 3,206 | 97 | codeparrot/github-code |
b1abcf6c1012e6b5375aa72d5aa94cd45e762916921beb64c5d9f7d039236b02 | <?php
define('IN_ECS', true);
/* 鎶ュ憡鎵€鏈夐敊璇 */
ini_set('display_errors', 1);
error_reporting(E_ALL ^ E_NOTICE);
/* 娓呴櫎鎵€鏈夊拰鏂囦欢鎿嶄綔鐩稿叧鐨勭姸鎬佷俊鎭 */
clearstatcache();
/* 瀹氫箟绔欑偣鏍 */
define('ROOT_PATH', str_replace('demo/includes/init.php', '', str_replace('\\', '/', __FILE__)));
require(ROOT_PATH . 'includes/lib_common.p... | PHP | html/ecshop3/ecshop/demo/includes/init.php | kitboy/docker-shop | mit | 2,547 | 112 | codeparrot/github-code |
bc259fd57aca5c9baac17eab0efd08d07e8c44f0dc3a16429384b69f5505b7b0 | var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
/* Tabulator v4.0.2 (c) Oliver Folkerd */
var Ht... | JavaScript | ajax/libs/tabulator/4.0.2/js/modules/html_table_import.js | joeyparrish/cdnjs | mit | 4,916 | 197 | codeparrot/github-code |
c17ac0007ba89bbbceb3e8ff211c1aa4f829a3551174ad758c5675befc49b09c | //-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//------------------------------------------------------... | JavaScript | test/Array/array_init.js | arunetm/ChakraCore_0114 | mit | 1,438 | 53 | codeparrot/github-code |
5bdf997afb281f1b5bcc5ecf43f8b48cb245349192c69584fb1a3fb32b91e2af | require 'chunky_png'
require 'fileutils'
#COLOR_TRUE = ChunkyPNG::Color::rgba(224, 255, 255, 96) # for kunijiban
COLOR_TRUE = ChunkyPNG::Color::rgba(255, 255, 255, 0) # for ort
COLOR_FALSE = ChunkyPNG::Color::rgba(0, 0, 0, 128)
def _new_image
return ChunkyPNG::Image.new(256, 256, COLOR_FALSE)
end
def write(image, z... | Ruby | reduce.rb | hfu/octpng-bin | cc0-1.0 | 916 | 36 | codeparrot/github-code |
b21a0c1fe6aeb0966183a4e60d382b6a81bd41eae1cf7fa9c3322f0f234ee7e6 | ###########################################################
#
# Copyright (c) 2014, Southpaw Technology
# All Rights Reserved
#
# PROPRIETARY INFORMATION. This software is proprietary to
# Southpaw Technology, and is not to be reproduced, transmitted,
# or disclosed in any way without written permi... | Python | src/tactic/ui/widget/scrollbar_wdg.py | CeltonMcGrath/TACTIC | epl-1.0 | 4,809 | 197 | codeparrot/github-code |
05d3ee69fa5c3a328118252b990a48bb7e42ad24b09f8cddbb40ca96f2e06cc1 | /*******************************************************************************
* Copyright (c) 2012-2015 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available ... | Java | ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/actions/SaveAllAction.java | Ori-Libhaber/che-core | epl-1.0 | 3,624 | 101 | codeparrot/github-code |
5b2f8112c5e479daa0ecd5ece30454abdfd140e1456f39071feb62865af8251f | $_L(["$wt.widgets.Layout"],"$wt.layout.FillLayout",["$wt.graphics.Point","$wt.layout.FillData"],function(){
c$=$_C(function(){
this.type=256;
this.marginWidth=0;
this.marginHeight=0;
this.spacing=0;
$_Z(this,arguments);
},$wt.layout,"FillLayout",$wt.widgets.Layout);
$_K(c$,
function(){
$_R(this,$wt.layout.Fi... | JavaScript | sources/net.sf.j2s.lib/j2slib/org/eclipse/swt/layout/FillLayout.js | 01org/mayloon-portingtool | epl-1.0 | 4,052 | 142 | codeparrot/github-code |
7e9ba0b96ae510a9a65e0e26ed16eb00da2ae72408433a1822785c9905d2549e | /*
* Created on May 13, 2003
*========================================================================
* Modifications history
*========================================================================
* $Log: PredicateWordRule.java,v $
* Revision 1.2 2003/05/30 20:53:09 agfitzp
* 0.0.2 : Outlining is now done ... | Java | net.sourceforge.jseditor/src-jseditor/net/sourceforge/jseditor/editors/PredicateWordRule.java | royleexhFake/mayloon-portingtool | epl-1.0 | 3,101 | 99 | codeparrot/github-code |
5dac75ede680716a94c7bccc18fb5fdb89676276d5c663083dd9f77910d5d2e1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About EclipseLink 2.6</title>
</head>
<body lang="EN-US">
<h1>EclipseLink ... | HTML | buildsystem/org.eclipse.persistence.parent/resource/about.html | RallySoftware/eclipselink.runtime | epl-1.0 | 11,359 | 207 | codeparrot/github-code |
a6e40db08558fbda417cf3c0fc44476686b5486fc5c4d262508878e0d835a8ee | /*******************************************************************************
* Copyright (c) 2012-2015 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available ... | Java | platform-api/che-core-api-core/src/test/java/org/eclipse/che/api/core/util/ProcessUtilTest.java | aljiru/che-core | epl-1.0 | 3,462 | 83 | codeparrot/github-code |
642c8116847b973809b0ef5b020341970bd3bcad34afee500b55db4b9fd020e3 | /**
* Copyright (c) 2005-2012 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Eclipse Public License (EPL).
* Please see the license.txt included with this distribution for details.
* Any modifications to this file must keep this entire header intact.
*/
package com.python.pydev.refact... | Java | plugins/com.python.pydev.refactoring/src/com/python/pydev/refactoring/wizards/rename/visitors/FindCallVisitor.java | rgom/Pydev | epl-1.0 | 2,648 | 99 | codeparrot/github-code |
59a825e1a4fbf1aafe4cdbcc8e436e39741b195e01fa928e0a2cbbab3850d3f5 | package com.intel.ide.eclipse.mpt.classpath;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Properties;
import com.intel.ide.eclipse.mpt.launching.J2SCyclicProjectUtils;
public class ContactedClasses extends... | Java | com.intel.ide.eclipse.mpt/src/com/intel/ide/eclipse/mpt/classpath/ContactedClasses.java | royleexhFake/mayloon-portingtool | epl-1.0 | 4,878 | 174 | codeparrot/github-code |
3ff9e9b0006a7695c39af302160fd8669651bbc16f80824bbfc9dfd23e932e48 | /*
*
* arch/arm/mach-u300/core.c
*
*
* Copyright (C) 2007-2010 ST-Ericsson SA
* License terms: GNU General Public License (GPL) version 2
* Core platform support, IRQ handling and device definitions.
* Author: Linus Walleij <linus.walleij@stericsson.com>
*/
#include <linux/kernel.h>
#include <linux/init.h>
#in... | C | arch/arm/mach-u300/core.c | arnet95/linux | gpl-2.0 | 55,389 | 1,866 | codeparrot/github-code |
0f2a3d350ea6c49cd57ee45c30c7d312f22485a4e20ac574a4a9af5bba9d628c | /*
* pcic.c: MicroSPARC-IIep PCI controller support
*
* Copyright (C) 1998 V. Roganov and G. Raiko
*
* Code is derived from Ultra/PCI PSYCHO controller support, see that
* for author info.
*
* Support for diverse IIep based platforms by Pete Zaitcev.
* CP-1200 by Eric Brower.
*/
#include <linux/config.h>
#in... | C | linux-2.6.17.new/arch/sparc/kernel/pcic.c | zrafa/linuxkernel | gpl-2.0 | 27,310 | 1,039 | codeparrot/github-code |
c50620d61dadf8483a755cd7c78b4866b494c642f832a014ecfd64c2df26f1f6 | /* Dia -- an diagram creation/manipulation program
* Copyright (C) 1998 Alexander Larsson
*
* 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; either version 2 of the License, or
* (at your o... | C | objects/UML/realizes.c | montsuqi/monpe | gpl-2.0 | 13,321 | 459 | codeparrot/github-code |
973470b3f8073fe6a5ff86b406a0b4feee4ad085eb90136fa9431f5f41300942 | /*
* IEEE 802.15.4 dgram socket interface
*
* Copyright 2007, 2008 Siemens AG
*
* 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 tha... | C | net/ieee802154/dgram.c | kendling/android_kernel_google_dragon | gpl-2.0 | 11,497 | 555 | codeparrot/github-code |
b73c710fdcf2e9a8d054d771a2e862be164833c7571ac093fa59e32fdef027f0 | /* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 ... | C | sysdeps/mach/hurd/mips/sigreturn.c | nslu2/glibc | gpl-2.0 | 6,737 | 224 | codeparrot/github-code |
406c5aa0cbd65f206590ea23dc434dad91fe2a3fdee9084ede4f979d7f959421 | <?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div class="wf-container wf-clearfix">
*
* @package presscore
* @since presscore 0.1
*/
// File Security Check
if ( ! defined( 'ABSPATH' ) ) { exit; }
?><!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" class="ancie... | PHP | wp-content/themes/dt-the7/header.php | wiljenum/wordpress-jo | gpl-2.0 | 2,604 | 90 | codeparrot/github-code |
e3bfad226a2da97b6ff79352d6844a39745b5137ac0687a963297abf45cdab05 | ///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1997-2008 Morgan Stanley All rights reserved.
// See .../src/LICENSE for terms of distribution
//
//
///////////////////////////////////////////////////////////////////////////////
#include <MSGUI/MSRadioBox.H>
MSRadi... | C++ | src/MSGUI/MSRadioBox.C | rdm/aplus-fsf | gpl-2.0 | 1,875 | 86 | codeparrot/github-code |
e833e7a97d249b2b8b7dfe2c2cd3f3bb7b19b5e01c07447e185fc1cfd1b633b7 | <?php
/**
* @package Joomla.Platform
* @subpackage Twitter
*
* @copyright Copyright (C) 2005 - 2014 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined('JPATH_PLATFORM') or die();
/**
* Twitter API Search class for the Jooml... | PHP | libraries/joomla/twitter/search.php | waveywhite/joomla-cms | gpl-2.0 | 5,627 | 199 | codeparrot/github-code |
73d57998f04807459779193520e44ecc3049adb819f2748ad7faf51f60bc7fc8 | <?php
/**
* Class SlideshowPluginSlideInserter
*
* TODO This class will probably need to be renamed to SlideshowPluginSlideHandler to explain more functionality
* TODO than just inserting slides.
*
* @since 2.0.0
* @author Stefan Boonstra
*/
class SlideshowPluginSlideInserter
{
/** @var bool $local... | PHP | wp-content/plugins/slideshow-jquery-image-gallery/classes/SlideshowPluginSlideInserter.php | tzitziras/aluminet.gr | gpl-2.0 | 8,493 | 326 | codeparrot/github-code |
b0ed41088d8726c1a4be4c578192bfe60cb51bec74c7d4b4c4bc7baa3486ad21 | /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**
** Copyright (C), 2003, Victorian Partnership for Advanced Computing (VPAC) Ltd, 110 Victoria Street, Melbourne, 3053, Australia.
**
** Authors:
** Stevan M. Quenette, Senior Software ... | C | StGermain/Base/Container/src/IndexMap.c | bmi-forum/bmi-pyre | gpl-2.0 | 7,534 | 283 | codeparrot/github-code |
3f02f7ea74480683e5f03372b004dd752e8469dac7a0a051e297415877bc793d | /*
* Copyright (C) 2014 The Android Open Source Project
* Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Publi... | Java | ojluni/src/main/java/java/nio/HeapLongBuffer.java | AdmireTheDistance/android_libcore | gpl-2.0 | 6,185 | 205 | codeparrot/github-code |
09c0dad38f1f8ab506dea52fbf5bc796342ee463b4ff316162bf77fa3934cc46 | <?php
/**
* @file
* Contains the UCXF_Field class.
*/
/**
* Base class for a Extra Fields Pane field
*/
class UCXF_Field {
// -----------------------------------------------------------------------------
// CONSTANTS
// -----------------------------------------------------------------------------
// Fiel... | PHP | sites/all/modules/uc_extra_fields_pane/class/UCXF_Field.class.php | alexey-kuznetsov/teploexpert | gpl-2.0 | 26,576 | 778 | codeparrot/github-code |
14a4c9faacbebfcfbf25e2be4c84fbe175fb8d9f239da351d6c7f23ced1ab848 | /*
* Renesas USB DMA Controller Driver
*
* Copyright (C) 2015 Renesas Electronics Corporation
*
* based on rcar-dmac.c
* Copyright (C) 2014 Renesas Electronics Inc.
* Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
*
* This is free software; you can redistribute it and/or modify
* it under the te... | C | drivers/dma/sh/usb-dmac.c | kmihelich/linux-espressobin | gpl-2.0 | 23,668 | 921 | codeparrot/github-code |
770133d8485064958a1eb33053564dd55a11ca725a8c82bfc518c2c460d9fbd0 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Java | opennlp/tools/doccat/DocumentCategorizerContextGenerator.java | manjeetk09/GoogleScrapper | gpl-2.0 | 1,622 | 48 | codeparrot/github-code |
ccafa83a7d3d905e15c081501868d999f95f27693f4d91267b14fa43587df447 | using System;
using System.Collections;
namespace FSpot {
public class DirectoryAdaptor : GroupAdaptor {
System.Collections.DictionaryEntry [] dirs;
// FIXME store the Photo.Id list here not just the count
private class Group : IComparer {
public int Count = 1;
public int Compare (object obj1, object ob... | C# | src/DirectoryAdaptor.cs | Hibary/facedetect-f-spot | gpl-2.0 | 2,996 | 132 | codeparrot/github-code |
321716d84f09ef2a8b2566b6c1b65f7ecd9f554c0cab3f6613f3c7cca4dcffad | <?php
class AIOWPSecurity_General_Init_Tasks
{
function __construct(){
global $aio_wp_security;
if ($aio_wp_security->configs->get_value('aiowps_enable_rename_login_page') == '1') {
add_action( 'widgets_init', array(&$this, 'remove_standard_wp_meta_widget' ));
... | PHP | wp-content/plugins/all-in-one-wp-security-and-firewall/classes/wp-security-general-init-tasks.php | toyo213/go-ride-news | gpl-2.0 | 19,886 | 406 | codeparrot/github-code |
0216e4041fab86629764f7d064c8cfd10fc297ca9ceee84f3996541f5d7977d5 | --木遁封印式
function c1802450.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetHintTiming(0,TIMING_END_PHASE)
e1:SetTarget(c1802450.target1)
e1:SetOperation(c1802450.operation)
c:RegisterEffect(e1)
--remove
local e2=Effect.CreateEffec... | Lua | c1802450.lua | SalvationDevelopment/Salvation-Scripts-TCG | gpl-2.0 | 2,675 | 62 | codeparrot/github-code |
f42702a4d16f87c6bbb4fc2da0be2acc2151b7b1c157dc79830d460347334875 | /* Copyright (c) 2011-2012, Code Aurora Forum. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | C | arch/arm/mach-msm/board-8930.c | animania260/android_ani-kernel_galaxy_reverb | gpl-2.0 | 57,343 | 2,306 | codeparrot/github-code |
8fa4cf9e80ce8024ef8f121ad8c6975da97191ec1f64e2e51091854fd738622b | /* GStreamer
* Copyright (C) 2011 Andoni Morales Alastruey <ylatuya@gmail.com>
*
* gsturidownloader.h:
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the... | C | gst-libs/gst/uridownloader/gsturidownloader.h | cee1/gst-plugins-bad | gpl-2.0 | 2,647 | 67 | codeparrot/github-code |
b7276b9abade5e63cfce4b5faffc614ab6eca19426438effd93232be8ad5d8b5 | <?php
/*
HLstatsX Community Edition - Real-time player and clan rankings and statistics
Copyleft (L) 2008-20XX Nicholas Hastings (nshastings@gmail.com)
http://www.hlxcommunity.com
HLstatsX Community Edition is a continuation of
ELstatsNEO - Real-time player and clan rankings and statistics
Copyleft (L) 2008-2... | PHP | web/pages/playerinfo_teams.php | rcguy/insurgency-hlstatsx | gpl-2.0 | 7,693 | 352 | codeparrot/github-code |
0680b74bab1ef9e608e117b5912bf0c514340ff3405f0731edfd71a45651dfc9 | /*
* Copyright (C) 2002-2011 The DOSBox Team
*
* 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; either version 2 of the License, or
* (at your option) any later version.
*
* This p... | C | src/fpu/fpu_instructions.h | tramboi/veilbox | gpl-2.0 | 14,473 | 605 | codeparrot/github-code |
fbf89578e31942467d7738f069441419a18bf214416a4bbbd873f520dbee62d3 | /*
*
* Marvell Orion Alsa SOC Sound driver
*
* Author: Yuval Elmaliah
* Author: Ethan Ku
* Copyright (C) 2008 Marvell Ltd.
*
*
* 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... | C | arch/arm/plat-orion/mv_hal_drivers/mv_drivers_lsp/mv_audio_soc/mv88fx-rt5623.c | Globalscale/D3-Linux | gpl-2.0 | 8,127 | 360 | codeparrot/github-code |
c52bf37d67f94024937efdc96d210b0192c2c962cbeb236bbc12825ffec2dfc8 | // Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#pragma once
#include <wx/bitmap.h>
#include <wx/defs.h>
#include <wx/event.h>
#include <wx/gdicmn.h>
#include <wx/panel.h>
#include <wx/string.h>
#include <wx/translation.h>
#include <wx/windowid.h>
#includ... | C | Source/Core/DolphinWX/Debugger/CodeWindow.h | dragonbane0/dolphin | gpl-2.0 | 3,573 | 137 | codeparrot/github-code |
5ee9a5200a48a30a54b4ac6234dece215bb6e770bcb4c368f40451c6bbd54152 | /*
* f_ecm.c -- USB CDC Ethernet (ECM) link function driver
*
* Copyright (C) 2003-2005,2008 David Brownell
* Copyright (C) 2008 Nokia Corporation
*
* 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 F... | C | drivers/usb/gadget/f_ecm.c | ElectryDev/octokitty | gpl-2.0 | 25,682 | 898 | codeparrot/github-code |
84176758daa0764eae1f785465ed508ee5a8f3a2f5a2460091bcc8c834d6cec9 | /*
Implement Github like autocomplete mentions
http://ichord.github.com/At.js
Copyright (c) 2013 chord.luo@gmail.com
Licensed under the MIT license.
*/
/*
本插件操作 textarea 或者 input 内的插入符
只实现了获得插入符在文本框中的位置,我设置
插入符的位置.
*/
/**
* --------------------
* Vanilla Forums NOTE:
* --------------------
*
* This fil... | JavaScript | js/library/jquery.atwho.js | rwmcoder/Vanilla | gpl-2.0 | 35,352 | 1,141 | codeparrot/github-code |
0673d0a974961df5e2de7d5e3f2562b8701087a33b4463c6c2380fb84bb7706f | /****************************************************************
Siano Mobile Silicon, Inc.
MDTV receiver kernel modules.
Copyright (C) 2006-2010, Erez Cohen
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 Fo... | C | mediatek/platform/mt6577/kernel/drivers/cmmbdrv/siano/smsspidrv.c | laufersteppenwolf/android_kernel_lge_d680 | gpl-2.0 | 17,003 | 630 | codeparrot/github-code |
52742891a08642550256644f82fbc2537b5a2f4afd8bf05fcd294c08ff146612 | /*----------------------------------------------------------------------------------*/
//This code is part of a larger project whose main purpose is to entretain either //
//by working on it and helping it be better or by playing it in it's actual state //
// //
//Copyright (C... | C++ | interprete/source/src/iPushable.cpp | rafadelahoz/projectpgz-dev | gpl-2.0 | 3,637 | 126 | codeparrot/github-code |
3c27bac234f699cced7d4e14061b8d530e2e22f2804c618bdf21d9a73d5662e5 | <?php
/**
* HUBzero CMS
*
* Copyright 2005-2015 HUBzero Foundation, LLC.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
... | PHP | core/plugins/groups/memberoptions/memberoptions.php | kevinwojo/hubzero-cms | gpl-2.0 | 6,730 | 233 | codeparrot/github-code |
aa795ef4359d636aeb4bed886b4860dddd89c00a142023ba43381aa9e783fb57 | #pragma once
namespace vm { using namespace ps3; }
// Return Codes
enum
{
CELL_ATRAC_ERROR_API_FAIL = 0x80610301,
CELL_ATRAC_ERROR_READSIZE_OVER_BUFFER = 0x80610311,
CELL_ATRAC_ERROR_UNKNOWN_FORMAT = 0x80610312,
CELL_ATRAC_ERROR_READSIZE_IS_TOO_SMALL = 0x80610313,
CEL... | C | rpcs3/Emu/SysCalls/Modules/cellAtrac.h | hgstream/rpcs3 | gpl-2.0 | 1,891 | 62 | codeparrot/github-code |
3d72d5e552656d587c2cba2dcb8b78e7055acc02b9fa4433df31a5e624cb5153 | /************************************************************************
IMPORTANT NOTE : this file contains two clearly delimited sections :
the ARCHITECTURE section (in two parts) and the USER section. Each section
is governed by its own copyright and license. Please check individually
each section for license ... | C | source/DEINDUGens/include/faust/audio/alsa-dsp.h | scztt/sc3-plugins | gpl-2.0 | 22,547 | 730 | codeparrot/github-code |
f081c1ea729b2e27f6063c92ffb471983975c35c8e08fae1662d9a956f98c7b8 | /**
* Copyright (c) 2009--2012 Red Hat, Inc.
*
* This software is licensed to you under the GNU General Public License,
* version 2 (GPLv2). There is NO WARRANTY for this software, express or
* implied, including the implied warranties of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. You should have rece... | Java | java/code/src/com/redhat/rhn/taskomatic/task/RhnQueueJob.java | hustodemon/spacewalk | gpl-2.0 | 4,855 | 153 | codeparrot/github-code |
2cfce95772a03515ce05b600668c471bae72df3a08f62672b7f1892b609269ac | ///////////////////////////////////////////////////////////////////////////////
// For information as to what this class does, see the Javadoc, below. //
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, //
// 2007, 2008, 2009, 2010, 2014, 2015 by Peter Spirtes, Richard Scheines, Joseph... | Java | tetrad-lib/src/main/java/edu/cmu/tetrad/search/mb/Mmhc.java | ekummerfeld/GdistanceP | gpl-2.0 | 4,266 | 131 | codeparrot/github-code |
d53e56ceab7ef9335b41338c547c914870a1835756662b309ba080eccf18616d | /*
* pata_ninja32.c - Ninja32 PATA for new ATA layer
* (C) 2007 Red Hat Inc
* Alan Cox <alan@redhat.com>
*
* Note: The controller like many controllers has shared timings for
* PIO and DMA. We thus flip to the DMA timings in dma_start and flip back
* in the dma_stop function. Thus we actually don't need... | C | drivers/ata/pata_ninja32.c | jkoelndorfer/android-kernel-msm | gpl-2.0 | 5,793 | 220 | codeparrot/github-code |
3c7cb605168eb64af8c9313309343f5e6ad8837ce9d0a7d2bdd8442699c02b3e | /*
*
* Copyright (c) 2003
* John Maddock
*
* Use, modification and distribution are subject to the
* Boost Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*
*/
/*
* LOCATION: see http://www.boost.org for most recent version.
... | C++ | lib/boost/boost_1_38_0/libs/regex/example/snippets/regex_iterator_example.cpp | scs/uclinux | gpl-2.0 | 2,963 | 115 | codeparrot/github-code |
112d0e0477e53553ba9aa5aad576124c0916510315b32c6273313f9d735f2696 | /*
* Bridge multicast support.
*
* Copyright (c) 2010 Herbert Xu <herbert@gondor.apana.org.au>
*
* 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; either version 2 of the License, or (at yo... | C | net/bridge/br_multicast.c | Minia89/MetallizedKernelRebased | gpl-2.0 | 39,498 | 1,794 | codeparrot/github-code |
896d922f9a1802eb5ade83099092c48b3d240039bf50bed6df042dc7f9da694e | /*
Copyright (c) 2003, 2011, Oracle and/or its affiliates. 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, version 2.0,
as published by the Free Software Foundation.
This program is also distributed with cer... | C++ | storage/ndb/src/mgmsrv/InitConfigFileParser.cpp | greenlion/mysql-server | gpl-2.0 | 28,624 | 1,036 | codeparrot/github-code |
773de14a53eafcbac09a38b9f3f2a8a9bfaf8b4eae151ef2e015de7d1c292708 | /*
* Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | C++ | modules/web/src/main/native/Source/WebCore/inspector/WorkerRuntimeAgent.cpp | 166MMX/openjdk.java.net-openjfx-8u40-rt | gpl-2.0 | 3,564 | 100 | codeparrot/github-code |
57bb72a6a201ee6fd4b60d3ade7923351ab52b2c1b8aa8a160996abe88952cf1 | <?php
/*
$id author Puddled Internet - http://www.puddled.co.uk
email support@puddled.co.uk
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
*/
require('includes/application_top.php');
$action = isset($_G... | PHP | 6.5/Loaded_Commerce_PRO_v6.5.2_Upgrade_from_all_Std_OR_Pro_versions/admin/returns_reasons.php | loadedcommerce/loaded6 | gpl-2.0 | 15,332 | 278 | codeparrot/github-code |
b041c827fce30948b52efd39eea7a6fa5e47bc7a84fa2ea515b0820e6ba3c2e5 | #!/usr/bin/perl
use warnings;
use strict;
use CGI;
use Graphics::Magick;
use POSIX qw(ceil);
use autouse 'Data::Dumper' => qw(Dumper);
use C4::Context;
use C4::Auth;
use C4::Output;
use C4::Debug;
use C4::Creators 1.000000;
use C4::Patroncards 1.000000;
my $cgi = CGI->new;
my ($template, $loggedinuser, $cookie) = ... | Perl | patroncards/image-manage.pl | MASmedios/koha | gpl-2.0 | 6,701 | 197 | codeparrot/github-code |
5a39311817f98cfea9a36578d44d871d56c16198af994f6d81329c1292e9a61c | /* Implementation of the BSD usleep function using nanosleep.
Copyright (C) 1996-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
The GNU C Library is free software; you can redistribute it and/or
modify it under the te... | C | sysdeps/posix/usleep.c | Chilledheart/glibc | gpl-2.0 | 1,316 | 34 | codeparrot/github-code |
21c6ac3ee846a168a3ce9a52cf0527a08e7b390f9b93b4aca743e268522e6859 | /* Install given floating-point environment.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Le... | C | sysdeps/i386/fpu/fesetenv.c | Chilledheart/glibc | gpl-2.0 | 3,996 | 132 | codeparrot/github-code |
d7310f3693daf870c7d24dfb3f99ca07b41108a4c4d2046f0b088fbec1c83614 | /*
* Copyright (c) 1998-2012 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | Java | modules/resin/src/com/caucho/ejb/cfg/EjbJar.java | WelcomeHUME/svn-caucho-com-resin | gpl-2.0 | 5,125 | 241 | codeparrot/github-code |
16ad08f592c82da2bfc906db9b5446a57bfc304945668478685296036e410e9a |
#include "fdiskP.h"
/*
* Don't use this function derectly, use fdisk_new_context_from_filename()
*/
int fdisk_probe_labels(struct fdisk_context *cxt)
{
size_t i;
cxt->label = NULL;
for (i = 0; i < cxt->nlabels; i++) {
struct fdisk_label *lb = cxt->labels[i];
struct fdisk_label *org = cxt->label;
int rc;
... | C | libfdisk/src/label.c | azuwis/debian_util-linux-extra | gpl-2.0 | 9,342 | 434 | codeparrot/github-code |
9b56cfc94ee3e6f15ad834560f4555fb02ae30776ac4c1dfe5ba14c4e611fad2 | /* Copyright (c) 2009-2012, The Linux Foundation. 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 version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the... | C | drivers/net/wireless/libra/libra_sdioif.c | KlinkOnE/caf-port | gpl-2.0 | 13,417 | 553 | codeparrot/github-code |
908596f89975edf805935c1aec3e558505b081071e9675e0590ec968e0ed6ee2 | /*
* Flash partitions described by the OF (or flattened) device tree
*
* Copyright (C) 2006 MontaVista Software Inc.
* Author: Vitaly Wool <vwool@ru.mvista.com>
*
* Revised to handle newer style flash binding by:
* Copyright (C) 2007 David Gibson, IBM Corporation.
*
* This program is free software; you can r... | C | drivers/mtd/ofpart.c | jkoelndorfer/android-kernel-msm | gpl-2.0 | 1,941 | 75 | codeparrot/github-code |
0d6f41b18cf31734e9e912cc5b14ff5c3ced6cf1c0653f99960d616ac7bcb8cb | <?php
namespace Drupal\webform;
use Drupal\Core\Archiver\ArchiveTar;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\File\FileSystemInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Form\Subform... | PHP | modules/webform/src/WebformSubmissionExporter.php | msbtterswrth/mdspca-fosters | gpl-2.0 | 27,760 | 896 | codeparrot/github-code |
72ab38f86901414ed3e914c7215725239dffd51af8f3ac7e83a2db5f3da27752 | /* $NoKeywords:$ */
/**
* @file
*
* Config FCH HD Audio Controller
*
*
*
* @xrefitem bom "File Content Label" "Release Content"
* @e project: AGESA
* @e sub-project: FCH
* @e \$Revision: 63425 $ @e \$Date: 2011-12-22 11:24:10 -0600 (Thu, 22 Dec 2011) $
*
*/
/*
*****************************************... | C | src/vendorcode/amd/agesa/f15tn/Proc/Fch/Azalia/AzaliaMid.c | hustcalm/coreboot-hacking | gpl-2.0 | 16,108 | 539 | codeparrot/github-code |
632c32f620dba875400a86f0671aafed5e31eccfbf41da6dba4383658db0a34d | //-----------------------------------------------------------------------------
// Class: DummyAnimInstance
// Authors: Li, Xizhi
// Emails: LiXizhi@yeah.net
// Company: ParaEngine
// Date: 2014.9.21
//-----------------------------------------------------------------------------
#include "ParaEngine.h"
#include "ParaXM... | C++ | Client/trunk/ParaEngineClient/3dengine/DummyAnimInstance.cpp | hetter/NPLRuntime | gpl-2.0 | 1,763 | 68 | codeparrot/github-code |
7887bfe82af35343efbd2b955ff754ed799997de18b2c9af604d25fc048757d7 | package emu.project64.input;
import java.util.Set;
import emu.project64.AndroidDevice;
import emu.project64.input.map.TouchMap;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.graphics.Point;
import android.os.Vibrator;
import android.util.SparseIntArray;
import android.vie... | Java | Android/app/src/main/java/emu/project64/input/TouchController.java | shygoo/project64 | gpl-2.0 | 20,746 | 523 | codeparrot/github-code |
aae457d69591ff347232eb3fb9d0ad704b818982d733fc0a1d27b62a6e32f66f | /*
===========================================================================
Copyright (c) 2010-2014 Darkstar Dev Teams
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, either versi... | C++ | src/map/packets/char_jobs.cpp | FFXIOrgins/FFXIOrgins | gpl-3.0 | 1,993 | 54 | codeparrot/github-code |
35c39344427b8ce5746ff310572aea061c481d544a3a480328184ed7a7df9f7c | /* testsuite.h - failif */
process test_addargs(bool8);
process test_bigargs(bool8);
process test_schedule(bool8 verbose);
process test_preempt(bool8 verbose);
process test_recursion(bool8 verbose);
process test_semaphore(bool8 verbose);
process test_semaphore2(bool8 verbose);
process test_semaphore3(bool8 verbose);
p... | C | xinu/include/testsuite.h | rhexsel/xinu-cMIPS | gpl-3.0 | 1,300 | 39 | codeparrot/github-code |
50dff65d08134ab5e73ed31fa64ad663cb78d70e57d35091e5f14807c0dfcbbc | /*******************************************************************************
* Copyright (c) 2000, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, an... | Java | projects/others/eclipse-platform-parent/eclipse.jdt.core-master/org.eclipse.jdt.core.tests.model/workspace/Formatter/test133/A_in.java | Niky4000/UsefulUtils | gpl-3.0 | 5,799 | 156 | codeparrot/github-code |
dbfc2cab8be54a3f6347567090fb78c177c8c5c47fff9af99ff417a56f68a1da | /*
This project 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, either version 3 of the License, or
(at your option) any later version.
Deviation is distributed in the hope that it will be useful,
but WITHO... | C | src/target/x9d/clock.c | cctsao1008/deviation | gpl-3.0 | 10,674 | 353 | codeparrot/github-code |
6b35a1d24c26f95ed5464acc3c01acb0d32f0495b7365adf2580f93f763893ca | /**
* Copyright (C) 2013 - 2016 Johannes Taelman
*
* This file is part of Axoloti.
*
* Axoloti 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, either version 3 of the License, or (at your option) any la... | Java | src/main/java/axoloti/menus/PopulatePatchMenu.java | dkmorb/axoloti | gpl-3.0 | 2,367 | 76 | codeparrot/github-code |
71bff30966a18254d4be47d73640d041feebb8c9c2fa34d44e6917b96228c3b7 | #define PETSCMAT_DLL
#include "src/mat/impls/aij/seq/aij.h"
EXTERN PetscErrorCode Mat_CheckInode(Mat,PetscTruth);
EXTERN_C_BEGIN
EXTERN PetscErrorCode PETSCMAT_DLLEXPORT MatInodeAdjustForInodes_Inode(Mat,IS*,IS*);
EXTERN PetscErrorCode PETSCMAT_DLLEXPORT MatInodeGetInodeSizes_Inode(Mat,PetscInt*,PetscInt*[],PetscInt*)... | C | orio-0.1.0/testsuite/petsc/inode2.c | realincubus/pluto_clang | gpl-3.0 | 7,068 | 192 | codeparrot/github-code |
f9358bf0429a81e19fe9f7aa7370566b5c1096039d04435b6dab1ea59b97f028 | /* pmlastmsg.c
* This is a parser module specifically for those horrible
* "<PRI>last message repeated n times" messages notoriously generated
* by some syslog implementations. Note that this parser should be placed
* on top of the parser stack -- it takes out only these messages and
* leaves all others for proces... | C | plugins/pmlastmsg/pmlastmsg.c | aturetta/rsyslog | gpl-3.0 | 4,969 | 170 | codeparrot/github-code |
4ee4c063309b1f3da382903c6049730b54d9620fd30c0135df696c2f0d922803 | <?php
require_once($GLOBALS['g_campsiteDir'].'/classes/Input.php');
require_once($GLOBALS['g_campsiteDir'].'/classes/Attachment.php');
require_once($GLOBALS['g_campsiteDir'].'/classes/Log.php');
require_once LIBS_DIR . '/MediaList/MediaList.php';
require_once LIBS_DIR . '/MediaPlayer/MediaPlayer.php';
$f_attachment_id... | PHP | newscoop/admin-files/media-archive/edit-attachment.php | danielhjames/Newscoop | gpl-3.0 | 4,566 | 96 | codeparrot/github-code |
f4414bb6c9aa06615c1aaabb0f68bd24c0315683ec6a9b6cb1e8d5c60f6b654b | -----------------------------------
-- Area: Qu'Bia Arena
-- NPC: Those Who Lurk in Shadows
-- !pos -221 -24 19 206
-----------------------------------
package.loaded["scripts/zones/QuBia_Arena/TextIDs"] = nil;
-----------------------------------
require("scripts/globals/keyitems");
require("scripts/globals/missions"... | Lua | scripts/zones/QuBia_Arena/bcnms/those_who_lurk_in_shadows.lua | Whitechaser/darkstar | gpl-3.0 | 2,390 | 67 | codeparrot/github-code |
fa5e681d42f5fdde156c0d584beeb1d698f26a27bc4588bf2d9a4d421d3d0fd8 | #pragma once
#include "ASyncTCP.h"
#include "P1MeterBase.h"
class P1MeterTCP : public P1MeterBase, ASyncTCP
{
public:
P1MeterTCP(int ID, const std::string &IPAddress, unsigned short usIPPort, bool disable_crc, int ratelimit, const std::string &DecryptionKey);
~P1MeterTCP() override = default;
bool WriteToHar... | C | hardware/P1MeterTCP.h | domoticz/domoticz | gpl-3.0 | 857 | 34 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.