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 |
|---|---|---|---|---|---|
//******************************************************************************
//
// libCZI is a reader for the CZI fileformat written in C++
// Copyright (C) 2017 Zeiss Microscopy GmbH
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public Licens... | Washington-University/workbench | src/CZIlib/CZI/libCZI_Helpers.h | C | gpl-2.0 | 8,825 |
// Copyright (C) 2009 Nexell Co., All Rights Reserved
// Nexell Co. Proprietary & Confidential
//
// NEXELL INFORMS THAT THIS CODE AND INFORMATION IS PROVIDED "AS IS" BASE
// AND WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING
// BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND... | byungbok/webcon-kernel | arch/arm/mach-nxp2120/nx_timer.c | C | gpl-2.0 | 42,587 |
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://machines.plannedobsolescence.net.51-2007" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Introduction to New Media - satellites</title>
<link>http://machines.plannedobsolescence.net.51-2007/taxonomy/term/114/0</link>
<descripti... | kfitz/machines | 51-2007/taxonomy/term/114/0/feed/index.html | HTML | gpl-2.0 | 2,441 |
#region License
/*
* This file is part of uEssentials project.
* https://uessentials.github.io/
*
* Copyright (C) 2015-2018 leonardosnt
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software F... | uEssentials/uEssentials | src/Commands/CommandRefuelVehicle.cs | C# | gpl-2.0 | 2,730 |
"""
Stateful module base class and interface description.
All stateful Python modules
- Get Skype4Py Skype instance on init - have full control over Skype and
thus are not limited to !command handlers
- Reside in the some modules/ folder as UNIX script modules
- Have .py extension and be ... | mikemike/SkypeBot | unused-modules/stateful.py | Python | gpl-2.0 | 2,755 |
<?php
/*
Plugin Name: Allowed posttags
Plugin URI:
Description: 特権管理者じゃなくてもdlとかのclassを消されたり、WordPress Importerで投稿をインポートした時記事内にiframeとかobjectとかあっても消されたりしないようにする。(<a href="http://ja.forums.wordpress.org/topic/6393?replies=4" target="_blank">元ネタはこちら</a>)
Author: Kei Nomura
Version: 1.0
*/
function set_allowedposttags($co... | mypacecreator/my_allowedposttags | allowedposttags.php | PHP | gpl-2.0 | 1,349 |
<?php
/**
* Template Name: WDM Search Page
*/
include(WP_PLUGIN_DIR.'/wdm-search/wdm-query.php');
global $wp_query, $product_page_width, $product_sidebar, $product_sidebar_width;
$product_sidebar = false;
if (prima_get_option('themelayout') == 'boxed') {
$product_page_width = 665;
}
else {
$product_page_width... | GiorgioNatili/windmaniacs | wp-content/themes/yourflexishop/b4ksearchpage.php | PHP | gpl-2.0 | 2,699 |
/*
Copyright (C) 2005 Wolfgang Becker <uafr@gmx.de>
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 distribute... | javiercantero/lincity-ng | src/lincity-ng/GameView.cpp | C++ | gpl-2.0 | 69,238 |
/***************************************************************************
* Copyright (C) 2010 by Kai Dombrowe <just89@gmx.de> *
* *
* This program is free software; you can redistribute it and/or modify *
* it unde... | hippich/recorditnow | src/upload/videopage.cpp | C++ | gpl-2.0 | 3,534 |
/*
* panel-context-menu.c: context menu for the panels
*
* Copyright (C) 2004 Vincent Untz
*
* 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 you... | fanpenggogo/mate-panel-new | mate-panel/panel-context-menu.c | C | gpl-2.0 | 10,975 |
@extends('OutGoingMessages.Emails.masterEmail')
@section('emailContent')
<h3>Hello {{{ $name }}},</h3>
<p>
Below are links that depending where you are located will send you to the correct update screen. There are two because one address is for use within the SUNY Orange network, the other for use at a personal/home ... | RixhersAjazi/Scholar_Interface | app/views/OutGoingMessages/Emails/passwordReset.blade.php | PHP | gpl-2.0 | 1,019 |
using System;
using System.Text.RegularExpressions;
using SelfMediaDatabase.Core.Operations.Prune;
using System.Collections.Generic;
namespace SelfMediaDatabase.Core.Operations
{
public static class FileFilterProvider
{
private static readonly Regex _tagFileRegex;
private static readonly Regex _pruneHisto... | crabouif/Self-Media-Database | SelfMediaDatabase.Core/Operations/FileFilterProvider.cs | C# | gpl-2.0 | 1,602 |
/**
* 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/BenchmarkTest12371.java | Java | gpl-2.0 | 3,211 |
/*
* blenderWindow.h
*
* Created on: Oct 31, 2013
* Author: arnaud
*/
#ifndef BLENDERWINDOW_H_
#define BLENDERWINDOW_H_
#include "ofxMSAInteractiveObject.h"
class blenderWindow: public ofxMSAInteractiveObject {
public:
blenderWindow();
virtual ~blenderWindow();
void setup();
void update();
void dra... | sphaero/FocusFollowsGaze | blenderWindows_01/src/blenderWindow.h | C | gpl-2.0 | 1,164 |
<html>
<head>
<title>MHonArc Resources: IDXPREFIX</title>
<link rel="stylesheet" type="text/css" href="../docstyles.css">
</head>
<body>
<!--x-rc-nav-->
<table border=0><tr valign="top">
<td align="left" width="50%">[Prev: <a href="idxpgssmarkup.html">IDXPGSSMARKUP</a>]</td><td><nobr>[<a href="../resources.html#id... | gitpan/MHonArc | doc/resources/idxprefix.html | HTML | gpl-2.0 | 3,625 |
using UnityEngine;
public static class AnimationCurveExtensions {
public static AnimationCurve Clamp(this AnimationCurve curve, float minTime, float maxTime, float minValue, float maxValue) {
for (int i = 0; i < curve.keys.Length; i++) {
Keyframe key = curve.keys[i];
if (key.time < minTime || key.time > max... | Magicolo/LibPd4UnityTools | PDPlayerExample/Assets/Other Assets/Magicolo/GeneralTools/Utils/Extensions/AnimationCurveExtensions.cs | C# | gpl-2.0 | 632 |
<div class="cover-page">
<header>
<h1>Book title</h1>
<h2>Book subtitle</h2>
</header>
</div>
<nav class="mw-book-toc">
<h1>Table of Contents</h1>
<ul>
<li class="mw-book-tocitem mw-book-tocitem-type-section level-2">
<a href="#Section_1" data-mw-sectionnumber="1">Section 1</a>
... | wikimedia/mediawiki-extensions-Collection | tests/data/BookRendererTest/single_page.html | HTML | gpl-2.0 | 862 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AboutBox1
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposi... | luanshixia/ProjectCollection | iWord/iWord/AboutBox1.Designer.vb | Visual Basic | gpl-2.0 | 10,546 |
<?php
//DRY don't repeat yourself
$tipo_usuario = array('Adm','FBA','Lab');
require_once '../validarSesion.php';
require_once '../../model/resultado_interface.php';
require_once '../../model/laboratorio_interface.php';
$parametro_template = 'abm/resultado.html';
$parametro_columnas = Array('ID_RESULTADO','COMENTARIO'... | ggoral/improved_login | controller/tablas/controller.resultado.php | PHP | gpl-2.0 | 1,303 |
package layout;
import java.awt.BorderLayout;
import java.awt.GridLayout;
import javax.swing.JButton;
import javax.swing.JComponent;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
import swing.Sample;
@SuppressWarnings("serial")
public ... | guodongxiaren/JFC | src/layout/SignUpPanel.java | Java | gpl-2.0 | 1,277 |
using System.Collections.Generic;
using System.IO;
using System.Linq;
using Microsoft.Win32;
using Sdl.Community.XLIFF.Manager.Common;
using Sdl.Community.XLIFF.Manager.Interfaces;
namespace Sdl.Community.XLIFF.Manager.Service
{
public class DialogService : IDialogService
{
public List<string> ShowFileDialog(stri... | sdl/Sdl-Community | XLIFF.Manager/XLIFF.Manager/Service/DialogService.cs | C# | gpl-2.0 | 1,168 |
<?php
/**
* Created by PhpStorm.
* User: Firdavs Murodov
* Date: 4/20/15
* Time: 8:59 AM
*/
require 'config.php';
// $_user_ = 'test';
// $_password_ = 'test';
session_start();
$url_action = (empty($_REQUEST['action'])) ? 'logIn' : $_REQUEST['action'];
$auth_realm = (isset($auth_realm)) ? $auth_realm : '';
if (... | firdavsich/dashboard | auth.php | PHP | gpl-2.0 | 2,309 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Tue Nov 02 13:16:53 CET 2010 -->
<TITLE>
com.redhat.rhn.frontend.html.test Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2010-11-02">
... | colloquium/spacewalk | documentation/javadoc/com/redhat/rhn/frontend/html/test/package-tree.html | HTML | gpl-2.0 | 6,538 |
<!doctype html>
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!... | yangqiju/yangqiju.github.com | _site/innnodb.html | HTML | gpl-2.0 | 41,436 |
/***************************************************************************
qgsvertextool.cpp
--------------------------------------
Date : February 2017
Copyright : (C) 2017 by Martin Dobias
Email : wonder dot sk at gmail dot com
***********************************... | dgoedkoop/QGIS | src/app/vertextool/qgsvertextool.cpp | C++ | gpl-2.0 | 72,948 |
from sqlalchemy.ext.declarative import declarative_base
from sqlalchemy.orm import (
scoped_session,
sessionmaker,
)
from zope.sqlalchemy import ZopeTransactionExtension
import tornado.web
from handlers.index import IndexHandler
from handlers.sensors import SensorsHandler
import logging
logging.getLogger(... | nextgis/entels_front_demo | entels_demo_tornado/__init__.py | Python | gpl-2.0 | 548 |
#
# Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
# published by the Free Softwar... | karianna/jdk8_tl | jdk/make/sun/security/Makefile | Makefile | gpl-2.0 | 2,258 |
<?php
namespace VMeC\VmecChurches\Domain\Repository;
/***************************************************************
*
* Copyright notice
*
* (c) 2014 Christoph Fischer <christoph.fischer@volksmission.de>, Volksmission entschiedener Christen e.V.
*
* All rights reserved
*
* This script is part of the TYP... | Volksmission/vmec_churches | Classes/Domain/Repository/AddressRepository.php | PHP | gpl-2.0 | 1,198 |
<?php
/**
* @file
* Default theme implementation to display a printer-friendly version page.
*
* This file is akin to Drupal's page.tpl.php template. The contents being
* displayed are all included in the $content variable, while the rest of the
* template focuses on positioning and theming the other page elemen... | heliogabal/karus_theme | templates/print.tpl.php | PHP | gpl-2.0 | 4,821 |
/*
* Copyright (C) Johan Engelen 2007-2008 <j.b.c.engelen@utwente.nl>
* Abhishek Sharma
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#include "live_effects/lpeobject.h"
#include "live_effects/effect.h"
#include "xml/repr.h"
#include "xml/node-event-vector.h"
#include "sp-object.... | danieljabailey/inkscape_experiments | src/live_effects/lpeobject.cpp | C++ | gpl-2.0 | 5,686 |
#ifndef __ASMARM_HWCAP_H
#define __ASMARM_HWCAP_H
/*
* HWCAP flags - for elf_hwcap (in kernel) and AT_HWCAP
*/
#define HWCAP_SWP (1 << 0)
#define HWCAP_HALF (1 << 1)
#define HWCAP_THUMB (1 << 2)
#define HWCAP_26BIT (1 << 3) /* Play it safe */
#define HWCAP_FAST_MULT (1 << 4)
#define HWCAP_FPA (1 << 5)
#define HWCAP_... | ChronoMonochrome/Chrono_Kernel | arch/arm/include/asm/hwcap.h | C | gpl-2.0 | 1,146 |
<!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... | raj-bhatia/grooveip-ios-public | submodules/externals/xerces-c/doc/html/apiDocs-3/globals_0x73.html | HTML | gpl-2.0 | 3,751 |
class SectionsController < ApplicationController
authorize_resource
def index
flash.keep
redirect_to courses_path
end
def new
@section = Section.new
@section.course = Course.find(params[:course_id])
end
def create
@section = Section.new(section_params)
@section.course = Course.fin... | epicodus/textbook | app/controllers/sections_controller.rb | Ruby | gpl-2.0 | 1,356 |
package com.rarnu.tools.neo.activity;
import android.Manifest;
import android.app.AlertDialog;
import android.app.Fragment;
import android.content.pm.PackageManager;
import android.os.Build;
import android.os.Bundle;
import com.rarnu.tools.neo.R;
import com.rarnu.tools.neo.api.NativeAPI;
import com.rarnu.tools.neo.bas... | baijian/root-tools | RootTools2/src/main/java/com/rarnu/tools/neo/activity/MainActivity.java | Java | gpl-2.0 | 3,185 |
package xzd.mobile.android.common;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Timestamp;
import java.text.SimpleDateFormat;
imp... | zhanglei920802/ypgl | src/xzd/mobile/android/common/ImageUtils.java | Java | gpl-2.0 | 18,019 |
package org.uppermodel.translog;
import java.util.LinkedList;
import java.util.List;
import org.uppermodel.translog.v0v1v0.Event;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import javax.xml.xpath.XPath;
import javax.xml.xpath.XPathConstants;
import ... | DanielCoutoVale/TranslogToolset | src/org/uppermodel/translog/TranslogDocument_0_1_0.java | Java | gpl-2.0 | 4,381 |
// Copyright (C) 2012-2016 Free Software Foundation, Inc.
//
// 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 3, or (at your op... | paranoiacblack/gcc | libstdc++-v3/testsuite/23_containers/set/debug/iterator_self_move_assign_neg.cc | C++ | gpl-2.0 | 992 |
package com.catglo.dashplaygroundfree;
import java.util.LinkedList;
import android.app.Activity;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.gr... | marchold/DashAndDittosPlayground | PlaygroundFree/src/com/catglo/dashplaygroundfree/MenuExecutor.java | Java | gpl-2.0 | 973 |
#if !defined(AFX_ADDMODULE_H__1CBFA526_190C_11D3_9504_0000C01DBEF9__INCLUDED_)
#define AFX_ADDMODULE_H__1CBFA526_190C_11D3_9504_0000C01DBEF9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddModule.h : header file
//
///////////////////////////////////////////////////////////////////////////... | a1k0n/gsynth | gui-mfc/AddModule.h | C | gpl-2.0 | 1,220 |
<!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/html; charset=utf-8" />
<title>QTextFrame — PyQt 5.4.1 Reference Guide</titl... | anomitra/articleScraper | PyQt-gpl-5.4.1/doc/html/api/qtextframe.html | HTML | gpl-2.0 | 4,976 |
#mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul, #mega-menu-wrap-primary #mega-menu-primary li, #mega-menu-wrap-primary #mega-menu-primary p, #mega-menu-wrap-primary #mega-menu-primary img, #mega-menu-wrap-primary #mega-menu-primary div, #mega-menu-wrap... | evanbuss/wordpress | wp-content/uploads/maxmegamenu/style.css | CSS | gpl-2.0 | 23,831 |
<?php
/**
* Loads the correct file using the get_template_part function
*
* @package Total
* @author Alexander Clarke
* @copyright Copyright (c) 2014, Symple Workz LLC
* @link http://www.wpexplorer.com
* @since Total 1.40
*/
if ( ! function_exists( 'wpex_get_template_part' ) ) {
function wpex_get_template_par... | poppalex/VLAA_dev | wp-content/themes/Total/framework/template-parts.php | PHP | gpl-2.0 | 1,184 |
/**
* Project: VSXu: Realtime modular visual programming language, music/audio visualizer.
*
* This file is part of Vovoid VSXu.
*
* @author Jonatan Wallmander, Robert Wenzel, Vovoid Media Technologies AB Copyright (C) 2003-2013
* @see The GNU Public License (GPL)
*
* This program is free software; you can redi... | vovoid/vsxu-archive | player/src/application.h | C | gpl-2.0 | 2,166 |
/*
* This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
... | AshamaneProject/AshamaneCore | src/server/game/Spells/Spell.cpp | C++ | gpl-2.0 | 327,065 |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\Matroska;
use PHPExiftool\Driver\AbstractTag;
class Co... | Droces/casabio | vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/Matroska/CodecInfoURL.php | PHP | gpl-2.0 | 721 |
/*
* Misc system wide parameters.
*
* Copyright (C) 2015, Broadcom Corporation. All Rights Reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all c... | hajuuk/R7000 | src/include/bcmparams.h | C | gpl-2.0 | 1,486 |
package org.rosuda.deducer.widgets.event;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
public class RKeyListener extends RListener implements KeyListener{
public void keyPressed(KeyEvent arg0) {
eventOccured(arg0,"keyPressed");
}
public void keyReleased(KeyEvent arg0) {
eventOccured(arg... | ifellows/Deducer | org/org/rosuda/deducer/widgets/event/RKeyListener.java | Java | gpl-2.0 | 420 |
package org.apache.xmlrpc;
public interface SessionHandler {
void checkSession(Integer SessionId, Integer UserId) throws InvalidSessionException;
}
| BayCEER/bayeos-xmlrpc | src/main/java/org/apache/xmlrpc/SessionHandler.java | Java | gpl-2.0 | 156 |
/*
* Copyright (C) 2009 PANTECH, Co. Ltd.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those terms.
*
* This program is distributed in the hope that it will be... | lolhi/No.5-Kernel | arch/arm/mach-msm/pantech_debug.c | C | gpl-2.0 | 6,654 |
/*
* 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.
*
* Definitions for the TCP module.
*
* Version: @(#)tcp.h 1.0.5 05/23/93
*
* Authors: Ross Biro
* Fred N. v... | mpokwsths/hammerhead_kernel | include/net/tcp.h | C | gpl-2.0 | 48,750 |
package jpelc.learning.designpatterns.factorymethod;
public enum WeaponType {
SHORT_SWORD("short sword"), SPEAR("spear"), AXE("axe"), UNDEFINED("");
private String title;
WeaponType(String title) {
this.title = title;
}
@Override
public String toString() {
return title;
... | jpelc/java-design-patterns | factory-method/src/main/java/jpelc/learning/designpatterns/factorymethod/WeaponType.java | Java | gpl-2.0 | 324 |
//
// avl.cc
//
// Copyright (C) 1996 Limit Point Systems, Inc.
//
// Author: Curtis Janssen <cljanss@limitpt.com>
// Maintainer: LPS
//
// This file is part of the SC Toolkit.
//
// The SC Toolkit is free software; you can redistribute it and/or modify
// it under the terms of the GNU Library General Public License as... | qsnake/mpqc | src/lib/util/container/avl.cc | C++ | gpl-2.0 | 1,494 |
-- MySQL dump 10.13 Distrib 5.6.9-rc, for Win64 (x86_64)
--
-- Host: localhost Database: unused
-- ------------------------------------------------------
-- Server version 5.6.9-rc
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
... | Hlkz/Acore | sql/base/unused/worldstatezonesounds.sql | SQL | gpl-2.0 | 5,644 |
<!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/html; charset=utf-8" />
<title>马赛克</title>
<meta name="keywords" content="" />
<meta name=... | 306076197/hudson | cpyfw/cpfl/bhz/2014-03-07/112.html | HTML | gpl-2.0 | 16,169 |
package org.anarres.qemu.qapi.api;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonUnwrapped;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import java... | shevek/qemu-java | qemu-qapi/src/main/java/org/anarres/qemu/qapi/api/NFSServer.java | Java | gpl-2.0 | 1,832 |
# qué es
este proyecto consta de dos servidores:
- servidor de websockets
- servidor normal y corriente http
# requisitos
- redis: `apt-get install redis-server`
- nginx: `apt-get install nginx`
### ws
el primero está en la carpeta **ws** y necesita un npm install.
vamos a levantar varias instancias con:
- `node... | exo-do/misc | multiple instance ws server/README.md | Markdown | gpl-2.0 | 1,293 |
/* Copyright (C) 2013 Rainmeter Project Developers
*
* This Source Code Form is subject to the terms of the GNU General Public
* License; either version 2 of the License, or (at your option) any later
* version. If a copy of the GPL was not distributed with this file, You can
* obtain one at <https://www.gnu.... | tomkort/rainmeter | Common/Gfx/CanvasD2D.cpp | C++ | gpl-2.0 | 16,684 |
/*
* lingot, a musical instrument tuner.
*
* Copyright (C) 2004-2020 Iban Cereijo.
* Copyright (C) 2004-2008 Jairo Chapela.
*
* This file is part of lingot.
*
* lingot 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 S... | ibancg/lingot | src/lingot-audio-pulseaudio.h | C | gpl-2.0 | 1,060 |
/*
Copyright (c) 1993 Richard V. Nash.
Copyright (C) Andrew Tridgell 2002
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... | ddugovic/capablanca | src/board.h | C | gpl-2.0 | 6,858 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
<img src="/assets/openaviationmap.svg" style="float:left; margin:10px">
<div style="float:left;">
<h1>File not found</h1>
<p>Couldn't find a file/directory/API operation by that name on ... | molysgaard/RailsPortOAM | public/404.html | HTML | gpl-2.0 | 630 |
.icon-botellas-azules { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } | keylorm/lucesycolores | sites/all/themes/lucesycolores/font/font-botella-azul/fontello-ie7-codes.css | CSS | gpl-2.0 | 114 |
## Source
check [here](https://www.youtube.com/watch?v=1_zRHgX8Gqw)
#### Connected Components
if there are 4 vertex in a graph, what is minimum number of edges required to make connected component of 4 vertices ?
n - 1 = 3 edges
#### Spanning Tree
Spanning Tree is a subset of a graph, which has all the nodes connec... | Shashi-Bhushan/General | cp-trials/src/main/java/in/shabhushan/cp_trials/tree/README.md | Markdown | gpl-2.0 | 2,704 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.IO;
using System.Xml.Serialization;
using System.Text;
using System.Windows.Forms;
using LJH.GeneralLibrary.Core.DAL;
using LJH.GeneralLibrary.... | ljh198275823/500-SteelRoll-Inventory | Source/LJH.Inventory.UI/Forms/FrmMasterBaseEX.cs | C# | gpl-2.0 | 27,659 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META name="GENERATOR" content="hevea 1.10">
<LINK rel="stylesheet" type="text/css" href="cascmd_fr.css">
<TITLE>Créat... | hiplayer/giac | giac/giac-1.2.3/doc/fr/cascmd_fr/cascmd_fr563.html | HTML | gpl-2.0 | 1,686 |
#ifndef lint
// static char rcsid[] = "$ StrToPmap.c <thoth>, what a hack $";
#endif /* lint */
/*
This resource converter assumes the default visual.
You can change this by setting the integer variable
Xfwf_StringToPixmap_AssumeDefaultVisual to 0.
This will activate code that exercises a bug in the A... | xtforever/xtcw | lib/StrToPmap.c | C | gpl-2.0 | 9,839 |
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $inserted_sql</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-prin... | mgsolipa/b2evolution_phpxref | _variables/inserted_sql.html | HTML | gpl-2.0 | 5,205 |
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>向 ZeroNet捐助 - ZeroNet</title>
<link rel="sh... | stgapr/zeronet-Documentation-ZH_CN | docs/help_zeronet/contributing/index.html | HTML | gpl-2.0 | 12,291 |
---
layout: default
---
<div style="height:51px;"></div>
<div class="home">
<div class="content-col-wrapper">
<div class="content-col content-col-1">
<div style="color: #505050; font-family: 'Roboto', sans-serif; font-weight:400; font-size:21px; letter-spacing: -1px;">
Blog
</... | SchuermannEu/schuermanneu.github.io | index.html | HTML | gpl-2.0 | 3,320 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>第8章</title>
<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css">
</head>
<body>
<div class="c... | letshare/code | js/8/index.html | HTML | gpl-2.0 | 16,787 |
# WooCommerce show upsells after add to cart
Shows upsell products attached to product under added to cart message.
## Screenshot

| mikaelz/wp-plugin | woocommerce-upsells-after-addtocart/README.md | Markdown | gpl-2.0 | 246 |
/***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... | renolui/RenoStudio | Player/lib/rbcodec/codecs/wmavoice.c | C | gpl-2.0 | 6,718 |
<?php
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
class StatehistoryQuery extends IdoQuery
{
protected $types = array(
'soft_state' => 0,
'hard_state' => 1
);
protected $columnMap = array(
'statehistory'... | tunghoang/snmp-ts-stt-icingaweb2 | modules/monitoring/library/Monitoring/Backend/Ido/Query/StatehistoryQuery.php | PHP | gpl-2.0 | 2,524 |
/*
* Rvzware based in CAPAWARE 3D
*
* Rvzware 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.1 of the License, or (at your option)
* any later version.
*
* Rvzware is distribu... | BackupTheBerlios/rvzware | src/iosg/gui/OsgWidget.cpp | C++ | gpl-2.0 | 8,564 |
/* Copyright (c) 2011, 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 hope th... | dagnarf/i957kernel | arch/arm/mach-msm/subsystem_restart.c | C | gpl-2.0 | 13,570 |
package freenet.node;
import java.util.List;
import java.util.Vector;
import freenet.io.comm.Peer;
public interface PacketFormat {
boolean handleReceivedPacket(byte[] buf, int offset, int length, long now, Peer replyTo);
/**
* Maybe send something. A SINGLE PACKET. Don't send everything at once, for two reason... | wnoisephx/fred-official | src/freenet/node/PacketFormat.java | Java | gpl-2.0 | 1,733 |
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
int squaresumdigits (int number)
{
int sum = 0;
int input = number;
while (input)
{
int digit = input % 10;
sum += digit * digit;
input /= 10;
}
//printf("%d\n",sum);
return sum;
}
bool isHappy (int n)
{
int... | dliul/myleetcode | happyNumber.c | C | gpl-2.0 | 779 |
<html>
<HEAD>
<LINK REL="StyleSheet" TYPE="text/css" HREF="exportdetails_item_standard_black.css"></LINK>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<TITLE>A Man Called Kev #1</TITLE>
</HEAD>
<BODY onload="initPage();">
<div align="center">
<div class="navigation" a... | MiniSEC/MiniSEC.github.io | assets/comics/Library/details/26636.html | HTML | gpl-2.0 | 6,992 |
<?php
/**
* @package Gantry5
* @author RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2015 RocketTheme, LLC
* @license Dual License: MIT or GNU/GPLv2 and later
*
* http://opensource.org/licenses/MIT
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Gantry Framework code that exten... | JozefAB/neoacu | libraries/gantry5/classes/Gantry/Component/Stylesheet/LessCompiler.php | PHP | gpl-2.0 | 4,104 |
/*
* linux/drivers/sound/pxa-ac97.c -- AC97 interface for the Cotula chip
*
* Author: Nicolas Pitre
* Created: Aug 15, 2001
* Copyright: MontaVista Software Inc.
*
* 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
* ... | rickgaiser/linux-2.4.17-ps2 | drivers/sound/pxa-ac97.c | C | gpl-2.0 | 8,133 |
/* linux/arch/arm/plat-s3c64xx/dev-spi.c
*
* Copyright (C) 2009 Samsung Electronics Ltd.
* Jaswinder Singh <jassi.brar@samsung.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 as
* published by the Free Software Foundat... | wangxingchao/s3c6410 | arch/arm/mach-s3c64xx/dev-spi.c | C | gpl-2.0 | 4,101 |
local mod = DBM:NewMod(184, "DBM-Party-Cataclysm", 11, 76)
local L = mod:GetLocalizedStrings()
mod:SetRevision(("$Revision: 147 $"):sub(12, -3))
mod:SetCreatureID(52053)
mod:SetZone()
mod:RegisterCombat("combat")
mod:RegisterEventsInCombat(
"SPELL_AURA_APPLIED",
"SPELL_CAST_START"
)
mod.onlyHeroic = true
local w... | davymai/CN-QulightUI | Interface/AddOns/DBM-Party-Cataclysm/ZulGurub/Zanzil.lua | Lua | gpl-2.0 | 2,289 |
supportutils-plugin-hae
========
Supportconfig plugin for SUSE Linux Enteprise High Availability
Extension. It is based on a customized version of "hahealth", a tool
to perform basic health check against the core components of a
Linux-HA clusters.
hahealth is, in turn, based on hb_report from where it takes part of
t... | jkalcic/supportutils-plugin-hae | README.md | Markdown | gpl-2.0 | 867 |
<?php
/**
* Generic icon view.
*
* @package Elgg
* @subpackage Core
*
* @uses $vars['entity'] The entity the icon represents - uses getIconURL() method
* @uses $vars['size'] topbar, tiny, small, medium (default), large, master
* @uses $vars['href'] Optional override for link
*/
$entity = $vars['entity'];
... | lorea/Elgg | mod/videolist/views/default/icon/object/videolist_item.php | PHP | gpl-2.0 | 1,025 |
/*
* Header for MultiMediaCard (MMC)
*
* Copyright 2002 Hewlett-Packard Company
*
* Use consistent with the GNU GPL is permitted,
* provided that this copyright notice is
* preserved in its entirety in all copies and derived works.
*
* HEWLETT-PACKARD COMPANY MAKES NO WARRANTIES, EXPRESSED OR IMPLIED,
* AS TO... | p12tic/tf700-kernel | include/linux/mmc/mmc.h | C | gpl-2.0 | 16,749 |
/*
* Copyright (c) 2015-2016 Cray Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this source tree... | spud93/libfabric | prov/gni/test/mr.c | C | gpl-2.0 | 38,650 |
/*
singlecolumnobjectproxymodel.h
This file is part of GammaRay, the Qt application inspection and
manipulation tool.
Copyright (C) 2010-2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com
Author: Volker Krause <volker.krause@kdab.com>
This program is free software; you can redistribut... | 02JanDal/GammaRay | core/singlecolumnobjectproxymodel.h | C | gpl-2.0 | 2,547 |
package fr.inria.contraintes.biocham.modelData;
import fr.inria.contraintes.biocham.BiochamDynamicTree;
import fr.inria.contraintes.biocham.BiochamMainFrame;
import fr.inria.contraintes.biocham.BiochamModel;
import fr.inria.contraintes.biocham.BiochamModelElement;
import fr.inria.contraintes.biocham.WorkbenchArea;
imp... | Thomashuet/Biocham | gui/modelData/ParamTableRules.java | Java | gpl-2.0 | 32,668 |
<?php
/*
Template Name: Wide Header Image Page
*/
?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php if(get_the_post_thumbnail()): ?>
<div class="wrapper-negative container-fluid wide-header">
<div class="row">
<div class="col-sm-12">
<?php the_post_thumbnail(full); ?>
</div>
</d... | vimpelli/novastar2015dev | wp-content/themes/novastar2015/templates/wideheaderimage.php | PHP | gpl-2.0 | 573 |
import { computed, toRefs } from '@vue/composition-api'
export const useInputValueToggleProps = {
label: {
type: String
},
options: {
type: Array,
default: () => ([
{ value: 0 },
{ value: 1, color: 'var(--primary)' }
])
},
hints: {
type: Array
}
}
export const useInputValue... | inverse-inc/packetfence | html/pfappserver/root/src/composables/useInputValueToggle.js | JavaScript | gpl-2.0 | 2,215 |
/*
* Copyright (C) 2016 Felix "KoffeinFlummi" Wiegand
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Th... | Braini01/armake | src/matrix.h | C | gpl-2.0 | 1,306 |
# -*- coding: utf-8 -*-
"""
***************************************************************************
v_univar.py
---------------------
Date : December 2012
Copyright : (C) 2012 by Victor Olaya
Email : volayaf at gmail dot com
****************************... | bstroebl/QGIS | python/plugins/sextante/grass/ext/v_univar.py | Python | gpl-2.0 | 1,499 |
/*
* Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/>
*
* Copyright (C) 2008-2010 Trinity <http://www.trinitycore.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 vers... | milleniumcore/CactusEMU | src/server/game/Entities/GameObject/GameObject.cpp | C++ | gpl-2.0 | 64,195 |
<html lang="en">
<head>
<title>Derived Types and struct - The GNU Fortran Compiler</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="The GNU Fortran Compiler">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up"... | eckucukoglu/arm-linux-gnueabihf | share/doc/gcc-linaro-arm-linux-gnueabihf/html/gfortran/Derived-Types-and-struct.html | HTML | gpl-2.0 | 3,905 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu May 18 11:17:06 COT 2017 -->
<title>CalendarUtils</title>
<meta name="date" content="2017-05-18">
<link rel="stylesheet" typ... | UnaCloud/UnaCloud2 | docs/uniandes/unacloud/common/utils/CalendarUtils.html | HTML | gpl-2.0 | 8,818 |
/****************************************************************************
** Resource object code
**
** Created: Tue May 21 13:17:21 2013
** by: The Resource Compiler for Qt version 4.8.2
**
** WARNING! All changes made in this file will be lost!
****************************************************************... | katastrofa/TeamWorkTimer | src/GeneratedFiles/qrc_teamworkpmtimer.cpp | C++ | gpl-2.0 | 717 |
<definitions targetNamespace="http://rs.tdwg.org/tapir/lsid/Authority"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:httpsns="http://www.omg.org/LSID/2003/DataServiceHTTPBindings">
<import namespace="http://www.omg.org/LSID/2... | telabotanica/tapirlink | templates/LsidDataServices.wsdl.php | PHP | gpl-2.0 | 902 |
package drawing;
import math.VectorMath;
/**
*
* @author Mark Traquair - Started in 2013/14
*/
public class Collision {
VectorMath math = new VectorMath();
private boolean doTheMath(Point point1, Point point2){
//This is the dot product of point 2 - point1
return ((poi... | WorldsBestCoder/PlanetSimulation | src/drawing/Collision.java | Java | gpl-2.0 | 3,059 |
/*
* Copyright (C) 2005-2014 Team XBMC
* http://xbmc.org
*
* This Program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* ... | codesnake/xbmc | xbmc/video/videosync/VideoSyncDRM.cpp | C++ | gpl-2.0 | 4,875 |
var passport = require('passport');
var LocalStrategy = require('passport-local').Strategy;
var bodyParser = require('body-parser')
var chip = require('../../chip.js');
var Syndicate = require('../../model/syndicate');
var Account = require('../../model/account');
var Group = require('../../model/group');
var Engine = ... | uzrbin/chip | src/face/routes/account.js | JavaScript | gpl-2.0 | 3,788 |
//
// RestaurantGuard.h
// demoProtocol
//
// Created by techmaster on 9/11/13.
// Copyright (c) 2013 Techmaster. All rights reserved.
//
#import <Foundation/Foundation.h>
@protocol RestaurantGuard <NSObject>
@required
- (BOOL) isHeightOver18;
- (void) speakEnglish;
@optional
- (void) speakJapanese;
@end
| phupn/IOS18_HomeWork | HomeWork_Day06/HomeWork_Day06/demoProtocol/RestaurantGuard.h | C | gpl-2.0 | 313 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.