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
2332d6ab24640c954fc459187fd8f0f4e58f68b5fd196ff1427aff3381b01984
// Copyright 2016-2020 TriAxis Games L.L.C. All Rights Reserved. #pragma once #include "RuntimeMeshCore.h" #include "Containers/StaticArray.h" #include "Interfaces/Interface_CollisionDataProvider.h" #include "RuntimeMeshRenderable.generated.h" USTRUCT(BlueprintType) struct RUNTIMEMESHCOMPONENT_API FRuntimeMeshVertex...
C
Source/RuntimeMeshComponent/Public/RuntimeMeshRenderable.h
Koderz/UE4RuntimeMeshComponent
mit
31,842
1,208
codeparrot/github-code
6127df0ef95978e6171c0f5c3078e8adb4936d304817e908a2239f3ac09fb571
// Copyright (c) 2009-2012 The Bitcoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __CRYPTER_H__ #define __CRYPTER_H__ #include "allocators.h" /* for SecureString */ #include "key.h" #include "serializ...
C
src/crypter.h
mergecoin-project/Mergecoin-master
mit
8,070
242
codeparrot/github-code
f6431a9bba661308672e90fb347d8bcf8abaab511ab1938ab45f8352ddc10a23
import copy import numpy as np from chainer import reporter import chainer.training.extensions from chainercv.evaluations import eval_instance_segmentation_coco from chainercv.utils import apply_to_iterator try: import pycocotools.coco # NOQA _available = True except ImportError: _available = False cl...
Python
chainercv/extensions/evaluator/instance_segmentation_coco_evaluator.py
chainer/chainercv
mit
7,737
188
codeparrot/github-code
9292a85c1df432f7b60be5f54368414bb6569655ab112b6b817861bfebd1f6ef
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for license information. namespace ODataValidator.Rule { #region Namespace. using System; using System.ComponentModel.Composition; using System.Linq; using S...
C#
src/CodeRules/MetadataDocument/MetadataCore4336.cs
OData/ValidationTool
mit
7,719
240
codeparrot/github-code
245d4c7a7eec0687a9c6262d99ca97c05ee8253aa81166f7a07d9c6fdc6ae577
<!-- @license Copyright (c) 2016 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http:/...
HTML
polymer/app-drawer-template/index.html
shaoke/examples
mit
3,916
111
codeparrot/github-code
4abfb17d6552fa820fd21d5f80dd2b9ae93f9236c381c946c8a98232a3ea2338
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>OffscreenCanvas</title> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@threejs...
HTML
manual/en/offscreencanvas.html
looeee/three.js
mit
45,331
1,081
codeparrot/github-code
dbf08c1f59be98948774ed4ebcbd63aa294aa7b3cca1494e4434c5d877a712f4
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\EventDispatcher\Debug; use Psr\EventDispatcher\Stoppa...
PHP
src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php
yceruto/symfony
mit
11,702
369
codeparrot/github-code
594ad4e3a045f490577b412e4cca117318feab5e1d0aeb30bbc827dcf8b57d04
import os from gi.repository import Gtk from wand.image import Image class PhotoExporter(Gtk.FileChooserDialog): def __init__(self, window): super(PhotoExporter, self).__init__( 'Export photo', window, Gtk.FileChooserAction.SAVE, ( Gtk.STOC...
Python
photoshell/views/photo_exporter.py
SamWhited/photoshell
mit
1,432
51
codeparrot/github-code
a95b8f269fd1225fdfc13f627b04a6da5e3e42f4ae869d260fdc6ff0f00fed4a
/* (C) Copyright 2006, 2007, 2008, 2009, 2010, 2011 Stijn van Dongen * (C) Copyright 2012, 2013 Stijn van Dongen * * This file is part of MCL. You can redistribute and/or modify MCL under the * terms of the GNU General Public License; either version 3 of the License or * (at your option) any later version. Y...
C
mclcluster/mcl-14-137/src/shmx/mcxtab.c
wolfiex/RopaJL
mit
4,794
228
codeparrot/github-code
d1bd5671f1ba1a1ed9a17be1b2b41445e55a3c3c4374d0af858f751a64055e91
import { FETCH_ALL_USERS_REQUEST, FETCH_ALL_USERS_SUCCESS, FETCH_ALL_USERS_FAILURE, FETCH_USER_REQUEST, FETCH_USER_SUCCESS, FETCH_USER_FAILURE } from '../actions/admin-actions'; const initialState = { isFetching: false, users: { isFetching: false, currentlyEditing: null, res...
JavaScript
frontend/js/redux/reducers/admin-reducer.js
wbprice/okcandidate-platform
mit
1,702
71
codeparrot/github-code
59bfe9f4fc4e1ae9d4494ba2fb6ae9729f5bd8120f56e79a965044280033c90c
/********************************************************************************************** * Programmer: Christian Webber * Class: CptS 122, Spring 2012; Lab Section 3 * Standard Menu System * Created: September 28th, 2011 * Last Revised: March 2nd, 2012 * Description: This function set allows a menu to be g...
C++
Programming Assignments/PA6/PA6/menu_system.cpp
vonderborch/CS122
mit
11,212
369
codeparrot/github-code
206e79e592c229852ba96ff96d5fa7ef8516f578a15ea09b3f62b2d15303bad4
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; #if (OrganizationalAuth) using Microsoft.AspNetCore.Authentication.Cookies; #endif #if (MultiOrgAuth) using Microsoft.AspNetCore.Authentication.OpenIdConnect; #endif using Microsoft.AspNetCore.Builder; using Microsoft.AspN...
C#
template_feed/Microsoft.DotNet.Web.ProjectTemplates.1.x/content/StarterWeb-CSharp/Startup.cs
danroth27/templating
mit
7,233
193
codeparrot/github-code
cee764af8b5d558f19a76a8b0c43176ee497da14e90281e6786067c691715d5a
/** ****************************************************************************** * @file usbd_core.c * @author MCD Application Team * @version V2.0.0 * @date 18-February-2014 * @brief This file provides all the USBD core functions. ***************************************************************...
C
src/bootloader/src/usbd_core.c
openmv/openmv
mit
11,711
555
codeparrot/github-code
0e8e7a785035dcd915b7445cc38bd2f3652bff532e21c982d850e7952bb00a11
/*! * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select) * * Copyright 2012-2020 SnapAppointments, LLC * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE) */ (function (root, factory) { if (root === undefined && window !== undefined) r...
JavaScript
jhaws/wicket/src/main/resources/org/jhaws/common/web/wicket/bootstrapselect/js/i18n/defaults-id_ID.js
jurgendl/jhaws
mit
1,295
39
codeparrot/github-code
fe1f16edf6fe4e38af75eb0932b8749d7a567569b30e51bea3bf414cc4d95c29
#!/usr/bin/env bash __scriptpath=$(cd "$(dirname "$0")"; pwd -P) __init_tools_log=$__scriptpath/init-tools.log __PACKAGES_DIR=$__scriptpath/packages __TOOLRUNTIME_DIR=$__scriptpath/Tools __DOTNET_PATH=$__TOOLRUNTIME_DIR/dotnetcli __DOTNET_CMD=$__DOTNET_PATH/dotnet if [ -z "$__BUILDTOOLS_SOURCE" ]; then __BUILDTOOLS_SO...
Shell
init-tools.sh
sjsinju/coreclr
mit
7,086
165
codeparrot/github-code
9a298cbc89a78c68e2c6ee37deac50d44e41d2e2bed79080eef9328ca0041260
package com.artemzin.android.wail.util; import android.content.Intent; import android.os.Bundle; /** * @author Artem Zinnatullin [artem.zinnatullin@gmail.com] */ public class IntentUtil { private IntentUtil() {} public static long getLongOrIntExtra(Intent intent, long defaultValue, String... possibleExtra...
Java
wail-app/src/main/java/com/artemzin/android/wail/util/IntentUtil.java
artem-zinnatullin/android-wail-app
mit
2,909
84
codeparrot/github-code
8d9e7b6d8ed7e1bdc10fb45c6a832aed53bb59c6d713245fd3872cff34878724
// // ThumbnailRatingDecorationRenderer.cs // // Author: // Mike Gemünde <mike@gemuende.de> // // Copyright (C) 2010 Novell, Inc. // Copyright (C) 2010 Mike Gemünde // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Softwa...
C#
src/Clients/MainApp/FSpot.Widgets/ThumbnailRatingDecorationRenderer.cs
GNOME/f-spot
mit
2,588
82
codeparrot/github-code
8bac1ff70e9d0db225b1135f5faf9608a03d6c04fe2ff7b634970301186a9fce
// This file is part of Eigen, a lightweight C++ template library // for linear algebra. // // Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr> // // Eigen 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...
C
rv-externals/Eigen_pod/eigen-eigen-ca142d0540d3/Eigen/src/Core/products/GeneralMatrixMatrix.h
hchengwang/rv-lcm-demo
mit
16,848
444
codeparrot/github-code
e0f930f08c14699c34f0cbad924869020056c960d9f3a6b7b3c049ce77a240de
/*! lg-zoom - v1.3.0-beta.0 - October-05-2020 * http://sachinchoolur.github.io/lightGallery * Copyright (c) 2020 Sachin N; Licensed GPLv3 */ (function (root, factory) { if (typeof define === 'function' && define.amd) { // AMD. Register as an anonymous module unless amdModuleId is set define(['jquery'], funct...
JavaScript
lightgallery/modules/lg-zoom.js
cameronhirbodi/CH-Design
mit
23,289
677
codeparrot/github-code
78a1bad9cb5febfbfe0aa4cfcfd5500fe8f8a280b009b6b45b191521fe4e01de
import { Canvas } from "./Canvas"; import { IRepulse } from "../Interfaces/IRepulse"; import { IBubble } from "../Interfaces/IBubble"; import { IImage } from "../Interfaces/IImage"; import { IContainerInteractivity } from "../Interfaces/IContainerInteractivity"; import { Particles } from "./Particles"; import { Retina ...
TypeScript
ajax/libs/tsparticles/1.8.2/Classes/Container.d.ts
cdnjs/cdnjs
mit
2,188
62
codeparrot/github-code
9418b52b1703efe8cd2102092cbcfd2e32dc0ff49decb47d2184a7331c81824f
/** ========================================================================= * * Copyright (C) 2012 Stephan H. Wissel ( http://www.wissel.net/ ) * * All rights reserved. * * ========================================================================== *...
Java
blog/downloads/attachments/2012/PDFReport.java
Stwissel/stwissel.github.io
cc0-1.0
11,482
318
codeparrot/github-code
7c5fa383fecacd0a644db34b286ee6719b398b7ed4e17d92d02cce2d759670a0
/******************************************************************************* * Copyright (c) 2005 Actuate Corporation. * 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 availabl...
Java
engine/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/script/internal/instance/RowInstance.java
sguan-actuate/birt
epl-1.0
2,134
83
codeparrot/github-code
2a8cd1b94360352f8e8ca4b155bb59579c9b20b41753291988d7b58ca3452c7a
/* $OpenBSD$ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial ...
C
plugins/fr.obeo.minidrone.rolling.spider.sample/ARDroneSDK_Unix/include/openssl/pem.h
rbary/minidrone
epl-1.0
21,396
617
codeparrot/github-code
7e60ff4c775acc17029e30729bc2650604674f8e99a5eb2bd8b0e82f73f242e2
/******************************************************************************* * @license * Copyright (c) 2012 VMware, Inc. All Rights Reserved. * THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE * ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE * CONSTITUTES RECIPIENTS ACCEP...
JavaScript
server/templates/completions.js
sirspock/scripted_token
epl-1.0
7,729
282
codeparrot/github-code
0d908f96ce44684ef028f090f77c9c6da2dff60c5a589b1335097955da32f6d0
/* * Copyright (c) 2014 Cisco Systems, Inc. and others. 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 at http://www.eclipse.org/legal/epl-v10.html */ package org....
Java
opendaylight/md-sal/sal-netconf-connector/src/main/java/org/opendaylight/controller/sal/connect/netconf/schema/NetconfRemoteSchemaYangSourceProvider.java
mandeepdhami/controller
epl-1.0
10,697
208
codeparrot/github-code
a6ac89e520c6ae089eeccc9f48f21ec3037ca8f801bbe41be022f0bf8442e44e
/******************************************************************************* * Copyright (c) 2014 Salesforce.com, inc.. * 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 availab...
Java
com.salesforce.ide.ui.editors/src/com/salesforce/ide/ui/editors/apex/outline/IOutlineViewElementHandler.java
dipakmankumbare/idecore
epl-1.0
2,027
63
codeparrot/github-code
491a7d4ea946adf94641e2aa1c16ad74cc5960de470e96b63bb9460e9b376d69
/* * Copyright (c) 2012-2018 Red Hat, Inc. * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc. - initial API a...
Java
ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/selection/SelectionAgentImpl.java
akervern/che
epl-1.0
2,268
76
codeparrot/github-code
4fc0c24ff7067f407d1e6a0f1e5db5db6aa1e5b077cc9edae2f47e300e06f66b
/******************************************************************************* * Copyright (c) 2006 Actuate Corporation. * 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 availabl...
Java
chart/org.eclipse.birt.chart.reportitem/src/org/eclipse/birt/chart/script/internal/scale/LinearScaleImpl.java
sguan-actuate/birt
epl-1.0
1,972
85
codeparrot/github-code
38f17b9c5c322f76048e4b6859687b9f59f4cf2d08c4426703f01a0f188913a3
/******************************************************************************* * Copyright (c) 2017 Red Hat. * 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 at * http...
Java
wsagent/che-core-api-languageserver-maven-plugin/src/main/java/org/eclipse/che/api/languageserver/generator/ServerJsonImpl.java
snjeza/che
epl-1.0
3,248
116
codeparrot/github-code
0b8a9e2384951bad2168ea0a6608565570cb0fe9e505edee9998e907ea4d9918
/* * Copyright (c) 2012-2018 Red Hat, Inc. * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Red Hat, Inc. - initial API a...
Java
ide/che-core-ide-app/src/test/java/org/eclipse/che/ide/upload/file/UploadFileViewImplTest.java
akervern/che
epl-1.0
3,468
120
codeparrot/github-code
241d0f903e429b60f9e54b5e384ddb8e32efa8fa6f21713ea9b360b671187507
/******************************************************************************* * Copyright (c) 2010 Oak Ridge National Laboratory. * 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 i...
Java
applications/apputil/apputil-plugins/org.csstudio.apputil/src/org/csstudio/apputil/xml/DOMHelper.java
css-iter/cs-studio
epl-1.0
10,883
309
codeparrot/github-code
6517a1e62b9e884a79df20510440349de0adb93e152c51d25cb7c36977a08622
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
Java
bundles/org.openhab.binding.bigassfan/src/main/java/org/openhab/binding/bigassfan/internal/discovery/DiscoveryListener.java
openhab/openhab2
epl-1.0
3,870
109
codeparrot/github-code
e8fe48006b418af5b2eb0aaac671ec4811ab3832ec24fc5cdaa5066982219be0
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
Java
bundles/org.openhab.binding.ihc/src/main/java/org/openhab/binding/ihc/internal/ws/datatypes/WSLoginResult.java
openhab/openhab2
epl-1.0
4,810
151
codeparrot/github-code
1584b0889a548dce0d87c4e0365117ff11b88117fa295d420676c65b3e5c0c16
var game = new Phaser.Game(800, 600, Phaser.CANVAS, 'phaser-example', { preload: preload, create: create, update: update, render: render }); function preload() { game.load.image('atari1', 'assets/sprites/atari130xe.png'); game.load.image('sonic', 'assets/sprites/sonic_havok_sanity.png'); game.load.image(...
JavaScript
source/phasereditor/phasereditor.resources.phaser.examples/phaser-examples-master/examples/wip/group destroy.js
boniatillo-com/PhaserEditor
epl-1.0
1,841
73
codeparrot/github-code
500777f836fb73db9a12d72fe6021e5ebae287fbf8578ee7edc4b9945250d9ad
/******************************************************************************* * Copyright (c) 2004, 2005 Actuate Corporation. * 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 av...
Java
data/org.eclipse.birt.data/src/org/eclipse/birt/data/engine/core/security/TempPathManager.java
sguan-actuate/birt
epl-1.0
1,584
64
codeparrot/github-code
51d48bb3bd0e14134be93c5b0856f861264b5ea6bd32bf7d8f1a50b7bbe4a48d
/******************************************************************************* * Copyright (c) 2008, 2013 Innoopract Informationssysteme GmbH and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies t...
Java
org.eclipse.rap.demo/src/org/eclipse/rap/demo/presentation/NavigationPaneViewer.java
jayjaybillings/emfPlayground
epl-1.0
7,060
207
codeparrot/github-code
996d49d3a0def46b075abd8f53b328bfbf79920f94885299734e497daf8b5378
/* packet-usb-com.c * Routines for USB Communications and CDC Control dissection * Copyright 2013, Pascal Quantin <pascal.quantin@gmail.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it ...
C
epan/dissectors/packet-usb-com.c
dameiss/wireshark-aeron
gpl-2.0
38,020
765
codeparrot/github-code
f2dd205897b04b74131ac2b3b283403a25789a99ac0c1d30d9ec8f846c0e1feb
/****************************************************************************** $Id: initsurfalea.h,v 1.3 2004/08/18 10:58:10 schatz Exp $ ******************************************************************************/ #ifndef __INITSURFALEA_H__ #define __INITSURFALEA_H__ #include "globals.h" #include "initsurf.h" ...
C
initsurfalea.h
csherwood-usgs/Coastal-Dune-Model
gpl-2.0
718
32
codeparrot/github-code
683bebc2ceab1daef8298fa02db7a44817d2678de1ce2a78e3d8bf3cd0489a64
jQuery(document).ready(function($) { $('.productcover-content').each(function(index) { var _index = index; var _this = $(this); var _cover = $(this).find('.cover-image'); var _cat = $(this).find('.productcover-cat'); var img = _cover[0]; // Get my img elem var pic_real_width, pic_real_height; var _ratio;...
JavaScript
wp-content/plugins/vc-extensions-bundle326/productcover/js/jquery.productcover.js
rodrigodemingo/abu_dhabi_ports
gpl-2.0
2,885
84
codeparrot/github-code
2a97a92b5a2bc7332017eec17c34135ddffc8a93a3596f59d637e710becd2306
/*! * jQuery UI Button @VERSION * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license * * http://docs.jquery.com/UI/Button * * Depends: * jquery.ui.core.js * jquery.ui.widget.js */ (function( $, undefined ) { var las...
JavaScript
core/misc/ui/ui/jquery.ui.button.js
nullzer/dr8
gpl-2.0
11,630
415
codeparrot/github-code
5d007f402363acb15d9bf9efc06c92d715152f169ba05cc83162d5f208be9662
// clang-format off /* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of ...
C++
src/PERI/pair_peri_pmb.cpp
ellio167/lammps
gpl-2.0
11,752
400
codeparrot/github-code
308f5b6267943e3d89b528aee4a3939723c2f42c759135c1b1ed38d93ae13f1b
<?php /** * @version $Id: banner.php 18160 2010-07-16 03:03:59Z infograf768 $ * @copyright Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access defined('_JEXEC') or die; jimport('joomla.applicati...
PHP
administrator/components/com_banners/controllers/banner.php
dbxdnl/GitHub
gpl-2.0
2,221
84
codeparrot/github-code
56af3a746dffc5e1ab830fe26e1b7afc1d52d5b5da3443cdb552d3641eb4d6b3
""" urlresolver XBMC Addon Copyright (C) 2011 t0mm0 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 3 of the License, or (at your option) any later version. ...
Python
storage/.xbmc/addons/script.module.urlresolver/lib/urlresolver/plugins/novamov.py
SMALLplayer/smallplayer-image-creator
gpl-2.0
3,302
82
codeparrot/github-code
8e7815fc2b063dbc682bedf96cb2bad07346d193f283733a49f06d9d762f0f6c
// (C) Copyright John maddock 1999. // (C) David Abrahams 2002. Distributed under 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) // // use this header as a workaround for missing <limits> // See http://www.boost.org...
C++
easeaMultiIslandsOneMachine/boost/boost/limits.hpp
pallamidessi/GridVis
gpl-2.0
6,265
147
codeparrot/github-code
f250ab17fc0d8d053b381e9f4c4acaafd7c390cdd9ac4f4312983fedf95d6043
{% extends "webgateway/core_html.html" %} {% load i18n %} {% load common_filters %} {% load common_tags %} {% comment %} <!-- Copyright (C) 2011-2014 University of Dundee & Open Microscopy Environment. All rights reserved. This program is free software: you can redistribute it and/or modify it under the term...
HTML
components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/annotations/batch_annotate.html
joansmith/openmicroscopy
gpl-2.0
22,740
546
codeparrot/github-code
5b70acb7dde4387fba4feea46e4ab5c0b1cfd84b0dc3dfe8f821c3a9fbd628be
--真紅眼融合 function c6172122.initial_effect(c) --activate local e1=Effect.CreateEffect(c) e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetCode(EVENT_FREE_CHAIN) e1:SetCountLimit(1,6172122+EFFECT_COUNT_CODE_OATH) e1:SetCost(c6172122.cost) e1:SetTarget(c6172122.target) e1:SetOperation...
Lua
c6172122.lua
Lsty/ygopro-scripts
gpl-2.0
3,611
97
codeparrot/github-code
40ca02b278870564621bc41c3ecd0c87076efafb1414ba819ec85fbd8880d165
<?php /** * GitHub Updater * * @package GitHub_Updater * @author Andy Fragen * @license GPL-2.0+ * @link https://github.com/afragen/github-updater */ namespace Fragen\GitHub_Updater; /** * Get remote data from a Bitbucket repo. * * Class Bitbucket_API * @package Fragen\GitHub_Updater * @aut...
PHP
wp-content/plugins/github-updater-4.5.6/src/GitHub_Updater/Bitbucket_API.php
frontcube/fctvep03
gpl-2.0
8,255
336
codeparrot/github-code
f4ddb2c249042dcad56c10432ad8c409d6adfdb51aef268804b4d39660ab83e2
<?php class FrmProSettings extends FrmSettings{ public $option_name = 'frmpro_options'; // options public $edit_msg; public $update_value; public $already_submitted; public $rte_off; public $csv_format; public $cal_date_format; public $date_format; public $permalinks = false; ...
PHP
wp-content/plugins/formidable/pro/classes/models/FrmProSettings.php
meshdesign/isgweb
gpl-2.0
1,831
65
codeparrot/github-code
7e95ff36e45ceabfb80da10651b50df33da077cfcb3e11eeed2ad8085997fb8d
/******************** (C) COPYRIGHT 2012 STMicroelectronics ******************** * * File Name : lsm330_acc.c * Authors : MSH - Motion Mems BU - Application Team * : Matteo Dameno (matteo.dameno@st.com) * : Denis Ciocca (denis.ciocca@st.com) * : Author is willing to be considered the contact * : and up...
C
drivers/huawei/drivers/sensor/accelerometer/lsm330_acc.c
yuenar/huawei_P6S-U06_KK_kernel
gpl-2.0
49,339
1,881
codeparrot/github-code
395e60b1e713fb0efc920b32f903b9dcca9c6a1c3b005419c2c73e18c30d9e0d
/* smplayer, GUI front-end for mplayer. Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net> 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 L...
C
src/filesettingsbase.h
saga64/smplayer
gpl-2.0
1,338
44
codeparrot/github-code
d60b98dfcaab5f428739d1a933b0987a5c28d6e5bbaf68d8dbe716312944bfff
// TAMiniMap.cpp: implementation of the CTAMiniMap class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "afxcoll.h" #include "TAMiniMap.h" #include "TibiaMap.h" #include "TibiaMapPoint.h" #include "TibiaMiniMap.h" #include "TibiaMiniMapPoint.h" #inclu...
C++
tibiaauto-kernel/tibiaauto_util/TAMiniMap.cpp
Wisling/tibiaauto-pub
gpl-2.0
17,779
561
codeparrot/github-code
ccdd25fa7670ab602b28413aba28af0b81672799da6eeebb3d1c40aabbea51c3
/* Use this file as a template to start implementing a new object type. If your objects will be called foobar, start by copying this file to foobarobject.c, changing all occurrences of xx to foobar and all occurrences of Xx by Foobar. You will probably want to delete all references to 'x_attr' and add you...
C
user/python/Objects/xxobject.c
atmark-techno/atmark-dist
gpl-2.0
2,466
109
codeparrot/github-code
e8903cac3b77d4f40bcbef4a2bc77fdf2d8454423f6067f6fa1b0aa5afcc9081
/* * This file is part of the TrinityCore Project. See AUTHORS file for Copyright information * * 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 ...
C++
src/server/scripts/EasternKingdoms/ZulAman/instance_zulaman.cpp
Nalliestrasza/LegionHearth
gpl-2.0
11,140
315
codeparrot/github-code
4bd1f9c7bf944fdd237049041b4a907d65a244cadff31cee28e8a903a2474118
/* twister-small.h */ #ifndef TWISTER_SMALL_H_ #define TWISTER_SMALL_H_ #include <stdint.h> #include "twister.h" typedef uint8_t twister256_hash_t[256/8]; typedef uint8_t twister224_hash_t[224/8]; typedef twister_state_t twister256_ctx_t; typedef twister_state_t twister224_ctx_t; void twister_small_init(twister_st...
C
twister/twister-small.h
cantora/avr-crypto-lib
gpl-2.0
1,284
34
codeparrot/github-code
32260f3933018b4e36adbc66d22d6f457b601f51fe79fe9344a692c3bf0ba5a9
#include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/cpufreq.h> #include <linux/cpu.h> #include <linux/jiffies.h> #include <linux/kernel_stat.h> #include <linux/mutex.h> #include <linux/hrtimer.h> #include <linux/tick.h> #include <linux/ktime.h> #include <linux/sched.h> #include <...
C
drivers/cpufreq/dm_cpu_hotplug.c
googyanas/Googy-Max-N4-TW511-Kernel
gpl-2.0
28,076
1,241
codeparrot/github-code
74e77444a7c509a18e3fb1da3216b6e3f3d020503a4483eb2f0cf8149fa9a119
namespace CrashReporterTest { partial class FormMain { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> //...
C#
lib/CrashReporter.NET-1.5/CrashReporterTest/FormMain.Designer.cs
SamiDidier/NClass
gpl-2.0
3,732
84
codeparrot/github-code
67e15fdae6575f4d8e4d1044d60418b3d5ea45ea199be79f74c32baa2428df96
<HTML> <HEAD> <TITLE>GENESIS Reference ManualMay 5, 2001: Extended Objects</TITLE> </HEAD> <BODY> <A HREF="Manual-10.html">Previous</A> <A HREF="Manual-12.html">Next</A> <A HREF="Manual.html#toc11">Table of Contents</A> <HR> <H2><A NAME="Extended"></A> <A NAME="s11">11. Extended Objects</A></H2> <P>GENESIS provides an...
HTML
genesis/Hyperdoc/Manual-11.html
saeedsh/genesis.stdp
gpl-2.0
20,764
495
codeparrot/github-code
a7654475cb3d9d248c677078cba2c010a6577953f2f34425f493df83275781c1
/** * @file /src/touchegg/gestures/factory/GestureFactory.cpp * * This file is part of Touchégg. * * Touchégg 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 (a...
C++
src/touchegg/gestures/factory/GestureFactory.cpp
jameh/touchegg-mirror
gpl-2.0
5,984
141
codeparrot/github-code
3b8a42454828439d84c2f44b51a8fcf5b59abee48984985466c8f4ebbadeb7c5
(function(){ // module factory: start var moduleFactory = function($) { // module body: start var module = this; var jQuery = $; var exports = function() { /** * @license jQuery webcam plugin v1.0.0 09/12/2010 * http://www.xarg.org/project/jquery-webcam-plugin/ * * Copyright (c) 2010, Robert Eisele (robert@x...
JavaScript
media/foundry/5.0/scripts/webcam.js
BetterBetterBetter/B3App
gpl-2.0
2,858
124
codeparrot/github-code
092e65bb6fd455a075fda6d98c281f33c2fe951b031b462e37d9d52e328a33c4
#!/usr/bin/env python ''' Copyright (C) 2011 Karlisson Bezerra <contact@hacktoon.com> 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 ve...
Python
share/extensions/ink2canvas/canvas.py
yaii/yai
gpl-2.0
6,499
196
codeparrot/github-code
44bde8458372a6e5243a66e5e7f18628e4aafe7f121abdd9e77c3ac0eb3b3f06
/* ScummVM Tools * * ScummVM Tools is the legal property of its developers, whose * names are too numerous to list here. Please refer to the * COPYRIGHT file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General...
C++
decompiler/scummv6/codegen.cpp
a-detiste/scummvm-tools
gpl-2.0
5,748
275
codeparrot/github-code
0669cf6e7ac48138b58c928bddc3cc0745510345959dc4b2a2c65a44e5e12580
<?php header("Cache-Control: no-cache, must-revalidate"); header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); if (@$_GET['id']) { echo json_encode(uploadprogress_get_info($_REQUEST['id'])); exit(); } $uuid = uniqid(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3....
PHP
tplugins/jpbar/demo.php
hodorogandrei/contesteasyplatform
gpl-2.0
7,479
168
codeparrot/github-code
a92da108bfa99f37d05ae484679655126d0419d87a4e56733ccd3688be3a8524
<?php /** * Demos Cli * * @category Demos * @package Demos_Cli * @author James.Huang <huangjuanshi@163.com> * @license http://www.apache.org/licenses/LICENSE-2.0 * @version $Id$ */ /** * @package Demos_Cli */ class Demos_Cli_Doc extends Demos_Cli { /** * Document cli class instruction * @...
PHP
server/lib/Demos/Cli/Doc.php
liningwang/myMap
gpl-2.0
1,471
56
codeparrot/github-code
6cd32ceac1779e271058c782f31277fac50356702f26539e7b295c6d366ef6ee
/* * Copyright © 2006-2007 Intel Corporation * Copyright (c) 2006 Dave Airlie <airlied@linux.ie> * * 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...
C
drivers/gpu/drm/i915/intel_lvds.c
robacklin/dreamplug
gpl-2.0
34,944
1,191
codeparrot/github-code
7736f9e5ded4600bf49ec4c4248db6b347d9c3c9ac28dd90ca605212952b2aec
function configureExportButton( element ) { var form = element.form; var radioCount = 0; for ( var i = 0, len=form.elements.length; i < len; i++ ) { if ( form.elements[i].type == "radio" && form.elements[i].checked ) { radioCount++; } } form.elements['exportButton'].disabled = (radioCount == 0)...
JavaScript
web/skins/classic/views/js/download.js
Simpler1/ZoneMinder
gpl-2.0
1,891
64
codeparrot/github-code
b274e04c68e2bd73d940d7910bd8c30ad5aaae93909a98ee4dccfd104722df5c
/* Copyright (C) 2012 Monty Program Ab 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 of the License. This program is distributed in the hope that it will be useful, but WI...
C
sql/threadpool.h
Kentoku/MariaDB
gpl-2.0
2,573
73
codeparrot/github-code
82b9d31f75041405a7056f2dbaffbca0f39a6adf30fa75108dcd30bf7f56d170
/* * Copyright (c) 2012, Codename One 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 Public License version 2 only, as * published by the Free Sof...
Java
CodenameOne/src/com/codename1/ui/list/FilterProxyListModel.java
sdwolf/CodenameOne
gpl-2.0
12,456
398
codeparrot/github-code
ee377fc1b0ae23f95c4c5e1b03399b4c9d4218875ce1997fb89ab90e290e1ffe
/* * OMAP LDO control and configuration * * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * Nishanth Menon * * 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 Founda...
C
arch/arm/mach-omap2/omap4_trim_quirks.c
Metallice/android_kernel_samsung_espressowifi
gpl-2.0
5,372
185
codeparrot/github-code
9d49a6c11c085fa7d1881f417f731dc169af918966281af202306e8df391fb9c
<?php /* Plugin Name: Nav Menu Roles Plugin URI: http://www.kathyisawesome.com/449/nav-menu-roles/ Description: Hide custom menu items based on user roles Version: 1.6.3 Author: Kathy Darling Author URI: http://www.kathyisawesome.com License: GPL2 Copyright 2014 Kathy Darling(email: kathy.darling@gmail.com) ...
PHP
wp-content/plugins/nav-menu-roles/nav-menu-roles.php
myungko/wptesting
gpl-2.0
15,611
503
codeparrot/github-code
ec1a9b846e29be2276d28d37fdf4990b930ffdc6e54e5eb2a1eca582d200873c
/* * This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information * * 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
src/game/PlayerBot/AI/PlayerbotHunterAI.h
cmangos/mangos-cata
gpl-2.0
5,904
145
codeparrot/github-code
52ce7b19283f3d61138e833fcdca3dbca8931b9a04d315809849bb698fbcff2a
/** * Copyright @ 2013 uPI Semiconductor Corp. All right reserved. * The information, images, and/or data contained in this material is copyrighted by uPI * Semiconductor Corp., and may not be distributed, modified, reproduced in whole or in part * without the prior, written consent of uPI Semiconductor Corp. */ ...
C
drivers/power/ASUS_BATTERY/ug31xx/uG31xx_API_System.c
anwarMov/android_kernel_asus_a500cg
gpl-2.0
58,110
2,039
codeparrot/github-code
8bf94881a714665fc2a522e0ee59ae92c0faecf02c333aa4cbab4437b4a296c2
/********************************************************************** Audacity: A Digital Audio Editor FileHistory.h Leland Lucius **********************************************************************/ #ifndef __AUDACITY_WIDGETS_FILEHISTORY__ #define __AUDACITY_WIDGETS_FILEHISTORY__ #include <vector> #in...
C
src/widgets/FileHistory.h
ThomasFeher/audacity
gpl-2.0
1,238
54
codeparrot/github-code
e538345ae98ec2f6695912178d71380e055291bf951ad40cfc4f4d891abed56f
#undef TRACE_SYSTEM #define TRACE_SYSTEM kmem #if !defined(_TRACE_KMEM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_KMEM_H #include <linux/types.h> #include <linux/tracepoint.h> /* * The order of these masks is important. Matching masks will be seen * first and the left over flags will end up showing by t...
C
include/trace/events/kmem.h
botioni/aml_linux_kernel
gpl-2.0
8,634
345
codeparrot/github-code
d367ccb2385bb140fa5ba5ccfdd5907fa0837038183fa0b34301b1dcbe18a250
//=============================================================================== // Microsoft patterns & practices Enterprise Library // Core //=============================================================================== // Copyright © Microsoft Corporation. All rights reserved. // THIS CODE AND INFORMATION I...
C#
sources/EntLib3/Common/Configuration/Manageability/ConfigurationChangeNotificationCoordinator.cs
tws67/uniframework
gpl-2.0
2,794
89
codeparrot/github-code
067a7ddfc21de179d239740b853e8e9e4c93bd0f9791753c5958cf02bfffd095
/* Part of CPP library. (Macro and #define handling.) Copyright (C) 1986, 1987, 1989, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Written by Per Bothner, 1994. Based on CCCP program by Paul Rubin, June 1986 ...
C
support/cpp/libcpp/macro.c
pfalcon/sdcc
gpl-2.0
70,566
2,127
codeparrot/github-code
b8cb5b5bc3ce782e9601fda6580d046225bffe232767845121fe546d407dfc0c
{% extends 'base.html' %} {% load staticfiles %} {% load test_filters %} {% load group_filters %} {% load identity_filters %} {% load project_filters %} {% block mainpage %} <div class="page-header"> <h1>Project Details</h1> </div> <h2>{{ project.name }} </h2> <p>{{ project.description }}</p> <table class="table ...
HTML
templates/project/project_detail.html
s4n7h0/ava
gpl-2.0
11,874
287
codeparrot/github-code
b0d650761b892395242cf2244950d9dc0e1b839312d62689dc59a1438a2d0056
<?php /** * @package Joomla.Platform * @subpackage String * * @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; // PHP mbstring and iconv local confi...
PHP
libraries/joomla/string/string.php
01J/bealtine
gpl-2.0
26,664
972
codeparrot/github-code
2646e2860f2b5f6f8eea6fad6171e01fcf63cdedf895afbd43fe0551bad4f676
/* Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved. * Copyright (C) 2012 Sony Ericsson Mobile Communications AB * * 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 Sof...
C
drivers/mfd/pmic8058.c
Kali-/sony-kernel-msm8960
gpl-2.0
23,480
841
codeparrot/github-code
7c5636ddbf8e7e41f74e9dc1e011d2cd56258185587e7e6e61d05b354844e89a
#ifndef WIDGETTOGGLE_H_ #define WIDGETTOGGLE_H_ #include "ieventmanager.h" #include "Toggle.h" #include <vector> #include <gtk/gtkwidget.h> /* greebo: A WidgetToggle can be connected to one or more widgets and shows/hides them * upon toggle (e.g. like the Camera Window). * * Note: GtkCheckMenuItems and GtkToggleT...
C
src/tools/radiant/radiant/eventmanager/WidgetToggle.h
chrisglass/ufoai
gpl-2.0
1,354
53
codeparrot/github-code
34279495676200fa4e302c972e5d6c4628578ad725d2ed556481067806547a1c
<?php /** * @version $Id: view.html.php 178 2013-12-22 17:44:34Z michel $ * @package Jacc * @subpackage Tables * @copyright Copyright (C) 2011, Michael Liebler. All rights reserved. * @license #http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ // no direct access defined('_JEXEC') or die('Restricted access'); ji...
PHP
administrator/components/com_jacc/views/templates/view.html.php
ranrolls/ras-full-portal
gpl-2.0
2,815
107
codeparrot/github-code
c600ebe6ad21a3341c8b3167be957d3b93fc3b541fa9fb7dd73a6b328a5f5c0a
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Methods to make integrations with others plugins. */ class Extra_Checkout_Fields_For_Brazil_Plugins_Support { /** * Initialize integrations. */ public function __construct() { add_filter( 'woocommerce_bcash_args', array( $thi...
PHP
wp-content/plugins/woocommerce-extra-checkout-fields-for-brazil/includes/class-wc-ecfb-plugins-support.php
johnndaf/Gasomax
gpl-2.0
2,218
87
codeparrot/github-code
cb7ca52a2cf5c3f7d4b2e657f42c690a90c80ddacfa8619fd21382a34045ec61
//>>built define("dojox/grid/enhanced/plugins/CellMerge",["dojo/_base/declare","dojo/_base/array","dojo/_base/lang","dojo/_base/html","../_Plugin","../../EnhancedGrid"],function(_1,_2,_3,_4,_5,_6){ var _7=_1("dojox.grid.enhanced.plugins.CellMerge",_5,{name:"cellMerge",constructor:function(_8,_9){ this.grid=_8; this...
JavaScript
wp-content/plugins/dojo/dojox/grid/enhanced/plugins/CellMerge.js
hariomkumarmth/champaranexpress
gpl-2.0
4,360
148
codeparrot/github-code
f97aa04d977971b67ed32180003d985ae926ddd4c7f0f4f4405a6c7e2531414e
/*****************************************************************************/ /* * devio.c -- User space communication with USB devices. * * Copyright (C) 1999-2000 Thomas Sailer (sailer@ife.ee.ethz.ch) * * This program is free software; you can redistribute it and/or modify * it under t...
C
drivers/usb/core/devio.c
botioni/aml_linux_kernel
gpl-2.0
52,537
2,102
codeparrot/github-code
0d69926195542012d254ebd9ca2cb28bac1612745c377ceb6b09e775f87fd12b
<?php /** * @package DPCalendar * @author Digital Peak http://www.digital-peak.com * @copyright Copyright (C) 2007 - 2014 Digital Peak. All rights reserved. * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ defined('_JEXEC') or die(); JLoader::import('components.com_dpcalendar.helpers.dpcalend...
PHP
plugins/search/dpcalendar/dpcalendar.php
apachish/calenddar
gpl-2.0
3,751
148
codeparrot/github-code
d2246f9caa2130860e7144ecec5f0410566450d1ead96fb5cc02cc0aed18760b
/** * * Copyright (c) 2009-2015 Freedomotic team http://freedomotic.com * * This file is part of Freedomotic * * 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, or (at yo...
Java
plugins/devices/frontend-java/src/main/java/com/freedomotic/jfrontend/JavaDesktopFrontend.java
bestmazzo/freedomotic
gpl-2.0
9,558
278
codeparrot/github-code
8db2cfbcef4c2f3b9eb1344167b93b797e121041d30b2e6f38a97097938fc28a
/* * Copyright (C) 2009 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++
external/webkit/WebKit/chromium/src/WebSharedWorkerImpl.cpp
EpicCM/SPH-D700-Kernel
gpl-2.0
4,537
128
codeparrot/github-code
5a23b96c6bfb4aceb3c54db1ab50998491f508749c56153e77e131d22831591a
<?php /* * @version $Id: crontask.form.php 23305 2015-01-21 15:06:28Z moyo $ ------------------------------------------------------------------------- GLPI - Gestionnaire Libre de Parc Informatique Copyright (C) 2003-2014 by the INDEPNET Development Team. http://indepnet.net/ http://glpi-project.org ----------...
PHP
front/crontask.form.php
flavioleal/projeto-towb
gpl-2.0
2,563
82
codeparrot/github-code
c5bd889e699d170c755f7b584b401915a738d9772d475326a5eb1ad0769371c0
#include <stdint.h> #include <lib.h> #include <console/console.h> #include <device/mmio.h> #if ENV_X86 && CONFIG(SSE2) /* Assembler in lib/ is ugly. */ static void write_phys(uintptr_t addr, u32 value) { asm volatile ( "movnti %1, (%0)" : /* outputs */ : "r" (addr), "r" (value) /* inputs */ ); } static void p...
C
src/lib/ramtest.c
felixsinger/coreboot
gpl-2.0
4,664
206
codeparrot/github-code
81da39d77e6dd646c68321a4c161008b7932480dff6842f1469f9af744cd4303
/* * Copyright (C) 2006-2017 Apple 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
C
modules/web/src/main/native/Source/WebCore/page/ContextMenuController.h
teamfx/openjfx-8u-dev-rt
gpl-2.0
3,641
101
codeparrot/github-code
c562a20cd3d1abbfe17f17d6331c1a2101ad2b52682ac73d3bf8caa5f23f78b5
/* * ************************************************************************************* * Copyright (C) 2006-2015 EsperTech, Inc. All rights reserved. * * http://www.espertech.com/esper * * http://www.espertech.com ...
Java
esper/src/test/java/com/espertech/esper/regression/epl/TestPerf2StreamSimpleJoinCoercion.java
b-cuts/esper
gpl-2.0
4,377
113
codeparrot/github-code
21b922ffbced063e3ff1fd778f2d14194f8ed97241ab6ed6a966026aa6a909c4
<?php /** * NoNumber Framework Helper File: Assignments: PHP * * @package NoNumber Framework * @version 12.11.6 * * @author Peter van Westen <peter@nonumber.nl> * @link http://www.nonumber.nl * @copyright Copyright © 2012 NoNumber All Rights Reserved * @license ...
PHP
plugins/system/nnframework/helpers/assignments/php.php
vadia007/pmchair
gpl-2.0
2,496
83
codeparrot/github-code
7693673a12bf241911b419548e0073a95c16a5debd64c521d5559f53922479f2
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2018 Advanced Micro Devices, Inc. All rights reserved. * Copyright(c) 2018 Synopsys, Inc. All rights reserved. */ #include "axgbe_ethdev.h" #include "axgbe_common.h" #include "axgbe_phy.h" static void axgbe_an37_clear_interrupts(struct axgbe_port *pdata...
C
drivers/net/axgbe/axgbe_mdio.c
emmericp/dpdk
gpl-2.0
26,756
1,067
codeparrot/github-code
23983a8f0ea48eeafb4ab1ce15085afa005c664d98112323c621eab72bba8ac7
/* * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
C++
TMessagesProj/jni/voip/webrtc/modules/audio_coding/neteq/delay_manager.cc
DrKLO/Telegram
gpl-2.0
11,793
344
codeparrot/github-code
eac557c4ebb60a1a3b3ecbffb0629c802bf8817adc1b087e5c7d075560980a58
namespace Server.Items { class ClosedBarrel : TrapableContainer { [Constructable] public ClosedBarrel() : base(0x0FAE) { } public ClosedBarrel(Serial serial) : base(serial) { } public override int DefaultGumpID => 0x3e; ...
C#
Scripts/Items/Containers/ClosedBarrel.cs
ServUO/ServUO
gpl-2.0
651
31
codeparrot/github-code
5424eae84448544ac64f48d1db76e0210fd490c09390c4f23b324795745b2db0
/***************************************************************************** * chapters.hpp : matroska demuxer ***************************************************************************** * Copyright (C) 2003-2004 the VideoLAN team * $Id$ * * Authors: Laurent Aimar <fenrir@via.ecp.fr> * Steve Lhomme ...
C++
modules/demux/mkv/chapters.hpp
cmassiot/vlc-broadcast
gpl-2.0
4,235
119
codeparrot/github-code
783f632249a5d1a1f82a9794519d9f36bed2e2590d739c246d6f88f7776132bc
/* vi: set sw=4 ts=4: */ /* * mkfs_vfat: utility to create FAT32 filesystem * inspired by dosfstools * * Busybox'ed (2009) by Vladimir Dronnikov <dronnikov@gmail.com> * * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config MKDOSFS //config: bool "mkdosfs" //config: default y //config: ...
C
util-linux/mkfs_vfat.c
jgriepentrog/android_external_busybox
gpl-2.0
22,896
650
codeparrot/github-code
ed3b7e960e874a3504a72c5a54fe8866a86c51b8661c35ecdfcfa2337bdc58a4
/* nlmediaplayer.h Kopete Now Listening To plugin Copyright (c) 2002,2003,2004 by Will Stephenson <will@stevello.free-online.co.uk> Kopete (c) 2002,2003,2004 by the Kopete developers <kopete-devel@kde.org> Purpose: Represents a generic media player and abstracts real media players' actua...
C
kopete/plugins/nowlistening/nlmediaplayer.h
iegor/kdenetwork
gpl-2.0
1,948
59
codeparrot/github-code
3fb54b5f055e5d1a3ecc2ef4564d6c881d5cb149801325c13003a727ef791d50
/* * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved. * Copyright (C) 2004-2009 Red Hat, Inc. All rights reserved. * * This file is part of LVM2. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * ...
C
tools/vgsplit.c
Jajcus/lvm2
gpl-2.0
12,734
512
codeparrot/github-code
4d512ec4565a8fb7eaf12db79c09e5d74c785df2581d276598d9f6fd1046947a
/* * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> * * 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 ver...
C
src/server/game/DataStores/DBCEnums.h
wakashige/TrinityCore
gpl-2.0
43,729
750
codeparrot/github-code
779a449f08624dd81f9151abf6d3a01330ee21353a0f6217e5ce3317bc3cd378
/* Copyright (C) 2011 Brian Aker Copyright (C) 2006 MySQL AB 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 of the License. This program is distributed in the hope that...
C++
plugin/signal_handler/signal_handler.cc
0xffea/drizzle
gpl-2.0
6,896
269
codeparrot/github-code