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
simple drupal module to display user profile information in balloon #how to install 1.extract the module and in sites/all/module dir and enable the module 2. config the module as need
zeet2020/user-info-balloon
README.md
Markdown
gpl-2.0
191
/******************************************************************************\ CAMotics is an Open-Source simulation and CAM software. Copyright (C) 2011-2019 Joseph Coffland <[email protected]> This program is free software: you can redistribute it and/or modify it under the terms of the GNU G...
CauldronDevelopmentLLC/OpenSCAM
src/camotics/qt/DonateDialog.h
C
gpl-2.0
1,362
#include<stdio.h> int main() { double r,pi=3.14159; scanf("%lf",&r); printf("A=%.4lf\n",pi*r*r); return 0; }
GreenJoey/My-Simple-Programs
Competive Programming/C/uri/1002.c
C
gpl-2.0
113
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest04982.java
Java
gpl-2.0
2,239
<?php /* Copyright (c) 2007 BeVolunteer This file is part of BW Rox. BW Rox 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. BW Rox is dis...
BeWelcome/rox.prototypes
templates/apps/rox/teaser.php
PHP
gpl-2.0
4,007
using UnityEngine; using System.Collections; public class MapCollisionsDetector : MonoBehaviour { // Use this for initialization void Start () { } void FixedUpdate() { } /*void OnCollisionEnter(Collision collision) { foreach(var contact in collision.contacts) print (contact.otherCollider.gameObj...
Reminouche/TCG
Assets/MapCollisionsDetector.cs
C#
gpl-2.0
340
/* Copyright (C) 2015 Panagiotis Roubatsis 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 progra...
proubatsis/Procedural-City
Procedural City/GlslShader.h
C
gpl-2.0
1,342
/************************************************************************************** * Copyright (C) 2008 EsperTech, Inc. All rights reserved. * * http://esper.codehaus.org * * http://www.espertech.com ...
intelie/esper
esper/src/main/java/com/espertech/esper/epl/join/pollindex/PollResultIndexingStrategyIndex.java
Java
gpl-2.0
2,448
variable_name =============
judasnow/variable_name
README.md
Markdown
gpl-2.0
28
/* * ALSA SoC Voice Codec Interface for TI DAVINCI processor * * Copyright (C) 2010 Texas Instruments. * * Author: Miguel Aguilar <[email protected]> * * 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 F...
bticino/linux
sound/soc/davinci/davinci-vcif.c
C
gpl-2.0
7,528
package com.ht.halo.hibernate3.base; import java.beans.BeanInfo; import java.beans.IntrospectionException; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.Map.Entry; import org.apache....
VonChange/haloDao-Hibernate3
src/main/java/com/ht/halo/hibernate3/base/MyEntityUtils.java
Java
gpl-2.0
6,670
import os import unittest import tempfile from git import Repo from oeqa.utils.commands import get_bb_var from oe.buildhistory_analysis import blob_to_dict, compare_dict_blobs class TestBlobParsing(unittest.TestCase): def setUp(self): import time self.repo_path = tempfile.mkdtemp(prefix='selftest-...
schleichdi2/OPENNFR-6.1-CORE
opennfr-openembedded-core/meta/lib/oeqa/selftest/oelib/buildhistory.py
Python
gpl-2.0
3,191
/* * Copyright (c) 2001-2002 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 progra...
blakearnold/MPR
drivers/usb/core/hcd.h
C
gpl-2.0
15,632
# -*- coding: utf-8 -*- # # Picard, the next-generation MusicBrainz tagger # Copyright (C) 2006 Lukáš Lalinský # # 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...
samj1912/picard
picard/ui/options/__init__.py
Python
gpl-2.0
3,282
/* MI Command Set - disassemble commands. Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc. Contributed by Cygnus Solutions (a Red Hat company). This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General P...
sergiodj/gdb-sergio
gdb/mi/mi-cmd-disas.c
C
gpl-2.0
4,527
/** ****************************************************************************** * @file TIM/TIM_TimeBase/Src/main.c * @author MCD Application Team * @version V1.2.3 * @date 09-October-2015 * @brief This sample code shows how to use STM32F4xx TIM HAL API to generate * a time ba...
kamfor/STMF4
STM/Projects/STM324xG_EVAL/Examples/TIM/TIM_TimeBase/Src/main.c
C
gpl-2.0
9,525
<?php /* * DynamicHub * * Copyright (C) 2015-2016 LegendsOfMCPE * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later...
LegendOfMCPE/DynamicHub
DynamicHub/src/DynamicHub/Module/Match/MatchBaseConfig.php
PHP
gpl-2.0
1,090
using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Lo...
pabloariasmora/BattlePong
BattlePong/LogicaDeNegocios/Properties/AssemblyInfo.cs
C#
gpl-2.0
1,442
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>schrodinger.application.desmond.replica_sid_generator.ProteinReport</title> <link rel="styl...
platinhom/ManualHom
Schrodinger/Schrodinger_2015-2_docs/python_api/api/schrodinger.application.desmond.replica_sid_generator.ProteinReport-class.html
HTML
gpl-2.0
12,025
<?php /* * Copyright 2010 Google Inc. * * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
mrengy/flip2014
wp-content/plugins/google-apps-login/core/Google/Service/Pagespeedonline.php
PHP
gpl-2.0
17,220
/* SPDX-License-Identifier: LGPL-2.1+ */ /*** This file is part of systemd. Copyright 2010 Lennart Poettering systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Li...
neheb/systemd
src/core/swap.c
C
gpl-2.0
46,326
<!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <m...
kuibobo/GamPress
wp-content/plugins/gampress-ext/themes/eBooks/page.php
PHP
gpl-2.0
1,338
<!DOCTYPE html> <html lang="en-us"> <head> <meta charset="UTF-8"> <title>8v18.GitHub.io by 8v18</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen"> <link href='https://fonts.googleapis....
8v18/8v18.github.io
index.html
HTML
gpl-2.0
4,003
<<<<<<< HEAD <p>The <strong>view type</strong> describes how this view is stored; Views is capable of having Views entirely in code that are not in the database. This allows modules to easily ship with Views built in, and it allows you to create a module to store your views for easy deployment between development and p...
AbeerKhakwani/friday_asses_book_store
modules/views/help/view-type.html
HTML
gpl-2.0
3,724
/* * File: prg.c * Implements: parsing javascript program aggregate * * Copyright: Jens Låås, 2015 * Copyright license: According to GPL, see file COPYING in this directory. * */ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> #include "duktape.h" #incl...
jelaas/sys
prg.c
C
gpl-2.0
7,575
/* * Intel XScale PXA Programmable Interrupt Controller. * * Copyright (c) 2006 Openedhand Ltd. * Copyright (c) 2006 Thorsten Zitterell * Written by Andrzej Zaborowski <[email protected]> * * This code is licenced under the GPL. */ #include "hw.h" #include "pxa.h" #define ICIP 0x00 /* Interrupt Controller IRQ ...
XVilka/qemu
hw/pxa2xx_pic.c
C
gpl-2.0
9,607
#include <linux/module.h> #include <linux/kernel.h> #include <linux/errno.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/jiffies.h> #include <asm/system.h> #include <asm/io.h> #include <asm/setup.h> #include <asm...
leemgs/OptimusOneKernel-KandroidCommunity
drivers/net/apne.c
C
gpl-2.0
12,904
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <title>Curate ♫ | Prototype</title> <link rel="stylesheet" href="curate.css"> <script src="script.js"></script> </hea...
aiyadurai/webd-adventures
Capstone/Prototypes/UX:Animation Prototype/index.html
HTML
gpl-2.0
2,941
<?php class departamento extends controller { public function __construct() { parent::__construct(); include 'controllers/loginController.php'; $valida = new login(); $valida->sessao_valida(); } public function index_action($pagina = 1) { //list all re...
suspecie/controle-eventos-php-thepowerpuffgirls
controllers/departamentoController.php
PHP
gpl-2.0
3,526
Webspark FeaturesCustom ============ A collection of features compiled specifically for the Webspark distro of Panopoly. This includes: ASU GSA - Google Search Appliance ASU Maps Enhanced ASU Security Scan Fixes Various Fieldable Panel Pane Elements: ASU Spotlight Webspark Banner Webspark Hero Webspa...
bjdevil21/d7testrepo
profiles/openasu/modules/custom/webspark_featurescustom/README.md
Markdown
gpl-2.0
585
<?php // $Id: oci8po.class.php 68 2009-07-31 18:23:01Z dlandau $ /////////////////////////////////////////////////////////////////////////// // // // NOTICE OF COPYRIGHT // // ...
bobpuffer/1.9.12-LAE1.3
lib/xmldb/classes/generators/oci8po/oci8po.class.php
PHP
gpl-2.0
29,382
<!DOCTYPE html> <html> <head> <title>SceneJS / cannon.js example</title> <meta charset="utf-8"> <style> * {margin:0;padding:0} </style> </head> <body> <script src="../libs/scenejs.js"></script> <script src="../build/cannon.js"></script> <canvas id="theCanvas" width="600" height...
oportocala/novie
bower_components/cannon.js/examples/scenejs.html
HTML
gpl-2.0
6,655
<?php class BWGViewGalleries_bwg { //////////////////////////////////////////////////////////////////////////////////////// // Events // //////////////////////////////////////////////////////////////////////////////////////// ////////...
duynguyenhai/wordpress
wp-content/plugins/photo-gallery/admin/views/BWGViewGalleries_bwg.php
PHP
gpl-2.0
57,953
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>read_at</title> <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../boost_asio.html" title="Boost.Asio">...
charlesDGY/coflo
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost_asio/reference/read_at.html
HTML
gpl-2.0
16,915
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>strategy::transform::rotate_transformer</title> <link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="....
charlesDGY/coflo
coflo-0.0.4/third_party/boost_1_48_0/libs/geometry/doc/html/geometry/reference/strategies/strategy_transform_rotate_transformer.html
HTML
gpl-2.0
9,102
package visitors; /** * Created by stratosphr on 20/11/15. */ public interface IVisitedSort extends IVisited { Object accept(ISortVisitor visitor); }
stratosphr/Logic
src/visitors/IVisitedSort.java
Java
gpl-2.0
159
/* * aTunes * Copyright (C) Alex Aranda, Sylvain Gaudard and contributors * * See http://www.atunes.org/wiki/index.php?title=Contributing for information about contributors * * http://www.atunes.org * http://sourceforge.net/projects/atunes * * This program is free software; you can redistribute it and/or * mo...
PDavid/aTunes
aTunes/src/main/java/net/sourceforge/atunes/kernel/modules/navigator/NavigatorActionsStateController.java
Java
gpl-2.0
4,445
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package edu.mum.ea.mb; import edu.mum.ea.ejb.ProjectEJB; import edu.mum.ea.ejb.ReleaseBacklogEJB; import edu.mum.ea.ejb.Spr...
ruzdi/ProjectManagement
ProjectManagement-war/src/java/edu/mum/ea/mb/SprintMB.java
Java
gpl-2.0
5,482
/* $Id$ */ /* * Copyright (C) 2013 Teluu Inc. (http://www.teluu.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...
ismangil/pjproject
pjsip/src/pjsua2/account.cpp
C++
gpl-2.0
39,647
/** * Copyright (C) ARM Limited 2012-2015. 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. * */ #define NEWLINE_CANARY \ /* Unix */ \ "1\n" \ /* Windo...
javilonas/Lonas_KL-SM-G901F
drivers/gator/gator_marshaling.c
C
gpl-2.0
12,460
BeginningDev ============ Beginning Development Initiatives
jellydevext/BeginningDev
README.md
Markdown
gpl-2.0
61
/** * card_view = new BaristaCardView({el: $("target_selector", url:"", title:"", subtitle:"", fg_color: "#1b9e77", image:"", span_class: "col-lg-12"}); * * A Backbone View that displays a card of information wrapped in link * The view is meant to be a top level...
cmap/barista
source/views/BaristaCardView.js
JavaScript
gpl-2.0
2,907
<!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'> ...
scrothers/puppix.github.io
_layouts/default.html
HTML
gpl-2.0
2,287
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Ludum2D.Tiles; using Ludum2D.World; using Microsoft.Xna.Framework; namespace Ludum2D.Core { public class LudumCore { private static LudumCore instance; public static LudumCore Instance { ...
oxysoft/Ludum2D
Ludum2D/Core/LudumCore.cs
C#
gpl-2.0
943
\section{Laser and Solar Panel} For this project a laser pointer and four solar panels is made available. The purpose of a laser pointer and solar panels is to show how the system works by pointing on a solar panel with the laser. The solar panels is all equal in size, with the dimensions of 3x3 cm. \todo[inline]{Som...
MaximeRemy/Master-NDS7-Bluetooth
Report/chapters/Part1/TechnicalKnowladge/LaserSolarPanel.tex
TeX
gpl-2.0
368
<?php /** * @group Echo */ class SuppressionMaintenanceTest extends MediaWikiTestCase { public static function provider_updateRow() { $input = array( 'event_id' => 2, 'event_type' => 'mention', 'event_variant' => null, 'event_agent_id' => 3, 'event_agent_ip' => null, 'event_page_title' => '', ...
tuxun/smw-funwiki
extensions/Echo/tests/phpunit/maintenance/SupressionMaintenanceTest.php
PHP
gpl-2.0
3,786
<?php /* core/themes/classy/templates/navigation/menu-local-task.html.twig */ class __TwigTemplate_0969a23526138fcc37f60cc805db1d447beeec2f58012651e0e2200d57c77ec5 extends Twig_Template { public function __construct(Twig_Environment $env) { parent::__construct($env); $this->parent = false; ...
padmanabhan-developer/EstarProd
sites/default/files/php/twig/075870e6_menu-local-task.html.twig_09bb732346e5d24c980d871bac93beeabc98bdcdafc22eac5ff5f4c40f13cf6a/6ea817bad80d90d325204bb326b2453055a5d09f565dc9938936aba350e2c955.php
PHP
gpl-2.0
2,927
#!/usr/bin/python # -*- encoding: utf-8; py-indent-offset: 4 -*- # +------------------------------------------------------------------+ # | ____ _ _ __ __ _ __ | # | / ___| |__ ___ ___| | __ | \/ | |/ / | # | | | | '_ \ / _ \/ __| |/ /...
xorpaul/check_mk
web/htdocs/default_permissions.py
Python
gpl-2.0
7,863
/* * Copyright (c) 2017, 2020, Oracle and/or its affiliates. * * 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. Redistributions of source code must retain the above copyright notice,...
smarr/Truffle
sulong/tests/com.oracle.truffle.llvm.tests.interop.native/interop/createResolveHandle.c
C
gpl-2.0
1,844
#! /bin/sh modprobe ib_core modprobe ib_uverbs modprobe ib_addr modprobe ib_umad modprobe ib_cm modprobe ib_mad # modprobe ib_ipoib modprobe ib_sa modprobe iw_cm modprobe ib_ucm modprobe rdma_ucm modprobe rdma_cm
nminoru/pib
driver/load_ib_modules.sh
Shell
gpl-2.0
214
package mrdev023.opengl; import static org.lwjgl.glfw.GLFW.*; import static org.lwjgl.opengl.GL11.*; import static org.lwjgl.system.MemoryUtil.*; import java.awt.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.glfw.*; import org.lwjgl.opengl.*; import mrdev023.exception.*; public class Di...
mrdev023/Modern-Game-Engine
src/mrdev023/opengl/Display.java
Java
gpl-2.0
4,476
/* #Date of creation : 9 Jan 2016. #Aim of program : To print power set of a set of characters. #Coded by : Rishikesh Agrawani. */ package main import "fmt" func main() { var n, r, i, j uint fmt.Print("Enter the number of binary variables(for which you want the binary combinations): ") fmt.Scanf...
hygull/go
sources/hck-ds-examples/power_set_for_set_of_characters.go
GO
gpl-2.0
1,645
/* ** Copyright (C) 1991, 1997 Free Software Foundation, Inc. ** ** This file is part of TACK. ** ** TACK 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 ...
nslu2/glibc
ncurses/tack/menu.c
C
gpl-2.0
8,641
/* * UriMapFeature.hpp * * Copyright (c) 2010 Paul Giblock <pgib/at/users.sourceforge.net> * * This file is part of Unison - http://unison.sourceforge.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 S...
pgiblock/unison
extensions/lv2/UriMapFeature.hpp
C++
gpl-2.0
1,593
<div class="wide form"> <?php $form=$this->beginWidget('CActiveForm', array( 'action'=>Yii::app()->createUrl($this->route), 'method'=>'get', )); ?> <div class="row"> <?php echo $form->label($model,'id'); ?> <?php echo $form->textField($model,'id',array('size'=>20,'maxlength'=>20)); ?> </div> <div class="row...
mianfiga/monedademos
protected/views/pending/_search.php
PHP
gpl-2.0
1,754
import tkinter FRAME_BORDER = 5 class PageView(object): __root = None bd = None def __init__(self, root=None, main_frame=None): param = self.params() if root is None: # standalone self.__root = tkinter.Tk() self.__root.title(param['title']) ...
sora7/listparse
src/listparse/ui/common.py
Python
gpl-2.0
2,865
// Copyright (C) 2012 Markus Fischer // // 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, /...
gbv/doctor-doc
source/ch/dbs/actions/bestellung/EZBXML.java
Java
gpl-2.0
11,803
/* * linux/fs/namei.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * Some corrections by tytso. */ /* [Feb 1997 T. Schoebel-Theuer] Complete rewrite of the pathname * lookup logic. */ /* [Feb-Apr 2000, AV] Rewrite to the new namespace architecture. */ #include <linux/init.h> #include <linux/export.h...
Pulshen/XKernel
fs/namei.c
C
gpl-2.0
87,242
# Puluc language: C. Game: Puluc I don't know if it is working well but if you have time, you can modify it.
vince52/Puluc
README.md
Markdown
gpl-2.0
110
#ifndef Podd_THaVDCPoint_h_ #define Podd_THaVDCPoint_h_ /////////////////////////////////////////////////////////////////////////////// // // // THaVDCPoint // // ...
sly2j/analyzer
src/THaVDCPoint.h
C
gpl-2.0
3,527
import os, socket, sys, urllib from wx.lib.embeddedimage import PyEmbeddedImage ldc_name = "Live Debian Creator" ldc_cli_version = "1.4.0" ldc_gui_version = "1.11.0" if (sys.platform == "win32"): slash = "\\" if os.path.isfile(sys.path[0]): #fix for compiled binaries homepath = os.path.dirname(sys.pa...
godaigroup/livedebiancreator
prefs.py
Python
gpl-2.0
2,733
<?php namespace Connections_Directory\Content_Blocks\Entry\Related; use Connections_Directory\Content_Blocks\Entry\Related; /** * Class Last_Name * * @package Connections_Directory\Content_Blocks\Entry */ class Last_Name extends Related { /** * @since 9.8 * @var string */ const ID = 'entry-related-last_...
Connections-Business-Directory/Connections
includes/Content_Blocks/Entry/Related/Last_Name.php
PHP
gpl-2.0
1,642
<?xml version="1.0" encoding="ascii"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>schrodinger.application.desmond.enhsamp.Series</title> <link rel="stylesheet" href="epydoc....
platinhom/ManualHom
Schrodinger/Schrodinger_2012_docs/python_api/api/schrodinger.application.desmond.enhsamp.Series-class.html
HTML
gpl-2.0
12,010
/* This file is part of the KDevelop PHP Documentation Plugin Copyright 2012 Milian Wolff <[email protected]> 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 t...
pprkut/kdev-php
docs/phpdocsconfig.cpp
C++
gpl-2.0
2,217
<?php $st_buttons_p = ot_get_option('st_buttons_p'); ?> <?php $sidebar_checkbox = get_post_meta($post->ID, 'sidebar_checkbox', true);?> <?php $full_width = get_post_meta($post->ID, 'portfolio_options_full', true);?> <?php $details = get_post_meta($post->ID, 'portfolio_options_repeatable', true); if($details){$details ...
ronykader06/Badsha
wp-content/themes/dokan.me/single-portfolio.php
PHP
gpl-2.0
2,901
/* Table of relaxations for Xtensa assembly. Copyright 2003, 2004 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS 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; ei...
guoqingzhang/binutils-coffee
gas/config/xtensa-relax.h
C
gpl-2.0
5,051
<?php /** * template_lite upper modifier plugin * * Type: modifier * Name: upper * Purpose: Wrapper for the PHP 'strtoupper' function */ function tpl_modifier_upper($string) { return strtoupper($string); } ?>
dreikanter/motoko
mtk/lib/template_lite/plugins/modifier.upper.php
PHP
gpl-2.0
235
.redux-container-switch { /*disable text selection*/ } .redux-container-switch .switch-options { min-height: 30px; margin-right: 10px; } .redux-container-switch .switch-options label { cursor: pointer; } .redux-container-switch .switch-options input { display: none; } .redux-container-switch .cb-enable span, ...
iGeneralStore/wordpress
wp-content/themes/professional/assets/frameworks/redux/admin/redux-framework/ReduxCore/inc/fields/switch/field_switch.css
CSS
gpl-2.0
1,616
# encoding: utf-8 # module PyKDE4.kdeui # from /usr/lib/python3/dist-packages/PyKDE4/kdeui.cpython-34m-x86_64-linux-gnu.so # by generator 1.135 # no doc # imports import PyKDE4.kdecore as __PyKDE4_kdecore import PyQt4.QtCore as __PyQt4_QtCore import PyQt4.QtGui as __PyQt4_QtGui import PyQt4.QtSvg as __PyQt4_QtSvg cl...
ProfessorX/Config
.PyCharm30/system/python_stubs/-1247971765/PyKDE4/kdeui/KPassivePopupMessageHandler.py
Python
gpl-2.0
584
/* * This is free software, licensed under the GNU General Public License v2. * See /LICENSE for more information. * * Copyright (C) 2015 Álvaro Fernández Rojas <[email protected]> */ #ifndef _NAND_H #define _NAND_H #define NAND_PAGE_DEF 2048 #define NAND_OOB_DEF 64 #define NAND_CHECK_ENTRIES 1 #define DEBUG_DEF ...
openwrt-es/nandtools
nand.h
C
gpl-2.0
726
/* * Copyright (C) 2005-2014 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 3 of the License, or (at your * option) any later version. *...
MistyWorld/MistyWorld_6xx
src/serveur/jeu/Server/WorldSocket.cpp
C++
gpl-2.0
34,533
<HTML> <HEAD> <TITLE>Jan Kerouac Biography</TITLE> </HEAD> <BODY BACKGROUND="" BGCOLOR="#e7e7ff" TEXT="#000000" LINK="#004fcf" ALINK="#ffff00" VLINK="#006faf"> <H3><IMG ALIGN=MIDDLE SRC="images/jan.jpg">About Jan Kerouac </H3> Jan Kerouac, daughter of Beat Generation novelist Jack Kerouac, was born in 1952 in Albany...
marceliotstein/literarykicks
IKL/JanBio.html
HTML
gpl-2.0
1,829
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated....
Jricklefs/Employee-Directory
CompanyDirectoryDF/Models/Directory.cs
C#
gpl-2.0
1,403
<?php /** * The admin-specific functionality of the plugin. * * @link kjhuer.com * @since 1.0.0 * * @package Za_Collect * @subpackage Za_Collect/admin */ /** * The admin-specific functionality of the plugin. * * Defines the plugin name, version, and two examples hooks for how to * enqueue th...
kjameshuer/za-collect
admin/class-za-collect-admin.php
PHP
gpl-2.0
5,664
/* a10 513 * Copyright (c) 2001-2012 Nicolas Léveillé <knos.free.fr> * * You should have received this file ('src/lib/cokus.c') with a license * agreement. ('LICENSE' file) * * Copying, using, modifying and distributing this file are rights * covered under this licensing agreement and are conditioned by its * f...
uucidl/plus-one-minus-one
src/lib/cokus.c
C
gpl-2.0
7,813
/* * Copyright (C) ST-Ericsson SA 2010,2011 * * Author: Chris Blair <[email protected]> for ST-Ericsson * * License terms: GNU General Public License (GPL) version 2 * * U9500 <-> M6718 IPC protocol implementation using SPI. * state machine definition and functionality. */ #include <linux/modem/m671...
janrinze/snowballkernel
drivers/modem/m6718_spi/statemachine.c
C
gpl-2.0
40,413
/* ** tr2latex - troff to LaTeX converter ** $Id: setups.h,v 1.1.1.1 1992/04/27 15:20:56 teuben Exp $ ** COPYRIGHT (C) 1987 Kamal Al-Yahya, 1991,1992 Christian Engel ** ** Module: setups.h ** ** setup file */ #ifdef __TURBOC__ # ifndef __COMPACT__ # error "The COMPACT model is needed" # endif #endif #include <st...
jobovy/nemo
src/tools/tr2latex/setups.h
C
gpl-2.0
2,412
<!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"> <script src="js/jquery.min.js"></script> <script type="text/javascript" src="js/js.cookie.js"></script> <title>BenchmarkTest00250<...
thc202/Benchmark
src/main/webapp/BenchmarkTest00250.html
HTML
gpl-2.0
1,881
#!/usr/bin/python #CHANGE ONLY, IF YOU KNOW, WHAT YOU DO! #OPKMANAGER WILL CRASH IF YOUR OUTPUT IS INVALID! import subprocess import argparse import time import calendar import string import sys class RegisterAction(argparse.Action): def __call__(self, parser, namespace, values, option_string=None): print "Official...
theZiz/OPKManager
repositories/official.py
Python
gpl-2.0
3,617
/* * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Foundation. 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. Redistributions of source c...
stippi/Clockwerk
include/xerces/validators/common/CMAny.hpp
C++
gpl-2.0
5,208
<?php // $Id: report.php,v 1.29 2008/11/30 21:33:58 skodak Exp $ if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page } $courses = get_courses('all','c.shortname','c.id,c.shortname,c.fullname'); $courseoptions = ar...
nicolasconnault/moodle2.0
course/report/stats/report.php
PHP
gpl-2.0
11,351
module Actions module Pulp3 module Repository class CreatePublication < Pulp3::AbstractAsyncTask middleware.use Actions::Middleware::ExecuteIfContentsChanged def plan(repository, smart_proxy, options) sequence do action = plan_self(:repository_id => repository.id, :smar...
ares/katello
app/lib/actions/pulp3/repository/create_publication.rb
Ruby
gpl-2.0
984
'use strict'; app.controller('orderController', ['$scope', '$rootScope', 'toastrService', 'orderService', function ($scope, $rootScope, toastrService, orderService) { $scope.paging = 1; $scope.disabledMore = false; $scope.data = []; $scope.getOrders = function () { order...
ozalvarez/elcubo9
elcubo9.admin/app/controllers/orderController.js
JavaScript
gpl-2.0
1,103
obj-$(CONFIG_ICDTCP3_ITD) += itddrv.o obj-$(CONFIG_ICDTCP3_LCD) += hd44780drv.o obj-$(CONFIG_ICDTCP3) += icdcommon.o
insofter/linux
drivers/icdtcp3/Makefile
Makefile
gpl-2.0
120
#!/usr/bin/env python #################################### # # --- TEXTPATGEN TEMPLATE --- # # Users can change the output by editing # this file directly. # #################################### import sys sys.stdout.write('####################################\n') sys.stdout.write('#\n') sys.stdout.write('# -- TEXTP...
kevinleake01/textpatgen
12-workspace-py/tpl-py-0001.py
Python
gpl-2.0
774
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <title><?php /* * Print the <title> tag based on what is being viewed. */ global $page, $paged; wp_title( '|', true, 'right' ); // Add the blog name. bloginfo( 'name' ); // Add the blog descript...
fearzendron/jzconsultoria
wp-content/themes/jzconsultoria/header-home.php
PHP
gpl-2.0
2,963
from .. import config from .. import fixtures from ..assertions import eq_ from ..assertions import in_ from ..schema import Column from ..schema import Table from ... import bindparam from ... import case from ... import Computed from ... import exists from ... import false from ... import func from ... import Integer...
gltn/stdm
stdm/third_party/sqlalchemy/testing/suite/test_select.py
Python
gpl-2.0
24,377
// ********************************************************************** // // Copyright (c) 2003-2017 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. // // ***************************************************...
ljx0305/ice
cpp/include/Ice/InterfaceByValue.h
C
gpl-2.0
911
<?lsmb FILTER latex -?> \documentclass{scrartcl} \usepackage{xltxtra} \setmainfont{Verdana} \usepackage{tabularx} \usepackage[letterpaper,top=2cm,bottom=1.5cm,left=1.1cm,right=1.5cm]{geometry} \usepackage{graphicx} \setlength{\parindent}{0pt} \begin{document} \pagestyle{myheadings} \thispagestyle{empty} <?lsmb INC...
yec/ledgersmb
templates/xedemo/ap_transaction.tex
TeX
gpl-2.0
2,872
<?php /** * @Project NUKEVIET 4.x * @Author VINADES.,JSC ([email protected]) * @Copyright (C) 2014 VINADES.,JSC. All rights reserved * @License GNU/GPL version 2 or any later version * @Createdate 9/9/2010, 6:38 */ if (! defined('NV_IS_FILE_WEBTOOLS')) { die('Stop!!!'); } $contents = 'Error Access!!!'; $...
nukeplus/nuke
admin/webtools/deleteupdate.php
PHP
gpl-2.0
2,041
/* Theme Name: Hughes Benefits Site Theme URI: http://coverwaco.com Description: A custom WordPress theme for Hughes Benefits. Author: Heath Hughes Author URI: http://heathwhughes.com Version: 1.0 Tags: responsive, insurance, simple License: GNU General Public License v2.0 License URI: http://www.gnu.org/licenses/gpl-...
heathwhughes/benafix-site
wp-content/themes/hbenefits/style.css
CSS
gpl-2.0
11,552
<?php /** * Project: Securimage: A PHP class for creating and managing form CAPTCHA images<br /> * File: securimage_show_example2.php<br /> * * Copyright (c) 2011, Drew Phillips * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitte...
scorpioinfotech/mariasplace2
wp-content/plugins/qa/securimage/securimage_show_example2.php
PHP
gpl-2.0
2,746
#ifndef FILEZILLA_INTERFACE_CLEARPRIVATEDATA_HEADER #define FILEZILLA_INTERFACE_CLEARPRIVATEDATA_HEADER #include "dialogex.h" #include <wx/timer.h> class CMainFrame; class CClearPrivateDataDialog final : public wxDialogEx { public: static CClearPrivateDataDialog* Create(CMainFrame* pMainFrame) { return new CClearP...
madnight/filezilla
src/interface/clearprivatedata.h
C
gpl-2.0
684
# encoding: utf-8 # # Copyright 2017 University of Oslo, Norway # # This file is part of Cerebrum. # # Cerebrum 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 op...
unioslo/cerebrum
Cerebrum/modules/event_publisher/event.py
Python
gpl-2.0
11,579
# -*- coding: utf-8 -*- from utils import * commands = [ '^remindme', '^reminder', '^remind$', '^r ' ] parameters = ( ('delay', True), ('message', True), ) description = 'Set a reminder for yourself. First argument is delay until you wish to be reminded.\nExample: `' + config['...
shahabsaf1/Python
plugins/reminders.py
Python
gpl-2.0
2,643
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.4.2_05) on Fri Aug 13 10:55:24 CDT 2004 --> <TITLE> Uses of Class javazoom.jl.decoder.OutputChannels </TITLE> <LINK REL ="stylesheet" TYPE="text/css" H...
knocte/getittogether
doc/javazoom/jl/decoder/class-use/OutputChannels.html
HTML
gpl-2.0
11,155
/* * Flocking Debugging Unit Generators * http://github.com/colinbdclark/flocking * * Copyright 2011-2014, Colin Clark * Dual licensed under the MIT and GPL Version 2 licenses. */ /*global require*/ /*jshint white: false, newcap: true, regexp: true, browser: true, forin: false, nomen: true, bitwise: false, m...
mcanthony/Flocking
src/ugens/debugging.js
JavaScript
gpl-2.0
2,806
-- Copyright (c) 2012 Roland Yonaba --[[ This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications...
ZenityRTS/Zenity
libs/lcs/tests.lua
Lua
gpl-2.0
5,915
/* This file is part of the KDE project * Copyright (C) 2009 Pierre Stirnweiss <[email protected]> * Copyright (C) 2011 Boudewijn Rempt <[email protected]> * * 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...
yxl/emscripten-calligra-mobile
libs/kotext/commands/TextPasteCommand.cpp
C++
gpl-2.0
4,258
# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 2.4 # Default target executed when no arguments are given to make. default_target: all #============================================================================= # Special targets provided by cmake. # Disable implicit r...
paulcbetts/Estelle
ext/taglib/taglib/ape/Makefile
Makefile
gpl-2.0
5,036