code
stringlengths
4
1.01M
language
stringclasses
2 values
package com.carpoolsophia; import java.util.concurrent.ExecutionException; import org.json.JSONException; import org.json.JSONObject; import android.app.Fragment; import android.os.AsyncTask; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import andro...
Java
//--------------------------------------------------------------------------- // NEOPOP : Emulator as in Dreamland // // Copyright (c) 2001-2002 by neopop_uk //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- // Th...
Java
<!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> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
Java
/* * fs/fs-writeback.c * * Copyright (C) 2002, Linus Torvalds. * * Contains all the functions related to writing back and waiting * upon dirty inodes against superblocks, and writing back dirty * pages against inodes. ie: data writeback. Writeout of the * inode itself is not handled here. * * 10Apr2002 Andr...
Java
/* * Copyright (C) 2011-2012 ArkCORE2 <http://www.arkania.net/> * Copyright (C) 2010-2012 Project SkyFire <http://www.projectskyfire.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...
Java
/* Hey EMACS -*- linux-c -*- */ /* $Id: toolbar.h 4392 2011-08-01 09:24:05Z debrouxl $ */ /* TiLP - Tilp Is a Linking Program * Copyright (C) 1999-2006 Romain Lievin * * 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 ...
Java
(function ($, window, document) { "use strict"; $(document).on( 'ready', function(){ var $body = $('body'), $topbar = $( document.getElementById('topbar') ), $products_sliders = $('.products-slider-wrapper, .categories-slider-wrapper'); /************************...
Java
package com.yh.admin.bo; import java.util.Date; import com.yh.platform.core.bo.BaseBo; public class UserAgent extends BaseBo { private static final long serialVersionUID = 2715416587055228708L; private Long userAgentOid; private Long systemPositionOid; private String userId; // 被代理人 private ...
Java
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <imprec@gmail.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPExiftool\Driver\Tag\File; use PHPExiftool\Driver\AbstractTag; class Previe...
Java
<?php /** * @version $Id: blog.php 20960 2011-03-12 14:14:00Z chdemko $ * @package Chola.Site * @subpackage com_content * @copyright Copyright (C) 2005 - 2011 Cholalabs Software LLP. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct access defined('...
Java
local function isBotAllowed (userId, chatId) local hash = 'anti-bot:allowed:'..chatId..':'..userId local banned = redis:get(hash) return banned end local function allowBot (userId, chatId) local hash = 'anti-bot:allowed:'..chatId..':'..userId redis:set(hash, true) end local function disallowBot (userId, cha...
Java
/* Cabal - Legacy Game Implementations * * Cabal is the legal property of its developers, whose names * are too numerous to list here. Please refer to the COPYRIGHT * file distributed with this source distribution. * * This program is free software; you can redistribute it and/or * modify it under the terms of t...
Java
/* Copyright (c) 2014, 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 in the hop...
Java
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Language" content="zh-CN"><link href="stylesheet.css" media="all" rel="stylesheet" type="text/css">...
Java
if (Meteor.isServer) { var //// A lookup-table whose keys are generated each time an ‘you.register’ form is rendered using the `babelslug()` method. //// The key is a babelslug, followed by hyphen, followed by a Meteor connection ID (like a session ID for anon users). //// The value is the ...
Java
#pragma once #include <string> class GameSettings { private: int m_nFPS = 60; std::string m_strPath = "../Settings.ini"; private: GameSettings(); void Load(); void Save(); static GameSettings& GetInstance(); public: static int FPS(); };
Java
package org.rebecalang.modeltransformer.ros.timedrebeca; import java.util.HashMap; import java.util.Map; import org.rebecalang.compiler.modelcompiler.corerebeca.CoreRebecaTypeSystem; import org.rebecalang.compiler.modelcompiler.corerebeca.objectmodel.BinaryExpression; import org.rebecalang.compiler.modelcompiler.core...
Java
/* * Copyright (C) 2007 Red Hat, Inc. All rights reserved. * * This file is part of LVM2. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions * of the GNU Lesser General Public License v.2.1. * * You should have receiv...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Mon Jul 03 11:07:20 PDT 2000 --> <TITLE> : Class Ins_dup2 </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF N...
Java
#!/usr/bin/perl =head1 NAME TMI pokal_sent.pl =head1 SYNOPSIS TBD =head1 AUTHOR admin@socapro.com =head1 CHANGELOG 2015-06-09 Thomas: Added Session Management =head1 COPYRIGHT Copyright (c) 2015, SocaPro Inc. Created 2015-06-09 =cut use lib '/tmapp/tmsrc/cgi-bin/'; use TMSession; my $session = TMSession:...
Java
/* * The ManaPlus Client * Copyright (C) 2013-2015 The ManaPlus Developers * * This file is part of The ManaPlus Client. * * 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...
Java
<?php /** * HTML attribute filters. * Most of these functions filter the generic values from the framework found in hoot/functions/attr.php * Attributes for non-generic structural elements (mostly theme specific) can be loaded in this file. * * @package hoot * @subpackage responsive-brix * @since responsive-brix...
Java
Photoshop files, icons, transparency images, anything that has been edited and is not an original photograph.
Java
var iconhead={ title:"Icon Heading Shortcode", id :'oscitas-form-iconhead', pluginName: 'iconhead', setRowColors:false }; (function() { _create_tinyMCE_options(iconhead,800); })(); function create_oscitas_iconhead(pluginObj){ if(jQuery(pluginObj.hashId).length){ jQuery(pluginObj.hashI...
Java
using System; using System.Threading.Tasks; using System.Windows.Threading; using Disp = System.Windows.Threading.Dispatcher; using Op = System.Windows.Threading.DispatcherOperation; using DO = System.Windows.Threading.DispatcherObject; using static System.Array; namespace AphidUI { public static class ...
Java
<?php /** * @desc Modify from component Media Manager of Joomla * */ // Check to ensure this file is included in Joomla! defined('_JEXEC') or die( 'Restricted access' ); jimport('joomla.filesystem.file'); jimport('joomla.filesystem.folder'); /** * Weblinks Weblink Controller * * @package Joomla * @subpackage...
Java
# Rshell A simple command shell designed by Trevor Smith and Chianh Wu. ## What it does (currently) This shell will handle standard command line programs and their arguments. Similarly, these commands can be linked with `&&`,`||`, or `;`. We are orking on adding precidence via parentheses. The shell itself will also h...
Java
--- name: Feature request about: Please consider reporting directly to https://github.com/magento/community-features --- <!--- Important: This repository is intended only for Magento 2 Technical Issues. Enter Feature Requests at https://github.com/magento/community-features. Project stakeholders monitor and manage re...
Java
<!DOCTYPE html> <html> <h1>muppets_mug5</h1> <p> BOLD: 2/2 correct and 0/2false</p> <p> SIFT: 0/2 correct and 2/2false</p><br> <img src = "../../../BVD_M01/muppets_mug/muppets_mug5.jpg" alt = "muppets_mug5.html" style= " width:320px;height:240px;"> <h1> Falsely compared to: </h1><br> <img src = "../../../" alt = "" st...
Java
/** @mainpage SOIL Jonathan Dummer 2007-07-26-10.36 Simple OpenGL Image Library A tiny c library for uploading images as textures into OpenGL. Also saving and loading of images is supported. I'm using Sean's Tool Box image loader as a base: http://www.nothings.org/ I'm upgrading it to loa...
Java
/* Google HTML5 slides template Authors: Luke Mahé (code) Marcin Wichary (code and design) Dominic Mazzoni (browser compatibility) Charles Chen (ChromeVox support) URL: http://code.google.com/p/html5slides/ */ /* Framework */ html { height: 100%; } body { marg...
Java
/* Linux PINMUX.C */ #include <asm/arch/am_regs.h> #include <asm/arch/am_eth_reg.h> #include <asm/arch/pinmux.h> int clear_mio_mux(unsigned mux_index, unsigned mux_mask) { unsigned mux_reg[] = {PERIPHS_PIN_MUX_0, PERIPHS_PIN_MUX_1, PERIPHS_PIN_MUX_2,PERIPHS_PIN_MUX_3, PERIPHS_PIN_MUX_4,PERIPHS_PIN_MUX_5,PERIPH...
Java
<?php /** * @version $Id: helper.php 20228 2011-01-10 00:52:54Z eddieajau $ * @package Joomla.Site * @subpackage mod_stats * @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // no direct ac...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Sun Feb 15 12:26:30 PST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.a...
Java
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
Java
//------------------------------------------------------------------------------ // <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....
Java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package pt.jkaiui.core.messages; import java.util.regex.Matcher; import java.util.regex.Pattern; import pt.jkaiui.core.KaiString; import pt.jkaiui.manager.I_InMessage; /** * * @author yuu@akron */ public class Conne...
Java
#ifndef NO_OGL //OpenGL library #pragma comment( lib, "OpenGL32" ) // MFC #include "stdafx.h" //GUI #include "MainWnd.h" #include "FullscreenSettings.h" // Internals #include "../System.h" #include "../gba/GBA.h" #include "../gba/Globals.h" #include "../Util.h" #include "../gb/gbGlobals.h" #include "../common/memgz...
Java
/* asn.h * * Copyright (C) 2006-2016 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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) a...
Java
/* * Customer code to add GPIO control during WLAN start/stop * Copyright (C) 1999-2010, Broadcom Corporation * * Unless you and Broadcom execute a separate written software license * agreement governing use of this software, this software is licensed to you * under the terms of the GNU General Public License ver...
Java
// Test for method java.util.IllegalFormatPrecisionException.getClass().getFields() // Copyright (C) 2012 Pavel Tisnovsky <ptisnovs@redhat.com> // This file is part of Mauve. // Mauve is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // th...
Java
# Turn Off the Lights Browser Extension <img alt="Turn Off the Lights Browser Extension Logo" src="https://github.com/turnoffthelights/Turn-Off-the-Lights-Chrome-extension/blob/master/src/icons/icon48.png" align="left" style="padding: 0 10px 5px 0"> **Turn Off the Lights** is a popular browser extension that works on...
Java
/** ============================================================================ * @file zsp800m_map.c * * @path $(APUDRV)/gpp/src/arch/ZSP800M/ * * @desc Defines the configuration mapping information for the APU DRIVER * driver. * * @ver 0.01.00.00 * ====================================...
Java
<?php $consumer_key = $_GET['1']; $consumer_secret = $_GET['2']; $oauth_access_token = $_GET['3']; $oauth_access_token_secret = $_GET['4']; switch($_GET['url']) { case 'timeline': $rest = 'statuses/user_timeline' ; $params = Array('count' => $_GET['count'], 'include_rts' => $_GET['include_rts'], 'exclude_...
Java
#if !defined(__MAC80211_DRIVER_TRACE) || defined(TRACE_HEADER_MULTI_READ) #define __MAC80211_DRIVER_TRACE #include <linux/tracepoint.h> #include <net/mac80211.h> #include "ieee80211_i.h" #undef TRACE_SYSTEM #define TRACE_SYSTEM mac80211 #define MAXNAME 32 #define LOCAL_ENTRY __array(char, wiphy_name, 32) #define LO...
Java
import win32pipe import win32console import win32process import time import win32con import codecs import ctypes user32 = ctypes.windll.user32 CONQUE_WINDOWS_VK = { '3' : win32con.VK_CANCEL, '8' : win32con.VK_BACK, '9' : win32con.VK_TAB, '12' : win32con.VK_CLEAR, '13' : win32con.V...
Java
class EventsController < ApplicationController before_filter :authorize_organizer, except: [:index, :show] def index @events_upcoming = Event.paginate(page: params[:page_upcoming], :per_page => 5).upcoming() @events_past = Event.paginate(page: params[:page_past], :per_page => 5).past() @events_past_cou...
Java
<?php global $woocommerce; ?> <?php $woocommerce->show_messages(); ?> <?php do_action('woocommerce_before_customer_login_form'); ?> <?php if (get_option('woocommerce_enable_myaccount_registration')=='yes') : ?> <div class="col2-set" id="customer_login"> <div class="col-1"> <?php endif; ?> <h2><?...
Java
#!/bin/bash # ########################################################### # copie_clepub_veyon.sh # Ce script est à lancer sur les clients veyon # Il recupère la clé publique "teacher" du poste "maitre" veyon # 20180327 ########################################################## DATE1=$(date +%F+%0kh%0M) #Couleurs ROUG...
Java
$('#section').on('click', '[id$="Empty"]', function(event) { event.preventDefault(); var match = /(.+)Empty/.exec($(event.target).closest('.unwell').attr('id')); var id = match[1]; var emptyId = match[0]; $('#'+id).trigger('addrow'); $('#'+emptyId).addClass('hidden'); return false; }); $('#section').on(...
Java
/* * EffecTV for Android * Copyright (C) 2013 Morihiro Soft * * MatrixTV.h : * * 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...
Java
jQuery(function($){ $.supersized({ //Functionality slideshow : 1, //Slideshow on/off autoplay : 1, //Slideshow starts playing automatically start_slide : 1, //Start slide (0 is random) slide_interval ...
Java
/* * This file is part of the coreboot project. * * Copyright (C) 2012 ChromeOS Authors * * 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 d...
Java
package com.mmm.product.domain; import java.io.Serializable; public class ShippingDetails implements Serializable{ private static final long serialVersionUID = 5941389959992371612L; }
Java
package org.jiserte.bioformats.readers.phylip; import org.jiserte.bioformats.readers.faults.AlignmentReadingFault; public class FirstBlockLinePhylipFault extends AlignmentReadingFault { public FirstBlockLinePhylipFault() { super(); this.setMessage("Sequences in the first block of data must have a descriptio...
Java
<?php /*======================================================================= // File: BACKEND.INC.PHP // Description: All various output backends for QR barcodes available // Created: 2008-08-01 // Ver: $Id: backend.inc.php 1504 2009-07-06 13:34:57Z ljp $ // // Copyright (c) 2008 Adi...
Java
namespace Tipshare { partial class Tipshare { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param ...
Java
using SFML.Graphics; using SFML.Window; namespace LudumDare.ParticleSystem { public class Emitter { public Vector2f Position; public int ParticlesSpawnRate; public float Spread; public Color Color; } }
Java
/* SDL - Simple DirectMedia Layer Copyright (C) 1997-2012 Sam Lantinga This library 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 License, or (at your op...
Java
/* Copyright (c) 2006 Paolo Capriotti <p.capriotti@gmail.com> (c) 2006 Maurizio Monge <maurizio.monge@kdemail.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...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_04) on Thu May 15 10:36:11 IDT 2014 --> <title>Painter (Codename One API)</title> <meta name="date" content="2014-05-15"> <link rel="st...
Java
# class.upload by verot.net ## contributor github.com/paulds #### v0.31 Download from verot.net/php_class_upload_download.htm This version is not PHP 5.3 compatible
Java
/* * Freeplane - mind map editor * Copyright (C) 2008 Joerg Mueller, Daniel Polansky, Christian Foltin, Dimitry Polivaev * * This file is modified by Felix Natter in 2013. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi...
Java
/* * @author Philip Stutz * @author Francisco de Freitas * * Copyright 2011 University of Zurich * * 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://w...
Java
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ /*** 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...
Java
// logs.cpp // // Rivendell web service portal -- Log services // // (C) Copyright 2013,2016 Fred Gleason <fredg@paravelsystems.com> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Free Software F...
Java
/*************************************************************************** Copyright (C) 2003-2009 Robby Stephenson <robby@periapsis.org> ***************************************************************************/ /*************************************************************************** * ...
Java
<?php /** * @Project NUKEVIET 4.x * @Author VINADES.,JSC (contact@vinades.vn) * @Copyright (C) 2014 VINADES.,JSC. All rights reserved * @Language Tiếng Việt * @License CC BY-SA (http://creativecommons.org/licenses/by-sa/4.0/) * @Createdate Mar 04, 2010, 03:22:00 PM */ if (!defined('NV_ADMIN') or !defined('NV_M...
Java
/* -*- c++ -*- ---------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
Java
// Copyright 2013 Dolphin Emulator Project // Licensed under GPLv2 // Refer to the license.txt file included. #include <cstddef> #include <string> #include <vector> #include <wx/chartype.h> #include <wx/defs.h> #include <wx/dynarray.h> #include <wx/event.h> #include <wx/frame.h> #include <wx/gdicmn.h> #include <wx/lis...
Java
/***************************************************************************** * Free42 -- an HP-42S calculator simulator * Copyright (C) 2004-2016 Thomas Okken * * 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 publish...
Java
/* * mpc8610-pcm.h - ALSA PCM interface for the Freescale MPC8610 SoC * * 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. */ #ifndef _MPC8610_PCM_H #define _MPC8610_PCM_H struct ...
Java
ALTER TABLE db_version CHANGE COLUMN required_z0652_134_01_mangos_creature_model_info required_z0662_135_01_mangos_mangos_string bit; DELETE FROM mangos_string WHERE entry BETWEEN 1149 AND 1151; INSERT INTO mangos_string VALUES (1149,' (Pool %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (1150,' (Event %i)',NUL...
Java
/* * HT Editor * syssdl.h * * Copyright (C) 2004 Stefan Weyergraf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will b...
Java
/***************************************************/ /*! \class BiQuad \brief STK biquad (two-pole, two-zero) filter class. This class implements a two-pole, two-zero digital filter. Methods are provided for creating a resonance or notch in the frequency response while maintaining a constant filter ga...
Java
/* * 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. *...
Java
<div><p><br/></p></div><div class="container"> <div class="row"> <div id="index" class="col-md-3"> <div > <div class="panel panel-default"> <div class="panel-heading">Classes</div> <div class="panel-body"><a href="/docs/api/BB_Frame"><span class="indent" style="padding-left:14px;"><i class="...
Java
import urllib2 import appuifw, e32 from key_codes import * class Drinker(object): def __init__(self): self.id = 0 self.name = "" self.prom = 0.0 self.idle = "" self.drinks = 0 def get_drinker_list(): data = urllib2.urlopen("http://192.168.11.5:8080/drinkcounter/get_da...
Java
package com.mikesantiago.mariofighter; import static com.mikesantiago.mariofighter.GlobalVariables.PPM; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.physics....
Java
#include "exec/def-helper.h" #ifdef CONFIG_TCG_PLUGIN DEF_HELPER_FLAGS_4(tcg_plugin_pre_tb, 0, void, i64, i64, i64, i64) #endif DEF_HELPER_2(exception, noreturn, env, i32) DEF_HELPER_3(exception_cause, noreturn, env, i32, i32) DEF_HELPER_4(exception_cause_vaddr, noreturn, env, i32, i32, i32) DEF_HELPER_3(debug_except...
Java
<?php class Request { public static function redirect($to) { header('Location: ' . Config::get('url') . $to); } public static function path() { return $_SERVER['REQUEST_URI']; } public static function method() { $method = $_SERVER['REQUEST_METHOD']; if($method === 'PUT') retur...
Java
# show_off_web_app/services
Java
/* Copyright (c) 2012, The Linux Foundation. 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 hope...
Java
/* * Copyright (c) 1998-2011 Caucho Technology -- all rights reserved * * This file is part of Resin(R) Open Source * * Each copy or derived work must preserve the copyright notice and this * notice unmodified. * * Resin Open Source is free software; you can redistribute it and/or modify * it under the terms o...
Java
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // // This file is part of Libmoleculizer // // Copyright (C) 2001-2009 The Molecular Sciences Institute. // //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: // // Moleculizer is free software; you can...
Java
from config import config, ConfigSlider, ConfigSelection, ConfigYesNo, \ ConfigEnableDisable, ConfigSubsection, ConfigBoolean, ConfigSelectionNumber, ConfigNothing, NoSave from enigma import eAVSwitch, getDesktop from SystemInfo import SystemInfo from os import path as os_path class AVSwitch: def setInput(self, inpu...
Java
/* * Network block device - make block devices work over TCP * * Note that you can not swap over this thing, yet. Seems to work but * deadlocks sometimes - you can not swap over TCP in general. * * Copyright 1997-2000, 2008 Pavel Machek <pavel@ucw.cz> * Parts copyright 2001 Steven Whitehouse <steve@chygwyn.com>...
Java
<?php namespace App\Test\Fixture; use Cake\TestSuite\Fixture\TestFixture; /** * ContactsourcesFixture * */ class ContactsourcesFixture extends TestFixture { /** * Fields * * @var array */ public $fields = [ 'id' => ['type' => 'integer', 'length' => 6, 'unsigned' => false, 'null' => false, 'default...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Sat Aug 06 17:04:43 EDT 2005 --> <TITLE> Xalan-Java 2.7.0: Uses of Class org.apache.xpath.functions.FuncCurrent </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">...
Java
#ifndef UTILITIES_H #define UTILITIES_H #include "edge.h" #include <cstring> #include "resume.h" #include <algorithm> #include <vector> #include "Hungarian.h" #include "BipartiteGraph.h" #include "Matrix.h" using namespace std; typedef vector<vector<string>> section; #include "pair_section.h" class PairSection; type...
Java
/* Copyright (C) 1997-2001 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in th...
Java
<?php // $Id$ /** * @file * general functions for mothership */ function mothership_id_safe($string, $vars = "default") { // Replace with dashes anything that isn't A-Z, numbers, dashes, or underscores. if($vars == "remove-numbers"){ $string = strtolower(preg_replace('/[^a-zA-Z_-]+/', '-', $string)); }els...
Java
/* Source for: * Cypress TrueTouch(TM) Standard Product I2C touchscreen driver. * drivers/input/touchscreen/cyttsp-i2c.c * * Copyright (C) 2009, 2010 Cypress Semiconductor, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * vers...
Java
# Again- Remind me
Java
<?php header("Access-Control-Allow-Origin: *"); header("Content-Type: application/json; charset=UTF-8"); global $DB; global $USER; // Require config.php file for database connection // 1 require_once('/home/libecour/public_html/moodle/config.php'); // Get quiz number // 2 $quiz = $_GET['quiz']...
Java
#!/usr/bin/perl use strict; my $head = "download:"; my $output; open ( RULES, $ARGV[0] ) or die; while ( <RULES> ) { chomp; if ( ! m/^#/ and ! m/^\s*$/ ) { @_ = split ( /;/, $_ ); my $file = $_[0]; $head .= " \$(archivedir)/" . $file; $output .= "\$(archivedir)/" . $file . ":\n\tfalse || "; ...
Java
--- layout: default title: (#TBD) Method に関する処理 : Java のコードによるメソッド呼び出し処理 (1) : 呼び出し元(caller側)での invoke 処理 : C2 JIT Compiler が生成したコードの場合 --- [Up](no3059lvH.html) [Top](../index.html) #### (#TBD) Method に関する処理 : Java のコードによるメソッド呼び出し処理 (1) : 呼び出し元(caller側)での invoke 処理 : C2 JIT Compiler が生成したコードの場合 --- #Under Constructi...
Java
/* * AudioCore.c: Implements the JNi interface and handles * * (C) Copyright 2015 Simon Grätzer * Email: simon@graetzer.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; version 2 *...
Java
<?php /** * This file is for debugging and app development purposes only. * Should not be used for front-end features. * Possible purposes are: * -- you want to test the functionality of the methods you created from another registered class. * -- or you may want to test the effective of such algorithms. * */ ...
Java
package cz.vutbr.fit.xfekia00; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.LinkedList; /** * jedno vykonanie skriptu sa uklada ako polozka historie * @author Filip Fekiac */ public class HistoryItem { private final String usedDatabase; // pouzity databazovy system private...
Java