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 |
|---|---|---|---|---|---|
#!/usr/bin/env bash
INTERFACE="${INTERFACE:-wlo1}"
systemctl enable netctl-auto@$INTERFACE
systemctl --user enable maintenance.timer
systemctl --user enable battery.timer
| AliGhahraei/scripts | arch-install/config/enable-systemd-timers.sh | Shell | gpl-3.0 | 172 |
package standalone_tools;
import java.io.File;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import framework.DataQuery;
import framework.DiffComplexDetector;
import framework.DiffComplexDetector.SPEnrichment;
import framework.DiffSeedCombDetector;
import framework.QuantDACOResultSet;
import f... | edeltoaster/jdaco_dev | jdaco_dev/src/standalone_tools/CompleXChange.java | Java | gpl-3.0 | 12,876 |
// black-box testing
package router_test
import (
"testing"
"github.com/kataras/iris"
"github.com/kataras/iris/context"
"github.com/kataras/iris/core/router"
"github.com/kataras/iris/httptest"
)
type testController struct {
router.Controller
}
var writeMethod = func(c router.Controller) {
c.Ctx.Writef(c.Ctx... | EriconYu/stocksniper | src/vendor/github.com/kataras/iris/core/router/controller_test.go | GO | gpl-3.0 | 3,581 |
/*
* Geopaparazzi - Digital field mapping on Android based devices
* Copyright (C) 2016 HydroloGIS (www.hydrologis.com)
*
* 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 ... | geopaparazzi/geopaparazzi | geopaparazzi_library/src/main/java/eu/geopaparazzi/library/profiles/objects/ProfileOtherfiles.java | Java | gpl-3.0 | 2,473 |
#from moderation import moderation
#from .models import SuccessCase
#moderation.register(SuccessCase)
| djangobrasil/djangobrasil.org | src/djangobrasil/success_cases/moderator.py | Python | gpl-3.0 | 104 |
document.addEventListener("DOMContentLoaded", function(event) {
if (/android|blackberry|iPhone|iPad|iPod|webOS/i.test(navigator.userAgent) === false) {
var linkDescrs = document.querySelectorAll('.link-descr');
Array.prototype.forEach.call(linkDescrs, function(el, i) {
el.parentNode.addEventListener('mouseenter... | thedanielgray/thedanielgray.github.io | js/gray.js | JavaScript | gpl-3.0 | 2,070 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!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>
<!-- template designed by Marco Von Ballmoos -->
<title>File Source for THead.php</title>
... | lasso/textura | src/htmlbuilder/phpdoc/__filesource/fsource_Elements__ElementsTableTHead.php.html | HTML | gpl-3.0 | 12,283 |
package de.turnierverwaltung.control.settingsdialog;
import java.awt.Dialog;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import java.sql.SQLException;
import javax.swing.JDialog;
import javax.swing.JFileChooser;
import javax.swing.JOptionPane;
im... | mars7105/JKLubTV | src/de/turnierverwaltung/control/settingsdialog/ActionListenerSettingsControl.java | Java | gpl-3.0 | 18,976 |
namespace Ribbonizer.Ribbon
{
using System.Collections.Generic;
using System.Linq;
using Ribbonizer.Ribbon.DefinitionValidation;
using Ribbonizer.Ribbon.Tabs;
internal class RibbonInitializer : IRibbonInitializer
{
private readonly IEnumerable<IRibbonDefinitionValidator> definitionVal... | BrunoJuchli/RibbonizerSample | Ribbonizer/Ribbon/RibbonInitializer.cs | C# | gpl-3.0 | 1,152 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) 2015 Satpy developers
#
# This file is part of satpy.
#
# satpy 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... | pytroll/satpy | utils/fetch_avhrr_calcoeffs.py | Python | gpl-3.0 | 4,773 |
<?php
/**
* Belgian Scouting Web Platform
* Copyright (C) 2014 Julien Dupuis
*
* This code is licensed under the GNU General Public License.
*
* This is free software, and you are welcome to redistribute it
* under under the terms of the GNU General Public License.
*
* It is distributed without any warrant... | juldup/scouting-web-platform | app/models/Privilege.php | PHP | gpl-3.0 | 11,158 |
<?php
/**
* WES WebExploitScan Web GPLv4 http://github.com/libre/webexploitscan
*
* The PHP page that serves all page requests on WebExploitScan installation.
*
* The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
*
* All WebExploitScan code is released unde... | libre/webexploitscan | wes/data/rules/fullscan/10092019-MS-PHP-Antimalware-Scanner-2155-malware_signature.php | PHP | gpl-3.0 | 1,524 |
#define TYPEDEPARGS 0, 1, 2, 3
#define SINGLEARGS
#define REALARGS
#define OCTFILENAME comp_ufilterbankheapint // change to filename
#define OCTFILEHELP "This function calls the C-library\n\
phase=comp_ufilterbankheapint(s,tgrad,fgrad,cfreq,a,do_real,tol,phasetype)\n Yeah."
#include "ltfat_oct_temp... | ltfat/ltfat | oct/comp_ufilterbankheapint.cc | C++ | gpl-3.0 | 2,458 |
/**
* This file is part of RagEmu.
* http://ragemu.org - https://github.com/RagEmu/Renewal
*
* Copyright (C) 2016 RagEmu Dev Team
* Copyright (C) 2012-2015 Hercules Dev Team
* Copyright (C) Athena Dev Teams
*
* RagEmu is free software: you can redistribute it and/or modify
* it under the terms of the GNU Ge... | RagEmu/Renewal | src/common/md5calc.h | C | gpl-3.0 | 2,043 |
// OpenCppCoverage is an open source code coverage for C++.
// Copyright (C) 2014 OpenCppCoverage
//
// 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
// an... | OpenCppCoverage/OpenCppCoveragePlugin | VSPackage/OutputWindowWriter.cs | C# | gpl-3.0 | 2,517 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
__metaclass__ = type
DOCUMENTATION = '''
---
module: git
autho... | dmsimard/ansible | lib/ansible/modules/git.py | Python | gpl-3.0 | 53,677 |
<?php
/**************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Th... | TGates71/PNPv1-Languages | PNPv101-lang-english/modules/MetAuthors/language/lang-english.php | PHP | gpl-3.0 | 3,154 |
/*
This file is part of SpatGRIS.
Developers: Samuel Béland, Olivier Bélanger, Nicolas Masson
SpatGRIS 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) a... | GRIS-UdeM/spatServerGRIS | Source/sg_AbstractSliceComponent.cpp | C++ | gpl-3.0 | 1,548 |
#include "main/SimpleCardProtocol.hh"
#include "bridge/BridgeConstants.hh"
#include "bridge/CardShuffle.hh"
#include "bridge/CardType.hh"
#include "bridge/Position.hh"
#include "engine/SimpleCardManager.hh"
#include "main/Commands.hh"
#include "main/PeerCommandSender.hh"
#include "messaging/CardTypeJsonSerializer.hh"
... | jasujm/bridge | src/main/SimpleCardProtocol.cc | C++ | gpl-3.0 | 4,231 |
#define BOOST_TEST_MODULE sugar_integration_tests
#include <boost/test/included/unit_test.hpp>
| vancleve/fwdpp | testsuite/integration/sugar_integration_tests.cc | C++ | gpl-3.0 | 95 |
// 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 +
//-------------------------------------... | mganeva/mantid | Framework/DataHandling/src/RemoveLogs.cpp | C++ | gpl-3.0 | 2,988 |
/**
* file mirror/doc/factory_generator.hpp
* Documentation only header
*
* @author Matus Chochlik
*
* Copyright 2008-2010 Matus Chochlik. Distributed under the Boost
* Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef MIR... | firestarter/firestarter | redist/mirror-lib/mirror/doc/factory_generator.hpp | C++ | gpl-3.0 | 12,717 |
#sidebar {
display: none;
}
#sidebar * {
border-radius: 0 !important;
}
#sidebar > nav {
background-color: #222222;
}
@media (min-width: 768px) {
#sidebar {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1000;
display: block;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
background-co... | jmmendozamix/reelance | public/static-v5/css/sidebar.css | CSS | gpl-3.0 | 1,711 |
namespace GemsCraft.Entities.Metadata.Flags
{
public enum TameableFlags: byte
{
IsSitting = 0x01,
/// <summary>
/// Only used with wolves
/// </summary>
IsAngry = 0x02,
IsTamed = 0x04
}
}
| apotter96/GemsCraft | GemsCraft/Entities/Metadata/Flags/TameableFlags.cs | C# | gpl-3.0 | 251 |
import React from 'react';
import { connect } from 'react-redux';
import { View, Text, FlatList } from 'react-native';
import sb from 'react-native-style-block';
import dateHelper from '@shared/utils/date-helper';
import appConfig from '../config.app';
import ConvItem from '../components/ConvItem';
import { reloadConve... | TRPGEngine/Client | src/app/src/screens/HomeScreen.tsx | TypeScript | gpl-3.0 | 4,755 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---... | CCChapel/ccchapel.com | CMS/CMSModules/Groups/Tools/Polls/Polls_New.aspx.designer.cs | C# | gpl-3.0 | 746 |
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
public class ReadSavedData
{
public static void StartRead() throws IOException
{
FileReader file = new FileReader("C:/Users/Public/Documents/SavedData.txt");
BufferedReader rea... | uSirPatrick/IPCalcGUI | IPCalc2/src/ReadSavedData.java | Java | gpl-3.0 | 556 |
enum MessageType
{
TYPE_CHAT_MESSAGE = 2000
};
enum PropertyType
{
PR_CHAT_NICK = 3000,
PR_CHAT_TEXT
};
| ropez/pieces | src/examples/qchat/global.h | C | gpl-3.0 | 121 |
.block {
background:yellow;
/*max-height:50px;*/
border:5px;
border-color:red;
max-width:300px;
-moz-border-radius: 15px;
padding-left:5px;
padding-right:10px;
z-index:11;
}
.block:not(.block-inlist):last-of-type,.block-inlist{
border-bottom-right-radius: 10px;
}
.block-instack {
list-style-position:inside;
... | mailmindlin/teach-oop | main.css | CSS | gpl-3.0 | 2,561 |
/**************************************************************************
* Karlyriceditor - a lyrics editor and CD+G / video export for Karaoke *
* songs. *
* Copyright (C) 2009-2013 George Yunaev, support@ulduzsoft.com *
* ... | martin-steghoefer/debian-karlyriceditor | src/background.h | C | gpl-3.0 | 2,808 |
#!/bin/sh
declare -x PATH_TO_SOURCE=`dirname $0`/..
cd $PATH_TO_SOURCE
bsc -e "(module-compile-to-standalone \"ensanche-core\" 'main)"
| alvatar/caad-research | __scripts/build.sh | Shell | gpl-3.0 | 137 |
class ApplicationController < ActionController::Base
class ForbiddenException < StandardError; end
protect_from_forgery
before_filter :set_locale
before_filter :authenticate_user!
layout :get_layout
def set_locale
I18n.locale = params[:locale] || I18n.default_locale
end
def get_layout
if !use... | autohome/autohome-web | app/controllers/application_controller.rb | Ruby | gpl-3.0 | 650 |
/**
* Copyright 2010 David Froehlich <david.froehlich@businesssoftware.at>,
* Samuel Kogler <samuel.kogler@gmail.com>,
* Stephan Stiboller <stistc06@htlkaindorf.at>
*
* This file is part of Codesearch.
*
* Codesearch is free software: you can redistribute it and/or modify
* i... | codesearch-github/codesearch | src/custom-libs/Codesearch-JHighlight/src/main/java/com/uwyn/jhighlight/pcj/hash/CharHashFunction.java | Java | gpl-3.0 | 1,832 |
using System;
using System.Diagnostics;
using System.Text;
using System.Windows.Forms;
using OpenDentBusiness;
namespace OpenDental.Eclaims
{
/// <summary>
/// Summary description for BCBSGA.
/// </summary>
public class BCBSGA{
/// <summary></summary>
public static string ErrorMessage="";
public BCBSGA()
... | eae/opendental | OpenDental/Eclaims/BCBSGA.cs | C# | gpl-3.0 | 5,973 |
--
-- Copyright (c) 1997-2013, www.tinygroup.org (luo_guo@icloud.com).
--
-- Licensed under the GPL, Version 3.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.gnu.org/licenses/gpl.html
--
-- Unless required by ... | TinyGroup/tiny | db/org.tinygroup.jsqlparser/src/test/resources/org/tinygroup/jsqlparser/test/oracle-tests/join16.sql | SQL | gpl-3.0 | 771 |
/**
******************************************************************************
* @file I2C/I2C_TwoBoards_ComPolling/Src/stm32f4xx_it.c
* @author MCD Application Team
* @version V1.2.7
* @date 17-February-2017
* @brief Main Interrupt Service Routines.
* This file provides temp... | TRothfelder/Multicopter | libs/STM32Cube_FW_F4_V1.16.0/Projects/STM32F4-Discovery/Examples/I2C/I2C_TwoBoards_ComPolling/Src/stm32f4xx_it.c | C | gpl-3.0 | 5,686 |
all:
ocp-build init
ocp-build
opam-deps:
opam install ocp-build
| OCamlPro/Dessiner | Makefile | Makefile | gpl-3.0 | 68 |
#include "inventorypage.h"
#include "ui_inventorypage.h"
#include "fak.h"
#include "inventorypage.h"
#include <QtDebug>
#include "QtDebug"
#include <QSqlQuery>
#include <QSqlError>
#include <QSqlRecord>
static const QString path = "C:/Sr.GUI/FAKKIT/db/fakdb4.db";
InventoryPage::InventoryPage(QWidget *parent) :
QD... | r0ug3-Mary/Sr.GUI | FAKKITpics/inventorypage.cpp | C++ | gpl-3.0 | 1,227 |
var gulp = require('gulp');
var browserSync = require('browser-sync');
var jshint = require('gulp-jshint');
var concat = require('gulp-concat');
var uglify = require('gulp-uglify');
var rename = require('gulp-rename');
// 静态服务器
gulp.task('browser-sync', function() {
browserSync.init({
files: "src/**",
... | bdSpring/zhou-task02 | 26/gulpfile.js | JavaScript | gpl-3.0 | 946 |
#ifndef __CLOCK_ROM_H__
#define __CLOCK_ROM_H__
#define ROM_ALARM0_DAY_MASK 0
#define ROM_ALARM0_HOUR 1
#define ROM_ALARM0_MIN 2
#define ROM_ALARM0_DUR 3
#define ROM_ALARM1_ENABLE 4
#define ROM_TIME_IS12 10
#define ROM_BEEPER_MUSIC_INDEX 11
#define ROM_BEEPER_ENABLE 12
#define ROM_POWERSAVE... | sTeeLM/clock | src/rom.h | C | gpl-3.0 | 1,192 |
/*
Copyright (C) 2010 Erik Hjortsberg <erik.hjortsberg@gmail.com>
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 p... | junrw/ember-gsoc2012 | src/framework/tasks/SerialTask.h | C | gpl-3.0 | 1,988 |
\hypertarget{_coloring_8java}{}\doxysection{src/ch/innovazion/arionide/menu/structure/\+Coloring.java File Reference}
\label{_coloring_8java}\index{src/ch/innovazion/arionide/menu/structure/Coloring.java@{src/ch/innovazion/arionide/menu/structure/Coloring.java}}
\doxysubsection*{Classes}
\begin{DoxyCompactItemize}
\ite... | thedreamer979/Arionide | doc/latex/_coloring_8java.tex | TeX | gpl-3.0 | 718 |
/*****************************************************************/
/* Source Of Evil Engine */
/* */
/* Copyright (C) 2000-2001 Andreas Zahnleiter GreenByte Studios */
/* */
/*****************************************************************/
/* Dyna... | MrCerealGuy/Source-Of-Evil | SoE Engine/inc/C4ObjectList.h | C | gpl-3.0 | 2,628 |
using UnityEngine;
using System.Collections;
public class TimeScaleManager : MonoBehaviour {
public static TimeScaleManager instance;
public delegate void OnTimeScaleChangeCallback();
public event OnTimeScaleChangeCallback TimeScaleChange;
public bool isPlaying;
public bool IsPaused {
get { return... | Michael-Dawkins/GeometricDefense | Assets/Scripts/Services/TimeScaleManager.cs | C# | gpl-3.0 | 1,551 |
#ifndef __ASSIGN_SPRITES_H
#define __ASSIGN_SPRITES_H
void AssignSprites(void);
#endif | isage/nxengine-evo | src/autogen/AssignSprites.h | C | gpl-3.0 | 87 |
# Dockerfile "Big"
Intended for a big webapplications which expects the following tools:
- texlive (pdflatex)
| GeraldWodni/kern.js | docker/big/ReadMe.md | Markdown | gpl-3.0 | 110 |
package org.amse.marinaSokol.model.interfaces.object.net;
public interface IActivationFunctor {
/**
* Ôóíêöèÿ àêòèâàöèè
* @param x - ÷èñëî, ïîäàííîå íà ôóíêöèþ àêòèâàöèè
* @return âûõîä íåéðîíà
* */
double getFunction(double x);
/**
* ïðîèçâîäíàÿ ôóíêöèè àêòèâàöèè
... | sokolm/NeuroNet | src/org/amse/marinaSokol/model/interfaces/object/net/IActivationFunctor.java | Java | gpl-3.0 | 558 |
/*
SPDX-FileCopyrightText: 2007 Jean-Baptiste Mardelle <jb@kdenlive.org>
SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "definitions.h"
#include <klocalizedstring.h>
#include <QColor>
#include <utility>
#ifdef CRASH_AUTO_TEST
#pragma GCC diagnostic push
#pragma GCC diagnostic i... | KDE/kdenlive | src/definitions.cpp | C++ | gpl-3.0 | 5,551 |
// ------------------------------------------------------------------------------------------
// Licensed by Interprise Solutions.
// http://www.InterpriseSolutions.com
// For details on this license please visit the product homepage at the URL above.
// THE ABOVE NOTICE MUST REMAIN INTACT.
// -------------------... | bhassett/Expressions-CB13 | tableorder_process.aspx.cs | C# | gpl-3.0 | 5,729 |
<?php
/**
* WooCommerce Admin Webhooks Class
*
* @author WooThemes
* @category Admin
* @package WooCommerce/Admin
* @version 2.4.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
/**
* WC_Admin_Webhooks.
*/
class WC_Admin_Webhooks {
/**
* Initialize the webhooks admin actions... | bryceadams/woocommerce | includes/admin/class-wc-admin-webhooks.php | PHP | gpl-3.0 | 14,839 |
/**
* Copyright (c) 2000-2013 Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any later... | aritzg/EuroMillionGame-portlet | docroot/WEB-INF/service/net/sareweb/emg/service/DrawServiceUtil.java | Java | gpl-3.0 | 3,192 |
#define ICON_SIZE QSize(48,48)
#define EXPANDED_HEIGHT 413
#define UNEXPANDED_HEIGHT 137
#include "mainpage.h"
#include "ui_options.h"
#include <QWidget>
#include <QComboBox>
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <QGroupBox>
#include <QCheckBox>
#include <QLineEdit>
#include <QMimeData>
#in... | realbardia/silicon | SApplications/ImageBurner/mainpage.cpp | C++ | gpl-3.0 | 8,814 |
# Makefile.in generated by automake 1.13.2 from Makefile.am.
# monte/Makefile. Generated from Makefile.in by configure.
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or witho... | barnex/gsl | gsl-1.16/monte/Makefile | Makefile | gpl-3.0 | 33,931 |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.optimizer;
import org.mozilla.javascript.ArrowFunction;
import org.mozilla.javasc... | oswetto/LoboEvolution | LoboParser/src/main/java/org/mozilla/javascript/optimizer/OptRuntime.java | Java | gpl-3.0 | 18,041 |
#include "relativelayout.h"
#include <QDebug>
RelativeLayout::RelativeLayout(View *parent) :
View(parent)
{
// By default, QQuickItem does not draw anything. If you subclass
// QQuickItem to create a visual item, you will need to uncomment the
// following line and re-implement updatePaintNode()
/... | achipa/outqross_blog | 2_OutQross.Android_components/relativelayout.cpp | C++ | gpl-3.0 | 1,257 |
.nav-tabs {
border-bottom: 1px solid #151313 !important;
background-color: rgba(0, 0, 0, 0.33);
padding: 5px;
}
li.btn {
height: 44px;
}
* {
margin:0;
padding:0;
border-radius: 0px;
}
.table-hover>tbody>tr:hover {
background-color: #8387F1;
border-radius: 0px ;
}
.table... | Leandro1391/TP_MysteryShopper | css/estilo.css | CSS | gpl-3.0 | 6,948 |
/*
Copyright 2012 SINTEF ICT, Applied Mathematics.
This file is part of the Open Porous Media project (OPM).
OPM 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
(a... | jokva/opm-core | opm/core/pressure/IncompTpfa.hpp | C++ | gpl-3.0 | 8,431 |
<!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 (version 1.7.0_65) on Thu Feb 05 20:10:13 EST 2015 -->
<title>ModDiscoverer (Forge API)</title>
<meta name="date" content="2015-02-05">
<link rel="sty... | Foghrye4/ihl | javadoc/cpw/mods/fml/common/discovery/ModDiscoverer.html | HTML | gpl-3.0 | 10,675 |
// This file is part of zinc64.
// Copyright (c) 2016-2019 Sebastian Jastrzebski. All rights reserved.
// Licensed under the GPLv3. See LICENSE file in the project root for full license text.
use zinc64_core::{Ram, Rom, Shared, SharedCell};
pub struct VicMemory {
base_address: SharedCell<u16>,
charset: Shared... | digitalstreamio/zinc64 | zinc64-emu/src/video/vic_memory.rs | Rust | gpl-3.0 | 953 |
# -*- coding: utf-8 -*-
#
# Stetl documentation build configuration file, created by
# sphinx-quickstart on Sun Jun 2 11:01:36 2013.
#
# This file is execfile()d with the current directory set to its containing dir.
#
# Note that not all possible configuration values are present in this
# autogenerated file.
#
# All c... | justb4/stetl | docs/conf.py | Python | gpl-3.0 | 7,939 |
<html>
<head>
<title>Document Browser</title>
<link rel='stylesheet' href='./scdoc.css' type='text/css' />
<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
<script src="docmap.js" type="text/javascript"></script>
<script src="scdoc.js" type="text/javascript"></script>
<style>
.... | wdkk/iSuperColliderKit | HelpSource/Browse.html | HTML | gpl-3.0 | 7,242 |
<?php
/**
* Functions for building the page content for each codex page
*
* @since 1.0.0
* @package Codex_Creator
*/
/**
* Get and format content output for summary section of the codex page.
*
* @since 1.0.0
* @package Codex_Creator
* @param int $post_id Post ID of the post content required.
* @param strin... | NomadDevs/codex_creator | lib/content_output_functions.php | PHP | gpl-3.0 | 41,482 |
/*******************************************************************************
* Copyright 2010 Olaf Sebelin
*
* This file is part of Verdandi.
*
* Verdandi 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 Found... | osebelin/verdandi | src/main/java/verdandi/InvalidIntervalException.java | Java | gpl-3.0 | 1,220 |
/*
* sound/oss/ad1848.c
*
* The low level driver for the AD1848/CS4248 codec chip which
* is used for example in the MS Sound System.
*
* The CS4231 which is used in the GUS MAX and some other cards is
* upwards compatible with AD1848 and this driver is able to drive it.
*
* CS4231A and AD1845 are upward compa... | williamfdevine/PrettyLinux | sound/oss/ad1848.c | C | gpl-3.0 | 77,160 |
/*
* SPDX-License-Identifier: GPL-3.0
*
*
* (J)ava (M)iscellaneous (U)tilities (L)ibrary
*
* JMUL is a central repository for utilities which are used in my
* other public and private repositories.
*
* Copyright (C) 2016 Kristian Kutin
*
* This program is free software: you can redistribute it and/or modi... | gammalgris/jmul | Utilities/Web/src/jmul/web/page/PageLoader.java | Java | gpl-3.0 | 5,731 |
/**
* @file gensvm_debug.c
* @author G.J.J. van den Burg
* @date 2016-05-01
* @brief Functions facilitating debugging
*
* @details
* Defines functions useful for debugging matrices.
*
* @copyright
Copyright 2016, G.J.J. van den Burg.
This file is part of GenSVM.
GenSVM is free software: you can redistribu... | GjjvdBurg/GenSVM | src/gensvm_debug.c | C | gpl-3.0 | 2,141 |
/*******************************************************************************
* Australian National University Data Commons
* Copyright (C) 2013 The Australian National University
*
* This file is part of Australian National University Data Commons.
*
* Australian National University Data Commons is free so... | anu-doi/anudc | DataCommons/src/test/java/au/edu/anu/datacommons/doi/DoiClientTest.java | Java | gpl-3.0 | 6,942 |
/* Report an error and exit.
Copyright (C) 2017-2019 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later vers... | pexip/os-findutils | lib/die.h | C | gpl-3.0 | 1,182 |
/*
===========================================================================
Shadow of Dust GPL Source Code
Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
This file is part of the Shadow of Dust GPL Source Code ("Shadow of Dust Source Code").
Shadow of Dust Source Code is free software: you can ... | Salamek/Shadow-of-Dust | neo/tools/af/DialogAFView.h | C | gpl-3.0 | 3,918 |
// Copyright 2016, Durachenko Aleksey V. <durachenko.aleksey@gmail.com>
//
// 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) any later ve... | AlekseyDurachenko/vkOAuth | src/version.cpp | C++ | gpl-3.0 | 1,812 |
import { Model } from "chomex";
import catalog from "./catalog";
export interface DeckCaptureLike {
_id: any;
title: string;
row: number; col: number; page: number;
cell: { x: number; y: number; w: number, h: number; };
protected?: boolean;
}
/**
* 編成キャプチャの設定を保存する用のモデル。
* ふつうの1艦隊編成もあれば、連合艦隊、航空基地編成などもある。
... | otiai10/kanColleWidget | src/js/Applications/Models/DeckCapture/index.ts | TypeScript | gpl-3.0 | 1,889 |
/*******************************************************************************
MPhoto - Photo viewer for multi-touch devices
Copyright (C) 2010 Mihai Paslariu
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... | miabrahams/MPhoto | dev/ImageLoadQueue.cpp | C++ | gpl-3.0 | 2,610 |
/*
* Copyright (C) 2007-2009 Daniel Prevost <dprevost@photonsoftware.org>
*
* This file is part of Photon (photonsoftware.org).
*
* This file may be distributed and/or modified under the terms of the
* GNU General Public License version 2 or version 3 as published by the
* Free Software Foundation and appearing... | dprevost/photon | src/Nucleus/Tests/Hash/InsertPass.c | C | gpl-3.0 | 2,772 |
#ifndef LIGHTNET_SUBSAMPLE_MODULE_H
#define LIGHTNET_SUBSAMPLE_MODULE_H
#include "module.h"
using namespace std;
using FeatureMap = vector<vector<Neuron*>>;
FeatureMap* matrifyNeurons(vector<Neuron*>& v, int sizex, int sizey) {
FeatureMap *fmap = new FeatureMap();
fmap->resize(sizex);
int z = 0;
for(unsigned... | DariusBxsci/LightNet | include/modules/SubsampleModule.h | C | gpl-3.0 | 2,230 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regener... | AndreyPSmith/WithoutPath | WithoutPath.DAL/ShipType.cs | C# | gpl-3.0 | 1,144 |
<?php
/*************************
Coppermine Photo Gallery
************************
Copyright (c) 2003-2016 Coppermine Dev Team
v1.0 originally written by Gregory Demar
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3
as pu... | coppermine-gallery/cpg1.6.x | include/transliteration/xb9.php | PHP | gpl-3.0 | 2,810 |
package co.edu.udea.ingenieriaweb.admitravel.bl;
import java.util.List;
import co.edu.udea.ingenieriaweb.admitravel.dto.PaqueteDeViaje;
import co.edu.udea.ingenieriaweb.admitravel.util.exception.IWBLException;
import co.edu.udea.ingenieriaweb.admitravel.util.exception.IWDaoException;
/**
* Clase DestinoBL define la... | yefry/AdmiTravelSpring | AdmiTravelSpring/src/co/edu/udea/ingenieriaweb/admitravel/bl/PaqueteDeViajeBL.java | Java | gpl-3.0 | 1,439 |
// mailer.js
var nodemailer = require('nodemailer');
var smtpTransport = nodemailer.createTransport("SMTP", {
service: "Mandrill",
debug: true,
auth: {
user: "evanroman1@gmail.com",
pass: "k-AdDVcsNJ9oj8QYATVNGQ"
}
});
exports.sendEmailConfirmation = function(emailaddress, username, firs... | evrom/ativinos---deprecated | local_modules/mailer.js | JavaScript | gpl-3.0 | 1,602 |
$(function(){
$('#telefone').mask('(99)9999-9999');
$('.editar').on({
click : function(){
var url = URI+"sistema/editar/"+$(this).attr('data-item');
window.location.href = url;
}
});
$('.deletar').on({
click : function(){
... | Carlos-Claro/admin2_0 | js/sistema.js | JavaScript | gpl-3.0 | 1,437 |
def plotHistory(plot_context, axes):
"""
@type axes: matplotlib.axes.Axes
@type plot_config: PlotConfig
"""
plot_config = plot_context.plotConfig()
if (
not plot_config.isHistoryEnabled()
or plot_context.history_data is None
or plot_context.history_data.empty
):
... | joakim-hove/ert | ert_gui/plottery/plots/history.py | Python | gpl-3.0 | 771 |
# -*- coding: UTF-8 -*-
"""
Desc: django util.
Note:
---------------------------------------
# 2016/04/30 kangtian created
"""
from hashlib import md5
def gen_md5(content_str):
m = md5()
m.update(content_str)
return m.hexdigest()
| tiankangkan/paper_plane | k_util/hash_util.py | Python | gpl-3.0 | 257 |
/*
Copyright (C) 2013 Edwin Velds
This file is part of Polka 2.
Polka 2 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... | edwin-v/polka2 | src/objects/BitmapCanvas.h | C | gpl-3.0 | 2,003 |
/*
avr_libs
Copyright (C) 2014 Edward Sargsyan
avr_libs 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.
avr_libs is distri... | edwardoid/avr_libs | sd/sd_cmd.h | C | gpl-3.0 | 4,449 |
using System;
namespace Server.Network
{
public delegate void OnPacketReceive( NetState state, PacketReader pvSrc );
public delegate bool ThrottlePacketCallback( NetState state );
public class PacketHandler
{
public PacketHandler( int packetID, int length, bool ingame, OnPacketReceive onReceive )
{... | xrunuo/xrunuo | Server/Network/PacketHandler.cs | C# | gpl-3.0 | 640 |
package com.github.wglanzer.redmine;
import java.util.function.Consumer;
/**
* Interface that is able to create background-tasks
*
* @author w.glanzer, 11.12.2016.
*/
public interface IRTaskCreator
{
/**
* Executes a given task in background
*
* @param pTask Task that should be done in background
*... | wglanzer/redmine-intellij-plugin | core/src/main/java/com/github/wglanzer/redmine/IRTaskCreator.java | Java | gpl-3.0 | 841 |
<?php
$namespacetree = array(
'vector' => array(
),
'std' => array(
'vector' => array(
'inner' => array(
)
)
)
);
$string = "while(!acceptable(a)) perform_random_actions(&a);"; | nitro2010/moodle | blocks/formal_langs/parsertests/input/old/while.php | PHP | gpl-3.0 | 249 |
#ifndef VIDDEF_H
#define VIDDEF_H
#include <QObject>
// FFmpeg is a pure C project, so to use the libraries within your C++ application you need
// to explicitly state that you are using a C library by using extern "C"."
extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavfor... | indarsugiarto/Graceful_ImagePro | gui/SpiNNvidStreamer/SpiNNvidStreamer/viddef.h | C | gpl-3.0 | 2,123 |
// ADOBE SYSTEMS INCORPORATED
// Copyright 1993 - 2002 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this
// file in accordance with the terms of the Adobe license agreement
// accompanying it. If you have received this file from a source
// other t... | wholegroup/vector | external/Adobe Photoshop CS6 SDK/samplecode/colorpicker/nearestbase/win/NearestBaseUIWin.cpp | C++ | gpl-3.0 | 2,478 |
# Author: Nic Wolfe <nic@wolfeden.ca>
# URL: http://code.google.com/p/lazylibrarian/
#
# This file is part of Sick Beard.
#
# Sick Beard 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 ... | theguardian/LazyLibrarian_Old | lazylibrarian/notifiers/tweet.py | Python | gpl-3.0 | 5,477 |
---
date: "2015-10-07T00:00:00Z"
link: http://musicemojis.tumblr.com/
remoteImage: true
title: Music Emojis
category: Inspiration
---
_A showcase of musicians in the minimal style of emojis!_
By [Bruno Leo Ribeiro](http://www.brunoleoribeiro.com/#kauko-home)
| tholman/inspiring-online | content/posts/2015-09-12-music-emojis.md | Markdown | gpl-3.0 | 261 |
/*
* 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... | rb1205/inav | src/main/telemetry/hott.c | C | gpl-3.0 | 16,523 |
/* This file is part of Clementine.
Copyright 2010, David Sansome <me@davidsansome.com>
Clementine 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 optio... | ximion/Clementine-LibDanceTag | tests/python_test.cpp | C++ | gpl-3.0 | 7,034 |
<?php
class ControllerCommonLanguage extends Controller {
public function index() {
$this->load->language('common/language');
$data['action'] = $this->url->link('common/language/language', '', $this->request->server['HTTPS']);
$data['code'] = $this->session->data['language'];
$this->load->model('localisati... | vocxod/cintez | www/catalog/controller/common/language.php | PHP | gpl-3.0 | 1,477 |
/**
* Copyright (C) 2008 Happy Fish / YuQing
*
* FastDFS may be copied only under the terms of the GNU General
* Public License V3, which may be found in the FastDFS source kit.
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
//tracker_nio.h
#ifndef _TRACKER_NIO_H
#define _TRACKER_NI... | fatedier/studies | fastdfs-5.01/tracker/tracker_nio.h | C | gpl-3.0 | 937 |
using System;
using System.Collections;
using System.IO;
namespace Server.Engines.Reports
{
public class StaffHistory : PersistableObject
{
#region Type Identification
public static readonly PersistableType ThisTypeID = new PersistableType("stfhst", new ConstructCallback(Construct));
p... | GenerationOfWorlds/GOW | Scripts/Systems/Management/Services/Web/Reports/Objects/Staffing/StaffHistory.cs | C# | gpl-3.0 | 14,679 |
/*
* Copyright (C) 2018 Olzhas Rakhimov
*
* 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) any later version.
*
* This program is di... | rakhimov/scram | gui/align.h | C | gpl-3.0 | 947 |
{% extends "layout.html" %}
{% block body %}
<div class="text_body">
<h2>Manage input variable groups</h2>
<form>
<h3>Create an input group</h3>
<p>
Input groups are used to select input variables for templates
They are managed at the partner level, s... | marcusmchale/breedcafs | app/templates/input_group_management.html | HTML | gpl-3.0 | 4,102 |
# <img src="https://v20.imgup.net/oakdex_logfbad.png" alt="fixer" width=282>
[](https://travis-ci.org/jalyna/oakdex-pokedex) [](https://codeclimate.com/githu... | SrNativee/BotDeUmBot | node_modules/oakdex-pokedex/README.md | Markdown | gpl-3.0 | 6,776 |
import numpy as np
import laspy as las
# Determine if a point is inside a given polygon or not
# Polygon is a list of (x,y) pairs. This function
# returns True or False. The algorithm is called
# the "Ray Casting Method".
# the point_in_poly algorithm was found here:
# http://geospatialpython.com/2011/01/point-in-pol... | DTMilodowski/LiDAR_canopy | src/LiDAR_tools.py | Python | gpl-3.0 | 3,971 |
/* File: deref.h
** Author(s): Jiyang Xu, Terrance Swift, Kostis Sagonas
** Contact: xsb-contact@cs.sunysb.edu
**
** Copyright (C) The Research Foundation of SUNY, 1986, 1993-1998
** Copyright (C) ECRC, Germany, 1990
**
** XSB is free software; you can redistribute it and/or modify it under the
** terms of the... | KULeuven-KRR/IDP | lib/XSB/emu/deref.h | C | gpl-3.0 | 2,786 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.