code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
/***************************************************************************
*
* $Id: lexer.h 152 2010-10-10 14:17:37Z Michael.McTernan $
*
* Extra lexer/scanner API functions.
* Copyright (C) 2010 Michael C McTernan, Michael.McTernan.2001@cs.bris.ac.uk
*
* This program is free software; you can redistribute it ... | ellert/doxygen | libmscgen/mscgen_lexer.h | C | gpl-2.0 | 2,348 |
</form>
<!-- /form-end -->
</div><!-- /spyropress-panel --> | profiks/wordpress | wp-content/themes/vernum/framework/admin/panel/panel_end.php | PHP | gpl-2.0 | 67 |
/*
* Low-Level PCI Access for i386 machines
*
* Copyright 1993, 1994 Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* Drew@Colorado.EDU
* +1 (303) 786-7975
*
* Drew's work was sponsored by:
* iX Multiuser Multitasking Magazine
* Hannover, Germany
... | alexbousso/kernel_2.4.18-14 | arch/i386/kernel/pci-i386.c | C | gpl-2.0 | 12,154 |
<?
/************************************************************************************************************************/
/*********************************** INICIO DE LA PAGINA E INICIO DE SESION ******************************************/
/*******************************************************************... | omerta/huayra | sfc/sigesp_cat_editar.php | PHP | gpl-2.0 | 15,315 |
#!/bin/sh
# Copyright (c) 2003, Intel Corporation. All rights reserved.
# Created by: salwan.searty REMOVE-THIS AT intel DOT com
# This file is licensed under the GPL license. For the full content
# of this license, see the COPYING file at the top level of this
# source tree.
#
# Test various methods of adding inv... | ycui1984/posixtestsuite | posixtestsuite/conformance/interfaces/sigrelse/3-1.sh | Shell | gpl-2.0 | 408 |
/*
* $Id: unix.h,v 1.23 2010-04-12 14:28:47 franklahm Exp $
*/
#ifndef AFPD_UNIX_H
#define AFPD_UNIX_H
#ifdef HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#endif /* HAVE_SYS_CDEFS_H */
#include <netatalk/endian.h>
#include "config.h"
#include "volume.h"
#if defined( sun ) && !defined( __svr4__ )
#ifdef i386
typedef int... | knu/netatalk | etc/afpd/unix.h | C | gpl-2.0 | 6,410 |
/*
* drivers/cpufreq/cpufreq_ondemandx.c
*
* Copyright (C) 2001 Russell King
* (C) 2003 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>.
* Jun Nakajima <jun.nakajima@intel.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 a... | tuxkids/kernel_cyanogen_gio | drivers/cpufreq/cpufreq_ondemandx.c | C | gpl-2.0 | 22,712 |
require File.dirname(__FILE__) + '/../test_helper'
module ::FixtureReplacement
attributes_for :gender do |g|
g.sex = "male"
end
attributes_for :user do |u|
u.username = scott
u.key = "something"
u.gender = new_gender
end
private
def scott
"Scott Taylor"
end
end
class UserTest < Tes... | systemsbiology/slimseq | vendor/plugins/fixturereplacement/test/unit/user_test.rb | Ruby | gpl-2.0 | 1,165 |
<?php
/**
* @package EasySocial
* @copyright Copyright (C) 2010 - 2014 Stack Ideas Sdn Bhd. All rights reserved.
* @license Proprietary Use License http://stackideas.com/licensing.html
* @author Stack Ideas Sdn Bhd
*/
defined( '_JEXEC' ) or die( 'Unauthorized Access' );
?>
EasySocial.require()
.script( 'admin/gr... | cuongnd/banhangonline88_joomla | administrator/components/com_easysocial/themes/default/themes/default.js | JavaScript | gpl-2.0 | 422 |
<?php
/**
* The template for displaying Author archive pages.
*
*/
global $wp_query;
get_header();
$header_style = ot_get_option('ut_global_headline_style'); ?>
<div class="grid-container">
<div id="primary" class="grid-parent grid-100 tablet-grid-100 mobile-grid-100">
<?php if ( have_posts() ) : ?>
<?php
... | robertjmcinnis/motus-strength | wp-content/themes/brooklyn/author.php | PHP | gpl-2.0 | 2,347 |
'''OpenGL extension NV.transform_feedback
This module customises the behaviour of the
OpenGL.raw.GL.NV.transform_feedback to provide a more
Python-friendly API
Overview (from the spec)
This extension provides a new mode to the GL, called transform feedback,
which records vertex attributes of the primitives proc... | D4wN/brickv | src/build_data/windows/OpenGL/GL/NV/transform_feedback.py | Python | gpl-2.0 | 2,570 |
#!/usr/bin/env python
print(CurrentScript().arguments)
| dthain/cctools | weaver/src/examples/arguments.py | Python | gpl-2.0 | 56 |
/* Test mpf_trunc, mpf_ceil, mpf_floor.
Copyright 2001, 2002 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP 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; eit... | DDTChen/CookieVLC | vlc/contrib/android/gmp/tests/mpf/t-trunc.c | C | gpl-2.0 | 7,157 |
/*
* Copyright 2004 Martin Fuchs
*
* Pass on icon notification messages to the systray implementation
* in the currently running shell.
*
* 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 Found... | rickerliang/reactos-mirror2 | dll/win32/shell32/systray.cpp | C++ | gpl-2.0 | 3,535 |
<?php
/**
* ---------------------------------------------------------------------
* GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2015-2018 Teclib' and contributors.
*
* http://glpi-project.org
*
* based on GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2003-2014 by the INDEPNET... | tsmr/glpi | front/change_user.form.php | PHP | gpl-2.0 | 2,430 |
/* sound/soc/samsung/ac97.c
*
* ALSA SoC Audio Layer - S3C AC97 Controller driver
* Evolved from s3c2443-ac97.c
*
* Copyright (c) 2010 Samsung Electronics Co. Ltd
* Author: Jaswinder Singh <jassisinghbrar@gmail.com>
* Credits: Graeme Gregory, Sean Choi
*
* This program is free software; you can redistribute ... | AndyLavr/Aspire-SW5-012_Kernel_4.8 | sound/soc/samsung/ac97.c | C | gpl-2.0 | 10,915 |
/*
* drivers/video/chipsfb.c -- frame buffer device for
* Chips & Technologies 65550 chip.
*
* Copyright (C) 1998-2002 Paul Mackerras
*
* This file is derived from the Powermac "chips" driver:
* Copyright (C) 1997 Fabio Riccardi.
* And from the frame buffer device for Open Firmware-initialized devices:
*... | dduval/kernel-rhel4 | drivers/video/chipsfb.c | C | gpl-2.0 | 13,132 |
<?php
/* class pluginbuddy_filesystem
* @author Dustin Bolton
*
* Handles interfacing with the file system.
*/
class pb_backupbuddy_filesystem {
// ********** PUBLIC PROPERTIES **********
// ********** PRIVATE PROPERTIES **********
// ********** FUNCTIONS **********
/* pluginbuddy_fi... | jaystonez/jjj | wp-content/plugins/new plugs/backupbuddy/pluginbuddy/classes/filesystem.php | PHP | gpl-2.0 | 9,764 |
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Various checks and message functions used on index page.
*
* @package PhpMyAdmin-Setup
*/
if (!defined('PHPMYADMIN')) {
exit;
}
/**
* Initializes message list
*
* @return void
*/
function messages_begin()
{
if (! isset($_SESSION['messages']) || !is... | alexbraga/phpmyadmin | setup/lib/index.lib.php | PHP | gpl-2.0 | 21,302 |
using System.Collections.Generic;
using MrCMS.Services;
namespace MrCMS.Web.Apps.MobileFriendlyNavigation.Services
{
public class MobileFriendlyNavigationStylesheets : IAppStylesheetList
{
public IEnumerable<string> UIStylesheets
{
get { yield return @"~/Apps/MobileFriendlyNavigati... | MrCMS/Mobile-Friendly-Navigation | Services/MobileFriendlyNavigationStylesheets.cs | C# | gpl-2.0 | 496 |
/*
* Copyright (c) 2001-2002 by David Brownell
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
* This progr... | robacklin/celinux | drivers/usb/hcd/ehci.h | C | gpl-2.0 | 14,662 |
#include <linux/etherdevice.h>
#include <net/ieee80211_crypt.h>
#include "hostap_80211.h"
#include "hostap.h"
#include "hostap_ap.h"
/* See IEEE 802.1H for LLC/SNAP encapsulation/decapsulation */
/* Ethernet-II snap header (RFC1042 for most EtherTypes) */
static unsigned char rfc1042_header[] =
{ 0xaa, 0xaa, 0x03, 0x... | namgk/kernel-tut | drivers/net/wireless/hostap/hostap_80211_rx.c | C | gpl-2.0 | 32,866 |
--ダイガスタ・スフィアード
function c29552709.initial_effect(c)
--synchro summon
aux.AddSynchroProcedure(c,nil,aux.NonTuner(Card.IsSetCard,0x10),1)
c:EnableReviveLimit()
--to hand
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(29552709,0))
e1:SetCategory(CATEGORY_TOHAND)
e1:SetProperty(EFFECT_FLAG_CARD_TARG... | mercury233/ygopro-scripts | c29552709.lua | Lua | gpl-2.0 | 1,832 |
<?php
/*
Written by Chris Jean for iThemes.com
Version 3.0.0
Version History
See history.txt
*/
if ( ! class_exists( 'LayoutModuleContent' ) ) {
class LayoutModuleContent extends LayoutModule {
var $_name = '';
var $_var = 'content';
var $_description = '';
var $_max = 1;
var $_editor_width = 450;
... | jimrucinski/Vine | wp-content/updraft/themes-old/Builder-Madison/lib/builder-core/lib/layout-engine/modules/content/module.php | PHP | gpl-2.0 | 809 |
/**
* Copyright (C) 2012-2015 52°North Initiative for Geospatial Open Source
* Software GmbH
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* If the program is linked with... | nuest/SOS | extensions/aqd/operation/src/main/java/org/n52/sos/request/operator/AqdDescribeSensorOperatorV10.java | Java | gpl-2.0 | 3,618 |
<?php
namespace Drupal\Core\Field;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\TypedData\ComplexDataInterface;
/**
* Interface for entity field items.
*
* Entity field items are typed data objects containing the field values, i.e.
* implementing the ComplexDataInterface.
*
* When implementing this... | maskedjellybean/tee-prop | web/core/lib/Drupal/Core/Field/FieldItemInterface.php | PHP | gpl-2.0 | 17,834 |
/**
* The abbr dialog definition.
*
* Created out of the CKEditor Plugin SDK:
* http://docs.ckeditor.com/#!/guide/plugin_sdk_sample_1
*/
// Our dialog definition.
CKEDITOR.dialog.add( 'map_sc_generatorDialog', function( editor ) {
return {
// Basic properties of the dialog window: title, minimum size.
tit... | alexfinnarn/express | modules/custom/cu_shortcodes_wysiwyg/plugins/map_sc_generator/dialogs/map_sc_generator.js | JavaScript | gpl-2.0 | 1,946 |
/*
* Advanced Linux Sound Architecture Control Program - Parse initialization files
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>,
* Greg Kroah-Hartman <greg@kroah.com>,
* Kay Sievers <kay.sievers@vrfy.org>
*
*
* This program is free software; you can redistribute it and/or modify
* it u... | ccrome/alsa-utils-dev | alsactl/init_parse.c | C | gpl-2.0 | 47,335 |
from __future__ import absolute_import
class DummyException(Exception):
pass
def import_global(
name, modules=None, exceptions=DummyException, locals_=None,
globals_=None, level=-1):
'''Import the requested items into the global scope
WARNING! this method _will_ overwrite your global s... | samowitsch/bCNC | bCNC/lib/python_utils/import_.py | Python | gpl-2.0 | 2,797 |
#include <linux/config.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/list.h>
#include <linux/string.h>
#include "../gpio/gpio.h"
#include "base_gpio_8972b.h"
#ifdef CONFIG_RTK_VOIP_GPIO_IPP_8972B_V00
#define IPPHONE_PIN_HOOK GPIO_ID(GPIO_PORT_E,6) //input
#define INTERRUPT_HOOK
#else
#defi... | ysleu/RTL8685 | uClinux-dist/linux-2.6.x/rtk_voip-single_cpu/voip_drivers/iphone/base_gpio_8972b.c | C | gpl-2.0 | 1,576 |
<?php
/**
* Copyright © 2015 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
/**
* Customer Widget Form Boolean Element Block
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Customer\Block\Adminhtml\Form\Element;
class Boolean extends \Magento\Framewor... | FPLD/project0 | vendor/magento/module-customer/Block/Adminhtml/Form/Element/Boolean.php | PHP | gpl-2.0 | 608 |
<?php
/**
* Post functions and post utility function.
*
* @package WordPress
* @subpackage Post
* @since 1.5.0
*/
//
// Post Type Registration
//
/**
* Creates the initial post types when 'init' action is fired.
*
* @since 2.9.0
*/
function create_initial_post_types() {
register_post_typ... | siliconpoetry/ic | wp-includes/post.php | PHP | gpl-2.0 | 166,082 |
const u32 MicroCode[] __attribute__ ((aligned (8))) = {
0x7801698,0x7801548,0xa613fc8,0x0000000,0x6800008,0x7c01548,0xa60c018,0x4000658,
0xc7817c0,0x6804049,0x7801b8a,0x48ff28a,0x540328a,0x2009289,0x700024a,0x91832ca,
0xa60c08b,0x780174c,0x7c0178c,0x780178b,0x2c0b30b,0x7c0178b,0x2c0b30b,0x95e128b,
0x740024a,0xa... | erdoukki/linux-amlogic | drivers/amlogic/amports/m6tvd/ucode/h264_4k2k/h264mmc_linux_single.h | C | gpl-2.0 | 14,409 |
<?php
# Lifter010: TODO
$fields = Request::getArray('fields');
$order = Request::getArray('order');
?>
<tr>
<td><?= htmlReady($name) ?> <? if ($required) : ?><span style="color: red; font-size: 1.6em">*</span><? endif ?></td>
<td>
<input type="text" size="3" name="order[<?= $id ?>]" value="<?= (... | kurvenschubser/studip-hks | app/views/admin/specification/_field.php | PHP | gpl-2.0 | 730 |
/*
* Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.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 Sof... | InkVisible/Jzy-Blizzlike | src/server/scripts/Kalimdor/thunder_bluff.cpp | C++ | gpl-2.0 | 4,425 |
/*
* Xtensa ISA:
* http://www.tensilica.com/products/literature-docs/documentation/xtensa-isa-databook.htm
*
* Copyright (c) 2011, Max Filippov, Open Source and Linux Lab.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th... | noelbk/qemu | target-xtensa/translate.c | C | gpl-2.0 | 105,242 |
/* $Id$ */
/** @file
* IPRT - Internal Header for RTDbgMod and the associated interpreters.
*/
/*
* Copyright (C) 2008-2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/o... | mirror/vbox | src/VBox/Runtime/include/internal/dbgmod.h | C | gpl-2.0 | 26,363 |
// VAST ads plugin
// Sponsored by Minoto Video
// 2013/02/01 0.5 research
// 2013/02/09 1.5 build loading mechanism
// 2013/02/10 2.5 events to play preroll, skip function, start/end calls, \
// 2013/02/11 2 click events
// ----
// 2013/02/23 3.5 split into a generic pre-roll plugin
(function($) {
// on... | carleton/reasoncms | www/mediaelement/src/js/mediaelementplayer-feature-ads.js | JavaScript | gpl-2.0 | 8,971 |
<?php
if(isset($vars['Path'])) $Path = $vars['Path'];
else $vars['Path'] = $Path = $vars['Query'];
$info = Info::getInfos($Path);
$o = genericClass::createInstance($info['Module'], $info['ObjectType']);
$o->setView();
$vars['identifier'] = $info['Module'] . $info['ObjectType'];
$vars['ObjectClass'] = $o->getObjectClas... | MAN-IN-WAN/Kob-Eye | Skins/AngularAdmin/Modules/Cadref/Default/PublicListInscr.twig.php | PHP | gpl-2.0 | 1,076 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | hayes042/IS4C | documentation/doxy/output/is4c-nf/html/class_c_o_r_e_p_o_s_1_1pos_1_1lib_1_1_tenders_1_1_rebate_check_tender-members.html | HTML | gpl-2.0 | 11,367 |
/* Copyright (c) 2000, 2001, 2005-2007 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 it will be useful,
... | Abner-Sun/vx_mysql5.1_git | storage/myisam/mi_rfirst.c | C | gpl-2.0 | 997 |
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user level.
*
* ROUTE - implementation of the IP router.
*
* Authors: Ross Biro
* Fred N. van Kempen, <waltje@uWalt.NL.Mug... | UnicronNL/vyos-kernel-clearfog | net/ipv4/route.c | C | gpl-2.0 | 72,697 |
/* Copyright (c) 2009-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | chijure/phoenix_v1 | include/media/msm_camera.h | C | gpl-2.0 | 43,609 |
<?php
/*
* Фронтенд для взаимодействия с EasyPay
* на базе протокола: http://store.nightfly.biz/st/1461842084/EasyPay.Provider.3.1.pdf
*
* Проверить можно тут: http://provider.easysoft.com.ua/
*/
// подключаем API OpenPayz
include ("../../libs/api.openpayz.php");
//debug mode
define('DEBUG_MODE', 0);
//trans... | pautiina/Ubilling | openpayz/frontend/easypay/index.php | PHP | gpl-2.0 | 9,959 |
/*
* Copyright (c) 2009-2010 jMonkeyEngine
* 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 ... | rex-xxx/mt6572_x201 | external/jmonkeyengine/engine/src/test/jme3test/audio/TestMusicStreaming.java | Java | gpl-2.0 | 2,229 |
<?php
namespace Laminas\Feed\Reader\Extension\Atom;
use DateTime;
use DOMDocument;
use DOMElement;
use DOMNodeList;
use Laminas\Feed\Reader;
use Laminas\Feed\Reader\Collection;
use Laminas\Feed\Reader\Extension;
use Laminas\Feed\Uri;
use stdClass;
use function array_key_exists;
use function count;
use function is_st... | tobiasbuhrer/tobiasb | vendor/laminas/laminas-feed/src/Reader/Extension/Atom/Entry.php | PHP | gpl-2.0 | 17,863 |
// license:BSD-3-Clause
// copyright-holders:Mike Coates
/**************************************************************************
Gorf/Votrax SC-01 Emulator
Mike@Dissfulfils.co.uk
Modified to match phonemes to words
Ajudd@quantime.co.uk
***************************************************... | h0tw1r3/mame | src/mame/audio/gorf.cpp | C++ | gpl-2.0 | 6,511 |
/*
* RFC 1321 compliant MD5 implementation,
* by Christophe Devine <devine@cr0.net>;
* this program is licensed under the GPL.
*/
/* Modified October 3, 2003, to remove testing code, and add
include of "types.h".
-Xodnizel
*/
#include <string.h>
#include "inttypes.h"
#include "md5.h"
#define GET_UINT32(n,... | puchiedarcy/fceuxd | src/~attic/sexyal/md5.c | C | gpl-2.0 | 6,702 |
/*
* linux/arch/arm/mach-pxa/leds-trizeps4.c
*
* Author: Jürgen Schindele
* Created: 20 02, 2006
* Copyright: Jürgen Schindele
*
* 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 Foundat... | janrinze/loox7xxport | arch/arm/mach-pxa/leds-trizeps4.c | C | gpl-2.0 | 2,648 |
/* Branch trace support for GDB, the GNU debugger.
Copyright (C) 2013-2015 Free Software Foundation, Inc.
Contributed by Intel Corp. <markus.t.metzger@intel.com>.
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 Publi... | DSMan195276/protura-binutils | gdb/btrace.h | C | gpl-2.0 | 17,609 |
/* $Id: optimN_mex.c 2644 2009-01-23 13:01:50Z john $ */
/* (c) John Ashburner (2007) */
#include "mex.h"
#include <math.h>
#include "optimN.h"
static void fmg_mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
int nd, i;
int dm[4];
int cyc=1, nit=1, rtype=0;
float *A, *b, *x... | neurodebian/spm8 | toolbox/DARTEL/optimN_mex.c | C | gpl-2.0 | 5,959 |
# -*- coding: iso-8859-1 -*-
""" crypto.cipher.rijndael
Rijndael encryption algorithm
This byte oriented implementation is intended to closely
match FIPS specification for readability. It is not implemented
for performance.
Copyright © (c) 2002 by Paul A. Lambert
Read LICENSE.txt for license... | felipenaselva/felipe.repository | script.module.cryptopy/lib/crypto/cipher/rijndael.py | Python | gpl-2.0 | 14,723 |
#ifndef _SLHC_H
#define _SLHC_H
/*
* Definitions for tcp compression routines.
*
* $Header: /usr/local/cvsroot/ctd/FA5A320LINUX26_Kernel/include/net/slhc_vj.h,v 1.3 2006/04/18 08:05:17 ijsung Exp $
*
* Copyright (c) 1989 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use ... | fedya/aircam-openwrt | build_dir/toolchain-arm_v5te_gcc-linaro_uClibc-0.9.32_eabi/linux-2.6.28.fa2/include/net/slhc_vj.h | C | gpl-2.0 | 6,844 |
/* Cache handling for passwd lookup.
Copyright (C) 1998-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public ... | NicoleRobin/glibc | nscd/pwdcache.c | C | gpl-2.0 | 15,680 |
<?php
foreach ($rows[0] as $key => $value) {
$rows_d[] = array(array('header' => 1, 'data' => $header[$key]), $value);
}
print theme('table',null,$rows_d);
?>
| Br3nda/Archimedes | profiles/archimedes/themes/archimedes/templates/views-view-table--host_glance.tpl.php | PHP | gpl-2.0 | 169 |
/******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the ... | francescosganga/remixos-kernel | drivers/staging/rtl8812au/include/rtl8188e_cmd.h | C | gpl-2.0 | 4,786 |
ALTER TABLE db_version CHANGE COLUMN required_14003_01_mangos_world_safe_locs_facing required_14005_01_mangos_dbscript_priority_miliseconds bit;
ALTER TABLE dbscripts_on_creature_death ADD COLUMN priority INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER delay;
ALTER TABLE dbscripts_on_creature_movement ADD COLUMN priority ... | spkansas/mangos-wotlk | sql/updates/mangos/14005_01_mangos_dbscript_priority_miliseconds.sql | SQL | gpl-2.0 | 1,734 |
<?php
class ControllerExtensionOpenbayEbayProfile extends Controller {
private $error = array();
public function profileAll() {
$data = $this->load->language('extension/openbay/ebay_profile');
$this->load->model('extension/openbay/ebay_profile');
$this->document->setTitle($data['heading_title']);
$this->do... | openbaypro/OpenBay-Pro | upload/admin/controller/extension/openbay/ebay_profile.php | PHP | gpl-3.0 | 16,243 |
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0... | cppisfun/GameEngine | foreign/boost/libs/preprocessor/test/logical.cpp | C++ | gpl-3.0 | 1,330 |
/*
Credits
Originally based on Edgar Toernig's Minimalistic cooperative multitasking
http://www.goron.de/~froese/
reorg by Steve Dekorte and Chis Double
Symbian and Cygwin support by Chis Double
Linux/PCC, Linux/Opteron, Irix and FreeBSD/Alpha, ucontext support by Austin Kurahone
FreeBSD/Intel support b... | turbedi/pokemon-online | src/libraries/Utilities/coro/Coro.c | C | gpl-3.0 | 18,692 |
<ul class="toc">
<% _.each(items, function(item) { %>
<li class="toc-item<% if (item.id === app.views.navigationView.currentNavigationItem.id) { print(" active"); } %>">
<a data-section-id="<%= item.id %>" href="javascript:;">
<div class="toc-item-thumbnail">
<% if (item.get('thumbnail')) { %>
<img... | IMAmuseum/OSCI-Toolkit-Frontend | dist/themes/Simple_Horizontal/templates/toolbar-toc.tpl.html | HTML | gpl-3.0 | 598 |
--[[
This file is part of Ice Lua Components.
Ice Lua Components 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 3 of the License, or
(at your option) any later version.
... | fkaa/iceball | pkg/iceball/deucenamegen/main.lua | Lua | gpl-3.0 | 1,117 |
package fr.neamar.kiss;
import android.app.Activity;
/**
* An empty activity used for changing Android's Default Launcher
*/
public class DummyActivity extends Activity{
}
| ilmich/KISS | app/src/main/java/fr/neamar/kiss/DummyActivity.java | Java | gpl-3.0 | 177 |
#define yy_create_buffer vs10__create_buffer
#define yy_delete_buffer vs10__delete_buffer
#define yy_scan_buffer vs10__scan_buffer
#define yy_scan_string vs10__scan_string
#define yy_scan_bytes vs10__scan_bytes
#define yy_flex_debug vs10__flex_debug
#define yy_init_buffer vs10__init_buffer
#define yy_flush_buffer vs10_... | GDevs/mission-farpoint | ogre/RenderSystems/GL/src/nvparse/_vs1.0_lexer.cpp | C++ | gpl-3.0 | 127,015 |
<?php
/* TVI
* Copyright (C) 2015 Florian HENRY <florian.henry@open-concept.pro>
*
* 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) ... | tomours/dolibarr | htdocs/loan/calcmens.php | PHP | gpl-3.0 | 2,177 |
/*
pins_arduino.h - Pin definition functions for Arduino
Part of Arduino - http://www.arduino.cc/
Copyright (c) 2007 David A. Mellis
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... | javastraat/ijduino_developer | hardware/pins_arduino.h | C | gpl-3.0 | 5,129 |
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| Copyright (C) 2001-2002 Steve Dunstan (jalist@e107.org)
| Copyright (C) 2008-2010 e107 Inc (e107.org)
|
| Links plugin - help
|
| Released under the terms and conditions of the
| GNU G... | kazancevsm/r107 | 0.1.5/plugins/links_page/e_help.php | PHP | gpl-3.0 | 2,203 |
var group__dma__mburst =
[
[ "DMA_SxCR_MBURST_INCR16", "group__dma__mburst.html#gadaf6b33ae31b2cbde69244c3c0f441e8", null ],
[ "DMA_SxCR_MBURST_INCR4", "group__dma__mburst.html#ga1d161291aabb811293bc78a8f9c30736", null ],
[ "DMA_SxCR_MBURST_INCR8", "group__dma__mburst.html#ga8c35dd793bc079a92b3ec71d534b0cc8... | Aghosh993/TARS_codebase | libopencm3/doc/stm32l1/html/group__dma__mburst.js | JavaScript | gpl-3.0 | 434 |
/*global define*/
define([
'../Core/Color',
'../Core/defined',
'../Core/defineProperties',
'../Core/Event',
'./createPropertyDescriptor',
'./Property'
], function(
Color,
defined,
defineProperties,
Event,
createPropertyDescripto... | rbensa01/Cesium-ESIPE-Project-District | projet/cesium/Source/DataSources/PolylineOutlineMaterialProperty.js | JavaScript | gpl-3.0 | 5,290 |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | DL7AD/SSR-Receiver | src/org/apache/mina/filter/codec/statemachine/DecodingStateProtocolDecoder.java | Java | gpl-3.0 | 3,613 |
/*
* This file is part of wxSmith plugin for Code::Blocks Studio
* Copyright (C) 2006-2007 Bartlomiej Swiecki
*
* wxSmith 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
* ... | SaturnSDK/Saturn-SDK-IDE | src/plugins/contrib/wxSmith/wxwidgets/properties/wxscolourproperty.h | C | gpl-3.0 | 5,120 |
/*
* hostapd / EAP-pwd (RFC 5931) server
* Copyright (c) 2010, Dan Harkins <dharkins@lounge.org>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "includes.h"
#include "common.h"
#include "crypto/sha256.h"
#include "crypto/ms_funcs.h"
#include "... | s0lst1c3/eaphammer | local/hostapd-eaphammer/src/eap_server/eap_server_pwd.c | C | gpl-3.0 | 27,805 |
/* A simple event-driven programming library. Originally I wrote this code
* for the Jim's event-loop (Jim is a Tcl interpreter) but later translated
* it in form of a library for easy reuse.
*
* Copyright (c) 2006-2010, Salvatore Sanfilippo <antirez at gmail dot com>
* All rights reserved.
*
* Redistribution an... | weim0000/RedisSentinelClient | cpp/src/ae.c | C | gpl-3.0 | 14,769 |
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
Tests for L{twisted.trial.distreporter}.
"""
from cStringIO import StringIO
from twisted.trial._dist.distreporter import DistReporter
from twisted.trial.unittest import TestCase
from twisted.trial.reporter import TreeReporter
class DistRe... | geodrinx/gearthview | ext-libs/twisted/trial/_dist/test/test_distreporter.py | Python | gpl-3.0 | 2,019 |
<!--[if IE 7]>
<!DOCTYPE>
<html lang="en">
<head>
<![endif]-->
<!--[if IE 8]>
<!DOCTYPE>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<![endif]-->
<![if gte IE 9]>
<!DOCTYPE HTML>
<html lang="en">
<head>
<![endif]>
<title>Chart 2D</title>
<style type="text/css"... | avz-cmf/zaboy-middleware | www/js/dojox/charting/tests/test_chart2d.html | HTML | gpl-3.0 | 29,360 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... | labscoop/xortify | trunk/PHP 5.x/docs/html/rest__wgetserialised_8php.html | HTML | gpl-3.0 | 8,104 |
#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#include <stdint.h>
#include <AP_HAL/AP_HAL_Macros.h>
#include <AP_HAL/Semaphores.h>
#include "AP_HAL_VRBRAIN_Namespace.h"
#include <pthread.h>
class VRBRAIN::Semaphore : public AP_HAL::Semaphore {
public:
Semaphore() {
pthread_mutex_init(&_lock, nullptr);
... | tatsuy/ardupilot | libraries/AP_HAL_VRBRAIN/Semaphores.h | C | gpl-3.0 | 446 |
#ifndef _TIF_CONFIG_H_
#define _TIF_CONFIG_H_
/* Define to 1 if you have the <assert.h> header file. */
#define HAVE_ASSERT_H 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define as 0 or 1 according to the floating point format suported by the
machine */
#define H... | sdottaka/freeimage | Source/LibTIFF4/tif_config.vc.h | C | gpl-3.0 | 3,284 |
<?php
/**
Copyright 2012 Nick Korbel
This file is part of phpScheduleIt.
phpScheduleIt 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.
php... | msslava/reservationsystem | Pages/Admin/ScheduleAdminManageReservationsPage.php | PHP | gpl-3.0 | 1,459 |
url: http://sanskrit.jnu.ac.in/sandhi/viccheda.jsp?itext=६विशेषणमेव<html>
<title>Sanskrit Sandhi Splitter at J.N.U. New Delhi</title>
<META CONTENT='text/hetml CHARSET=UTF-8' HTTP-EQUIV='Content-Type'/>
<META NAME="Author" CONTENT="Dr. Girish Nath Jha">
<META NAME="Keywords" CONTENT="Dr. Girish Nath Jha, Sachin,... | sanskritiitd/sanskrit | uohCorpus.fil/uoh/uoh.filteredcorpus.txt_output/1-hetvabasa-ext.txt.out.dict_5651_jnu.html | HTML | gpl-3.0 | 16,541 |
/**
* NUM2STR - Functions to handle the conversion of numeric vales to strings.
*
* @created 2014-12-18
* @author Neven Boyanov
* @version 2016-04-17 (last modified)
*
* This is part of the Tinusaur/TinyAVRLib project.
*
* Copyright (c) 2016 Neven Boyanov, Tinusaur Team. All Rights Reserved.
* Distr... | ageek/arduino | misc/ssd1306-libs/v2/num2str.c | C | gpl-3.0 | 4,230 |
<!doctype html>
<html>
<title>link</title>
<meta http-equiv="content-type" value="text/html;utf-8">
<link rel="stylesheet" type="text/css" href="../static/style.css">
<body>
<div id="wrapper">
<h1><a href="../api/link.html">link</a></h1> <p>Symlink a package folder</p>
<h2 id="SYNOPSIS">SYNOPSIS</h2>
<pr... | bfrgoncalves/Online-PhyloViZ | node_modules/l/node_modules/hook.io/node_modules/npm/html/api/link.html | HTML | gpl-3.0 | 2,173 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# (c) 2018, Yanis Guenane <yanis+ansible@guenane.org>
# (c) 2019, René Moser <mail@renemoser.net>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import (absolute_import, division, print_function)
__metaclass__ = ... | aperigault/ansible | lib/ansible/modules/cloud/vultr/vultr_ssh_key_info.py | Python | gpl-3.0 | 3,294 |
#ifndef OFFSET_TEST_H
#define OFFSET_TEST_H
#include <test/UnitTest.h>
#include <test/UnitTestRunner.h>
#include <util/misc/Offset.h>
#include <util/global.h>
using namespace Util;
class OffsetTest : public UnitTest
{
public:
class A
{
public:
int x;
bool f;
virtual void action()
... | polymer1/simpatico | src/util/tests/misc/OffsetTest.h | C | gpl-3.0 | 1,937 |
/* Copyright 2014 the unarr project authors (see AUTHORS file).
License: LGPLv3 */
#include "tar.h"
static bool tar_is_number(const char *data, size_t size)
{
size_t i;
for (i = 0; i < size; i++) {
if ((data[i] < '0' || '7' < data[i]) && data[i] != ' ' && data[i] != '\0')
re... | ibb-zimmers/betsynetpdf | sumatrapdf/ext/unarr/tar/parse-tar.c | C | gpl-3.0 | 8,144 |
{{extend 'layout.html'}}
<h2>{{=T( request.args(0).replace('_',' ').capitalize() )}}</h2>
<div id="web2py_user_form">
{{
if request.args(0)=='login':
if not 'register' in auth.settings.actions_disabled:
form.add_button(T('Register'),URL(args='register', vars={'_next': request.vars._next} if request.vars._next else ... | hiatobr/midiacapoeira | views/conteudo/videos_user.html | HTML | gpl-3.0 | 858 |
/**
* This file is part of the Unit.js testing framework.
*
* (c) Nicolas Tallefourtane <dev@nicolab.net>
*
* For the full copyright and license information, please view
* the LICENSE file distributed with this source code
* or visit http://unitjs.com.
*
* @author Nicolas Tallefourtane <dev@nicolab.net>
*/
'... | Geovo/turing_machine_simulator | node_modules/unit.js/test/node/index.js | JavaScript | gpl-3.0 | 724 |
/**
* Copyright 2009-2012 tragicphantom
*
* This file is part of stdf4j.
*
* Stdf4j 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 3 of the License, or
* (at your option) any lat... | tehaxer/stdf4j | tools/extract/src/main/java/com/tragicphantom/stdf/tools/extract/output/OutputFormatter.java | Java | gpl-3.0 | 915 |
/*
* Copyright (C) 2014 Vlad Mihalachi
*
* This file is part of Turbo Editor.
*
* Turbo Editor 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 opt... | vmihalachi/turbo-editor | libraries/sharedCode/src/main/java/sharedcode/turboeditor/util/systemui/SystemUiHelper.java | Java | gpl-3.0 | 10,893 |
#include "pta.h"
#include "asf_complex.h"
#include "asf.h"
fcpx *forward_fft(complexFloat *image, int line_count, int sample_count)
{
int i;
// Allocate memory
int size = line_count * sample_count;
fcpx *in_cpx = (fcpx *) fftwf_malloc(sizeof(fcpx)*size);
fcpx *fft_cpx = (fcpx *) fftwf_malloc(sizeof(fcpx)*si... | asfadmin/ASF_MapReady | src/pta/fftw.c | C | gpl-3.0 | 3,246 |
#include "stdafx.h"
#include "HEOS.h"
#include "../hardware/hardwaretypes.h"
#include "../main/Helper.h"
#include "../main/Logger.h"
#include "../main/SQLHelper.h"
#include "../notifications/NotificationHelper.h"
#include "../main/WebServer.h"
#include "../main/mainworker.h"
#include "../main/localtime_r.h"
#include ".... | etamminga/domoticz | hardware/HEOS.cpp | C++ | gpl-3.0 | 24,067 |
---
title: "Cohomología"
lang: es
category: es
permalink: es/exposition_cohomology
ident: exposition_cohomology
parent: cohomology
kind: unfinished
mathjax: true
layout: post
type: post
---
Cohomología | charlesp0096/beta_mathifold | _posts/es/2016-09-25-expo-cohomology.md | Markdown | gpl-3.0 | 207 |
(function($) {
var $openDialog = null;
var $background = null;
var defaultOptions = {
autoOpen:true,
opacity:'0.3'
};
function initialize() {
if (!$background) {
$background = $('<div />').css({
'display':'none', 'position':'fixed', '_position':'absolute',
... | baracudakb/Legend | plugins/i18n_specialpages/js/jquery.dialog.js | JavaScript | gpl-3.0 | 2,335 |
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Section 8.1.1: Separating a point from a polyhedron</title>
<link rel="canonical" href="http://cvxr.com/cvx/examples/cvxbook/Ch08_geometric_probs/html/separate_pt_poly.html">
<link rel="stylesheet" href="../../../examples.css" type="text/css">
</head>
<body>
<... | badrinarayan/astlinespec | redir/cvx/examples/cvxbook/Ch08_geometric_probs/html/separate_pt_poly.html | HTML | gpl-3.0 | 2,671 |
/*
* uhub - A tiny ADC p2p connection hub
* Copyright (C) 2007-2014, Jan Vidar Krey
*
* 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... | imobilis/uhub | src/util/config_token.h | C | gpl-3.0 | 1,457 |
/*
* Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | s20121035/rk3288_android5.1_repo | cts/tests/tests/renderscript/src/android/renderscript/cts/intrinsic_convolve5x5.rs | Rust | gpl-3.0 | 19,242 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18034
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generate... | tbayart/screencast-capture | Sources/Properties/Settings.Designer.cs | C# | gpl-3.0 | 6,944 |
.dijitRtl .soria .dijitEditorIcon {background-image: url('images/editor_rtl.gif');}.dijitRtl .soria .dijitDisabled .dijitEditorIcon {background-image: url('images/editorDisabled_rtl.gif');}.dijitRtl .soria .dijitToolbar .dijitToolbarSeparator {background-image: url('images/editor_rtl.gif');} | Emergen/zivios-panel | web/public/scripts/release/zvinstaller-0.6.6/dijit/themes/soria/Editor_rtl.css | CSS | gpl-3.0 | 292 |
//----------------------------------------------------------------------------
/** @file GoUctEstimatorStat.cpp
See GoUctEstimatorStat.h */
//----------------------------------------------------------------------------
#include "SgSystem.h"
#include "GoUctEstimatorStat.h"
#include <boost/format.hpp>
#include "GoM... | liushiwei/fuego | gouct/GoUctEstimatorStat.cpp | C++ | gpl-3.0 | 2,701 |
/*
const config = require('./config');
const Steam = require('steam');
const Dota2 = require('dota2');
const utility = require('./utility');
const async = require('async');
const convert64To32 = utility.convert64to32;
const express = require('express');
const app = express();
const users = config.STEAM_USER.split(',');... | coreymaher/yasp | dev/lobby.js | JavaScript | gpl-3.0 | 2,616 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.