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 |
|---|---|---|---|---|---|
<div class="panel panel-white">
<div class="row">
<div class="col-xs-2">
<% if (obj.profile) { %>
<img alt="Group profile picture" src="{{obj.profile}}" class="img-thumbnail img-rounded" />
<% } else { %>
<img alt="Logo" src="/images/user_logo.png" class="img-... | nicksellen/iznik | http/template/user/stats/main.html | HTML | gpl-2.0 | 4,608 |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | redeanisioteixeira/aew_github | library/Zend/Test/PHPUnit/Db/DataSet/QueryTable.php | PHP | gpl-2.0 | 2,983 |
<?php
/**
* @package EasySocial
* @copyright Copyright (C) 2010 - 2012 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 derivative of wor... | cuongnd/test_pro | administrator/components/com_easysocial/includes/stream/stream.php | PHP | gpl-2.0 | 33,522 |
<!DOCTYPE html>
<html>
<!-- Mirrored from www.w3schools.com/aspnet/showaspx.asp?filename=demo_listitem by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:22:10 GMT -->
<head>
<title>Tryit Editor v2.1 - Show ASP.NET</title>
<link rel="stylesheet" href="../trycss.css">
<!--[if lt IE 8]>
<style>
.textarea,... | platinhom/ManualHom | Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/aspnet/showaspxa4f5.html | HTML | gpl-2.0 | 3,205 |
/* file_dlg.h
* Declarations of utilities to use when constructing file selection dialogs
*
* $Id$
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of th... | sstjohn/wireshark | ui/gtk/file_dlg.h | C | gpl-2.0 | 5,471 |
<?php
/**
* @version 1.0.0
* @package com_dtax
* @copyright Copyright (C) 2016 METIK Marketing, LLC. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Freddy Flores <fflores@metikmarketing.com> - https://www.metikmarketing.com
*/
// no dire... | knigherrant/dtax | administrator/components/com_dtax/views/customers/tmpl/default.php | PHP | gpl-2.0 | 8,317 |
#!/bin/bash
CURRENT_DIR=`dirname $0`
dir="$1/Codes"
if [ ! -e $dir ]
then
mkdir $dir
fi
find /home \( -iname "*.ml" -o -iname "*.py" -o -iname "*.sh" -o -iname "*.cpp" -o -iname "*.h" -o -iname "*.php" -o -iname "*.js" -o -iname "*.css" -o -iname "*.html" \) -not \( -path "*cache*" -o -path "*/.*" \) -exec bash $CUR... | severus21/Hermes | Modules/backup-code.sh | Shell | gpl-2.0 | 356 |
#! /bin/sh
# Refresh GNU autotools toolchain.
echo Cleaning autotools files...
find -type d -name autom4te.cache -print0 | xargs -0 rm -rf \;
find -type f \( -name missing -o -name install-sh \
-o -name depcomp -o -name ltmain.sh -o -name configure \
-o -name config.sub -o -name config.guess \
-o -name Makefile.in \... | twolife/wmcoincoin | autogen.sh | Shell | gpl-2.0 | 404 |
/* This file is part of the KDE libraries
Copyright (C) 2002-2005 Hamish Rodda <rodda@kde.org>
Copyright (C) 2003 Anakim Border <aborder@sources.sourceforge.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as... | hlamer/ktexteditor | src/render/katelinelayout.h | C | gpl-2.0 | 3,778 |
// SPDX-License-Identifier: GPL-2.0-or-later
// Copyright (C) 2019 The MMapper Authors
// Author: Nils Schimmelmann <nschimme@gmail.com> (Jahara)
#include "MapCanvasData.h"
#include <optional>
#include <QPointF>
const MMapper::Array<RoomTintEnum, NUM_ROOM_TINTS> &getAllRoomTints()
{
static const MMapper::Array<R... | nschimme/MMapper | src/display/MapCanvasData.cpp | C++ | gpl-2.0 | 9,625 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>后台登陆页面</title>
<!-- basic styles -->
<link href="/Public/css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="/Public/css/font-awesome.min.css" />
<!--[if IE 7]>
<link rel="stylesheet" href="assets/css/font-aw... | erzuerzu/erzu | niuke/admin/frontend/views/public/login.php | PHP | gpl-2.0 | 9,441 |
/* packet-dec-bpdu.c
* Routines for DEC BPDU (DEC Spanning Tree Protocol) disassembly
*
* $Id$
*
* Copyright 2001 Paul Ionescu <paul@acorp.ro>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribut... | hb9cwp/wireshark-jdsu | epan/dissectors/packet-dec-bpdu.c | C | gpl-2.0 | 11,148 |
/*
* ARM NEON vector operations.
*
* Copyright (c) 2007, 2008 CodeSourcery.
* Written by Paul Brook
*
* This code is licenced under the GNU GPL v2.
*/
#include <stdlib.h>
#include <stdio.h>
#include "cpu.h"
#include "exec-all.h"
#include "helpers.h"
#define SIGNBIT (uint32_t)0x80000000
#define SIGNBIT64 ((uint... | dtatulea/qemu | target-arm/neon_helper.c | C | gpl-2.0 | 36,712 |
#import <Cocoa/Cocoa.h>
#import "Mouse.h"
#import "Terminal.h"
@interface NSObject (TTLogicalScreen)
- (NSValue*) MouseTerm_initVars2;
- (void) MouseTerm_setNaturalEmojiWidth: (BOOL) emojiFix;
- (BOOL) MouseTerm_getNaturalEmojiWidth;
- (unsigned long long)MouseTerm_logicalWidthForCharacter:(int)arg1;
- (unsigned long... | saitoha/mouseterm-plus | MTView.h | C | gpl-2.0 | 2,674 |
SET AMSTRHDD=
SET AMSTRDSK=
SET AMSTRDSK1=
SET AMSTRDSK2=
SET AMSTRDSK3=
SET AMSTRDSK4=
for /f "tokens=* delims= " %%a in ('dir /b /a-d "%GBG%\%GAM%\%CONS%\%AMSTR%\%CSTM%\*Disk 1*"') do (
if /I "%%~xa"==".dsc" SET AMSTRDSK1=%%~a
if /I "%%~xa"==".dsk" SET AMSTRDSK1=%%~a
if /I "%%~xa"==".arc" SET AMSTRDSK1=%%~... | HoodlumDTX/rom-jacket | Amstrinject.bat | Batchfile | gpl-2.0 | 5,272 |
--liquibase formatted sql
--changeset efraimgentil:5
create table CostCenter (
id bigint not null primary key auto_increment,
code varchar(100) ,
name varchar(100) not null,
description varchar(100)
) engine = innodb; | cejug/hurraa | src/main/resources/org/cejug/hurraa/db/changelogs/20140130-1-efraimgentil.sql | SQL | gpl-2.0 | 262 |
#!/bin/bash
export OPSCODE_USER="wendellmedina"
export OPSCODE_ORGNAME="medina-systems"
export KNIFE_CLIENT_KEY_FOLDER="$HOME/.chef"
export KNIFE_VALIDATION_KEY_FOLDER="$HOME/.chef"
export KNIFE_CHEF_SERVER="https://api.chef.io/organizations/$OPSCODE_ORGNAME"
export KNIFE_CACHE_PATH="$HOME/.chef/checksums"
export KNIF... | wendellmedina/caldereta-repo | env.sh | Shell | gpl-2.0 | 453 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>dirmogsethandles</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="generator" content="DocBook X... | apparentlymart/livejournal | htdocs/doc/server/ljp.dbschema.dirmogsethandles.html | HTML | gpl-2.0 | 3,832 |
<?php
/* core/themes/classy/templates/views/views-view.html.twig */
class __TwigTemplate_3126087bf1a740f5bd2e01a3303f59cefaecc0edc6722b2beceb2f9d48909b8f extends Twig_Template
{
public function __construct(Twig_Environment $env)
{
parent::__construct($env);
$this->parent = false;
$thi... | lyorb/Bibliotheque-Alexandrie | sites/default/files/php/twig/06934c1a_views-view.html.twig_be5264574865e9a2457a10212adf0292cd10fdfb78e70a0ceffaa38ddbd9a862/d9c9e83b4d66907e89f0a03e2399c718006ee9bd8b2f680c77ffd5f8c61624c9.php | PHP | gpl-2.0 | 10,053 |
/******************************************************************************
** Copyright (C) 2006-2014 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.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 ... | weizhenwei/wireshark | plugins/opcua/opcua_servicetable.c | C | gpl-2.0 | 15,492 |
/* DO NOT EDIT. This file is generated from applets.src.h */
/* vi: set sw=4 ts=4: */
/*
* applets.h - a listing of all busybox applets.
*
* If you write a new applet, you need to add an entry to this list to make
* busybox aware of it.
*/
/*
name - applet name as it is typed on command line
name2 - applet name,... | futuretekinc/busybox-1.22.1 | include/applets.h | C | gpl-2.0 | 30,144 |
#include "meta.h"
#include "../util.h"
/* B1S (found in 7 Wonders of the Ancient World) */
VGMSTREAM * init_vgmstream_ps2_b1s(STREAMFILE *streamFile) {
VGMSTREAM * vgmstream = NULL;
char filename[260];
int channel_count;
off_t start_offset;
/* check extension, case insensitive */
streamFile->g... | xbmcin/XBMCinTC | project/cmake/addons/build/audiodecoder.vgmstream/lib/vgmstream/src/meta/ps2_b1s.c | C | gpl-2.0 | 1,748 |
// image.h - API for working with images
// Copyright ©2011 Guff <cassmacguff@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 Licen... | Guff/lualock | clib/image.h | C | gpl-2.0 | 1,279 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os,sys, re, json, requests
from oxapi import *
def get_a_task(ox):
folder = ox.get_standard_folder('tasks')
task = list(ox.get_tasks(folder.id))[0]
return task
def upload(bean, args=[{'content':None,'file':None, 'mimetype':'text/plain','name':'attachme... | bstrebel/OxAPI | test/_attachment.py | Python | gpl-2.0 | 3,939 |
<div id="aboutus_others_cathy_hold_ad2">
<!--BLOG POST BANNER-->
<div id="aboutus_cathy_shortlinks_ad">
<div id="aboutus_shortlinks_title_ad">ZODML Blog posts</a></div>
<... | oluabbeys/drupzod | banner.php | PHP | gpl-2.0 | 13,275 |
/*
* Authors:
* Ted Gould <ted@gould.cx>
*
* Copyright (C) 2005 Authors
*
* Released under GNU GPL, read the file 'COPYING' for more information
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "ui/dialog/extensions.h"
#include <glibmm/i18n.h>
#include "inkscape.h"
#include "preferences.h"
#incl... | danieljabailey/inkscape_experiments | src/extension/error-file.cpp | C++ | gpl-2.0 | 3,806 |
/*
*
* linux/drivers/s390/net/qeth_main.c ($Revision: 1.251 $)
*
* Linux on zSeries OSA Express and HiperSockets support
*
* Copyright 2000,2003 IBM Corporation
*
* Author(s): Original Code written by
* Utz Bacher (utz.bacher@de.ibm.com)
* Rewritten by
* Frank Pavlic (fpavlic@de.ibm.com) and
* ... | gnensis/linux-2.6.15 | drivers/s390/net/qeth_main.c | C | gpl-2.0 | 234,931 |
#
# Makefile for building the SELinux module as part of the kernel tree.
#
CFLAGS_KERNEL := -fno-strict-aliasing
obj-$(CONFIG_SECURITY_SELINUX) := selinux.o
selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
netnode.o netport.o exports.o \
ss/ebitmap.o ss/hashtab.o ss/symtab.o ss/sidta... | chris4824/kernel_samsung_jf | security/selinux/Makefile | Makefile | gpl-2.0 | 1,156 |
/*
* IComponentParaTabla.java
*
* Created on 5 de abril de 2004, 11:41
*/
package utilesGUI.tabla;
/**Interfaz que debe cumplir el componente a asignar en la tabla*/
public interface IComponentParaTabla {
/**
* Establece el valor y el valor original al componente
* @param poValor valor
* @throw... | Creativa3d/box3d | paquetes/src/utilesGUI/tabla/IComponentParaTabla.java | Java | gpl-2.0 | 685 |
package commLayer;
/**
* An enumeration of the different RequestTypes of a _REQUEST message
*
*/
public enum RequestType
{
ALL_OPEN_ITEMS, ALL_SOLD_ITEMS, ITEM_BY_ID, ITEM_BY_SELLER, ITEM_BY_CATEGORY, ITEM_CONTAINING_BID_BY_CURRENT_USER, ALL_USERS, ITEMS_WON_BY_USER, DATABASE_HAS_A_USER, USER_BY_ID
}
| Novanet-/AuctionSystem | AuctionSystem/src/commLayer/RequestType.java | Java | gpl-2.0 | 307 |
//
// Created by developer on 11/17/15.
//
#include "ZCLUTCTimeImpl.h"
#include <boost/date_time/posix_time/posix_time.hpp>
#include "zcl/exceptions/NoUintException.h"
namespace zigbee {
union Converter {
uint32_t value;
uint8_t raw[4];
};
using boost::posix_time::ptime;
using boost:... | paoloach/zdomus | zigbee_lib/src/zcl/attributeTypes/implementation/ZCLUTCTimeImpl.cpp | C++ | gpl-2.0 | 1,494 |
<!-- BEGIN .entry-meta-footer-->
<div class="entry-meta-footer">
<?php /*?> <span class="comment-count"><?php _e('Comments: ', 'zilla'); comments_popup_link( '0', '1', '%' ); ?></span>
<span class="author"><?php _e('Posted by:', 'zilla') ?> <?php the_author_posts_link(); ?></span>
<?php */?>
<span class... | hernanv/vionnet | wp-content/themes/vionnet/content-meta.php | PHP | gpl-2.0 | 882 |
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 1993-2008 Raven Software
// Copyright(C) 2005-2014 Simon Howard
//
// 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 versio... | jfaulken/chocolate-doom | src/heretic/info.c | C | gpl-2.0 | 256,752 |
<?php
/*
* This file is part of PHPExifTool.
*
* (c) 2012 Romain Neutron <imprec@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace PHPExiftool\Driver\Tag\Microsoft;
use PHPExiftool\Driver\AbstractTag;
class A... | Droces/casabio | vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/Microsoft/AudioBitrate.php | PHP | gpl-2.0 | 727 |
/* gEDA - GPL Electronic Design Automation
* gschem - gEDA Schematic Capture
* Copyright (C) 1998-2010 Ales Hvezda
* Copyright (C) 1998-2010 gEDA Contributors (see ChangeLog for details)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | frantony/geda-gaf | gschem/src/x_aligncb.c | C | gpl-2.0 | 5,240 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About | Bootsassy Template</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
... | bradtraversy/bootsassy | demo/full/about.html | HTML | gpl-2.0 | 17,068 |
#ifndef __SYS_TIME_H__
#define __SYS_TIME_H__
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#include <stddef.h>
typedef unsigned long clock_t;
typedef long time_t;
typedef int64_t suseconds_t;
struct tm {
int tm_sec;
int tm_min;
int tm_hour;
int tm_mday;
int tm_mon;
int tm_year;
int tm_wday;
int ... | Ted-Chang/matrix | sdk/include/sys/time.h | C | gpl-2.0 | 885 |
/******************************************************************************\
This file is part of the FAHViewer.
The FAHViewer displays 3D views of Folding@home proteins.
Copyright (c) 2016-2020, foldingathome.org
Copyright (c) 2003-2016, S... | FoldingAtHome/fah-viewer | src/fah/viewer/Atom.h | C | gpl-2.0 | 3,309 |
/*
Copyright (c) 2003-2011 Gordon Gremme <gremme@zbh.uni-hamburg.de>
Copyright (c) 2003-2008 Center for Bioinformatics, University of Hamburg
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this ... | bioh4x/NeatFreq | lib/genometools-1.4.1/src/gth/align_dna.c | C | gpl-2.0 | 55,297 |
/*
* Meraki board data config driver
*
* Copyright (C) 2013 Cisco Systems, 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; version 2 of the License.
*/
#include <linux/init.... | riptidewave93/meraki-linux | drivers/meraki/meraki_config.c | C | gpl-2.0 | 10,149 |
/*
* Copyright (c) Espressif System
* Apr 13 2013 16:44:24
*/
static u8 eagle_fw1[] =
{
0xe9, 0x03, 0x00, 0x00, 0x00, 0x00, 0x10, 0x40, 0x00, 0x00, 0x10, 0x40, 0x5c, 0xc1, 0x00, 0x00,
0x12, 0xc1, 0xf0, 0x09, 0x01, 0x05, 0x31, 0x00, 0x08, 0x01, 0x12, 0xc1, 0x10, 0x0d, 0xf0, 0x00,
0x00, 0xfe, 0xef, 0x3f... | geekboxzone/mmallow_kernel | drivers/net/wireless/rockchip_wlan/esp8089/esp_driver/eagle_fw1.h | C | gpl-2.0 | 322,693 |
<?php
/* Generated on 6/26/15 3:23 AM by globalsync
* $Id: $
* $Log: $
*/
require_once 'EbatNs_ComplexType.php';
require_once 'MismatchTypeCodeType.php';
require_once 'AmountType.php';
/**
* This type is no longer used.
*
**/
class eBayPaymentMismatchDetailsType extends EbatNs_ComplexType
{
/**
* @var Mis... | booklein/wpbookle | wp-content/plugins/wp-lister-for-ebay/includes/EbatNs/eBayPaymentMismatchDetailsType.php | PHP | gpl-2.0 | 2,104 |
// **********************************************************************
//
// Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
//
// This copy of Ice is licensed to you under the terms described in the
// ICE_LICENSE file included in this distribution.
//
// ***************************************************... | joshmoore/zeroc-ice | cpp/src/Glacier2/RequestQueue.h | C | gpl-2.0 | 3,059 |
<?php
/**
* @package jCart
* @copyright Copyright (C) 2009 - 2012 softPHP,http://www.soft-php.com
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
// Heading
$_['heading_title'] = 'Payment Method';
// Text
$_['text_acco... | jiangfanglu/grart | components/com_opencart/catalog/language/english/affiliate/payment.php | PHP | gpl-2.0 | 1,229 |
(function($) {
$.fn.pypi = function(options) {
if(typeof(options) == 'undefined')
options = {}
var package_ = options.package;
if(typeof(package_) == 'undefined')
package_ = this.attr("data-package");
if(typeof(package_) == 'undefined')
throw "A ... | dsoprea/PypiStats | pypi/jquery.pypi.js | JavaScript | gpl-2.0 | 2,506 |
<?php
// $Id: template.php,v 1.1.2.6.4.2 2011/01/11 01:08:49 dvessel Exp $
/**
* The default group for NineSixty framework CSS files added to the page.
*/
define('CSS_NS_FRAMEWORK', -200);
/**
* Implements hook_preprocess_html
*/
function my_theme_preprocess_html(&$vars) {
$vars['classes_array'][] = 'show-grid'... | vereni4/Drupal-tasks | sites/all/themes/my_theme/template.php | PHP | gpl-2.0 | 5,022 |
/*
* Board support file for OMAP4430 SDP.
*
* Copyright (C) 2009 Texas Instruments
*
* Author: Santosh Shilimkar <santosh.shilimkar@ti.com>
*
* Based on mach-omap2/board-3430sdp.c
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License ve... | skitlab/kernel-source-dm8168-3.2.y | arch/arm/mach-omap2/board-4430sdp.c | C | gpl-2.0 | 24,533 |
/***************************************************************************
* Copyright (C) 2005 by Dominic Rath *
* Dominic.Rath@gmx.de *
* *
* Copyrig... | tthef/openocd | src/openocd.c | C | gpl-2.0 | 9,515 |
<?php
namespace Drupal\d_migrate\Plugin\migrate\source;
trait bbCode {
protected function bbCode($body) {
$preg_url = [
'#([src|href]=["\'])http://govorit.donetsk.ua#' => '\\1',
'#([src|href]=["\'])http://fromdonetsk.net#' => '\\1',
'#([src|href]=["\'])http://fromdonetsk.org#' => '\\1',... | d-f-d/donetsk | web/modules/custom/d_migrate/src/Plugin/migrate/source/bbCode.php | PHP | gpl-2.0 | 2,868 |
<?php
/**
* Check if AMP is active
*
* @package ChristophHerr\Prometheus2\Utilities
* @since 2.0.0
* @author Christoph Herr
* @link https://www.christophherr.com
* @license GNU General Public License 2+
*/
namespace ChristophHerr\Prometheus2\Utilities;
/**
* Determine whether this i... | christophherr/prometheus | lib/utilities/amp-checks.php | PHP | gpl-2.0 | 933 |
/*!
* jQuery JavaScript Library v2.0.3
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
*
* Copyright 2005, 2013 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
* http://jquery.org/license
*
* Date: 2013-07-03T13:30Z
*/
(function( window, undefined ) {
// C... | kaeku/webfolks | public/js/jquery.js | JavaScript | gpl-2.0 | 337,504 |
# -*- coding: utf-8 -*-
from tg.configuration import AppConfig, config
from tg import request
from pollandsurvey import model
from tgext.pyutilservice import Utility
import logging
log = logging.getLogger(__name__)
from tgext.pylogservice import LogDBHandler
class InterfaceWebService(object):
def __init__(self... | tongpa/PollSurveyWeb | pollandsurvey/service/interfacewebservice.py | Python | gpl-2.0 | 1,487 |
/*
* Copyright (c) 1998-2011 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | dlitz/resin | modules/resin/src/com/caucho/jsf/cfg/ManagedBeanConfig.java | Java | gpl-2.0 | 5,235 |
/*
* linux/init/main.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* GK 2/5/95 - Changed to support mounting root fs via NFS
* Added initrd & change_root: Werner Almesberger & Hans Lermen, Feb '96
* Moan early if gcc is old, avoiding bogus kernels - Paul Gortmaker, May '96
* Simplified starting of in... | waterice/Test-Git | init/main.c | C | gpl-2.0 | 16,829 |
# ===================================================================
#
# Copyright (c) 2014, Legrandin <helderijs@gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributio... | Haynie-Research-and-Development/jarvis | deps/lib/python3.4/site-packages/Cryptodome/SelfTest/Cipher/test_OCB.py | Python | gpl-2.0 | 25,029 |
/*
* snfc_uart_collsion_control.c
*
*/
/*
* Include header files
*/
#include "snfc_uart_collision_control.h"
/*
* Define
*/
/*
* Internal definitions
*/
/*
* Internal variables
*/
static int isopen_snfcuartcontrol = 0; // 0 : No open 1 : Opend
_e_snfc_uart_status g_uartcollisoncontro... | hiikezoe/android_kernel_lge_lgl21 | drivers/nfc/snfc/snfc_uart_collision_control.c | C | gpl-2.0 | 11,594 |
/* Copyright (C) 2000-2006 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful,
but WITHO... | ystk/debian-mysql-5.1 | sql/sql_select.h | C | gpl-2.0 | 27,667 |
include ../../../Makefile.inc
CLC_ROOT = ../../../inc
all: exe_src exe_src_m2s exe_bin amd_compile m2c_compile run_m2s run_native check_result
exe_src:
@-$(CC) $(CC_FLAG) *src.c -o exe_src $(CC_INC) $(CC_LIB) > relational_greater_than_intint.exe_src.log 2>&1
exe_src_m2s:
@-$(CC) $(CC_FLAG) -m32 *src.c -o exe_src_... | xianggong/m2c_unit_test | test/operator/relational_greater_than_intint/Makefile | Makefile | gpl-2.0 | 1,077 |
/***************************************************************************
* Copyright 2010 by Davide Bettio <davide.bettio@kdemail.net> *
* *
* This program is free software; you can redistribute it and/or modify *
* it unde... | bettio/FluxOS | src/libc/include/sys/fluxos.h | C | gpl-2.0 | 1,678 |
<html>
<head>
<title>RunUO Documentation - Class Overview - GrizzledMare</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Mobiles.html">Back to Server.Mobiles</a></h4>
... | alucardxlx/matts-uo-server | docs/types/GrizzledMare.html | HTML | gpl-2.0 | 1,956 |
#! /usr/bin/env python
'''
Arff loader for categorical and numerical attributes, based
on scipy.io.arff.arffloader With minor changes for this
project (eg. categorical attributes are mapped onto integers
and whole dataset is returned as numpy array of floats)
If any unsupported data types appear or if arff is malforme... | MiraHead/mlmvn | src/dataio/arffio.py | Python | gpl-2.0 | 8,420 |
/*
* Gadget Driver for Android
*
* Copyright (C) 2008 Google, Inc.
* Author: Mike Lockwood <lockwood@android.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
* may be copied, distributed, and modified under those ... | CoolDevelopment/VSMC-i9105p | drivers/usb/gadget/android.c | C | gpl-2.0 | 42,191 |
/*****************************************************************************
* flac.c : FLAC demux module for vlc
*****************************************************************************
* Copyright (C) 2001-2008 VLC authors and VideoLAN
* $Id$
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* ... | sjmGithub/csi280LearningExperience | modules/demux/flac.c | C | gpl-2.0 | 19,084 |
package casaeditrice;
public class Rivista extends Pubblicazione{
private String isbn;
public Rivista(String titolo, char tipologia, String volume, int anno, int contributo) {
super(titolo, tipologia, volume, anno, contributo);
}
public String getIsbn() {
return isbn;
}
public void setIsbn(Stri... | CoSandu/JavaProjects | esame_20120227_casaeditrice/src/casaeditrice/Rivista.java | Java | gpl-2.0 | 355 |
/* ScummVM - Graphic Adventure Engine
*
* ScummVM is the legal property of its developers, whose names
* are too numerous to list here. Please refer to the COPYRIGHT
* file distributed with this source distribution.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of ... | blorente/scummvm | engines/titanic/support/video_surface.cpp | C++ | gpl-2.0 | 14,392 |
<?php
/**
* @package AcyMailing for Joomla!
* @version 4.9.3
* @author acyba.com
* @copyright (C) 2009-2015 ACYBA S.A.R.L. All rights reserved.
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/
defined('_JEXEC') or die('Restricted access');
?><?php
class UpdateController extends acymail... | Roma48/moesto | administrator/components/com_acymailing/controllers/update.php | PHP | gpl-2.0 | 2,230 |
/*
Copyright (c) 2009 Igor Trindade Oliveira <igor_trindade@yahoo.com.br>
based on kdepimlibs/akonadi/tests/benchmarker.cpp wrote by Robert Zwerus <arzie@dds.nl>
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Library General Public License as publishe... | kolab-groupware/kdepimlibs | akonadi/tests/benchmarker/maildir/maildir.cpp | C++ | gpl-2.0 | 1,607 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta name="generator" content="AWStats 6.95 (build 1.943) from config file awstats.ckbran.ru.conf (http://awstats.sourceforge.net)">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="content-type" content="text/html... | AxelFG/ckbran-inf | old/webstat/awstats.ckbran.ru.keywords.072013.html | HTML | gpl-2.0 | 75,019 |
<?php
/**
* AvantFAX - "Web 2.0" HylaFAX management
*
* PHP 5 only
*
* @author David Mimms <david@avantfax.com>
* @copyright 2005 - 2007 MENTALBARCODE Software, LLC
* @copyright 2007 - 2008 iFAX Solutions, Inc.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
$LANGUAGE = "zh";
$LANGUAGE_NAME = "简体... | YetOpen/avantfax | avantfax/includes/langs/zh.php | PHP | gpl-2.0 | 22,237 |
/* Copyright (c) 2008-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | TeamRegular/android_kernel_lge_iproj | drivers/video/msm/mdp.h | C | gpl-2.0 | 25,743 |
<script type="text/javascript">
google.setOnLoadCallback(drawSalesMonthlyChart);
function drawSalesMonthlyChart() {
var data = new google.visualization.DataTable();
data.addColumn('string', 'Month');
data.addColumn('number', 'Sales (Amount)');
data.addR... | front/commerce | sites/all/modules/custom/commerce_reports/theme/commerce-reports-products-sales-monthly-bar.tpl.php | PHP | gpl-2.0 | 1,211 |
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2000,2007 Oracle. All rights reserved.
*
* $Id: SortedFloatBinding.java,v 1.3.2.1 2007/02/01 14:49:39 cwl Exp $
*/
package com.sleepycat.bind.tuple;
import com.sleepycat.je.DatabaseEntry;
/**
* A concrete <code>TupleBinding</code> f... | nologic/nabs | client/trunk/shared/libraries/je-3.2.44/src/com/sleepycat/bind/tuple/SortedFloatBinding.java | Java | gpl-2.0 | 2,773 |
#ifndef _LINUX_CISREG_H
#define _LINUX_CISREG_H
#define CISREG_COR 0x00
#define CISREG_CCSR 0x02
#define CISREG_PRR 0x04
#define CISREG_SCR 0x06
#define CISREG_ESR 0x08
#define CISREG_IOBASE_0 0x0a
#define CISREG_IOBASE_1 0x0c
#define CISREG_IOBASE_2 0x0e
#define CISREG_IOBASE_3 0x10
#define CISREG_IOSIZE ... | luckasfb/OT_903D-kernel-2.6.35.7 | kernel/include/pcmcia/cisreg.h | C | gpl-2.0 | 1,840 |
/**
* @file raytrace.cpp
* @brief Functions called by box object scripts.
*
* $LicenseInfo:firstyear=2001&license=viewergpl$
*
* Copyright (c) 2001-2009, Linden Research, Inc.
*
* Second Life Viewer Source Code
* The source code in this file ("Source Code") is provided by Linden Lab
* to you unde... | dooglio/slitechat | LLChatLib/llmath/raytrace.cpp | C++ | gpl-2.0 | 40,770 |
<?php
header("Content-type: text/css;");
if( file_exists('../../../../wp-load.php') ) :
include '../../../../wp-load.php';
else:
include '../../../../../wp-load.php';
endif;
?>
/*-------------------------------------------------------------------------------------------*/
/* Custom Styles */
/*-------------... | rodr7go/ecocaremx.com | wp-content/themes/Zenith/css/custom.php | PHP | gpl-2.0 | 956 |
/*
Copyright (c) 2013-2014 Dmitry Fedorov
Distributed under the GNU GPL v2. For full terms see the file COPYING.txt
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Portal.Models
{
public class Gallery
{
public int Id { get; set; }
... | rallysportphoto/Portal | Models/Gallery.cs | C# | gpl-2.0 | 701 |
/*
* Copyright (C) 2007 The MATE Foundation
* Written by Thomas Wood <thos@gnome.org>
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the Licen... | feiying/mate-control-center | capplets/appearance/appearance-style.h | C | gpl-2.0 | 920 |
/*
* Copyright 2009 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | dengxiayehu/orps | contrib/webrtc/src/webrtc/p2p/client/portallocator_unittest.cc | C++ | gpl-2.0 | 46,529 |
<?php
/**
* Infinity Theme: top menu template
*
* @author Bowe Frankema <bowe@presscrew.com>
* @link http://infinity.presscrew.com/
* @copyright Copyright (C) 2010-2011 Bowe Frankema
* @license http://www.gnu.org/licenses/gpl.html GPLv2 or later
* @package Infinity
* @subpackage templates
* @since 1.0
*/
// ... | PressCrew/infinity-cbox | src/templates/parts/menu-footer.php | PHP | gpl-2.0 | 698 |
<?php
/**
* AWARD index data access class
*
*
* PHP version 5
*
* 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 ve... | chisimba/modules | awardapi/classes/dbdwcategories_class_inc.php | PHP | gpl-2.0 | 2,394 |
<!-- INCLUDE overall_header.html -->
<script language="javaScript" type="text/javascript">
var onload_functions = new Array();
</script>
<script type="text/javascript">
// <![CDATA[
var form_name = 'acp_rules';
var text_name = 'content';
// Define the bbCode tags
var bbcode = new Array();
var bbtags = new Arr... | vinny/phpBB-Rules-MOD | root/adm/style/acp_rules.html | HTML | gpl-2.0 | 5,806 |
<?php
/*
* This is the centered list template
* June 8th, 2015
* @author bilal hassan <bilal@smartcat.ca>
*
*/
$args = $this->sc_get_args( $group, $limit );
$members = new WP_Query( $args );
?>
<div id="smartcat-testimonials" class="smartcat_<?php echo $template == '' ? $this->options[ 'template' ] : $t... | DavidOltra/htdocs | wp-content/plugins/testimonials-reviews-showcase/inc/template/centered_list.php | PHP | gpl-2.0 | 3,007 |
/*******************************************************************************
File: tmwxOptimizerDialog_cmn.cpp
Project: TreeMaker 5.x
Purpose: Source file for class tmwxOptimizerDialog, common routines
Author: Robert J. Lang
Modified by:
Created: 2004-04-22
Copyright: ©2004 Robert ... | wesen/TreeMaker | Source/tmwxGUI/tmwxOptimizerDialog/tmwxOptimizerDialog_cmn.cpp | C++ | gpl-2.0 | 5,882 |
/*
* Wireless utility functions
*
* Copyright 2007-2009 Johannes Berg <johannes@sipsolutions.net>
*/
#include <linux/bitops.h>
#include <linux/etherdevice.h>
#include <linux/slab.h>
#include <net/cfg80211.h>
#include <net/ip.h>
#include "core.h"
struct ieee80211_rate *
ieee80211_get_response_rate(struct ieee80211_... | NoelMacwan/SXDMesona | net/wireless/util.c | C | gpl-2.0 | 27,069 |
@import "bootstrap.min.css";
body {
margin-top: 60px;
margin-bottom: 60px;
}
.tab-content {
height: 60vh;
# padding: 0px;
overflow: scroll;
}
.container-log {
height: 500px;
font-size: 10px;
}
textarea.logtext {
background-image: url("../images/bg-grain.png");
font-size: 10px;
height: 100%;
overflow: scro... | issue/SATPI | web/assets/css/stylesheet.css | CSS | gpl-2.0 | 612 |
///////////////////////////////////////////////////////////////////////////////
//
// TauLFV_UL_plot_comb_norecomp.cc
//
// make tau LFV upper limits plot
//
// - published limits
// - combination of upper limits
//
// execute as follows:
// > root -l -b -q TauLFV_UL_plot_comb_norecomp.cc+
//
// ... | hfagtau/averages | tau/2013/TauLFV/TauLFV_UL_plot_comb_norecomp.cc | C++ | gpl-2.0 | 13,241 |
'''
Modulo Movimiento Nanometros
@author: P1R0
import ObjSerial, sys;
ObjSer = ObjSerial.ObjSerial(0,9600)
ObjSer.cts = True
ObjSer.dtr = True
ObjSer.bytesize = 8
'''
SxN = 59.71 #Constante de Calibracion del Motor
#Funcion para inicializar Monocromador
def init(ObjSer,A):
ObjSer.flushOutput()
ObjSe... | P1R/freeMonoCrom | MM.py | Python | gpl-2.0 | 5,424 |
package data.financedata;
import java.rmi.Naming;
import java.rmi.RemoteException;
import java.rmi.registry.LocateRegistry;
import java.rmi.server.UnicastRemoteObject;
import java.util.ArrayList;
import po.CostIncomeReceiptPO;
import dataservice.financedataservice.CostIncomeReceiptDataService;
import file.JXCFile;
p... | Disguiser-w/SE2 | 12.09DDL/ELS_SERVICE/src/main/java/data/financedata/CostIncomeReceiptData.java | Java | gpl-2.0 | 3,866 |
app.controller("PositionMaintainController", function ($rootScope, $scope, PowerLine, NowPosition) {
$rootScope.activeLeftMenu = $rootScope.leftMenus[2];
$rootScope.showLoading();
initBMap("bmap1", $scope, function () {
$rootScope.closeLoading();
NowPosition.startListener(function () {
... | tudows/PLIM | public/js/controller/maintain/PositionMaintainController.js | JavaScript | gpl-2.0 | 5,025 |
/* $Id: hfc_2bs0.c,v 1.1.1.1 2004/09/28 06:06:09 sure Exp $
*
* specific routines for CCD's HFC 2BS0
*
* Author Karsten Keil
* Copyright by Karsten Keil <keil@isdn4linux.de>
*
* This software may be used and distributed according to the terms
* of the GNU General Public License, incorporated here... | nslu2/linux-2.4.x | drivers/isdn/hisax/hfc_2bs0.c | C | gpl-2.0 | 15,901 |
/*
* Copyright (c) 2000-2004 by David Brownell
*
* 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 progr... | camelguo/linux-2.6-trimedia | drivers/usb/host/ehci-hcd.c | C | gpl-2.0 | 36,228 |
## powerlevel9k Theme for ZSH
Powerlevel9k is a theme for ZSH which uses [Powerline
Fonts](https://github.com/Lokaltog/powerline-fonts). It can be used with vanilla
ZSH, [Oh-My-Zsh](https://github.com/robbyrussell/oh-my-zsh), or
[Prezto](https://github.com/sorin-ionescu/prezto), and can also be installed
using [antige... | jancarloviray/vm | backup/oh-my-zsh/custom/themes/powerlevel9k/README.md | Markdown | gpl-2.0 | 21,672 |
/*
savefile.c - Part of IMSKPE
Copyright (C) 2004 Andreas Madsack
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 lat... | imskpe/imskpe | imskpe/src/savefile.c | C | gpl-2.0 | 3,290 |
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="223.512px" height="104.913px" viewBox="0 0 223.512 104.913" enable-background="new 0 0 223.512 10... | lukephills/KollektivGallery | wp-content/themes/KollektivGallery/assets/images/manual-blocks/V-block.svg.php | PHP | gpl-2.0 | 10,094 |
/*
Copyright_License {
XCSoar Glide Computer - http://www.xcsoar.org/
Copyright (C) 2000-2012 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
... | damianob/xcsoar_mess | src/Dialogs/dlgStatus.cpp | C++ | gpl-2.0 | 4,249 |
#include "PasswordEntry.h"
LoggerPtr PasswordEntryLogger = Logger::getLogger("PasswordEntry");
PasswordEntry::PasswordEntry()
{
//ctor
}
PasswordEntry::~PasswordEntry()
{
//dtor
}
unsigned int PasswordEntry::get_id()
{
return m_ID;
}
void PasswordEntry::set_id(unsigned int val)
{
m_ID = val;
}
str... | leonard-man/password_storage | password_server/password_storage/src/PasswordEntry.cpp | C++ | gpl-2.0 | 1,283 |
/*
* Copyright (c) 2004 Szombathelyi György <gyurco@freemail.hu>
*
* 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 library is distributed in the hope that it will ... | iegor/kdeadmin | kuser/sid.h | C | gpl-2.0 | 1,585 |
/*
* linux/arch/arm/kernel/smp.c
*
* Copyright (C) 2002 ARM Limited, All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/module.h>
#incl... | bgn9000/Dragon-Shiryu | arch/arm/kernel/smp.c | C | gpl-2.0 | 16,017 |
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
def add(x, y):
a=1
while a>0:
a = x & y
b = x ^ y
x = b
y = a << 1
return b
def vowel_count(word):
vowels_counter = 0
for letter in word:
if letter.isalpha():
if letter.upper() in 'AEIOUY':
vowels_co... | pybursa/homeworks | a_lusher/hw3/Lusher_Alexander_home_work_3_.py | Python | gpl-2.0 | 2,380 |
<?php // $Id: create.php 12986 2011-03-18 11:15:50Z abourguignon $
/**
* CLAROLINE
*
* This script manages the creation of a course.
* It contains 3 panels:
* - Form
* - Wait
* - Done
*
* @version $Revision: 12986 $
* @copyright (c) 2001-2011, Universite catholique de Louvain (UCL)
* @license http... | TeamRocketScience/Claroline-TRS-Edition | claroline/course/create.php | PHP | gpl-2.0 | 6,957 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.