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 |
|---|---|---|---|---|---|
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>lastfm.safelist</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<scri... | rishirajsinghjhelumi/Entity-Mining | assets/python-lastfm-master/docs/lastfm.safelist-module.html | HTML | gpl-2.0 | 6,582 |
<!doctype html>
<html class="theme-next mist use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" /... | micorochio/micorochio.github.io | tags/mysql/index.html | HTML | gpl-2.0 | 17,133 |
from fabric.api import local
def html():
local('hovercraft -t ./sixfeetup_hovercraft formation_flask.rst ./build/')
| domofwk/domofwk-docs | source/formations/flask/fabfile.py | Python | gpl-2.0 | 122 |
#!runghc
import Data.List
main = interact (unlines.map unwords.groupBy f.words.filter (/='\0')) where
f "0xff" _ = False
f _ _ = True
| ducis/multitouch-visualizer | linebreaker.hs | Haskell | gpl-2.0 | 136 |
#
# Copyright (C) 2010-2015 Jo-Philipp Wich <jo@mein.io>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git
PKG_SOURCE_DAT... | ptpt52/openwrt-openwrt | package/network/services/uhttpd/Makefile | Makefile | gpl-2.0 | 2,951 |
<?php
namespace Alex\Bundle\MNCBundle\DependencyInjection;
use Symfony\Component\Config\Definition\Builder\TreeBuilder;
use Symfony\Component\Config\Definition\ConfigurationInterface;
/**
* This is the class that validates and merges configuration from your app/config files
*
* To learn more see {@link http://sym... | baquiax/AlexMNCBundle | Symfony/src/Alex/Bundle/MNCBundle/DependencyInjection/Configuration.php | PHP | gpl-2.0 | 878 |
/**
*
*/
package co.innovate.rentavoz.services.ciudad;
import java.util.List;
import co.innovate.rentavoz.model.Ciudad;
import co.innovate.rentavoz.model.Departamento;
import co.innovate.rentavoz.services.GenericService;
/**
* @author <a href="mailto:elmerdiazlazo@gmail.com">Elmer Jose Diaz Lazo</a>
* @project ... | kaisenlean/rentavoz3 | src/main/java/co/innovate/rentavoz/services/ciudad/CiudadService.java | Java | gpl-2.0 | 887 |
/*
* Copyright (c) 2005-2014 Brocade Communications Systems, Inc.
* Copyright (c) 2014- QLogic Corporation.
* All rights reserved
* www.qlogic.com
*
* Linux driver for QLogic BR-series Fibre Channel Host Bus Adapter.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms ... | linux-scraping/linux-grsecurity | drivers/scsi/bfa/bfa_fcpim.h | C | gpl-2.0 | 14,648 |
(function (root, factory) {
if (root === undefined && window !== undefined) root = window;
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module unless amdModuleId is set
define('wavesurfer', [], function () {
return (root['WaveSurfer'] = factory());
});
} els... | NaturalHistoryMuseum/scratchpads2 | sites/all/libraries/wavesurfer/dist/wavesurfer.js | JavaScript | gpl-2.0 | 86,080 |
/*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* (C) 2001 Dirk Mueller (mueller@kde.org)
* Copyright (C) 2004, 2005, 2006, 2007 Apple Inc. All rights reserved.
* (C) 2006 Alexey Proskuryakov (ap@nypop.com)
*
* This library is free sof... | 166MMX/openjdk.java.net-openjfx-8u40-rt | modules/web/src/main/native/Source/WebCore/html/FormAssociatedElement.cpp | C++ | gpl-2.0 | 8,934 |
package de.konqi.fitapi.common.importer;
import java.io.IOException;
import java.io.InputStream;
/**
* Created by konqi on 08.05.2016.
*/
public interface Importer {
void importFromStream(String userEmail, InputStream is) throws IOException;
}
| konqi/fit-precinct | src/main/java/de/konqi/fitapi/common/importer/Importer.java | Java | gpl-2.0 | 252 |
/*
* Copyright 2005 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 Foundati... | TheTypoMaster/Scaper | openjdk/jdk/test/javax/management/modelmbean/UnserializableTargetObjectTest.java | Java | gpl-2.0 | 7,371 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright (C) 2016 Zomboided
#
# 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)... | Zomboided/VPN-Manager | managefiles.py | Python | gpl-2.0 | 11,679 |
/*-------------------------------------------------------------------------
*
* libpq-fe.h
* This file contains definitions for structures and
* externs for functions used by frontend postgres applications.
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
* Portions Copyright (c) 199... | gestiweb/eneboo | src/libpq/libpq-fe.h | C | gpl-2.0 | 17,499 |
<?php
/**
* @package Joomla.Test
*
* @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
/**
* Abstract test case class for unit testing.
*
* @package Joomla.Test
* @since 12.1
*/
abstract clas... | eBaySF/joomla-platform | tests/core/case/case.php | PHP | gpl-2.0 | 11,289 |
package nl.HAN.ASD.APP.dataStructures;
import com.google.gag.annotation.disclaimer.WrittenWhile;
import java.util.*;
/**
* Created by Pim van Gurp, 9/9/2015.
*/
@SuppressWarnings({"NullableProblems", "ConstantConditions"})
public class MyArrayList<T> implements List<T>, Iterable<T> {
/**
* Amount of eleme... | PimvanGurp/advanced-java | src/nl/HAN/ASD/APP/dataStructures/MyArrayList.java | Java | gpl-2.0 | 6,537 |
/**
* Copyright 2007 Wei-ju Wu
*
* This file is part of TinyUML.
*
* TinyUML 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.
*... | proyectos-fiuba-romera/nilledom | src/test/java/test/mdauml/umldraw/shared/NoteElementTest.java | Java | gpl-2.0 | 2,826 |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\Downloadable\Test\Unit\Block\Adminhtml\Catalog\Product\Edit\Tab\Downloadable;
/**
* Class LinksTest
*
* @package Magento\Downloadable\Test\Unit\Block\Adminhtml\Catalog\Product\Edit\Tab\Downloada... | kunj1988/Magento2 | app/code/Magento/Downloadable/Test/Unit/Block/Adminhtml/Catalog/Product/Edit/Tab/Downloadable/LinksTest.php | PHP | gpl-2.0 | 7,483 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>MaSIS — <?php print $this->page_title ?></titl... | figure002/masis | pages/login.php | PHP | gpl-2.0 | 618 |
<?php
/**
* 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; under version 2
* of the License (non-upgradable).
*
* This program is distributed in the hope that it will be useful,
* but WITH... | hutnikau/qti-sdk | src/qtism/data/AssessmentTest.php | PHP | gpl-2.0 | 13,538 |
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using Uduino;
public class MegaReadWrite : MonoBehaviour {
// Be sure to select Arduino MEGA as board type
// If your board is not detected, increase Discover delay to 1.5s or more.
int pin14;
int digitalPin42;
void ... | BeAnotherLab/The-Machine-to-be-Another-Unity | Assets/Uduino/Examples/Advanced/Arduino Mega/MegaReadWrite.cs | C# | gpl-2.0 | 1,806 |
/*
* This file is part of MetaTheme.
* Copyright (c) 2004 Martin Dvorak <jezek2@advel.cz>
*
* MetaTheme 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 opt... | Icenowy/metatheme | toolkits/java/metatheme/MetaThemeMenuItemUI.java | Java | gpl-2.0 | 6,011 |
/*
Copyright (C) 2003 - 2016 by David White <dave@whitevine.net>
Part of the Battle for Wesnoth Project http://www.wesnoth.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 v... | Dugy/wesnoth-names | src/leader_scroll_dialog.cpp | C++ | gpl-2.0 | 9,320 |
/** \file
* SVG <feSpecularLighting> implementation.
*
*/
/*
* Authors:
* hugo Rodrigues <haa.rodrigues@gmail.com>
* Jean-Rene Reinhard <jr@komite.net>
* Abhishek Sharma
*
* Copyright (C) 2006 Hugo Rodrigues
* 2007 authors
*
* Released under GNU GPL, read the file 'COPYING' for more info... | danieljabailey/inkscape_experiments | src/filters/specularlighting.cpp | C++ | gpl-2.0 | 11,839 |
/*
* Epson Blizzard LCD controller driver
*
* Copyright (C) 2004-2005 Nokia Corporation
* Authors: Juha Yrjola <juha.yrjola@nokia.com>
* Imre Deak <imre.deak@nokia.com>
* YUV support: Jussi Laako <jussi.laako@nokia.com>
*
* This program is free software; you can redistribute it and/or modify... | umeshkrishnan/pb-bugbase-kernel | drivers/video/omap/blizzard.c | C | gpl-2.0 | 43,420 |
Netspoc
=======
A network security policy compiler.
Netspoc is free software to manage all the packet filter devices inside your network topology. Filter rules for each device are generated from one central ruleset, using a description of your network topology.
- Supports Cisco and Linux devices
- Chains for ipta... | kaiwinter/Netspoc | README.md | Markdown | gpl-2.0 | 1,551 |
<h1>Usage</h1>
<h2>Programming</h2>
<h3>Batch mode</h3>
<p>To run with a pre-prepared script, use input redirection at the shell, for example:</p>
<pre>./a.out < scripts/single.tdpw</pre>
<h3>Interactive mode</h3>
<p>Launch the program with <code>./a.out</code> and you will be presented with a prompt. Here you can... | irl/tdpw | docs/usage.html | HTML | gpl-2.0 | 535 |
/*
*
* $Id: pvrusb2-tuner.c,v 1.1.1.1 2010/03/11 21:07:26 kris Exp $
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
* Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as p... | fgoncalves/Modified-TS7500-Kernel | drivers/media/video/pvrusb2/pvrusb2-tuner.c | C | gpl-2.0 | 3,287 |
<?php //include_once "inc/header.php"; ?>
<!-- Content top
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="content">
<div class="container">
<div class="row">
<div class="twelve columns"><!-- Top info -->
<div class="infotop">
<p>Deftly tailored f... | kris120197/sklad | application/views/shop/template/b002.php | PHP | gpl-2.0 | 25,990 |
/*
* Copyright (C) 2011-2021 Project SkyFire <https://www.projectskyfire.org/>
* Copyright (C) 2008-2021 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2021 MaNGOS <https://www.getmangos.eu/>
* Copyright (C) 2006-2014 ScriptDev2 <https://github.com/scriptdev2/scriptdev2/>
*
* This program is free ... | ProjectSkyfire/SkyFire.548 | src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockSpire/boss_shadow_hunter_voshgajin.cpp | C++ | gpl-2.0 | 3,515 |
/**
* Copyright 2014 Red Hat, Inc.
*
* This software is licensed to you under the GNU General Public
* License as published by the Free Software Foundation; either version
* 2 of the License (GPLv2) or (at your option) any later version.
* There is NO WARRANTY for this software, express or implied,
* including t... | dustints/katello | engines/bastion/test/content-views/details/content-view-versions.controller.test.js | JavaScript | gpl-2.0 | 2,686 |
<?php
/* -----------------------------------------------------------------
* $Id: create_pdf.php 1457 2015-04-21 09:38:44Z akausch $
* Copyright (c) 2011-2021 commerce:SEO by Webdesign Erfurt
* http://www.commerce-seo.de
* ------------------------------------------------------------------
* based on:
... | commerceseo/v2next | admin/create_pdf.php | PHP | gpl-2.0 | 9,473 |
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* Mutter X property convenience routines */
/*
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2002 Red Hat Inc.
*
* Some trivial property-unpacking code from Xlib:
* Copyright 1987, 1988, 1998 The Open Group
* Copyright 1988 by Wyse... | GNOME/mutter | src/x11/xprops.c | C | gpl-2.0 | 33,286 |
/******************************************************************************
*
* This file is part of canu, a software program that assembles whole-genome
* sequencing reads into contigs.
*
* This software is based on:
* 'Celera Assembler' (http://wgs-assembler.sourceforge.net)
* the 'kmer package' ... | sgblanch/canu | src/AS_UTL/splitToWords.H | C++ | gpl-2.0 | 4,157 |
<?php
/**
* @package fairy
* the default content for monniya style
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
<div class="post-meta">
<?php setPostViews(get_the_ID()); fairy_posted_on(); ?>
<... | monniya/wordpress | wp-content/themes/fairy/content-single.php | PHP | gpl-2.0 | 734 |
using System.Data;
using System.Linq;
namespace Travelling.DataLayer.DatabaseTypes
{
public class SqlServerCEDatabaseType : DatabaseType
{
public override string BuildPageQuery(long skip, long take, PagingHelper.SQLParts parts, ref object[] args)
{
var sqlPage = string.Format("{0}\n... | binlyzhuo/travelling | src/Travelling.DataLayer/DatabaseTypes/SqlServerCEDatabaseType.cs | C# | gpl-2.0 | 1,054 |
/*
* Copyright © 2009 Jonny Lamb <jonny@debian.org>
*
* based on the Python extension by Stefan Stuhr:
* Copyright (C) 2006 Stefan Stuhr
*
* 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... | jonnylamb/epiphany-extensions-jonny | extensions/confirmwindowclose/ephy-confirmwindowclose-extension.h | C | gpl-2.0 | 2,536 |
using System;
using System.Collections.Generic;
using System.Text;
using System.Linq;
using AKMII.DMRA.Common;
using AKMII.DMRA.DataAccess;
using AKMII.DMRA.Business.Rule;
namespace AKMII.DMRA.Business.Management
{
public class OrderManager
{
private OrderAccessor orderAccessor;
... | limao4223127/NCR_Pay | Agent Lead Spanish/AKMII.DMRA.Business/Management/OrderManager.cs | C# | gpl-2.0 | 9,471 |
/*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This progra... | smeny/JPC | src/main/java/com/github/smeny/jpc/emulator/execution/opcodes/pm/fsub_ST5_ST1.java | Java | gpl-2.0 | 2,064 |
<?php
namespace Drupal\Tests\locale\Functional;
use Drupal\language\Entity\ConfigurableLanguage;
use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\RequirementsPageTrait;
/**
* Adds and configures languages to check field schema definition.
*
* @group locale
*/
class LocaleTranslatedSchemaDefinitionTest extends ... | rsathishkumar/drupal8 | core/modules/locale/tests/src/Functional/LocaleTranslatedSchemaDefinitionTest.php | PHP | gpl-2.0 | 3,095 |
#ifndef _BZOS_TYPE_H_
#define _BZOS_TYPE_H_
typedef unsigned long long u64;
typedef unsigned int u32;
typedef unsigned short u16;
typedef unsigned char u8;
typedef void (*irq_handler)(int irq);
typedef void (*int_handler)();
typedef void (*task_f)();
typedef void* system_call;
typedef char* va_list;
/* mesaage... | liangbizhi/bzOS | include/type.h | C | gpl-2.0 | 915 |
<?php
/*
* Copyright 2014 Google Inc.
*
* 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 agreed t... | palasthotel/grid-wordpress-box-social | vendor/google/apiclient-services/src/Google/Service/GKEHub/SetIamPolicyRequest.php | PHP | gpl-2.0 | 1,222 |
package com.survivorserver.Dasfaust.WebMarket.mojang.http;
public class HttpBody {
private String bodyString;
public HttpBody(String bodyString) {
this.bodyString = bodyString;
}
public byte[] getBytes() {
return bodyString != null ? bodyString.getBytes() : new byte[0];
}
}
| Dasfaust/WebMarket | src/main/java/com/survivorserver/Dasfaust/WebMarket/mojang/http/HttpBody.java | Java | gpl-2.0 | 316 |
/*
* Copyright (c) 2003, Brent Fulgham <bfulgham@debian.org>
*
* This source code is released for free distribution under the terms of the
* GNU General Public License version 2 or (at your option) any later version.
*
* This module contains functions for generating tags for Erlang language
* files. Some of ... | p-montanus/ctags | parsers/erlang.c | C | gpl-2.0 | 4,920 |
cmd_net/sched/built-in.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o net/sched/built-in.o net/sched/sch_generic.o net/sched/sch_api.o net/sched/sch_blackhole.o net/sched/cls_api.o net/sched/act_api.o net/sched/act_police.o net/sched/sch_fifo.o net/sched/sch_ingress.o net/sched/cls_u32.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | net/sched/.built-in.o.cmd | Batchfile | gpl-2.0 | 308 |
<body>
RSS関連クラスを提供します。
</body> | naoki-iwami/limyweb-legacy-common | src/org/limy/common/rss/package.html | HTML | gpl-2.0 | 56 |
/*==================================
* Helpers
===================================*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { di... | websideas/valorous | wp-content/themes/valorous/framework/assets/css/framework-core.css | CSS | gpl-2.0 | 10,560 |
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace WebHookHandler
{
public class Program
{
public... | SenseNet/sensenet | src/WebApps/WebHookHandler/Program.cs | C# | gpl-2.0 | 696 |
begin transaction;
create user dev;
alter table site owner to dev;
alter table employee owner to dev;
alter table appointment owner to dev;
alter table client owner to dev;
alter table role owner to dev;
end transaction;
| jworr/scheduler | setup/createUser.sql | SQL | gpl-2.0 | 224 |
<?php
namespace Akeeba\Engine\Postproc\Connector\Amazon\Guzzle\Service\Description;
use Akeeba\Engine\Postproc\Connector\Amazon\Guzzle\Common\ToArrayInterface;
/**
* Interface defining data objects that hold the information of an API operation
*/
interface OperationInterface extends ToArrayInterface
{
const TY... | jug-berlin/joomla.berlin | administrator/components/com_akeeba/engine/Postproc/Connector/Amazon/Guzzle/Service/Description/OperationInterface.php | PHP | gpl-2.0 | 3,801 |
using System;
using System.Drawing;
using Sdl.Desktop.IntegrationApi.Interfaces;
namespace Sdl.Community.InSource.Notifications
{
public class InSourceCommand : IStudioNotificationCommand
{
private readonly Action action;
public event EventHandler CanExecuteChanged;
public InSourceCommand(Action action)
{
... | sdl/Sdl-Community | InSource/Notifications/InSourceCommand.cs | C# | gpl-2.0 | 614 |
<?php
namespace PoradnikPiwny\Entities\Proxies\__CG__\PoradnikPiwny\Entities;
/**
* THIS CLASS WAS GENERATED BY THE DOCTRINE ORM. DO NOT EDIT THIS FILE.
*/
class BeerSearchConnection extends \PoradnikPiwny\Entities\BeerSearchConnection implements \Doctrine\ORM\Proxy\Proxy
{
private $_entityPersister;
privat... | deallas/PoradnikPiwny | library/PoradnikPiwny/Entities/Proxies/__CG__PoradnikPiwnyEntitiesBeerSearchConnection.php | PHP | gpl-2.0 | 2,930 |
var searchData=
[
['lab',['lab',['../laby__game_8c.html#a25906a99ac156db2a45fb02be50f480b',1,'laby_game.c']]],
['laby_5fcell_5fstr',['Laby_Cell_str',['../struct_laby___cell__str.html',1,'']]],
['laby_5fcell_5fstr_5ft',['Laby_Cell_str_t',['../labyrinthe_8h.html#a82736ab0a9cebda7089540f9e7d9564e',1,'labyrinthe.h']]... | Benjix12/Labyrinth_C | doc/html/search/all_8.js | JavaScript | gpl-2.0 | 14,862 |
/*
* linux/mm/vmscan.c
*
* Copyright (C) 1991, 1992, 1993, 1994 Linus Torvalds
*
* Swap reorganised 29.12.95, Stephen Tweedie.
* kswapd added: 7.1.96 sct
* Removed kswapd_ctl limits, and swap out as many pages as needed
* to bring the system back to freepages.high: 2.4.97, Rik van Riel.
* Zone aware k... | arpitjain9819/FIRE-AND-FLAMES | mm/vmscan.c | C | gpl-2.0 | 96,926 |
<script type="text/javascript" src=" http://api.sandbox.premium-itc.com/js/pitc.wapi.js"></script>
<script language="javascript">
/*var pitc;
// Build pitc only once: may be included in both parent and child pages
(function ($) {
if (pitc === undefined) {
pitc = {};
pitc.wapi = {};
... | Hellrikh/test | wp-content/plugins/tarificateur/templates/tarificateur-show-ccn-prevoyance.php | PHP | gpl-2.0 | 6,136 |
/*
===========================================================================
blockattack - Block Attack - Rise of the Blocks
Copyright (C) 2005-2012 Poul Sander
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 ... | blockattack/blockattack-game | source/code/common.h | C | gpl-2.0 | 5,531 |
<?php
/* core/themes/classy/templates/block/block.html.twig */
class __TwigTemplate_bfe7de7029fe23539e40b1b3d2a1fb03458b678ab1f31a91b772626576939d2c extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$this->bl... | ijisthee/dr8_c1_prd | sites/default/files/php/twig/5950fd5a54b19_block.html.twig_IN1I9oXrcwZUfj1L4CZRKjtGc/e-KEHTy1bHxjQyEJEUjjaTyko65jzTOpXNmtkgttEp0.php | PHP | gpl-2.0 | 6,068 |
<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Myeongjin <aranet100@gmail.com>
*/
$lang['menu'] = '주간 사용자 로그인/로그아웃';
$lang['date'] = '날짜';
$lang['ip'] = 'IP 주소';
$lang['action'] = '행동';
$lang['range'] ... | ofsole/dokuwiki | lib/plugins/loglog/lang/ko/lang.php | PHP | gpl-2.0 | 636 |
package org.contourdynamics.cms.repository;
import javax.enterprise.context.ApplicationScoped;
import org.apache.deltaspike.data.api.EntityManagerConfig;
import org.apache.deltaspike.data.api.EntityRepository;
import org.apache.deltaspike.data.api.Repository;
import org.apache.deltaspike.data.api.AbstractEntityReposi... | Contourdynamics/smartcommunication | src/org/contourdynamics/cms/repository/StatusCodeRepos.java | Java | gpl-2.0 | 792 |
#include <sys/types.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netpacket/packet.h>
int main (void) { return 0; }
| mgadi/naemonbox | sources/psdash/netifaces-0.10.4/build/temp.linux-x86_64-2.7/conftest-8.c | C | gpl-2.0 | 224 |
# -*- coding: utf-8 -*-
"""
uds.warnings
~~~~~~~~~~~~
:copyright: Copyright (c) 2015, National Institute of Information and Communications Technology.All rights reserved.
:license: GPL2, see LICENSE for more details.
"""
import warnings
def deprecated(func):
"""This is a decorator which can be used to mark func... | nict-isp/uds-sdk | uds/warnings.py | Python | gpl-2.0 | 979 |
/* Copyright (C) 2022, Specify Collections Consortium
*
* Specify Collections Consortium, Biodiversity Institute, University of Kansas,
* 1345 Jayhawk Boulevard, Lawrence, Kansas, 66045, USA, support@specifysoftware.org
*
* This program is free software; you can redistribute it and/or
* modify it under the term... | specify/specify6 | src/edu/ku/brc/specify/tools/schemalocale/SchemaLocalizerDlg.java | Java | gpl-2.0 | 43,764 |
<!DOCTYPE html>
<html lang="zh-cn">
<!-- Mirrored from www.w3school.com.cn/tiy/t.asp?f=html_header by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 00:30:04 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack -->
<head>
<meta charset=... | platinhom/ManualHom | Coding/W3School/W3CN/www.w3school.com.cn/tiy/tb30d.html | HTML | gpl-2.0 | 2,717 |
#!/bin/bash
BACKUPLOCATION=/home/db-back
MUSER="root"
MPASS="pass"
MHOST="localhost"
mkdir -p $BACKUPLOCATION
innobackupex --defaults-file=/etc/my.cnf --throttle=10 --user=$MUSER --password=$MPASS --compress --parallel=4 $BACKUPLOCATION > /tmp/backupdb_log 2>&1
#older then 3 day
for DEL in `find $BACKUPLOCATION -mind... | das-ich/my_scripts | scripts/backup_mysql.sh | Shell | gpl-2.0 | 559 |
/*
* kernel/sched/core.c
*
* Kernel scheduler and related syscalls
*
* Copyright (C) 1991-2002 Linus Torvalds
*
* 1996-12-23 Modified by Dave Grothe to fix bugs in semaphores and
* make semaphores SMP safe
* 1998-11-19 Implemented schedule_timeout() and related stuff
* by Andrea Arcangeli
* 2002-01... | Validus-Lollipop/android_kernel_motorola_msm8960dt-common | kernel/sched/core.c | C | gpl-2.0 | 210,408 |
#ifndef FILEDIALOG_H
#define FILEDIALOG_H
#include <QDialog>
namespace Ui {
class FileDialog;
}
class FileDialog : public QDialog
{
Q_OBJECT
public:
explicit FileDialog(QWidget *parent = 0);
explicit FileDialog(QString str, QWidget *parent = 0);
~FileDialog();
bool hasAccepted;
QStr... | ArefMq/VoronoiGridEditor | filedialog.h | C | gpl-2.0 | 480 |
<?php
namespace Wikibase\Test;
use Wikibase\SqlIdGenerator;
/**
* @covers Wikibase\SqlIdGenerator
*
* @group Wikibase
* @group WikibaseStore
* @group WikibaseRepo
* @group Database
*
* @group medium
*
* @licence GNU GPL v2+
* @author Katie Filbert < aude.wiki@gmail.com >
*/
class SqlIdGeneratorTest exten... | JeroenDeDauw/mediawiki-extensions-Wikibase | repo/tests/phpunit/includes/store/sql/SqlIdGeneratorTest.php | PHP | gpl-2.0 | 710 |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package grupp07.model;
import java.util.ArrayList;
import javafx.scene.paint.Color;
import javafx.util.Pair;
/**
*
* @... | henwist/OOM_lab2 | src/grupp07/model/Player.java | Java | gpl-2.0 | 1,814 |
<?php
/*
* This file is part of EC-CUBE
*
* Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
*
* http://www.lockon.co.jp/
*
* 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; ei... | RyotaKaji/eccube-2.4.1 | html/admin/ownersstore/log.php | PHP | gpl-2.0 | 1,189 |
/** @file io/xmlparser.cc xml parsing class used in xmlreader.cc */
///////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004-2004 California Institute of Technology
// Copyright (c) 2004-2007 University of Southern California
// Rob Peters <https://github.com/rjpcal/>
//
// crea... | rjpcal/groovx | src/io/xmlparser.cc | C++ | gpl-2.0 | 5,403 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Qt 4.3: A standard ActiveX and the "simple" ActiveQt widget</title>
<link href="classic.css" r... | muromec/qtopia-ezx | doc/html/qaxserver-demo-simple.html | HTML | gpl-2.0 | 2,803 |
package org.wordpress.android.ui.notifications;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.NotificationManagerCompat;
import org.wordpress.android.push.GCMMessageService;
/*
* Clears the notification map when a user dismisse... | mzorz/WordPress-Android | WordPress/src/main/java/org/wordpress/android/ui/notifications/NotificationDismissBroadcastReceiver.java | Java | gpl-2.0 | 1,155 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
namespace Zen.Massage.Site
{
public static class ClaimsHelpers
{
private static readonly string AdminClaim = "http://schemas.zenmassage.com/claims/administrator";
priv... | dementeddevil/zenmassage | src/Zen.Massage.Site/ClaimsHelpers.cs | C# | gpl-2.0 | 1,360 |
__author__ = 'dako'
class SessionHelper:
def __init__(self, app):
self.app = app
def login(self, username, password):
wd = self.app.wd
self.app.open_home_page()
wd.find_element_by_name("user").click()
wd.find_element_by_name("user").clear()
wd.find_element_by_... | EvilDako/PyTraining | fixture/session.py | Python | gpl-2.0 | 1,421 |
local questSystemOld = Action()
function questSystemOld.onUse(player, item, fromPosition, target, toPosition, isHotkey)
if item.uid <= 100 or item.uid >= 41560 then
return false
end
local itemType = ItemType(item.uid)
if itemType:getId() == 0 then
return false
end
local itemWeight = itemType:getWeight()
l... | mattyx14/otxserver | data/scripts/actions/system/questSystemOld.lua | Lua | gpl-2.0 | 944 |
package com.nowgroup.scspro.service.cat;
import com.nowgroup.scspro.dto.cat.Storage;
import com.nowgroup.scspro.dto.geo.State;
import com.nowgroup.scspro.service.BaseService;
public interface StorageService extends BaseService<Storage> {
State getStateInStorage(int id);
}
| inspiraCode/scspro | scspro-parent/scspro_service/src/main/java/com/nowgroup/scspro/service/cat/StorageService.java | Java | gpl-2.0 | 279 |
<?php
/// First we check that form variables have been initialised
if (!isset($form->name)) {
$form->name = '';
}
if (!isset($form->description)) {
$form->description = "";
}
if (!isset($form->format)) {
$form->format = "";
}
?>
<form name="form" method="post" action="mod.php">
<c... | orvsd/moodle19 | mod/ilpconcern/mod.html | HTML | gpl-2.0 | 2,761 |
<div class="woocommerce_gpf_config_{key} woocommerce-gpf-store-default" {displaynone}>
<p>
{defaultinput}
</p>
{prepopulates}
</div>
| Falotico/charm | wp-content/plugins/woocommerce-product-feeds/templates/woo-gpf-field-row-defaults.php | PHP | gpl-2.0 | 138 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Computer_Drafter.Models
{
class MotherboardModel : PartModel
{
private List<string> amdChipsets;
private List<string> intelChipsets;
private string selChipset;
... | VesnaBrucoms/computer-drafter-wpf | Computer Drafter/Models/MotherboardModel.cs | C# | gpl-2.0 | 3,228 |
<?php
/*
Plugin Name: WordPress Backup to Dropbox
Plugin URI: http://wpb2d.com
Description: Keep your valuable WordPress website, its media and database backed up in Dropbox! Need help? Please email support@wpb2d.com
Version: 4.5
Author: Michael De Wildt
Author URI: http://www.mikeyd.com.au
License: Copyright 2011-2015... | Rockdrill/intranet | wp-content/plugins/wordpress-backup-to-dropbox/wp-backup-to-dropbox.php | PHP | gpl-2.0 | 12,259 |
/*
* drivers/cpufreq/cpufreq_zzmoove.c
*
* Copyright (C) 2001 Russell King
* (C) 2003 Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>.
* Jun Nakajima <jun.nakajima@intel.com>
* (C) 2009 Alexander Clouter <alex@digriz.org.uk>
*
* This program is free software; ... | SamueleCiprietti/nova_kernel | drivers/cpufreq/cpufreq_zzmoove.c | C | gpl-2.0 | 42,911 |
@charset "UTF-8";
/**
* "Yet Another Multicolum Layout" - (X)HTML/CSS Framework
*
* (en) Horizontal list navigation based on "Sliding Door I" from "A List Apart"
* (de) Horizontale Navigationsliste basierend auf "Sliding Door I" von "A List Apart"
*
* @copyright Copyright 2005-2007, Reinhard Hiebl
* @lice... | albertobraschi/Hab | templates/hm_yaml/yaml/navigation/nav_slidingdoorI.css | CSS | gpl-2.0 | 1,974 |
// Copyright (c) 2012- PPSSPP Project.
// 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.0 or later versions.
// This program is distributed in the hope that it will be useful,
// b... | glaubitz/ppsspp-debian | Core/MIPS/x86/RegCache.cpp | C++ | gpl-2.0 | 8,092 |
<!DOCTYPE html><html lang="fr-fr" class="vertical-rythme"><head>
<meta charset="utf-8">
<title>CV Bruno Lesieur - Intégrateur web Front-end et Développeur Node.js</title>
<meta name="description" content="CV de Bruno Lesieur présentant ses compétences et son expérience dans le domaine du web.">
<!--[if IE]><me... | Haeresis/ResumeAtlas | website/cv.html | HTML | gpl-2.0 | 20,492 |
<?php
/*
$Id$
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright (c) 2014 osCommerce
Released under the GNU General Public License
*/
class ht_div_equal_heights {
var $code = 'ht_div_equal_heights';
var $group = 'footer_scripts';
var $title;
var $description... | geraldbullard/osCommerce-v2.3.4-Responsive-Admin | includes/modules/header_tags/ht_div_equal_heights.php | PHP | gpl-2.0 | 5,611 |
<?php
use HRNParis\mediapartners as mediapartners;
use HRNParis\main as main;
include_once('controllers/mediapartners_main.php');
include_once('controllers/main.php');
$main = new main\main;
$sponsors = new mediapartners\mediapartners_main;
?>
<!doctype html>
<html lang="en">
<head>
<meta name="description" cont... | HRNIT/paris2015 | press.php | PHP | gpl-2.0 | 23,265 |
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2016 Intel Corporation
*/
#include <stdint.h>
#include <stdio.h>
#include <inttypes.h>
#include <stdarg.h>
#include <errno.h>
#include <sys/queue.h>
#include <stdlib.h>
#include <getopt.h>
#include <string.h>
#include <rte_common.h>
#include <rte_malloc.h... | bisdn/dpdk-dev | examples/multi_process/client_server_mp/mp_client/client.c | C | gpl-2.0 | 6,278 |
//BE NAME DOOST
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <cmath>
#include <set>
#include <iostream>
using namespace std;
int main()
{
string a,b;
cin>>a>>b;
set <char> d;
for(int i=0;i<a.size();i++)
d.insert(a[i]);
int B=0,C=0;
for(int i=0;i<b.size();i++)
{
if(a... | hrmon/judges | SGU/accepted/p486.cpp | C++ | gpl-2.0 | 470 |
/**
* 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/... | iammyr/Benchmark | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest11613.java | Java | gpl-2.0 | 2,984 |
package server.thread.systemSettingsThread;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.net.Socket;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.HashMap;
import server.serverMain.serverMain;
i... | wangchangshuai/fei_Q | server/src/server/thread/systemSettingsThread/setting_dealingThread.java | Java | gpl-2.0 | 1,584 |
<?php
/**
* Description of class-fscf-util
* Utility class sets default variables, wp actions, and sanitize functions
* Functions are called statically, so no need to instantiate the class
* @authors Mike Challis and Ken Carlson
*/
class FSCF_Util {
static $global_defaults, $form_defaults, $field_defaults;
st... | dinhkk/viking_vietnam | wp-content/plugins/si-contact-form/includes/class-fscf-util.php | PHP | gpl-2.0 | 37,762 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from time import gmtime, strftime
import ephem
import wx.calendar
# Test
# here = ephem.Observer()
# here.lat = '-17.576166667'
# here.lon = '-149.618575000'
class App(wx.App):
def OnInit(self):
self.frame = MyFrame("Lunacy", (50, 60), (640, 220))
self.frame.Show()
... | wadda/Lunacy | lunacy.py | Python | gpl-2.0 | 10,999 |
//
// ContractDescriptionGenerator.cs
//
// Author:
// Atsushi Enomoto <atsushi@ximian.com>
// Atsushi Enomoto <atsushi@xamarin.com>
//
// Copyright (C) 2005-2007 Novell, Inc. http://www.novell.com
// Copyright (C) 2011 Xamarin, Inc. http://xamarin.com
//
// Permission is hereby granted, free of charge, to any person ... | hardvain/mono-compiler | class/System.ServiceModel/System.ServiceModel.Description/ContractDescriptionGenerator.cs | C# | gpl-2.0 | 23,695 |
/*
*
* Author: Sylvain Afchain <safchain@gmail.com>, (C) 2008 - 2013
*
* Copyright: See COPYING file that comes with this distribution
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <stropts.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <linux/netdevi... | safchain/nnodes | src/librdb/options.c | C | gpl-2.0 | 4,752 |
#include<cstdio>
#include<cstring>
#include<algorithm>
#define maxn 1010
using namespace std;
struct node {
int len, weight;
bool vis;
node(int len = 0, int weight = 0, bool vis = false) :len(len), weight(weight), vis(vis){}
}num[maxn];
int sum;
bool cmp(node a, node b)
{
if (a.len == b.len)
r... | sunmoyi/ACM | ACM 2015/零件分组.cpp | C++ | gpl-2.0 | 933 |
#!/bin/sh
DIR_PROTECT="arch/arm/cpu/armv7/sc8810 arch/arm/cpu/arm926ejs/sc8800g arch/arm/cpu/arm926ejs/sc8800x property nand_fdl nand_spl"
PRODUCTS="sc8810_openphone sp8810 sp8805ga sp6810a openphone native_openphone 788"
argu=$1
if [ -z $argu ]; then
argu="clean"
elif [ $argu != "clean" ] && [ $argu != "restore" ]; ... | abgoyal/zen_u105_uboot | make_idh.sh | Shell | gpl-2.0 | 712 |
/*
*
* Copyright (c) International Business Machines Corp., 2001
*
* 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 l... | anthony-kolesov/arc_ltp | testcases/kernel/syscalls/creat/creat04.c | C | gpl-2.0 | 5,269 |
"C:\Games\OpenArena\dev\netradiant-20120705-win32\q3map2.exe" -fs_basepath "C:\Games\OpenArena" -fs_game "dev" -game "oa" "C:\Games\OpenArena\dev\maps\oac_bases3plus8.map"
"C:\Games\OpenArena\dev\netradiant-20120705-win32\q3map2.exe" -fs_basepath "C:\Games\OpenArena" -fs_game "dev" -game "oa" -vis "C:\Games\OpenArena\d... | NeonKnightOA/oaassets | tools/compile-scripts/batch/oac_bases3plus8.bat | Batchfile | gpl-2.0 | 650 |
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://lammps.sandia.gov/, Sandia National Laboratories
Steve Plimpton, sjplimp@sandia.gov
Copyright (2003) Sandia Corporation. Under the terms of Contract
DE-AC... | rbberger/lammps | src/MOLECULE/dihedral_opls.cpp | C++ | gpl-2.0 | 10,302 |
okmodels
========
Code for the model agency website I made some time ago...
| Velzevul/okmodels | README.md | Markdown | gpl-2.0 | 77 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.