repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
MinecartRapidTransit/MRTPath2
launcher/src/main/java/net/minecartrapidtransit/path/launcher/FileStoreUtils.java
1412
package net.minecartrapidtransit.path.launcher; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; public class FileStoreUtils { private String version; public FileStoreUtils(String versionFile) throws IOException{ BufferedReader br = new BufferedReader(...
gpl-2.0
zearan/icinga2
lib/livestatus/endpointstable.cpp
4193
/****************************************************************************** * Icinga 2 * * Copyright (C) 2012-2016 Icinga Development Team (https://www.icinga.org/) * * * ...
gpl-2.0
nfouka/poo_d8
oop_examples/oop_example_12/src/BusinessLogic/Fruit/Banana.php
258
<?php /** * @file * Banana class. */ namespace Drupal\oop_example_12\BusinessLogic\Fruit; /** * Banana class. */ class Banana extends Fruit { /** * Returns color of the object. */ public function getColor() { return t('yellow'); } }
gpl-2.0
Jackeagle/android_kernel_sony_c2305
arch/arm/mach-picoxcell/include/mach/hardware.h
761
/* * Copyright (c) 2011 Picochip Ltd., Jamie Iles * * This file contains the hardware definitions of the picoXcell SoC devices. * * 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; ei...
gpl-2.0
Seizam/atelierweb
wp-content/themes/nemesis/footer.php
4069
<?php /** * The template for displaying the footer. * * @package WordPress */ ?> </div> </div> <!-- Begin footer --> <div id="footer"> <?php $pp_footer_display_sidebar = get_option('pp_footer_display_sidebar'); if(!empty($pp_footer_display_sidebar)) { $pp_footer_style = get_op...
gpl-2.0
velezj/pods.ptp.object-search.common
src/logging.cpp
2078
#include "logging.hpp" #include <fstream> #include <boost/log/sinks/text_file_backend.hpp> #include <boost/log/utility/setup/file.hpp> #include <boost/log/utility/setup/common_attributes.hpp> #include <boost/log/sinks.hpp> namespace p2l { namespace common { //=====================================================...
gpl-2.0
lamsfoundation/lams
3rdParty_sources/hibernate-core/org/hibernate/dialect/unique/InformixUniqueDelegate.java
1458
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.dialect.unique; import org.hibernate.boot.Metadata; import o...
gpl-2.0
vSlipenchuk/ac100hd
net/wireless/reg.c
61693
/* * Copyright 2002-2005, Instant802 Networks, Inc. * Copyright 2005-2006, Devicescape Software, Inc. * Copyright 2007 Johannes Berg <johannes@sipsolutions.net> * Copyright 2008 Luis R. Rodriguez <lrodriguz@atheros.com> * * This program is free software; you can redistribute it and/or modify * it under the terms...
gpl-2.0
meebey/smuxi-head-mirror
lib/db4o-net/Db4objects.Db4o.Tests/Db4objects.Db4o.Tests/Common/Soda/Arrays/Typed/STArrIntegerTNTestCase.cs
3696
/* Copyright (C) 2004 - 2009 Versant Inc. http://www.db4o.com */ using Db4objects.Db4o.Query; using Db4objects.Db4o.Tests.Common.Soda.Util; using Sharpen; namespace Db4objects.Db4o.Tests.Common.Soda.Arrays.Typed { public class STArrIntegerTNTestCase : SodaBaseTestCase { public int[][][] intArr; pub...
gpl-2.0
georgejhunt/HaitiDictionary.activity
data/words/zaragwa.js
169
showWord(["","Wayòm ki te nan pati Sidwès peyi Ispayola. Se Boyekyo ki te chèf endyen nan wayòm sa a. Kapital wayòm sa a te Lagwana, kounye a yo rele l Leogàn." ])
gpl-2.0
hmatuschek/intrinsic-noise-analyzer
test/steadystatetest.cc
2341
#include "steadystatetest.hh" #include <models/REmodel.hh> #include <models/LNAmodel.hh> #include <models/IOSmodel.hh> #include <models/sseinterpreter.hh> #include <models/steadystateanalysis.hh> #include <eval/jit/engine.hh> #include <parser/sbml/sbml.hh> using namespace iNA; SteadyStateTest::~SteadyStateTest() { ...
gpl-2.0
mgrigioni/oseb
db_scripts/360-370/postgresql/040-FR_3220195.sql
53994
-- 17/03/2011 9h3min12s BRT -- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator INSERT INTO AD_Element (AD_Client_ID,AD_Element_ID,AD_Org_ID,ColumnName,Created,CreatedBy,Description,EntityType,Help,IsActive,Name,PrintName,Updated,UpdatedBy) VALUES (0,1120054,0,'lbr_TaxStatusPIS',TO_TIMESTAMP('2011-03-17 0...
gpl-2.0
marcOcram/Acer-Liquid-MT-Kernel
arch/arm/mach-msm/qdsp5v2/audio_pcm_in.c
20064
/* * pcm audio input device * * Copyright (C) 2008 Google, Inc. * Copyright (C) 2008 HTC Corporation * Copyright (c) 2009-2010, Code Aurora Forum. All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and ...
gpl-2.0
PHOTOX/fuase
ase/ase/db/static/style.css
392
table, th, td {border: 1px solid black; border-collapse: collapse} .right {text-align: right} tr.even {background-color: #FFEEEE} td.right {text-align: right} a {color: #880000; text-decoration: none} a:hover {background-color:#FFCCCC} tr.click:hover {background-color:#FFCCCC} img.right {float: right} div.bar {backgrou...
gpl-2.0
HediMaiza/SmoothieParis
js/vendor/google-maps.js
15335
/**! * The MIT License * * Copyright (c) 2010-2012 Google, Inc. http://angularjs.org * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitati...
gpl-2.0
ForAEdesWeb/AEW32
cache/t3_pages/e8efe7956197beb28b5e158ad88f292e-cache-t3_pages-160aa8f95d30404c7ac89ff054f766d9.php
4524
<?php die("Access Denied"); ?>#x#s:4516:" 1448241693 <!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="zh-tw" lang="zh-tw"> <head> <script type="text/javascript"> var siteurl='/'; ...
gpl-2.0
Fant0m771/commerce
sites/all/modules/custom/last_viewed_products/templates/last_viewed_products.tpl.php
363
<?php foreach ($content as $key => $value): ?> <div class="product-item-viewed product-node-id-<?php print $key; ?>"> <?php print l($value['title'], $value['path']); ?> <?php if (isset($value['image'])): ?> <div class='image-viewed'><img src='<?php print $value['image']; ?>' /></div> <?php...
gpl-2.0
jasonweibel/LetsSolveIt
LetsSolveIt.WebService.SmokeTest/Properties/AssemblyInfo.cs
1470
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("Le...
gpl-2.0
kieranvs/Blockbender
Blockbender/src/kieranvs/avatar/bending/earth/EarthStream.java
4514
package kieranvs.avatar.bending.earth; import java.util.Arrays; import java.util.concurrent.ConcurrentHashMap; import net.minecraft.block.Block; import net.minecraft.entity.EntityLivingBase; import net.minecraft.init.Blocks; import kieranvs.avatar.Protection; import kieranvs.avatar.bending.Ability; import...
gpl-2.0
sumanthsprabhu/atva_tool
parse.cpp
3546
#include <iostream> #include <stdint.h> #include <map> #include <set> #include "macros.h" #include <assert.h> using namespace std; #include <fstream> struct defsetcmp { bool operator() (const pair<uint64_t, uint64_t> &l, const pair<uint64_t, uint64_t> &r) { return (l.first < r.first || l.second < r.second); ...
gpl-2.0
iegor/kdebase
kicker/menuext/recentdocs/recentdocsmenu.cpp
4232
/***************************************************************** Copyright (c) 1996-2000 the kicker authors. See file AUTHORS. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restrictio...
gpl-2.0
Oleh-Kravchenko/asusp535
arch/arm/mach-s3c24xx/mach-bast.c
14795
/* linux/arch/arm/mach-s3c2410/mach-bast.c * * Copyright 2003-2008 Simtec Electronics * Ben Dooks <ben@simtec.co.uk> * * http://www.simtec.co.uk/products/EB2410ITX/ * * 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 * p...
gpl-2.0
facebookexperimental/eden
eden/hg-server/edenscm/mercurial/match.py
53143
# Portions Copyright (c) Facebook, Inc. and its affiliates. # # This software may be used and distributed according to the terms of the # GNU General Public License version 2. # match.py - filename matching # # Copyright 2008, 2009 Matt Mackall <mpm@selenic.com> and others # # This software may be used and distribute...
gpl-2.0
Dining-Engineers/left-luggage-detection
misc/demo/ipython/demo_pclview.py
5742
import numpy as np from OpenGL.GL import * from OpenGL.GLU import * import time import freenect import calibkinect import pykinectwindow as wxwindow # I probably need more help with these! try: TEXTURE_TARGET = GL_TEXTURE_RECTANGLE except: TEXTURE_TARGET = GL_TEXTURE_RECTANGLE_ARB if not 'win' in globals(): ...
gpl-2.0
nwpointer/facultymodule
program.css
5353
/*#discipline{ margin-right: 8px; } .list li p{ font-size: 14px; } .list li h3{ font-size: 16px; margin-bottom: -4px; margin-top: 8px; } .pagination, .pag-nav{ width: 100%; position: relative; left: -25px; list-style: none; } .pag-nav{ margin-bottom:-29.5px; } .pag-nav li{ position: relative; ...
gpl-2.0
davidkuhner/GitHubWin8
GitHubWin8Phone/LocalizedStrings.cs
360
using GitHubWin8Phone.Resources; namespace GitHubWin8Phone { /// <summary> /// Provides access to string resources. /// </summary> public class LocalizedStrings { private static AppResources _localizedResources = new AppResources(); public AppResources LocalizedResources { get { r...
gpl-2.0
georgejhunt/HaitiDictionary.activity
data/words/TwouyoMildr~ed_Trouillot.js
80
showWord(["np. ","Avoka, politisyen. Madanm prezidan Jean Bertrand Aristide." ])
gpl-2.0
cnexus/NexTKernel-d2spr
arch/arm/mach-msm/acpuclock-krait.c
31611
/* * Copyright (c) 2011-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 ...
gpl-2.0
dubasdey/MQQueueMonitor
src/main/java/org/erc/qmm/mq/MessageReadedListener.java
659
package org.erc.qmm.mq; import java.util.EventListener; /** * The listener interface for receiving messageReaded events. * The class that is interested in processing a messageReaded * event implements this interface, and the object created * with that class is registered with a component using the * component's ...
gpl-2.0
solvery/lang-features
python/use_lib/re.4.py
204
import re p = re.compile(r'(\w+) (\w+)(?P<sign>.*)', re.DOTALL) print re.DOTALL print "p.pattern:", p.pattern print "p.flags:", p.flags print "p.groups:", p.groups print "p.groupindex:", p.groupindex
gpl-2.0
EloYGomeZ/test_kernel_g620s
sound/soc/msm/qdsp6v2/q6adm.c
55954
/* Copyright (c) 2012-2014, 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...
gpl-2.0
sunnyden/reactos
drivers/input/i8042prt/pnp.c
27818
/* * PROJECT: ReactOS i8042 (ps/2 keyboard-mouse controller) driver * LICENSE: GPL - See COPYING in the top level directory * FILE: drivers/input/i8042prt/pnp.c * PURPOSE: IRP_MJ_PNP operations * PROGRAMMERS: Copyright 2006-2007 Hervé Poussineau (hpoussin@reactos.org) * Copyright 2...
gpl-2.0
whiteboss/motora
library/Qlick/Sauth/SocialException.php
2575
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license an...
gpl-2.0
milhomem/controller
backend/src/sistema/include/mods/Controller.pm
73414
#!/usr/bin/perl # # Controller - is4web.com.br # 2007 - 2011 package Controller; require 5.008; require Exporter; #use strict; use vars qw(@ISA $VERSION $INSTANCE %SWITCH); #CONTROLLER use Controller::DBConnector; use Controller::SQL; use Controller::LOG; use Controller::Date; use Controlle...
gpl-2.0
zjohn4/PD2-lua-src
lib/managers/mission/elementplayerspawner.lua
1095
core:import( "CoreMissionScriptElement" ) ElementPlayerSpawner = ElementPlayerSpawner or class( CoreMissionScriptElement.MissionScriptElement ) function ElementPlayerSpawner:init( ... ) ElementPlayerSpawner.super.init( self, ... ) managers.player:preload() end -- Returns a value function ElementPlayerSpawner:val...
gpl-2.0
gabry3795/android_kernel_huawei_mt7_l09
drivers/vendor/hisi/modem/med/common/inc/codec/codec_op_etsi.h
8235
#ifndef __CODEC_COM_ETSI_OP_H__ #define __CODEC_COM_ETSI_OP_H__ /***************************************************************************** 1 ÆäËûÍ·Îļþ°üº¬ *****************************************************************************/ #ifndef _MED_C89_ #include "codec_op_etsi_hifi.h" #endif #ifdef __cplusplu...
gpl-2.0
CzBiX/Telegram
TMessagesProj/src/main/java/com/google/android/exoplayer2/ext/flac/LibflacAudioRenderer.java
2743
/* * Copyright (C) 2016 The Android Open Source Project * * 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 app...
gpl-2.0
jhallen/joe-editor
joe/uerror.c
11705
/* * Compiler error handler * Copyright * (C) 1992 Joseph H. Allen * * This file is part of JOE (Joe's Own Editor) */ #include "types.h" /* Error database */ typedef struct error ERROR; struct error { LINK(ERROR) link; /* Linked list of errors */ long line; /* Target line number */ long org; /* Original ...
gpl-2.0
davepkennedy/quake2_py
quake2-3.21/macosx/Help/English/pgs/201.html
4565
<HTML> <HEAD> <META HTTP-EQUIV="content-type" CONTENT="text/html;charset=iso-8859-1"> <TITLE>Using mission packs by dragging them onto the Quake II application icon</TITLE> <META NAME="copyright" CONTENT="Copyright 2002 Fruitz Of Dojo. All Rights Reserved."> <META NAME="description" ...
gpl-2.0
guti0630/PryGitHub
README.md
43
# PryGitHub Proyecto para usa desde Github
gpl-2.0
ForAEdesWeb/AEW32
administrator/components/com_quickcontent/windwalker/html/grid.php
9645
<?php /** * @package Windwalker.Framework * @subpackage class * * @copyright Copyright (C) 2012 Asikart. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @author Generated by AKHelper - http://asikart.com */ // no direct access defined('_JEXEC') or...
gpl-2.0
vladcazacu/Wordpress-HMVC
wp-content/themes/hmvc/core/classes/metabox.php
805
<?php class Metabox { public static $boxes = array(); /** * @static * @param $type * @param $options * @return Metabox */ public static function factory($type, $options = null) { $parts = explode('_', $type); array_walk( $parts, function(&$item){ $item = ucfirst($item); } ); $class =...
gpl-2.0
cosino/u-boot-enigma
include/configs/tseries.h
9931
/* * tseries.h * * specific parts for B&R T-Series Motherboard * * Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at> - * Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com * * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_TSERIES_H__ #define __CONFIG_TSERIES_H__ #in...
gpl-2.0
iproduct/IPT-Course-Java-8
IPT-Course-Java-29ed/eShop/doc/eshop/entity/Item.html
22609
<!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 (1.8.0_25) on Sun Oct 26 12:20:02 GMT+02:00 2014 --> <title>Item</title> <meta name="date" content="2014-10-26"> <link rel="stylesheet" type="text/css...
gpl-2.0
truongduy134/asterisk
doc/Asterisk-Admin-Guide/Asterisk-12-ManagerEvent_ConfbridgeEnd_26478094.html
4182
<!DOCTYPE html> <html> <head> <title>Asterisk Project : Asterisk 12 ManagerEvent_ConfbridgeEnd</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-de...
gpl-2.0
ajspencer/NCSSM-SG-WordPress
wp-includes/Text/Diff.php
11727
<?php /** * General API for generating and formatting diffs - the differences between * two sequences of strings. * * The original PHP version of this code was written by Geoffrey T. Dairiki * <dairiki@dairiki.org>, and is used/adapted with his permission. * * Copyright 2004 Geoffrey T. Dairiki <dairiki@dairiki...
gpl-2.0
stuartsoft/gngindiestudy
Assets/Scripts/Graph.cs
12517
/* Stuart Bowman 2016 This class contains the graph nodes themselves, as well as helper functions for use by the generation class to better facilitate evaluation and breeding. It also contains the class definition for the nodes themselves, as well as the A* search implementation used by the genetic algorithm to check...
gpl-2.0
Anciela/anciela.info
wp-content/themes/anciela/inc/anciela-setup.php
22406
<?php function migrate_blog() { /* * $tabRub[0] = "Annonces"; $tabRub[1] = "Partenariat"; $tabRub[2] = "Vie d'Anciela"; $tabRub[3] = "Autres"; * */ $categories = array('annonces','partenariat','anciela','autres'); $categoryNames = array('annonces'=>"Annonces",'partenariat'=>'Partenari...
gpl-2.0
Deele/experimental-irc-like-chat
README.md
1732
Experimental IRC-like chat ========================== This is experimental project as an attempt to crete IRC like (channels and users) chat server and client. DIRECTORY STRUCTURE ------------------- assets/ contains assets definition commands/ contains console commands (controller...
gpl-2.0
Daniel-McCarthy/GameBeak
GameBeak/src/Input.cpp
8311
#include "Input.h" #include "Core.h" #include "Memory.h" #include "Cpu.h" //Gameboy keys: //[Up][Left][Right][Down][A][B][Start][Select] //Mapped to standard keyboard keys: //[Up][Left][Right][Down][Z][X][Enter][RShift] //Mapped to standard Xbox controller buttons: //[Up][Left][Right][Down][A][X][Start][Select] // ...
gpl-2.0
maglab/naked-mole-rat-portal
genomeportal/templates/custom_table.html
3496
{% spaceless %} {% load django_tables2 %} {% load i18n %} {% if table.page %} <div class="table-container"> {% endif %} {% block table %} <table {% if table.attrs %} {{ table.attrs.as_html }}{% endif %}> {% block table.thead %} <thead> <tr> {% for column in table.columns %} {% if col...
gpl-2.0
peerapat-pongnipakorn/somphoblaws
wp-content/themes/libero/framework/modules/shortcodes/interactive-image/templates/interactive-image-template.php
443
<?php /** * Interactive image shortcode template */ ?> <div class="mkd-interactive-image <?php echo esc_attr($classes)?>"> <?php if($params['link'] != '') { ?> <a href="<?php echo esc_url($params['link'])?>"></a> <?php } ?> <?php echo wp_get_attachment_image($image,'full'); ?> <?php if($params['add_checkmar...
gpl-2.0
KDE/koffice
filters/libmsooxml/MsooXmlDrawingTableStyleReader.h
5705
/* This file is part of the KDE project * Copyright (C) 2010 Carlos Licea <carlos@kdab.com> * * 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 the Free Software Foundation; either * version 2 of the License, or ...
gpl-2.0
KDE/koffice
libs/kotext/styles/KTableFormat.h
2868
/* This file is part of the KDE project * Copyright (C) 2009 Elvis Stansvik <elvstone@gmail.com> * * 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 the Free Software Foundation; either * version 2 of the License...
gpl-2.0
gabry3795/android_kernel_huawei_mt7_l09
drivers/huawei_platform/connectivity/hisi/hisiwifi/hwifi_tps.c
28729
#ifdef __cplusplus #if __cplusplus extern "C" { #endif #endif /* * 1 Header File Including */ #include <linux/module.h> #include <linux/netdevice.h> #include "hwifi_tps.h" #include "cfg80211_stru.h" #include "hwifi_cfg80211.h" #include "hwifi_wpa_ioctl.h" /* for wl_pwrm_set */ #include "hwifi_wl_config_ioctl.h...
gpl-2.0
CIGNo-project/CIGNo
cigno/mdtools/forms.py
173
from models import Connection from django import forms class ConnectionForm(forms.ModelForm): class Meta: model = Connection exclude = ('d_object_id',)
gpl-3.0
scandaglio/pedalo
README.md
8
# pedalo
gpl-3.0
mirkoBastianini/Quasar-RAT
Server/Core/NAudio/Mixer/CustomMixerControl.cs
873
// created on 13/12/2002 at 22:07 using System; namespace xServer.Core.NAudio.Mixer { /// <summary> /// Custom Mixer control /// </summary> public class CustomMixerControl : MixerControl { internal CustomMixerControl(MixerInterop.MIXERCONTROL mixerControl, IntPtr mixerHandle, MixerFlags mixerHandleType,...
gpl-3.0
jofrantoba/mivotocuenta
src/org/mivotocuenta/client/service/ServiceGestionConteo.java
431
package org.mivotocuenta.client.service; import org.mivotocuenta.server.beans.Conteo; import org.mivotocuenta.shared.UnknownException; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; @RemoteServiceRelativePath("servicegestionconteo") public interf...
gpl-3.0
gitubo/watchnwater
www/js/demos/tabs/ajax-content.html
98
<div class="tablist-content">I am ajax tab content i was pulled in from ajax-content.html </div>
gpl-3.0
nihlaeth/voicetrainer
voicetrainer/midi.py
42017
# -*- coding: utf-8 -*- # pylint: disable=too-many-lines,too-complex,too-many-branches # pylint: disable=too-many-statements,arguments-differ # needs refactoring, but I don't have the energy for anything # more than a superficial cleanup. #------------------------------------------------------------------------------- ...
gpl-3.0
gncvalente/18app
dist/ios/include/Fuse.Storage.ApplicationDir.WriteClosure.h
1089
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Storage/1.3.1/ApplicationDir.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Fuse{namespace Storage{struct ApplicationDir__WriteClosure;}}} namespace g{ namespace Fu...
gpl-3.0
CreativeCommonsIndonesia/CCID
_posts/2011-10-13-bagaimana-kalau-saya-berubah-pikiran.markdown
1084
--- title: Bagaimana jika seseorang berubah pikiran mengenai lisensi yang digunakan? date: 2011-10-13 18:38:00 +07:00 published: false categories: - Kajian tags: - Lisensi Creative Commons - Pergantian Lisensi author: nita comments: true img: "/assets/img/favicon.png" --- Lisensi CC tidak dapat dibatalkan. Setelah kar...
gpl-3.0
SirFrancisBillard/stupid-ttt
stupid-ttt/lua/weapons/weapon_ttt_aug.lua
4457
AddCSLuaFile() SWEP.HoldType = "ar2" if CLIENT then SWEP.PrintName = "AUG" SWEP.Slot = 2 SWEP.ViewModelFlip = false SWEP.ViewModelFOV = 54 SWEP.Icon = "vgui/ttt/icon_aug.png" SWEP.IconLetter = "l" end SWEP.Base = "weapon_tttbas...
gpl-3.0
ctrlaltdel/neutrinator
vendor/openstack/tests/unit/cloud/test_volume.py
22754
# 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 to in writing, software # distributed under t...
gpl-3.0
BeGe78/esood
vendor/bundle/ruby/3.0.0/gems/activejob-5.2.6/lib/active_job/gem_version.rb
344
# frozen_string_literal: true module ActiveJob # Returns the version of the currently loaded Active Job as a <tt>Gem::Version</tt> def self.gem_version Gem::Version.new VERSION::STRING end module VERSION MAJOR = 5 MINOR = 2 TINY = 6 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].comp...
gpl-3.0
rbiswas4/BenchmarkInstanceCatalogs
doc/TODO_LIST.md
347
# Stuff to add - Add the parallel code - Add a chunksize parameter - ipython notebook demonstrating: - graphs of the general scaling with boundlen, number of objects - variation of these when querying within a tile and outside - cuts on magnitude and redshift - Fixed focal plane (different chunk-size, diff...
gpl-3.0
tianhua/opencart
OC/upload/config.php
949
<?php // HTTP define('HTTP_SERVER', 'http://localhost/opencart/upload/'); // HTTPS define('HTTPS_SERVER', 'http://localhost/opencart/upload/'); // DIR define('DIR_APPLICATION', 'F:\git\OC\OC\upload\/catalog/'); define('DIR_SYSTEM', 'F:\git\OC\OC\upload\/system/'); define('DIR_DATABASE', 'F:\git\OC\OC\upload\/system/d...
gpl-3.0
boris-s/y_nelson
test/mongoid_example.rb
2409
require 'y_support/all' # Places are basically glorified variables, with current contents (marking), and # default contents (default_marking). # class Place attr_reader :name, :default_marking attr_accessor :marking def initialize name, default_marking=0 @name, @default_marking = name, default_marking end ...
gpl-3.0
Whathecode/ABC
ABC/ABC.PInvoke/User32.cs
3655
using System; using System.Runtime.InteropServices; namespace ABC.PInvoke { /// <summary> /// Class through which user32.dll calls can be accessed for which the .NET framework offers no alternative. /// TODO: Clean up remaining original documentation, converting it to the wrapper's equivalents. /// </summary...
gpl-3.0
RossGammon/the-gammons.net
RossFamilyTree/ppl/4/1/d15f60afe5345ed3452e575a014.html
15201
<!DOCTYPE html> <html xml:lang="en-GB" lang="en-GB" xmlns="http://www.w3.org/1999/xhtml"> <head lang="en-GB"> <title>Ross Gammon’s Family Tree - KNIGHT, Mary</title> <meta charset="UTF-8" /> <meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" /> <meta name ="ap...
gpl-3.0
HackerspaceWroclaw/wlokalu
wlokalu/views.py
1663
#!/usr/bin/python from django.http import HttpResponse from django.template import RequestContext, loader from django.views.decorators.csrf import csrf_exempt import django.shortcuts from wlokalu.api import presence #----------------------------------------------------------------------------- from wlokalu.logging ...
gpl-3.0
OpenInkpot-archive/iplinux-ppl
tests/Octagonal_Shape/generalizedaffineimage1.cc
14365
/* Test Octagonal_Shape::generalized_affine_image(). Copyright (C) 2001-2009 Roberto Bagnara <bagnara@cs.unipr.it> This file is part of the Parma Polyhedra Library (PPL). The PPL 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 So...
gpl-3.0
1ookup/xRAT
Server/Core/Build/IconInjector.cs
9721
using System; using System.Runtime.InteropServices; using System.Security; namespace xServer.Core.Build { public static class IconInjector { // Basically, you can change icons with the UpdateResource api call. // When you make the call you say "I'm updating an icon", and you send the icon data...
gpl-3.0
deniskin82/hypertable
examples/java/org/hypertable/examples/PerformanceTest/Result.java
2057
/** * Copyright (C) 2007-2012 Hypertable, Inc. * * This file is part of Hypertable. * * Hypertable 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 any later versio...
gpl-3.0
jaschaknack/ct_ws1617_project
JSClient/index.html
1910
<!doctype html> <html> <head> <title>Sudoku Client</title> <script src="js/snappyjs.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js"></script> <script src="js/realTimeChartMulti.js"></script> <link rel="stylesheet" href="https://unpkg.com/purecss@0.6.2/build/pure-min.css" ...
gpl-3.0
free5ty1e/RetroPie-Setup
scriptmodules/supplementary/disabletimeouts.sh
582
#!/usr/bin/env bash # This file is part of RetroPie. # # (c) Copyright 2012-2015 Florian Müller (contact@petrockblock.com) # # See the LICENSE.md file at the top-level directory of this distribution and # at https://raw.githubusercontent.com/petrockblog/RetroPie-Setup/master/LICENSE.md. # rp_module_id="disabletim...
gpl-3.0
jimmy0313/JMEngine
include/rpc/JME_RpcHandler.h
950
#ifndef JME_RpcHandler_h__ #define JME_RpcHandler_h__ #include <string> #include <map> #include "boost/shared_ptr.hpp" #include "boost/function.hpp" #include "google/protobuf/message.h" #include "log/JME_GLog.h" using namespace std; namespace JMEngine { namespace rpc { class RpcHandlerInterfa...
gpl-3.0
Aloisius92/DgEngine
DgEngine/Source/TrackingCameraScript.h
1134
//////////////////////////////////////////////////////////////////////////////// // Filename: TrackingCameraScript.h //////////////////////////////////////////////////////////////////////////////// #pragma once ////////////// // INCLUDES // ////////////// /////////////////////// // MY CLASS INCLUDES // /////////////...
gpl-3.0
thinkerytim/ProjectLog
admin/controllers/ajax.json.php
5016
<?php /** * @package Projectlog.Administrator * @subpackage com_projectlog * * @copyright Copyright (C) 2009 - 2016 The Thinkery, LLC. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined( '_JEXEC' ) or die( 'Restricted access'); jimport('joomla.app...
gpl-3.0
toxicaliens/rental
src/js/allocate_devices.js
399
$('.attach_detach').on('click', function(){ var device_id = $(this).attr('device_id'); $('#device_id').val(device_id); }); $('.detach_customer').on('click', function(){ //get the attached customer name var customer_name = $(this).attr('cust_name'); if(confirm('Are you sure you want to detach('+customer_...
gpl-3.0
Yoti/psv_idpsdump
main.c
7135
#include <psp2/display.h> #include <psp2/io/fcntl.h> #include <psp2/kernel/processmgr.h> #include <stdio.h> // sprintf() #include <psp2/ctrl.h> // sceCtrl*() #include "graphics.h" #define VER_MAJOR 0 #define VER_MINOR 9 #define VER_BUILD "" #define VAL_LENGTH 0x10 #define VAL_PUBLIC 0x0A #define VAL_PRIVATE 0x06 #...
gpl-3.0
HeyYZU/HeyYZU-server
gulpfile.js
690
var gulp = require('gulp') var mocha = require('gulp-mocha') var nodemon = require('gulp-nodemon') var env = require('gulp-env'); gulp.task('API-Server', (cb) => { let started = false env({ vars: { httpPort: 8080 } }); return nodemon({ script: 'index.js' }) .on('start', () => { ...
gpl-3.0
atifaziz/Jayrock
tests/Jayrock/TestTypeResolution.cs
4130
#region License, Terms and Conditions // // Jayrock - A JSON-RPC implementation for the Microsoft .NET Framework // Written by Atif Aziz (www.raboof.com) // Copyright (c) Atif Aziz. All rights reserved. // // This library is free software; you can redistribute it and/or modify it under // the terms of the GNU Lesser Ge...
gpl-3.0
Ascoware/get-iplayer-automator
Binaries/get_iplayer/perl/lib/5.32.0/unicore/lib/Sc/Linb.pl
575
# !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 13.0.0. Any changes made here will be lost! # !!!!!!! INTERNAL PERL USE ONLY !!!!!!! # This file is for internal use by core Perl only. The format and even the # name or exist...
gpl-3.0
LeetcodeCN/leetcodecn.github.io
src/stat/hello-stat.c
1716
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * Copyright (C) 2015 Leslie Zhai <xiang.zhai@i-soft.com.cn> * * 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; e...
gpl-3.0
slawomirszwan/slawomirszwan.github.io
javascript/ebook/javascript-i-jquery-131-praktycznych-skryptow-witold-wrotek/023d.html
483
<!DOCTYPE HTML PUBLIC " -//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <title>023</title> <meta http-equiv="CONTENT-LANGUAGE" CONTENT="PL"> <meta http-equiv="content-type" CONTENT="text/html; CHARSET=iso-8859-2"> <meta http-equiv="Content-Script-Type" content="text/javascript"> ...
gpl-3.0
kernsuite-debian/lofar
CEP/Calibration/BBSKernel/include/BBSKernel/Expr/ShapeletCoherence.h
2451
//# ShapeletCoherence.h: Spatial coherence function of a source modelled as a //# shapelet basis expansion. //# //# Copyright (C) 2008 //# ASTRON (Netherlands Institute for Radio Astronomy) //# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands //# //# This file is part of the LOFAR software suite. //# The LOFAR software su...
gpl-3.0
gohdan/DFC
known_files/hashes/assets/plugins/managermanager/widgets/ddfillmenuindex/ddfillmenuindex.php
54
MODX Evolution 1.1 = 07452b3a1b6754a6861e6c36f1cd3e62
gpl-3.0
gohdan/DFC
known_files/hashes/bitrix/modules/main/interface/settings_admin_list.php
61
Bitrix 16.5 Business Demo = b10b46488015710ddcf5f4d0217eea77
gpl-3.0
naggie/vosbox
audioFile.class.php
5333
<?php /* This file is part of Vosbox. Vosbox 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. Vosbox is distributed ...
gpl-3.0
paNjii/summerschoolOnCompilers
Day1/CSS/src/suites/8b6cc12cdf0ae92cf3e741347de9b1708868bf97.css
998
/* * Created by CSSCatcher plugin for Crawljax * CSS file is for Crawljax DOM state http://www.employeesolutions.com * CSS file was contained in index * Downloaded from http://www.employeesolutions.com/assets/template/css/source/helpers/jquery.fancybox-thumbs.css?v=1.0.6 */ #fancybox-thumbs { position: fixed; l...
gpl-3.0
mysteriou13/protonet
view/divmembre.php
258
<div class= "parametre"> <a href = "parametre.php" onclick="">mon compte</a> </div> <div style = "background-color:blue; border:2px solid white; border-radius:25px; padding:1%; font-size:1.5em;" > <a href = "./deconnect.php">deconnection</a> </div>
gpl-3.0
saudisproject/saudi-bots
bots/spa.py
4254
from urllib.request import urlopen from urllib.parse import urlparse, parse_qs from socket import error as SocketError import errno from bs4 import BeautifulSoup MAX_PAGES_TO_SEARCH = 3 def parse_news(item): '''Parse news item return is a tuple(id, title, url) ''' url = 'http://www.spa.gov.sa' + item[...
gpl-3.0
agroknow/agrimoodle
blocks/oai_target/target/lib/getrecord.php
5027
<?php /* * +----------------------------------------------------------------------+ * | PHP Version 4 | * +----------------------------------------------------------------------+ * | Copyright (c) 2002-2005 Heinrich Stamerjohanns | * | ...
gpl-3.0
timj/starlink-pyndf
chr/chr_itoc.f
4075
SUBROUTINE CHR_ITOC( IVALUE, STRING, NCHAR ) *+ * Name: * CHR_ITOC * Purpose: * Encode an INTEGER value as a string. * Language: * Starlink Fortran 77 * Invocation: * CALL CHR_ITOC( IVALUE, STRING, NCHAR ) * Description: * Encode an integer value as a (decimal) character string, using...
gpl-3.0
tedr56/ScreenTrooper
README.md
46
# ScreenTrooper Remote Configurable Slideshow
gpl-3.0
WritingTechForJarrod/app
src/wtfj/connectors_local.py
2202
import time from threading import Thread import threading from wtfj_ids import * from wtfj_utils import * class Printer: ''' Opens a new output window and prints messages sent to it ''' def __init__(self,header=''): self._header = header def send(self,string): print(self._header+string) class Console: ''' Al...
gpl-3.0
tcolgate/hugot
doc.go
2788
// Copyright (c) 2016 Tristan Colgate-McFarlane // // This file is part of hugot. // // hugot 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...
gpl-3.0
jytang/greed_island
src/shader.cpp
503
#include "shader.h" #include <iostream> Shader::Shader(GLuint shader_id) : shader_id(shader_id) {} void Shader::use() { glUseProgram(shader_id); } void Shader::send_cam_pos(glm::vec3 cam_pos) { this->cam_pos = cam_pos; } void Shader::set_VP(glm::mat4 V, glm::mat4 P) { this->V = V; this->P = P; } ...
gpl-3.0