code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Autodesk.Max;
using ExplodeScript.UI;
using ManagedServices;
using MaxCustomControls;
using CustomControls;
using Test_ExplodeScript.UI;
namespace... | VinCal/Explode | ExplodeView.cs | C# | gpl-2.0 | 9,143 |
<?php
/**
* Ajax Controller Module
*
* PHP version 5
*
* Copyright (C) Villanova University 2010.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
* as published by the Free Software Foundation.
*
* This program is dist... | no-reply/cbpl-vufind | module/VuFind/src/VuFind/Controller/AjaxController.php | PHP | gpl-2.0 | 44,602 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package delay.model;
/**
*
* @author M3 New
*/
public class Pesawat {
private String namaPesawat;
private String idPesawat;
private String idMaskapai;
public Pesawat(){
}
public... | 6306120058/Delay-Plane-Display-App | src/delay/model/Pesawat.java | Java | gpl-2.0 | 1,027 |
package edu.cmu.cs.dickerson.kpd.solver.exception;
public class SolverException extends Exception {
private static final long serialVersionUID = 1L;
public SolverException(String message) {
super(message);
}
}
| JohnDickerson/KidneyExchange | src/edu/cmu/cs/dickerson/kpd/solver/exception/SolverException.java | Java | gpl-2.0 | 219 |
<?php
/**
* The template for displaying Comments.
*
* The area of the page that contains both current comments
* and the comment form. The actual display of comments is
* handled by a callback to gp_comment() which is
* located in the functions.php file.
*
* @package GeoProjects
*/
?>
<?php
/*
* If the cu... | Labomedia/geoprojects | comments.php | PHP | gpl-2.0 | 4,461 |
<?php
/*------------------------------------------------------------------------
# mod_universal_ajaxlivesearch - Universal AJAX Live Search
# ------------------------------------------------------------------------
# author Janos Biro
# copyright Copyright (C) 2011 Offlajn.com. All Rights Reserved.
# @license - htt... | isengartz/food | modules/mod_universal_ajaxlivesearch/themes/elegant/theme.css.php | PHP | gpl-2.0 | 30,438 |
package com.mediatek.gallery3d.ext;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import java.util.ArrayList;
/**
* The composite pattern class.
* It will deliver every action to its leaf hookers.
*/
public class Activ... | rex-xxx/mt6572_x201 | packages/apps/Gallery2/ext/src/com/mediatek/gallery3d/ext/ActivityHookerGroup.java | Java | gpl-2.0 | 3,654 |
# -*- coding: utf-8 -*-
#
#
# TheVirtualBrain-Framework Package. This package holds all Data Management, and
# Web-UI helpful to run brain-simulations. To use it, you also need do download
# TheVirtualBrain-Scientific Package (for simulators). See content of the
# documentation-folder for more details. See also http:/... | rajul/tvb-framework | setup.py | Python | gpl-2.0 | 2,824 |
/*____________________________________________________________________________
ExifPro Image Viewer
Copyright (C) 2000-2015 Michael Kowalski
____________________________________________________________________________*/
// ImgBatchModeDlg.cpp : implementation file
//
#include "stdafx.h"
#include "r... | mikekov/ExifPro | src/ImgBatchModeDlg.cpp | C++ | gpl-2.0 | 4,565 |
var State = Backbone.State = function(options) {
options || (options = {});
};
_.extend(State.prototype, Backbone.Events, {
classes: [],
before: null,
on: null,
after: null,
events: {},
triggers: [],
multistate: [],
_isStateDescribedInSet: function( set, state ) {
var ... | jonathanrevell/tokamak | backbone.states.js | JavaScript | gpl-2.0 | 2,952 |
'use strict';
module.exports = require('./EuCookies'); | Dununan/reactjs-eu-cookies | build/index.js | JavaScript | gpl-2.0 | 55 |
<?php get_header(); ?>
<!-- header End -->
<!-- container Start -->
<?php if (have_posts()) : while (have_posts()) : the_post();
$prev_post = get_previous_post();
$next_post = get_next_post();
?>
<div class="pre_link link_wiki">
<a id="pre_link" title="<?php echo $prev_post->post_title; ?>" href="<?php echo get_perma... | wangshijun101/morketing.cn | wp-content/themes/mi/single.php | PHP | gpl-2.0 | 3,214 |
<?php
/* --------------------------------------------------------------
PayoneCheckoutCreditRiskContentView.inc.php 2013-10-04 mabr
Gambio GmbH
http://www.gambio.de
Copyright (c) 2013 Gambio GmbH
Released under the GNU General Public License (Version 2)
[http://www.gnu.org/licenses/gpl-2.0.html]
--------... | khadim-raath/gambioTest | system/classes/external/payone/PayoneCheckoutCreditRiskContentView.inc.php | PHP | gpl-2.0 | 3,005 |
<?php
require_once 'View/ViewHelper.php';
/**
* Description of View
*
* @author Jessica
*/
class View extends ViewHelper
{
/**
* WordPress Screen name, ex. post.php, edit.php. Can
* be an array for multiple screens
*
* @var string|array
*/
protected $_hook = array();
... | gbish/bernard | wp-content/plugins/mangapress/framework/View.php | PHP | gpl-2.0 | 6,134 |
using System;
using System.Linq;
using LeagueSharp;
using LeagueSharp.Common;
using SharpDX;
using SharpDX.Direct3D9;
using Color = System.Drawing.Color;
namespace TAC_Kalista
{
class DrawingHandler
{
public static Device DxDevice = Drawing.Direct3DDevice;
public static Line DxLine;
pub... | thanhdongsl1990/Twightlight_Y2Knight | TAC_Kalista/TAC Kalista/DrawingHandler.cs | C# | gpl-2.0 | 7,697 |
/* $Id: UIGraphicsRotatorButton.cpp $ */
/** @file
* VBox Qt GUI - UIGraphicsRotatorButton class definition.
*/
/*
* Copyright (C) 2012 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistrib... | miguelinux/vbox | src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsRotatorButton.cpp | C++ | gpl-2.0 | 8,544 |
#include <iostream>
#include <cstdlib>
#include <vector>
#include <fstream>
#include "strings.cpp"
#define NAMEFILE "./names.txt"
#define JOBFILE "./jobs.txt"
#define TRIM (after(buffer,':'))
//Define global variables
vector<string> femaleNames;
vector<string> maleNames;
vector<string> lastNames;
/*
//!Return number ... | SexualLobster/ActualEntity | func.cpp | C++ | gpl-2.0 | 1,463 |
// $Id$
/* Copyright (C) 2004-2006 John B. Shumway, Jr.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
T... | ShaningSoul/pi-qmc | src/sampler/RandomPermutationChooser.cc | C++ | gpl-2.0 | 1,389 |
/*
Copyright 2004-2015 Manuel Baptista
This file is part of GODESS
GODESS 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.
GODESS is distr... | mbaptist/godess | src/runge_kutta_4.C | C++ | gpl-2.0 | 1,440 |
#!/usr/bin/env python
'''# shufflez.py '''
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following ... | Logic-gate/shuffelz | shuffelz.py | Python | gpl-2.0 | 4,742 |
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
class Migration(migrations.Migration):
dependencies = [
('codecompetitions', '0006_auto_20140805_2234'),
]
operations = [
migrations.AddField(
model_name='problem',
... | baryon5/mercury | codecompetitions/migrations/0007_auto_20140805_2253.py | Python | gpl-2.0 | 1,067 |
/* Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2011 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | smurry/XCSoar | src/Engine/Util/AircraftStateFilter.cpp | C++ | gpl-2.0 | 3,293 |
/*
* Copyright (c) 2015 High Tech Kids. All rights reserved
* HighTechKids is on the web at: http://www.hightechkids.org
* This code is released under GPL; see LICENSE.txt for details.
*/
package fll.web.report;
import java.io.IOException;
import java.sql.Connection;
import java.sql.SQLException;
import java.uti... | jpschewe/fll-sw | src/main/java/fll/web/report/PromptSummarizeScores.java | Java | gpl-2.0 | 4,759 |
<div class="register-login-alert alert hide">Error</div>
<div class="row">
<div class="col-md-12">
<div class="content-text"></div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<form role="form" class="register-form" method="POST">
<h3>Register</h3>
<div class="form-group">
<input type="text"... | wp-plugins/wp-real-estate-property-listing-crm | components/signupform/view/form.php | PHP | gpl-2.0 | 2,080 |
package exec
import (
"bytes"
"fmt"
"io"
"os"
osexec "os/exec"
"strings"
"github.com/zimmski/backup"
)
// Combined executes a command with given arguments and returns the combined output
func Combined(name string, args ...string) (string, error) {
if backup.Verbose {
fmt.Fprintln(os.Stderr, "Execute: ", na... | zimmski/backup | exec/exec.go | GO | gpl-2.0 | 1,171 |
package io.github.phantamanta44.botah.core.context;
import io.github.phantamanta44.botah.core.rate.RateLimitedChannel;
import io.github.phantamanta44.botah.util.MessageUtils;
import sx.blah.discord.api.Event;
import sx.blah.discord.handle.obj.IChannel;
import sx.blah.discord.handle.obj.IGuild;
import sx.blah.discord.h... | phantamanta44/BotAgainstHumanity | src/main/java/io/github/phantamanta44/botah/core/context/GenericEventContext.java | Java | gpl-2.0 | 2,047 |
#include <cln/number.h>
#include <cln/io.h>
#include <cln/float.h>
#include <cln/float_io.h>
#include <cln/real.h>
#include <cln/random.h>
#include <cstdlib>
#include <cstring>
#include <cln/timing.h>
using namespace std;
using namespace cln;
int main (int argc, char * argv[])
{
int repetitions = 1;
if ((argc >= 3)... | ARudik/feelpp.cln | tests/timepi.cc | C++ | gpl-2.0 | 1,530 |
<?php
/**
* File containing the eZTSTranslator class.
*
* @copyright Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
* @license http://ez.no/licenses/gnu_gpl GNU General Public License v2.0
* @version 4.2011
* @package lib
* @subpackage i18n
*/
/**
* Provides internationalization using XML (.ts) f... | imadkaf/lsdoEZ4 | lib/ezi18n/classes/eztstranslator.php | PHP | gpl-2.0 | 27,009 |
/*
$port: miscsettings_menu.cpp,v 1.3 2010/12/05 22:32:12 tuxbox-cvs Exp $
miscsettings_menu implementation - Neutrino-GUI
Copyright (C) 2010 T. Graf 'dbt'
Homepage: http://www.dbox2-tuning.net/
License: GPL
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU G... | lexandr0s/nmp-sdl | src/gui/miscsettings_menu.cpp | C++ | gpl-2.0 | 26,742 |
# Copyright (C) 2009 Jeremy S. Sanders
# Email: Jeremy Sanders <jeremy@jeremysanders.net>
#
# 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
# ... | veusz/veusz | veusz/document/emf_export.py | Python | gpl-2.0 | 14,778 |
<?php $captcha_word = '5TPM'; ?> | CoordCulturaDigital-Minc/culturadigital.br | wp-content/plugins/si-captcha-for-wordpress/captcha-secureimage/captcha-temp/g6ddI5ewlcLUFATp.php | PHP | gpl-2.0 | 32 |
/*
Syntax highlighting with language autodetection.
http://softwaremaniacs.org/soft/highlight/
*/
var DEFAULT_LANGUAGES = ['python', 'ruby', 'perl', 'php', 'css', 'xml', 'html', 'django', 'javascript', 'java', 'cpp', 'sql', 'smalltalk'];
var ALL_LANGUAGES = (DEFAULT_LANGUAGES.join(',') + ',' + ['1c', 'ada', 'elisp', '... | enzbang/diouzhtu | external_libraries/highlight/highlight.js | JavaScript | gpl-2.0 | 13,554 |
<?php
/** Romanian (română)
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author AdiJapan
* @author Cin
* @author Danutz
* @author Emily
* @author Firilacroco
* @author Geitost
... | ankur24x7/mediawiki-core | languages/messages/MessagesRo.php | PHP | gpl-2.0 | 264,544 |
<?php
namespace rocket_font;
/**
* ClassLoader Class
*
* 아래 폴더에 있는 php 파일을 검색해 자동으로 include
* * features/core - 항상 로드할 파일들
* * features/admin - 관리자에서만 사용할 파일들
* * features/client - 프론트엔드(유저화면)에서만 사용할 파일들
*/
class ClassLoader {
public function load_plugin_classes() {
$load_list = array();
$load_l... | wp-plugins/rocket-font | features/class-loader.php | PHP | gpl-2.0 | 1,465 |
<?php
/*=================================================
Disable Wordpress Autoformatting
==================================================*/
function convax_formatter($content) {
$new_content = '';
//Matches the contents and the open and closing tags
$pattern_full = '{(\[raw\].*?\[/raw\])}is';
//Matches ju... | pruthu/Horizon-wp-theme | inc/fn-common.php | PHP | gpl-2.0 | 1,794 |
/**
* FitVids 1.1
*
* Copyright 2013, Chris Coyier - http://css-tricks.com + Dave Rupert - http://daverupert.com
* Credit to Thierry Koblentz - http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
* Released under the WTFPL license - http://sam.zoy.org/wtfpl/
*/
!function(t){"use strict"
t.fn.... | sdsweb/note | assets/js/fitvids.js | JavaScript | gpl-2.0 | 2,034 |
#
# The Python Imaging Library.
# $Id$
#
# TIFF file handling
#
# TIFF is a flexible, if somewhat aged, image file format originally
# defined by Aldus. Although TIFF supports a wide variety of pixel
# layouts and compression methods, the name doesn't really stand for
# "thousands of incompatible file formats," it jus... | ppizarror/Ned-For-Spod | bin/external/pil/TiffImagePlugin.py | Python | gpl-2.0 | 27,979 |
// This is generic code that is included in all Android apps that use the
// Native framework by Henrik Rydgård (https://github.com/hrydgard/native).
// It calls a set of methods defined in NativeApp.h. These should be implemented
// by your game or app.
#include <jni.h>
#include <android/log.h>
#include <stdlib.h>
... | glaubitz/ppsspp-debian | native/android/app-android.cpp | C++ | gpl-2.0 | 12,069 |
/*
*
* Copyright (C) 2011-2013 ArkCORE <http://www.arkania.net/>
*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
*
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms o... | planee/SoDCORE | src/server/scripts/Kalimdor/TempleOfAhnQiraj/boss_skeram.cpp | C++ | gpl-2.0 | 7,827 |
/*
* Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any ... | teamfx/openjfx-9-dev-rt | modules/javafx.web/src/main/native/Source/WebCore/html/HTMLProgressElement.cpp | C++ | gpl-2.0 | 5,133 |
<a href="#na" class="spotlight graphic">
<div class="imgContainer">
<img src="<?php print path_to_theme() ?>/img/infoGraphic.png" alt="">
</div>
<div class="textContainer">
<h2>Dementia Awarenes</h2>
</div>
</a> | JoshHarrington/seedly | sites/all/themes/seedly/templates/components/core/spotlights/spotlight_graphic1.php | PHP | gpl-2.0 | 258 |
/*
* Copyright 2016-2020 Ping Identity Corporation
* All Rights Reserved.
*/
/*
* Copyright 2016-2020 Ping Identity Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... | UnboundID/ldapsdk | src/com/unboundid/ldap/sdk/unboundidds/tools/SplitLDIFFilterTranslator.java | Java | gpl-2.0 | 11,362 |
#include <stdlib.h>
#include <string.h>
#include <QStringList>
#include <QDir>
#include <QDebug>
#include "acpiutils.h"
//==================================================================================
#define ACPI_PATH_PROC "/proc/acpi/"
#define ACPI_PATH_SYS "/sys/class/"
struct AcpiDevice
{
int ... | yede/yepanel | src.panel/applet-acpi/acpiutils.cpp | C++ | gpl-2.0 | 2,149 |
#!/usr/bin/python
import sys, os, urllib, argparse, base64, time, threading, re
from gi.repository import Gtk, WebKit, Notify
webView = None
def refresh(widget, event):
global webView
webView.reload()
window_title = ''
def HandleTitleChanged(webview, title):
global window_title
window_title = title
... | DavidMulder/simple_browse | simple_browse.py | Python | gpl-2.0 | 8,391 |
/****************************************************************************
**
** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved.
**
** This file is part of the tools applications of the Qt Toolkit.
**
** This file may be used under the terms of the GNU General Public
** License versions 2.0 or 3.0 as pub... | muromec/qtopia-ezx | qtopiacore/qt/tools/qdoc3/qscodemarker.cpp | C++ | gpl-2.0 | 11,397 |
<?php defined('_JEXEC') or die('Restricted access'); ?>
<?php
$itemid = JoomdleHelperContent::getMenuItem();
?>
<div class="joomdle-userlist<?php echo $this->pageclass_sfx;?>">
<?php if ($this->params->get('show_page_heading', 1)) : ?>
<h1>
<?php echo $this->escape($this->params->get('page_heading')); ?>
... | alons182/uninpe | components/com_joomdle/views/teachersabc/tmpl/default.php | PHP | gpl-2.0 | 1,444 |
/*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2015 The XCSoar Project
A detailed list of copyright holders can be found in the file "AUTHORS".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
... | f-penguin/xcsoar | src/IO/Async/GlobalIOThread.cpp | C++ | gpl-2.0 | 1,186 |
/**
* @file
* @brief shared alias model loading code (md2, md3)
*/
/*
Copyright (C) 1997-2001 Id Software, 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 2
of the License, or... | Qazzian/ufoai_suspend | src/client/renderer/r_model_alias.cpp | C++ | gpl-2.0 | 23,883 |
<?php
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2007 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* ... | grlf/eyedock | javascript/scribite_editors/fckeditor/editor/filemanager/browser/default/connectors/php/commands.php | PHP | gpl-2.0 | 5,598 |
/*
* Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Fou... | unktomi/form-follows-function | mjavac/langtools/src/share/classes/javax/lang/model/type/UnknownTypeException.java | Java | gpl-2.0 | 2,970 |
/*
* Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundati... | unktomi/form-follows-function | mjavac/langtools/test/tools/javac/generics/ArrayTypearg.java | Java | gpl-2.0 | 1,406 |
package co.edu.uniandes.csw.marketplace.providers;
import javax.ws.rs.NameBinding;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@NameBinding
@Retention(RetentionPolicy.RUNTIME)
public @interface StatusCreated {}
| MISO4203-201520/mp-books | MarketPlace.web/src/main/java/co/edu/uniandes/csw/marketplace/providers/StatusCreated.java | Java | gpl-2.0 | 253 |
/*
* RAFTools - Copyright (C) 2016 Zane van Iperen.
* Contact: zane@zanevaniperen.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, and only
* version 2 as published by the Free Software Foundation.
*
* This... | vs49688/RAFTools | src/main/java/net/vs49688/rafview/wwise/objects/EventActionObject.java | Java | gpl-2.0 | 1,110 |
<?php
if(!empty($_POST['email']))
{
$data['firstname'] = $_POST['firstname'];
$data['surname'] = $_POST['surname'];
$data['email'] = $_POST['email'];
$data['phone'] = sha1($_POST['phone']);
$data['ipinterests'] = $_POST['ipinterests'];
$data['displayvillage'] = $_POST['displayvillage'];
$dat... | nguyenthai2010/realestate | wp-content/themes/realestate/tpl-contact.php | PHP | gpl-2.0 | 6,562 |
package com.xebia.googlevrpanorama;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.support.annotation.UiThread;
import android.util.Log;
import android.util.Pair;
import android.util.LruCach... | Apacio/react-native-google-vr-panorama | android/src/main/java/com/xebia/googlevrpanorama/RNGoogleVRPanoramaView.java | Java | gpl-2.0 | 9,255 |
package model.protocol.osc.touchosc;
public class SnappingFader {
static final float SNAP_DELTA = 0.1f;
private double currentRealValue;
public SnappingFader(final double currentRealValue) {
this.currentRealValue = currentRealValue;
}
public void tryUpdate(final double value, final ISnappingFaderEventHandler ... | stereokrauts/stereoscope | stereoscope/src/main/java/model/protocol/osc/touchosc/SnappingFader.java | Java | gpl-2.0 | 671 |
package com.holdit.feedthemax;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.ImageButton;
import android.widget.RelativeLayout;
import android.widget.TextView;
import static com.holdit.feedthemax.MainActivity.rbt1qu;
import static ... | GreenGas48/Feed-The-Max | RobotsActivity.java | Java | gpl-2.0 | 3,148 |
package hrylab.xjtu.wifip2papp.wifidirect;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import android.net.wifi.p2p.WifiP2pDeviceList;
import android.net.wifi.p2p.WifiP2pManager.PeerListListener;
import android.util.Log;
/*
* @author NickHuang
*/
public class WifiPeerListList... | RanHuang/AndroidProject | WiFi P2p/WifiP2pApp/src/hrylab/xjtu/wifip2papp/wifidirect/WifiPeerListListener.java | Java | gpl-2.0 | 1,609 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright 2007 Zuza Software Foundation
#
# This file is part of translate.
#
# translate 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... | lehmannro/translate | storage/wordfast.py | Python | gpl-2.0 | 16,175 |
<?php
/**
* @package EasySocial
* @copyright Copyright (C) 2010 - 2014 Stack Ideas Sdn Bhd. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* EasySocial is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is deriva... | Creativetech-Solutions/joomla-easysocial-network | administrator/components/com_easysocial/includes/cluster/cluster.php | PHP | gpl-2.0 | 37,890 |
<?php
// security check - must be included in all scripts
if (!$GLOBALS['kewl_entry_point_run']) {
die("You cannot view this page directly");
}
/**
*
* Controller class for Chisimba for the phpinfo
*
* @author Derek Keats
* @package timeline
*
*/
class phpinfo extends controller
{
/**
* @var $objLog Strin... | chisimba/modules | phpinfo/controller.php | PHP | gpl-2.0 | 1,322 |
import logging
import struct
from memory import Memory
from network import Mac, IpAddress
from gbe import Gbe
LOGGER = logging.getLogger(__name__)
# Offsets for fields in the memory map, in bytes
OFFSET_CORE_TYPE = 0x0
OFFSET_BUFFER_SIZE = 0x4
OFFSET_WORD_LEN = 0x8
OFFSET_MAC_ADDR = 0xc
OFFSET_IP_ADDR = ... | ska-sa/casperfpga | src/onegbe.py | Python | gpl-2.0 | 26,401 |
"""
Django settings for Outcumbent project.
For more information on this file, see
https://docs.djangoproject.com/en/1.6/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/1.6/ref/settings/
"""
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)... | praxeo/outcumbent | Outcumbent/settings.py | Python | gpl-2.0 | 2,140 |
<?php
/**
* @author Adam Charron <adam.c@vanillaforums.com>
* @copyright 2009-2020 Vanilla Forums Inc.
* @license Proprietary
*/
// First argument is paths from circleci glob. Basically a space separated list of file paths.
$in = $argv[1];
if (!is_string($in)) {
die('Only a string is allowed');
}
// Break o... | vanilla/vanilla | .circleci/scripts/makePHPUnitFilter.php | PHP | gpl-2.0 | 752 |
<!DOCTYPE html>
<html dir="rtl" lang="fa">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1, user-scalable=yes">
<meta name="keywords" content="{header_meta_keywords}"/>
<meta name="description" content="{header_meta_description}"/>
<?php if(isset($header_meta_r... | MohsenKoohi/BurgeCMF | Web/application/views/fa/customer/header.php | PHP | gpl-2.0 | 5,587 |
<?php include('../functions.php');?>
<?php include('../login/auth.php');?>
<?php include('../helpers/class.phpmailer.php');?>
<?php
//POST variables
$campaign_id = mysqli_real_escape_string($mysqli, $_POST['campaign_id']);
$test_email = mysqli_real_escape_string($mysqli, $_POST['test_email']);
$test_email = str_replac... | oniiru/html | sendy/includes/create/test-send.php | PHP | gpl-2.0 | 5,991 |
/*
* This file is part of the CMaNGOS 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 ... | natedahl32/portalclassic | src/realmd/RealmList.cpp | C++ | gpl-2.0 | 6,721 |
// <copyright file="BlackWhiteProcessor.cs" company="James Jackson-South">
// Copyright (c) James Jackson-South and contributors.
// Licensed under the Apache License, Version 2.0.
// </copyright>
namespace ImageSharp.Processors
{
using System.Numerics;
/// <summary>
/// Converts the colors of the image ... | cornell/apropos | src/ImageSharp/Filters/Processors/ColorMatrix/BlackWhiteProcessor.cs | C# | gpl-2.0 | 1,125 |
#include "precomp.h"
#include "jheaderarea.h"
#include "private/jheaderarea_p.h"
// - JSortFilterProxyModelData -
class JSortFilterProxyModelData
{
public:
QMap<int/*column*/, QRegExp> mapRegExp;
};
// - class JSortFilterProxyModel -
JSortFilterProxyModel::JSortFilterProxyModel(QObject *parent)
: QSortFilte... | iclosure/jsmartkits | src/jwidgets/src/jheaderarea.cpp | C++ | gpl-2.0 | 8,104 |
"use strict"
var merge = require('merge');
var HttpError = require('http-errors');
var Path = require('path');
module.exports = BaseController.extend({
view: {
file: '',
partials: {},
params: {}
},
before: function(next) {
this.view.file = this.req.route;
next();
... | ehmPlankje/express-mvc-boilerplate | controller/_abstract/WebController.js | JavaScript | gpl-2.0 | 1,593 |
/*
* CCastleInterface.cpp, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
#include "StdInc.h"
#include "CCastleInterface.h"
#include "CAdvmapInterf... | Fayth/vcmi | client/windows/CCastleInterface.cpp | C++ | gpl-2.0 | 53,353 |
<?php
/**
* ****************************************************************************
* birthday - MODULE FOR XOOPS
* Script made by Hervé Thouzard (http://www.herve-thouzard.com/)
* Created on 10 juil. 08 at 11:37:48
* ****************************************************************************
*/
define('_A... | mambax7/birthday | language/spanish/admin.php | PHP | gpl-2.0 | 942 |
<?php
/*
* Title : Pinpoint Booking System WordPress Plugin (PRO)
* Version : 2.1.1
* File : includes/extras/class-backend-extra-groups.php
* File Version : 1.0.1
* Created / Last Modified : 25 August 2015
* Author : Dot on Paper
... | BlueSkyVacations-Pantheon/BlueSkyVacations-Pantheon | wp-content/plugins/booking-system/includes/extras/class-backend-extra-groups.php | PHP | gpl-2.0 | 1,443 |
"""
This package supplies tools for working with automated services
connected to a server. It was written with IRC in mind, so it's not
very generic, in that it pretty much assumes a single client connected
to a central server, and it's not easy for a client to add further connections
at runtime (But possible, though y... | kaaveland/anybot | im/__init__.py | Python | gpl-2.0 | 449 |
<?php
define('__BASE_DIR__', __DIR__);
require('src/Lime/App.php');
$app = new Lime\App();
require(__BASE_DIR__ . '/app/core/functions.php');
require(__BASE_DIR__ . '/app/config/config.php');
require(__BASE_DIR__ . '/app/config/routes.php');
$app->run();
?>
| bstaint/limewiki | index.php | PHP | gpl-2.0 | 262 |
/*
* This program is copyright © 2008-2012 Eric Bishop and is distributed under the terms of the GNU GPL
* version 2.0 with a special clarification/exception that permits adapting the program to
* configure proprietary "back end" software provided that all modifications to the web interface
* itself remain cover... | ivyswen/m4530r | package/plugin-gargoyle-usb-storage/files/www/js/usb_storage.js | JavaScript | gpl-2.0 | 45,629 |
<?php
/**
* A ReCaptchaResponse is returned from recaptcha_check_answer()
* @author TE
* @todo clone etc...
* @see http://code.google.com/p/recaptcha/
*/
class ReCaptchaResponse {
protected $isValid;
protected $error;
/**
*
* Enter description here ...
*/
public function __construct() {
$this->is... | donaldinou/recaptcha-php-poo | net/recaptcha/lib/recaptcharesponse.php | PHP | gpl-2.0 | 1,028 |
<?php
/**
* @package Author
* @author
* @website
* @email
* @copyright
* @license
**/
// no direct access
defined('_JEXEC') or die('Restricted access');
class OperacionModelFacturaciones extends JModelList{
public function __construct($config = array()){
if (empty($config['filter_fields'])) {
$config[... | andresgcortes/Concan | components/com_operacion/models/facturaciones.php | PHP | gpl-2.0 | 5,080 |
using System;
namespace BlueBit.CarsEvidence.GUI.Desktop.Model.Attributes
{
public class CanEditAllInDocumentViewAttribute : Attribute
{
}
}
| tomasz-orynski/BlueBit.CarsEvidence | BlueBit.CarsEvidence.GUI.Desktop/Model/Attributes/CanEditAllInDocumentView.cs | C# | gpl-2.0 | 157 |
#include "script_component.hpp"
class CfgPatches {
class ADDON {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"ace_interaction"};
author = ECSTRING(common,ACETeam);
authors[] = {"KoffeinFlummi", "BaerMitUmlaut"};
url =... | voiperr/ACE3 | addons/fastroping/config.cpp | C++ | gpl-2.0 | 512 |
/******************************************************************************\
* Utopia Player - A cross-platform, multilingual, tagging media manager *
* Copyright (C) 2006-2007 John Eric Martin <john.eric.martin@gmail.com> *
* ... | erikku/utopiaplayer | utopialyrics/src/xmlrubyhandler.cpp | C++ | gpl-2.0 | 3,497 |
package Vistas;
import Conexion.ConexioSQLite;
import static Vistas.Cuenta.modeloCuenta;
import static Vistas.Cuenta.sumaProductos;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultT... | cristian0193/EstructuraDatos | ProyectoFinalBaresUCC/src/Vistas/Productos.java | Java | gpl-2.0 | 9,862 |
package helper;
import java.awt.AlphaComposite;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.Point;
import java.awt.image.BufferedImage;
import javax.swing.JPanel;
public class GhostGlassPane extends JPanel
{
private AlphaComposite composite;
private BufferedImage dragged =... | pja35/ThePyBotWarPro | src/main/java/helper/GhostGlassPane.java | Java | gpl-2.0 | 1,128 |
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName
/**
* Crowdsignal (PollDaddy) shortcode.
*
* Formats:
* [polldaddy type="iframe" survey="EB151947E5950FCF" height="auto" domain="jeherve" id="a-survey-with-branches"]
* [crowdsignal type="iframe" survey="EB151947E5950FCF" height="auto" domain="jeh... | Automattic/vip-go-mu-plugins | jetpack-9.4/modules/shortcodes/crowdsignal.php | PHP | gpl-2.0 | 22,364 |
<?php
/**
@package catalog::modules::services
@author Loaded Commerce
@copyright Copyright 2003-2014 Loaded Commerce, LLC
@copyright Portions Copyright 2003 osCommerce
@license https://github.com/loadedcommerce/loaded7/blob/master/LICENSE.txt
@version $Id: currencies.php v1.0 2013-08-0... | loadedcommerce/loaded7 | catalog/includes/modules/services/currencies.php | PHP | gpl-2.0 | 1,257 |
/**
* OWASP Benchmark Project v1.2
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://owasp.org/www-project-benchmark/">https://owasp.org/www-project-benchmark/</a>.
*
* The OWASP Benchmark is free software: you can redistribute it ... | h3xstream/Benchmark | src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00544.java | Java | gpl-2.0 | 2,453 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Ultra.CoreCaller;
using Ultra.FASControls.Controllers;
namespace Ultra.FASControls
{
public partial class SerNoCaller_WL
{
//CtlItemController
protected static EFCaller<UltraDbEntity.T_ERP_Item> _Calr_I... | Tyreezhang/OYWLWeb | Ultra.FASControls/Caller/SerNoCaller_WL.cs | C# | gpl-2.0 | 5,178 |
<?php
/**
* @package JooDatabase - http://joodb.feenders.de
* @copyright Copyright (C) Computer - Daten - Netze : Feenders. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* @author Dirk Hoeschen (hoeschen@feenders.de)
*/
function JoodbBuildRoute(&$query)
{
$segments = array();
// get a menu item based... | rodhoff/cdn1 | components/com_joodb/router.php | PHP | gpl-2.0 | 2,116 |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation. Oracle designates this
* particular file as subject to th... | FauxFaux/jdk9-jdk | src/java.base/share/classes/java/util/concurrent/atomic/AtomicLongArray.java | Java | gpl-2.0 | 18,582 |
/*
* Copyright (c) 2012, 2017, 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 ... | teamfx/openjfx-10-dev-rt | modules/jdk.packager/src/main/java/com/oracle/tools/packager/jnlp/JNLPBundler.java | Java | gpl-2.0 | 56,509 |
<?php
/*
Template Name: Page - Contact Us
*/
?>
<?php
if($_POST)
{
if($_POST['your-email'])
{
$toEmailName = get_option('blogname');
$toEmail = get_site_emailId();
$subject = $_POST['your-subject'];
$message = '';
$message .= '<p>Dear '.$toEmailName.',</p>';
$message .= '<p>Name : '.$_P... | vapvarun/MicrocerptBIZ | wp-content/plugins/PlusOnett/tpl_contact.php | PHP | gpl-2.0 | 3,853 |
<?php
/** Croatian (Hrvatski)
*
* See MessagesQqq.php for message documentation incl. usage of parameters
* To improve a translation please visit http://translatewiki.net
*
* @ingroup Language
* @file
*
* @author Anton008
* @author Brest
* @author Bugoslav
* @author Dalibor Bosits
* @author Demicx
* @autho... | wiki-data/wiki-data | languages/messages/MessagesHr.php | PHP | gpl-2.0 | 235,744 |
/*
* Copyright (C) 2004-2011 See the AUTHORS file for details.
*
* 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.
*/
#include "User.h"
class CNickServ : public CModule
{
public... | rwaldron/znc | modules/nickserv.cpp | C++ | gpl-2.0 | 1,718 |
<?php
/**
* Manager Log English lexicon topic
*
* @language en
* @package modx
* @subpackage lexicon
*/
$_lang['action'] = 'Akce';
$_lang['date_end'] = 'Datum do';
$_lang['date_start'] = 'Datum od';
$_lang['filter_clear'] = 'Vymazat filtr';
$_lang['manager_log'] = 'Události správce obsahu';
$_lang['mgrlog_clear']... | svyatoslavteterin/belton.by | core/lexicon/cs/manager_log.inc.php | PHP | gpl-2.0 | 969 |
module Rake
module DSL
def matrix
Matrix
end
def story
@story ||= Matrix::Story.new
end
def mkcloud
@mkcloud ||= Matrix::MkcloudRunner.new
end
def virsetup
@virsetup ||= Matrix::VirsetupRunner.new
end
def gate
@gate ||= Matrix::GateRunner.new
e... | vmoravec/matrix | lib/matrix/rake/dsl.rb | Ruby | gpl-2.0 | 1,934 |
/*******************************************************************************
* Copyright (c) 2006-2007 Nicolas Richeton.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availa... | bdaum/zoraPD | org.eclipse.nebula.widgets.gallery/src/org/eclipse/nebula/widgets/gallery/AbstractGalleryItemRenderer.java | Java | gpl-2.0 | 9,697 |
package cmucoref.mention.extractor;
import cmucoref.document.Document;
import cmucoref.document.Lexicon;
import cmucoref.document.Sentence;
import cmucoref.exception.MentionException;
import cmucoref.mention.Mention;
import cmucoref.mention.eventextractor.EventExtractor;
import cmucoref.mention.extractor.relationextra... | XuezheMax/cmucoref | src/cmucoref/mention/extractor/MentionExtractor.java | Java | gpl-2.0 | 27,355 |
#ifndef DCLIST_HPP
#define DCLIST_HPP
#include "celltype.hpp"
#include <string>
#include <sstream>
#include <exception>
class DCList
{
private:
celltype* head, *last;
bool swapped;
int makeList(int*);
public:
DCList();
~DCList();
void insert(int);
int extract(void);
void swap(void... | adrigames/dsAssignment2 | DS_Practice2/DS_Practice2/DCList.hpp | C++ | gpl-2.0 | 553 |
# kamene.contrib.description = Label Distribution Protocol (LDP)
# kamene.contrib.status = loads
# http://git.savannah.gnu.org/cgit/ldpscapy.git/snapshot/ldpscapy-5285b81d6e628043df2a83301b292f24a95f0ba1.tar.gz
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Gene... | phaethon/scapy | kamene/contrib/ldp.py | Python | gpl-2.0 | 13,902 |
/*
* Copyright (C) 2005-2008 Team XBMC
* http://www.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.
*
... | chris-magic/xbmc_dualaudio_pvr | xbmc/cores/dvdplayer/DVDInputStreams/DVDInputStreamHTSP.cpp | C++ | gpl-2.0 | 6,506 |