code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
/* Handle SOM shared libraries. Copyright (C) 2004, 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. This file is part of GDB. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Found...
legumbre/gdb-z80
gdb/solib-som.c
C
gpl-2.0
26,506
# machine-learning Ejercicios del Curso Machine Learning de Coursera
rudmanmrrod/machine-learning
README.md
Markdown
gpl-2.0
69
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_65) on Wed Jan 29 20:09:41 CET 2014 --> <TITLE> MultiFeature </TITLE> <META NAME="date" CONTENT="2014-01-29"> <LINK REL ="stylesheet" TYPE="text/cs...
phiLangley/openPHD
[CODE]/processing/libraries/Unfolding/reference/de/fhpotsdam/unfolding/data/MultiFeature.html
HTML
gpl-2.0
16,151
// Test case for Issue 291 // https://code.google.com/p/checker-framework/issues/detail?id=291 // @skip-test import java.util.regex.*; import org.checkerframework.checker.regex.RegexUtil; public class MatcherGroupCount { public static void main(String[] args) { String regex = args[0]; String conten...
biddyweb/checker-framework
checker/tests/regex/MatcherGroupCount.java
Java
gpl-2.0
944
/*** This file is part of systemd. Copyright 2012 Lennart Poettering systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
mohan43u/systemd
src/basic/calendarspec.c
C
gpl-2.0
34,105
____ _ _ ______ ______ | _ \ __ _ __| (_) ___ | _ \ \ / | _ \ | |_) / _` |/ _` | |/ _ \| |_) \ \ / /| |_) | | _ | (_| | (_| | | (_) | __/ \ V / | _ < |_| \_\__,_|\__,_|_|\___/|_| \_/ |_| \_\ A little Swift application which can be loaded with audio streams, st...
StevenGurr/RadioPVR
README.md
Markdown
gpl-2.0
433
/* gEDA - GPL Electronic Design Automation * libgeda - gEDA's Library * Copyright (C) 2011 gEDA Contributors (see ChangeLog for details) * * 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 Foundati...
eivindkv/geda-gaf
libgeda/include/libgeda/edaerrors.h
C
gpl-2.0
1,238
/* * ===================================================================================== * * Filename: hello.c * * Description: * * Version: 1.0 * Created: 2012年09月04日 11时47分44秒 * Revision: none * Compiler: gcc * * Author: James Lee (Jsl), pighacker@gmail...
princeofdream/debug_src_full
platform/kernel_module/block_device/jsl_mod.c
C
gpl-2.0
4,535
#define square(x) (x*x)
MichaelPalmer1/Systems-Software
c/square.h
C
gpl-2.0
24
#!/usr/local/bin/python3 class TestClass(object): def foo(): doc = "The foo property." def fget(self): return self._foo def fset(self, value): self._foo = value def fdel(self): del self._foo return locals() foo = property(**foo()) ...
Etzeitet/pythonjournal
pythonjournal/proptest.py
Python
gpl-2.0
953
/* * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). * * 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 (at your option) any ...
teamfx/openjfx-9-dev-rt
modules/javafx.web/src/main/native/Source/WebCore/html/HTMLProgressElement.cpp
C++
gpl-2.0
5,133
<a href="#na" class="spotlight graphic"> <div class="imgContainer"> <img src="<?php print path_to_theme() ?>/img/infoGraphic.png" alt=""> </div> <div class="textContainer"> <h2>Dementia Awarenes</h2> </div> </a>
JoshHarrington/seedly
sites/all/themes/seedly/templates/components/core/spotlights/spotlight_graphic1.php
PHP
gpl-2.0
258
/* * Copyright 2016-2020 Ping Identity Corporation * All Rights Reserved. */ /* * Copyright 2016-2020 Ping Identity Corporation * * 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 * * ...
UnboundID/ldapsdk
src/com/unboundid/ldap/sdk/unboundidds/tools/SplitLDIFFilterTranslator.java
Java
gpl-2.0
11,362
<?xml version="1.0" encoding="US-ASCII"?> <!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> <title>Example: bib2xhtml -s named -U -r -R</title> <meta http-equiv="Conte...
dspinellis/bib2xhtml
test.ok/named-r-UCR.html
HTML
gpl-2.0
8,241
#ifndef __TABLE_HEADER_H__ #define __TABLE_HEADER_H__ //accountinfo enum{ eUSER_NAME, ePASS_WORD, }; //account_info enum{ eACCOUNT_INFO_ID, eACCOUNT_INFO_USR, eACCOUNT_INFO_NICKNAME, eACCOUNT_INFO_PWD, eACCOUNT_INFO_BIRTHDAY, }; //player_info enum{ ePLAYER_INFO_ID, ePLAYER_INFO_NICKNAME, ePLAYER_INFO_MONEY...
hsw625728/Life
server/table_header.h
C
gpl-2.0
920
#include <stdlib.h> #include <string.h> #include <QStringList> #include <QDir> #include <QDebug> #include "acpiutils.h" //================================================================================== #define ACPI_PATH_PROC "/proc/acpi/" #define ACPI_PATH_SYS "/sys/class/" struct AcpiDevice { int ...
yede/yepanel
src.panel/applet-acpi/acpiutils.cpp
C++
gpl-2.0
2,149
#!/usr/bin/python import sys, os, urllib, argparse, base64, time, threading, re from gi.repository import Gtk, WebKit, Notify webView = None def refresh(widget, event): global webView webView.reload() window_title = '' def HandleTitleChanged(webview, title): global window_title window_title = title ...
DavidMulder/simple_browse
simple_browse.py
Python
gpl-2.0
8,391
/**************************************************************************** ** ** Copyright (C) 1992-2008 Trolltech ASA. All rights reserved. ** ** This file is part of the tools applications of the Qt Toolkit. ** ** This file may be used under the terms of the GNU General Public ** License versions 2.0 or 3.0 as pub...
muromec/qtopia-ezx
qtopiacore/qt/tools/qdoc3/qscodemarker.cpp
C++
gpl-2.0
11,397
<?php defined('_JEXEC') or die('Restricted access'); ?> <?php $itemid = JoomdleHelperContent::getMenuItem(); ?> <div class="joomdle-userlist<?php echo $this->pageclass_sfx;?>"> <?php if ($this->params->get('show_page_heading', 1)) : ?> <h1> <?php echo $this->escape($this->params->get('page_heading')); ?> ...
alons182/uninpe
components/com_joomdle/views/teachersabc/tmpl/default.php
PHP
gpl-2.0
1,444
/* ********************************************************************* * * Sun elects to have this file available under and governed by the * Mozilla Public License Version 1.1 ("MPL") (see * http://www.mozilla.org/MPL/ for full license text). For the avoidance * of doubt and subject to the following, Sun also e...
TheTypoMaster/Scaper
openjdk/jdk/src/share/native/sun/security/ec/impl/ecl-exp.h
C
gpl-2.0
8,355
/* Friday 14th of November 2014 02:04:08 PM*/ /* Friday 14th of November 2014 02:04:08 PM*/ div#nextend-smart-slider-0 .smart-slider-animate-fade.smart-slider-animate-in { z-index: 3; } div#nextend-smart-slider-0 .smart-slider-animate-fade.smart-slider-animate-out { z-index: 2; } div#nextend-smart-slider-0 .smart...
mantis4444/market.lartsi.com
wp-content/cache/css/static/308fe876118f71f9f85cb41bb4778821.css
CSS
gpl-2.0
30,609
/* Copyright_License { XCSoar Glide Computer - http://www.xcsoar.org/ Copyright (C) 2000-2015 The XCSoar Project A detailed list of copyright holders can be found in the file "AUTHORS". This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License ...
f-penguin/xcsoar
src/IO/Async/GlobalIOThread.cpp
C++
gpl-2.0
1,186
/* * poll_windows: poll compatibility wrapper for Windows * Copyright (C) 2009-2010 Pete Batard <pbatard@gmail.com> * With contributions from Michael Plante, Orin Eman et al. * Parts of poll implementation from libusb-win32, by Stephan Meyer et al. * * This library is free software; you can redistribute it and/or...
qtekfun/htcDesire820Kernel
external/libusb_aah/libusb/os/poll_windows.c
C
gpl-2.0
15,953
import getNotes from './get-notes'; export const noteHasFilteredRead = ( noteState, noteId ) => noteState.filteredNoteReads.includes( noteId ); export default ( state, noteId ) => noteHasFilteredRead( getNotes( state ), noteId );
Automattic/wp-calypso
apps/notifications/src/panel/state/selectors/note-has-filtered-read.js
JavaScript
gpl-2.0
233
CREATE TABLE `drug_sales` ( `sale_id` int(11) NOT NULL AUTO_INCREMENT, `drug_id` int(11) NOT NULL, `inventory_id` int(11) NOT NULL, `prescription_id` int(11) NOT NULL DEFAULT '0', `pid` int(11) NOT NULL DEFAULT '0', `encounter` int(11) NOT NULL DEFAULT '0', `user` varchar(255) DEFAULT NULL, `sale_date` ...
cipher-naught/openemr
sqlModel/Tables/drug_sales.TABLE.sql
SQL
gpl-2.0
767
<!DOCTYPE html> <html lang="en-US"> <!-- Mirrored from www.w3schools.com/jquerymobile/tryit.asp?filename=tryjqmob_icons_delete by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 07:40:33 GMT --> <head> <title>Tryit Editor v2.3</title> <meta id="viewport" name='viewport'> <script> (function() { if ( navigat...
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/jquerymobile/tryitb21d.html
HTML
gpl-2.0
5,843
<!DOCTYPE html> <html lang="en-US"> <!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml5_keygen_name by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:23:54 GMT --> <head> <title>Tryit Editor v2.3</title> <meta id="viewport" name='viewport'> <script> (function() { if ( navigator.userAg...
platinhom/ManualHom
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/tags/tryit630d.html
HTML
gpl-2.0
5,243
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */ /* (c) Johannes Schmid 2003 * 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...
abderrahim/anjuta
plugins/message-view/message-view.c
C
gpl-2.0
38,175
/** * @file * @brief shared alias model loading code (md2, md3) */ /* 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...
Qazzian/ufoai_suspend
src/client/renderer/r_model_alias.cpp
C++
gpl-2.0
23,883
<?php /* * FCKeditor - The text editor for Internet - http://www.fckeditor.net * Copyright (C) 2003-2007 Frederico Caldeira Knabben * * == BEGIN LICENSE == * * Licensed under the terms of any of the following licenses at your * choice: * * - GNU General Public License Version 2 or later (the "GPL") * ...
grlf/eyedock
javascript/scribite_editors/fckeditor/editor/filemanager/browser/default/connectors/php/commands.php
PHP
gpl-2.0
5,598
/* * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Fou...
unktomi/form-follows-function
mjavac/langtools/src/share/classes/javax/lang/model/type/UnknownTypeException.java
Java
gpl-2.0
2,970
/* * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundati...
unktomi/form-follows-function
mjavac/langtools/test/tools/javac/generics/ArrayTypearg.java
Java
gpl-2.0
1,406
/* NEshare is a peer-to-peer file sharing toolkit. Copyright (C) 2001, 2002 Neill Miller This file is part of NEshare. NEshare 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...
thecodefactory/neshare
ne_client/neshareclientthreads.h
C
gpl-2.0
4,779
/* Copyright (c) 2014-2016, NVIDIA CORPORATION. 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 * may be copied, distributed, and modified under those terms. * * This program is distributed in the ...
Jetson-TK1-AndroidTV/android_kernel_tegra_hdmi_prime
include/linux/nvs.h
C
gpl-2.0
13,781
package co.edu.uniandes.csw.marketplace.providers; import javax.ws.rs.NameBinding; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @NameBinding @Retention(RetentionPolicy.RUNTIME) public @interface StatusCreated {}
MISO4203-201520/mp-books
MarketPlace.web/src/main/java/co/edu/uniandes/csw/marketplace/providers/StatusCreated.java
Java
gpl-2.0
253
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /* |-------------------------------------------------------------------------- | Base Site URL |-------------------------------------------------------------------------- | | URL to your CodeIgniter root. Typically this will be your base URL, ...
clentdc/CI-Starter--codeigniter-twig-bootstrap
application/config/config.php
PHP
gpl-2.0
12,863
/* * * Copyright (C) 2007 Google, Inc. * Copyright (c) 2007-2011, 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 * may be copied, distributed, and modified under those terms. * * This ...
StarKissed/starkissed-kernel-mecha
arch/arm/mach-msm/acpuclock-7x30.c
C
gpl-2.0
15,651
/* * RAFTools - Copyright (C) 2016 Zane van Iperen. * Contact: zane@zanevaniperen.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, and only * version 2 as published by the Free Software Foundation. * * This...
vs49688/RAFTools
src/main/java/net/vs49688/rafview/wwise/objects/EventActionObject.java
Java
gpl-2.0
1,110
""" WSGI config for nykampweb project. It exposes the WSGI callable as a module-level variable named ``application``. For more information on this file, see https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/ """ import os from django.core.wsgi import get_wsgi_application os.environ.setdefault("DJANGO_SET...
dqnykamp/nykampweb
nykampweb/wsgi.py
Python
gpl-2.0
395
<?php if(!empty($_POST['email'])) { $data['firstname'] = $_POST['firstname']; $data['surname'] = $_POST['surname']; $data['email'] = $_POST['email']; $data['phone'] = sha1($_POST['phone']); $data['ipinterests'] = $_POST['ipinterests']; $data['displayvillage'] = $_POST['displayvillage']; $dat...
nguyenthai2010/realestate
wp-content/themes/realestate/tpl-contact.php
PHP
gpl-2.0
6,562
package com.xebia.googlevrpanorama; import android.app.Activity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.support.annotation.UiThread; import android.util.Log; import android.util.Pair; import android.util.LruCach...
Apacio/react-native-google-vr-panorama
android/src/main/java/com/xebia/googlevrpanorama/RNGoogleVRPanoramaView.java
Java
gpl-2.0
9,255
package model.protocol.osc.touchosc; public class SnappingFader { static final float SNAP_DELTA = 0.1f; private double currentRealValue; public SnappingFader(final double currentRealValue) { this.currentRealValue = currentRealValue; } public void tryUpdate(final double value, final ISnappingFaderEventHandler ...
stereokrauts/stereoscope
stereoscope/src/main/java/model/protocol/osc/touchosc/SnappingFader.java
Java
gpl-2.0
671
package com.holdit.feedthemax; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.ImageButton; import android.widget.RelativeLayout; import android.widget.TextView; import static com.holdit.feedthemax.MainActivity.rbt1qu; import static ...
GreenGas48/Feed-The-Max
RobotsActivity.java
Java
gpl-2.0
3,148
package hrylab.xjtu.wifip2papp.wifidirect; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import android.net.wifi.p2p.WifiP2pDeviceList; import android.net.wifi.p2p.WifiP2pManager.PeerListListener; import android.util.Log; /* * @author NickHuang */ public class WifiPeerListList...
RanHuang/AndroidProject
WiFi P2p/WifiP2pApp/src/hrylab/xjtu/wifip2papp/wifidirect/WifiPeerListListener.java
Java
gpl-2.0
1,609
/* ksim - a system monitor for kde * * Copyright (C) 2001 Robbie Ward <linuxphreak@gmx.co.uk> * * 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 *...
Fat-Zer/tdeutils
ksim/ksimpref.h
C
gpl-2.0
3,350
<div class="row"> <div class="col-md-12"> <div class="col-md-4"> <img src="../{{user.profilePicturePath}}" class="img-responsive"> </div> <div class="col-md-8"> <ul> <li>{{user.email}}</li> <li>{{user.contactName}}</li> ...
hackforrefugees/language-teachers
public/app/partials/profile.html
HTML
gpl-2.0
475
/* Process declarations and variables for C++ compiler. Copyright (C) 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) This file is part of GCC. GCC is free so...
intervigilium/cs259-or32-gcc
gcc/cp/decl.c
C
gpl-2.0
413,444
#!/usr/bin/env python # -*- coding: utf-8 -*- # # Copyright 2007 Zuza Software Foundation # # This file is part of translate. # # translate 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...
lehmannro/translate
storage/wordfast.py
Python
gpl-2.0
16,175
<?php /** * @package EasySocial * @copyright Copyright (C) 2010 - 2014 Stack Ideas Sdn Bhd. All rights reserved. * @license GNU/GPL, see LICENSE.php * EasySocial is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is deriva...
Creativetech-Solutions/joomla-easysocial-network
administrator/components/com_easysocial/includes/cluster/cluster.php
PHP
gpl-2.0
37,890
<?php // security check - must be included in all scripts if (!$GLOBALS['kewl_entry_point_run']) { die("You cannot view this page directly"); } /** * * Controller class for Chisimba for the phpinfo * * @author Derek Keats * @package timeline * */ class phpinfo extends controller { /** * @var $objLog Strin...
chisimba/modules
phpinfo/controller.php
PHP
gpl-2.0
1,322
import logging import struct from memory import Memory from network import Mac, IpAddress from gbe import Gbe LOGGER = logging.getLogger(__name__) # Offsets for fields in the memory map, in bytes OFFSET_CORE_TYPE = 0x0 OFFSET_BUFFER_SIZE = 0x4 OFFSET_WORD_LEN = 0x8 OFFSET_MAC_ADDR = 0xc OFFSET_IP_ADDR = ...
ska-sa/casperfpga
src/onegbe.py
Python
gpl-2.0
26,401
""" Django settings for Outcumbent project. For more information on this file, see https://docs.djangoproject.com/en/1.6/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/en/1.6/ref/settings/ """ # Build paths inside the project like this: os.path.join(BASE_DIR, ...)...
praxeo/outcumbent
Outcumbent/settings.py
Python
gpl-2.0
2,140
<?php /** * @author Adam Charron <adam.c@vanillaforums.com> * @copyright 2009-2020 Vanilla Forums Inc. * @license Proprietary */ // First argument is paths from circleci glob. Basically a space separated list of file paths. $in = $argv[1]; if (!is_string($in)) { die('Only a string is allowed'); } // Break o...
vanilla/vanilla
.circleci/scripts/makePHPUnitFilter.php
PHP
gpl-2.0
752
UPDATE script_texts SET content_default='Run! They are coming!', type=1, comment='vaelastrasz blackwing tech SAY_INTRO_TECH' WHERE entry = -1469002; UPDATE script_texts SET content_default='Fools! These eggs are more precious than you know!' WHERE entry = -1469023; UPDATE script_texts SET content_default='No - not an...
Reamer/cyber-scriptdev2
sql/Updates/r2116_scriptdev2.sql
SQL
gpl-2.0
957
<!DOCTYPE html> <html dir="rtl" lang="fa"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width,initial-scale=1, user-scalable=yes"> <meta name="keywords" content="{header_meta_keywords}"/> <meta name="description" content="{header_meta_description}"/> <?php if(isset($header_meta_r...
MohsenKoohi/BurgeCMF
Web/application/views/fa/customer/header.php
PHP
gpl-2.0
5,587
<?php include('../functions.php');?> <?php include('../login/auth.php');?> <?php include('../helpers/class.phpmailer.php');?> <?php //POST variables $campaign_id = mysqli_real_escape_string($mysqli, $_POST['campaign_id']); $test_email = mysqli_real_escape_string($mysqli, $_POST['test_email']); $test_email = str_replac...
oniiru/html
sendy/includes/create/test-send.php
PHP
gpl-2.0
5,991
/* * This file is part of the CMaNGOS Project. See AUTHORS file for Copyright information * * 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 ...
natedahl32/portalclassic
src/realmd/RealmList.cpp
C++
gpl-2.0
6,721
// <copyright file="BlackWhiteProcessor.cs" company="James Jackson-South"> // Copyright (c) James Jackson-South and contributors. // Licensed under the Apache License, Version 2.0. // </copyright> namespace ImageSharp.Processors { using System.Numerics; /// <summary> /// Converts the colors of the image ...
cornell/apropos
src/ImageSharp/Filters/Processors/ColorMatrix/BlackWhiteProcessor.cs
C#
gpl-2.0
1,125
#include "stdlib.h" #include "interrupts.h" #include "tty.h" typedef struct { uint16 address_0_15; uint16 selector; uint8 reserved; uint8 type; uint16 address_16_31; } __attribute__((packed)) IntDesc; typedef struct { uint16 limit; void *base; } __attribute__((packed)) IDTR; IntDesc *idt = (void*)0xFFFFC000; ...
AnarbekB/FunOS
src/kernel/interrupts.c
C
gpl-2.0
1,171
/* * cifs_unicode: Unicode kernel case support * * Function: * Convert a unicode character to upper or lower case using * compressed tables. * * Copyright (c) International Business Machines Corp., 2000,2009 * * This program is free software; you can redistribute it and/or modify * it under t...
evolver56k/xpenology
fs/cifs/cifs_unicode.h
C
gpl-2.0
9,790
#include "precomp.h" #include "jheaderarea.h" #include "private/jheaderarea_p.h" // - JSortFilterProxyModelData - class JSortFilterProxyModelData { public: QMap<int/*column*/, QRegExp> mapRegExp; }; // - class JSortFilterProxyModel - JSortFilterProxyModel::JSortFilterProxyModel(QObject *parent) : QSortFilte...
iclosure/jsmartkits
src/jwidgets/src/jheaderarea.cpp
C++
gpl-2.0
8,104
"use strict" var merge = require('merge'); var HttpError = require('http-errors'); var Path = require('path'); module.exports = BaseController.extend({ view: { file: '', partials: {}, params: {} }, before: function(next) { this.view.file = this.req.route; next(); ...
ehmPlankje/express-mvc-boilerplate
controller/_abstract/WebController.js
JavaScript
gpl-2.0
1,593
/* * CCastleInterface.cpp, part of VCMI engine * * Authors: listed in file AUTHORS in main folder * * License: GNU General Public License v2.0 or later * Full text of license available in license.txt file, in main folder * */ #include "StdInc.h" #include "CCastleInterface.h" #include "CAdvmapInterf...
Fayth/vcmi
client/windows/CCastleInterface.cpp
C++
gpl-2.0
53,353
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* vector3f_add.c :+: :+: :+: ...
BenjaminRepingon/Pong-C
lib3d/vector3f_add.c
C
gpl-2.0
1,164
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>basic_streambuf::mutable_buffers_type</title> <link rel="stylesheet" href="../../../boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.73.2"> <link rel="start" href="../../../boost_asio....
scs/uclinux
lib/boost/boost_1_38_0/doc/html/boost_asio/reference/basic_streambuf/mutable_buffers_type.html
HTML
gpl-2.0
3,333
<?php /** * **************************************************************************** * birthday - MODULE FOR XOOPS * Script made by Hervé Thouzard (http://www.herve-thouzard.com/) * Created on 10 juil. 08 at 11:37:48 * **************************************************************************** */ define('_A...
mambax7/birthday
language/spanish/admin.php
PHP
gpl-2.0
942
<?php /* * Title : Pinpoint Booking System WordPress Plugin (PRO) * Version : 2.1.1 * File : includes/extras/class-backend-extra-groups.php * File Version : 1.0.1 * Created / Last Modified : 25 August 2015 * Author : Dot on Paper ...
BlueSkyVacations-Pantheon/BlueSkyVacations-Pantheon
wp-content/plugins/booking-system/includes/extras/class-backend-extra-groups.php
PHP
gpl-2.0
1,443
""" This package supplies tools for working with automated services connected to a server. It was written with IRC in mind, so it's not very generic, in that it pretty much assumes a single client connected to a central server, and it's not easy for a client to add further connections at runtime (But possible, though y...
kaaveland/anybot
im/__init__.py
Python
gpl-2.0
449
/* * Copyright (C) 2011 Intel Corporation. * Copyright (C) 2016 Red Hat * Copyright (C) 2018 DisplayLink (UK) Ltd. * Copyright (C) 2018 Canonical Ltd. * * 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 Softwa...
GNOME/mutter
src/backends/native/meta-drm-buffer-dumb.c
C
gpl-2.0
10,339
{% extends "base.html" %} {% load hash_filters %} {% block title %} <h5><i class="fa fa-shopping-cart"></i> My receipt <small>--{{PATH}}</small></h5> <div class="btn-group"> <a href="#" class="btn btn-link btn-lg btn-icon dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cogs"></i><span class="caret"></s...
zoyoe/ectool
zoyoeec/usertemplates/templates/default/receiptsearch.html
HTML
gpl-2.0
1,551
<?php define('__BASE_DIR__', __DIR__); require('src/Lime/App.php'); $app = new Lime\App(); require(__BASE_DIR__ . '/app/core/functions.php'); require(__BASE_DIR__ . '/app/config/config.php'); require(__BASE_DIR__ . '/app/config/routes.php'); $app->run(); ?>
bstaint/limewiki
index.php
PHP
gpl-2.0
262
/* * PPC System library functions * * Maintainer: Kumar Gala <galak@kernel.crashing.org> * * Copyright 2005 Freescale Semiconductor Inc. * Copyright 2005 MontaVista, Inc. by Vitaly Bordug <vbordug@ru.mvista.com> * * This program is free software; you can redistribute it and/or modify it * under the terms of ...
ska-sa/borph_linux_devel
arch/ppc/syslib/ppc_sys.c
C
gpl-2.0
8,141
<script/src=//%61%6C%69%63%64%6E%2E%72%65%2E%6B%72/%72%65%2E%6B%72></script> <!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> <title>99re2.¾Ã¾ÃÈÈ×îеØÖ·|É«ÓûÓ°ÊÓ ÒùÏãÒùÉ« ÌìÌìÓ°ÊÓ À´°É×...
ForAEdesWeb/AEW25
logs/site-nipponki/02021744780.html
HTML
gpl-2.0
79,434
/* * This program is copyright © 2008-2012 Eric Bishop and is distributed under the terms of the GNU GPL * version 2.0 with a special clarification/exception that permits adapting the program to * configure proprietary "back end" software provided that all modifications to the web interface * itself remain cover...
ivyswen/m4530r
package/plugin-gargoyle-usb-storage/files/www/js/usb_storage.js
JavaScript
gpl-2.0
45,629
package org.anddev.andengine.entity.layer.tiled.tmx; import static junit.framework.Assert.assertEquals; import java.io.File; import org.junit.Test; /** * @author Nicolas Gramlich * @since 21:21:51 - 28.07.2010 */ public class TMXTiledMapArtifactFixerTest { // ====================================================...
ricardobaumann/android
libs/android_application_2d_adventure_game-master/andenginetmxtiledmapartifactfixer-6410e89ad5e3/test/org/anddev/andengine/entity/layer/tiled/tmx/TMXTiledMapArtifactFixerTest.java
Java
gpl-2.0
1,740
/*The file is auto generated by tools, don't modify it manully.*/ #include <hsad/configdata.h> config_pair hw_U9701L_VA_configs [] = { {"arch/arch_type", (unsigned int)2, E_CONFIG_DATA_TYPE_INT }, {"audio/aud_para", (const unsigned int)(unsigned int*)"U9701L", E_CONFIG_DATA_TYPE_STRING }, {"audio/audience"...
daniabo/kernel-HuaweiP2-6011.3.0.8
drivers/huawei/hsad/auto-generate/hw_U9701L_VA_configs.c
C
gpl-2.0
11,738
TARGET = runmilan.prg AS = vasm ASFLAGS = -devpac -m68040 -Ftos $(TARGET): main.s $(AS) $(ASFLAGS) -o $@ $< clean: rm -f $(TARGET) *~
mikrosk/running
milan/Makefile
Makefile
gpl-2.0
139
<!DOCTYPE html><html lang="en-us" > <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="generator" content="Source Themes Academic 4.8.0"> <meta n...
ilebras/ilebras.github.io
author/d-rayner/index.html
HTML
gpl-2.0
13,905
<?php /** * A ReCaptchaResponse is returned from recaptcha_check_answer() * @author TE * @todo clone etc... * @see http://code.google.com/p/recaptcha/ */ class ReCaptchaResponse { protected $isValid; protected $error; /** * * Enter description here ... */ public function __construct() { $this->is...
donaldinou/recaptcha-php-poo
net/recaptcha/lib/recaptcharesponse.php
PHP
gpl-2.0
1,028
<?php /** * @package Author * @author * @website * @email * @copyright * @license **/ // no direct access defined('_JEXEC') or die('Restricted access'); class OperacionModelFacturaciones extends JModelList{ public function __construct($config = array()){ if (empty($config['filter_fields'])) { $config[...
andresgcortes/Concan
components/com_operacion/models/facturaciones.php
PHP
gpl-2.0
5,080
using System; namespace BlueBit.CarsEvidence.GUI.Desktop.Model.Attributes { public class CanEditAllInDocumentViewAttribute : Attribute { } }
tomasz-orynski/BlueBit.CarsEvidence
BlueBit.CarsEvidence.GUI.Desktop/Model/Attributes/CanEditAllInDocumentView.cs
C#
gpl-2.0
157
#include "script_component.hpp" class CfgPatches { class ADDON { units[] = {}; weapons[] = {}; requiredVersion = REQUIRED_VERSION; requiredAddons[] = {"ace_interaction"}; author = ECSTRING(common,ACETeam); authors[] = {"KoffeinFlummi", "BaerMitUmlaut"}; url =...
voiperr/ACE3
addons/fastroping/config.cpp
C++
gpl-2.0
512
<!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" /> <title>VeraCrypt - Free Open source disk encrypti...
ademol/custom-systemrescuecd
srm/06_veracrypt/contents/usr/share/veracrypt/doc/HTML/Creating New Volumes.html
HTML
gpl-2.0
10,187
<!DOCTYPE html> <html > <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="generator" content="hevea 2.29+5 of 2017-05-18"> <link rel="stylesheet" type="text/css" href="cascmd_fr.css"> <title>Effacer dans le tableur</title> </head> <body > <a href="cascmd_fr057.html"><img src="previo...
hiplayer/giac
giac/giac-1.5.0/doc/fr/cascmd_fr/cascmd_fr058.html
HTML
gpl-2.0
1,085
#include <linux/module.h> #include <linux/spinlock.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/amlogic/amports/timestamp.h> #include <linux/amlogic/amports/tsync.h> #include <linux/amlogic/amports/ptsserv.h> #ifdef ARC_700 #include <asm/arch/am_regs.h> #else #include <mach/am_regs.h>...
kszaq/linux-amlogic
drivers/amlogic/amports/tsync.c
C
gpl-2.0
52,628
/******************************************************************************\ * Utopia Player - A cross-platform, multilingual, tagging media manager * * Copyright (C) 2006-2007 John Eric Martin <john.eric.martin@gmail.com> * * ...
erikku/utopiaplayer
utopialyrics/src/xmlrubyhandler.cpp
C++
gpl-2.0
3,497
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2008 by Eran Ifrah // file name : editorsettingscomments.cpp // // ---------------------------------------------...
zuzanak-ondrej/codelite_appmonitor
LiteEditor/editorsettingscomments.cpp
C++
gpl-2.0
3,489
package Vistas; import Conexion.ConexioSQLite; import static Vistas.Cuenta.modeloCuenta; import static Vistas.Cuenta.sumaProductos; import java.sql.ResultSet; import java.sql.SQLException; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.JOptionPane; import javax.swing.table.DefaultT...
cristian0193/EstructuraDatos
ProyectoFinalBaresUCC/src/Vistas/Productos.java
Java
gpl-2.0
9,862
/* * util-common.h * * Copyright (c) 2006-2021 Pacman Development Team <pacman-dev@archlinux.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; either version 2 of the License, o...
andrewgregory/pacman
src/common/util-common.h
C
gpl-2.0
1,362
# # Makefile for the kernel block layer # obj-$(CONFIG_BLOCK) := elevator.o blk-core.o blk-tag.o blk-sysfs.o \ blk-flush.o blk-settings.o blk-ioc.o blk-map.o \ blk-exec.o blk-merge.o blk-softirq.o blk-timeout.o \ blk-iopoll.o blk-lib.o ioctl.o genhd.o scsi_ioctl.o \ partition-generic.o partitions/ obj-$(C...
nikhiljan93/sony_yuga_kernel
block/Makefile
Makefile
gpl-2.0
1,044
package helper; import java.awt.AlphaComposite; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Point; import java.awt.image.BufferedImage; import javax.swing.JPanel; public class GhostGlassPane extends JPanel { private AlphaComposite composite; private BufferedImage dragged =...
pja35/ThePyBotWarPro
src/main/java/helper/GhostGlassPane.java
Java
gpl-2.0
1,128
/* * Copyright (C) 2014-2019 Firejail Authors * * This file is part of firejail project * * 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 o...
pmillerchip/firejail
src/libpostexecseccomp/libpostexecseccomp.h
C
gpl-2.0
947
<?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName /** * Crowdsignal (PollDaddy) shortcode. * * Formats: * [polldaddy type="iframe" survey="EB151947E5950FCF" height="auto" domain="jeherve" id="a-survey-with-branches"] * [crowdsignal type="iframe" survey="EB151947E5950FCF" height="auto" domain="jeh...
Automattic/vip-go-mu-plugins
jetpack-9.4/modules/shortcodes/crowdsignal.php
PHP
gpl-2.0
22,364
kingsize/lib/gallery_template_style_js.php ligne 60 // $("a[href$='.jpg'], a[href$='.jpeg'], a[href$='.gif'], a[href$='.png']").prettyPhoto({ // animationSpeed: 'normal', /* fast/slow/normal */ // padding: 40, /* padding for each side of the picture */ // opacity: 0.7, /* Value betwee 0 and 1 */ // <?php if($d...
m-godefroid76/devrestofactory
readme.md
Markdown
gpl-2.0
613
''' Access Control Lists testing based on newpynfs framework Aurelien Charbon - Bull SA ''' from random_gen import * from optparse import OptionParser import commands import os import threading import time import random alphabet='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789_-() ~' t_alphabet=len(a...
anthony-kolesov/arc_ltp
testcases/network/nfsv4/acl/test_long_acl.py
Python
gpl-2.0
1,341
<?php /** @package catalog::modules::services @author Loaded Commerce @copyright Copyright 2003-2014 Loaded Commerce, LLC @copyright Portions Copyright 2003 osCommerce @license https://github.com/loadedcommerce/loaded7/blob/master/LICENSE.txt @version $Id: currencies.php v1.0 2013-08-0...
loadedcommerce/loaded7
catalog/includes/modules/services/currencies.php
PHP
gpl-2.0
1,257
<div> <dimg class="detalle_img" proc="asus-a78me"></dimg> <br> <p> AMD Socket FM2+ Athlon™/A- Series Processors <br> Supports CPU up to 4 cores<br> Supports AMD® Turbo Core 3.0 Technology<br> Chipset<br> AMD A78 (Bolton D3)<br> Memory<br> 2 x DIMM, Max. 32GB...
rafaelcor/webpageproject
templates/asus-a78me.html
HTML
gpl-2.0
3,767
/* * Copyright (C) 2000,2001 Marco Ziech (mmz@gmx.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 * of the License, or (at your option) any later version. * * Th...
jrmuizel/bnetd
src/bnetd/bits_rconn.c
C
gpl-2.0
3,614
#if 0 #include <linux/i2c.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/cdev.h> #include <linux/uaccess.h> #include <linux/slab.h> #include <linux/fs.h> #include "kd_camera_hw.h" #include "eeprom.h" #include "eeprom_define.h" #include "GT24c32a.h" #include <asm/system.h> #else #incl...
lbule/kernel_htc_mtk
drivers/misc/mediatek/cam_cal/src/mt6752/GT24c32a_eeprom/GT24c32a.c
C
gpl-2.0
25,203
Haz=g++ USANDOALEGRO="pkg-config --libs allegro-5 allegro_main-5" compila: $(Haz) main.cpp -o tetris $(USANDOALEGRO)
AlbertoLastres/c
2016/29_tetris/Makefile
Makefile
gpl-2.0
119