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
// // C++ Implementation: Audio::OggStream // #include "config.h" #ifdef HAVE_OGG #include "OggStream.h" #include "OggData.h" #include "config.h" #include <utility> #include <limits> #include <stdlib.h> #include <vorbis/vorbisfile.h> #include "vsfilesystem.h" #ifndef OGG_BUFFER_SIZE #define OGG_BUFFER_SIZE 4096*2...
vinni-au/vega-strike
vegastrike/src/audio/codecs/OggStream.cpp
C++
gpl-2.0
2,896
angular.module('component').component('getGit', { template: ` <section> <h1>GIT : Repro</h1> <div class="controller" > <div git-repro="user : 'gaetanV',repositories :'angular_directive',branch:'master',path:'angular1/directive/gitRepro.directive.js'" > </div> ...
gaetanV/angular_directive
angularJs/app/component/getgit.component.ts
TypeScript
gpl-2.0
362
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta name="Generator" content="ReWorX 1.1 (021204) - http://www.republic...
OS2World/DEV-UTIL-SNAP
docs/snap_ga/html/N_int32.html
HTML
gpl-2.0
5,346
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Universal Flash Storage Host controller driver * Copyright (C) 2011-2013 Samsung India Software Operations * Copyright (c) 2013-2016, The Linux Foundation. All rights reserved. * * Authors: * Santosh Yaraganavi <santosh.sy@samsung.com> * Vinayak Holikatti <h.v...
mpe/powerpc
drivers/scsi/ufs/ufshcd.h
C
gpl-2.0
42,972
// // begin license header // // This file is part of Pixy CMUcam5 or "Pixy" for short // // All Pixy source code is provided under the terms of the // GNU General Public License v2 (http://www.gnu.org/licenses/gpl-2.0.html). // Those wishing to use Pixy source code, software and/or // technologies under different lice...
Pravuz/AimBot
Pixy/gcc/pixy_m4/src/power.cpp
C++
gpl-2.0
1,975
// Copyright 2014 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #include "VideoCommon/GeometryShaderGen.h" #include <cmath> #include <cstring> #include "Common/CommonTypes.h" #include "VideoCommon/DriverDetails.h" #include "VideoCommon/LightingShaderGen.h" #include "Vid...
CarlKenner/dolphin
Source/Core/VideoCommon/GeometryShaderGen.cpp
C++
gpl-2.0
27,459
# lastDate A minimal modular date picker with different calendar support
ImanMh/lastDate
README.md
Markdown
gpl-2.0
73
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("Cr...
tmpope/Cryptography
CryptoMethods/CryptoMethods/Properties/AssemblyInfo.cs
C#
gpl-2.0
1,406
--[[ # # @hunter18k # @Dragon_Born # ]] local access_token = "3084249803.280d5d7.999310365c8248f8948ee0f6929c2f02" -- your api key local function instagramUser(msg, query) local receiver = get_receiver(msg) local url = "https://api.instagram.com/v1/users/search?q="..URL.escape(query).."&access_token=...
ahmed112a/smart
plugins/insta.lua
Lua
gpl-2.0
3,943
/* * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
dmlloyd/openjdk-modules
jdk/test/java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java
Java
gpl-2.0
44,814
<template name="recipeContext"> <span class="menu-header"> Options <i class="pull-right icon icon-vert-dots"></i> </span> <div class="menu"> {{#each settings}} <label class="menu-row"> <input type="checkbox" data-key={{key}} checked="{{#if value}}checked{{...
recipr/recipr
client/templates/recipe/context/context.html
HTML
gpl-2.0
443
<!-- BEGINS HERO IMAGE --> <!-- build:remove --> <div class="hero"> <img class="img-responsive" src='images/two_col_sample_content/1.png' alt='This is a typical header image' /> </div> <!-- /build --> <t4 type="navigation" id="106" /> <!-- ENDS HERO IMAGE -->
msudenver/generator-msu-denver
app/views/hero.html
HTML
gpl-2.0
264
/* * The ManaPlus Client * Copyright (C) 2004-2009 The Mana World Development Team * Copyright (C) 2009-2010 The Mana Developers * Copyright (C) 2011-2018 The ManaPlus Developers * * This file is part of The ManaPlus Client. * * This program is free software; you can redistribute it and/or modify * i...
mekolat/ManaPlus
src/net/eathena/itemrecv.cpp
C++
gpl-2.0
5,784
<!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.5.0_07) on Tue Sep 12 14:14:15 CEST 2006 --> <TITLE> PTEventTestASubClass </TITLE> <META NAME="keywords" CONTENT="test.org.peertrust.event.PTEventTestAS...
elitak/peertrust
doc/javadoc/test/org/peertrust/event/PTEventTestASubClass.html
HTML
gpl-2.0
10,557
/** * ownCloud Android client application * * @author Mario Danic * Copyright (C) 2017 Mario Danic * Copyright (C) 2012 Bartek Przybylski * Copyright (C) 2012-2016 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License versi...
aleister09/android
src/main/java/com/owncloud/android/ui/fragment/ExtendedListFragment.java
Java
gpl-2.0
31,646
/* * Copyright (C) 2001-2006 Jacek Sieka, arnetheduck on gmail point 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 ...
NareshPS/FBLinuxDCPP
client/ZUtils.cpp
C++
gpl-2.0
3,708
/* Copyright (C) 2007 The SpringLobby Team. All rights reserved. */ // #ifndef NO_TORRENT_SYSTEM #ifdef _MSC_VER #ifndef NOMINMAX #define NOMINMAX #endif // NOMINMAX #include <winsock2.h> #endif // _MSC_VER #include <wx/stattext.h> #include <wx/sizer.h> #include <wx/textctrl.h> #include <wx/intl.h> #include <wx/...
N2maniac/springlobby-join-fork
src/filelister/filelistfilter.cpp
C++
gpl-2.0
5,177
#ifndef TOUCHPANEL_H__ #define TOUCHPANEL_H__ /* Pre-defined definition */ /* Register */ #define FD_ADDR_MAX 0xE9 #define FD_ADDR_MIN 0xDD #define FD_BYTE_COUNT 6 #define CUSTOM_MAX_WIDTH (720) #define CUSTOM_MAX_HEIGHT (1280) //#define TPD_UPDATE_FIRMWARE #define TPD_HAVE_BUTTON #define TPD_BUTTON_HEIGH...
kashifmin/KashKernel_MT6589
mediatek/custom/s9204/kernel/touchpanel/S3203/tpd_custom_s3203.h
C
gpl-2.0
951
<?php //add a button to the content editor, next to the media button //this button will show a popup that contains inline content add_action('media_buttons_context', 'add_my_custom_button'); //add some content to the bottom of the page //This will be shown in the inline modal if(is_admin()){ add_action('adm...
emanuelefrasca/emanuelefrasca_local_wp_slideshow
wp-content/themes/cosmone/includes/shortcode-media-button.php
PHP
gpl-2.0
2,726
/* * Copyright (c) 2013, 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 Softwa...
karianna/jdk8_tl
hotspot/test/compiler/whitebox/SetDontInlineMethodTest.java
Java
gpl-2.0
2,613
/* Copyright (C) 2013 Stephen Robinson This file is part of HDMI-Light HDMI-Light 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 l...
esar/hdmilight-v2
firmware/config_hdmi.h
C
gpl-2.0
3,439
<!DOCTYPE html><html lang="en-us" > <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.8.0"> <meta n...
ilebras/ilebras.github.io
author/m-s-lozier/index.html
HTML
gpl-2.0
13,919
/* * UAE - The Un*x Amiga Emulator * * Sound emulation stuff * * Copyright 1995, 1996, 1997 Bernd Schmidt */ #ifndef UAE_AUDIO_H #define UAE_AUDIO_H #define PERIOD_MAX ULONG_MAX extern void aud0_handler (void); extern void aud1_handler (void); extern void aud2_handler (void); extern void aud3_handler (void); ...
cstefansen/PUAE
src/include/audio.h
C
gpl-2.0
2,294
/* * Copyright (C) 2005-2011 MaNGOS <http://getmangos.com/> * Copyright (C) 2009-2011 MaNGOSZero <https://github.com/mangos/zero> * * 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 v...
vanilla-wow/MaNGOSZero
src/game/GridMap.cpp
C++
gpl-2.0
35,544
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"/> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> <meta name="HandheldFriendly" content="true"/> <!--<meta name="MobileOptimized" content="320"/>--> <title>Hello H5+</title> <script type="text/javascript" src="../j...
NSStringDong/XlvrenCharge
XlvrenProject_Html/XlvrenCharge/plus/oauth.html
HTML
gpl-2.0
4,040
<?php declare(strict_types=1); namespace mglaman\PHPStanDrupal\Rules\Drupal; use Drupal\Core\Extension\ModuleHandlerInterface; use PhpParser\Node; use PHPStan\Analyser\Scope; use PHPStan\Rules\RuleErrorBuilder; use PHPStan\ShouldNotHappenException; use PHPStan\Type\ObjectType; class LoadIncludes extends LoadIncludeB...
mamont77/easydrupal
vendor/mglaman/phpstan-drupal/src/Rules/Drupal/LoadIncludes.php
PHP
gpl-2.0
3,204
# # linux/arch/arm/boot/compressed/Makefile # # create a compressed vmlinuz image from the original vmlinux # OBJS = plus_sec := $(call as-instr,.arch_extension sec,+sec) # Ensure that MMCIF loader code appears early in the image # to minimise that number of bocks that have to be read in # order to load it. ifeq ($(...
DecimalMan/dkp
arch/arm/boot/compressed/Makefile
Makefile
gpl-2.0
6,237
convert images/OCS-755.png -crop 1665x5086+0+0 +repage images/OCS-755-A.png convert images/OCS-755.png -crop 1665x5086+1665+0 +repage images/OCS-755-B.png #/OCS-755.png # # #
jonnymwalker/Staroslavjanskij-Slovar
scripts/middlesplit.OCS-755.sh
Shell
gpl-2.0
175
/* * $Id$ */ package edu.jas.gbufd; import java.io.IOException; import java.io.Reader; import java.io.StringReader; import java.math.BigInteger; import java.util.Arrays; import java.util.Collections; import java.util.List; //import junit.framework.Test; //import junit.framework.TestCase; //import junit.framework....
breandan/java-algebra-system
src/edu/jas/gbufd/GroebnerBaseFGLMExamples.java
Java
gpl-2.0
44,052
/* * Animation plugin for compiz/beryl * * animation.c * * Copyright : (C) 2006 Erkin Bahceci * E-mail : erkinbah@gmail.com * * Based on Wobbly and Minimize plugins by * : David Reveman * E-mail : davidr@novell.com> * * Particle system added by : (C) 2006 Dennis Kasprzyk * E-mail ...
hedmo/compiz-plugins-extra
animationaddon/src/leafspread.cpp
C++
gpl-2.0
3,316
/**************** * Applications * ****************/ /* used by gnome-font-viewer and sushi */ SushiFontWidget { padding: 6px 12px; } /************ * nautilus * ************/ .nautilus-canvas-item { border-radius: 0; } .nautilus-desktop.nautilus-canvas-item { color: white; text-shadow: 1px 2px 3px al...
dasnoopy/moslight-themes
MosCloud/gtk-3.0/apps/gnome-applications.css
CSS
gpl-2.0
10,803
<?php /** * Sets the body-tag class attribute. * * Adds 'sidebar-left', 'sidebar-right' or 'sidebars' classes as needed. */ function phptemplate_body_class($left, $right) { if ($left != '' && $right != '') { $class = 'sidebars'; } else { if ($left != '') { $class = 'sidebar-left'; } if ...
Onenix/360kpop-shop
themes/tiki/template.php
PHP
gpl-2.0
2,556
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_FRAME_HOST_NAVIGATION_CONTROLLER_DELEGATE_H_ #define CONTENT_BROWSER_FRAME_HOST_NAVIGATION_CONTROLLER_DELEGATE_H_ #include <strin...
qtekfun/htcDesire820Kernel
external/chromium_org/content/browser/frame_host/navigation_controller_delegate.h
C
gpl-2.0
2,570
/* * TrxFormController.java * * Created on Jan 9, 2010 8:22:32 PM * * Copyright (c) 2002 - 2010 : Swayam Inc. * * P R O P R I E T A R Y & C O N F I D E N T I A L * * The copyright of this document is vested in Swayam Inc. without * whose prior written permission its contents must not be published, * adapted ...
paawak/blog
code/SpringMVCWithFlex/ims-web/src/main/java/com/swayam/ims/webapp/controller/trx/TrxFormController.java
Java
gpl-2.0
1,332
<?php if ( !defined( 'ABSPATH' ) ) { exit; } $rowWidth = 0; foreach ( $cells as $cell ) { $rowWidth += (int)$cell['width']; } if ( $rows ) { ?> <table class="mscrm-listview table"> <thead> <tr> <?php foreach ( current( $rows ) as $cellName => $cell ) { $cellWidth...
AlexaCRM/integration-dynamics
templates/view/view.php
PHP
gpl-2.0
2,942
/** * UGENE - Integrated Bioinformatics Tools. * Copyright (C) 2008-2017 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 * ...
ggrekhov/ugene
src/plugins/CoreTests/src/DocumentModelTests.h
C
gpl-2.0
6,005
<?php /** * Options for the bibtex plugin * * @author Till Biskup <till@till-biskup> */ $meta['_basic'] = array('fieldset'); $meta['sqlite'] = array('onoff'); $meta['citetype'] = array('multichoice','_choices' => array('alpha','apa','authordate','numeric')); $meta['file'] = array('string'); $meta['pdfdir'] = array...
tillbiskup/dokuwiki-bibtex
conf/metadata.php
PHP
gpl-2.0
1,037
/* This file is part of ffmpeg-php Copyright (C) 2004-2008 Todd Kirby (ffmpeg.php AT 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 ...
lord2800/ffmpeg-php
ffmpeg_tools.c
C
gpl-2.0
5,212
<?php /** * Suomi.fi authentication module. * * PHP version 7 * * Copyright (C) The National Library of Finland 2019. * * 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. * * ...
arto70/NDL-VuFind2
module/Finna/src/Finna/Auth/Suomifi.php
PHP
gpl-2.0
3,484
/* ** 2004 May 22 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** *************************...
graydon/monotone
sqlite/os_common.h
C
gpl-2.0
5,586
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <!-- HTML file produced from file: UserManual.tex -- -- using Hyperlatex v 2.3.1 (c) Otfried Cheong-- -- on Emacs 21.1 (patch 4) "Arches" XEmacs Lucid, Sun Apr 30 20:50:10 2000 --> <HEAD> <TITLE>Tao User Manual -- Using pitches - pitches.tao</TITLE> ...
MindBuffer/tao
doc/UserManual/html/UserManual_141.html
HTML
gpl-2.0
3,939
// clang-format off /* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of ...
jeremiahyan/lammps
src/KSPACE/fft3d.cpp
C++
gpl-2.0
26,711
/* Copyright (C) 2007 Volker Berlin 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 app...
mdavid/IKVM.NET-cvs-clone
awt/robot.cs
C#
gpl-2.0
14,656
# vertx-microsrv-poc This is yet another study project # Implementation notes ## Multiple instances of a listing Verticle When deploying multiple time a Vertice listing to a TCP socket (ie. more than 1 instances), vert.x will implement a (non-strict) round robin among your verticles. https://groups.google.com/d/msg...
proudier/vertx-microsrv-poc
README.md
Markdown
gpl-2.0
351
# - Try to find the GLIB2 libraries # Once done this will define # # GLIB2_FOUND - system has glib2 # GLIB2_INCLUDE_DIR - the glib2 include directory # GLIB2_LIBRARIES - glib2 library # Copyright (c) 2008 Laurent Montel, <montel@kde.org> # # Redistribution and use is allowed according to the terms of the BSD licens...
detrout/kamoso
cmake/FindGLIB2.cmake
CMake
gpl-2.0
1,634
<?php class WCML_sensei{ function __construct(){ global $sitepress; add_action( 'manage_edit-lesson_columns', array( $sitepress, 'add_posts_management_column' ) ); add_action( 'manage_edit-course_columns', array( $sitepress, 'add_posts_management_column' ) ); add_action( 'save_pos...
SasaKlepikov/Syberg.eu
wp-content/plugins/woocommerce-multilingual/compatibility/wc_sensei.class.php
PHP
gpl-2.0
7,952
# Copyright (c) 2010-2015 openpyxl # package imports from openpyxl.reader.strings import read_string_table from openpyxl.tests.helper import compare_xml def test_read_string_table(datadir): datadir.join('reader').chdir() src = 'sharedStrings.xml' with open(src) as content: assert read_string_ta...
maheshcn/memory-usage-from-ldfile
openpyxl/tests/test_strings.py
Python
gpl-2.0
1,270
<?php namespace Iiigel\Controller; class Iiigel extends \Iiigel\Controller\StaticPage { const DEFAULT_ACTION = 'show'; protected $sRawOutput = NULL; protected $oCloud = NULL; protected $oInterpreter = NULL; protected $oChapter = NULL; protected $oModule = NULL; public function __c...
MarHai/iiigel
src/Controller/Iiigel.php
PHP
gpl-2.0
16,286
// CHDK palette colors for the s90 // Define color values as needed in this file. #include "palette.h" #include "platform_palette.h" // Playback mode colors unsigned char ply_colors[] = { COLOR_TRANSPARENT, // Placeholder for script colors COLOR_BLACK, // Placeholder for script...
c10ud/CHDK
platform/s90/platform_palette.c
C
gpl-2.0
2,303
<? /**[N]** * JIBAS Education Community * Jaringan Informasi Bersama Antar Sekolah * * @version: 3.2 (September 03, 2013) * @notes: JIBAS Education Community will be managed by Yayasan Indonesia Membaca (http://www.indonesiamembaca.net) * * Copyright (C) 2009 Yayasan Indonesia Membaca (http://www.indon...
nurulimamnotes/sistem-informasi-sekolah
jibas/akademik/mutasi/cetak_statistik_mutasi.php
PHP
gpl-2.0
3,993
define(['jquery', 'util.tooltips', 'helper.boxes', 'modules/panel'], function($, tooltips, panel) { /* Grid */ tourStepsGrid = [ { beginning: true, title: 'Welcome to the Blox Visual Editor!', content: '<p>If this is your first time in the Blox Visual Editor, <strong>we recommend following this tour so yo...
bloxtheme/BloxTheme
bloxtheme/library/visual-editor/scripts-src/util.tour.js
JavaScript
gpl-2.0
13,717
/* * keybindings.c - this file is part of Geany, a fast and lightweight IDE * * Copyright 2006-2012 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> * Copyright 2006-2012 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> * * This program is free software; you can redistribute it and/...
ktuan89/geany-1.22
src/keybindings.c
C
gpl-2.0
79,266
using System.Diagnostics; using System.Xml.Serialization; namespace IDF.Utilities.ProcLaunch { public class ProcInfo { [XmlAttribute] public string Path { get; set; } [XmlAttribute] public string WorkingDir { get; set; } [XmlAttribute] public string Arguments { get; set; } [XmlAttribut...
StoneFin/ProcessLauncher
IDFProcLaunch/ProcInfo.cs
C#
gpl-2.0
474
<ng-include src="'js/editor/properties-panel/common-properties-template.html'"></ng-include> <div class="form-group"> <label for="width"> <translate>Width</translate> <i class="fa fa-info-circle" tooltip-placement="top-right" uib-tooltip="{{ 'Specify the number of columns of the element....
bonitasoft/bonita-ui-designer
frontend/app/js/editor/properties-panel/component-properties-template.html
HTML
gpl-2.0
1,191
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>libmbim-glib Reference Manual: Annotation Glossary</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="...
mkotsbak/libmbim-deb
docs/reference/libmbim-glib/html/annotation-glossary.html
HTML
gpl-2.0
2,403
/** * Created by inwebo on 05/02/15. */ alert('local');
inwebo/Libre
demos/assets/instances/www.test.fr/themes/default/public/js/demo.js
JavaScript
gpl-2.0
58
/*++ * * Kafka Message Queue * * DESCRIPTION: * AUTHOR: NickeyWoo * DATE: 2014/8/15 * --*/ #ifndef __KAFKA_PRODUCER_HH__ #define __KAFKA_PRODUCER_HH__ #include <boost/nocopyable.hpp> #include <google/protobuf/message_lite.h> #include <google/protobuf/message.h> #include <google/protobuf/descriptor.h> cla...
NickeyWoo/SimpleRPC
Kafka/Kafka/Producer.hh
C++
gpl-2.0
545
<?php namespace Stormpath\Authc\Api; use Stormpath\Resource\ApiKey; use Stormpath\Resource\Application; class AuthenticatorResult { protected $application; protected $apiKey; protected $accessToken; public function __construct(Application $application, ApiKey $apiKey, $accessToken = null) { ...
arckinteractive/elgg_stormpath
vendor/stormpath/sdk/src/Stormpath/Authc/Api/AuthenticatorResult.php
PHP
gpl-2.0
734
# vim: ts=2 sw=2 expandtab package Data::Transform::Identity; use strict; use Data::Transform; use vars qw($VERSION @ISA); $VERSION = '0.01'; @ISA = qw(Data::Transform); sub new { my $type = shift; my $self = bless [ [] ], $type; return $self; } sub clone { my $self = shift; my $clone = bless [ [] ], ...
gitpan/Data-Transform
lib/Data/Transform/Identity.pm
Perl
gpl-2.0
1,663
// Camera - SX150IS - platform_camera.h // This file contains the various settings values specific to the SX150IS camera. // This file is referenced via the 'include/camera.h' file and should not be loaded directly. // If adding a new settings value put a suitable default in 'include/camera.h', // along with document...
c10ud/CHDK
platform/sx150is/platform_camera.h
C
gpl-2.0
5,729
package com.moon.threadlocal; import org.junit.Test; /** * Created by Paul on 2017/2/12. */ public class SequenceA implements Sequence{ private static int number=0; @Override public int getNumber(){ number=number+1; return number; } }
linpingchuan/misc
java/framework/src/test/java/com/moon/threadlocal/SequenceA.java
Java
gpl-2.0
272
/* * Synopsys DesignWare 8250 driver. * * Copyright 2011 Picochip, Jamie Iles. * Copyright 2013 Intel Corporation * * 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 th...
fredericgermain/linux-sunxi
drivers/tty/serial/8250/8250_dw.c
C
gpl-2.0
12,111
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>numpy.polynomial.laguerre.lagint &mdash; NumPy v1.10 Manual</title> <link rel="stylesheet" type="text/css" href="../../static_/css/spc-bootstrap.css"> <link rel="stylesheet" type="text/css" href="../../static_/css/spc-extend.css"> ...
platinhom/ManualHom
Coding/Python/numpy-html-1.10.1/reference/generated/numpy.polynomial.laguerre.lagint.html
HTML
gpl-2.0
13,464
<!DOCTYPE html> <html> <!-- Mirrored from www.w3schools.com/jquery/tryjquery_event_unbind.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:36:08 GMT --> <head> <script src="../../ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script> $(document).ready(function(){ $("p").clic...
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jquery/tryjquery_event_unbind.html
HTML
gpl-2.0
795
<?php /* * This file is part of the Eventum (Issue Tracking System) package. * * @copyright (c) Eventum Team * @license GNU General Public License, version 2 or later (GPL-2+) * * For the full copyright and license information, * please see the COPYING and AUTHORS files * that were distributed with this source...
mariadb-corporation/eventum
src/Controller/SignupController.php
PHP
gpl-2.0
2,410
# simpleSound.py # Plays audio files on Linux and Windows. # Written Jan-2008 by Timothy Weber. # Based on (reconstituted) code posted by Bill Dandreta at <http://www.velocityreviews.com/forums/t337346-how-to-play-sound-in-python.html>. import platform if platform.system().startswith('Win'): from winsound import ...
teejaydub/khet
simpleSound.py
Python
gpl-2.0
1,290
# -*- coding: utf-8 -*- # Copyright 2011 Christoph Reiter <reiter.christoph@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) an...
elbeardmorez/quodlibet
quodlibet/quodlibet/ext/events/inhibit.py
Python
gpl-2.0
2,526
#include "../ProtocolCommand.h" //#include <sqlite3.h> using namespace org::esb::net; using namespace org::esb::hive; using namespace std; class CreateHive:public ProtocolCommand { private: Socket * socket; public: ~CreateHive () { } CreateHive (TcpSocket * socket) { this->socket = socket; this->is = s...
psychobob666/MediaEncodingCluster
src/org/esb/hive/protocol/CreateHive.cpp
C++
gpl-2.0
1,553
<?php namespace SimpleCalendar\plugin_deps; /** * This file is part of the Carbon package. * * (c) Brian Nesbitt <brian@nesbot.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /* * Unknown default region, use the first alpha...
projectestac/wordpress-gce
third-party/nesbot/carbon/src/Carbon/Lang/sgs.php
PHP
gpl-2.0
375
using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Linq; using System.Net.Http.Headers; using System.Web.Http; using System.Web.Http.Description; using Sudoku.Areas.HelpPage.Models; namespace Sudoku.Areas...
swilson96/sudoku-web-solver
Sudoku/Areas/HelpPage/HelpPageConfigurationExtensions.cs
C#
gpl-2.0
13,692
/* This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will...
ratschlab/ASP
src/shogun/lib/slep/overlapping/overlapping.cpp
C++
gpl-2.0
26,209
/** Select # What? # Part of my "Responsive Menu Concepts" article on CSS-Tricks http://css-tricks.com/responsive-menu-concepts # 2012 by Tim Pietrusky # timpietrusky.com **/
evasmidt/allsafe-drupal
themes/custom/allsafe/js/scripts.js
JavaScript
gpl-2.0
191
/***************************************************************************** * slider_manager.cpp : Manage an input slider ***************************************************************************** * Copyright (C) 2000-2005 the VideoLAN team * $Id: input_manager.cpp 14556 2006-03-01 19:56:34Z fkuehne $ * * A...
scs/uclinux
user/blkfin-apps/vlc/vlc-0.8.6b/modules/gui/wxwidgets/input_manager.cpp
C++
gpl-2.0
13,723
<?php defined('IN_IA') or exit('Access Denied');?> <div id="footer"> <span class="pull-left"> <p><?php if(empty($_W['setting']['copyright']['footerleft'])) { ?>Powered by <a href="http://www.weixfu.cn"><b>关于微服务</b></a> v<?php echo IMS_VERSION;?> &copy; 2014 <a href="http://www.weixfu.cn">www.weixfu.cn</a><?php }...
JoelPub/wordpress-amazon
order/data/tpl/web/default/common/footer.tpl.php
PHP
gpl-2.0
825
<?php /** * Load our components using a static wrapper */ namespace MakeitWorkPress\WP_Components; use WP_Error as WP_Error; defined( 'ABSPATH' ) or die( 'Go eat veggies!' ); class Build { /** * Renders generic template for an atom or molecule. * * @param string $type The type, eith...
leichim/waterfall
vendor/makeitworkpress/wp-components/src/build.php
PHP
gpl-2.0
10,695
<!DOCTYPE html> <html> <head> <title>Asterisk Project : Asterisk 12 Recordings REST API</title> <link rel="stylesheet" href="styles/site.css" type="text/css" /> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body class="theme-default aui-theme-default">...
truongduy134/asterisk
doc/Asterisk-Admin-Guide/Asterisk-12-Recordings-REST-API_22773916.html
HTML
gpl-2.0
11,615
/***************************************************************************** * m3u.c : M3U playlist format import ***************************************************************************** * Copyright (C) 2004 VLC authors and VideoLAN * $Id: 02a95984d5fe1968163cb435268a9874f0c65eb9 $ * * Authors: Clément Ste...
sunqueen/vlc-2.2.0-rc2.32-2013
modules/demux/playlist/m3u.c
C
gpl-2.0
11,910
#!/usr/bin/env python # # testlibbind_ns_msg.py - Unit tests for the libbind ns_msg wrapper # # This file is part of Strangle. # # Strangle 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...
jhs/strangle
test/testlibbind_ns_msg.py
Python
gpl-2.0
2,294
<?php // notin to do here
fundar/curul-wp
wp-content/plugins/wordpress-social-login/utilities/index.php
PHP
gpl-2.0
28
/* * Copyright (c) 2013, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
akunft/fastr
com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/UpdateAttr.java
Java
gpl-2.0
12,281
#! /usr/bin/env python3 ''' given a list of stock price ticks for the day, can you tell me what trades I should make to maximize my gain within the constraints of the market? Remember - buy low, sell high, and you can't sell before you buy. Sample Input 19.35 19.30 18.88 18.93 18.95 19.03 19.00 18.97 18.97 18.98 '''...
benosment/daily-exercises
easy-249.py
Python
gpl-2.0
1,302
<?php /******************************************************************************* Copyright 2005,2009 Whole Foods Community Co-op This file is part of Fannie. Fannie is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by t...
joelbrock/ELFCO_CORE
fannie/item/scaleDelete.php
PHP
gpl-2.0
3,895
package com.yao.app.java.nio.pipe; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.channels.Pipe; public class Test { public static void main(String[] args) { try { Pipe pipe = Pipe.open(); Thread t1 = new Thread(new MessageOutput(pipe)); Thread...
yaolei313/hello-world
utils/src/main/java/com/yao/app/java/nio/pipe/Test.java
Java
gpl-2.0
2,218
################################################################ # LiveQ - An interactive volunteering computing batch system # Copyright (C) 2013 Ioannis Charalampidis # # 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 ...
wavesoft/LiveQ
liveq-jobmanager/jobmanager/io/teamqueue.py
Python
gpl-2.0
1,361
# # Makefile for the WatchDog device drivers. # # Only one watchdog can succeed. We probe the ISA/PCI/USB based # watchdog-cards first, then the architecture specific watchdog # drivers and then the architecture independent "softdog" driver. # This means that if your ISA/PCI/USB card isn't detected that # you can fall...
mcdope/android_kernel_infotm_imapx800
drivers/watchdog/Makefile
Makefile
gpl-2.0
5,283
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.SessionState; using System.Data; namespace Schoolxm.html { /// <summary> /// Home 的摘要说明 /// </summary> public class Home : IHttpHandler, IRequiresSessionState { public void ProcessRequest...
zhouchm/School
SchoolAll/SchoolxmWeb/Schoolxm/Home.ashx.cs
C#
gpl-2.0
1,725
thm-bus-seat-reservation ========================
umt-pk-cs356/thm-bus-seat-reservation
README.md
Markdown
gpl-2.0
50
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <CL/cl.h> unsigned char *read_buffer(char *file_name, size_t *size_ptr) { FILE *f; unsigned char *buf; size_t size; /* Open file */ f = fopen(file_name, "rb"); if (!f) return NULL; /* ...
xianggong/m2c_unit_test
test/integer/sub_sat_char2char2/sub_sat_char2char2_src.c
C
gpl-2.0
10,934
<?php $count=0; ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <section id="post-<?php the_ID(); ?>" <?php ++$count%2 ? post_class( 'archive col-1-2' ) : post_class( 'archive col-1-2 reverse' ); ?>> <?php the_post_thumbnail( 'steampunkd_sm-post-thumb' ); ?> <header><a href=...
bekahsealey/steampunkd
content-archive.php
PHP
gpl-2.0
1,429
<?php defined('_JEXEC') or die('Restricted access'); ?> <div class="item"> <a href="javascript:ImageManager.populateFields('<?php echo $this->_tmp_img->path_relative; ?>')"> <img src="<?php echo $this->baseURL.'/'.$this->_tmp_img->path_relative; ?>" width="<?php echo $this->_tmp_img->width_60; ?>" height="...
shafiqissani/Jewelery-Ecommerce-
administrator/components/com_media/views/imageslist/tmpl/default_image.php
PHP
gpl-2.0
657
### Forum URL root https://api-testing-conference.herokuapp.com/v1.0/ ### Forum webapplication https://forum-testing.herokuapp.com/v1.0/ ### Swagger API definition https://app.swaggerhub.com/apis/twiindan/forum-conference/1.0.0 ### Tools POSTMAN: https://www.getpostman.com/ <br> CHARLES PROXY: https://www.charlesp...
twiindan/forum
urls.md
Markdown
gpl-2.0
469
/* * arch/i386/mm/ioremap.c * * Re-map IO memory to kernel address space so that we can access it. * This is needed for high PCI addresses that aren't mapped in the * 640k-1MB IO memory area on PC's * * (C) Copyright 1995 1996 Linus Torvalds */ #include <linux/vmalloc.h> #include <asm/io.h> #include <asm/pgall...
dduval/kernel-rhel3
arch/i386/mm/ioremap.c
C
gpl-2.0
5,360
/* * linux/kernel/fork.c * * Copyright (C) 1991, 1992 Linus Torvalds */ /* * 'fork.c' contains the help-routines for the 'fork' system call * (see also entry.S and others). * Fork is rather simple, once you get the hang of it, but the memory * management can be a bitch. See 'mm/memory.c': 'copy_page_range(...
j0n3lson/linux-2.6.22.19-cs370
kernel/fork.c
C
gpl-2.0
41,833
import random import time from flask import ( request, session, flash, redirect, url_for, Response, render_template, ) from NossiPack.Cards import Cards from NossiPack.User import Userlist from NossiPack.VampireCharacter import VampireCharacter from NossiPack.krypta import DescriptiveError...
x4dr/NossiNet
NossiSite/extra.py
Python
gpl-2.0
9,041
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright held by original author \\/ M anipulation | ------------------...
Unofficial-Extend-Project-Mirror/openfoam-extend-Core-OpenFOAM-1.5-dev
src/OpenFOAM/primitives/Scalar/floatScalar/floatScalar.C
C++
gpl-2.0
1,619
/* Company : Nequeo Pty Ltd, http://www.nequeo.com.au/ * Copyright : Copyright © Nequeo Pty Ltd 2016 http://www.nequeo.com.au/ * * File : EndpointInterface.h * Purpose : SIP Endpoint Interface class. * */ /* Permission is hereby granted, free of charge, to any person obtaining a copy of thi...
drazenzadravec/nequeo
Source/Android/Components/Net/NequeoAndroidPjSip/NequeoAndroidPjSip/EndpointInterface.h
C
gpl-2.0
2,157
<?php /** * @package Joomla.Administrator * @subpackage com_privacy * * @copyright Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\HTML\HTMLHelper; use Joomla...
astridx/joomla-cms
administrator/components/com_privacy/tmpl/request/default.php
PHP
gpl-2.0
3,149
## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # https://morningstarsecurity.com/research/whatweb ## Plugin.define do name "ExtremeWare" authors [ "Brendan Coles <bcoles@gmail.c...
urbanadventurer/WhatWeb
plugins/extremeware.rb
Ruby
gpl-2.0
1,295
--- layout: post title: 灵魂选择自己的伴侣 - 阳志平 category: literature tags: modern_times --- ![](https://cdn.kelu.org/blog/tags/literature.jpg) 许久没有看文艺味道的文章了。转载一篇。原文链接<https://gist.github.com/ouyangzhiping/aa44edcc7f7cbb6888805617bcb1b4d6> 以下是原文: **灵魂选择自己的伴侣,少年选择自己的城市**。异类需要与异类在一起。欢迎各位来参加开智部落成立典礼。今天,我要跟大家分享一位异类的故事。 ## 我必须徒...
kelvinblood/kelvinblood.github.com
_posts/2017-10-18-choose-the-soul.md
Markdown
gpl-2.0
20,982
<?php get_header(); ?> <div id="content" class="grid_9 <?php echo of_get_option('blog_sidebar_pos') ?>"> <?php include_once (TEMPLATEPATH . '/title.php');?> <?php if (have_posts()) : while (have_posts()) : the_post(); // The following determines what the post fo...
hoangluanlee/dlbh
wp-content/themes/theme1762/index.php
PHP
gpl-2.0
1,311