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 |
|---|---|---|---|---|---|
angular.module('hexafacture')
.controller('RootCtrl', function (TheDebug,
TheExport,
TheIcons
) {
var vmRoot = this;
vmRoot.TheIcons = TheIcons;
vmRoot.isDev = TheDebug.isDev;
});
| manuel-m/hexafacture | src/app/components/root.controller.js | JavaScript | gpl-2.0 | 276 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
Messages (Google Web Toolkit Javadoc)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
fun... | JakaCikac/dScrum | web/WEB-INF/classes/gwt-2.6.0/doc/javadoc/com/google/web/bindery/requestfactory/apt/Messages.html | HTML | gpl-2.0 | 28,030 |
/* Copyright (c) 2009-2011, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | dkthompson/bricked-pyramid-3.0_own | arch/arm/mach-msm/clock-9615.c | C | gpl-2.0 | 52,189 |
# easyCodeigniter
Automatically create Codeigniter Controller and View files. And connect them to database. Only need to enter database atributes into script via a command line argument
| thilina-sameera/easyCodeigniter | README.md | Markdown | gpl-2.0 | 186 |
/* Labels
------------------------------------ */
.fl-tabs-label {
cursor: pointer;
}
.fl-tabs-label {
padding: 12px 18px;
}
.fl-tabs-label.fl-tab-active {
background: #fff;
position: relative;
z-index: 1;
}
.fl-tabs-label.fl-tab-active:focus {
outline: 0;
}
/* Panel Labels
-----------------------------------... | isabisa/nccdi | wp-content/plugins/bb-plugin/modules/tabs/css/frontend.css | CSS | gpl-2.0 | 2,055 |
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Compulearning :: Curso Excel para Todos - Compra Gráficas en Excel</title>
<link rel="shortcut icon" href="favicon.ico" />
<link href="stylesheets/styles.css" rel="stylesheet" type="text/css" />
<link href="stylesheets/owl.carousel.css" rel="sty... | andrescabsi14/corg | wp-content/themes/CompulearningOrg/compra-excel-graficas.html | HTML | gpl-2.0 | 6,120 |
ALTER TABLE [dbo].[EnrollmentTransaction] WITH NOCHECK ADD CONSTRAINT [ENROLLMENT_TRANSACTION_ORG_FK] FOREIGN KEY ([OrganizationId]) REFERENCES [dbo].[Organizations] ([OrganizationId])
ALTER TABLE [dbo].[EnrollmentTransaction] WITH NOCHECK ADD CONSTRAINT [ENROLLMENT_TRANSACTION_PPL_FK] FOREIGN KEY ([PeopleId]) REFERE... | sengithub/SenSourcecode | SqlScripts/BuildDb/Adding_foreignkeystodbo_EnrollmentTransaction.sql | SQL | gpl-2.0 | 683 |
#ifndef _LINUX_SUSPEND_H
#define _LINUX_SUSPEND_H
#include <linux/swap.h>
#include <linux/notifier.h>
#include <linux/init.h>
#include <linux/pm.h>
#include <linux/mm.h>
#include <linux/freezer.h>
#include <asm/errno.h>
#ifdef CONFIG_VT
extern void pm_set_vt_switch(int);
#else
static inline void pm_set_vt_switch(int ... | 12thmantec/novena-linux | include/linux/suspend.h | C | gpl-2.0 | 16,495 |
VERSION = 3
PATCHLEVEL = 10
SUBLEVEL = 94
EXTRAVERSION =
NAME = TOSSUG Baby Fish
# *DOCUMENTATION*
# To see a list of typical targets execute "make help"
# More info can be located in ./README
# Comments in this file are targeted only to the developer, do not
# expect to learn how to build the kernel reading this file... | Fechinator/android_kernel_huawei_angler | Makefile | Makefile | gpl-2.0 | 49,842 |
/*
* jUIcy Button Select
*
* Depends:
* jquery.ui.core.js
* jquery.ui.widget.js
* jquery.ui.button.js
*/
(function( $ ) {
$.widget( "juicy.buttonselect", {
options: {
name: '',
items: {},
wrapTemplate: '',
click: null
},
_create: function()
{
this.element.addClass( 'juicy-bu... | karysto/cord-network | wp-content/themes/cbox-theme/engine/ICE/assets/js/juicy/jquery.juicy.buttonselect.js | JavaScript | gpl-2.0 | 4,514 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Preserven</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/normalize.css">... | draca/storageapp | app/Conditions/index.html | HTML | gpl-2.0 | 2,174 |
/*
* Created on 14/05/2005
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package net.indrix.arara.servlets.photo;
import java.io.IOException;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
imp... | BackupTheBerlios/arara-svn | core.old/src/main/java/net/indrix/arara/servlets/photo/SearchPhotosByFamilyServlet.java | Java | gpl-2.0 | 3,990 |
# Copyright (C) 2013-2017 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 2, or (at your option)
# any later version.
# This program is distribute... | Starlink/automake | lib/Automake/Language.pm | Perl | gpl-2.0 | 3,293 |
const List = require('immutable').List
const F = require('fraction.js')
const CARET = '^'
const CIFRAO = '$'
const DECIMAL = 10
const EMPTY_LIST = List()
const ZERO = F(0)
util = {
listToFraction: (list) => {
if(list.size === 1) {
return F(list.get(0))
} else if(list.size === 2) {
return F(list.... | xxcandiez/constant-algebra | src/util.js | JavaScript | gpl-2.0 | 6,293 |
<?php
namespace Drupal\search_api\Form;
use Drupal\Component\Utility\Html;
use Drupal\Core\Entity\EntityForm;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Plugin\PluginFormInterface;
use Drupal\Core\Url;
use Drupal\search_api\Backend\BackendPluginManager;... | Rem00756/drupalMtTheme | modules/search_api/src/Form/ServerForm.php | PHP | gpl-2.0 | 11,710 |
<%inherit file="djrq.templates.admin.master"/>
<%block name="mainpage">
<div class="row">
<div class="col-xs-12">
<h4 align="center">Site News</h4>
</div>
</div>
<div class="row">
<div class="col-xs-2">
<b>2015-08-07</b>
</div>
<div class="col-xs-10">
Welcome to the new djrq request site! Check here for chan... | bmillham/djrq | DJRQ/djrq/templates/admin/sitenews.html | HTML | gpl-2.0 | 690 |
#!/usr/bin/env python
############################################################################
#
# MODULE: ssr_params.py
# AUTHOR: Collin Bode, UC Berkeley
#
# PURPOSE: Consolidate parameters for all SSR scripts and to provide some
# common functions.
#
# DEPENDENCIES: requires fu... | cbode/ssr | ssr_params.py | Python | gpl-2.0 | 7,659 |
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
namespace Icinga\Forms;
use Exception;
use DateTimeZone;
use Icinga\Application\Config;
use Icinga\Application\Icinga;
use Icinga\Application\Logger;
use Icinga\Authentication\Auth;
use Icinga\User\Preferences;
use Icinga\User\Preferences\Preference... | 0svald/icingaweb2 | application/forms/PreferenceForm.php | PHP | gpl-2.0 | 10,758 |
/**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2022 UniPro <ugene@unipro.ru>
* http://ugene.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
* ... | ugeneunipro/ugene | src/corelibs/U2Formats/src/mysql_dbi/util/MysqlAssemblyAdapter.h | C | gpl-2.0 | 1,903 |
/**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2022 UniPro <ugene@unipro.ru>
* http://ugene.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
* ... | ugeneunipro/ugene | src/plugins/external_tool_support/src/hmmer/HmmerBuildWorker.h | C | gpl-2.0 | 1,920 |
TELNET LOGGING
==============
Create a logger on a TCP session. YOu have to connect to it in order to watch the logs. | hbuyse/c_programming_class | logging/telnet/README.md | Markdown | gpl-2.0 | 118 |
/*
* include/linux/random.h
*
* Include file for the random number generator.
*/
#ifndef _LINUX_RANDOM_H
#define _LINUX_RANDOM_H
#include <linux/types.h>
#include <linux/ioctl.h>
#include <linux/irqnr.h>
/* ioctl()'s for the random number generator */
/* Get the entropy count. */
#define RNDGETENTCNT _IOR( 'R',... | hashok/linux-3.3.8-bluetooth-port | include/linux/random.h | C | gpl-2.0 | 3,076 |
/*
* nvec_leds: LED driver for a NVIDIA compliant embedded controller
*
* Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.launchpad.net>
*
* Authors: Ilya Petrov <ilya.muromec@gmail.com>
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYI... | Jackeagle/android_kernel_sony_c2305 | drivers/staging/nvec/nvec_leds.c | C | gpl-2.0 | 2,644 |
<?php require("../../includes/header.php"); ?><h1>Sum of Values</h1><div class="content">
<h3>Problem Statement</h3>
<p>
George is fond of playing with balls. One day he found a bag at his home with N number of balls each having a particular value Vi. He started picking up pair of balls from the bag randomly and if val... | tacoder/Virtual-Codechef-Contests | contest/DSEC2013/PREE05.php | PHP | gpl-2.0 | 2,371 |
<?php
/* ----------------------------------------------------------------------
* app/views/administrate/setup/list_item_editor_screen_html.php :
* ----------------------------------------------------------------------
* CollectiveAccess
* Open-source collections management software
* ----------------------------... | Kunstmaan/CollectiveAccess | themes/default/views/administrate/setup/list_item_editor/screen_html.php | PHP | gpl-2.0 | 2,827 |
/*
* Copyright (C) 2005-2011 MaNGOS <http://getmangos.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.
*
... | Atari007/master | src/game/WorldSession.cpp | C++ | gpl-2.0 | 26,112 |
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.1434
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated... | jtreml/fsxget | Starter App/Properties/Settings.Designer.cs | C# | gpl-2.0 | 1,096 |
<!-- File: chapter2/creating-controller.html -->
<!DOCTYPE html>
<html lang="en" ng-app="notesApp">
<head>
<meta charset="UTF-8">
<title>Hello AngularJS</title>
</head>
<body ng-controller="MainCtrl">
Hello {{1 + 1}}nd time AngularJS
<script
src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.19/angu... | patrickjtoy/tutorials | angularjs/up-and-running/chapter2/creating-controller.html | HTML | gpl-2.0 | 589 |
/*
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
... | joachimwieland/xcsoar-jwieland | src/Form/Control.hpp | C++ | gpl-2.0 | 3,762 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net.Sockets;
using System.Threading;
using System.Timers;
using System.Net;
namespace ScadaCommunicationProtocol
{
public partial class ScpHost
{
/// <summary>
/// U... | Pravuz/fifthSem | fifthSem/SCP/ScpHost.ScpTcpServer.cs | C# | gpl-2.0 | 7,157 |
/*
* Copyright (c) 2009, 2015, 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 ... | zapster/graal-core | graal/com.oracle.graal.nodes/src/com/oracle/graal/nodes/ValuePhiNode.java | Java | gpl-2.0 | 3,264 |
//=============================================================================
// MusE Score
// Linux Music Score Editor
// $Id: pa.cpp 5662 2012-05-23 07:35:47Z wschweer $
//
// Copyright (C) 2002-2010 Werner Schweer and others
//
// This program is free software; you can redistribute it and/or modify
// it und... | folbo/MuseScore | mscore/pa.cpp | C++ | gpl-2.0 | 13,331 |
<?php
/**
* @version 0.0.4
* @package com_jazz_mastering
* @copyright Copyright (C) 2012. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* @author Artur Pañach Bargalló <arturictus@gmail.com> - http://
*/
defined('_JEXEC') or die;
jimport('jooml... | lion01/weprob | components/com_jazz_mastering/models/tune_licks.php | PHP | gpl-2.0 | 8,578 |
<!DOCTYPE html>
<html
class="no-js"
lang="en">
<head>
<meta
http-equiv="Content-Type"
content="text/html; charset=UTF-8">
<title>OiRA</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1">
<link
id="all-styles"
rel="stylesheet"
href="../../../style/all.css"
type=... | euphorie/Euphorie | src/euphorie/client/resources/oira/help/bg/illustrations/index-logged-in.html | HTML | gpl-2.0 | 39,886 |
/*
** renametbl.c for epiDatabase in /epiEngine
**
** Made by Julien Assémat
** Login assema_j
**
** Started on 01/01/2005 assema_j
** Last update 24/02/2005 moular_t
*/
#include "renametbl.h"
void renametbl(struct s_sql_query *query, struct s_sql_result *result)
{
p_lident lident;
char f... | thomas-moulard/epidatabase-engine | epiEngine/renametbl.c | C | gpl-2.0 | 1,820 |
include ../../../Makefile.in.$(shell uname)
PROGNAME=image_fltr_graph
OUTNAME=$(PROGNAME)
PLATFORM=BeOS
CXXFLAGS= $(AGGCXXFLAGS) -I../../../include \
-L../../../src \
$(PIXFMT)
LIBS = $(AGGLIBS) -lroot -lbe -ltranslation
SRC=\
../../$(PROGNAME).cpp \
../../../src/platform/$(PLATFORM)/agg_platform_support.cpp
OBJ= ... | sofian/drone | lib/agg23/examples/BeOS/image_fltr_graph/Makefile | Makefile | gpl-2.0 | 611 |
#ifndef _LINUX_MM_H
#define _LINUX_MM_H
#include <linux/errno.h>
#ifdef __KERNEL__
#include <linux/gfp.h>
#include <linux/bug.h>
#include <linux/list.h>
#include <linux/mmzone.h>
#include <linux/rbtree.h>
#include <linux/prio_tree.h>
#include <linux/atomic.h>
#include <linux/debug_locks.h>
#include <linux/mm_types.h... | mautz-kernel/SFOS-hammerhead-custom-kernel | include/linux/mm.h | C | gpl-2.0 | 57,698 |
#ifndef _NASESMNWMSGPDNDISCONPROC_H
#define _NASESMNWMSGPDNDISCONPROC_H
/*****************************************************************************
1 ÆäËûÍ·Îļþ°üº¬
*****************************************************************************/
#include "vos.h"
#include "NasEsmPublic.h"
/****************... | Honor8Dev/android_kernel_huawei_FRD-L04 | drivers/vendor/hisi/modem/ps/nas/tl/lte/ESM/Inc/NasEsmNwMsgPdnDisconProc.h | C | gpl-2.0 | 2,869 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Jul 10 08:52:07 PDT 2003 -->
<TITLE>
: Class OtherFileAnalysis
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="St... | tylerm007/Archimedes | Docs/com/versata/automationanalyzer/OtherFileAnalysis.html | HTML | gpl-2.0 | 12,946 |
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/***************************************************************************
zippath.c
File/directory/path operations that work with ZIP files
***************************************************************************/
#include <ctype.h>
#include <s... | motoschifo/mame | src/lib/util/zippath.cpp | C++ | gpl-2.0 | 26,746 |
<?php return array (
'providers' =>
array (
0 => 'Illuminate\\Foundation\\Providers\\ConsoleSupportServiceProvider',
1 => 'Illuminate\\Cookie\\CookieServiceProvider',
2 => 'Illuminate\\Database\\DatabaseServiceProvider',
3 => 'Illuminate\\Filesystem\\FilesystemServiceProvider',
4 => 'Illuminate... | fhteam/laravel-validator | tests/laravel/bootstrap/cache/services.php | PHP | gpl-2.0 | 9,565 |
/****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtWaylandCompositor module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding ... | greenisland/greenisland | src/waylandcompositor/extensions/qwaylandwlshellintegration.cpp | C++ | gpl-2.0 | 11,230 |
<script>
var geoNamesModule = {{ 'true' if geonames_module else 'false' }};
var geoNamesUsername = '{{ session.settings.geonames_username }}';
var gisPointAll = {{ gis_data.gisPointAll|safe }};
var gisPointSupers = {{ gis_data.gisPointSupers|safe }};
var gisPointSubs = {{ gis_d... | craws/OpenAtlas-Python | openatlas/templates/map.html | HTML | gpl-2.0 | 4,825 |
COMPONENT=GardenSensorAppC
CFLAGS += -DTOSH_DATA_LENGTH=64
include $(MAKERULES)
| johnmurrayvi/ECE455-Project | Motes/GardenSensor/Makefile | Makefile | gpl-2.0 | 81 |
package com.example.test2;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class Demo2Activity extends Act... | handsscstaff/Test | src/com/example/test2/Demo2Activity.java | Java | gpl-2.0 | 1,442 |
<?php
/**
* The template for displaying all pages
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site may use a
* different template.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
... | stephenhaven/haventomorrow | page.php | PHP | gpl-2.0 | 877 |
NAME = 'django-adminactions'
VERSION = __version__ = (0, 4, 0, 'final', 0)
__author__ = 'sax'
import subprocess
import datetime
import os
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""
if version is None:
version = VERSION
assert len(version) == 5
... | updatengine/updatengine-server | adminactions/__init__.py | Python | gpl-2.0 | 1,648 |
#region Header
// Vorspire _,-'/-'/ ScreenEffect.cs
// . __,-; ,'( '/
// \. `-.__`-._`:_,-._ _ , . ``
// `:-._,------' ` _,`--` -: `_ , ` ,' :
// `---..__,,--' (C) 2018 ` -'. -'
// # Vita-Nex [http://core.vita-nex.com] #
// {o)xxx|===============- # -===============|... | A2152225/ServUO | Scripts/Custom/VitaNex Core/Network/Packets/ScreenEffect.cs | C# | gpl-2.0 | 2,489 |
import os
import RecordTimer
import Components.ParentalControl
from Screens.Screen import Screen
from Screens.MessageBox import MessageBox
from Components.ActionMap import ActionMap
from Components.config import config
from Components.AVSwitch import AVSwitch
from Components.Console import Console
from Components.Impor... | blzr/enigma2 | lib/python/Screens/Standby.py | Python | gpl-2.0 | 14,247 |
/** HastusInterfaceFileFormat class header.
@file HastusInterfaceFileFormat.hpp
This file belongs to the SYNTHESE project (public transportation specialized software)
Copyright (C) 2002 Hugues Romain - RCSmobility <contact@rcsmobility.com>
This program is free software; you can redistribute it and/or
modify it ... | Open-Transport/synthese | server/src/61_data_exchange/HastusInterfaceFileFormat.hpp | C++ | gpl-2.0 | 5,918 |
#region License
/*
* Copyright (C) 1999-2017 John Källén.
*
* 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.
*
* This program ... | Lukas-Dresel/reko | src/UnitTests/Gui/Windows/Forms/JumpTableInteractorTests.cs | C# | gpl-2.0 | 6,068 |
Pysazz
======
Pysazz - a CLI written in Python designed to manage SASS-based CSS Frameworks
##Installation
Set up a variable in your path for the executable: pysazz.py, or you can run it locally using Python 3.4.1 by running "python pysazz.py"
##Commands
At the moment Pysazz has 3 commands:
pysazz init - creates ... | mcglonelevi/pysazz | README.md | Markdown | gpl-2.0 | 1,008 |
<?php
// +----------------------------------------------------------------------+
// | Decode and Encode data in Bittorrent format |
// +----------------------------------------------------------------------+
// | Copyright (C) 2004-2005 Markus Tacker <m@tacker.org> |
// +-----... | chisimba/chisimba | app/lib/pear/File/Bittorrent2/Encode.php | PHP | gpl-2.0 | 6,200 |
prompt Show column usage stats from sys.col_usage$ for table &1..&2....
prompt Did you run DBMS_STATS.FLUSH_DATABASE_MONITORING_INFO for getting latest stats?
select
c.owner
, c.table_name
, c.column_name
, u.intcol#
, u.equality_preds
, u.equijoin_preds
, u.nonequijoin_preds
, u.r... | arandhawa/Oracle-Scripts | colusage.sql | SQL | gpl-2.0 | 782 |
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script>
<!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>
<title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×... | ForAEdesWeb/AEW25 | logs/site-nipponki/02021808946.html | HTML | gpl-2.0 | 82,440 |
<?php
class BaseController extends Controller {
/**
* Sets up a Before filter on all controllers on all POSTS to make sure the CSRF is
* verified
*/
public function __construct()
{
$this->beforeFilter('csrf', array('on' => array('post', 'put', 'delete', 'update')));
}
/**
* Setup the layout used... | rborriello3/Scholar_Interface | app/controllers/BaseController.php | PHP | gpl-2.0 | 495 |
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>About – Nap Labs</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:300,500,500italic,600,700,700italic,800|Source+Code+Pro|Dosis:300,500">
<link rel="stylesheet" href="/static/css/main.min.css">
<link rel="shortcut icon" href="/s... | njncalub/blog | docs/about/index.html | HTML | gpl-2.0 | 1,742 |
<style>
.numeral-table {
margin: auto;
border-collapse: collapse;
text-align: center;
}
.numeral-table * {
border: 1px solid black;
padding: 8px;
width: 50%;
}
</style>
<div class="for_info_only" style="text-align: center">
<img src="{{MEDIA}}title.png" style="max-height: 350px">
</... | Bryukh-Checkio-Tasks/checkio-task-roman-numerals | translations/ja/info/task_description.html | HTML | gpl-2.0 | 3,056 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package Rborist</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; c... | esander91/NamespacePollution | Code/GetMetaDataFromCRAN/raw_html/Rborist.html | HTML | gpl-2.0 | 3,680 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Datei-Elemente</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Erzeugt von Doxygen 1.8.13 -->
<script type="text/javascript" src="me... | keinstein/mutabor | doc/Doxygen/html/globals_defs_b.html | HTML | gpl-2.0 | 2,290 |
memerge
=======
Emerge in memory (gentoo)
| cthuun/memerge | README.md | Markdown | gpl-2.0 | 43 |
"""Pure TTY chooser UI"""
from __future__ import print_function, absolute_import
__author__ = "Stephan Sokolow (deitarion/SSokolow)"
__license__ = "GNU GPL 2 or later"
import os
# Use readline if available but don't depend on it
try:
import readline
# Shut PyFlakes up
readline # pylint: disable=pointl... | ssokolow/lap | lap/ui/fallback_chooser.py | Python | gpl-2.0 | 1,853 |
<?php
/**
* @package MediaWiki
* @subpackage LiquidThreads
* @author David McCabe <davemccabe@gmail.com>
* @licence GPL2
*/
if( !defined( 'MEDIAWIKI' ) ) {
echo( "This file is an extension to the MediaWiki software and cannot be used standalone.\n" );
die( -1 );
}
class LqtDispatch {
public static $views = array(... | hexmode/wikipathways.org | extensions/LiquidThreads/LqtBaseView.php | PHP | gpl-2.0 | 36,889 |
/*
This is a test of using a view as the query result to have a
simple function which takes all parameters only once. The query
is too slow compared to the used query...
*/
-- Defining the view
DROP VIEW gimpmaps_polygon_osm CASCADE;
CREATE OR REPLACE VIEW gimpmaps_polygon_osm AS
SELECT
*,
''::text AS svg
FROM... | mucximilian/gimpmaps | sql/test/one_input_function.sql | SQL | gpl-2.0 | 1,080 |
package com.iyihua.itimes.service.component;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisCluster;
import redis.cl... | YihuaWanglv/itimes | itimes/src/main/java/com/iyihua/itimes/service/component/RedisService.java | Java | gpl-2.0 | 3,640 |
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Collective.Console.ServiceReference;
namespace Collective.Console
{
class Program
{
static void Main(string[] args)
{
System.Console.WriteLine("Starting..");
... | CarlosNetMty/Collective | Collective/Collective.Console/Program.cs | C# | gpl-2.0 | 885 |
package nb.flaming;
interface EmptyContextCmd extends Cmd<Context> {
} | xuhaixiang/flaming-avenger | src/test/java/nb/flaming/EmptyContextCmd.java | Java | gpl-2.0 | 72 |
<?php // content="text/plain; charset=utf-8"
require_once ('jpgraph/jpgraph.php');
require_once ('jpgraph/jpgraph_line.php');
$datay = array(20,15,33,5,17,35,22);
// Setup the graph
$graph = new Graph(400,200);
$graph->SetMargin(40,40,20,30);
$graph->SetScale("intlin");
$graph->SetMarginColor('darkgreen@0.8');
$grap... | XoopsModules25x/xhelp | include/jpgraph/Examples/gradlinefillex1.php | PHP | gpl-2.0 | 576 |
<?php
/**
* The header for our theme.
*
* Displays all of the <head> section and everything up till <div id="content">
*
* @package ultra
* @since ultra 0.9
* @license GPL 2.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
... | conao/huso-theme | header.php | PHP | gpl-2.0 | 3,284 |
#include "boot_pack.h"
#include "wind_type.h"
w_err_t thread_shell(w_int32_t argc,char **argv);
int main(int argc,char **argv)
{
return pack_main(argc,argv);
} | yzfcer/wind_os | bsp/intel/core-i3-4170/windows_simulation/vs2010_pack/wind-pack/pack_main.c | C | gpl-2.0 | 173 |
/*
AlceOSD - Graphical OSD
Copyright (C) 2015 Luis Alves
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 versio... | 381426068/alceosd | firmware/alce-osd.X/videocore.h | C | gpl-2.0 | 2,558 |
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/*
* Copyright (C) 2015-2017 Red Hat 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
* Li... | halfline/mutter | src/backends/meta-remote-desktop-session.c | C | gpl-2.0 | 27,499 |
<?php
/**
* "Context" diff renderer.
*
* This class renders the diff in classic "context diff" format.
*
* Copyright 2004-2017 Horde LLC (http://www.horde.org/)
*
* See the enclosed file COPYING for license information (LGPL). If you did
* not receive this file, see http://www.horde.org/licenses/lgpl21.
*
* ... | mambax7/257 | htdocs/modules/mylinks/class/Diff/Renderer/Context.php | PHP | gpl-2.0 | 1,641 |
#import <UIKit/UIKit.h>
#import "ThingerController.h"
@interface MethodListController : UIViewController <UITableViewDataSource> {
NSArray *instanceMethods, *classMethods, *ivars, *protocols;
NSString *cls;
id theCls;
IBOutlet UITableView *tableView;
}
@property (nonatomic, retain) NSArray *instanceMethods, *... | pc/explorer | Classes/MethodListController.h | C | gpl-2.0 | 459 |
<?php
namespace FluidTYPO3\Fluidpages\Controller;
/*
* This file is part of the FluidTYPO3/Fluidpages project under GPLv2 or later.
*
* For the full copyright and license information, please read the
* LICENSE.md file that was distributed with this source code.
*/
use FluidTYPO3\Fluidpages\Service\ConfigurationS... | ahmedRguei/job | typo3conf/ext/fluidpages/Classes/Controller/PageController.php | PHP | gpl-2.0 | 3,313 |
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "fuzix_fs.h"
int dev_fd;
int dev_offset;
extern int swizzling;
int fd_open(char *name)
{
char *namecopy, *sd;
int bias = 0;
namecopy = strdu... | DimkaM/FUZIX | Standalone/util.c | C | gpl-2.0 | 1,142 |
<?php
class ModelModuleWhathappen extends Model {
public function getWhatHappen($whathappen_limit) {
if ($whathappen_limit!=1){
$this->db->query("DELETE FROM " . DB_PREFIX . "whathappen WHERE id NOT IN (SELECT id FROM (SELECT id FROM " . DB_PREFIX . "whathappen ORDER BY date_added DESC LIMIT ".$whathappen_limit.")... | sabitertan/opencart-whathappens | upload/catalog/model/module/whathappen.php | PHP | gpl-2.0 | 660 |
jQuery(function( $ ){
// add js body class
$('body').addClass('js');
// find time for each entry and move it inside the image link
$('.home-middle article, .home-top article').each(function(){
var $time = $(this).find('.entry-time');
$(this).find('a.alignleft, a.alignnone, a.alignrigh... | Hungdqdev/daquyhomenh | wp-content/themes/magazine-pro/js/entry-date.js | JavaScript | gpl-2.0 | 354 |
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/stylesheet-en.css" />
</head>
<body class="eng">
<div class='verse' id='BR_C01_S05_V08' type='mantra'>
<div class='versetext'>vijñātaṁ vijijñāsyamavijñātamēta ēva yatkiñca vijñātaṁ vācastadrūpaṁ vāgghi vijñātā vāgēnaṁ tadbhūtvāvati ॥ 8 ॥ </div... | SrirangaDigital/shankara-android | app/src/main/assets/html/en/BR_C01_S05_V08.html | HTML | gpl-2.0 | 1,071 |
/* Exit Games Common - C++ Client Lib
* Copyright (C) 2004-2015 by Exit Games GmbH. All rights reserved.
* http://www.exitgames.com
* mailto:developer@exitgames.com
*/
#pragma once
#include "Common-cpp/inc/Helpers/ConfirmAllowedKey.h"
namespace ExitGames
{
namespace Common
{
/**
Container class template... | Serphimera/PhotonTutorial | Source/Photon/Common-cpp/inc/KeyObject.h | C | gpl-2.0 | 6,714 |
// "Therefore those skilled at the unorthodox
// are infinite as heaven and earth,
// inexhaustible as the great rivers.
// When they come to an end,
// they begin again,
// like the days and months;
// they die and are reborn,
// like the four seasons."
//
// - Sun Tsu,
// "The Art of War"
using System;
using Syste... | furesoft/Creek | Creek.UI/HTMLRenderer/Utils/HtmlUtils.cs | C# | gpl-2.0 | 19,414 |
# Copyright © 2010 Raphaël Hertzog <hertzog@debian.org>
# Copyright © 2010-2013 Guillem Jover <guillem@debian.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the Licen... | gautamMalu/rootfs_xen_arndale | usr/share/perl5/Dpkg/Compression.pm | Perl | gpl-2.0 | 6,279 |
package org.oop.model.entities;
/**
* Rappresenta i dati riguardanti un'iscrizione
*/
public class Iscrizione {
private int id;
private int anno;
private int annoAccademico;
private Utente utente;
public Iscrizione() {
id = 0;
}
public int getId() {
return id;
}
... | ilario-pierbattista/studeasy | src/org/oop/model/entities/Iscrizione.java | Java | gpl-2.0 | 938 |
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
di... | kosmosby/medicine-prof | components/com_awdwall/css/jquery.autocomplete.css | CSS | gpl-2.0 | 855 |
#!/usr/bin/perl -w
# file: foreach2.pl
use strict;
my @a = (2, 4, 6, 8);
foreach my $i (@a) {
$i = $i * 2;
}
print "@a\n";
| vishwanathsingh/workspace | example/perlexamples/foreach2.pl | Perl | gpl-2.0 | 130 |
@* LICENSE
*
* Copyright (c) 2015, The Agile Factory SA and/or its affiliates. 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; version 2 of the License.
*
* Thi... | theAgileFactory/maf-desktop-app | app/views/core/portfolioentrygovernance/planning_edit.scala.html | HTML | gpl-2.0 | 8,409 |
<?php
use PoP\ComponentModel\State\ApplicationState;
class PoP_LocationPosts_CommonUserRoles_ProcessorHooks
{
public function __construct()
{
\PoP\Root\App::addFilter(
'PoPSP_URE_EM_Module_Processor_SidebarMultiples:inner-modules:author',
array($this, 'getInnerSubmodules')
... | leoloso/PoP | layers/Legacy/Schema/packages/migrate-everythingelse/migrate/plugins/pop-locationposts-processors/plugins/pop-commonuserroles/library/processor-hooks/processor-hooks.php | PHP | gpl-2.0 | 1,031 |
/* SexyAL - Simple audio abstraction library.
Copyright (c) 2014 Mednafen Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use,... | FabioPinheiro/Mednafen | mednafen/src/sexyal/drivers/es1370.cpp | C++ | gpl-2.0 | 12,159 |
package ru.andreyviktorov.mahjong;
public class Static {
public static Mahjong mahjong;
}
| 4ndv/gdx-mahjong | core/src/ru/andreyviktorov/mahjong/Static.java | Java | gpl-2.0 | 96 |
<?php
/*
* Short description
* @author pearlcore <info@pearlcore.com>
*
*/
$args = $this->pc_get_args($group);
$members = new WP_Query($args);
?>
<style>
.honeycombs .inner_span{
background-color: #<?php echo $this->options['honeycomb_color']; ?>;
}
.pc_our_team_lightbox .name{ col... | wp-plugins/our-team | inc/template/honey_comb.php | PHP | gpl-2.0 | 4,090 |
//----------------------------------------------------------------------------
///@file
///MyXML library header file.
///
///@par License:
///@verbatim
///MyXML - My XML library for parsing and manipulating XML files.
///Copyright (C) 2005-06 Tomasz Nurkiewicz
///For full license text see license.txt.
///
/... | nurkiewicz/CuTe | code/MyXML/myxml.h | C | gpl-2.0 | 24,883 |
/**
* @file
* Pushsay.com common styles
*/
html,.front{height: 100%;}
/****************
* header
****************/
#header{padding-top:20px;background: #f3f3f3;}
#header .container{position: relative;}
/*navbar*/
#logo{float: left;margin:0 auto;color: #333;font:700 60px/40px "British Rail Dark", arial, sans-ser... | acthtml/pushsay.com | sites/all/themes/pushsay/css/pushsay.css | CSS | gpl-2.0 | 5,398 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Nuns gone bad...PGOATs gone bad.... | The Big Novel</t... | kfitz/machines | 55-2007/node/247/index.html | HTML | gpl-2.0 | 12,877 |
/*
* Copyright (c) 2008,2010 Lukáš Tvrdý <lukast.dev@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 vers... | yxl/emscripten-calligra-mobile | krita/plugins/paintops/chalk/kis_chalkop_option.cpp | C++ | gpl-2.0 | 2,958 |
<?php
// No direct access to this file
// Sem acesso direto ao arquivo
defined('_JEXEC') or die('Restricted Access');
JHtml::_('behavior.tooltip');
JHtml::_('behavior.formvalidation');
JHtml::_('behavior.modal');
?>
<script>
function jSelectArticle_jform_request_id(id, title, catid, object) {
document.id("jform_r... | caiovdp/EStube | administrator/components/com_estube/views/curso/tmpl/default.php | PHP | gpl-2.0 | 4,880 |
package ipsen1.quarto;
import ipsen1.quarto.form.Form;
import ipsen1.quarto.form.Hoofdmenu;
import ipsen1.quarto.form.Instructies;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
public class QuartoApplicationTest {
private QuartoApplication app;
@... | y0sh1/ipsen1-quarto | src/test/java/ipsen1/quarto/QuartoApplicationTest.java | Java | gpl-2.0 | 1,604 |
/*
Copyright (c) 2003, 2016, Oracle and/or its affiliates. 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; version 2 of the License.
This program is distributed i... | gunnarku/mysql-8.0 | storage/ndb/include/kernel/signaldata/BuildIndx.hpp | C++ | gpl-2.0 | 2,334 |
package org.worddroid.business.rest.entities;
import java.util.Date;
import java.util.UUID;
/**
* Created by pburzynski on 04/10/2014.
*/
public class ExamStatsModel {
private int correctCount;
private int incorrectCount;
private int wordsCount;
private String section;
private int sectionId;
... | burzyk/WordDroid.Android | src/WordDroid/app/src/main/java/org/worddroid/business/rest/entities/ExamStatsModel.java | Java | gpl-2.0 | 1,932 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34209
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | ibsarbca/bca1-programs | VB.NET/VB Solved Questions/2014-11/ColorScrollBarsWithTextBox/ColorScrollBarsWithTextBox/My Project/Application.Designer.vb | Visual Basic | gpl-2.0 | 1,492 |
cmd_ipc/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o ipc/built-in.o ipc/util.o ipc/msgutil.o ipc/msg.o ipc/sem.o ipc/shm.o ipc/ipcns_notifier.o ipc/syscall.o ipc/ipc_sysctl.o
| IndieBeto/StockLP | ipc/.built-in.o.cmd | Batchfile | gpl-2.0 | 196 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.