repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
supasate/word_prediction
Chapter4/4-7-even-solution.py
193
# จงเขียนโปรแกรมแสดงเลขคู่ในช่วง 0 ถึง 10 (รวม 10 ด้วย) for i in range(11): if (i % 2 == 0): print(i)
gpl-2.0
brad7928/healthydesires.com.au-old
README.md
285
# healthydesires.com.au A Jekyll based website for healthydesires.com.au by [Bradly Sharpe IT](http://bradlysharpe.com.au) ### Build Status [![Build Status](https://travis-ci.org/brad7928/healthydesires.com.au.svg?branch=master)](https://travis-ci.org/brad7928/healthydesires.com.au)
gpl-2.0
vrtadmin/clamav-bytecode-compiler
clang/test/Analysis/inline2.c
438
// RUN: %clang_cc1 -analyze -inline-call -analyzer-store region -analyze-function f2 -verify %s // Test parameter 'a' is registered to LiveVariables analysis data although it // is not referenced in the function body. // Before processing 'return 1;', in RemoveDeadBindings(), we query the liveness // of 'a', because ...
gpl-2.0
ttym7993/Garden
applications/dashboard/views/default.master.php
2898
<?php echo '<?xml version="1.0" encoding="utf-8"?>'; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-ca"> <head> <?php $this->RenderAsset('Head'); ?> <meta property="qc:admins" content="2666562...
gpl-2.0
sergio11/teVeo
js/managerModule.js
6834
var ModuleManager = (function(){ //Directorio donde se encuentran los modulos const BASE_PATH = "js/modules/"; //modules var modules = { "templateManager":{ "className":"TemplateManager", "fileName":"templateManagerModule.js", "order":1, "lo...
gpl-2.0
hfx/ionic-audioguide
README.md
913
# ionic-audioguide An audioguide app with geolocation and media streaming support for the ionic framework # Howto These files will not run standalone, you have to create a new ionic app to make use of them. The interesting code is in www/js/controllers.js and www/js/app.js # Webserver and JSON You will need a webser...
gpl-2.0
KDE/pykde4
docs/html/khtml/DOM.Node.html
56993
<?xml version="1.0" encoding="UTF-8"?> <!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" lang="en" xml:lang="en"> <head> <title>DOM.Node</title> <meta http-equiv="Content-Type" content="text/html; cha...
gpl-2.0
Coft/H4PH
classes/Td.php
7819
<?php /** * H4PH - HTML4 PHP Helper * @link https://github.com/Coft/H4PH */ class Td { /** * contains all setted attributes * @var array */ private $attrs = array(); /** * keeps content * @var string */ private $content = null; /** * holds markup name ...
gpl-2.0
fblupi/grado_informatica-SG
P2/P2_1/SistemaSolar/js/sphere.js
2248
var SPHERE = { getSphereVertex: function (radius, res) { // Se obtienen los vértices, normales y coordenadas de textura var vertexData = [], alpha, beta, x, y, z, u, v; for (var i = 0; i <= res; i++) { // Se recorren las latitudes alpha = i * Math.PI / res; // Ángulo latitud ...
gpl-2.0
hkuhn42/sylvani
org.sylvani.io/src/main/java/org/sylvani/io/voice/http/RecognitionRelayServlet.java
1853
/** * */ package org.sylvani.io.voice.http; import java.io.IOException; import java.util.List; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.eclipse.emf.common.util.EList; import ...
gpl-2.0
Lmctruck30/RiotScape-Client
src/Class3_Sub28.java
4615
class Class3_Sub28 extends Class3 { static Class94[] aClass94Array2566 = new Class94[200]; static int anInt2567 = -1; private static Class94 aClass94_2568 = Class3_Sub4.buildString("Started 3d Library"); long aLong2569; Class3_Sub28 aClass3_Sub28_2570; static int anInt2571; static int an...
gpl-2.0
metno/kvbufrd
src/bufr/EncodeBufr302053.cc
1668
/* Kvalobs - Free Quality Control Software for Meteorological Observations $Id: Data.h,v 1.2.6.2 2007/09/27 09:02:22 paule Exp $ Copyright (C) 2007 met.no Contact information: Norwegian Meteorological Institute Box 43 Blindern 0313 OSLO NORWAY email: [email protected] This file is part of KVALO...
gpl-2.0
digoal/blog
201812/20181202_03.md
8041
## PostgreSQL 拒绝服务DDOS攻击与防范 ### 作者 digoal ...
gpl-2.0
Rambalac/DummyWIC
Wic/WIC/DXGI_FORMAT.cs
3363
using System; namespace WIC { public enum DXGI_FORMAT { DXGI_FORMAT_UNKNOWN, DXGI_FORMAT_R32G32B32A32_TYPELESS, DXGI_FORMAT_R32G32B32A32_FLOAT, DXGI_FORMAT_R32G32B32A32_UINT, DXGI_FORMAT_R32G32B32A32_SINT, DXGI_FORMAT_R32G32B32_TYPELESS, DXGI_FORMAT_R32G32B32_FLOAT, DXGI_FORMAT_R32G32B32_UINT, DXGI...
gpl-2.0
cenit/GDL
src/getfmtast.cpp
2564
/*************************************************************************** getfmtast.cpp - returns the AST for formatted IO ------------------- begin : July 22 2002 copyright : (C) 2002 by Marc Schellens email ...
gpl-2.0
m-stein/genode
ports/Makefile
2193
# # \brief Download and unpack upstream library source codes # \author Norman Feske # \date 2009-10-16 # # # Print help information by default # help:: VERBOSE ?= @ ECHO = @echo DOWNLOAD_DIR = download CONTRIB_DIR = contrib GNU_FIND = find SHELL = bash # # Create download and contrib direc...
gpl-2.0
SeSaMe-NUS/Smiler
src/predictor/GP/gp/psgp_settings.h
1315
/* * psgp_settings.h * * Created on: 21 Jan 2012 * Author: barillrl */ #ifndef PSGP_SETTINGS_H_ #define PSGP_SETTINGS_H_ //----------------------------------------------------------------------------- // CONSTANTS AND OTHER GENERAL PARAMETERS //--------------------------------------------------------------...
gpl-2.0
yujihayashi/socialismosustentavel
wp-content/themes/socialismosustentavel/fonts/raleway-thin-demo.html
37757
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src="http://ajax.googleapis.com/ajax/libs...
gpl-2.0
experimentX/worklor
wp-content/plugins/booklor/testlor.php
91
<?php /** * Created by PhpStorm. * User: Sheila * Date: 12/12/2014 * Time: 6:51 AM */
gpl-2.0
xbegault/clrh-idf
components/com_joomleague/assets/css/clubs.css
150
.club_logo { text-align: center; } .club_name { text-align: center; } .club_teams { text-align: center; } .club_address { text-align: center; }
gpl-2.0
droundy/deft
papers/hughes-saft/figs/density_calc.py
986
#!/usr/bin/env python import math fin = open('figs/single-rod-in-water.dat', 'r') fout = open('figs/single-rods-calculated-density.dat', 'w') kB = 3.16681539628059e-6 # This is Boltzmann's constant in Hartree/Kelvin first = 1 nm = 18.8972613 for line in fin: current = str(line) pieces = current.split('\t')...
gpl-2.0
ArthurWalton/windows-ch10-fs
ch10fsrec/inc/ch10_fs.h
2857
/* This is a File System Recognizer for IRIG 106 Ch10 Filesystem Copyright (C) 2014 Arthur Walton. Heavily derived from the File System Recognizer for RomFs Copyright (C) 2001 Bo Brantén. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public...
gpl-2.0
ubcic/evergreen
Open-ILS/web/js/ui/default/acq/financial/list_funds.js
8907
dojo.require("dijit.Dialog"); dojo.require("dijit.form.FilteringSelect"); dojo.require('dijit.form.Button'); dojo.require('dijit.TooltipDialog'); dojo.require('dijit.form.DropDownButton'); dojo.require('dijit.form.CheckBox'); dojo.require('dojox.grid.DataGrid'); dojo.require('dojo.data.ItemFileWriteStore'); dojo.requir...
gpl-2.0
efaruk/playground
sims/Sims/Properties/AssemblyInfo.cs
1420
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: AssemblyTi...
gpl-2.0
JakaCikac/dScrum
web/WEB-INF/classes/gwt-2.6.0/doc/javadoc/com/google/gwt/core/ext/soyc/class-use/HasDependencies.html
8539
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <TITLE> Uses of Interface com.google.gwt.core.ext.soyc.HasDependencies (Google Web Toolkit Javadoc) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet...
gpl-2.0
emgrob1/georginagrobquincenera.com
public/astronomywebsitetemplate/blog.html
6776
<!DOCTYPE html> <!-- Website template by freewebsitetemplates.com --> <html> <head> <meta charset="UTF-8"> <title>Blog - Astronomy Website Template</title> <link rel="stylesheet" href="css/style.css" type="text/css"> </head> <body> <div id="header"> <div class="wrapper clearfix"> <div id="logo"> <a href="i...
gpl-2.0
agemor/lionse
src/lionse/client/stage/Character.java
10099
package lionse.client.stage; import java.util.ArrayList; import java.util.List; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.g2d.SpriteBatch; import com.badlogic.gdx.graphics.g2d.TextureRegion; import com.badlogic.gdx.scenes.scene2d.ui.Label; import com.badlogic.gdx.scenes.scene2d.ui.Label...
gpl-2.0
leemgs/OptimusOneKernel-KandroidCommunity
net/netfilter/xt_NFLOG.c
1599
#include <linux/module.h> #include <linux/init.h> #include <linux/skbuff.h> #include <linux/netfilter/x_tables.h> #include <linux/netfilter/xt_NFLOG.h> #include <net/netfilter/nf_log.h> #include <net/netfilter/nfnetlink_log.h> MODULE_AUTHOR("Patrick McHardy <[email protected]>"); MODULE_DESCRIPTION("Xtables: packet l...
gpl-2.0
jackkiexu/tuomatuo
tuomatuo-mq/src/main/java/com/lami/tuomatuo/mq/zookeeper/server/DataTreeBean.java
1052
package com.lami.tuomatuo.mq.zookeeper.server; import com.lami.tuomatuo.mq.zookeeper.jmx.ZKMBeanInfo; /** * This class implements the data tree MBean * * Created by xujiankang on 2017/3/19. */ public class DataTreeBean implements DataTreeMXBean, ZKMBeanInfo{ public DataTree dataTree; public DataTreeBea...
gpl-2.0
GlitchKernel/Glitch
arch/arm/kernel/setup.c
25452
/* * linux/arch/arm/kernel/setup.c * * Copyright (C) 1995-2001 Russell King * * 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. */ #include <linux/module.h> #include <linux/ker...
gpl-2.0
sitesupra/sitesupra
lib/Supra/Package/Cms/Resources/public/content-manager/itemmanager/modules/itemlist-uploader.js
4508
/** * Copyright (C) SiteSupra SIA, Riga, Latvia, 2015 * * 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...
gpl-2.0
uqlibrary/fez
public/list.php
3603
<?php /* vim: set expandtab tabstop=4 shiftwidth=4: */ // +----------------------------------------------------------------------+ // | Fez - Digital Repository System | // +----------------------------------------------------------------------+ // | Copyright (c) 2005, 2006, 2...
gpl-2.0
mANDROID99/IaS
Iron_And_steam/Assets/Scripts/Xml/XmlTrackNode.cs
1065
using System.Collections.Generic; using System.Xml.Linq; using UnityEngine; namespace IaS.Xml { public class XmlTrackNode { public const string ElementTrackNode = "node"; private const string AttrTrackNodeId = "id"; private const string AttrTrackNodePosition = "p"; public Vect...
gpl-2.0
urbanadventurer/WhatWeb
plugins/movable_type.rb
2692
## # 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 "Movable-Type" authors [ "Andrew Horton", # v0.2 # r...
gpl-2.0
centreon/centreon
tests/e2e/cypress/support/model.ts
214
import { apiBase, versionApi } from '../commons'; const apiMonitoringBeta = `${apiBase}/beta/monitoring`; const apiMonitoring = `${apiBase}/${versionApi}/monitoring`; export { apiMonitoringBeta, apiMonitoring };
gpl-2.0
czfshine/Don-t-Starve
data/scripts/map/levels.lua
2569
require("map/level") local levellist = {} levellist[LEVELTYPE.SURVIVAL] = {} levellist[LEVELTYPE.CAVE] = {} levellist[LEVELTYPE.ADVENTURE] = {} levellist[LEVELTYPE.TEST] = {} levellist[LEVELTYPE.CUSTOM] = {} function AddLevel(type, data) table.insert(levellist[type], Level(data)) end require("map/levels/adventure"...
gpl-2.0
biddyweb/checker-framework
framework/tests/framework/GenericTest4.java
939
import tests.util.*; import java.util.Map; // Test case for Issue 134: // http://code.google.com/p/checker-framework/issues/detail?id=134 // Handling of generics from different enclosing classes. // TODO: revisit with nested types in 1.3. // @skip-test class GenericTest4 { public interface Foo {} class Outer<O>...
gpl-2.0
rinodung/wordpress-demo
wp-content/themes/omega/inc/options/shortcodes/shortcode-image-options.php
1670
<?php /** * Themes shortcode image options go here * * @package Omega * @subpackage Core * @since 1.0 * * @copyright (c) 2014 Oxygenna.com * @license http://wiki.envato.com/support/legal-terms/licensing-terms/ * @version 1.7.3 */ return array( 'title' => __('Image options', 'omega-admin...
gpl-2.0
kragej/ativo
themes/bones/page-products.php
5029
<?php /* Template Name: Products Template * */ ?> <?php get_header(); ?> <div class="wrap-full banner-background cf" style="<?php if( get_field('background_banner')){ echo "background-image: url('". get_field('background_banner')."')"; } ?>"> <?php if (have_posts()) : while (have_posts()) : the_post(...
gpl-2.0
pastewka/lammps
src/USER-OMP/pair_lj_charmm_coul_long_omp.cpp
7636
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, [email protected] This software is distributed under the GNU General Public License. See t...
gpl-2.0
NagVis/nagvis
docs/en_US/backends.html
2146
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Backends</title> <link rel="stylesheet" type="text/css" media="screen" href="../general/css/style.css" /> </head> <body> <h1>Backends</h1> <h2>General Information</h2> <p>The NagVis code is separated...
gpl-2.0
tbhCiro/MyRasperry-Utilities
README.md
76
MyRaspberry-Utilities ==================== Bash Scripts for Raspberry 24/7
gpl-2.0
JSansalone/VirtualBox4.1.18
src/VBox/Runtime/r0drv/darwin/memuserkernel-r0drv-darwin.cpp
2937
/* $Id: memuserkernel-r0drv-darwin.cpp $ */ /** @file * IPRT - User & Kernel Memory, Ring-0 Driver, Darwin. */ /* * Copyright (C) 2009 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; * you can redistribu...
gpl-2.0
MiszouGit/SteamShift
SteamShift/Properties/Resources.Designer.cs
2447
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //--...
gpl-2.0
GobiernoFacil/mapadai
includes/recursos/obligee/volumen.php
1410
<div id="obligee_volumen" class="viz" data-viz="treemap-a" data-graph="treemap-a"> <div class="row"> <div class="col-sm-12"> <h3>Volumen de recursos de revisión, por sujeto obligado y por sentido de la resolución: <span class="year-range">2007 - 2015</span></h3> <p class="lead">Recursos de revisión que se rea...
gpl-2.0
landmarkacoustics/dissUtils
src/neighbor_set.h
906
#ifndef LAC_DIFFERENCE_NEIGHBOR_SET_H #define LAC_DIFFERENCE_NEIGHBOR_SET_H 1 #include <utility> #include <list> #include <algorithm> namespace LAC { namespace Difference { template<typename T> struct NeighborSet { typedef T data_t; typedef std::list<T> queue_t; typedef ty...
gpl-2.0
cernier/carpoolsophia
carpoolsophia/src/main/java/com/carpoolsophia/ProfileFragment.java
4190
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...
gpl-2.0
Cpasjuste/neopop-sdl
Core/TLCS-900h/TLCS900h_registers_mapCodeB0.h
6424
//--------------------------------------------------------------------------- // NEOPOP : Emulator as in Dreamland // // Copyright (c) 2001-2002 by neopop_uk //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- // Th...
gpl-2.0
gpgreen/ShipCAD
doc/html/subdivbase_8cpp.html
6049
<!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...
gpl-2.0
xplodwild/packaged-linux-linaro-3.2-ci
fs/fs-writeback.c
38100
/* * 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...
gpl-2.0
alideny/ChgMangos_CTM
src/server/scripts/Northrend/VioletHold/violet_hold.cpp
45090
/* * 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...
gpl-2.0
debrouxl/strip_tilp_nspire
src/toolbar.h
1022
/* 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 ...
gpl-2.0
lieison/IndustriasFenix
wp-content/themes/bishop/theme/assets/js/woocommerce.js
21939
(function ($, window, document) { "use strict"; $(document).on( 'ready', function(){ var $body = $('body'), $topbar = $( document.getElementById('topbar') ), $products_sliders = $('.products-slider-wrapper, .categories-slider-wrapper'); /************************...
gpl-2.0
meijmOrg/Repo-test
freelance-admin/src/java/com/yh/admin/bo/UserAgent.java
1512
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 ...
gpl-2.0
Droces/casabio
vendor/phpexiftool/phpexiftool/lib/PHPExiftool/Driver/Tag/File/PreviewPNG.php
725
<?php /* * This file is part of PHPExifTool. * * (c) 2012 Romain Neutron <[email protected]> * * 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...
gpl-2.0
cholalabs/CholaApps2.0
components/com_content/views/category/tmpl/blog.php
3631
<?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('...
gpl-2.0
mamaddeveloper/DeveloperMMD_bot
plugins/anti-bot.lua
3087
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...
gpl-2.0
project-cabal/cabal
engines/scumm/he/floodfill_he.cpp
8174
/* 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...
gpl-2.0
syaroslavtsev/mysql-sys
procedures/ps_setup_show_enabled_consumers.sql
1784
/* 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...
gpl-2.0
Pengfei-Gao/develop-reference-data
www.jinbuguo.com/postgresql/menu823/catalog-pg-database.html
6001
<!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">...
gpl-2.0
loopdotcoop/looptopia
you/you.create-user.js
11763
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 ...
gpl-2.0
sam1018/PacMan
PacMan/PacMan/GameSettings.h
269
#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(); };
gpl-2.0
rebeca-lang/org.rebecalang.modeltransformer
src/main/java/org/rebecalang/modeltransformer/ros/timedrebeca/TimedRebeca2ROSExpressionTransformer.java
12240
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...
gpl-2.0
SteamMOD/android_bootable_steam_device-mapper
lib/misc/util.h
958
/* * 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...
gpl-2.0
adum/bitbath
hackjvm/src/doc/ojvm/loading/instructions/Ins_dup2.html
10883
<!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...
gpl-2.0
tipmaster/tipmaster
tmsrc/cgi-bin/tmi/pokal/pokal_sent.pl
3837
#!/usr/bin/perl =head1 NAME TMI pokal_sent.pl =head1 SYNOPSIS TBD =head1 AUTHOR [email protected] =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:...
gpl-2.0
Rawng/ManaPlus
src/utils/fuzzer.cpp
1441
/* * 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...
gpl-2.0
BellarmineBTDesigns/mashariki
wp-content/themes/responsive-brix/hoot-theme/attr.php
3197
<?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...
gpl-2.0
usavarsity/usa.varsity-sub201511
docs/resources/designs/readme.md
110
Photoshop files, icons, transparency images, anything that has been edited and is not an original photograph.
gpl-2.0
wjmendez/easy-bootstrap-shortcodes
shortcode/iconhead/iconhead_plugin.js
5742
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...
gpl-2.0
John-Leitch/Aphid
AphidUI/DispatcherObjectExtension.cs
2708
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 ...
gpl-2.0
rlee1962/diylegalcenter
administrator/components/com_jaextmanager/controllers/file.php
6634
<?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...
gpl-2.0
tsmit019/rshell
README.md
2347
# 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...
gpl-2.0
kunj1988/Magento2
.github/ISSUE_TEMPLATE/feature_request.md
836
--- 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...
gpl-2.0
MarcGroef/ros-vision
catkin_ws/Reports/BOLD_SIFT_1CAN-10fold-10%/muppets_mug/muppets_mug5.html
431
<!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...
gpl-2.0
cheeseEater/ihge
src/core/soil/SOIL.h
16510
/** @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...
gpl-2.0
Urinx/Web.Page
Demo/ppt3.0/Presentation.google_files/styles.css
11441
/* 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...
gpl-2.0
bogdanov-d-a/Amlogic-reff16-uboot
arch/arm/cpu/aml_meson/m2/pinmux.c
2559
/* 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...
gpl-2.0
emelynelisboa/studiosummo
modules/mod_stats/helper.php
3177
<?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...
gpl-2.0
annieweng/solr_example
solr-5.0.0/docs/solr-core/org/apache/solr/handler/component/class-use/HttpShardHandler.html
4943
<!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...
gpl-2.0
renolui/RenoStudio
Player/firmware/target/sh/archos/lcd-archos-bitmap.c
7922
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
gpl-2.0
athiasjerome/XORCISM
SOURCES/XORCISMModel/PERIMETER.cs
604
//------------------------------------------------------------------------------ // <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....
gpl-2.0
yuuakron/jKaiUI_Custom
src/pt/jkaiui/core/messages/ConnectedArena.java
731
/* * 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...
gpl-2.0
wowzaman12/vba
trunk/src/win32/OpenGL.cpp
16390
#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...
gpl-2.0
lchristina26/wolfssl
wolfssl/wolfcrypt/asn.h
26993
/* 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...
gpl-2.0
sdadier/gb_kernel_2.6.32.9-mtd
Kernel/drivers/net/wireless/bcm4329/dhd_custom_gpio.c
8018
/* * 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...
gpl-2.0
niloc132/mauve-gwt
src/main/java/gnu/testlet/java/util/IllegalFormatPrecisionException/classInfo/getFields.java
3040
// Test for method java.util.IllegalFormatPrecisionException.getClass().getFields() // Copyright (C) 2012 Pavel Tisnovsky <[email protected]> // 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...
gpl-2.0
turnoffthelights/Turn-Off-the-Lights-Chrome-extension
.github/README.md
5391
# 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...
gpl-2.0
adamdmcbride/Nufront_linux_kernel
drivers/char/apu/gpp/src/arch/ZSP800M/zsp800m_map.c
9567
/** ============================================================================ * @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 * ====================================...
gpl-2.0
RomainGoncalves/cadell
wp-content/plugins/social-network-tabs/inc/dcwp_twitter.php
36981
<?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_...
gpl-2.0
chunyeow/greenmesh
net/mac80211/driver-trace.h
31797
#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...
gpl-2.0
viswimmer1/PythonGenerator
data/python_files/34574373/cmss.py
2623
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...
gpl-2.0
sfreihofer/nama
app/controllers/events_controller.rb
1094
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...
gpl-2.0
MedvedevKir/gmtest.ru
wp-content/themes/mio/woocommerce/myaccount/form-login.php
3275
<?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><?...
gpl-2.0
jcmousse/clinux
se3/alancer/copie_clepub_veyon.sh
3308
#!/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...
gpl-2.0
jrouzierinverse/packetfence
html/pfappserver/root/static/admin/config/portal_modules.js
3343
$('#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(...
gpl-2.0
MorihiroSoft/EffecTV_for_Android
jni/effects/MatrixTV.h
2596
/* * 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...
gpl-2.0
infosecdev/markroxberry
wp-content/themes/widephoto/supersized/js/supersized.imgs.js
2098
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 ...
gpl-2.0
coreboot-gs45/coreboot
src/cpu/intel/haswell/romstage.c
9829
/* * 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...
gpl-2.0
Lnjena/mmm.com
mmm-spring-boot/src/main/java/com/mmm/product/domain/ShippingDetails.java
189
package com.mmm.product.domain; import java.io.Serializable; public class ShippingDetails implements Serializable{ private static final long serialVersionUID = 5941389959992371612L; }
gpl-2.0