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 |
|---|---|---|---|---|---|---|---|---|
e2748eb7cd9120d0ed4d0af947cb2b2c6dec1d0f1e7f075d3398ff6f03a53255 | //=============================================================================
//
// akaze_features.cpp
// Authors: Pablo F. Alcantarilla (1), Jesus Nuevo (2)
// Institutions: Georgia Institute of Technology (1)
// TrueVision Solutions (2)
// Date: 16/09/2013
// Email: pablofdezalc@gmail.com
//
// AKAZE ... | C++ | akaze/src/akaze_features.cpp | ducha-aiki/mods | gpl-2.0 | 7,420 | 257 | codeparrot/github-code |
b6d3a18da322a6ff5566b84d3093e905f9fb34000c811787d11424d883bf1fda | /**
This package is part of the application VIF.
Copyright (C) 2008-2015, Benno Luthiger
This 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 of the License, or (at your op... | Java | org.hip.vif.member.ldap/src/org/hip/vif/member/ldap/LDAPMemberInformation.java | aktion-hip/vif | gpl-2.0 | 3,356 | 93 | codeparrot/github-code |
c89f0d624e1cd2ba5e6ec72d7eed903e9e3cf7cb6e42d04d0e23f4d526d95c2b | #include <iostream>
using namespace std;
struct Node
{
int inf;
Node *next;
}*start,*newptr,*save,*ptr,*rear;
Node* Create_New_Node(int n)
{
newptr=new Node;
newptr->inf=n;
newptr->next=NULL;
return newptr;
}
void Insert_End(Node *np)
{
if(start==NULL)
start=rear=np;
else
{
... | C++ | Arrays/Deletion in a Linked List/main.cpp | Kingpin007/School-Cpp-Programs | gpl-2.0 | 1,188 | 73 | codeparrot/github-code |
2a207bbc0acb0b3a541a0b36f2bf0a0ddcd6bdfa45f51ff7802ab46cde8f8cf1 | #ifndef _NAOMIGD_H_
#define _NAOMIGD_H_
#include "naomibd.h"
#define MCFG_NAOMI_GDROM_BOARD_ADD(_tag, _image_tag, _pic_tag, _eeprom_tag, _maincpu_tag, _irq_cb) \
MCFG_NAOMI_BOARD_ADD(_tag, NAOMI_GDROM_BOARD, _eeprom_tag, _maincpu_tag, _irq_cb) \
naomi_gdrom_board::static_set_tags(*device, _image_tag, _pic_ta... | C | src/mame/machine/naomigd.h | Luke-Nukem/mame-144-vector_mod | gpl-2.0 | 1,983 | 62 | codeparrot/github-code |
de25bc661e6d2fe0129b1637658827ae4d22b183ea0a3935fe7f531a530214f1 | /*
* Copyright 2013-2014 Odysseus Software GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... | Java | TMessagesProj/src/main/java/org/giffftalk/messenger/audioinfo/m4a/MP4Box.java | digantDj/Gifff-Talk | gpl-2.0 | 2,379 | 88 | codeparrot/github-code |
48a8f7f9ee64e1ec76696ac53bd65292eee5362eb4f0b16ab2384d45f2c1e16c | <?php
/**
* This software is intended for use with Oxwall Free Community Software http://www.oxwall.org/ and is
* licensed under The BSD license.
* ---
* Copyright (c) 2011, Oxwall Foundation
* All rights reserved.
* Redistribution and use in source and binary forms, with or without modification, are permitted... | PHP | ow_plugins/groups/bol/group_user_dao.php | locthdev/shopthoitrang-oxwall | gpl-2.0 | 6,663 | 206 | codeparrot/github-code |
a7a610cbd235c6fd68cf554cde3857a1517c06095e7689b484a1987ff7536478 | /******************************************************************************
Copyright (c) 2009
Lantiq Deutschland GmbH
Am Campeon 3; 85579 Neubiberg, Germany
For licensing information, see the file 'LICENSE' in the root folder of
t... | C | package/infineon-utilities/feeds/ifx_voice_cpe/ifx-voice-cpe-vmmc/src.904dsl/src/drv_vmmc_int.c | uwehermann/easybox-904-xdsl-firmware | gpl-2.0 | 62,504 | 1,723 | codeparrot/github-code |
185c5359f5708ba97be4e242755cbf2ba71a67195377d3b1902e333afd52bc78 | package kurtis.rx.androidexamples;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import java.util.ArrayList;
import java.util.List;
public class E... | Java | app/src/main/java/kurtis/rx/androidexamples/ExampleListActivity.java | klnusbaum/rxandroidexamples | gpl-2.0 | 2,227 | 59 | codeparrot/github-code |
b8372191e99e9dd2b3d4ed47cc06a693269f433ba92a99a537989d05df27090a | <?php
/**
* Custom template tags for this theme.
*
* Eventually, some of the functionality here could be replaced by core features
*
* @package SKT IT Consultant
*/
if ( ! function_exists( 'skt_itconsultant_content_nav' ) ) :
/**
* Display navigation to next/previous pages when applicable
*/
function skt_itcon... | PHP | wp-content/themes/skt-it-consultant/inc/template-tags.php | Tamiiy/spartan-english | gpl-2.0 | 8,307 | 231 | codeparrot/github-code |
a9b79ce13d227b60499a68c5e0755056bc484f4b638483a20d1eee1b07973834 | //------------------------------------------------------------------------------
// <copyright file="testcmd.h" company="Atheros">
// Copyright (c) 2004-2010 Atheros Corporation. All rights reserved.
//
// The software source and binaries included in this development package are
// licensed, not sold. You, or your ... | C | modules/wifi/ar6003/AR6kSDK.build_3.1_RC.514-proprietary/include/testcmd.h | madprogrammer/linux-aurora | gpl-2.0 | 7,128 | 248 | codeparrot/github-code |
77d98cecbf3eaf9be7edde28111aa9774f25e11ff5aba08752eb71c134c1f4a8 | //
// Copyright (C) 2006-2011 Christoph Sommer <christoph.sommer@uibk.ac.at>
//
// Documentation for these modules is at http://veins.car2x.org/
//
// 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 Foundat... | C | src/veins/modules/application/traci/TraCIGSRSU11p.h | DankilltheShadow/veins-4a1 | gpl-2.0 | 2,927 | 92 | codeparrot/github-code |
8f85bf8d629cb3a9f1557f558642ef7854848164bd8b970f9d296196f553e669 | /* See COPYRIGHT for copyright information. */
#include <inc/x86.h>
#include <inc/error.h>
#include <inc/string.h>
#include <inc/assert.h>
#include <kern/env.h>
#include <kern/pmap.h>
#include <kern/trap.h>
#include <kern/syscall.h>
#include <kern/console.h>
#include <kern/sched.h>
#include <kern/time.h>
#include <ke... | C | lab/kern/syscall.c | tuituji/6.828-MIT-OS | gpl-2.0 | 17,438 | 587 | codeparrot/github-code |
ab2ce3fc4fffd12487bb39e2a04117cdd6bbd5420ff35cd435fd64b128599093 | /*
* Copyright 2003-2006 Sun Microsystems, Inc. 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 Software Fou... | Java | openjdk/jdk/test/sun/nio/cs/OLD/DBCS_IBM_EBCDIC_Encoder.java | TheTypoMaster/Scaper | gpl-2.0 | 8,255 | 254 | codeparrot/github-code |
30c0ee833362d24379aa1b686b2e4faba760721be3b8412321357473bcbb5670 | <?php
/*
* This file is part of Double Choco Latte.
* Copyright (C) 1999-2014 Free Software Foundation
*
* Double Choco Latte 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 Li... | PHP | dcl/inc/plugins/block.dcl_form_control.php | gnuedcl/dcl | gpl-2.0 | 2,310 | 48 | codeparrot/github-code |
529962f117f32ce5bd3918cfb6e10e1c32812c72304169c06f3a20a3990f481e | from django import forms
from django.forms import ModelForm
from models import *
from django.forms import Textarea
from django.contrib.auth.hashers import make_password
from django.contrib.auth.models import Group
class OgretimElemaniFormu(ModelForm):
parolasi=forms.CharField(label="Parolasi",
help_text='Paro... | Python | yonetim/forms.py | dogancankilment/Django-obs | gpl-2.0 | 1,672 | 52 | codeparrot/github-code |
0591a0a79ace58409330b949834622598117df0ef8e3fe9a525459570ffe9de2 | <?php
/* meta_gallery_link.html.twig */
class __TwigTemplate_0a35e86033eea29b6e7022dea59ab96e extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->blocks = array(
);
}
protected function ... | PHP | wp-content/plugins/background-manager/store/cache/views/0a/35/e86033eea29b6e7022dea59ab96e.php | zakfaithfull/wordpress_sit | gpl-2.0 | 1,805 | 61 | codeparrot/github-code |
a83d7ebdaa6b761d4945b871af5cfc44af2285cc71d77f91c527e7b16a7ea11c | <?php
/**
* Theme options / General / General Settings
*
* @package wpv
* @subpackage honeymoon
*/
return array(
array(
'name' => __('General Settings', 'honeymoon'),
'type' => 'start'
),
array(
'name' => __('Header Logo Type', 'honeymoon'),
'id' => 'header-logo-type',
'type' => 'select',
'options' => a... | PHP | wp-content/themes/honeymoon/wpv_theme/options/general/general.php | basilmon92/wordpress_4_1_1 | gpl-2.0 | 4,983 | 157 | codeparrot/github-code |
a3d536d68ac0dcd484235cf06446935a02be67f2534e8295ac94466bb2f9a1b0 | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* GThumb
*
* Copyright (C) 2008 Free Software Foundation, Inc.
*
* 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 | extensions/search/main.c | GNOME/gthumb | gpl-2.0 | 2,236 | 61 | codeparrot/github-code |
ea13ea208257c82a1f6e09542bc012637665b79f5d5f683fbb16b59becaed18e | /********************************
* 프로젝트 : gargoyle-jython
* 패키지 : com.kyj.fx.nashorn
* 작성일 : 2019. 10. 4.
* 작성자 : KYJ (callakrsos@naver.com)
*******************************/
package com.kyj.fx.nashorn;
import java.io.File;
import java.io.IOException;
import javax.script.ScriptEngine;
import ja... | Java | gargoyle-jython/src/test/java/com/kyj/fx/nashorn/DefaultScriptEngineTest.java | callakrsos/Gargoyle | gpl-2.0 | 7,843 | 252 | codeparrot/github-code |
c3c4f3f64585e129c0733dbdfea68b92ec3d909dc2b3f35b22a4a68a58b5edbe | <?php
/**
* @package JobBoard
* @copyright Copyright (c)2010-2012 Tandolin <http://www.tandolin.com>
* @license : GNU General Public License v2 or later
* ----------------------------------------------------------------------- */
// Protect from unauthorized access
defined('_JEXEC') or die('Restricted Access')... | PHP | admin/controllers/careerlevels.php | pdxfixit/pkg_jobboard | gpl-2.0 | 3,986 | 112 | codeparrot/github-code |
ac9991ad3312a3c2de70038f173977113605f6dfd86dd1a92cec6cae7032aa83 | <?php
namespace mapaxe\core;
if( !defined('ENTRYPOINT') ) die('Restricted Access');
use \mapaxe\libs\Log;
use \mapaxe\core\Marco;
/**
* Handler.php is the core object to manage the error and exceptions throws by the program;
* entry.php is the entry point to get easy and offer function tools for the core fu... | PHP | core/Handler.php | proyectomarcomapaxe/mapaxe | gpl-2.0 | 5,978 | 110 | codeparrot/github-code |
324bc4f41853ab028e9fbe3677b228242a17bf29e42d0f1dedc093efa98feff8 | // URI - 1195
// Implementar um TAD ABB (Arvore Binaria de Busca) com as funcoes de insercao e liberacao
#include <iostream>
#include <cstdio>
using namespace std;
// Estrutura da ABB
struct Arv
{
int valor;
Arv *esq;
Arv *dir;
}typedef Arv;
// Funcoes da ABB
Arv* init ();
Arv* busca (Arv *r, int v);
Ar... | C++ | Grafos/1195/main.cpp | bergolho1337/URI-Online-Judge | gpl-2.0 | 2,415 | 128 | codeparrot/github-code |
849caa2e37f6d147dc332f46d86d4cf9305193a1294643a8bb1ebbb79ca44ad5 | /*
AppleWin : An Apple //e emulator for Windows
Copyright (C) 2010-2011, Tom Charlesworth, Michael Pohoreski
AppleWin 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
(... | C | source/CPU/cpu65d02.h | meesokim/AppleWin | gpl-2.0 | 17,283 | 423 | codeparrot/github-code |
c7782411c57d7d65342fb9546ee79c4e6b892a13ecbae4eafad0215c3cd7a38c | <!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!... | HTML | _site/articles/battery-state/index.html | Drusy/drusy.github.io | gpl-2.0 | 14,480 | 322 | codeparrot/github-code |
2494c5d3bff9239a56e2217e88a2585b5e84c3b00080b921f079c8c4bf09d73e | var FileChooser = function(config)
{
// Setup a variable for the current directory
this.current_directory;
/* ---- Begin side_navbar tree --- */
this.tree = new Ext.tree.TreePanel(
{
region: 'west',
width: 150,
minSize: 150,
maxSize: 250,
animate:... | JavaScript | src/client/Vyatta/utils/vyatta-filechooser.js | vyos/vyatta-webgui | gpl-2.0 | 4,309 | 159 | codeparrot/github-code |
578cf06ea2578ee1f7b6f77126e1426460d2f3d5819848fa238da022bf965a02 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using OpenCLNet;
using System.IO;
namespace OpenCLDSP
{
public unsafe class BufferedFIRSolver
{
private Platform Platform { get; set; }
private Context OpenCLContext { get; set; }
private CommandQueue... | C# | OpenCLDSP/BufferedFIRSolver.cs | bngreen/OpenCL-Equalizer | gpl-2.0 | 5,988 | 144 | codeparrot/github-code |
1fd75f1df67ef3336a5417a26913ec98745e40caab7e019ff996ea05c9feac85 | // ---------------------------------------------------------------------- //
// //
// Copyright (c) 2007-2014 //
// Digital Beacon, LLC //
// ... | C# | Util/DateExtensions.cs | digitalbeacon/sitebase | gpl-2.0 | 2,520 | 79 | codeparrot/github-code |
0f2b578cc6172ec5c1afbfce3c77fc7775db0500245e0c1d18485e7997505bea | package net.xngo.tutorial.java.xxhash;
import net.jpountz.xxhash.XXHashFactory;
import net.jpountz.xxhash.StreamingXXHash32;
import java.io.ByteArrayInputStream;
import java.io.UnsupportedEncodingException;
import java.io.IOException;
/**
* Basic example showing how to get the hash value of string using X... | Java | src/net/xngo/tutorial/java/xxhash/XxhashString.java | limelime/Tutorial | gpl-2.0 | 1,394 | 55 | codeparrot/github-code |
540ace707334d89f0a5ba080abf5c900f5adca82369f2253d9fe24954cbcb3cb | <?php
/**
* Odin_Theme_Options class.
*
* Built settings page.
*
* @package Odin
* @category Options
* @author WPBrasil
* @version 2.1.4
*/
class Brasa_Request_A_Quote_Options {
/**
* Settings tabs.
*
* @var array
*/
protected $tabs = array();
/**
* Settings fields.
*
* @var array
*/
... | PHP | inc/settings-class.php | brasadesign/brasa-request-a-quote | gpl-2.0 | 15,917 | 646 | codeparrot/github-code |
282873627f1d4038e9bbf0424cb71e89360c4753c4c2d736e72fd908c5226112 | #ifndef _VB_STRUCT_
#define _VB_STRUCT_
#ifdef _INITNEW_
#define EXTERN
#else
#define EXTERN extern
#endif
struct XGI_PanelDelayTblStruct {
unsigned char timer[2];
};
struct XGI_LCDDataStruct {
unsigned short RVBHCMAX;
unsigned short RVBHCFACT;
unsigned short VGAHT;
unsigned short VGAVT;
unsigned short LCDHT;
... | C | drivers/staging/xgifb/vb_struct.h | andi34/kernel_samsung_espresso-cm | gpl-2.0 | 11,122 | 476 | codeparrot/github-code |
3af650b842829bb8f2cef1d82f3f0b7ec7f5c1c4d54496656c4e04bba85d83f9 | ;(function ($, window) {
var intervals = {};
var removeListener = function(selector) {
if (intervals[selector]) {
window.clearInterval(intervals[selector]);
intervals[selector] = null;
}
};
var found = 'waitUntilExists.found';
/**
* @function
* @property {object} jQuery plugin which runs handler function ... | JavaScript | wp-content/plugins/smart-social-media-widget/js/jquery.waituntilexists.js | chikato/TND | gpl-2.0 | 1,735 | 62 | codeparrot/github-code |
04d7b4cc7b80d036a309001f4ed3ee359c5682457f16b3873118fca080c4612b |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html version="-//W3C//DTD XHTML 1.1//EN"
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/1999/xhtml
... | HTML | software/ImageMagick/www/conjure.html | mfaber/quexf | gpl-2.0 | 18,307 | 420 | codeparrot/github-code |
d2dd7a8cf9d1d015fcf5553a8cea3cb5e36500797c91ec7118ba1fd675a05695 | /*
* COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
* (a.k.a. Fault Tolerance or Continuous Replication)
* A device for the usespace to control comparing and wait checkpoint
*
* Copyright (C) 2014 FUJITSU LIMITED
*
* Author: Wen Congyang <wency@cn.fujitsu.com>
*
* This work is licen... | C | compare_device.c | wencongyang/colo-agent | gpl-2.0 | 9,569 | 426 | codeparrot/github-code |
35c593cdd5b1b69a3d2e1cafad9d5ce859fca4c3e562926eaa7ba399e2e0a8cf | /*
* Copyright (c) 2013 Andrew Mortensen
* All rights reserved. See LICENSE.
*/
#include <sys/types.h>
#include <sys/param.h>
#include <assert.h>
#include <ctype.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "duo_cosign_cfg.h"
extern int errno;
char *
dc_get_cfg_p... | C | duo_cosign_cfg.c | moretension/duo_cosign | gpl-2.0 | 4,397 | 217 | codeparrot/github-code |
665d043ec5ac97c989777e09da6a4ca5f0e4d5af293cf733440a0c27dad3acee | <?php
class calendarData {
var $_year;
var $_month;
var $_day;
var $_row;
var $_date;
var $_datetext;
function calendarData() {
$this->_row = 0;
}
function setToday($year, $month, $day) {
$this->_year = $year;
$this->_month = $month;
$this->_day = $day;
}
function getDate($row, $d) {return $thi... | PHP | wp-content/plugins/usc-e-shop/classes/calendar.class.php | toyo213/linehair | gpl-2.0 | 2,971 | 103 | codeparrot/github-code |
3a009a304812d0d9ca3f7eb121616ac5c1fa2b2c8ef1d676f06dadb1e6236e47 | /**
Represents an asynchronous operation. Provides a
standard API for subscribing to the moment that the operation completes either
successfully (`fulfill()`) or unsuccessfully (`reject()`).
@class Promise.Resolver
@constructor
@param {Promise} promise The promise instance this resolver will be handling
**/
function R... | JavaScript | public/js/yui3-3.12.0/src/promise/js/resolver.js | schancel/gameserver | gpl-2.0 | 8,693 | 252 | codeparrot/github-code |
50499278fdbdc743ef2cdbf9522db28f1effdc1cf27b09a45ed4a59ba82c9e0a | <h3>Edit Guru</h3>
<div class="isikanan"><!--Awal class isi kanan-->
<div class="judulisikanan">
<div class="menuhorisontalaktif-ujung"><a href="guru_staff.php">Guru</a></div>
<div class="menuhorisontal"><a href="staff.php">Staff</a></div>
<div class="menuhorisontal"><a href="jabatan.php">Jabatan</a... | PHP | adminpanel/aplikasi/guru_edit.php | zuhzwan/synp02 | gpl-2.0 | 6,763 | 125 | codeparrot/github-code |
aee54d9f5ce16676157e80f9a51328daf832d4b91450b5a8318a951f76378d6a | /*
* NET Generic infrastructure for INET6 connection oriented protocols.
*
* Authors: Many people, see the TCPv6 sources
*
* From code originally in TCPv6
*
* 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 ... | C | include/net/inet6_connection_sock.h | micchie/mptcp | gpl-2.0 | 1,520 | 48 | codeparrot/github-code |
3d807f3192f6bf86f82ffe0903097ff2c67d53591f9dca251d06e5be60d2a404 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// MarineStandalone is a minecraft server software and API.
// Copyright (C) MarineMC (marinemc.org)
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the... | Java | src/main/java/org/marinemc/world/BiomeID.java | MarineMC/MarineStandalone | gpl-2.0 | 3,562 | 72 | codeparrot/github-code |
9b42651e465110d03b9ba07275d5a85efff0fd3e426d596e1fa34e91cfa64364 | <?php
/**
* rejestr ulubionych sektorów
*
* @version $Rev: 460 $
* @package Engine
*/
class favSectorsRegistry extends simpleRegistry {
/**
* Wyrenderowanie rejestru ulubionych sektorów
*
* @param int $userID
* @return string
*/
public function get() {
$retVal = '';
$retVal .= "<h1>" . Translate... | PHP | gameplay/engine/classes/favSectorsRegistry.php | DzikuVx/playpulsar | gpl-2.0 | 1,628 | 53 | codeparrot/github-code |
8576db108b100cf3dd448980862f0e2e1cf7635ec6016616971bb6abaa356c62 | <script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script>
<!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>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×... | HTML | logs/bloglease/02031103773.html | ForAEdesWeb/AEW2 | gpl-2.0 | 87,901 | 1,091 | codeparrot/github-code |
0e3eacd9894482a01a0b42d5629c160a924da81c60eaa66f843c438f9e678e9e | #! /bin/bash
# autogen.sh wrapper for the author/maintainer of this package.
# Everyone else should run autogen.sh instead.
case `whoami` in
root)
echo "Bad boy! Drop out of the root account and try again."
exit 1
;;
michael)
# Build system is x86_64 but default host is x86.
host=${host-"i686-... | Shell | autogen-maint.sh | kierank/libzvbi-obe-dev | gpl-2.0 | 5,445 | 143 | codeparrot/github-code |
ed0d9d64826d167e4a2b746fe03c0aeeffc1636fc3d1d67360fd22c245e41ad8 | <?php
/**
* Joomla! news class
* @package Joomla!
* @Copyright (C) 2009-2011 Gavick.com
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 1.1 $
**/
// no direct access
defined('_JEXEC') or die('Restricted access');
cla... | PHP | modules/mod_news_pro_gk4/gk_classes/gk.source.joomla.php | intelogen/organica | gpl-2.0 | 8,194 | 248 | codeparrot/github-code |
e17ed52c53eb899e9f0052caad5582cb52717fe1c5157ad1cec30d5d0fa6a0cd | /*
* linux/fs/namespace.c
*
* (C) Copyright Al Viro 2000, 2001
* Released under GPL v2.
*
* Based on code from fs/super.c, copyright Linus Torvalds and others.
* Heavily rewritten.
*/
#include <linux/syscalls.h>
#include <linux/export.h>
#include <linux/capability.h>
#include <linux/mnt_namespace.h>
#include ... | C | fs/namespace.c | ubuntustudio-kernel/ubuntu-quantal-lowlatency | gpl-2.0 | 66,763 | 2,709 | codeparrot/github-code |
4dc95a4efdfd8c7da7cf688c7049bbca5f9695dbcfb5c1cff91b7b6cb60c25e0 | #include "hermes2d.h"
#include "solver_umfpack.h"
#include "function.h"
// This example shows how to combine the Newton's method with
// automatic adaptivity.
//
// PDE: stationary heat transfer equation with nonlinear thermal
// conductivity, - div[lambda(u)grad u] = 0
//
// Domain: unit square (-10,10)^2
//
... | C++ | tutorial/15-newton-elliptic-adapt/main.cpp | davidquantum/hermes2dold | gpl-2.0 | 10,885 | 306 | codeparrot/github-code |
7ac344cba4f85bc2cd0a641a8de50d6336142c37c1abb7e35385835627415831 | /***************************************************************************
* Copyright (C) 2009 by Andrey Afletdinov <fheroes2@gmail.com> *
* *
* Part of the Free Heroes2 Engine: *
* http://... | C | Games/FHeroes2/src/fheroes2/image/images_pack.h | blchinezu/EZX-Projects | gpl-2.0 | 73,011 | 780 | codeparrot/github-code |
2d147ef6cf2b90f3f5cf9c8f97cb189eb78873e3e565291a2ec4333c798dffc9 | <?php
/**
* JCH Optimize - Joomla! plugin to aggregate and minify external resources for
* optmized downloads
*
* @author Samuel Marshall <sdmarshall73@gmail.com>
* @copyright Copyright (c) 2014 Samuel Marshall
* @license GNU/GPLv3, See LICENSE file
*
* This program is free software: you can redistribute it an... | PHP | wp-content/plugins/jch-optimize/platform/excludes.php | frammawiliansyah/web | gpl-2.0 | 2,673 | 100 | codeparrot/github-code |
1f3b608f85cf732c220082a83d42d898d738d16b264447330c8389adfc901cf5 | /*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2012 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | C++ | src/Input/InputEventsMap.cpp | aharrison24/XCSoar | gpl-2.0 | 8,748 | 306 | codeparrot/github-code |
bec8e162c46a46f9007f4af74e43355f0d9711d1a5a44b923f1d7b65c129fa8a | /**
* Copyright (c) 2008- Samuli Jrvel
*
* 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. If redistributing this code,... | JavaScript | mollify/backend/plugin/Archiver/client/plugin.js | janosgyerik/TheToolbox | gpl-2.0 | 1,939 | 65 | codeparrot/github-code |
d38e3f5a5a23215525046c6613c5d93b01dfe14cdd135410922647a3faee4b93 | #ifndef BLUETOOTH_H
#define BLUETOOTH_H
boolean BtDataComplete = false; // whether the string is complete
char bt_packet[20];
int serialCount = 0;
const static char* getPIDValues = "GP;";
const static char* getSettings = "GS;";
const static char* getInfo = "GI;";
const static char* getKalman = "GK;";
const stati... | C | src/Bluetooth.h | xeonqq/balance_robot | gpl-2.0 | 3,540 | 159 | codeparrot/github-code |
c9afe43fa70adc73a11a060b87e4d3213a122af5ce07f2b6aeaeec2e9fd1d06f | -- Copyright (C) 2008 JP Bernardy
-- | Utilities shared by various UIs
module Yi.UI.Utils where
import Yi.Buffer
import Yi.Prelude
import Prelude (Ordering(..))
import Yi.Window
import Control.Arrow (second)
import Data.Monoid
import Yi.Style
import Data.List (zip, repeat, span, dropWhile, length, zipWith, transpose, ... | Haskell | src/Yi/UI/Utils.hs | codemac/yi-editor | gpl-2.0 | 4,612 | 102 | codeparrot/github-code |
386ee8b6ecede12989de91a85a0915ffe366303e2781af850e0a91d58992c269 |
#define DRIVER_VERSION "v0.7.2"
#define DRIVER_AUTHOR "Matthias Urlichs <smurf@smurf.noris.de>"
#define DRIVER_DESC "USB Driver for GSM modems"
#include <linux/kernel.h>
#include <linux/jiffies.h>
#include <linux/errno.h>
#include <linux/slab.h>
#include <linux/tty.h>
#include <linux/tty_flip.h>
#include <linux/modu... | C | kernel/drivers/usb/serial/usb_wwan.c | luckasfb/OT_903D-kernel-2.6.35.7 | gpl-2.0 | 15,867 | 647 | codeparrot/github-code |
648f9399fd581a72c1ee6e5f9a07e89cf63835fb468f8d9e2fffd6fc7ecc28a5 | /* LICENSE & DETAILS
==================================================
Theme Name: Enclothed
Description: Bespoke theme for Enclothed ltd
Template: dante
Version: 1.0
Author: Like Digital Media
Author URI: www.likedigitalmedia.com
==================================================
*/
/* ---------------... | CSS | wp-content/themes/dante-child/style.css | roycocup/enclothed | gpl-2.0 | 65,977 | 2,646 | codeparrot/github-code |
cdba76e5efa085594b6d083e1b13a2f6ad06eccb896982d517d3ffb91168346f | /*
* $Id: iq80310.c 573 2006-02-20 17:09:11Z stsp2 $
*
* Mapping for the Intel XScale IQ80310 evaluation board
*
* Author: Nicolas Pitre
* Copyright: (C) 2001 MontaVista Software Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens... | C | linux-2.6.x/drivers/mtd/maps/iq80310.c | xerpi/3ds-arm9-linux | gpl-2.0 | 2,639 | 120 | codeparrot/github-code |
198bac77bdca959266792ba268fe7faae6a3e2724693edb5ef15d811a44997d0 | # -*- coding: utf-8 -*-
"""
Script: GotoLineCol.py
Utility: 1. Moves the cursor position to the specified line and column for a file in Notepad++.
Especially useful for inspecting data files in fixed-width record formats.
2. Also, displays the character code (SBCS & LTR) in decimal... | Python | scripts/Samples/GotoLineCol.py | bruderstein/PythonScript | gpl-2.0 | 6,088 | 126 | codeparrot/github-code |
9ee71bdbd652ded67d5ce6eed7bac41f3a0a3c47b634ba76df99e0aa9e54b3e8 | '''
Created on 22/02/2015
@author: Ismail Faizi
'''
import models
class ModelFactory(object):
"""
Factory for creating entities of models
"""
@classmethod
def create_user(cls, name, email, training_journal):
"""
Factory method for creating User entity.
NOTE: you must ex... | Python | src/models/factories.py | kanafghan/fiziq-backend | gpl-2.0 | 2,302 | 85 | codeparrot/github-code |
dc310ab432825a1507ceaad5f773cca39e74e32b2ea88d2554f2d4363eea4953 | @import org.iatoki.judgels.uriel.contest.clarification.ContestClarificationEditForm
@import play.i18n.Messages
@import org.iatoki.judgels.play.views.html.formErrorView
@import org.iatoki.judgels.uriel.contest.clarification.ContestClarification
@import org.iatoki.judgels.uriel.contest.html.supervisorjs
@import org.iatok... | HTML | app/org/iatoki/judgels/uriel/contest/clarification/editClarificationAnswerView.scala.html | judgels/uriel | gpl-2.0 | 1,636 | 36 | codeparrot/github-code |
d5b5880c480fa9b1cabda068522736e8af3e25b4cc911140f54e92d7543c035e | <?php
class AQ_Cats_Masonry_Block extends AQ_Block {
function __construct() {
$block_options = array(
'name' => __('Cats - Masonry', 'aqpb-l10n'),
'size' => 'span12',
);
parent::__construct('aq_cats_masonry_block', $block_options);
}
function update($new_instance, $old_instance) {
return stripslashes... | PHP | wp-content/themes/liquid/page-builder/blocks/aq-cats-masonry-block.php | Gtskk/menpai | gpl-2.0 | 5,650 | 169 | codeparrot/github-code |
7736c50f0e94cf33f0a25255faf224533e8557f0fdfec862ffc6d8044ce17dbc | <!-- DHTML Lemmings(TM) - GNU Copyright (c) 2004 by crisp / freesoftware[at]xs4all.nl -->
<!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 name="viewport" content="width=device-width,user-scalable=no">
... | HTML | html/gameselect.html | radare/fxos-app-lemmings | gpl-2.0 | 5,426 | 158 | codeparrot/github-code |
a19c9324d0328d3147044e789b867ce93ef7605bdec18797a91b8e2f7d45de5c | //////////////////////////////////////////////////////////////////////////////
// Copyright 2004-2014, SenseGraphics AB
//
// This file is part of H3D API.
//
// H3D API is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the ... | C++ | src/FBODebugger.cpp | JakeFountain/H3DAPIwithOculusSupport | gpl-2.0 | 5,754 | 159 | codeparrot/github-code |
b52b39f27d0b08a4014501c5e22c8f006d02cdeff7cd59e31dfc071f9a5689a1 | class Win32API
@@RGSSWINDOW=nil
@@GetCurrentThreadId=Win32API.new('kernel32','GetCurrentThreadId', '%w()','l')
@@GetWindowThreadProcessId=Win32API.new('user32','GetWindowThreadProcessId', '%w(l p)','l')
@@FindWindowEx=Win32API.new('user32','FindWindowEx', '%w(l l p p)','l')
def Win32API.SetWindowText(text)
... | Ruby | Script Database/[5]Win32API.rb | chacu34/PokemonKawaii | gpl-2.0 | 3,353 | 97 | codeparrot/github-code |
35a6a86ff475f66dd9215c62b4db6ab98341ddf276f37b662246d8511b504786 | package com.toet.TinyVoxel.Renderer;
import com.toet.TinyVoxel.Config;
import com.toet.TinyVoxel.Renderer.Bundles.Grid;
import com.toet.TinyVoxel.Renderer.Bundles.TinyGrid;
import java.nio.FloatBuffer;
/**
* Created by Kajos on 20-1-14.
*/
public class BlockBuilder {
public static float low = .0001f;
publ... | Java | core/src/com/toet/TinyVoxel/Renderer/BlockBuilder.java | neuroradiology/TinyVoxel | gpl-2.0 | 8,245 | 298 | codeparrot/github-code |
546922b4944f43bd104ae9e15ce5c647061e9306744913f05bf2f016049fadfd | /*
* IBM Onboard Peripheral Bus Interrupt Controller
*
* Copyright 2010 Jack Miller, IBM 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 Foundation; either version 2 of the... | C | arch/powerpc/platforms/wsp/opb_pic.c | Jackeagle/android_kernel_sony_c2305 | gpl-2.0 | 7,649 | 320 | codeparrot/github-code |
def6b01518c89c93b1e6f46085e637e53e5fc3f6e5edba7f894d1e9658c2cecd | /*
* linux/arch/arm/mach-omap1/timer32k.c
*
* OMAP 32K Timer
*
* Copyright (C) 2004 - 2005 Nokia Corporation
* Partial timer rewrite and additional dynamic tick timer support by
* Tony Lindgen <tony@atomide.com> and
* Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
* OMAP Dual-mode timer framework su... | C | arch/arm/mach-omap1/timer32k.c | Jackeagle/android_kernel_sony_c2305 | gpl-2.0 | 5,850 | 192 | codeparrot/github-code |
471bee5ee76f13a073d719beaae31b15054a8e5e7dd4b0152aaf0320ebbcdb66 | /*
* CS4270 ALSA SoC (ASoC) codec driver
*
* Author: Timur Tabi <timur@freescale.com>
*
* Copyright 2007-2009 Freescale Semiconductor, Inc. This file is licensed
* under the terms of the GNU General Public License version 2. This
* program is licensed "as is" without any warranty of any kind, whether
... | C | sound/soc/codecs/cs4270.c | jeffegg/beaglebone | gpl-2.0 | 23,868 | 756 | codeparrot/github-code |
5635a4728f6d8192e372ff318cb0c5c74c67692f4c3c568fb40789646af1e2a4 | /********************************************************************************
* Tangram Library - version 8.0 *
*********************************************************************************
* Copyright (C) 2002-2015 by Tangram Team. All Rights Reserved. *
*
* THIS SOURCE FILE IS THE PROPERT... | C++ | TangramPackage/TangramToolWindow.cpp | tangramfx/TANGRAM | gpl-2.0 | 2,052 | 63 | codeparrot/github-code |
0e3ab1f38e0c19fdc89af46ab7ed86c282aa3dd5127ede813621d02c464d4590 | /*
* Copyright (C) 2003 Robert Kooima
*
* NEVERBALL 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 program is d... | C | share/vec3.h | drodin/neverball-old | gpl-2.0 | 4,963 | 165 | codeparrot/github-code |
28f1a8e652bb67af1eb2437ecb7e8b3ea03381fedb21c5664b33fd411c99b54a | /* SPDX-License-Identifier: LGPL-2.1+ */
#include <arpa/inet.h>
#include <linux/l2tp.h>
#include <linux/genetlink.h>
#include "sd-netlink.h"
#include "conf-parser.h"
#include "hashmap.h"
#include "l2tp-tunnel.h"
#include "missing.h"
#include "netlink-util.h"
#include "networkd-address.h"
#include "networkd-manager.h... | C | src/network/netdev/l2tp-tunnel.c | coreos/systemd | gpl-2.0 | 24,908 | 735 | codeparrot/github-code |
a16c07bb1331cfae70ea2062a447aa2eb54a02ddfee8c83eed23be36726a09af | /*
* arch/arm/mach-tegra/wdt-recovery.c
*
* Copyright (c) 2012, NVIDIA 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 Foundation; version 2 of the License.
*
* This program is distr... | C | arch/arm/mach-tegra/wdt-recovery.c | wooshy1/kernel-olympus-3.1 | gpl-2.0 | 3,524 | 132 | codeparrot/github-code |
fbcdc4e6903e8421239d175c1a2dee57b398fdb722ac86e2621bb63a16e3aaca | //COBERTURA EXCLUDE THIS FILE
/*
Copyright (C) 2000 Chr. Clemens Lee <clemens@kclee.com>.
This file is part of JavaNCSS
(http://www.kclee.com/clemens/java/javancss/).
JavaNCSS 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... | Java | javancss/src/main/java/javancss/JavancssFrame.java | hsun/cobertura-fork | gpl-2.0 | 13,787 | 380 | codeparrot/github-code |
846dab3df0545d5b8d89b241e273aff3f3648f41524af1b5f80ad318cf8a367d | /*****************************************************************************
* Web3d.org Copyright (c) 2001
* Java Source
*
* This source is licensed under the GNU LGPL v2.1
* Please read http://www.gnu.org/copyleft/lgpl.html for more information
*
* This so... | Java | Xj3D/src/java/org/web3d/vrml/export/compressors/RangeCompressor.java | Norkart/NK-VirtualGlobe | gpl-2.0 | 2,664 | 76 | codeparrot/github-code |
d820f3210ee3e71471f9d42b79b44cafc284137b6f794ae1f4b4092f1bdcd050 | /* Support for complaint handling during symbol reading in GDB.
Copyright (C) 1990-2017 Free Software Foundation, Inc.
This file is part of GDB.
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 | gdb/complaints.c | ganboing/binutils-gdb | gpl-2.0 | 9,530 | 330 | codeparrot/github-code |
1ae6a4f928e087d0f537cabc122c63c5705e1fde27c3c9e483f827ca6c845199 | // Pls try the following program on virtual functions and try to do print on
// most of the code in main(). Almost none of them works !
//
// The inheritance structure is:
//
// V : VA VB
// A : (V)
// B : A
// D : AD (V)
// C : (V)
// E : B (V) D C
//
class VA
{
public:
int va;
};
class VB
{
public:
int ... | C++ | insight-5.3/gdb/testsuite/gdb.c++/virtfunc.cc | durandj/devkitadv | gpl-2.0 | 2,635 | 202 | codeparrot/github-code |
7c887192fa2aeee74f6e91944bfd6337d672bc47cc7e25a6ff0380b086adfc8b | #############################################################################
##
## Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
## Contact: Qt Software Information (qt-info@nokia.com)
##
## This file is part of the Graphics Dojo project on Qt Labs.
##
## This file may be used under the terms of th... | Python | snapscroll/snapscroll.py | anak10thn/graphics-dojo-qt5 | gpl-2.0 | 3,660 | 117 | codeparrot/github-code |
5801fbe69ff79eb18947246eb77cdaad9ccd6abce5163a8684b6b6a3f6e9b358 | // CellError.hpp
//
// Copyright (C) 2006-2007 Peter Graves <peter@armedbear.org>
//
// 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) an... | C++ | kernel/CellError.hpp | gnooth/xcl | gpl-2.0 | 1,431 | 56 | codeparrot/github-code |
55ab8f9e78975ce7cdc9f0f9767c209ff74a1510dd31e96b045706bc05defcea | #ifndef _ASM_X86_SMP_H
#define _ASM_X86_SMP_H
#ifndef __ASSEMBLY__
#include <linux/cpumask.h>
#include <asm/percpu.h>
/*
* We need the APIC definitions automatically as part of 'smp.h'
*/
#ifdef CONFIG_X86_LOCAL_APIC
# include <asm/mpspec.h>
# include <asm/apic.h>
# ifdef CONFIG_X86_IO_APIC
# include <asm/io_apic.h... | C | arch/x86/include/asm/smp.h | linusw/linux-bfq | gpl-2.0 | 5,064 | 208 | codeparrot/github-code |
b9d9158d4884d5ddeed31550618a86da6c3dee8f6fa809b4048f10b9f9d814aa | /*
* Grace - GRaphing, Advanced Computation and Exploration of data
*
* Home page: http://plasma-gate.weizmann.ac.il/Grace/
*
* Copyright (c) 1991-1995 Paul J Turner, Portland, OR
* Copyright (c) 1996-2002 Grace Development Team
*
* Maintained by Evgeny Stambulchik
*
* Modified by Andreas Winter 2008-2011... | C++ | src/ssdata.cpp | OS2World/APP-ANALYSIS-QtGrace | gpl-2.0 | 16,004 | 642 | codeparrot/github-code |
c0bcb8164847ebe9f303af46149fbb025d03da33bb7f350e52e9775d5bb828ab | // Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <cstddef>
#include <cstdint>
#include "Common/CommonTypes.h"
#include "Common/x64Reg.h"
#include "Core/PowerPC/Jit64Common/BlockCache.h"
#include "Core/PowerPC/Jit64Common/Jit64AsmComm... | C | Source/Core/Core/PowerPC/Jit64Common/Jit64Base.h | ntapiam/Ishiiruka | gpl-2.0 | 1,561 | 51 | codeparrot/github-code |
c5eb296bd226bfa1cd305e2b2e6237f5d21e726642b2863e361548a8dc12d1be | #!/usr/bin/env python3
# -*- coding: utf-8 -*-
#Uncomment to debug. If you aren't me, I bet you want to change the paths, too.
import sys
from wsnamelet import wsnamelet_globals
if wsnamelet_globals.debug:
sys.stdout = open ("/home/munizao/hacks/wsnamelet/debug.stdout", "w", buffering=1)
sys.stderr = open ("/ho... | Python | wsname_applet.py | munizao/mate-workspace-name-applet | gpl-2.0 | 7,778 | 204 | codeparrot/github-code |
d1d7548e80c49b61655823525667ac339393775d520d351719fb72c07fece415 | /**
* Copyright (C) 2002-2022 The FreeCol Team
*
* This file is part of FreeCol.
*
* FreeCol 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 optio... | Java | src/net/sf/freecol/common/networking/AnimateAttackMessage.java | FreeCol/freecol | gpl-2.0 | 7,919 | 244 | codeparrot/github-code |
9a1ededfdb5d410095d08c929884c6b649d57e2288da65207460716d458a4d72 | <?php
/**
* @copyright Copyright (C) 2009-2012 ACYBA SARL - All rights reserved.
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
?>
<?php
class listsmailType{
var $type = 'news';
function load(){
$db = JFactory::getDBO();
$query = 'SELECT ... | PHP | administrator/components/com_acymailing/types/listsmail.php | anhtuan8591/shop | gpl-2.0 | 1,355 | 33 | codeparrot/github-code |
89fb75856d0838d0dc1cae4e5527e2711f57e1d095cba743b2cc01338af13933 | /*
#Identification: TAGSORT.FOR
#Revision: B003
#Task: Sort for PALL
#First issue: 901019
#Author: POLA Ivan Polak
#Changes: %datum: %autor:
#===============================================================*/
#include <stdio.h>
int TagSort(unsigned long *ival,int *itag,int ip,int ik)
{
/*#parametry:
... | C++ | TAGSORT.C | kompowiec/Arachne-WWW-browser | gpl-2.0 | 3,616 | 128 | codeparrot/github-code |
168987b73fc7258b8e6cea55976a74dd8ae19d65bb31d73c0ce037f2c32ed953 | <?php
/**
* Cue
*
* @package Cue
* @author Brady Vercher
* @copyright Copyright (c) 2014, AudioTheme, LLC
* @license GPL-2.0+
*/
/**
* Main plugin class.
*
* @package Cue
* @since 1.0.0
*/
class Cue {
/**
* Load the plugin.
*
* @since 1.0.0
*/
public function load_plugin() {... | PHP | wp-content/plugins/cue/includes/class-cue.php | ola0411/ola | gpl-2.0 | 9,482 | 317 | codeparrot/github-code |
6ea30ae4d5bb281f8c0162e1838ae39dfbee459e7b70fb454647bfc3f5affcce | /* Copyright (c) 2002,2007-2010, Code Aurora Forum. 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, thi... | C | drivers/video/msm/gpu/kgsl_adreno205/kgsl_ringbuffer.h | Bdaman80/BD-Ace | gpl-2.0 | 7,797 | 278 | codeparrot/github-code |
1455b0b49469315ed1fd402cc78c368e3129723ace78cbfbf7b106d649e3cc1f | <?php
// $Id$
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------... | PHP | class/supplier.php | ImpressCMS/impresscms-module-smartbilling | gpl-2.0 | 2,856 | 54 | codeparrot/github-code |
6ca9973108af47cdb0bac42a956fe9122213f794834129c1123561865f689ad2 | /* drivers/gpu/mali400/mali/platform/pegasus-m400/exynos4_pmm.c
*
* Copyright 2011 by S.LSI. Samsung Electronics Inc.
* San#24, Nongseo-Dong, Giheung-Gu, Yongin, Korea
*
* Samsung SoC Mali400 DVFS driver
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | C | drivers/media/video/samsung/mali_r4p0/platform/pegasus-m400/exynos4_pmm.c | Android-Dongyf/itop-kernel | gpl-2.0 | 26,197 | 1,037 | codeparrot/github-code |
c3cdbf407a955890f23a5083b4eb7a8a040c0c17c13e27db1bda899a6596a13e | <?php
/**
* @package WordPress
* @subpackage Construction PRO
* @version 1.0.0
*
* Single Project Template
* Created by CMSMasters
*
*/
get_header();
$cmsmasters_option = construction_pro_get_global_options();
$project_tags = get_the_terms(get_the_ID(), 'pj-tags');
$cmsmasters_project_author_box = ... | PHP | wp-content/themes/construction-pro/single-project.php | womza/macromad | gpl-2.0 | 1,743 | 83 | codeparrot/github-code |
b855f2088eaf125c0dafabde87b7eb9b0ba11e001149408f1a3b711eefe09f1e | <?php
defined('_JEXEC') or die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
/*
* Module Helper
*
* @package VirtueMart
* @copyright (C) 2010 - Patrick Kohl
* @ Email: cyber__fr|at|hotmail.com
*
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
* VirtueMart is Free Software.
* VirtueMa... | PHP | modules/mod_virtuemart_product/helper.php | xkoli/reydosom | gpl-2.0 | 4,883 | 100 | codeparrot/github-code |
ca6659e732e30bcf31bfacde7d0d8d7e35d99f17187a0095b93eae1903c5f55a | <?php
/**
* Core file
*
* @author Vince Wooll <sales@jomres.net>
* @version Jomres 7
* @package Jomres
* @copyright 2005-2013 Vince Wooll
* Jomres (tm) PHP, CSS & Javascript files are released under both MIT and GPL2 licenses. This means that you can choose the license that best suits your project, and use it... | PHP | jomres/core-minicomponents/j16000editinplace.class.php | parksandwildlife/parkstay | gpl-2.0 | 1,484 | 56 | codeparrot/github-code |
e879dfe840b045cb94fcacb99b93ecf5e12a4cf29fd2dce9f1c15987aed35d0a | /// <summary>
/// Routines for detecting devices and receiving device notifications.
/// </summary>
using System;
using System.Runtime.InteropServices;
using System.Windows.Forms;
namespace USBHID
{
sealed internal partial class DeviceManagement
{
/// <summary>
/// Compares two device path names. Used t... | C# | GenericHid_DeviceManagement.cs | Raydium/UpdateTool_Win | gpl-2.0 | 13,367 | 438 | codeparrot/github-code |
274147d70188a092a686d4309fc424fdc715b5586100e1a328e426ff218163ac | /* Copyright (C) 1989-1994, 1998 Aladdin Enterprises. All rights reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license... | C | sys/src/cmd/gs/src/gdevepsn.c | brho/plan9 | gpl-2.0 | 14,731 | 499 | codeparrot/github-code |
789711629a9bc813a1c064089dcd54c7d7d4e0ec53d0fcca5776ffab584ca244 | /*
Copyright (c) 2009 Kevin Ottens <ervin@kde.org>
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 License, or (at your
option) any later version.
... | C++ | kimap/appendjob.cpp | kolab-groupware/kdepimlibs | gpl-2.0 | 3,632 | 155 | codeparrot/github-code |
e3ba4e4eb4da4150a42718a831ae5a7b06df235aa4ab90d685bfdb8b70574981 | <?php
/**
* The template for displaying image attachments.
*
* @package meetup
* @since meetup 0.1
*/
get_header();
?>
<div id="primary" class="content-area image-attachment full-width">
<div id="content" class="site-content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php
... | PHP | image.php | glueckpress/meetup | gpl-2.0 | 6,588 | 147 | codeparrot/github-code |
021e174c50ce833abbc8f4de144745a9bcd3b7ac7fe177968dcdb89052674a3e | /* Copyright (c) 2008-2009, Code Aurora Forum. 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 o... | C | drivers/video/msm/mddi_toshiba.c | drakaz/gaosp_kernel | gpl-2.0 | 65,196 | 1,758 | codeparrot/github-code |
a06ed9d6544088d029b051b5728373c50a6936d438da559a05442d299977789e | <?php
/**
* @version $Id: Joomla.php 3472 2006-05-13 01:04:18Z eddieajau $
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
... | PHP | includes/patTemplate/patTemplate/Function/Joomla.php | jpatriciogarcia/movistaropen | gpl-2.0 | 1,284 | 49 | codeparrot/github-code |
808d19ecd12675086b57b11c10222d90f3c0fdacb8011e0225dd2f08ce1da947 | <?php
class ThietkewebSlider {
protected static $instance;
protected function __clone(){}
protected function __construct(){}
protected static function get_instance() {
if(self::$instance === null) {
self::$instance = new ThietkewebSlider();
}
return self::$instance;
}
public static function ... | PHP | wp-content/themes/thietkeweb/includes/class.thietkeweb-slider.php | noluong/wordpress | gpl-2.0 | 7,500 | 226 | codeparrot/github-code |
48b836d453182aff1f0bf20b3e1b09f37eb68f08274c09dafad5b7fdf757c73e | <?php
class CategoriasController extends Controller {
public $layout = '//layouts/admin';
public function actionIndex() {
$CategoryData = Yii::app()->db->createCommand()->select(' * ')->from('categoria')->queryAll();
$this->render('index', array('CategoryData' => $CategoryData));
... | PHP | mesa_regalos/protected/controllers/CategoriasController.php | JotaOwen/M-R | gpl-2.0 | 9,260 | 249 | codeparrot/github-code |
58b01cf0f8a3d26d15bd8b03168d8d0fc0532430707d9e312be5a8e976d364f0 | /****************************************************************
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 Fou... | C | drivers/media/dvb/siano/smschar.c | Pivosgroup/buildroot-linux-kernel | gpl-2.0 | 20,016 | 811 | codeparrot/github-code |
fead2a7287c1e7aa736d69f9f54d995f42c6a1a24335d5c466c09b0b7a042f11 | <?php
/*
** Zabbix
** Copyright (C) 2001-2015 Zabbix SIA
**
** 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.
**
** Th... | PHP | frontends/php/adm.images.php | gplessis/dotdeb-zabbix | gpl-2.0 | 5,643 | 196 | codeparrot/github-code |
8b16dfb48b0fcc7f018b0c14933ea02539c35c70388e2aa5e0f5f8b3f7202767 |
#ifdef __linux__
#include "aic79xx_osm.h"
#include "aic79xx_inline.h"
#else
#include <dev/aic7xxx/aic79xx_osm.h>
#include <dev/aic7xxx/aic79xx_inline.h>
#endif
#include "aic79xx_pci.h"
static inline uint64_t
ahd_compose_id(u_int device, u_int vendor, u_int subdevice, u_int subvendor)
{
uint64_t id;
id = subvendo... | C | drivers/scsi/aic7xxx/aic79xx_pci.c | leemgs/OptimusOneKernel-KandroidCommunity | gpl-2.0 | 21,997 | 915 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.