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 |
|---|---|---|---|---|---|---|---|---|
4457787a88eac1e23790d783c2cf0859ee3053780a6decb9c4f0b4a3d70e29b9 | /*
FUSE: Filesystem in Userspace
Copyright (C) 2001-2008 Miklos Szeredi <miklos@szeredi.hu>
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
*/
/***********************************************************************/
/* Modified by ... | C | fs/fuse/fuse_i.h | hiikezoe/android_kernel_nec_n06e | gpl-2.0 | 18,964 | 789 | codeparrot/github-code |
e56ef69abc6978ffcd61b6a3f2a6dabbcde240e29f7b0b9420c0e4c7e0780ab9 | <br />
<b><big>Download SILC</big></b>
<br /> <br />
The SILC is distributed in three different packages; the SILC Client, the
SILC Server and the SILC Toolkit. The SILC Client is intended for end
users, the SILC Server for system administrators and the SILC Toolkit for
developers.
<br /> <br />
Use ... | PHP | public_html/html/download.php | silc/silc | gpl-2.0 | 24,832 | 350 | codeparrot/github-code |
7acdc175043a4adc458c676d429ed8979313bc0e126afa34b8083c3fabe4e17a | # Makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
$(error The '$(SPHINXBUILD)' command w... | Makefile | docs/Makefile | mulvrova/StagPy | gpl-2.0 | 7,656 | 217 | codeparrot/github-code |
7ca96f9b46646d120934561be9506c405e02cf52a517b45a9787496fd4549d8d | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="ru">
<head>
<title>org.apache.poi.xslf.model.geom Class Hierarchy (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title=... | HTML | lib/docs/apidocs/org/apache/poi/xslf/model/geom/package-tree.html | setu9760/Jade_project_repo | gpl-2.0 | 17,345 | 186 | codeparrot/github-code |
5a0dbf234665aa3a7acf3ace09d6a4ff2472cc0e618b5f3b06b46d9c48150452 |
<!DOCTYPE html>
<html lang="en-US">
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_style_tablelayout by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:25:55 GMT -->
<head>
<title>Tryit Editor v2.3</title>
<meta id="viewport" name='viewport'>
<script>
(function() {
if ( navigator... | HTML | Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jsref/tryita5d9.html | platinhom/ManualHom | gpl-2.0 | 5,551 | 175 | codeparrot/github-code |
99f001b684843985e7aa23ec1d3f24a9b2894919257b571cd09f54bfe0381c43 |
#ifndef CARD_H
#define CARD_H
#include <linux/timer.h>
#include <linux/time.h>
#include <linux/isdnif.h>
#include <linux/irqreturn.h>
#include "message.h"
#include "scioc.h"
#define CHECKRESET_TIME msecs_to_jiffies(4000)
#define CHECKSTAT_TIME msecs_to_jiffies(8000)
#define SAR_TIMEOUT msecs_to_jiffies(10000)
... | C | kernel/drivers/isdn/sc/card.h | luckasfb/OT_903D-kernel-2.6.35.7 | gpl-2.0 | 3,331 | 93 | codeparrot/github-code |
5e88b9f5507f34ebdfc8fd46ca1e1e978f37fcec63f75ad13d7740db8a662298 | /*
* Bittorrent Client using Qt and libtorrent.
* Copyright (C) 2014 Vladimir Golovnev <glassez@yandex.ru>
*
* 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 Lic... | C++ | src/webui/abstractwebapplication.cpp | n054/qBittorrent | gpl-2.0 | 11,703 | 400 | codeparrot/github-code |
c5d3240573c495ac451388b0252a42b3fba86a53c62e98a983e90d45d4b3599b | /*
*
* 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 program is distributed in the hope that it will be ... | C | drivers/dpm/dpm-opt.c | robacklin/celinux | gpl-2.0 | 8,541 | 336 | codeparrot/github-code |
c733c1394cc96f5968c275faedb5c89255f16bea5a91985e41e681730b1530aa | <?php
/**
* @package Joomla.Administrator
* @subpackage com_bookpro
*
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
/**
* bus model.
*
* @package Jooml... | PHP | components/com_bookpro/models/bus.php | cuongnd/test_pro | gpl-2.0 | 11,407 | 503 | codeparrot/github-code |
35eb44c4eb2d3bf731a5f5afa637d2fdf77652801fe81d4db3ed98f9c89ada44 | /* zutil.c -- target dependent utility functions for the compression library
* Copyright (C) 1995-2005, 2010 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id: zutil.c 1482 2010-04-26 16:43:41Z lomecb $ */
#include "zutil.h"
#ifndef NO_DUMMY_DECL
struct inte... | C | colorer/src/zlib/zutil.c | invy/far2l | gpl-2.0 | 7,356 | 319 | codeparrot/github-code |
f902d213f02d90e044a82ea7ada29f82fbbeddcdc8fada2e817cf5b8e26903e7 | /** -*- linux-c -*- ***********************************************************
* Linux PPP over Ethernet (PPPoX/PPPoE) Sockets
*
* PPPoX --- Generic PPP encapsulation socket family
* PPPoE --- PPP over Ethernet (RFC 2516)
*
*
* Version: 0.7.0
*
* 070228 : Fix to allow multiple sessions with same remote MAC an... | C | drivers/net/ppp/pppoe.c | CyanogenMod/android_kernel_motorola_msm8610 | gpl-2.0 | 28,104 | 1,208 | codeparrot/github-code |
0ed84ea31f90cc84c1ba29556c1fae759a5d33a9fc50bde42492dd876220897d | /*_############################################################################
_##
_## integer.h
_##
_## SNMP++ v3.3
_## -----------------------------------------------
_## Copyright (c) 2001-2013 Jochen Katz, Frank Fock
_##
_## This software is based on SNMP++2.6 from Hewlett Packard:
_##
... | C | src/snmp++/include/snmp_pp/integer.h | verrio/snmpb | gpl-2.0 | 8,095 | 326 | codeparrot/github-code |
82f87f308f9fe19c04356856e00050df9665db8ef8dc2705d011479a654e97c1 | package io.github.HackGunGame.script;
import org.luaj.vm2.LuaTable;
import org.luaj.vm2.LuaValue;
import org.luaj.vm2.lib.TwoArgFunction;
/**
* Created by Josiah on 12/7/2015.
*/
public abstract class baseLib extends TwoArgFunction {
public static baseLib BASELIB = null;
protected String name = "baseLib";
... | Java | src/main/java/io/github/HackGunGame/script/baseLib.java | HackGunGame/HackGun | gpl-2.0 | 748 | 31 | codeparrot/github-code |
5b3665862797ae214f7d32c03dab4c8f3e83c0fe4e7b90758b3254ddd89a8345 | /* $Id: newgrf_storage.h 25991 2013-11-13 22:00:46Z rubidium $ */
/*
* This file is part of OpenTTD.
* OpenTTD 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.
* OpenTTD is distributed in the hope th... | C | openttd/src/newgrf_storage.h | Palo123/openttd_yacd_pp_dc | gpl-2.0 | 6,380 | 218 | codeparrot/github-code |
7c1531e82e9fb9696d593546acc4b87ed423da882036184013709283603d84b0 | /*
| Author: $USER_NAME
| Date: 06.03.2015
|
| Project: $PROJECT
| File: TileAtlas
*/
#ifndef __TileAtlas_H_
#define __TileAtlas_H_
#include <SFML/Graphics.hpp>
#include <block/BlockDirectory.hpp>
#include <data/TexturePool.hpp>
#include <disp/TileIcon.hpp>
class TileAtlas
{
public:
TileAtlas(const sf::Vec... | C++ | src/disp/TileAtlas.hpp | ltouroumov/PathfinderRoguelike | gpl-2.0 | 907 | 45 | codeparrot/github-code |
96306bdd2d440ff3773fdc28ab8fffff9be0db76fec5523a09b3dcf7294acafa | <?php
/* core/themes/classy/templates/views/views-view-unformatted.html.twig */
class __TwigTemplate_6ec2941290ec474c51e1538b6591563557aa28c89745366973a4bc47eb07f1ac extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
... | PHP | sites/default/files/php/twig/ef44ece8_views-view-unformatted.html.twig_56360a64dc2ad61f89b988f34ddd36106228aea5da6b3b0543d0d6b440467491/ea434a7946bc9680fade1e7b1ebc9eec786da21710e1d98119453f756130f099.php | dkgndec/fabulist | gpl-2.0 | 3,350 | 97 | codeparrot/github-code |
83bd1d45381cb95fadabf05696f764b36da5f9e807fdf3ed44442e5617792fb2 | /*
Copyright (C) 2013 Paul Davis
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 program is distributed in th... | C | libs/ardour/ardour/port_manager.h | johannes-mueller/ardour | gpl-2.0 | 8,170 | 233 | codeparrot/github-code |
757b68096de4f169a96b34500a031d239025b6830ec6801eabbad96e35b1f0a0 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible"content="IE=9; IE=8; IE=7; IE=EDGE">
<meta http-equiv="Content-Type... | HTML | logs/meng/q9601488.html | ForAEdesWeb/AEW25 | gpl-2.0 | 28,112 | 525 | codeparrot/github-code |
590d8bc0da94f96fe938ef57494efba82d0fb51dc5c3921fafd3b01dbccf39d4 | /* ----------------------------------------------------------------------------
The Kiwi Toolkit
Copyright (C) 1998-2001 Mark A. Lindner
This file is part of Kiwi.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as pub... | Java | desktop/src/main/java/kiwi/util/plugin/PluginLocator.java | anton-troshin/clematis.desktop | gpl-2.0 | 12,560 | 445 | codeparrot/github-code |
bc3a9fe0815c0cd06b6a4ef0e90ecf68cfdcde60ec5d82b2ff874098da1ce756 | /* This file is part of KDevelop
Copyright 2010 Aleix Pol Gonzalez <aleixpol@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 ... | C++ | plugins/execute/projecttargetscombobox.cpp | blackjack/kdevplatform | gpl-2.0 | 2,687 | 89 | codeparrot/github-code |
c331909fe38be1b616dc78a2e532610b3789d9f9cd598eb04feb202476ff8d8a | /*
* arch/s390/kernel/smp.c
*
* Copyright IBM Corp. 1999, 2009
* Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com),
* Martin Schwidefsky (schwidefsky@de.ibm.com)
* Heiko Carstens (heiko.carstens@de.ibm.com)
*
* based on other smp stuff by
* (c) 1995 Alan Cox, CymruNET Ltd ... | C | arch/s390/kernel/smp.c | kofemann/linux-redpatch | gpl-2.0 | 28,702 | 1,158 | codeparrot/github-code |
b0de56307d4a3302351fb7273c6520d99163401aa4dc3b28b275b5ce32235965 | //=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
// LSDSwathProfile.cpp
//------------------------------------------------------------------------------
// This code is used to create swath profiles from either raster or sparse data.
// These two options will be coded up into two dif... | C++ | LSDSwathProfile.cpp | csdms-contrib/dreich_algorithm | gpl-2.0 | 27,714 | 604 | codeparrot/github-code |
22a1670cf4d392cc162f4f387245f4583bef4811ea8d9f091c16434ded08e3a5 | /**
* OWASP Benchmark Project v1.1
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The Benchmark is free software: you can redistribute it and/... | Java | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest05531.java | iammyr/Benchmark | gpl-2.0 | 1,822 | 57 | codeparrot/github-code |
5b34e5f0f3db9033697fb03e50f537355b75bbac392d2e4baaadae0105e8247e | # Sparse operator shifting a field in a given dimension.
#
# function S = sparse_shift(sz1,m,cyclic)
#
# Sparse operator shifting a field in the dimension m. The field is a
# "collapsed" matrix of the size sz1.
#
# Input:
# sz1: size of rhs
# m: dimension to shift
# cyclic: true if domain is cyclic along dimensio... | Julia | src/sparse_shift.jl | gher-ulg/divand.jl | gpl-2.0 | 1,605 | 65 | codeparrot/github-code |
5361d944d48e0df58d96b2d2aaf3c1a381ce9f659a610b0ec564a7a29dd258fd | <?php
/**
* File containing the eZContentObjectTranslation class.
*
* @copyright Copyright (C) 1999-2012 eZ Systems AS. All rights reserved.
* @license http://www.gnu.org/licenses/gpl-2.0.txt GNU General Public License v2
* @version 2012.5
* @package kernel
*/
/*!
\class eZContentObjectTranslation ezcontento... | PHP | kernel/classes/ezcontentobjecttranslation.php | pauletienney/siliconnexion | gpl-2.0 | 2,436 | 89 | codeparrot/github-code |
58a0aa201a26d1a6e802e2300597ef6a1461b81aca2f6c03417ad45195d1bcdb | /*
Copyright 2001-2015 John Wiseman G8BPQ
This file is part of LinBPQ/BPQ32.
LinBPQ/BPQ32 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.
... | C | pibits.c | g8bpq/LinBPQ | gpl-2.0 | 966 | 42 | codeparrot/github-code |
2af4f9c88f695eeb8a1535bd811c0892c85f5b8e834cec3a166619b27083495b | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Heatmaps</title>
<link href="css/styles.css" rel="stylesheet">
<link href="css/buttons.css" rel="stylesheet">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
... | HTML | map.html | MarshallSeid/teradatahackathon | gpl-2.0 | 8,765 | 213 | codeparrot/github-code |
c95a7f931eddb8a6937439dddac533ec82cc8c2572a20bc2dbf1642e299a0baf | {% extends "base.html" %}
{% block header %}
{% include "header.html" %}
{% endblock %}
{% block title %}Create Question Set- QEMS2{% endblock %}
{% block content %}
{% load static %}
<h3 class="page-header">Create Question Set</h3>
<form action="" method="post">
{% csrf_token %}
<div class="row">
{% f... | HTML | qems2/qsub/templates/create_question_set.html | grapesmoker/qems2 | gpl-2.0 | 2,577 | 80 | codeparrot/github-code |
025b51d786f9629997bd77c6cc0d727c6ef8f64f0411d6c16f2f1e82bc9b5e92 | #include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
#include <signal.h>
typedef struct {
long length;
unsigned char chars[1];
} string;
const string consts[256] = {
{1, (char)0}, {1, (char)1}, {1, (char)2},
{1, (char)3}, {1, (char)4}, {1, (char)5},
{1, (char)6}, {1, (char)7}, {1, (char)8},
{1, (char)9}, ... | C | src/runtime.c | adalessandro/tigercompiler | gpl-2.0 | 7,615 | 328 | codeparrot/github-code |
1f79d6cda5564fb26f483a229d12cf3f0759d53c2928525f2c24e5aa8a19732c | namespace Doppler
{
partial class SkipRetryMessageBox
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
//... | C# | gui/SkipRetryMessageBox.Designer.cs | FerranSalguero/Doppler | gpl-2.0 | 4,548 | 105 | codeparrot/github-code |
1b2fb9a5adf8c1c297cb390096f015b5d95a714856856b63e2d02be8c51b867e | /* bat_inffast.c -- fast decoding
* Mar. 25th. 2014
*/
#include "bat_zlz.h"
#include "bat_infextra.h"
#include "bat_inflate.h"
#include <stdio.h>
#ifndef ASMINF
/* Allow machine dependent optimization for post-increment or pre-increment.
Based on testing to date,
Pre-increment preferred for:
- PowerPC G3 (... | C | bat_inffast.c | superniaoren/Parallel-Deflate | gpl-2.0 | 12,626 | 347 | codeparrot/github-code |
6a01f01bb4a9ede63a99438158bb5065410f40d15e10cc7add5f0606a804a691 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#define COUNTER_TARGET (1000 * 1000 * 10)
size_t shared_counter = 0;
#define USE_AU_MUTEX
#ifdef USE_AU_MUTEX
#include <mutex.h>
mutex_t shared_counter_mutex;
#else
pthread_mutex_t shared_counter_mutex =
PTHREAD_MUTEX_INITIALIZER;
... | C | tasks/mutex/test/src/bench.c | fbocharov/au-linux-kernel-spring-2016 | gpl-2.0 | 1,963 | 84 | codeparrot/github-code |
a5157b9ad8d68b4771fbbc6a08d441a496227c9c247dfb4a6b134004c8686ea4 | #pragma once
// Copyright (C) 2014 Hykem <hykem@hotmail.com>
// Licensed under the terms of the GNU GPL, version 3
// http://www.gnu.org/licenses/gpl-3.0.txt
#include "../../Utilities/types.h"
#define MAX_PATH 4096
#include <stdlib.h>
#include "aes.h"
#include "sha1.h"
#include "lz.h"
#include "... | C | rpcs3/Crypto/utils.h | clienthax/rpcs3 | gpl-2.0 | 1,885 | 59 | codeparrot/github-code |
93e60d655357a143811d63a659fb16c7540227a8031aa6afc234ebbd0acb5f3b | /* Copyright (C) 2003 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; either version 2 of the License, or
(at your option) any later version.
This program is distributed in t... | C++ | ndb/src/old_files/client/odbc/executor/Executor.cpp | pieter/mysql-server | gpl-2.0 | 1,971 | 69 | codeparrot/github-code |
ae6d4ffe52c6f34a24d687bc9155da72a514835642dd1d948db4a88c070302f1 | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_LOGIN_DISPLAY_H_
#define CHROME_BROWSER_CHROMEOS_LOGIN_LOGIN_DISPLAY_H_
#pragma once
#include <string>
#include... | C | external/chromium/chrome/browser/chromeos/login/login_display.h | qtekfun/htcDesire820Kernel | gpl-2.0 | 2,622 | 122 | codeparrot/github-code |
6dd4bbc10151682efdac24c75fbe3d1c484a4d3552759029062ff2da55b70a08 | <?php
/**
* Regarding entity.
*
* @author Tim Gunter <tim@vanillaforums.com>
* @copyright 2009-2019 Vanilla Forums Inc.
* @license GPL-2.0-only
* @package Core
* @since 2.0
*/
/**
* Handles relating external actions to comments and discussions. Flagging, Praising, Reporting, etc.
*/
class Gdn_RegardingEntity... | PHP | library/core/class.regardingentity.php | vanilla/vanilla | gpl-2.0 | 12,770 | 457 | codeparrot/github-code |
b85718e1c54a7e62d4154adde9a514559f20f3704fe17343608695e8fa6c7c70 | /*
* Copyright (c) 2012 Intel Corporation. All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, ... | C | external/chromium_org/third_party/libva/va/va_enc_mpeg2.h | qtekfun/htcDesire820Kernel | gpl-2.0 | 4,929 | 169 | codeparrot/github-code |
b4270cf95e806a606859e954b4934cd95611ae855d680c67ff56640993bc16b2 | // Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library 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 ... | C++ | libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/2.cc | epicsdeb/rtems-gcc-newlib | gpl-2.0 | 2,296 | 89 | codeparrot/github-code |
976600fadcdf85005f505245fcf9c7af1bf6c6086652bfb3dbe770100eaca093 | <?php
defined('_JEXEC') or die('Restricted access');
jimport('joomla.form.formfield');
jimport('joomla.html.parameter');
require_once JPATH_COMPONENT_ADMINISTRATOR . '/helpers/images.php';
class JFormFieldAjax extends JFormField {
protected $type = 'ajax';
protected $saveDir;
private $imageTempSaveDir = ''... | PHP | administrator/components/com_bt_portfolio/models/fields/ajax.php | techspark/citybuilder | gpl-2.0 | 25,284 | 501 | codeparrot/github-code |
fa92d8f984075d0a6ba8163ccedceca976750915a04c43519c064881d625bbbb | /*
** 2003 January 11
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
*********************... | C | external/chromium_org/third_party/sqlite/src/src/auth.c | qtekfun/htcDesire820Kernel | gpl-2.0 | 4,014 | 159 | codeparrot/github-code |
86e9a3f085827eb0bee6db029562fe03d52c8114970cc30599a23c08111f103e | <div class="sticky-nav-wrapper nocontent">
<div class="sticky-nav-holder <?php echo (is_front_page() || is_home()) ? '' : 'show'; ?>"
data-hide-at-top="<?php echo (is_front_page() || is_home()) ? 'true' : 'false'; ?>">
<?php do_action( 'largo_before_sticky_nav_container' ); ?>
<div class="sticky-nav-container"... | PHP | partials/nav-sticky.php | uniteddiversity/Largo | gpl-2.0 | 4,903 | 131 | codeparrot/github-code |
02a02508b674328fc60718b0d63e936b64b6b8c84ea5f9a51a9968b93948270e | (function ($, root, undefined) {
$(function () {
'use strict';
// DOM ready, take it away
});
})(jQuery, this);
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
... | JavaScript | wp-content/themes/eliane_theme/js/scripts.js | leticiamatos/elianevelozo_wp | gpl-2.0 | 536 | 30 | codeparrot/github-code |
86a106f78cc992467b62a8cce65b8a942f9e33714e23095ded68cb8c240aa5ce | <!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... | HTML | doc/doxygen/html/d5/d39/afterdoc_8h_source.html | ibrohimislam/calculator-oop | gpl-2.0 | 8,874 | 123 | codeparrot/github-code |
aceb93bc7a71edc9575f504d4004c0722f08910ec2966fd63fef04edbfd9438f | //**************************
//Jason Laske
//Daniel Rogers
//CSC311 lab9
//Date Due: 4/24/2014
//Date Submitted: 4/24/2014
//**************************
#include <stdlib.h>
#include <stdio.h>
//FUNCTION PROTOTYPES
//**************************
//my_strlen
//*************************
int my_strlen(char s[]);
... | C | csc311ComputerOrganization/lab9/lab9.c | jlask2/education | gpl-2.0 | 3,805 | 178 | codeparrot/github-code |
6195610ff59067b12193364e066daea4be977b7e9d96eea68d0d4891db13c4d1 | /******************************************************************************
URBAN
Copyright (C) 1999 Thomas Nyberg and Jonas Borgström
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fo... | C++ | src/objects/grenade.cc | weinholt/urban | gpl-2.0 | 3,777 | 126 | codeparrot/github-code |
7e5979d389e97ed65c738894491c245e8647f164301d8fd2f24a2a32753587e1 | /***************************************************************************
* GumpTextEntry.cs
* -------------------
* begin : May 1, 2002
* copyright : (C) The RunUO Software Team
* email : info@runuo.com
... | C# | Server/Gumps/GumpTextEntry.cs | Argalep/ServUO | gpl-2.0 | 4,295 | 162 | codeparrot/github-code |
ef6ea3271d9a4bbe65f713dc28ab048e5cfb54d36f746f0e11822985fe91e19e | /* $Date: 2007/08/07 16:06:00 $
* $Revision: 1.1 $
*/
/** \mainpage BMA150 / SMB380 In Line Calibration
* Copyright (C) 2007 Bosch Sensortec GmbH
* \section intro_sec Introduction
* BMA150 / SMB380 3-axis digital Accelerometer In Line Calibration Process
* This software is compatible with all Bosch Sensorte... | C | drivers/sensor/accel/smb380calib.c | SK4G/android_kernel_samsung_sidekick4g | gpl-2.0 | 11,587 | 318 | codeparrot/github-code |
faf849521f99dcc28fb2465b0afc48a8abaa7827c0f6c0cda42e6cdd5ea7e3dd | // Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_NTP_BACKGROUND_UTIL_H_
#define CHROME_BROWSER_NTP_BACKGROUND_UTIL_H_
#pragma once
namespace gfx {
class Canvas;
class Rect;
}
... | C | external/chromium/chrome/browser/ntp_background_util.h | qtekfun/htcDesire820Kernel | gpl-2.0 | 604 | 33 | codeparrot/github-code |
13fc352a98e089ca2923fdb58414ac5740ada044857f93aad9ecf2b367592cfe | # coding: utf-8
from django.contrib.auth.decorators import login_required
from django.shortcuts import render
from django.shortcuts import render_to_response,redirect
from models import Article
from block.views import Demo
from django.contrib.auth.models import User
from django.template.context import RequestContext
f... | Python | article/views.py | soul-F/forumdemo | gpl-2.0 | 1,975 | 44 | codeparrot/github-code |
fd34611696ee43e73dc3903cee917ae124c1ff612e0f37c76c3343968b1c517b | /*
* Copyright (C) 2015 iychoi
*
* 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 program is distributed... | Java | src/kogiri/hadoop/common/cmdargs/CommandArgumentsBase.java | iychoi/kogiri | gpl-2.0 | 2,667 | 86 | codeparrot/github-code |
250aeda264b7a05e2817d72fc29ba5f41ba7fa94802ed491ceaa78ada80d5f6e | /*
* soc-dapm.c -- ALSA SoC Dynamic Audio Power Management
*
* Copyright 2005 Wolfson Microelectronics PLC.
* Author: Liam Girdwood <lrg@slimlogic.co.uk>
*
* 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 | sound/soc/soc-dapm.c | venkatkamesh/android_kernel_sonyz_msm8974 | gpl-2.0 | 87,870 | 3,432 | codeparrot/github-code |
0242c609e0da2c80871f9d847b0642407fa90a7ea0aa80411f70535041411325 | // Include library
var blessed = require('blessed');
var Q = require('q');
var extend = require('node.extend');
var getDSN = require('./dsn/getDSN.js');
module.exports = function() {
var myObject = {};
return Q.Promise(function(resolve, reject, notify) {
Q.all([
getDSN.config()
.then(function(confi... | JavaScript | lib/liveData.js | mepholic/dsnview | gpl-2.0 | 682 | 31 | codeparrot/github-code |
6a9d4d8ce14cd7b5417d2fa8a57b3760f413ee15b22781a9b0c0332eb97987dd | /*
* Copyright (c) 2007 Cyrille Berger <cberger@cberger.net>
*
* 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; version 2.1 of the License.
*
* This library is distributed in t... | C++ | krita/plugins/formats/ora/ora_import.cc | TheTypoMaster/calligra | gpl-2.0 | 2,943 | 100 | codeparrot/github-code |
faac9726d8a2dfb39ee6ac1465c5bad433d7bfb12188c1ad688a1d524f32c1b4 | /*
* IdeaVim - Vim emulator for IDEs based on the IntelliJ platform
* Copyright (C) 2003-2019 The IdeaVim authors
*
* 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 ... | Java | src/com/maddyhome/idea/vim/action/motion/scroll/MotionScrollLastScreenColumnAction.java | dhleong/ideavim | gpl-2.0 | 2,017 | 65 | codeparrot/github-code |
a858ab8d84d3bf757044a5b9751243271c8241b240e4e575bc9fe33abb951662 | /*
* AMD 10Gb Ethernet driver
*
* This file is available to you under your choice of the following two
* licenses:
*
* License 1: GPLv2
*
* Copyright (c) 2014 Advanced Micro Devices, Inc.
*
* This file is free software; you may copy, redistribute and/or modify
* it under the terms of the GNU General Public L... | C | drivers/net/ethernet/amd/xgbe/xgbe-drv.c | uarka/linux-next | gpl-2.0 | 48,370 | 1,742 | codeparrot/github-code |
c70d4509d2be2e4e05dc22be16f97a9b15c26a752f61a5a85b96234888c982ce | //OpenSCADA system module DAQ.FT3 file: PAUK.cpp
/***************************************************************************
* Copyright (C) 2011-2016 by Maxim Kochetkov *
* fido_max@inbox.ru *
* ... | C++ | src/moduls/daq/FT3/PAUK.cpp | fidomax/openscada | gpl-2.0 | 6,580 | 231 | codeparrot/github-code |
ffddab8984640196bcee39e7a3d39b8eb1dc9e144e0767322f49aadf781ee1a9 | <?php
/**
* This file contains the code that displays the course navigation admin.
*
* @since 2.1.0
*
* @package LearnDash\Course
*/
?>
<?php
global $pagenow;
if (( isset( $course_id ) ) && ( !empty( $course_id ) )) {
// Normally this will be called on a Course/Lesson/Topic/Quiz admin page or front-end wher... | PHP | learndash/course_navigation_admin.php | robertparkerx/Union | gpl-2.0 | 13,286 | 277 | codeparrot/github-code |
f7d9b6488073987ce104737f84f3348638c293d21c709341256eb3bfdce31d70 | /* -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
*
* Copyright (C) 2009 Sun Microsystems, 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... | C++ | drizzled/statement/create_table/select.cc | miurahr/drizzle | gpl-2.0 | 1,413 | 56 | codeparrot/github-code |
3e8ff0098c5bdb13de9cc41d41d8673e10f3ee5c1c902193065d51f08fb711db | from roads import Roads
import csv
import qlearningAgents
def main(TimeToSimulate,TStep):
wrtFile1= open("road1.csv",'w')
wrtFile2= open("road2.csv",'w')
#specsFile1 = open("road1_specs.csv",'rb')
#specsFile2 = open("road2_specs.csv",'rb')
roads = Roads([[wrtFile1,TStep,500,"road1_specs.csv","Red"... | Python | TrafficModel/main.py | the-archer/ai-project | gpl-2.0 | 1,779 | 60 | codeparrot/github-code |
38d4a90c85c3b9cde1151c0dfd585479d08b9aea8ed1849e6bb755b5f0e9b976 | /*
*
* Copyright 2018 FJN Corp.
*
* 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 law or ag... | Java | commons/src/test/java/com/fjn/jdk/thread_concurrent/threadsafe/atom/AtomTest.java | f1194361820/helper | gpl-2.0 | 1,174 | 41 | codeparrot/github-code |
cd76c816582b3338356dc6fcbf88d58583dd7fb577a29c9ed5185acfe315f3d9 | <?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license a... | PHP | library/Zend/Gdata/App/Extension/Person.php | redeanisioteixeira/aew_github | gpl-2.0 | 4,474 | 164 | codeparrot/github-code |
bd0238e8216ac64100294a8105dbac340b61011763fe67455d3f79a70d2e89e0 | #ifndef lwip_interface_h
#define lwip_interface_h
#include "util.h"
#include <lwip/ip_addr.h>
#include <stdint.h>
#include <stdbool.h>
struct _lwip_if_socket_t;
typedef void (*callback_data_received_fn_t)(struct _lwip_if_socket_t *, unsigned int);
typedef struct _lwip_if_socket_t
{
struct
{
void *pcb;
void ... | C | lwip-interface.h | eriksl/esp8266-universal-io-bridge | gpl-2.0 | 1,604 | 69 | codeparrot/github-code |
8e124d57a35374c7106a7fef552bc453477d1789137c71fb842c95127191f9d8 | #include <cstdio>
#include <cstring>
#include <cmath>
#include <cstring>
using namespace std;
#define FOR(i,a,n) for(i=a;i<=n;++i)
#define CC(i) memset(i,0,sizeof(i))
#define max(a,b) ((a)>(b)?(a):(b))
#define min(a,b) ((a)<(b)?(a):(b))
const int maxn=3000, oo=1000000000;
int f[maxn][maxn];
char str1[maxn], str2[maxn]... | C++ | tyvj/1046.cpp | iwtwiioi/OnlineJudge | gpl-2.0 | 704 | 31 | codeparrot/github-code |
89e4224b0d49c7d8274c9c086806daf0de4d0b36fd076da7906f12ed2bf077c9 | #!/usr/bin/python
import os
import psycopg2
import sys
file = open("/home/" + os.getlogin() + "/.pgpass", "r")
pgpasses = []
for line in file:
pgpasses.append(line.rstrip("\n").split(":"))
file.close()
for pgpass in pgpasses:
#print str(pgpass)
if pgpass[0] == "54.236.235.110" and pgpass[3] == "geonode":
sr... | Python | migrate_base_topiccategory.py | DOE-NEPA/geonode_2.0_to_2.4_migration | gpl-2.0 | 1,677 | 66 | codeparrot/github-code |
dfee6a2ccda4abff1aecd3dd64f693b48a8486d587fd288b3e49a96757fc87c8 | /*
* linux/fs/proc/base.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* proc base directory handling functions
*
* 1999, Al Viro. Rewritten. Now it covers the whole per-process part.
* Instead of using magical inumbers to determine the kind of object
* we allocate and fill in-core inodes upon lookup. T... | C | fs/proc/base.c | losfair/MiracleKernel | gpl-2.0 | 82,218 | 3,412 | codeparrot/github-code |
eb669a6e20859501447e47d2e3dfd92c34b9c5830a76792b9347bff67cd02003 | /*
* Implement the manual drop-all-pagecache function
*/
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/fs.h>
#include <linux/writeback.h>
#include <linux/sysctl.h>
#include <linux/gfp.h>
#include <linux/fb.h>
#include <linux/delay.h>
#include "internal.h"
/* A global variable is a bit ugly, but it... | C | fs/drop_caches.c | Hacker432-Y550/android_kernel_huawei_msm8916 | gpl-2.0 | 2,582 | 113 | codeparrot/github-code |
331a6c29b49f5a400f0747871c9472580e546cc7d36fcc46d797acbb3574b168 | <?php
namespace DevShop\Component\GitSplit;
/**
* Splitter offers a command to split a git repository into multiple sub repositories using the splitsh script.
*
* @author Jon Pugh <jon@thinkdrop.net>
*/
class Splitter {
const SPLITSH_NAME = 'splitsh-lite';
const SPLITSH_URL = 'https://github.com/splitsh/lite... | PHP | src/DevShop/Component/GitSplit/Splitter.php | opendevshop/devshop | gpl-2.0 | 4,120 | 129 | codeparrot/github-code |
478a961babeead71a3b963291f7c339c3ba0bac294ac88a251983469a07d64ca | !(function (e) {
"use strict";
function t(e) {
if (Array.isArray(e)) {
for (var t = 0, i = Array(e.length); t < e.length; t++) i[t] = e[t];
return i;
}
return Array.from(e);
}
function i(e, t) {
if (!e) throw new ReferenceError("this hasn't been in... | JavaScript | htdocs/jquery/canvas-gauges-master/gauge.js | horchi/linux-p4d | gpl-2.0 | 86,436 | 1,833 | codeparrot/github-code |
708c690d139de68b178d917c7f75d53b25b0f17efd2b0acbedb1fa63584aa427 | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <CL/cl.h>
unsigned char *read_buffer(char *file_name, size_t *size_ptr)
{
FILE *f;
unsigned char *buf;
size_t size;
/* Open file */
f = fopen(file_name, "rb");
if (!f)
return NULL;
/* ... | C | test/operator/multiply_uint8uint8/multiply_uint8uint8_bin.c | xianggong/m2c_unit_test | gpl-2.0 | 11,352 | 354 | codeparrot/github-code |
2209af9c355949b49fa0eabae2023e0154d2bbad33c9cc225b3d889e77eb8eed | <?php
/**
* The template for displaying comments
*
* This is the template that displays the area of the page that contains both the current comments
* and the comment form.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package _s
*/
/*
* If the current post is protected by a password and
* t... | PHP | comments.php | Fitbrand/pixformance | gpl-2.0 | 1,840 | 73 | codeparrot/github-code |
c42a55d8052a5a8fbe7e1d31f51fec7424ed13502ad1d0a4e8fcf62784bb8cba | /*
manobjlist.c
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
* Part of: SExtractor
*
* Author: E.BERTIN (IAP)
*
* Contents: functions for the management of object lists.
*
* Last modify: 26/11/2003
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%... | C | src/manobjlist.c | sfabbro/libsextractor | gpl-2.0 | 2,630 | 114 | codeparrot/github-code |
ec8a05dfa5a680148375b8aba80c1a543d853281c5ae8119efc7cb8ed0fadf83 | <?php
/**
* ---------------------------------------------------------------------
* GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2015-2020 Teclib' and contributors.
*
* http://glpi-project.org
*
* based on GLPI - Gestionnaire Libre de Parc Informatique
* Copyright (C) 2003-2014 by the INDEPNET... | PHP | front/rssfeed.form.php | edgardmessias/glpi | gpl-2.0 | 3,872 | 124 | codeparrot/github-code |
87a73c8e280d4fb14752ce5cf79e4f6bbf8376eafd6c740b038c574b3d6a74b1 | /*
* SCCP management code
*
* (C) 2009, 2010, 2013 by Holger Hans Peter Freyther <zecke@selfish.org>
* (C) 2009, 2010, 2013 by On-Waves
*
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the ... | C | src/sccp.c | NetworkRADIUS/libosmo-sccp | gpl-2.0 | 41,468 | 1,545 | codeparrot/github-code |
a036750456946a84c5af2e6ce62edc54cf8175e62d81dcd58f4f9c88f1c87123 | --ジャブィアント・パンダ
function c36539330.initial_effect(c)
--special summon
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_SPSUMMON_PROC)
e1:SetProperty(EFFECT_FLAG_UNCOPYABLE)
e1:SetRange(LOCATION_HAND)
e1:SetCountLimit(1,36539330+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(c36539330.spcon... | Lua | c36539330.lua | Fluorohydride/ygopro-scripts | gpl-2.0 | 1,902 | 54 | codeparrot/github-code |
c21869b29c5d2202df6c045aa9536a9d7cfa0982ba5738d48e13e4815d96531b | <?php
/**
* @package RSMembership!
* @copyright (C) 2014 www.rsjoomla.com
* @license GPL, http://www.gnu.org/licenses/gpl-2.0.html
*/
defined('_JEXEC') or die('Restricted access');
class RSFilterBar
{
// show the search (filter)
public $search = null;
// show additional items located in the right
pu... | PHP | administrator/components/com_rsmembership/helpers/adapters/2.5/filterbar.php | JozefAB/qk | gpl-2.0 | 1,460 | 49 | codeparrot/github-code |
8b2705393415323185c81a5e0429a6a00d454461e9a28d55b471d894f9ff78fc | //* ----------- include paths ---------- *//
// //
//* ------------------------------------ *//
#include <pebble.h>
#include "mini-printf.h"
//* -------- general definitions ------- *//
// //
//* ------------------------------------ *//
#def... | C | src/main.h | dresber/scba_tracker | gpl-2.0 | 4,039 | 129 | codeparrot/github-code |
405b31297a35fc85b61e8c2c31de5a4722b4dcaf2a67713e0f362c2e6cf34540 | /*
* (C) 2005 Penn State University
* (C) 1995-2001 Clemson University and Argonne National Laboratory.
*
* See LIBRARY_COPYING in top-level directory.
*/
#include <capfs-header.h>
#include <lib.h>
#include <unistd.h>
#include <string.h>
#include <errno.h>
#include <sockio.h>
#include <stdlib.h>
#include <capfs_co... | C | lib/iodcomm.c | mnv104/capfs | gpl-2.0 | 11,640 | 473 | codeparrot/github-code |
da52829a1418dc94e77157da2e28bed863d23b2fee6fbb1a381b74fbc0c9faf8 | /*
* linux/drivers/mmc/core/core.c
*
* Copyright (C) 2003-2004 Russell King, All Rights Reserved.
* SD support Copyright (C) 2004 Ian Molton, All Rights Reserved.
* Copyright (C) 2005-2008 Pierre Ossman, All Rights Reserved.
* MMCv4 support Copyright (C) 2006 Philip Langdale, All Rights Reserved.
*
* This ... | C | drivers/mmc/core/core.c | Pablito2020/alps_kernel_bq_krillin | gpl-2.0 | 83,888 | 3,338 | codeparrot/github-code |
7caf35c7d057358517868bd6a933e5e2c1cb7a05b9b74d4acd9a3d342383ab26 | <?
/*
WebChat2.0 Copyright (C) 2006-2007, Chris Chabot <chabotc@xs4all.nl>
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.
Thi... | PHP | httpServer.php | zifnab06/webchat | gpl-2.0 | 8,642 | 238 | codeparrot/github-code |
b1c3d67ee86998d7259ea8a4ea3c57a6c6139332b0d73843a1b2562fd1a8bcb5 | /*
* Licensed to the University Corporation for Advanced Internet Development,
* Inc. (UCAID) under one or more contributor license agreements. See the
* NOTICE file distributed with this work for additional information regarding
* copyright ownership. The UCAID licenses this file to You under the Apache
* Lic... | Java | 3rdParty_sources/opensaml/org/opensaml/samlext/samlec/impl/GeneratedKeyMarshaller.java | lamsfoundation/lams | gpl-2.0 | 1,957 | 50 | codeparrot/github-code |
97abb348f73310f17e2f159cb66258ff567841c21058f4d80ea14492bc1bb52b | package terminator.terminal;
import java.awt.Dimension;
import java.io.*;
import java.util.*;
import java.util.concurrent.*;
import terminator.model.*;
import terminator.terminal.actions.*;
import terminator.terminal.pty.*;
import terminator.terminal.states.*;
import terminator.util.*;
/**
* Ties together the subpr... | Java | src/terminator/terminal/TerminalControl.java | now/screenterm | gpl-2.0 | 6,051 | 203 | codeparrot/github-code |
5f0ccf1e124e9dd5449cf4e26da3d2cef9969cf36061b36c3cfb59ab402567ea | //-----------------------------------------------------------------------------
// File: Qualifier.cpp
//-----------------------------------------------------------------------------
// Project: Kactus 2
// Author: Esko Pekkarinen
// Date: 11.08.2015
//
// Description:
// Implementation for ipxact:qualifier gro... | C++ | IPXACTmodels/common/Qualifier.cpp | kactus2/kactus2dev | gpl-2.0 | 3,813 | 112 | codeparrot/github-code |
0fa5f93e24c079730d54b73f2238206684ba4b456b57b901379f1966a875258c | #region MIT License
/*
* Copyright (c) 2005-2007 Jonathan Mark Porter. http://physics2d.googlepages.com/
*
* 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, i... | C# | Old/First prototype/PhysicsEngine/AdvanceMath/MatrixHelper.cs | nesherhh/MultiTouchVista | gpl-2.0 | 4,203 | 107 | codeparrot/github-code |
1bc03ffdcc0a1f1625733370db63d0c2746adacd40a2a72870fbd3cba58b8c2f | <?php
/**
* @version 1.0.0
* @package com_somosmaestros
* @copyright Copyright (C) 2015. Todos los derechos reservados.
* @license Licencia Pública General GNU versión 2 o posterior. Consulte LICENSE.txt
* @author Daniel Gustavo Álvarez Gaitán <info@danielalvarez.com.co> - http://danielalvarez.... | PHP | components/com_somosmaestros/models/comentariosblogs.php | emeraldstudio/somosmaestros | gpl-2.0 | 8,127 | 320 | codeparrot/github-code |
ebac1a45fc1c1958d343bf9adcfebcf883d6404c679346337ee8493eacd9df60 | # -*- coding: utf-8 -*-
"""
RED Plugin
Copyright (C) 2014 Ishraq Ibne Ashraf <ishraq@tinkerforge.com>
Copyright (C) 2014 Olaf Lüke <olaf@tinkerforge.com>
Copyright (C) 2014-2015 Matthias Bolte <matthias@tinkerforge.com>
red_tab_settings_brickd.py: RED settings brickd tab implementation
This program is free software; ... | Python | src/brickv/plugin_system/plugins/red/red_tab_settings_brickd.py | Tinkerforge/brickv | gpl-2.0 | 14,058 | 311 | codeparrot/github-code |
0e0412783511699d3d10b61dc5c57d6e3949e44c1637c811a86346226d0bfe55 | <?php
/**
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Qenta\CheckoutPage\Model\App\Config;
use Magento\Framework\App\ObjectManager;
use Magento\Framework\App\RequestInterface;
/**
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @deprecated
... | PHP | Model/App/Config/ScopePool.php | wirecard/magento2-wcp | gpl-2.0 | 4,582 | 169 | codeparrot/github-code |
4dec7a449f53f6a1c00ffc6d7b2d2f46b33689a61a1f5f7c006ba1dda51fc912 | <!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 profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>... | PHP | header.php | elia/wood-is-good-lb | gpl-2.0 | 3,090 | 83 | codeparrot/github-code |
0c01b9628d951c725c5aa5480284903da1cafeaee4e7fbd83d2816576b70ca6a | <?php
/**
* @package Sven.Bluege
* @subpackage com_eventgallery
*
* @copyright Copyright (C) 2005 - 2013 Sven Bluege All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
jimport('joomla.application.categories');
if (!function_exi... | PHP | components/com_eventgallery/router.php | Cide424/cidewebpage | gpl-2.0 | 3,076 | 137 | codeparrot/github-code |
0866f5a376a6ecbf3e60f40a82c7df040c614c016d2dd920bd1241335006d0a2 | <?php
/**
* Plugin Name: Redrambles' Custom Post Types and Taxonomies
* Description: A simple plugin that adds custom post types and taxonomies
* Version: 0.1
* Author: Ann Cascarano
* License: GPL2
* */
/* Copyright 2014 Ann Cascarano
This program is free software; you can redistribute it and/or modify
it... | PHP | wp-content/plugins/posttypes.php | redrambles/simone-boosted | gpl-2.0 | 8,017 | 213 | codeparrot/github-code |
cc0e0b93423d406c1c93c2efb00ebc56a31849fff7e3b0ec81a018c73c9bf1c2 | <?php
/**
* Mind Body
*
* @package mind-body
* @author C.J.Churchill <churchill.c.j@gmail.com>
* @license GPL-2.0+
* @link http://accruemarketing.com/
* @copyright 4-29-2014 Accrue
*/
/**
* Mind Body class.
*
* @package MindBody
* @author C.J.Churchill <churchill.c.j@gmail.com>
*/
class MindB... | PHP | wp-content/plugins/mindbody/MindBody.php | accruemarketing/DanceEnergy | gpl-2.0 | 18,560 | 583 | codeparrot/github-code |
8b34840412108ebd00a3ea03055ad85c9762f2ece2abcbd3268970ca0afd50d4 | package nl.helixsoft.graph;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class NetworkImpl implements Network
{
private Map<String, NodeImpl> nodes = new HashMap<String, NodeImpl>... | Java | helixsoft-commons/nl.helixsoft.graph/src/nl/helixsoft/graph/NetworkImpl.java | christopher-johnson/cyto-rdf | gpl-2.0 | 2,415 | 119 | codeparrot/github-code |
b60beff9cc3c5d7bdebd1008b4837041148a53cfb05e597452f44d6b881c0da3 | using System;
using System.Collections.Generic;
using System.Linq;
using SenseNet.ContentRepository.Storage.Search;
using SenseNet.ContentRepository.Storage.Security;
using SenseNet.ContentRepository.Storage.Data;
namespace SenseNet.ContentRepository.Storage
{
public class NodeEnumerator : IEnumerable<Node>, IEnu... | C# | Source/SenseNet/Storage/NodeEnumerator.cs | vlslavik/SenseNet | gpl-2.0 | 7,974 | 245 | codeparrot/github-code |
d19821ad75c5e788d9812218b1cd08f25da36eafd1355412396a7d55a25bf486 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Õ©½ð»¨</title>
<meta name="keywords" content="Õ©½ð»¨" />
<meta name="description" content="Õ©½ð»¨ Õâ¸öÃû×Ö... | HTML | wulu/2015.11.23/qipai/qipailei/510.html | bylu/Test | gpl-2.0 | 12,925 | 254 | codeparrot/github-code |
f26aeadd270f98b3475c0cda3f23102a4b1f3f61efd83ad870aeb59dbd8c513f | <?php
/* core/themes/classy/templates/block/block.html.twig */
class __TwigTemplate_4c2b4c216a7d3c23727b14f7b04c3b927a6b17ad547376ac19a81e6c213383ff extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->bl... | PHP | sites/default/files/php/twig/1#4c#2b#4c216a7d3c23727b14f7b04c3b927a6b17ad547376ac19a81e6c213383ff/309eeda181f87d322c85f65641ba84501555fc7cce148a02fce2f6d6162c07b2.php | Dragonpurse/drupal8migrate | gpl-2.0 | 2,893 | 78 | codeparrot/github-code |
1917be65480f7964f17d147a22256139491cc0ccba5bb126ca827d88a41f5b3e | /*
* Stellarium
* Copyright (C) 2012 Ferdinand Majerech
*
* 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.
*
* T... | C++ | src/core/renderer/StelQGL2Renderer.hpp | nabychan/stellarium | gpl-2.0 | 20,018 | 617 | codeparrot/github-code |
14cece121c9798b3cbc6c9f87d148b17f90a854bb9a558f0bc53162e987914fa | /*
* linux/kernel/fork.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* 'fork.c' contains the help-routines for the 'fork' system call
* (see also entry.S and others).
* Fork is rather simple, once you get the hang of it, but the memory
* management can be a bitch. See 'mm/memory.c': 'copy_page_range(... | C | kernel/fork.c | dekkyy1/onex_3.1.10_miui_kernel | gpl-2.0 | 44,549 | 1,818 | codeparrot/github-code |
254a814860c5e9f6bdc27e44dedd0f9f1a84f5b6e7a9a791e8475f6fe0953765 | <?php
/**
* @version $Id: installer.class.php 5033 2006-09-14 01:22:50Z pasamio $
* @package Joomla
* @subpackage Installer
* @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 m... | PHP | administrator/components/com_installer/installer.class.php | jpatriciogarcia/movistaropen | gpl-2.0 | 15,035 | 506 | codeparrot/github-code |
0a800df0d00de0089595dd4421e7b14d2811010d427d767cd7abd4e2cda9723d | //ShipLog - WarRoom
//Put together by dots_tb
//Created for Kancolle Kai Vita translation and dev team (expecially you senpai ~<3)
//Special thanks to Team_Molecule for Taihen (special thanks to xyz)
//thanks to xerpi for being underrated (and logging functions/netdebug), frangarcj for oclock
//Freakler for comm... | C | config_app/main.c | dots-tb/ShipLog | gpl-2.0 | 3,920 | 181 | codeparrot/github-code |
18525585eadc21f5ec42ab2e9d674805e4f8af580c1a2aa535f9fbe1233e83df | # encoding: utf-8
# ------------------------------------------------------------------------------
# Copyright (c) 2006 Novell, Inc. 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
# ... | Ruby | src/clients/audit-laf_proposal.rb | yast/yast-audit-laf | gpl-2.0 | 3,493 | 110 | codeparrot/github-code |
0446ff8b5c155aa54401ee8144ca4d480dc6f023ed285c35aeaa704923226f2c | import traceback, socket, os, time, smtplib, re, sys, getpass, logging
try:
import autotest.common as common
except ImportError:
import common
from autotest_lib.client.common_lib import global_config
CONFIG_SECTION = 'SCHEDULER'
CONFIG_SECTION_SMTP = 'SERVER'
class EmailNotificationManager(object):
def _... | Python | scheduler/email_manager.py | libvirt/autotest | gpl-2.0 | 3,273 | 92 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.