id
stringlengths
64
64
content
stringlengths
500
100k
language
stringclasses
29 values
path
stringlengths
4
333
repo
stringlengths
5
116
license
stringclasses
15 values
size
int64
500
100k
lines
int64
26
8.06k
source
stringclasses
1 value
d2d0b042c9aeffeb28d152a92dd8b278543d3cb10f43b199c9fdee7883a16246
(function () { 'use strict'; angular .module('tierraDeColoresApp') .service('fiscalService', fiscalService); fiscalService.$inject = ['$q', '$http', 'cookieService', 'BaseURL', 'toaster', '$rootScope']; function fiscalService($q, $http, cookieService, BaseURL, toaster, $rootScop...
JavaScript
scripts/angular/service/FiscalService.js
CosmicaJujuy/TierraDesktop
cc0-1.0
5,523
151
codeparrot/github-code
3f6c295b3e8996f096be355a3e8bd63c363692591f9316d1567a876f0b98bb46
/**! * LibreMoney DgsListing api 0.2 * Copyright (c) LibreMoney Team <libremoney@yandex.com> * CC0 license */ /* import nxt.Account; import nxt.Attachment; import nxt.Constants; import nxt.NxtException; import nxt.util.Convert; import org.json.simple.JSONStreamAware; import static nxt.http.JSONResponses.INCORRECT_...
JavaScript
Lm/Modules/DigitalGoods/Api/DgsListing.js
libremoney/main
cc0-1.0
1,680
53
codeparrot/github-code
6684a83d374c9609579db97d16fb10cd5ab132569c6d94f03de6815ce631d532
<div class="title font-quicksand"><?php _e("Payment Plans",ET_DOMAIN);?></div> <div class="desc"> <?php _e("Set payment plans your employers can choose from when posting new jobs.",ET_DOMAIN);?> <!-- <a class="find-out font-quicksand" href="#"> <?php _e("Find out more",ET_DOMAIN);?><span class="icon" data-ico...
PHP
cv/wp-content/themes/jobengine/admin/setting-payment-plans.php
C0DS3T/Yuki_Limousin
cc0-1.0
5,736
124
codeparrot/github-code
0ca553024229a880f4c0a50ab5cb1d6d7b0e00145086114dc6617ca0e2f4344b
/* ========================================================================== Shallow Extends Copyright (c) 2014 Alexey Maslennikov ========================================================================== */ 'use strict'; /** * @param {object} JavaScript object. * @returns {boolean} True if object is plai...
JavaScript
src/static/js/modules/util/shallow-extend.js
imuchnik/cfgov-refresh
cc0-1.0
1,290
48
codeparrot/github-code
dcdbf59980394eccb456bffd6a1a10418de81fc98157a99535cf9cd0e5fedff8
from django.db import models # Create your models here. class Profil(models.Model): awal = '' PILIHAN_JENJANG = ( (awal, '----'), ('Pertama', 'Perekayasa Pertama'), ('Muda', 'Perekayasa Muda'), ('Madya', 'Perekayasa Madya'), ('Utama', 'Perekayasa Utama'), ) nip...
Python
utiliti/models.py
akbarpn136/perek-dj
cc0-1.0
1,225
31
codeparrot/github-code
dcf85c9af1b5cc43d3a8a358dc062f19e9d6076e7bb0a5aa67e5731a1c72ec5b
/* * This file is part of memoization.java. It is subject to the license terms in the LICENSE file found in the top-level * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of memoization.java, * including this file, may be copied, modified, propagated, or distributed ...
Java
memoization-core/src/main/java/de/xn__ho_hia/memoization/map/ConcurrentMapBasedDoubleBinaryOperatorMemoizer.java
sebhoss/memoization.java
cc0-1.0
1,887
44
codeparrot/github-code
177da63f517a7badeec1a685f01bde967912aee5d520d540ffdaba1503aa0c2b
#!/usr/bin/python3 # # Checks that the upstream DNS has been set correctly and that # TLS certificates have been signed, etc., and if not tells the user # what to do next. import sys, os, os.path, re, subprocess, datetime, multiprocessing.pool import dns.reversename, dns.resolver import dateutil.parser, dateutil.tz i...
Python
management/status_checks.py
nstanke/mailinabox
cc0-1.0
41,744
940
codeparrot/github-code
6e92cef77b50deadc0c0b7ad3d933bbb6526a9add5f008b7daccec64186e265d
import React from "react" import { Link, graphql } from "gatsby" import Bio from "../components/bio" import Layout from "../components/layout" import SEO from "../components/seo" import { rhythm } from "../utils/typography" class BlogIndex extends React.Component { render() { const { data } = this.props con...
JavaScript
src/pages/archive.js
yetanotherchris/yetanotherchris.github.io
cc0-1.0
1,963
83
codeparrot/github-code
1003b2be432d83e1ed9b6c512ba55871a46b3fcdbb45a15d1eb6a317f7c56b58
package org.cqframework.cql.tools.parsetree; import org.antlr.v4.runtime.ANTLRInputStream; import org.antlr.v4.runtime.CommonTokenStream; import org.antlr.v4.runtime.ParserRuleContext; import org.cqframework.cql.gen.cqlLexer; import org.cqframework.cql.gen.cqlParser; import java.io.FileInputStream; import java.io.IOE...
Java
Src/java/tools/cql-parsetree/src/main/java/org/cqframework/cql/tools/parsetree/Main.java
MeasureAuthoringTool/clinical_quality_language
cc0-1.0
1,105
36
codeparrot/github-code
f1bfdf7a39502c58df25d79beda93bf3dccfccdebb71fcce859fc41669bbd793
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Modify Files for Building Images</title> </head> <body bgcolor="#FFFFFF"> <h2 align="center">Modify FW.C for all three Images</h2> <br> <p>The ...
HTML
docs/FW_changes.html
trygvis/javax-usb-tck
epl-1.0
4,629
93
codeparrot/github-code
33cb1e9b67c6f9849215b6769a81de72e90278b9d1eb760ab97bf2a75fe0a781
/* * (C) Copyright 2015 Netcentric AG. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package biz.netcentric.cq.t...
Java
accesscontroltool-bundle/src/main/java/biz/netcentric/cq/tools/actool/validators/Validators.java
mtstv/accesscontroltool
epl-1.0
3,216
109
codeparrot/github-code
c830942c141155d98be6bcd3e5a2e92438f259296c1d805bbb30fe940b938d4b
package daanielz.tools.commands; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import daanielz.tools.Utils; public class WorkbenchCmd implements CommandExecutor { public boolean onCommand(CommandSender sender...
Java
DToolsZ/src/daanielz/tools/commands/WorkbenchCmd.java
DaanielZ/DToolsZ
epl-1.0
978
30
codeparrot/github-code
870eceb575590c0f7ecc72d48b6c9ff3646654ba3b12ecc061b30a3dbee0595e
/* * Copyright 2012 PRODYNA AG * * Licensed under the Eclipse Public License (EPL), Version 1.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.opensource.org/licenses/eclipse-1.0.php or * http://www.nabucco.org/License...
Java
org.nabucco.framework.base.impl.service/src/main/man/org/nabucco/framework/base/impl/service/timer/Timer.java
NABUCCO/org.nabucco.framework.base
epl-1.0
3,676
137
codeparrot/github-code
b3be666044f61c2fb5f7ecb280ae6dfb5e583fb6fdaade85a61efe4eabb60eeb
package org.junit.runners.fix.v411; import java.lang.annotation.Annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.reflect.Field; import java.text.MessageFormat; import java.util.A...
Java
poc/src/main/java/org/junit/runners/fix/v411/Parameterized.java
aporo69/junit-issue-1167
epl-1.0
13,537
363
codeparrot/github-code
c1c8e467ef5d1c8ddef3c14a34ca59c448f6590dc4fc3198a7cca879eacd9a54
/** * Copyright (c) 2010-2015, openHAB.org and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package org...
Java
bundles/model/org.openhab.model.sitemap/src/org/openhab/model/sitemap/internal/SitemapProviderImpl.java
rahulopengts/myhome
epl-1.0
1,935
72
codeparrot/github-code
6b76e2b1c86cb8fc3fec042c80e942ec5228bac28b12762b0cc68b776866eeb2
/******************************************************************************* * Copyright (c) 2012-2016 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
Java
wsagent/che-core-api-project/src/main/java/org/eclipse/che/api/project/server/DtoConverter.java
dhuebner/che
epl-1.0
11,509
218
codeparrot/github-code
80cd50939b4b9fa8c46de14ee3631f4c380033c86e8c6055056977cc3a796b11
<div class="plugin-tile shadow-1"> <div class="plugin-content"> <div class="plugin-icon"> <% if (plugin.image) { %> <img src="<%= plugin.image['@id'] %>" /> <% } %> <% if (plugin.links && plugin.links.install) { %> <a id="buttonInstall" class="icon-button upper-right" title="<%= strings.Install %>...
HTML
yo/app/templates/settings/plugin.html
whizzosoftware/hobson-hub-webconsole
epl-1.0
2,953
84
codeparrot/github-code
36faf663394c1a520ffc4943e09649579096ddaae9f6c9fc10c46fd79706568d
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="copyright" content="(C) Co...
HTML
sdk/GUID-C71EE8CC-C770-3695-A2D3-DA1032ADA808.html
warlordh/fork_Symbian
epl-1.0
32,929
1,394
codeparrot/github-code
bf0c6dc6f2e5830ef1912ea98594db1dadef716c464fff3e00bc87e0f88d3f89
/******************************************************************************* * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1...
Java
moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/json/namespaces/DifferentNamespacesTestCases.java
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
epl-1.0
3,331
91
codeparrot/github-code
73b81dc67fe2267436841be23635a93c6869879c68201121a305933a69b8d99e
/****************************************************************************** * * Copyright 2013-2019 Paphus Solutions Inc. * * Licensed under the Eclipse Public License, Version 1.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at...
Java
botlibre-web/source/org/botlibre/web/rest/IssueTrackerConfig.java
BOTlibre/BOTlibre
epl-1.0
1,868
58
codeparrot/github-code
897e06d6519c41ad9ffed8334a3680fde60449e3d2ba67d0806aab7978a0b68e
/* * Copyright 2012 PRODYNA AG * * Licensed under the Eclipse Public License (EPL), Version 1.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.opensource.org/licenses/eclipse-1.0.php or * http://www.nabucco.org/License...
Java
org.nabucco.framework.base.facade.datatype/src/main/man/org/nabucco/framework/base/facade/datatype/NByteArray.java
NABUCCO/org.nabucco.framework.base
epl-1.0
4,346
170
codeparrot/github-code
28dd658a07552ecab6cc327490305fd2d81918966fbd2ca9683e60c8b7e88dc1
/* * Copyright (c) 2012-2018 Red Hat, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Red H...
Java
wsagent/che-core-api-project/src/main/java/org/eclipse/che/api/search/server/impl/SearchResultEntry.java
sleshchenko/che
epl-1.0
1,751
67
codeparrot/github-code
3207b7398983812657f71920e4754e332121ac38b93fe50f1a7985c2a866de8c
/******************************************************************************* * Copyright (c) 2012-2014 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
Java
platform-api/che-core-api-dto/src/main/java/org/eclipse/che/dto/generator/DtoImpl.java
codenvy/che-core
epl-1.0
17,115
429
codeparrot/github-code
e350fa9f618bcc763a9c4dbddcba156ca4854f694d08cd8ddbc40f78edfee8c5
/* **************************************************************************** * FontInfo.java * ****************************************************************************/ /* J_LZ_COPYRIGHT_BEGIN ******************************************************* * Copyright 2001-2006 Laszlo Systems, Inc. All Rights Reserve...
Java
WEB-INF/lps/server/src/org/openlaszlo/compiler/FontInfo.java
mcarlson/openlaszlo
epl-1.0
8,728
337
codeparrot/github-code
3ab3b64b694dd757f5f7f8e5557816dc8815a0386aa8d05d541e818128f2b721
/******************************************************************************* * Copyright (c) 2015 Whizzo Software, LLC. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availab...
Java
src/test/java/com/whizzosoftware/hobson/rules/condition/PresenceArrivalConditionClassTest.java
whizzosoftware/hobson-hub-rules
epl-1.0
2,537
55
codeparrot/github-code
e50cf9ce130ac80076bac4705b857d5a2d7a136b4b77d4ae62083338857f7a36
/******************************************************************************* * Copyright (C) 2007, Robin Rosenberg <robin.rosenberg@dewire.com> * Copyright (C) 2006, Shawn O. Pearce <spearce@spearce.org> * * All rights reserved. This program and the accompanying materials * are made available under the terms o...
Java
org.eclipse.egit.core.test/src/org/eclipse/egit/core/test/TestProject.java
spearce/egit
epl-1.0
6,918
186
codeparrot/github-code
8f3757e7913a672b44a9fd13a4160bda0d71433e921466633bafed835b48f0cb
/** * Copyright (c) 2015 Bosch Software Innovations GmbH and others. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html ...
Java
hawkbit-repository/hawkbit-repository-jpa/src/test/java/org/eclipse/hawkbit/repository/jpa/TargetManagementSearchTest.java
stormc/hawkbit
epl-1.0
41,642
692
codeparrot/github-code
b24f1c6747ea421211a75324109d3527073e91338b846f15472b0737d47caa91
/** * Copyright 2009-2016 Université Paris Ouest and Sorbonne Universités, Univ. Paris 06 - CNRS UMR 7606 (LIP6) * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is av...
Java
pnmlFw-SNNet/src/fr/lip6/move/pnml/symmetricnet/dots/impl/DotImpl.java
lhillah/pnmlframework
epl-1.0
6,592
254
codeparrot/github-code
cd5f6520d9145301710159baf038db1f771d1905d3cd45b5f6f13d007f8aa083
<?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 lang="en-us" xml:lang="en-us"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta name="copyright" content="(C) Copyrigh...
HTML
pdk/GUID-80A3B916-83A2-39B1-A389-0F5E9ED71E3E.html
warlordh/fork_Symbian
epl-1.0
5,912
88
codeparrot/github-code
8f23565afad0df23c3df91128b6f1aa1bc52682623102ad147cfe52b5d776f82
/* COPYRIGHT-ENEA-SRC-R2 * ************************************************************************** * Copyright (C) 2005-2007 by Enea Software AB. * All rights reserved. * * This Software is furnished under a software license agreement and * may be used only in accordance with the terms of such agreement. * An...
Java
Optima/com.ose.cdt.launch/src/com/ose/cdt/launch/internal/DebugActionDelegate.java
debabratahazra/OptimaLA
epl-1.0
7,388
204
codeparrot/github-code
59d11beef3d959f52396c35a127e7e8304dad3cad5a2338cb68f8b9287128304
/* * Copyright (c) 2012-2018 Red Hat, Inc. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Red H...
Java
plugins/plugin-debugger/che-plugin-debugger-ide/src/main/java/org/eclipse/che/plugin/debugger/ide/configuration/DebugConfigurationsGroup.java
sleshchenko/che
epl-1.0
2,088
65
codeparrot/github-code
ba767a7f6e6790f797c58c4e0e2efbdb8c280ba7615ad9445d917c0837e7cf3b
/** * Copyright (c) 2016-2019 by the respective copyright holders. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ pa...
Java
com.zsmartsystems.zigbee.console.ember/src/main/java/com/zsmartsystems/zigbee/console/ember/EmberConsoleNcpValueCommand.java
cschwer/com.zsmartsystems.zigbee
epl-1.0
4,666
137
codeparrot/github-code
9d52af8a9d086c6da30c24c3b73e6fa16f49c8c39e6e7826ca7b7e37a8bb607c
/******************************************************************************* * <copyright> Copyright (c) 2014 - 2021 Bauhaus Luftfahrt e.V.. All rights reserved. This program and the accompanying * materials are made available under the terms of the GNU General Public License v3.0 which accompanies this distribut...
Java
com.paxelerate.execution/src/com/paxelerate/execution/actions/ExportResultsAction.java
BauhausLuftfahrt/PAXelerate
epl-1.0
2,961
84
codeparrot/github-code
0cf996f9d181415126ee3afbb71c81a6a6e0f71b0f2b0f83151297c67af548ce
package org.eclipse.jet.compiled; import org.eclipse.jet.JET2Context; import org.eclipse.jet.JET2Template; import org.eclipse.jet.JET2Writer; import org.eclipse.jet.taglib.RuntimeTagElement; import org.eclipse.jet.taglib.TagInfo; public class _jet_Erroresql_0 implements JET2Template { private static final String ...
Java
src/com.ibm.etools.mft.pattern.sen/jet2java/org/eclipse/jet/compiled/_jet_Erroresql_0.java
ot4i/service-facade-mq-request-response-pattern
epl-1.0
18,882
363
codeparrot/github-code
8f2dccfd57de8bf1559f8a26e5bd45b6cd5ecc5cf320f02f9f2d9325d09add7f
/* * Copyright (c) 2015 Cisco Systems, Inc. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package org...
Java
opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/SnapshotManagerTest.java
qqbbyq/controller
epl-1.0
27,087
691
codeparrot/github-code
7de11e27d1238f45b18b4b1753d23eb453b4a12f33c3ea5b46480d5699795d7b
/******************************************************************************* * Copyright (c) 1998, 2012 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. ...
Java
sdo/eclipselink.sdo.test/src/org/eclipse/persistence/testing/sdo/model/dataobject/SDODataObjectGetDataObjectConversionTest.java
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
epl-1.0
5,453
132
codeparrot/github-code
5414c8ffb4bfa6e72126db83000f9a9124565e40f4a54c860c6c508dd4583493
/******************************************************************************* * Copyright (c) 1998, 2012 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. ...
Java
utils/eclipselink.utils.workbench/utility/source/org/eclipse/persistence/tools/workbench/utility/events/AWTChangeNotifier.java
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
epl-1.0
8,323
319
codeparrot/github-code
29ef8b11512f963021ec5690acfe96cc4249023920dc2f587a0c58c42feb8037
package com.odcgroup.mdf.integration; import org.osgi.framework.BundleContext; import com.odcgroup.workbench.core.AbstractActivator; /** * The activator class controls the plug-in life cycle */ public class Activator extends AbstractActivator { // The plug-in ID public static final String PLUGIN_ID = "com.odcgr...
Java
designstudio/components/domain/core/com.odcgroup.mdf.integration/src/main/java/com/odcgroup/mdf/integration/Activator.java
debabratahazra/DS
epl-1.0
1,113
57
codeparrot/github-code
0cc85d82a376488f5fdc741c462d7d4331b47c6acaf16cb00da95502360e0d14
// Copyright © 2014 John Watson // Licensed under the terms of the MIT License var GameState = function(game) { }; // Load images and sounds GameState.prototype.preload = function() { this.game.load.image('ground', 'assets/gfx/ground.png'); this.game.load.image('player', 'assets/gfx/player.png'); }; // Setup...
JavaScript
source/phasereditor/phasereditor.resources.templates/templates/Game Mechanic Explorer/01 - Mechanic - Walking and jumping - Basic walking/WebContent/ex-walking-01.js
boniatillo-com/PhaserEditor
epl-1.0
3,524
97
codeparrot/github-code
84adccecd9117ab27ac43461ebfb460f49a1585bdb09fc97c13ddeef40a1d4b2
/** * <copyright> * </copyright> * * $Id$ */ package org.obeonetwork.dsl.east_adl.structure.functional_analysis_architecture.impl; import java.util.Collection; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; im...
Java
plugins/org.obeonetwork.dsl.eastadl/src/org/obeonetwork/dsl/east_adl/structure/functional_analysis_architecture/impl/FunctionalAnalysisArchitectureImpl.java
ObeoNetwork/EAST-ADL-Designer
epl-1.0
25,068
581
codeparrot/github-code
d5a5e067e36116927094c0eb3f1ab994c99feb064bf21f981450117a76366a92
/******************************************************************************* * Copyright 2009 Regents of the University of Minnesota. All rights * reserved. * Copyright 2009 Mayo Foundation for Medical Education and Research. * All rights reserved. * * This program is made available under the terms of the Ecl...
Java
projects/TropixStorageCore/src/api/edu/umn/msi/tropix/storage/core/StorageManager.java
jmchilton/TINT
epl-1.0
2,764
90
codeparrot/github-code
6d419a72c6a47edf8219fc2b355841604ef0864b85b845a4173937d25b410f9c
/******************************************************************************* * Copyright (c) 1998, 2012 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. ...
Java
utils/eclipselink.utils.workbench/mappingsmodel/source/org/eclipse/persistence/tools/workbench/mappingsmodel/handles/MWAttributeHandle.java
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
epl-1.0
5,578
156
codeparrot/github-code
fa1b7f9fc17a23d292bfde26babf7410013d7ee03967c5d1fc03389e1c0330ab
var config = { type: Phaser.CANVAS, width: 800, height: 600, parent: 'phaser-example', backgroundColor: '#2d2d2d', useTicker: true, scene: { preload: preload, create: create, update: update } }; var image; var time; var delta; var speed = (600 / 2) / 1000; var g...
JavaScript
source/v2/phasereditor/phasereditor.resources.phaser.examples/phaser3-examples/public/src/timestep/delta history.js
boniatillo-com/PhaserEditor
epl-1.0
1,701
59
codeparrot/github-code
43dbcb9756590fb74b90452644462c60272b84eeb67d52ea7b1730b0bfa6ee3b
/******************************************************************************* * Copyright (c) 2014 Bruno Medeiros and other Contributors. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distrib...
Java
plugin_ide.ui/src-lang/melnorme/util/swt/components/fields/SpinnerNumberField.java
happyspace/goclipse
epl-1.0
2,850
100
codeparrot/github-code
ee5049a18e1a07c5b5adc2734515406d83969ea3b9780ff6ca10f00272a5884d
/** * */ package com.eclipsesource.gerrit.plugins.fileattachment.api.test.converter; import java.util.ArrayList; import java.util.List; import org.hamcrest.CoreMatchers; import org.junit.Assert; import org.junit.Test; import com.eclipsesource.gerrit.plugins.fileattachment.api.AttachmentTarget; import com.eclipses...
Java
src/test/java/com/eclipsesource/gerrit/plugins/fileattachment/api/test/converter/BaseAttachmentTargetResponseEntityReaderTest.java
theArchonius/gerrit-attachments
epl-1.0
12,234
316
codeparrot/github-code
3a04e716cc8e58bc630923803a6c23ee240dbcebe6505683e496151bc4eadd5d
/******************************************************************************* * Copyright (c) 2011, 2012 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1...
Java
moxy/eclipselink.moxy.test/src/org/eclipse/persistence/testing/jaxb/dynamic/DynamicJAXBFromXSDTestCases.java
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
epl-1.0
51,899
1,048
codeparrot/github-code
1265fc30b23000b4e62e577b2fb6b287e0d03cf029a6e4b1fc24adf19cdc169d
/* * $Id$ * * Copyright (c) 2004-2005 by the TeXlapse Team. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */ package...
Java
source/net/sourceforge/texlipse/properties/BibColoringPreferencePage.java
rondiplomatico/texlipse
epl-1.0
2,392
57
codeparrot/github-code
0ba4e2ada991a3d91ddf05fc8b224334d7aefda3950fea40893c505c86abb31b
/******************************************************************************* * Copyright (c) 1998, 2013 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1...
Java
foundation/org.eclipse.persistence.core/src/org/eclipse/persistence/internal/helper/Helper.java
bfg-repo-cleaner-demos/eclipselink.runtime-bfg-strip-big-blobs
epl-1.0
92,748
2,397
codeparrot/github-code
387e7e2a9e6a6f4066a9c8523de1cad939f2ca1784a29b818d49917aa652d4ba
package com.odcgroup.page.model.widgets.matrix.impl; import com.odcgroup.page.metamodel.MetaModel; import com.odcgroup.page.metamodel.WidgetLibrary; import com.odcgroup.page.metamodel.WidgetTemplate; import com.odcgroup.page.metamodel.util.MetaModelRegistry; import com.odcgroup.page.model.Widget; import com.odcgroup.p...
Java
designstudio/components/page/core/com.odcgroup.page.model/src/main/java/com/odcgroup/page/model/widgets/matrix/impl/MatrixFactory.java
debabratahazra/DS
epl-1.0
5,946
149
codeparrot/github-code
c87f3e9484ec236cc9cc0bd7a25576f4cf1f7c43b4f60946450748b71142a926
package com.odcgroup.t24.enquiry.editor.part; import org.eclipse.draw2d.IFigure; import org.eclipse.gef.EditPolicy; import com.google.common.base.Joiner; import com.odcgroup.t24.enquiry.editor.policy.EnquiryEditorComponentEditPolicy; import com.odcgroup.t24.enquiry.enquiry.SelectionCriteria; import com.odcgroup.t24.e...
Java
designstudio/components/t24/ui/com.odcgroup.t24.enquiry.editor/src/main/java/com/odcgroup/t24/enquiry/editor/part/SelectionCriteriaEditPart.java
debabratahazra/DS
epl-1.0
1,040
37
codeparrot/github-code
dfb11921117dcc75022a63771c21dc4904ae8aaeb55279ed091f646f81b4d89b
package de.simonscholz.junit4converter.converters; import org.eclipse.jdt.core.dom.AST; import org.eclipse.jdt.core.dom.MethodDeclaration; import org.eclipse.jdt.core.dom.SimpleType; import org.eclipse.jdt.core.dom.Type; import org.eclipse.jdt.core.dom.TypeDeclaration; import org.eclipse.jdt.core.dom.rewrite.AS...
Java
de.simonscholz.codemodify/src/de/simonscholz/junit4converter/converters/StandardModuleTestCaseConverter.java
WtfJoke/codemodify
epl-1.0
2,841
76
codeparrot/github-code
1341981ab9c41e03dcafe3f89b49de6cd2de81fe0a7a938c518e3b96ae068f5c
/** * Copyright (c) 2014 Kay Erik Münch. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.spdx.org/licenses/EPL-1.0 * * Contributors: * Kay Erik ...
Java
reqifcompiler/src/main/java/de/kay_muench/reqif10/reqifcompiler/types/complex/EnumeratedAttributeValue.java
KayErikMuench/reqiftools
epl-1.0
1,518
52
codeparrot/github-code
65dfdbe49728ea0a5dc5dee9a4e2f0c8f1d0c4ce5cd7bc8c0a4a9ca9ab224fdf
/* * Copyright (c) 2021 PANTHEON.tech, s.r.o. and others. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ package or...
Java
opendaylight/md-sal/samples/clustering-test-app/karaf-cli/src/main/java/org/opendaylight/clustering/it/karaf/cli/odl/mdsal/lowlevel/control/IsClientAbortedCommand.java
opendaylight/controller
epl-1.0
1,563
32
codeparrot/github-code
a40de0ea12284f23b17f210fcb01b21be8af34a11ef7a55ac9a43910c2c8087d
<?php /** * * * Copyright (c) 2010 Keith Palmer / ConsoliBYTE, LLC. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.opensource.org/licenses/eclipse...
PHP
QuickBooks/IPP/Service/Invoice.php
1bigidea/quickbooks-php
epl-1.0
1,436
54
codeparrot/github-code
5edb7e9f0289cfa881c5c756f3b4a8788f3ebada7566434525b3438967cf8117
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.poifs.filesystem.DocumentOutputStream (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesh...
HTML
Desktop/tool/poi-bin-3.15-20160924/poi-3.15/docs/apidocs/org/apache/poi/poifs/filesystem/class-use/DocumentOutputStream.html
tommylsh/test20170719
epl-1.0
6,705
160
codeparrot/github-code
3208650f0cfea335bf3dc7037f5f66861a1d6fb2104f201e143eb37f5da6425b
/******************************************************************************* * Copyright (c) 2010, 2012 Tasktop Technologies * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and i...
Java
com.tasktop.c2c.server/com.tasktop.c2c.server.developer.support/src/main/java/com/tasktop/c2c/server/developer/support/LocalServicesWebRunner.java
Tasktop/code2cloud.server
epl-1.0
2,350
60
codeparrot/github-code
249beaaa7660e71a60827f732c7a260f4be31c2ce4d25fee917af824b6ff9644
<?php /** * @package com_zoo * @author YOOtheme http://www.yootheme.com * @copyright Copyright (C) YOOtheme GmbH * @license http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* Class: ManagerController The controller class for application manager */ class ManagerController extends AppController { pub...
PHP
administrator/components/com_zoo/controllers/manager.php
lflayton/centralc
gpl-2.0
29,008
909
codeparrot/github-code
9f605947104a2a0e7ca6e3a6566c73466bf4cc96f5316b2522df3d26a03bf7ae
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> </title> </head> <body> <canvas id="canvas"> <p>Your browser does not support the canvas element!</p> </canvas> </body> </html> <script type="text/javascript"> Array.prototype.remove = function(obj) { for (var i = 0; i < this.lengt...
HTML
public/wz/b36640a1-3ff0-4103-90d1-85763e7c6cfb/233/src/23333.html
haozi23333/up-you-work
gpl-2.0
4,395
157
codeparrot/github-code
7b09854c2075a373b2ab6ca87c90e40c0ff60fe734e571bb3ddf211bbec7ef10
/* ** $Id: lbaselib.c 1752 2005-01-01 21:31:49Z andi75 $ ** Basic library ** See Copyright Notice in lua.h */ #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define lbaselib_c #include "lua.h" #include "lauxlib.h" #include "lualib.h" /* ** If your system does not support `stdout...
C
lua5/lib/lbaselib.c
sugao516/gltron-code
gpl-2.0
17,908
676
codeparrot/github-code
1c904dadfa2517235b5cb658af23d694898f6a477d68d7776b0c74d3292e6b97
<div class="col-sm-12" align="center"> <img src="/asset/image/rimauwaf.jpg" width="500" /> </div> <div class="col-sm-12"> <h2>RIMAU WAF PROJECT</h2> <hr /> <center> Core System By : <a href="https://asklinux.github.io/">Hasnan Bin Hasim</a> </center> <br/><br/> Team public waf Nawawi, Mani, Muiz, Anuar, Shaiful,...
PHP
source/application/views/panel/model/about.php
asklinux/rimau-waf
gpl-2.0
15,579
113
codeparrot/github-code
4cbb316786969f336be0a554105399f71fa405eb7de327393bd45204fc017e64
/* * Renjin : JVM-based interpreter for the R language for the statistical analysis * Copyright © 2010-2019 BeDataDriven Groep B.V. and contributors * * 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 F...
Java
core/src/main/java/org/renjin/compiler/ir/tac/functions/ClosureDefinitionTranslator.java
bedatadriven/renjin
gpl-2.0
1,956
57
codeparrot/github-code
300732e0ac67d09492b43ce1cd677b8fe5aaf74ba6796c087aebea93c8d5d550
/* -*- C++ -*- * * kPPP: A pppd front end for the KDE project * * $Id: pppdata.h,v 1.10 2004-10-14 01:44:27 zecke Exp $ * * Copyright (C) 1997 Bernd Johannes Wuebben * wuebben@math.cornell.edu * * based on EzPPP: * Copyright (C) 1997 Jay Painter * * This program is f...
C
noncore/settings/networksettings/ppp/pppdata.h
opieproject/opie
gpl-2.0
13,359
479
codeparrot/github-code
5c2700d55bb154fd397cc7c8f51f75a65d8211da302586252c0bc072457efe96
#include <stdio.h> #include <net/ethernet.h> #include <arpa/inet.h> #include "ethernet.h" void ethernet_print_mac (const uint8_t ether_dhost[ETH_ALEN]) { for (int i = 0; i < (ETH_ALEN - 1); i ++) { fprintf(stdout, "%x:", ether_dhost[i]); } fprintf(stdout, "%x", ether_dhost[ETH_ALEN - 1]); } void...
C
src/ethernet.c
lukhio/NSA
gpl-2.0
1,479
55
codeparrot/github-code
6ca622ed222e39f4dc96935a8b0d9c8233363bbabbfd2b01b74a45d465ea9828
<?php /* * Configuration */ $dirname = dirname(__FILE__).'/../traductions/'; $main_lg = 'fr_FR'; $menu->current('main/params/clean'); $titre_page = $dico->t('NettoyerDoublonsSku'); $ref = $url->get("id"); if ($ref > 0) { /* * On met à jour les ref des SKU */ if ($_POST['refsku'] == "ok") { $q = "UPDATE dt...
PHP
admin/pages/601_cleansku.php
noparking/alticcio
gpl-2.0
4,148
134
codeparrot/github-code
5db22dd017d13841ecdc65d9af19e53c64532a73bf25aad3732bdc7fc46b55c7
<?php /* Copyright (C) 2011-2015 Emmanuel DEROME - All rights reserved */ // Prevents any direct access defined('_JEXEC') or die(); // echo "<h1>\n"; // echo JText::_('COM_EGS_ENTREPRISE'); // echo "</h1>\n"; ?> <form action="index.php" method="post" name="adminForm" id="adminForm"> <?php $user = JFa...
PHP
components/com_egs/views/entreprise/tmpl/form.php
Mohsan1995/egs.com
gpl-2.0
6,237
172
codeparrot/github-code
31c65db07c315adef1467c9178ae1631f4d50a8451c60bf18bf2b613a54b3051
#include <cstring> #include <iostream> #include <string> std::string opt; using std::cin; using std::cout; int x[31] = {}, y[31], t[31], tmp, s[31]; int main() { s[0] = 1; for (int i = 1; i < 31; ++i) { s[i] = s[i - 1] * 2; } for (int i = 0; i < 31; ++i) { y[i] = 1; } int n, m; ...
C++
complete/LG-2114.cpp
Chaigidel/luogu-code
gpl-2.0
2,788
112
codeparrot/github-code
ba498ec61031f2232f67e7362092cd653435777375b31a724e8fc8dad7ad60ad
/* * libslack - http://libslack.org/ * * Copyright (C) 1999-2010 raf <raf@raf.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, or * (at your option) any la...
C
libslack/daemon.c
marko-asplund/daemon
gpl-2.0
50,003
2,035
codeparrot/github-code
eb7e4886314415a9d17c2e61678c8d0c6cd0e462782024ed39888c1659fdb206
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
C
Player/firmware/target/arm/imx31/uart-imx31.c
renolui/RenoStudio
gpl-2.0
2,050
73
codeparrot/github-code
4b3351584ca7fc632ce6307b03231c0611c80f1b1885bbf15fac452ef896e392
/*********************************************************************/ // dar - disk archive - a backup/restoration program // Copyright (C) 2002-2022 Denis Corbin // // 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 F...
C++
src/libdar/fichier_libcurl.cpp
Edrusb/DAR
gpl-2.0
20,103
871
codeparrot/github-code
cfcd3ad0b972b4149efcb75924db537c678eba8eb39bf1406d71059c93de655c
<script> function initMap() { // Basic options for a simple Google Map // For more options see: https://developers.google.com/maps/documentation/javascript/reference#MapOptions var mapOptions = { // How zoomed in you want the map to start at (always required) zoom: 15, ...
HTML
_includes/mapScript.html
josephbergdoll/bergdoll-insurance
gpl-2.0
6,245
211
codeparrot/github-code
d78d7626fd99ea21d72dbd4989cdb226a83a36a2a3500dd353a671a0a974effc
package org.xiaotian.config; import java.io.File; import java.util.ArrayList; import java.util.HashMap; import org.apache.log4j.Logger; import org.xiaotian.config.bean.ConfigFile; import org.xiaotian.config.bean.ConfigFiles; import org.xiaotian.extend.CMyFile; /** * 按照指定方式(配置文件plugin和mapping.xml在同一目录)读写...
Java
meister-config-server/src/main/java/org/xiaotian/config/ConfigFilesFinder.java
xiaotian15/meister
gpl-2.0
4,426
168
codeparrot/github-code
cc4ca6e7b5a08921082798f5c1d1f4ed7ead943ed8028af103bf8a49d5892bd5
/*************************************************************************** * qgsgeometrysnapperplugin.h * * ------------------- * * copyright : (C) 2014 by Sandro Mani / Sourcepole AG * * email ...
C
src/plugins/geometry_snapper/qgsgeometrysnapperplugin.h
wonder-sk/QGIS
gpl-2.0
2,232
50
codeparrot/github-code
127687f68514386dbd54eb175e69bdfb0f763b2c5d07ba65a043015c34f7c5f7
/* pbrt source code Copyright(c) 1998-2012 Matt Pharr and Greg Humphreys. This file is part of pbrt. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the...
C++
pbrt-v2-master/src/materials/measured.cpp
dnx4015/pbrt-importance-sampling
gpl-2.0
8,817
224
codeparrot/github-code
8bc4481ecca3cb208b21a37d5873aa4e8c7b2fa6d033ca3b77053543190138bb
package com.shinydev.wrappers; import au.com.bytecode.opencsv.CSVReader; import com.shinydev.justcoin.model.JustcoinTransaction; import org.joda.time.DateTime; import org.joda.time.DateTimeZone; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.FileReader; import java.io.IOException; import java...
Java
src/main/java/com/shinydev/wrappers/JustcoinWrapper.java
nakedpony/justcoin-ripple-checker
gpl-2.0
2,350
61
codeparrot/github-code
8277d54f77014613d5b15c974930fb438e89af0fbdff4ba4584350ea189aa9ff
/* * linux/kernel/hrtimer.c * * Copyright(C) 2005-2006, Thomas Gleixner <tglx@linutronix.de> * Copyright(C) 2005-2007, Red Hat, Inc., Ingo Molnar * Copyright(C) 2006-2007 Timesys Corp., Thomas Gleixner * * High-resolution kernel timers * * In contrast to the low-resolution timeout API implemented in * ...
C
kernel/hrtimer.c
12019/Dorimanx-SG2-I9100-Kernel
gpl-2.0
49,191
1,913
codeparrot/github-code
f92a9f42de2275b87f7f58dc1a7087baca2bb8f6fc6bc60c259d3b28374665ee
/* * fbcon.c * * Copyright (C) 2012 Andrei Warkentin <andreiw@msalumni.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any l...
C
xen/drivers/char/fbcon.c
andreiw/xen3-arm-tegra
gpl-2.0
4,939
187
codeparrot/github-code
ea70aa3e864e7328e0643f21a459a3ab0eb39495c5749c42538b3df1cc1792c4
/* Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. DCP-o-matic 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 ...
C++
src/wx/cinema_dialog.cc
GrokImageCompression/dcpomatic
gpl-2.0
5,515
183
codeparrot/github-code
e6c25dcafe84c398328ec7be8c0fbba9bd3fed01e20d1013b9304c6f969cc566
/***************************************************************************** * QLOGIC LINUX SOFTWARE * * QLogic ISP2x00 device driver ioctl definition file * Copyright (C) 2005 QLogic Corporation * (www.qlogic.com) * * This program is free software; you can redistribute it and/or modify it * under th...
C
drivers/scsi/qla2xxx/exioctln.h
dduval/kernel-rhel4
gpl-2.0
10,852
377
codeparrot/github-code
1751ff615113af93ee0fc02563fbdcc31e221ff0596e9de8e8d83c5ecd58694f
/* GStreamer * Copyright (C) <2009> Collabora Ltd * @author: Olivier Crete <olivier.crete@collabora.co.uk * Copyright (C) <2009> Nokia Inc * * 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 F...
C
sys/shm/gstshmsrc.c
MathieuDuponchelle/Gst-plugins-bad---soundtouch-0.11
gpl-2.0
11,920
447
codeparrot/github-code
8f7058b2948d8f680db932437ef468a71a34a8945511d053a4fd0ca8fdb7767b
<?php namespace App\Models; use Illuminate\Notifications\Notifiable; use Illuminate\Contracts\Auth\MustVerifyEmail; use Illuminate\Foundation\Auth\User as Authenticatable; class User extends Authenticatable { use Notifiable; /** * The attributes that are mass assignable. * * @var array *...
PHP
app/Models/User.php
krues8dr/govify
gpl-2.0
741
40
codeparrot/github-code
1d9fdfd4f9e3b7320f96c91ffc474cc41be8ae598a9e9a48fd90a88c822c57f7
/********************************************************************* * Filename: sha256.h * Author: Brad Conte (brad AT bradconte.com) * Copyright: * Disclaimer: This code is presented "as is" without any guarantees. * Details: Defines the API for the corresponding SHA1 implementation. **********************...
C
STM32Cube_FW_F1_V1.4.0/Projects/STM3210C_EVAL/Applications/loraTracker/bootloader/Inc/sha256.h
PostEpi/loraTracker
gpl-2.0
1,214
34
codeparrot/github-code
22d2979c0aa8644c7cd76d9f8b0fab953b5818620847abe067e3b7ac8c04f57c
/* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ /* Rosegarden A MIDI and audio sequencer and musical notation editor. Copyright 2000-2018 the Rosegarden development team. Other copyrights also apply to some parts of this work. Please see the AUTHORS file and individu...
C
base/TimeT.h
bownie/RosegardenW
gpl-2.0
1,403
40
codeparrot/github-code
5a386d9afd02c8fdbbc169cffc23a9932ada21111047aa14149e65fda26f49be
/* * Samsung Exynos5 SoC series FIMC-IS driver * * exynos5 fimc-is video functions * * Copyright (c) 2011 Samsung Electronics Co., Ltd * * 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 Fo...
C
drivers/media/video/exynos/fimc-is-mc2/fimc-is-device-flite.c
meizuosc/m35x
gpl-2.0
29,793
1,113
codeparrot/github-code
f21ab94d4869bedf6aa278abe66a6a7f39c571f449852372ed1df71668644400
#include "stdarg.h" #include "include/console.h" static int x = 0; static int y = 0; static char* video = (char*) 0xb8000; static int kprintf_res = 0; static void kputc(char c) { if ((c == '\n') || (x > 79)) { x = 0; y++; } if (c == '\n') { return; } if (y > 24) { ...
C
console.c
BrightSet/NamelessOS
gpl-2.0
2,228
125
codeparrot/github-code
206cda02f219a3d552f1171c548f2e0530e9c574cec19157ba0fca4a453942da
/********************************************************** * Common JS function calls. * * Copyright © 2001-2007 E-Blah. * * Part of the E-Blah Software. Released under the GPL. * * Last Update: September 17, 2007 * **************...
JavaScript
public_html/blahdocs/common.js
eblah/E-Blah-Forum
gpl-2.0
4,101
137
codeparrot/github-code
e237b70e8c27cb1c2149a81e2e988e480b2b2ea0223a0663e0e5b0dcd5fdcc40
#region Usings using System.Diagnostics; #endregion namespace Unity.IO.Compression { internal static class Crc32Helper { // Table for CRC calculation private static readonly uint[] crcTable = new uint[256] { 0x00000000u, 0x77073096u, 0xee0e612cu, 0x990951bau, 0x076dc419u, 0x706af48fu, 0xe963a535u, 0x9...
C#
TMS.Common/Assets/Runtime/Common/IO/Compression/Unity.IO.Compression/Crc32Helper.cs
supermax/TMS
gpl-2.0
4,196
84
codeparrot/github-code
462c4b3ada3e6754910e84c3107882da0cf7ea6b7f2bd431730a985ae734bb4c
/* * Copyright (c) 1998-2010 Caucho Technology -- all rights reserved * * This file is part of Resin(R) Open Source * * Each copy or derived work must preserve the copyright notice and this * notice unmodified. * * Resin Open Source is free software; you can redistribute it and/or modify * it under the terms o...
Java
resin/src/main/java/com/caucho/env/thread/ThreadTask.java
CleverCloud/Quercus
gpl-2.0
2,251
98
codeparrot/github-code
7fce0995f06ffa85e5f86bd148f24eafe45f1cb1096c346dffc1b8f0a480b5b7
"""Library for performing speech recognition with the Google Speech Recognition API.""" __author__ = 'Anthony Zhang (Uberi)' __version__ = '1.0.4' __license__ = 'BSD' import io, subprocess, wave, shutil import math, audioop, collections import json, urllib.request #wip: filter out clicks and other too short parts c...
Python
core/lib/speech_recognition/__init__.py
bizalu/sImulAcre
gpl-2.0
10,485
254
codeparrot/github-code
d65e9ae2ab3966d5d95b19e934e40d11988e86e349ec40decd5f8b411cf7ed93
/* * aTunes * Copyright (C) Alex Aranda, Sylvain Gaudard and contributors * * See http://www.atunes.org/wiki/index.php?title=Contributing for information about contributors * * http://www.atunes.org * http://sourceforge.net/projects/atunes * * This program is free software; you can redistribute it and/or * mo...
Java
aTunes/src/main/java/net/sourceforge/atunes/gui/views/menus/ApplicationMenuBar.java
PDavid/aTunes
gpl-2.0
3,100
135
codeparrot/github-code
50921dfe0018fd06ed7dfd8c1d0f7175e62e9607e7218273ac73bcf31b957e99
/* * * RIL library with GLib integration * * Copyright (C) 2008-2011 Intel Corporation. All rights reserved. * Copyright (C) 2012-2014 Canonical Ltd. * Copyright (C) 2015 Ratchanan Srirattanamet. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge...
C
gril/grilrequest.c
morphis/ofono
gpl-2.0
28,559
1,152
codeparrot/github-code
afced2718d09a980e781f357f7a6e0578535c0c4cbf9fdf15422655b15a80600
/***************************************************************************** * extract.c : Extract RGB components ***************************************************************************** * Copyright (C) 2000-2006 the VideoLAN team * $Id$ * * Authors: Antoine Cellerier <dionoea .t videolan d@t org> * * Th...
C
modules/video_filter/extract.c
MessiahAndrw/Stereoscopic-VLC
gpl-2.0
29,174
786
codeparrot/github-code
aaf303ba5f20ba110d545a3cbe0735b2740a3e157cd8f87913a0354cdad0e4bd
/* * This program is free software; you can redistribute it and 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. * * Authors: Olivier Lapicque <olivierl@jps.net> */ //////////...
C++
core/multimedia/opieplayer/modplug/load_dsm.cpp
opieproject/opie
gpl-2.0
5,990
240
codeparrot/github-code
2f806d81b1702211f21d72661cfdddf7baf69ef375411c93d91de7fcb1c4f461
/* Copyright (c) 2012, Code Aurora Forum. All rights reserved. * Copyright (c) 2012, LGE Inc. * * 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 progr...
C
arch/arm/mach-msm/lge/j1/board-j1-gpu.c
Kaik541/kernel_lge_gee
gpl-2.0
5,733
263
codeparrot/github-code
119488e0f3196cb0f2712d1a1c34fcb92f618cf4fc019c5debfd120254ecbc16
<?php /* * Plugin Name: Whimsy+ | Helper Class * Version: 0.0.1 * Plugin URI: http://www.whimsycreative.co/framework/plus * Description: A plugin packed with awesome features for Whimsy Framework. * Author: Whimsy Creative Co. * Author URI: http://www.whimsycreative.co * Requires at least: 4.0 * Tested up to: 4...
PHP
helpers/class-whimsy-plus-helper.php
WhimsyCreative/whimsy-plus
gpl-2.0
8,486
293
codeparrot/github-code
902b1db24fb725e2aa24bde2dd1a2ccadd9d5f01c6d54926508e42cdefb9537a
/* * * * Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program 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 ...
C++
shared/cacao-related/phoneme_feature/cldc/src/vm/cpu/i386/CompiledMethod_i386.cpp
tommythorn/yari
gpl-2.0
3,246
118
codeparrot/github-code
15c2bde190f4fc01abc45e405330e63e168754c233b802deb817811a92ad72a0
/* ASE - Allegro Sprite Editor * Copyright (C) 2001-2011 David Capello * * 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 v...
C
src/context_flags.h
Skiles/aseprite
gpl-2.0
1,637
53
codeparrot/github-code
958ebd19bb52f764534bcf6e43f08ed501a60f427b7dc69db1d9d359922a8e27
<?php /* phpMyProfiler * Copyright (C) 2005-2014 The phpMyProfiler 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; version 2 * of the License, or (at your option) any later versi...
PHP
statistic/graph_productiondecade.php
hase77/phpmyprofiler
gpl-2.0
3,852
122
codeparrot/github-code
1f324b58168a13d658e09ce9a4f3680da271ef07b325dd0e50fbdd8cb2b0bbc9
/* Kvalobs - Free Quality Control Software for Meteorological Observations $Id: kvdatatest.cc,v 1.1.6.2 2007/09/27 09:02:31 paule Exp $ Copyright (C) 2007 met.no Contact information: Norwegian Meteorological Institute Box 43 Blindern 0313 OSLO NORWAY e...
C++
src/lib/kvalobs/test/kvdatatest.cc
metno/kvalobs
gpl-2.0
2,208
72
codeparrot/github-code
abaa89fa03ac38171b801cd3b3f31fb0e85938c1d7c21191beab99c5afbe5b19
/* * Copyright (C) 2018, Nils Asmussen <nils@os.inf.tu-dresden.de> * Economic rights: Technische Universitaet Dresden (Germany) * * This file is part of M3 (Microkernel-based SysteM for Heterogeneous Manycores). * * M3 is free software: you can redistribute it and/or modify * it under the terms of the GNU Genera...
C
src/apps/shell/Vars.h
TUD-OS/M3
gpl-2.0
1,871
77
codeparrot/github-code
e08c56e9d7ea2ecf3f8844106d19ff211c1bc95b051e4f3782f60030aaca6868
/* * Copyright 2006-2016 The MZmine 3 Development Team * * This file is part of MZmine 3. * * MZmine 3 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 opti...
Java
src/main/java/io/github/mzmine/modules/featuretable/renderers/RtRenderer.java
DrewG/mzmine3
gpl-2.0
1,988
52
codeparrot/github-code