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 |
|---|---|---|---|---|---|
/**
*
* Copyright (C) 2006 Lauri Koponen
*
* 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 pro... | PrepETNA2015/OSCL-Reload | Sources/checker-src/checker/LogEntry.java | Java | gpl-3.0 | 1,855 |
[](https://www.codefactor.io/repository/github/vallieremagic/wordconscious/overview/master)
# WordConscious
A simple word game.
| ValliereMagic/WordConscious | README.md | Markdown | gpl-3.0 | 228 |
/***************************************************************************
* *
* This file was automatically generated using idlc.js *
* PLEASE DO NOT EDIT!!!! *
* ... | zhangf911/fibjs | fibjs/include/ifs/X509Crl.h | C | gpl-3.0 | 3,184 |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance wit... | frostasm/qt-creator | src/plugins/cpptools/cppmodelmanager_test.cpp | C++ | gpl-3.0 | 48,022 |
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - Events</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mo... | RossGammon/the-gammons.net | RossFamilyTree/evt/5/3/d15f6092f1075ffa0bdb8cc0b35.html | HTML | gpl-3.0 | 2,907 |
sonic = {}
sonic.animations={}
function create_hill(start_y,end_y,length)
hill = {} -- a hill is an object
hill.start_y = start_y
hill.end_y = end_y
hill.length = length
return hill
end
function create_level(total_width,max_height,min_height)
level = {}
level.hills={}
remaining_... | palad1/Yannicks-s-game | 3-level/main.lua | Lua | gpl-3.0 | 3,940 |
package hu.unideb.inf.aknakeresog.Controller;
import javafx.application.Application;
import static javafx.application.Application.launch;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public cl... | sferenc/Progtech | src/main/java/hu/unideb/inf/aknakeresog/Controller/MainApp.java | Java | gpl-3.0 | 1,045 |
/* This file is part of Chummer5a.
*
* Chummer5a 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.
*
* Chummer5a is distrib... | OLStefan/chummer5a | Chummer/Character Creation/frmKarmaMetatype.cs | C# | gpl-3.0 | 67,173 |
/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2012 University of California, Los Angeles
*
* 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... | spirosmastorakis/ndnSIM-development | examples/ndn-simple-with-link-failure.cc | C++ | gpl-3.0 | 3,861 |
Imports System
'
' * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
' * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
' *
'
Namespace javax.print.attribute.standard
''' <summary>
''' Class... | amethyst-asuka/java_dotnet | javax/print/attribute/standard/PrintQuality.vb | Visual Basic | gpl-3.0 | 3,638 |
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#323838">
<meta name="keywords" content="web, converters">
<title>InputZone - Web ffmpeg Beta</title>
<meta na... | Vloz/inputzone-client | web/ffmpeg.html | HTML | gpl-3.0 | 1,240 |
#!/bin/bash
# ============================================================================
# Copyright © 2017, Robert Gollagher.
# SPDX-License-Identifier: GPL-3.0+
#
# Program: mk.sh
# Copyright © Robert Gollagher 2017
# Author : Robert Gollagher robert.gollagher@freeputer.net
# Created: 20150713
# Updated:... | RobertGollagher/Freeputer | pre-alpha/pre-alpha2.0/dev/fvm/js/mk.sh | Shell | gpl-3.0 | 1,351 |
<?php
/**
* @version $Id: default.php 2013-07-11
* @copyright Copyright (C) 2013 Leonardo Alviarez - Edén Arreaza. All Rights Reserved.
* @license GNU General Public License version 3, or later
* @note Note : All ini files need to be saved as UTF-8 - No BOM
*/
defined('_JEXEC') or die;
// Include the componen... | lalviarez/thor_hospedaje | site/views/availabilityrooms/tmpl/default.php | PHP | gpl-3.0 | 7,513 |
--
-- Table structure for table galette_paypal_types_cotisation_prices
--
DROP TABLE IF EXISTS galette_paypal_types_cotisation_prices;
CREATE TABLE galette_paypal_types_cotisation_prices (
id_type_cotis integer REFERENCES galette_types_cotisation ON DELETE CASCADE,
amount real DEFAULT '0',
PRIMARY KEY (id_type_c... | galette/plugin-paypal | scripts/pgsql.sql | SQL | gpl-3.0 | 1,802 |
/**
* @file
*
* Point cloud support for the Stanford PLY format.
*/
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include <vector>
#include <string>
#include <map>
#include <istream>
#include <sstream>
#include <iterator>
#include <algorithm>
#include <boost/lexical_cast.hpp>
#include <boost/utility.hpp>
#include... | bmerry/mlsgpu | extras/ply.cpp | C++ | gpl-3.0 | 9,765 |
/*
Copyright (C) 2007-2011 Database Group - Universita' della Basilicata
Giansalvatore Mecca - giansalvatore.mecca@unibas.it
Salvatore Raunich - salrau@gmail.com
This file is part of ++Spicy - a Schema Mapping and Data Exchange Tool
++Spicy is free software: you can redistribute it and/or mod... | dbunibas/spicy | spicyEngine/src/it/unibas/spicy/parser/output/TGDMappingTaskParser.java | Java | gpl-3.0 | 123,460 |
/*
* irc-message.c - functions for IRC messages
*
* Copyright (C) 2003-2018 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*
* WeeChat is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publis... | maxteufel/weechat | src/plugins/irc/irc-message.c | C | gpl-3.0 | 36,810 |
RESOLUTIONS=("100kb" "200kb" "400kb" "800kb" "1000kb")
for i in "${RESOLUTIONS[@]}"; do ./script.sh $i; done;
| New-College-of-Florida/Jonathan-Niles-Thesis | code/epigenetics/cebpb/run.sh | Shell | gpl-3.0 | 110 |
import re
import asyncio
import threading
from collections import defaultdict
def connector(bot, dispatcher, NICK, CHANNELS, PASSWORD=None):
@bot.on('client_connect')
async def connect(**kwargs):
bot.send('USER', user=NICK, realname=NICK)
if PASSWORD:
bot.send('PASS', password=PAS... | AiAeGames/DaniBot | dispatcher.py | Python | gpl-3.0 | 4,840 |
#define F_CPU 8000000UL
#include <avr/io.h>
#include <avr/interrupt.h>
#include <inttypes.h>
#include <util/delay.h>
#include <stdlib.h>
// 1WIRE CONFIG
#define DQ 2 // pin DQ termometru DS1822-PAR
#define THERM_DDRx DDRD
#define THERM_PINx PIND
#define STRONG_PULL_UP_DDR DDRC
#define STRONG_PULL_UP_PORT PORTC
#defin... | slawciu/rzeczybezinternetu | FunWithFan/main.c | C | gpl-3.0 | 4,071 |
#ifndef __TRIP__INTRO_SORT__HPP__
#define __TRIP__INTRO_SORT__HPP__
#include <boost/threadpool.hpp>
#include <stdlib.h>
#include <vector>
#include <algorithm>
namespace trip
{
namespace detail
{
inline int bsr(int _value)
{
int result;
#if defined __i386 && defined __GNUC__
__asm__("bsrl %1, %0 \n\t"
: "=r"(re... | purpleKarrot/JunkLoad | tools/sort/intro_sort.hpp | C++ | gpl-3.0 | 2,925 |
using System;
using System.Collections.Generic;
using System.Linq;
using Epam.JDI.Commons;
using Epam.JDI.Core.Attributes;
using Epam.JDI.Core.Interfaces.Base;
using Epam.JDI.Core.Interfaces.Common;
using Epam.JDI.Core.Interfaces.Complex;
using Epam.JDI.Web.Selenium.Attributes;
using Epam.JDI.Web.Selenium.Elements.Bas... | alexeykuptsov/JDI | C#.Net/JDI/Web/Selenium/Elements/Composite/Form.cs | C# | gpl-3.0 | 7,241 |
/*
* This file is part of Cleanflight.
*
* Cleanflight 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.
*
* Cleanflight is distr... | midelic/betaflight | src/main/cms/cms_menu_blackbox.c | C | gpl-3.0 | 2,902 |
default:
go build -o finddupe
install:
go build -o ${GOPATH}/bin/finddupe github.com/antonyho/go-dupefinder
build-deps:
dep init
update-deps:
dep ensure -update
test:
go test
| antonyho/go-dupefinder | Makefile | Makefile | gpl-3.0 | 185 |
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'embedbase', 'hr', {
pathName: 'objekt medija',
title: 'Media Embed',
button: 'Umetanje Media Embed',
unsupportedUrlGiven: 'Nav... | ernestbuffington/PHP-Nuke-Titanium | includes/wysiwyg/ckeditor/plugins/embedbase/lang/hr.js | JavaScript | gpl-3.0 | 676 |
% This is part of Le Frido
% Copyright (c) 2006-2022
% Laurent Claessens, Carlotta Donadello
% See the file fdl-1.3.txt for copying conditions.
%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
\section{Règles de calcul}
%+++++++++++++++++++... | LaurentClaessens/mazhe | tex/frido/219_analyseR.tex | TeX | gpl-3.0 | 120,884 |
# clipmenu-im
`clipmenu-im(proved)` is a simple clipboard history managment script in `bash`.
This version allows you to manage (add, remove, purge) entries in your clipboard history.
## Features:
- **copy** an entry from history to clipboard
- **remove** entries from history on demand (dude, I missed this one)
- *... | ogeno/clipmenu-im | README.md | Markdown | gpl-3.0 | 2,107 |
#include "cc430x513x.h"
#include "config.h"
#include "radio.h"
#include "radio/RF1A.h"
#include "radio/hal_pmm.h"
#include "I2Croutines.h"
#include <stdio.h>
void accurate_clk(void);
void init(void);
void send_debug(char*);
void send_packet(void);
uint16_t crc_xmodem_update (uint16_t crc, uint8_t data);
#define BITHI... | suspaceflight/rocket-logger | firmware/main.c | C | gpl-3.0 | 14,056 |
import unittest
from aiourlstatus import app
class TestEmpty(unittest.TestCase):
def test_no_urls(self):
data = ''
urls, len_urls = app.find_sort_urls(data)
self.assertEqual(urls, [])
self.assertEqual(len_urls, 0)
class TestTXT(unittest.TestCase):
def test_parse_text(self):
... | riverrun/aiourlstatus | tests/parse_test.py | Python | gpl-3.0 | 990 |
$.components.register("ajax", {
defaults: {
},
init: function(context) {
},
api: function() {
$(document).on('click.site.ajax', '[data-plugin="ajax"]', function(e) {
e.preventDefault();
var $this = $(this);
var href, url = $(this).attr('data-target') || (href = $(this... | meloncocoo/spring-based | web-ui/html/global/src/js/components/ajax.js | JavaScript | gpl-3.0 | 759 |
using CP77.CR2W.Reflection;
using FastMember;
using static CP77.CR2W.Types.Enums;
namespace CP77.CR2W.Types
{
[REDMeta]
public class STransformAnimationPlayEventData : CVariable
{
[Ordinal(0)] [RED("timeScale")] public CFloat TimeScale { get; set; }
[Ordinal(1)] [RED("looping")] public CBool Looping { get; set;... | Traderain/Wolven-kit | CP77.CR2W/Types/cp77/STransformAnimationPlayEventData.cs | C# | gpl-3.0 | 525 |
# -*- coding: utf-8 -*-
#
# Copyright (C) Pootle contributors.
# Copyright (C) Zing contributors.
#
# This file is a part of the Zing project. It is distributed under the GPL3
# or later license. See the LICENSE file for a copy of the license and the
# AUTHORS file for copyright and authorship information.
import json... | iafan/zing | pootle/core/views/api.py | Python | gpl-3.0 | 10,141 |
<?php
/**
* Sidebar for single post.
*
* @subpackage GuleTheme
*
*/
?>
<?php if ( is_active_sidebar( 'sidebar-post' ) ) : ?>
<div id="sidebar" class="widget-area col-md-4 col-sm-4">
<?php dynamic_sidebar( 'sidebar-post' ); ?>
</div><!-- #sidebar -->
<?php else : ?>
<div id="sidebar" clas... | talentedaamer/Gule | sidebar-post.php | PHP | gpl-3.0 | 637 |
// Mantid Repository : https://github.com/mantidproject/mantid
//
// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
// NScD Oak Ridge National Laboratory, European Spallation Source
// & Institut Laue - Langevin
// SPDX - License - Identifier: GPL - 3.0 +
#include "MantidQtWidgets/SpectrumViewe... | mganeva/mantid | qt/widgets/spectrumviewer/src/EModeHandler.cpp | C++ | gpl-3.0 | 2,521 |
<?php
// Website: WWW.OpenCartArab.com
// E-Mail : info@OpenCartArab.com
// Text
$_['text_refine'] = 'الأقسام الفرعية';
$_['text_product'] = 'المنتجات';
$_['text_error'] = 'لم يتم العثور على القسم !';
$_['text_empty'] = 'لا توجد منتجات في هذا القسم .';
$_['text_quantity'] = 'الكمية:';
$_... | taylorsuccessor/baghli | catalog/language/arabic/product/category.php | PHP | gpl-3.0 | 2,047 |
# frozen_string_literal: true
class SearchQuerySanitizationService
ANYTHING_EXCEPT_NUMBERS_AND_SPACE_REGEX = /[^[[:digit:]] ]+/.freeze
ANYTHING_EXCEPT_NUMBERS_SPACE_PERIOD_REGEX = /[^[[:digit:]]. ]+/.freeze
ANYTHING_EXCEPT_NUMBERS_REGEX = /[^[[:digit:]]]+/.freeze
ANYTHING_EXCEPT_LETTERS_NUMBERS_COMMON_PUNCTUAT... | rabid/nzsl-online | app/services/search_query_sanitization_service.rb | Ruby | gpl-3.0 | 3,401 |
---
layout: politician2
title: r chandrika kattakada
profile:
party: RPI
constituency: Thiruvananthapuram
state: Kerala
education:
level: 10th Pass
details: p.d.c. from kerala university
photo:
sex:
caste:
religion:
current-office-title:
crime-accusation-instances: 0
date-of-birth: ... | vaibhavb/wisevoter | site/politicians/_posts/2014-04-09-r-chandrika-kattakada.md | Markdown | gpl-3.0 | 1,149 |
<!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_65) on Fri Dec 27 15:04:02 EST 2013 -->
<TITLE>
LexicalChain
</TITLE>
<META NAME="date" CONTENT="2013-12-27">
<LINK REL ="stylesheet" TYPE="text/cs... | boompieman/iim_project | open_rogets_1.4/doc/lexicalChain/LexicalChain.html | HTML | gpl-3.0 | 18,873 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=2.0">
<title>ColReorder example - ColVis integration</title>
<link re... | csalgadow/demokratian_2.x.x | modulos/DataTables-1.10.3/extensions/ColReorder/examples/colvis.html | HTML | gpl-3.0 | 29,826 |
{% extends "global/Page.html" %}
{% load staticfiles otree_tags %}
{% block title %}
Partie 1
{% endblock %}
{% block content %}
<head>
<style>
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
th {
b... | anthropo-lab/XP | Fabrice_equiv_certain/templates/Fabrice_equiv_certain/Tableau_1_1.html | HTML | gpl-3.0 | 10,016 |
# Makefile.in generated by automake 1.11 from Makefile.am.
# man/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# This Makefile.in is free software; the Free Software ... | OS2World/MM-UTIL-ChordII | man/Makefile | Makefile | gpl-3.0 | 12,848 |
using System.IO;
using System.Runtime.Serialization;
using WolvenKit.CR2W.Reflection;
using FastMember;
using static WolvenKit.CR2W.Types.Enums;
namespace WolvenKit.CR2W.Types
{
[DataContract(Namespace = "")]
[REDMeta]
public class CR4ResourceDefinitionsDLCMounter : IGameplayDLCMounter
{
[Ordinal(1)] [RED("reso... | Traderain/Wolven-kit | WolvenKit.CR2W/Types/W3/RTTIConvert/CR4ResourceDefinitionsDLCMounter.cs | C# | gpl-3.0 | 833 |
/*
* mssql.cpp
*
* Created on: Jul 20, 2012
* Author: lion
*/
#include "object.h"
#include "ifs/db.h"
#ifdef _WIN32
#include "mssql.h"
#include "Url.h"
#include "DBResult.h"
#include "Buffer.h"
#include "date.h"
#include "trans.h"
namespace fibjs {
result_t db_base::openMSSQL(exlib::string connString, o... | onceyoung/fibjs | fibjs/src/db/sql/mssql.cpp | C++ | gpl-3.0 | 9,056 |
<!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... | gaspa92/SintetizadorAnalogico_EDU-CIAA | documentacion_util/lpcopen_2_16_docs_18xx_43xx/lpc__phy__dp83848_8c_source.html | HTML | gpl-3.0 | 53,565 |
// tex.h -- texture base class
//
// Copyright (C) 2008, 2010, 2011, 2013 Miles Bader <miles@gnu.org>
//
// This source code 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... | snogglethorpe/snogray | texture/tex.h | C | gpl-3.0 | 1,624 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_11) on Mon Jun 16 17:36:06 PDT 2014 -->
<title>Uses of Interface javax.imageio.ImageTranscoder (Java Platform SE 8 )</title>
<meta name="date" ... | DeanAaron/jdk8 | jdk8en_us/docs/api/javax/imageio/class-use/ImageTranscoder.html | HTML | gpl-3.0 | 10,229 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_11) on Mon Jun 16 17:36:04 PDT 2014 -->
<title>Uses of Class java.lang.Compiler (Java Platform SE 8 )</title>
<meta name="date" content="2014-0... | DeanAaron/jdk8 | jdk8en_us/docs/api/java/lang/class-use/Compiler.html | HTML | gpl-3.0 | 4,893 |
//
// SuperTuxKart - a fun racing game with go-kart
// Copyright (C) 2007-2008 Robert Schuster <robertschuster@fsfe.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... | clbr/stk | src/input/input.hpp | C++ | gpl-3.0 | 5,551 |
/* FormBundle */
.form-submitaction-group-header {
font-size: 1.1em;
font-weight: bold;
}
#mauticforms_fields .mauticform-row, #mauticforms_actions .mauticform-row {
padding: 10px;
}
#mauticforms_fields .mauticform-row {
margin-bottom: 0 !important;
}
#mauticforms_actions .mauticform-row .action-labe... | mqueme/mautic | app/bundles/FormBundle/Assets/css/form.css | CSS | gpl-3.0 | 1,488 |
\section{Sensors}
\label{ss:aquagpusph:sensors}
%
In \NAME sensors are points where pressure and density fields will be measured. The method to add sensors into
the simulations has been described in the section \ref{sss:XML:Sensors}.\rc
%
Internally, the sensors are set as particles similar to the fluid ones, but with ... | Juanlu001/aquagpusph | doc/userManual/sensors.tex | TeX | gpl-3.0 | 2,071 |
<html><body>Magister Errickin:<br>
You don't have to introduce yourself--I already know all about you. I am Magister Errikin. Perhaps you've already noticed that this town is a dangerous place. You could easily be called on to defend not only your life, but more importantly, your honor.<br>
<Button ALIGN=LEFT ICON="NOR... | karolusw/l2j | game/data/scripts/ai/npc/Trainers/HealerTrainer/30701.html | HTML | gpl-3.0 | 753 |
//placeholder for custom scripts | Renogmusic/GStore | GStore/GStoreWeb/Content/Server/Scripts/Scripts.js | JavaScript | gpl-3.0 | 35 |
var classConsor_1_1RadioBox =
[
[ "RadioBox", "classConsor_1_1RadioBox_aae20cff4d62bf98f51a48d77599a3481.html#aae20cff4d62bf98f51a48d77599a3481", null ],
[ "~RadioBox", "classConsor_1_1RadioBox_a7e6c1b1b1b6474b2f9af331f135cfe7e.html#a7e6c1b1b1b6474b2f9af331f135cfe7e", null ],
[ "AddChoice", "classConsor_1_1... | KateAdams/kateadams.eu | static/*.kateadams.eu/Consor/Doxygen/classConsor_1_1RadioBox.js | JavaScript | gpl-3.0 | 1,690 |
//
// UMLayerSCCPApplicationContextProtocol.h
// ulibsccp
//
// Created by Andreas Fink on 24.01.17.
// Copyright © 2017 Andreas Fink (andreas@fink.org). All rights reserved.
//
#import <Foundation/Foundation.h>
#import "UMSCCP_FilterProtocol.h"
@class UMLayerMTP3;
@protocol UMLayerSCCPApplicationContextProtocol<... | andreasfink/ulibsccp | Classes/UMLayerSCCPApplicationContextProtocol.h | C | gpl-3.0 | 579 |
/**********************************************************
* Version $Id$
*********************************************************/
///////////////////////////////////////////////////////////
// //
// SAGA //
// ... | UoA-eResearch/saga-gis | saga-gis/src/saga_core/saga_api/api_file.cpp | C++ | gpl-3.0 | 17,368 |
# What's new
The contents of this page are copied over from CHANGELOG.md when the Github Action "Build Docs" runs. So, to edit this page, see CHANGELOG.md which does not live in the docs folder, it's at the root of the repository.
| Tangerine-Community/Tangerine | docs/whats-new.md | Markdown | gpl-3.0 | 232 |
package org.vpac.ndg.query.iteration;
import java.util.Collection;
import java.util.Iterator;
/**
* Flattens any number of iterables of the same type.
* @author Alex Fraser
*
* @param <T> The type contained in the iterables.
*/
public class Flatten<T> implements Iterable<T> {
private Collection<? extends Itera... | vpac-innovations/rsa | src/rsaquery/src/main/java/org/vpac/ndg/query/iteration/Flatten.java | Java | gpl-3.0 | 1,274 |
from datetime import timedelta
from django import template
import ws.utils.dates as date_utils
import ws.utils.perms as perm_utils
from ws import forms
from ws.utils.itinerary import get_cars
register = template.Library()
@register.inclusion_tag('for_templatetags/show_wimp.html')
def show_wimp(wimp):
return {
... | DavidCain/mitoc-trips | ws/templatetags/medical_tags.py | Python | gpl-3.0 | 1,991 |
'use strict';
var localConnection;
var remoteConnection;
var sendChannel;
var receiveChannel;
var pcConstraint;
var dataConstraint;
var dataChannelSend = document.querySelector('textarea#dataChannelSend');
var dataChannelReceive = document.querySelector('textarea#dataChannelReceive');
var startButton = document.queryS... | Kebatoufragile/Videodorant | public/js/comments.js | JavaScript | gpl-3.0 | 5,410 |
/*
* Copyright 2014 Rohan Garg <rohan@kde.org>
* Copyright 2021 Harald Sitter <sitter@kde.org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License or (at... | KDE/kubuntu-notification-helper | src/daemon/driverevent/driverevent.cpp | C++ | gpl-3.0 | 6,107 |
/*******************************************************************************
* Copyright 2015 Dimitri L. <dimdimdimdim at gmx dot fr>
*
* 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 Foundati... | dimdimdimdim/geenie-firmware | src/system/kernel/archs/win32/keyboard.cpp | C++ | gpl-3.0 | 3,037 |
package models
// This file was generated by the swagger tool.
// Editing this file might prove futile when you re-run the swagger generate command
import (
strfmt "github.com/go-openapi/strfmt"
"github.com/go-openapi/swag"
"github.com/go-openapi/errors"
)
// VirtualMachineScaleSetExtensionProfile Describes a vi... | jkawamoto/roadie | cloud/azure/compute/models/virtual_machine_scale_set_extension_profile.go | GO | gpl-3.0 | 1,378 |
package allegro.input.events;
import allegro.math.BitAlgorithms;
import java.nio.ByteBuffer;
import java.util.ArrayList;
/**
* Created by LeqxLeqx on 10/25/16.
*/
public class TimerEvent extends Event {
public static int parseEvent(ArrayList<Event> events, byte[] data, int start) {
long count;
... | LeqxLeqx/jllegro | Java/src/allegro/input/events/TimerEvent.java | Java | gpl-3.0 | 724 |
// ******************************************************************************
// Filename: Texture.h
// Project: Vogue
// Author: Steven Ball
//
// Purpose:
// An OpenGL texture object.
//
// Revision History:
// Initial Revision - 08/06/06
//
// Copyright (c) 2005-2016, Steven Ball
// *******************... | AlwaysGeeky/Vogue | source/Renderer/texture.h | C | gpl-3.0 | 1,526 |
/*
* This file is part of CubeEngine.
* CubeEngine is licensed under the GNU General Public License Version 3.
*
* CubeEngine 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 Licen... | CubeEngine/modules-main | locker/src/main/java/org/cubeengine/module/locker/data/ProtectedType.java | Java | gpl-3.0 | 3,909 |
<?php
namespace PacksAnSpielBundle\Controller;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
use Sensio\Bundle\FrameworkExtraBundle\Configuration\Method;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
use Symfony\Component\Form\Extens... | schroeder/packsanspiel | src/PacksAnSpielBundle/Controller/ActionLogController.php | PHP | gpl-3.0 | 4,391 |
/**
\file ZLLSensors.cpp
Copyright Notice\n
Copyright (C) 2020 Jan Rogall - developer\n
This file is part of hueplusplus.
hueplusplus is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Found... | enwi/hueplusplus | src/ZLLSensors.cpp | C++ | gpl-3.0 | 9,345 |
#!/bin/bash
#----------------MetaCentrum----------------
#PBS -l walltime=24:00:00
#PBS -l select=1:ncpus=1:mem=8gb:scratch_local=8gb
#PBS -j oe
#PBS -N HybPhyloMaker8g_BUCKy
#PBS -m abe
#-------------------HYDRA-------------------
#$ -S /bin/bash
#$ -q mThC.q
#$ -l mres=6G,h_data=6G,h_vmem=6G
#$ -cwd
#$ -j y
#$ -N Hyb... | tomas-fer/HybPhyloMaker | HybPhyloMaker8g_BUCKy.sh | Shell | gpl-3.0 | 15,317 |
\hypertarget{classns3_1_1PLC__Phy}{\section{ns3\-:\-:\-P\-L\-C\-\_\-\-Phy \-Class \-Reference}
\label{classns3_1_1PLC__Phy}\index{ns3\-::\-P\-L\-C\-\_\-\-Phy@{ns3\-::\-P\-L\-C\-\_\-\-Phy}}
}
{\ttfamily \#include $<$plc-\/phy.\-h$>$}
\-Inheritance diagram for ns3\-:\-:\-P\-L\-C\-\_\-\-Phy\-:\begin{figure}[H]
\begin{c... | SabaFar/plc | doc/latex/classns3_1_1PLC__Phy.tex | TeX | gpl-3.0 | 16,293 |
namespace Shared.Network.GameServer
{
public class GameCharInfoPacket
{
public readonly string CharacterName;
public GameCharInfoPacket(Packet packet)
{
CharacterName = packet.Reader.ReadUnicodeStatic(21);
}
}
} | exmex/DCNC | src/Shared/Network/Packets/GameServer/Info/GameCharInfoPacket.cs | C# | gpl-3.0 | 279 |
<!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_29) on Sat Mar 17 18:05:25 MSK 2012 -->
<TITLE>
org.apache.poi.ss.formula.atp Class Hierarchy (POI API Documentation)
</TITLE>
<META NAME="... | gmchen/MosquitoSimulation | poi-3.8/docs/apidocs/org/apache/poi/ss/formula/atp/package-tree.html | HTML | gpl-3.0 | 7,170 |
#!/usr/bin/python
# -*- coding: windows-1252 -*-
import wxversion
wxversion.select('2.8')
import wx
import wx.aui
from id import *
from model import *
from graphic import *
from sql import *
from django import *
import sqlite3
from xml.dom import minidom
class MainFrame(wx.aui.AuiMDIParentFrame):
def __init__(... | ajdelgados/Sofia | modules/main.py | Python | gpl-3.0 | 37,233 |
/***************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Qt Software Information (qt-info@nokia.com)
**
**
** Non-Open Source Usage
**
** Licensees may use this file in accor... | mblsha/qt-creator | src/plugins/qt4projectmanager/wizards/modulespage.h | C | gpl-3.0 | 2,191 |
<?php
namespace Glorpen\Propel\PropelBundle\Dispatcher;
use Symfony\Component\EventDispatcher\Event;
/**
* Simple proxy class, stores callable to dispatcher getter for later usage
*
* @author Arkadiusz Dzięgiel <arkadiusz.dziegiel@glorpen.pl>
*/
class EventDispatcherProxy
{
private static $dispatcher = n... | glorpen/GlorpenPropelBundle | src/Dispatcher/EventDispatcherProxy.php | PHP | gpl-3.0 | 1,138 |
struct bonk { };
void test(bonk X) {
X = X;
}
// RUN: c-index-test -test-annotate-tokens=%s:1:1:5:5 %s
// CHECK: Keyword: "struct" [1:1 - 1:7] StructDecl=bonk:1:8 (Definition)
// CHECK: Identifier: "bonk" [1:8 - 1:12] StructDecl=bonk:1:8 (Definition)
// CHECK: Punctuation: "{" [1:13 - 1:14] StructDecl=bonk:1:8 (De... | chriskmanx/qmole | QMOLEDEV/llvm-2.8/tools/clang-2.8/test/Index/annotate-tokens.cpp | C++ | gpl-3.0 | 1,229 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TinyXml: Class Members</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Gener... | cppisfun/GameEngine | foreign/TinyXML++/docs/functions_0x6d.html | HTML | gpl-3.0 | 4,086 |
using System;
using System.ComponentModel;
using System.Dynamic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using System.Timers;
using System.Windows.Forms;
using System.Windows.Input;
using System.Windows.Media;
using Artemis.DAL;
using Artemis.DeviceProviders;
using Artemis.Events;
usin... | DarthAffe/Artemis | Artemis/Artemis/ViewModels/Profiles/ProfileEditorViewModel.cs | C# | gpl-3.0 | 24,667 |
using System.IO;
using System.Runtime.Serialization;
using WolvenKit.CR2W.Reflection;
using FastMember;
using static WolvenKit.CR2W.Types.Enums;
namespace WolvenKit.CR2W.Types
{
[DataContract(Namespace = "")]
[REDMeta]
public class CAICombatTree : CAIMainTree
{
public CAICombatTree(CR2WFile cr2w, CVariable pare... | Traderain/Wolven-kit | WolvenKit.CR2W/Types/W3/RTTIConvert/CAICombatTree.cs | C# | gpl-3.0 | 653 |
import React, { Component } from 'react';
import { connect } from 'react-redux';
export class Footer extends Component {
render() {
return (
<footer className="opendata-footer footer">
<nav className="navbar bottom navbar-expand-lg navbar-dark bg-primary">
<d... | vectrconsulting/OpenParliament | src/main/javascript/dashboard/components/opendata.footer.js | JavaScript | gpl-3.0 | 1,022 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_65) on Mon Mar 27 21:15:04 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8">
<title>O-Index</title>
<meta name="... | Astropilot/EDTVelizy | app/doc/index-files/index-12.html | HTML | gpl-3.0 | 13,338 |
package ch.cyberduck.core.local;
/*
* Copyright (c) 2002-2018 iterate GmbH. All rights reserved.
* https://cyberduck.io/
*
* 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... | iterate-ch/cyberduck | core/src/main/java/ch/cyberduck/core/local/DefaultSymlinkFeature.java | Java | gpl-3.0 | 1,430 |
package smps.stuffmyprofessorsays;
import android.content.Context;
import android.graphics.Typeface;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseExpandableListAdapter;
import android.widget.TextView;
import java.util.HashMap;
import java.util.... | SMPSays/Android | app/src/main/java/smps/stuffmyprofessorsays/ExpandableListAdapter.java | Java | gpl-3.0 | 7,717 |
package org.latency4j.configuration;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import org.latency4j.AlertHandler;
import org.latency4j.LatencyRequirement;
/*
* Schemagen options
* schemagen -cp target\classes src\main\java\com\obixlabs\epsilon\configura... | latency4j/repo | core/src/main/java/org/latency4j/configuration/Latency4JConfiguration.java | Java | gpl-3.0 | 3,775 |
using System;
using UnityEngine;
public class BLEController : MonoBehaviour
{
private const int framesPerSecond = 10;
public BluetoothLE BLE;
//public EyeColor eyeColor;
public bool debugOutput;
private float updateInterval = 0.1f;
private float lastInterval;
private float commandTim... | dzmen/Meccanoid-opensource-android | Meccanoid-android/Assets/Scripts/BLEController.cs | C# | gpl-3.0 | 12,826 |
/**
*/
package br.ufpe.ines.decode.taskDescription.impl;
import br.ufpe.ines.decode.taskDescription.Measurement;
import br.ufpe.ines.decode.taskDescription.TaskDescriptionPackage;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.MinimalEObjectImpl;
/**
* <!-- begin-user-doc -->
* An impleme... | netuh/DecodePlatformPlugin | br.edu.ufpe.ines.decode.model/src/br/ufpe/ines/decode/taskDescription/impl/MeasurementImpl.java | Java | gpl-3.0 | 853 |
<?php
namespace Components;
/**
* Log_Appender_Log4cxx_File
*
* @api
* @package net.evalcode.components.log
* @subpackage appender.log4cxx
*
* @author evalcode.net
*/
class Log_Appender_Log4cxx_Syslog extends Log_Appender_Log4cxx
{
// OVERRIDES
/**
* @see \Components\Objec... | evalcodenet/net.evalcode.components.runtime | source/log/appender/log4cxx/syslog.php | PHP | gpl-3.0 | 659 |
/********************************************************************************
Copyright (C) Binod Nepal, Mix Open Foundation (http://mixof.org).
This file is part of MixERP.
MixERP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Fre... | flukehan/MixERP | src/FrontEnd/MixERP.Net.FrontEnd/Modules/Finance/Reports/AccountStatement.ascx.cs | C# | gpl-3.0 | 32,439 |
#pragma once
#include "sqltablemodel.h"
#include <QTimer>
#include <QWidget>
namespace Ui {
class WidgetFinanceiroCompra;
}
class WidgetFinanceiroCompra final : public QWidget {
Q_OBJECT
public:
explicit WidgetFinanceiroCompra(QWidget *parent);
~WidgetFinanceiroCompra();
auto resetTables() -> void;
auto... | darktorres/ERP-STACCATO | src/widgetfinanceirocompra.h | C | gpl-3.0 | 667 |
<?php
/**
* Date Option Class
*
* @author Ardalan Naghshineh (www.ardalan.me)
* @package Titan Framework Core
**/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
/**
* Date Option Class
*
* @since 1.0
**/
class TitanFrameworkOptionDate extends TitanFrameworkOption {
public static $... | comptoirdesappli/amapress | titan-framework/lib/class-option-date.php | PHP | gpl-3.0 | 11,956 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
XWPFSDTCell (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function... | jmemmons/university-assignments | CSC 445 WebCentric Programming/Final Project/poi-3.14/docs/apidocs/org/apache/poi/xwpf/usermodel/XWPFSDTCell.html | HTML | gpl-3.0 | 14,028 |
<!DOCTYPE html>
<html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-GB">
<title>Ross Gammon’s Family Tree - CUTCLIFFE, Elizabeth</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta n... | RossGammon/the-gammons.net | RossFamilyTree/ppl/8/f/d15f5fd943874d96088823a10f8.html | HTML | gpl-3.0 | 13,742 |
using CP77.CR2W.Reflection;
namespace CP77.CR2W.Types
{
[REDMeta]
public class gameMuppetInputActionCrouch : gameIMuppetInputAction
{
public gameMuppetInputActionCrouch(CR2WFile cr2w, CVariable parent, string name) : base(cr2w, parent, name) { }
}
}
| Traderain/Wolven-kit | CP77.CR2W/Types/cp77/gameMuppetInputActionCrouch.cs | C# | gpl-3.0 | 257 |
// -*- C++ -*-
//
// This file is part of YODA -- Yet more Objects for Data Analysis
// Copyright (C) 2008-2017 The YODA collaboration (see AUTHORS for details)
//
#ifndef YODA_Writer_h
#define YODA_Writer_h
#include "YODA/AnalysisObject.h"
#include "YODA/Counter.h"
#include "YODA/Histo1D.h"
#include "YODA/Histo2D.h"
... | hep-mirrors/yoda | include/YODA/Writer.h | C | gpl-3.0 | 7,249 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using LearnEnglishWords.Models;
using MediatR;
namespace LearnEnglishWords.Commands
{
public class AddUserCommand : IRequest<bool>
{
public UserModel UserModel { get; set; }
}
} | greshniksv/LearnEnglishWords | LearnEnglishWords/LearnEnglishWords/Commands/AddUserCommand.cs | C# | gpl-3.0 | 286 |
<?php
/*
* Copyright (C) 2010 Richard Kakaš.
* All rights reserved.
* Contact: Richard Kakaš <richard.kakas@gmail.com>
*
* @LICENSE_START@
* This file is part of CFD project and it is licensed
* under license that is described in CFD project's LICENSE file.
* See LICENSE file for information about how you can u... | w0301/CFD | core/DefaultClassLoader.php | PHP | gpl-3.0 | 4,836 |
/*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2014 TIBCO Software Inc. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
* J... | aleatorio12/ProVentasConnector | jasperreports-6.2.1-project/jasperreports-6.2.1/src/net/sf/jasperreports/parts/PartComponentsManager.java | Java | gpl-3.0 | 1,596 |
/*
* VarDriver3D.cpp
* samurai
*
* Copyright 2008 Michael Bell. All rights reserved.
*
*/
#include <iterator>
#include <fstream>
#include <cmath>
#include <vector>
#include <string>
#include <regex>
#include <set>
#include <iomanip>
// #include <netcdfcpp.h>
#include <Ncxx/Nc3File.hh>
#include "VarDriver3D.... | mmbell/samurai | src/VarDriver3D.cpp | C++ | gpl-3.0 | 76,547 |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
[assembly: A... | aEnigmatic/xcom2-launcher | xcom2-launcher/xcom2-launcher/Properties/AssemblyInfo.cs | C# | gpl-3.0 | 1,547 |
/*
* BungeeEssentials: Full customization of a few necessary features for your server!
* Copyright (C) 2016 David Shen (PantherMan594)
*
* 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, eit... | PantherMan594/BungeeEssentials | src/main/java/com/pantherman594/gssentials/command/general/FriendCommand.java | Java | gpl-3.0 | 10,887 |
<?php
/**
* Piwik - free/libre analytics platform
*
* @link https://matomo.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Tests\Core\DataTable\Filter;
use Piwik\API\Proxy;
use Piwik\Plugins\CustomVariables\CustomVariables;
use Piwik\Tests\Framework\TestCase\IntegrationT... | piwik/piwik | tests/PHPUnit/Integration/DataTable/Filter/PivotByDimensionTest.php | PHP | gpl-3.0 | 14,309 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.