identifier stringlengths 42 383 | collection stringclasses 1
value | open_type stringclasses 1
value | license stringlengths 0 1.81k | date float64 1.99k 2.02k ⌀ | title stringlengths 0 100 | creator stringlengths 1 39 | language stringclasses 157
values | language_type stringclasses 2
values | word_count int64 1 20k | token_count int64 4 1.32M | text stringlengths 5 1.53M | __index_level_0__ int64 0 57.5k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
https://github.com/nemundo/html/blob/master/package/html/js/Listing/UlContainer.js | Github Open Source | Open Source | MIT | 2,023 | html | nemundo | JavaScript | Code | 38 | 132 | import BaseContainer from "../Base/Base.js";
import LiContainer from "./LiContainer.js";
export default class UlContainer extends BaseContainer {
constructor(parentContainer) {
super("ul", parentContainer);
}
/*addContainer(container) {
let li = new LiContainer();
li.addContaine... | 18,168 |
https://github.com/github/codeql/blob/master/java/ql/test/query-tests/Metrics/GeneratedVsManualCoverage/TopJdkApisTest/TopJdkApis/java/nio/file/Paths.java | Github Open Source | Open Source | MIT | 2,023 | codeql | github | Java | Code | 35 | 85 | // Generated automatically from java.nio.file.Paths for testing purposes
package java.nio.file;
import java.net.URI;
import java.nio.file.Path;
public class Paths
{
protected Paths() {}
public static Path get(String p0, String... p1){ return null; } // manual summary
}
| 43,483 |
https://github.com/JaskaRoman/selenium-utils/blob/master/src/Samples/Riganti.Selenium.Core.Samples.New/Views/Test/Focus.cshtml | Github Open Source | Open Source | Apache-2.0 | 2,021 | selenium-utils | JaskaRoman | C# | Code | 180 | 579 |
@{
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h2>
Focus tests
</h2>
<div>
<!-- textarea - preserve spaces !!! -->
<input type="text" value="test " id="first-textbox" /><br />
<br />
<input type="text" value="test2" id="second-textbox" />
<br />
<a href="https://www.google.com">Link ... | 32,929 |
https://github.com/devilesk/dota-drawable-map/blob/master/src/js/coordinateconversion.js | Github Open Source | Open Source | 0BSD | null | dota-drawable-map | devilesk | JavaScript | Code | 201 | 620 | /***********************************
* COORDINATE CONVERSION FUNCTIONS *
***********************************/
var getTileRadius = function (r) {
return parseInt(Math.floor(r / 64));
}
var lerp = function (minVal, maxVal, pos_r) {
return pos_r * (maxVal - minVal) + minVal;
}
var reverseLerp = function (minV... | 1,157 |
https://github.com/swagkarna/L3MON/blob/master/server/app/factory/decompiled/smali/io/socket/engineio/client/transports/WebSocket$2$5.smali | Github Open Source | Open Source | LicenseRef-scancode-warranty-disclaimer, MIT | 2,021 | L3MON | swagkarna | Smali | Code | 110 | 716 | .class Lio/socket/engineio/client/transports/WebSocket$2$5;
.super Ljava/lang/Object;
.source "WebSocket.java"
# interfaces
.implements Ljava/lang/Runnable;
# annotations
.annotation system Ldalvik/annotation/EnclosingMethod;
value = Lio/socket/engineio/client/transports/WebSocket$2;->onFailure(Lokhttp3/WebSocke... | 46,046 |
https://github.com/Utsira/Codea-OBJ-Importer/blob/master/models/stormtrooperhelmet.obj | Github Open Source | Open Source | CC-BY-4.0 | 2,015 | Codea-OBJ-Importer | Utsira | Wavefront Object | Code | 20,000 | 78,300 | # Blender v2.73 (sub 0) OBJ File: 'helmet.blend' # www.blender.org mtllib stormtrooperhelmet.mtl o interior_Plane.003 v -2.921402 3.369339 0.384389 v -2.831694 3.300983 0.562564 v -2.837868 3.577063 0.384389 v -2.986683 3.417214 0.194998 v -3.004935 3.161615 0.384389 v -2.917946 3.094349 0.562564 v -2.745440 3.507617 0... | 6,122 |
https://github.com/shadowbehindthebread/Offline/blob/master/CRVResponse/src/CrvHelper.cc | Github Open Source | Open Source | Apache-2.0 | 2,020 | Offline | shadowbehindthebread | C++ | Code | 311 | 1,575 | #include "CRVResponse/inc/CrvHelper.hh"
namespace mu2e
{
void CrvHelper::GetStepPointsFromCrvRecoPulse(const art::Ptr<CrvRecoPulse> &crvRecoPulse,
const art::Handle<CrvDigiMCCollection> &digis,
std::set<art::Ptr<StepPoin... | 12,609 |
https://github.com/bossjones/gopherjs/blob/master/tests/misc_test.go | Github Open Source | Open Source | BSD-2-Clause | 2,014 | gopherjs | bossjones | Go | Code | 148 | 467 | package tests
import "testing"
func TestSyntax1(t *testing.T) {
a := 42
if *&*&a != 42 {
t.Fail()
}
}
func TestPointerEquality(t *testing.T) {
a := [3]int{1, 2, 3}
if &a[0] != &a[0] || &a[:][0] != &a[0] || &a[:][0] != &a[:][0] {
t.Fail()
}
}
type SingleValue struct {
Value uint16
}
type OtherSingleValue... | 31,389 |
https://github.com/Samsung/TizenFX/blob/master/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/FaceInfo.cs | Github Open Source | Open Source | MIT, Apache-2.0 | 2,023 | TizenFX | Samsung | C# | Code | 443 | 1,047 | /*
* Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the License);
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | 25,039 |
https://github.com/nicengi/MMEdit/blob/master/MMEdit.Framework/Configuration/CustomSettingsBase.cs | Github Open Source | Open Source | MIT | 2,020 | MMEdit | nicengi | C# | Code | 123 | 411 | using System.Collections.Generic;
using System.Windows.Forms;
namespace MMEdit.Configuration
{
/// <summary>
/// 定义自定义设置的基类。
/// </summary>
public abstract class CustomSettingsBase : ICustomSettings
{
#region Constructor
/// <summary>
/// 初始化 <see cref="CustomSettingsBase"/... | 14,739 |
https://github.com/Bounteous-Inc/aem-commerce-omni-channel/blob/master/modules/wetelco-screens/ui.apps/src/main/content/jcr_root/apps/wetelco-screens/components/announcement/clientlibs/production/styles.less | Github Open Source | Open Source | ECL-2.0, Apache-2.0 | null | aem-commerce-omni-channel | Bounteous-Inc | Less | Code | 215 | 1,053 | /*
* ADOBE CONFIDENTIAL
*
* Copyright 2015 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporated and its suppliers,
* if any. The intellectual and technical concepts contained
* herein are proprietary to A... | 17,921 |
https://github.com/chrischamberlin/sentinelhub-py/blob/master/tests/test_config.py | Github Open Source | Open Source | MIT, LicenseRef-scancode-unknown-license-reference | 2,018 | sentinelhub-py | chrischamberlin | Python | Code | 110 | 600 | import unittest
import json
import os.path
from tests_all import TestSentinelHub
from sentinelhub.config import SHConfig
class TestSHConfig(TestSentinelHub):
def test_configuration(self):
SHConfig().save()
config_file = '{}/../sentinelhub/config.json'.format(os.path.dirname(os.path.realpath(__fi... | 26,827 |
https://github.com/nguyen2504/XnBoiler/blob/master/aspnet-core/src/Xn.Core/Services/NccService.cs | Github Open Source | Open Source | MIT | null | XnBoiler | nguyen2504 | C# | Code | 134 | 567 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Abp.Domain.Repositories;
using Abp.Domain.Services;
using Xn.Models;
namespace Xn.Services
{
public class NccService : DomainService, INccService
{
private readonly IRepository<Ncc... | 10,021 |
https://github.com/Bleoo/BugCatcher/blob/master/bug-catcher/src/main/java/io/github/bleoo/bugcatcher/db/AppDatabase.java | Github Open Source | Open Source | Apache-2.0 | null | BugCatcher | Bleoo | Java | Code | 29 | 107 | package io.github.bleoo.bugcatcher.db;
import android.arch.persistence.room.Database;
import android.arch.persistence.room.RoomDatabase;
import io.github.bleoo.bugcatcher.model.Bug;
@Database(entities = {Bug.class}, version = 1, exportSchema = false)
public abstract class AppDatabase extends RoomDatabase {
publi... | 49,164 |
https://github.com/finnianr/Eiffel-Loop/blob/master/library/base/data_structure/map-list/el_arrayed_map_list.e | Github Open Source | Open Source | MIT | 2,021 | Eiffel-Loop | finnianr | null | Spoken | 573 | 1,995 | note
description: "Arrayed list of key-value pair tuples"
descendants: "See end of class"
author: "Finnian Reilly"
copyright: "Copyright (c) 2001-2017 Finnian Reilly"
contact: "finnian at eiffel hyphen loop dot com"
license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
date: "2021-07-23 15:29:51 GMT ... | 10,419 |
https://github.com/sitnpaws/sit-n-paws/blob/master/src/client/utils/login.js | Github Open Source | Open Source | Unlicense | 2,017 | sit-n-paws | sitnpaws | JavaScript | Code | 87 | 204 | export default function LoginSubmit(url, credentials, callback) {
// post request for user login with user credentials object
// the credentials object will be at a minimum username and password
// used in components login.js to flexibly handle login AND register
var options = {
method: 'POST',
body: J... | 38,275 |
https://github.com/LiuvIT/larapix/blob/master/src/Webhooks/Contracts/WebhooksContract.php | Github Open Source | Open Source | MIT | 2,022 | larapix | LiuvIT | PHP | Code | 26 | 94 | <?php
namespace Liuv\Larapix\Webhooks\Contracts;
use Liuv\Larapix\Webhooks\Webhook;
interface WebhooksContract
{
public function create(Webhook $webhook): array;
public function findAll(array $parameters = []): array;
public function delete(string $webhookId): array;
}
| 49,942 |
https://github.com/prathibha126/common-ui/blob/master/src/main/webapp/scripts/common-ui/widgets/utils/accessibilityUtil.js | Github Open Source | Open Source | MIT | null | common-ui | prathibha126 | JavaScript | Code | 65 | 151 | define([], function () {
"use strict";
return {
/**
* @returns {boolean}
* Checks for keyboard click from an event
*/
clicked(evt) {
if (evt) {
if (evt.type === "click") {
return true;
}
... | 47,927 |
https://github.com/anthonycluse/GestionDettes/blob/master/app/dao/BillbookDao.js | Github Open Source | Open Source | MIT | null | GestionDettes | anthonycluse | JavaScript | Code | 114 | 420 | var dbContext = require('./../../db/DbContext');
var _ = require('lodash');
var BillbookDao = function () {
this.context = dbContext.entities;
};
_.extend(BillbookDao.prototype, {
getAll: function (callback) {
return this.context.Billbook.findAll({include: [{ model: this.context.Agreement}]});
},
get: f... | 29,913 |
https://github.com/shmolyneaux/tex-template/blob/master/Makefile | Github Open Source | Open Source | Unlicense | 2,018 | tex-template | shmolyneaux | Makefile | Code | 89 | 372 | SRCDIR := tex
SRCEXT := tex
BUILDDIR := out
CHAPTER_SRC := $(shell find $(SRCDIR) -type f -name "*.$(SRCEXT)")
TEX_IN := $(patsubst $(SRCDIR)/%,$(SRCDIR)/%,$(CHAPTER_SRC:.$(SRCEXT)=.tex))
SECTION_OUT := $(patsubst $(SRCDIR)/%,$(BUILDDIR)/%,$(CHAPTER_SRC:.$(SRCEXT)=.pdf))
main.pdf: $(TEX_IN) main.tex
pdflatex -jobna... | 27,791 |
https://github.com/rickdg/vivi/blob/master/core/src/zeit/cms/browser/js/lightbox.js | Github Open Source | Open Source | BSD-3-Clause | 2,021 | vivi | rickdg | JavaScript | Code | 302 | 1,346 | // Copyright (c) 2007-2011 gocept gmbh & co. kg
// See also LICENSE.txt
gocept.Lightbox = gocept.Class.extend({
default_options: {
use_ids: true
},
construct: function(parent_element, option_args) {
var options = MochiKit.Base.clone(this.default_options);
if (!isUndefinedOrNull(op... | 52,682 |
https://github.com/sebestyengyoergy/YAWIK/blob/master/module/Core/src/Options/ImageSetOptions.php | Github Open Source | Open Source | MIT | null | YAWIK | sebestyengyoergy | PHP | Code | 225 | 661 | <?php
/**
* YAWIK
*
* @filesource
* @license MIT
* @copyright https://yawik.org/COPYRIGHT.php
*/
/** */
namespace Core\Options;
use Core\Entity\Image;
use Core\Entity\ImageSetInterface;
use Laminas\Stdlib\AbstractOptions;
/**
* Options for configuring ImageSetHydrator instances.
*
* @author Mathias Gelhause... | 9,552 |
https://github.com/AntMcClellan/demo/blob/master/provisioning/roles/jgoodall.golang/templates/etc/profile.d/golang.sh | Github Open Source | Open Source | MIT | 2,021 | demo | AntMcClellan | Shell | Code | 8 | 34 | export GOROOT={{ goroot }}
export GOBIN=$GOROOT/bin
export PATH=$GOBIN:$PATH | 42,800 |
https://github.com/knfe/knui/blob/master/packages/progress/index.js | Github Open Source | Open Source | MIT | 2,019 | knui | knfe | JavaScript | Code | 14 | 49 | import KnProgress from './src/main.vue'
KnProgress.install = function(Vue) {
Vue.component(KnProgress.name, KnProgress)
}
export default KnProgress
| 46,289 |
https://github.com/santoshkalukunda/delivery-system/blob/master/resources/views/product-order/show-form-button.blade.php | Github Open Source | Open Source | MIT | 2,021 | delivery-system | santoshkalukunda | Blade | Code | 88 | 401 | <div class="row">
{{-- @if (!Auth::user()->hasRole(['delivery_agent'])) --}}
<div class="col-md-2">
<button type="button" class="btn btn-primary mb-2 form-control" data-toggle="modal"
data-target="#assingToDeliveryAgent">
<i class="fa fa-share"></i> Assign to Agent
</butt... | 29,351 |
https://github.com/ministryofjustice/opg-sirius-supervision-deputy-hub/blob/master/main.go | Github Open Source | Open Source | MIT | null | opg-sirius-supervision-deputy-hub | ministryofjustice | Go | Code | 252 | 954 | package main
import (
"context"
"html/template"
"net/http"
"os"
"os/signal"
"path/filepath"
"strconv"
"strings"
"syscall"
"time"
"github.com/ministryofjustice/opg-sirius-supervision-deputy-hub/internal/logging"
"github.com/ministryofjustice/opg-sirius-supervision-deputy-hub/internal/server"
"github.com/m... | 1,777 |
https://github.com/Ezhil-Language-Foundation/kidsrubyinstaller-osx/blob/master/i18n/es.sh | Github Open Source | Open Source | MIT | 2,017 | kidsrubyinstaller-osx | Ezhil-Language-Foundation | Shell | Code | 66 | 332 | export KIDSRUBY_START_INSTALL="Comenzando la instalación de KidsRuby..."
export KIDSRUBY_CREATE_INSTALL_DIRECTORY="Creando carpeta de instalación..."
export KIDSRUBY_CREATE_CODE_DIRECTORY="Creando la carpeta del código..."
export KIDSRUBY_INSTALLING_QT="Instalando Qt..."
export KIDSRUBY_INSTALLING_GIT="Instalando git..... | 29,978 |
https://github.com/thoemmi/Yeelight/blob/master/src/Yeelight.TestConsole/Program.cs | Github Open Source | Open Source | MIT | null | Yeelight | thoemmi | C# | Code | 41 | 125 | using System;
namespace Thoemmi.Yeelight.TestConsole {
internal class Program {
private static void Main() {
var listener = new DeviceListener();
listener.DeviceInformationReceived += (_, args) => {
Console.WriteLine($"{args.Reason}: device {args.Device.Name} (ID {a... | 35,850 |
https://github.com/wreulicke/gojg/blob/master/parse/grammer.y | Github Open Source | Open Source | MIT | 2,018 | gojg | wreulicke | null | Spoken | 337 | 1,118 | %{
package parse
import "github.com/wreulicke/gojg/ast"
%}
%union{
ast ast.AST
values []ast.AST
token Token
member *ast.MemberNode
members []ast.MemberNode
string *ast.StringNode
}
%type<ast> json_template value raw_value_template array object
%type<ast> number_literal
%type<string> ... | 443 |
https://github.com/Incapture/OG-Platform/blob/master/projects/OG-Web/web-engine/prototype/scripts/og/analytics/og.analytics.dropmenu.js | Github Open Source | Open Source | Apache-2.0 | null | OG-Platform | Incapture | JavaScript | Code | 252 | 987 | /*
* Copyright 2012 - present by OpenGamma Inc. and the OpenGamma group of companies
* Please see distribution for license.
*/
$.register_module({
name: 'og.analytics.DropMenu',
dependencies: ['og.common.util.ui.DropMenu'],
obj: function () {
var events = {
queryselected: 'dropmen... | 37,804 |
https://github.com/BugsUK/FindApprenticeship/blob/master/src/SFA.Apprenticeships.Domain.Entities/Locations/LocationHelper.cs | Github Open Source | Open Source | MIT | 2,021 | FindApprenticeship | BugsUK | C# | Code | 70 | 505 | namespace SFA.Apprenticeships.Domain.Entities.Locations
{
using System.Text.RegularExpressions;
public static class LocationHelper
{
// adapted from http://stackoverflow.com/a/164994/1882637
const string PostcodeRegex = @"(GIR 0AA)|((([A-Z-[QVX]][0-9][0-9]?)|(([A-Z-[QVX]][A-Z-[IJZ]][0-9][0... | 23,700 |
https://github.com/codesofun/pl4j/blob/master/src/main/java/io/github/ludovicianul/prettylogger/config/level/PrettyMarker.java | Github Open Source | Open Source | Apache-2.0 | 2,020 | pl4j | codesofun | Java | Code | 315 | 1,380 | package io.github.ludovicianul.prettylogger.config.level;
import io.github.ludovicianul.prettylogger.config.MarkerType;
import org.fusesource.jansi.Ansi;
import org.slf4j.Marker;
import org.slf4j.MarkerFactory;
import org.slf4j.event.Level;
import java.util.HashMap;
import java.util.Map;
/**
* Please note that this... | 9,499 |
https://github.com/netsyde/hubnate-interface/blob/master/next.config.js | Github Open Source | Open Source | MIT | 2,021 | hubnate-interface | netsyde | JavaScript | Code | 128 | 362 | const path = require('path')
// const withImages = require('next-images')
const { i18n } = require('./src/next-i18next.config')
const withPWA = require('next-pwa')
const withPlugins = require('next-compose-plugins');
const optimizedImages = require('next-optimized-images');
module.exports = withPlugins([
[optimize... | 46,824 |
https://github.com/venansol/findesharicots/blob/master/app/Http/Controllers/accueilController.php | Github Open Source | Open Source | MIT | null | findesharicots | venansol | PHP | Code | 53 | 175 | <?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class accueilController extends Controller
{
//function index()
// {
// return view('acceuil');
//}
public function index()
{
return view('accueil');
}
public function create()
{
return view('accu... | 25,430 |
https://github.com/algebratec/travel-api-sdk-java/blob/master/src/main/java/io/swagger/client/model/HotelCancellationResponseBookingHotelRooms.java | Github Open Source | Open Source | Apache-2.0 | null | travel-api-sdk-java | algebratec | Java | Code | 731 | 2,793 | /*
* Algebratec API
* Learn and test our api with ease
*
* OpenAPI spec version: 1.0.0
* Contact: support@algebratec.com
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package io.swagger.c... | 7,623 |
https://github.com/jingcao80/Elastos/blob/master/Sources/Elastos/Frameworks/Droid/Base/Core/inc/elastos/droid/internal/telephony/cat/CatMenu.h | Github Open Source | Open Source | Apache-2.0 | 2,021 | Elastos | jingcao80 | C | Code | 303 | 806 | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | 13,538 |
https://github.com/cerkiewny/snapshottesting/blob/master/tests/snapshottestingunittests/sample/Sample2.qml | Github Open Source | Open Source | Apache-2.0 | 2,021 | snapshottesting | cerkiewny | null | Spoken | 36 | 100 | /* Sample2 - Depend on sample1
*/
import QtQuick 2.0
Item {
width: 640
height: 480
Sample1 {
id: item_sample1
objectName: "item_sample1"
Item {
objectName: "InnerItem"
width: 10
height: 10
}
}
Sample1 {
}
}
| 37,582 |
https://github.com/bcburnett/nav-app/blob/master/app/src/main/java/com/newlondonweb/tabbedfragmentdemo/data/AppDatabase.kt | Github Open Source | Open Source | MIT | 2,019 | nav-app | bcburnett | Kotlin | Code | 82 | 333 | package com.newlondonweb.tabbedfragmentdemo.data
import android.content.Context
import androidx.room.Database
import androidx.room.Room
import androidx.room.RoomDatabase
import com.newlondonweb.tabbedfragmentdemo.data.notes.Note
import com.newlondonweb.tabbedfragmentdemo.data.notes.NoteDao
import com.newlondonweb.tabb... | 542 |
https://github.com/zealoussnow/chromium/blob/master/tools/perf/page_sets/login_helpers/dropbox_login.py | Github Open Source | Open Source | BSD-3-Clause-No-Nuclear-License-2014, BSD-3-Clause | 2,022 | chromium | zealoussnow | Python | Code | 158 | 483 | # Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from page_sets.login_helpers import login_utils
def LoginAccount(action_runner, credential,
credentials_path=login_utils.DEFAULT_CREDENTIA... | 12,945 |
https://github.com/rlacerda83/scommerce/blob/master/src/CommonBundle/Factory/SupplierFactory.php | Github Open Source | Open Source | MIT | null | scommerce | rlacerda83 | PHP | Code | 76 | 277 | <?php
namespace CommonBundle\Factory;
use CommonBundle\Collection\SupplierCollection;
use CommonBundle\Entity\SupplierEntity;
/**
* Class SupplierFactory
* @package CommonBundle\Factory
*/
class SupplierFactory
{
/**
* @param array $suppliers
* @return SupplierCollection
*/
public static f... | 10,971 |
https://github.com/rapicastillo/www.rapicastillo.com/blob/master/_sass/lib/_base.scss | Github Open Source | Open Source | LicenseRef-scancode-public-domain | 2,018 | www.rapicastillo.com | rapicastillo | SCSS | Code | 108 | 420 | body {
display: flex;
justify-content: center;
align-items: flex-start;
div#page {
display: inline-block;
max-width: $max-width;
flex: 1;
div#nav {
flex: 1;
display: flex;
justify-content: space-between;
padding-top: 10px;
margin-bottom: 20px;
padding-bottom... | 44,026 |
https://github.com/uve/tensorflow/blob/master/tensorflow/lite/experimental/micro/tools/make/targets/apollo3evb/apollo3evb.ld | Github Open Source | Open Source | Apache-2.0 | null | tensorflow | uve | null | Spoken | 204 | 568 | /******************************************************************************
*
* apollo3evb.ld - Linker script for applications using startup_gcc.c
*
*****************************************************************************/
ENTRY(Reset_Handler)
MEMORY
{
FLASH (rx) : ORIGIN = 0x0000C000, LENGTH = 960K
... | 15,099 |
https://github.com/TomasJuan007/demo/blob/master/java-module/src/main/java/com/example/demo/repository/EmployeeRepository.java | Github Open Source | Open Source | Apache-2.0 | null | demo | TomasJuan007 | Java | Code | 20 | 86 | package com.example.demo.repository;
import com.example.demo.entity.Employee;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface EmployeeRepository extends JpaRepository<Employee, Long> {
Employee findByName(String name);
}
| 5,138 |
https://github.com/ukaraoz/microtrait/blob/master/man/filter.bycoverage.domtblout.Rd | Github Open Source | Open Source | MIT | 2,023 | microtrait | ukaraoz | R | Code | 48 | 159 | % Generated by roxygen2: do not edit by hand
% Please edit documentation in R/hmmer.R
\name{filter.bycoverage.domtblout}
\alias{filter.bycoverage.domtblout}
\title{Read a file created through the '----domtblout' option}
\usage{
\method{filter}{bycoverage.domtblout}(domtblout, cov_by, cov_threshold = 60)
}
\arguments{
\... | 8,970 |
https://github.com/jcawley5/varkes/blob/master/modules/odata-mock/src/server/routes.ts | Github Open Source | Open Source | Apache-2.0 | 2,020 | varkes | jcawley5 | TypeScript | Code | 20 | 59 | #!/usr/bin/env node
'use strict'
const bodyParser = require('body-parser');
const fs = require('fs');
module.exports = function (app: any) {
app.use(bodyParser.json());
} | 42,172 |
https://github.com/ArtemHoi/FXGL/blob/master/fxgl-samples/src/main/java/sandbox/uno/UnoSample.java | Github Open Source | Open Source | MIT | 2,019 | FXGL | ArtemHoi | Java | Code | 423 | 1,679 | /*
* FXGL - JavaFX Game Library. The MIT License (MIT).
* Copyright (c) AlmasB (almaslvl@gmail.com).
* See LICENSE for details.
*/
package sandbox.uno;
import com.almasb.fxgl.animation.Animation;
import com.almasb.fxgl.app.GameApplication;
import com.almasb.fxgl.entity.Entities;
import com.almasb.fxgl.entity.Enti... | 3,559 |
https://github.com/AlexanderButs/XmlRpc/blob/master/Horizon.XmlRpc.Server/XmlRpcServerProtocol.cs | Github Open Source | Open Source | MIT | 2,022 | XmlRpc | AlexanderButs | C# | Code | 232 | 843 | using System;
using System.IO;
using System.Reflection;
using System.Text;
using Horizon.XmlRpc.Core;
namespace Horizon.XmlRpc.Server
{
public class XmlRpcServerProtocol : SystemMethodsBase
{
public Stream Invoke(Stream requestStream)
{
try
{
XmlRpcSerial... | 46,522 |
https://github.com/94192448/go-samples/blob/master/main.go | Github Open Source | Open Source | Apache-2.0 | 2,021 | go-samples | 94192448 | Go | Code | 23 | 71 | // Author: yangzq80@gmail.com
// Date: 2021-03-08
//
package main
import (
"context"
"log"
)
var ctx = context.Background()
func main() {
log.Println("Staring...")
}
| 35,593 |
https://github.com/a11exe/job4j/blob/master/chapter_009/src/main/java/ru/job4j/cache/SoftReferenceFileCache.java | Github Open Source | Open Source | Apache-2.0 | 2,020 | job4j | a11exe | Java | Code | 102 | 323 | package ru.job4j.cache;
import java.io.File;
import java.io.IOException;
import java.lang.ref.SoftReference;
import java.nio.file.FileSystem;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.HashMap;
/**
* @author Alexander Abramov (alllexe@mail.ru)
* @version 1
* @since 16.08.2019
*/
publ... | 46,536 |
https://github.com/rontian/seqence/blob/master/client/Assets/seqence/Editor/Event/EditorEvent.cs | Github Open Source | Open Source | MIT | 2,020 | seqence | rontian | C# | Code | 70 | 157 | namespace UnityEditor.Seqence
{
public enum EventT
{
None = 0,
Record = 1,
Select = 2,
}
public abstract class EventData
{
public abstract EventT e { get; }
}
public class EventRecordData : EventData
{
public override EventT e
{
... | 16,362 |
https://github.com/slorello89/deepgram-dotnet-sdk/blob/master/Deepgram/Request/DeepgramHttpRequestException.cs | Github Open Source | Open Source | MIT | 2,022 | deepgram-dotnet-sdk | slorello89 | C# | Code | 52 | 130 | using System;
using System.Net;
using System.Net.Http;
namespace Deepgram.Request
{
public class DeepgramHttpRequestException : HttpRequestException
{
public DeepgramHttpRequestException() { }
public DeepgramHttpRequestException(string message) : base(message) { }
public DeepgramHttpRe... | 21,410 |
https://github.com/iamnijat/code-quizzy/blob/master/lib/presentation/widgets/quiz/progress_bar.dart | Github Open Source | Open Source | MIT | 2,022 | code-quizzy | iamnijat | Dart | Code | 71 | 247 | part of widgets;
class ProgressBar extends StatelessWidget {
final int index;
final int length;
const ProgressBar({Key? key, required this.index, required this.length})
: super(key: key);
@override
Widget build(BuildContext context) {
return Padding(
padding: EdgeInsets.only(left: 6.w, righ... | 47,901 |
https://github.com/mikedlowis-prototypes/albase/blob/master/source/shadow/src/groupmems.c | Github Open Source | Open Source | BSD-2-Clause | null | albase | mikedlowis-prototypes | C | Code | 2,403 | 6,773 | /*
* Copyright (c) 2000 , International Business Machines
* George Kraft IV, gk4@us.ibm.com, 03/23/2000
* Copyright (c) 2000 - 2006, Tomasz Kłoczko
* Copyright (c) 2007 - 2011, Nicolas François
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or ... | 2,609 |
https://github.com/kronusme/php-obfuscate/blob/master/output.php | Github Open Source | Open Source | MIT | 2,021 | php-obfuscate | kronusme | PHP | Code | 21 | 110 | <?php
$n5478807bb6c9f = array('u5478807bb7eff' => chr(115) . chr(116) . chr(114) . chr(114) . chr(101) . chr(118));
$s5478807bb7eae = chr(97).chr(98).chr(99);
echo $n5478807bb6c9f['u5478807bb7eff']($s5478807bb7eae); | 36,669 |
https://github.com/courseshark/courseshark/blob/master/views/_nav.ejs | Github Open Source | Open Source | MIT | 2,014 | courseshark | courseshark | EJS | Code | 129 | 705 | <div class="navbar navbar-fixed-top" data-spy="scroll">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="... | 45,108 |
https://github.com/spring-projects/spring-security/blob/master/itest/misc/src/integration-test/java/org/springframework/security/context/SecurityContextHolderMTTests.java | Github Open Source | Open Source | Apache-2.0 | 2,023 | spring-security | spring-projects | Java | Code | 1,049 | 2,763 | /*
* Copyright 2002-2022 the original author or authors.
*
* 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 1,788 |
https://github.com/Eclo/nf-Visual-Studio-extension/blob/master/source/VisualStudio.Extension/ToolWindow.DeviceExplorer/DeviceExplorerCommand.cs | Github Open Source | Open Source | Apache-2.0 | null | nf-Visual-Studio-extension | Eclo | C# | Code | 1,218 | 4,235 | //
// Copyright (c) 2017 The nanoFramework project contributors
// See LICENSE file in the project root for full license information.
//
using GalaSoft.MvvmLight.Messaging;
using Microsoft.VisualStudio.Shell;
using Microsoft.VisualStudio.Shell.Interop;
using nanoFramework.Tools.Debugger.Extensions;
using nanoFramewor... | 45,569 |
https://github.com/diegofigs/RUMVehicleDB-client/blob/master/.gitignore | Github Open Source | Open Source | MIT | 2,018 | RUMVehicleDB-client | diegofigs | Ignore List | Code | 21 | 66 | # OS-related
.DS_Store
# npm assets
node_modules/
# Jetbrains IDE's
.idea/
# Build folders (in-memory/production)
.tmp/
dist/
docs/
# Webpack
stats.json
| 51,769 |
https://github.com/boada/Baysian-Photometric-Redshifts/blob/master/SED/El_Benitez2003.sed | Github Open Source | Open Source | MIT | 2,019 | Baysian-Photometric-Redshifts | boada | null | Spoken | 3,564 | 24,877 | 0.0 0.034193720478
500.0 0.00169824672855
600.0 0.00728885899967
700.0 0.012234430692
800.0 0.0159203943797
900.0 0.0181082363066
911.0 0.0182576512492
912.0 0.0329579004203
920.0 0.0332336431181
930.0 0.0335731230922
940.0 0.033939398051
950.0 0.0342922864396
960.0 0.0346317644112 ... | 39,983 |
https://github.com/auroralimin/escalonador/blob/master/headers/common.h | Github Open Source | Open Source | MIT | 2,018 | escalonador | auroralimin | C++ | Code | 215 | 742 | #ifndef COMMON_H
#define COMMON_H
#include <iostream>
#include <map>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <csignal>
#include <cstring>
#include <fstream>
#include <unistd.h>
#define UNUSED_VAR (void)
#define QUANTUM 5
#define N_QUEUES 3
#define MAILBOX 12... | 36,827 |
https://github.com/aws/aws-sdk-js-v3/blob/master/clients/client-sagemaker/src/commands/DeleteModelCommand.ts | Github Open Source | Open Source | Apache-2.0, LicenseRef-scancode-unknown-license-reference | 2,023 | aws-sdk-js-v3 | aws | TypeScript | Code | 493 | 1,364 | // smithy-typescript generated code
import { EndpointParameterInstructions, getEndpointPlugin } from "@smithy/middleware-endpoint";
import { getSerdePlugin } from "@smithy/middleware-serde";
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
import { Command as $Comman... | 41,985 |
https://github.com/peakforest/peakforest-webapp/blob/master/src/main/webapp/resources/js/JSmol/j2s/J/api/JmolDialogInterface.js | Github Open Source | Open Source | OML, RSA-MD | 2,022 | peakforest-webapp | peakforest | JavaScript | Code | 5 | 29 | Clazz.declarePackage ("J.api");
Clazz.declareInterface (J.api, "JmolDialogInterface");
| 19,008 |
https://github.com/Co-dfns/APL-Skeleton/blob/master/tests/HelloWorld_tests.dyalog | Github Open Source | Open Source | Unlicense | 2,021 | APL-Skeleton | Co-dfns | null | Spoken | 9 | 54 | :Namespace HelloWorld_tests
HelloWorld_TEST←{#.UT.expect←'Hello world, APL rocks!' ⋄ #.HW.HelloWorld⍬}
:EndNamespace
| 32,306 |
https://github.com/riverstation/scrapy-spider/blob/master/分布式/firstblood/firstblood/spiders/qiuqiu.py | Github Open Source | Open Source | Apache-2.0 | 2,018 | scrapy-spider | riverstation | Python | Code | 61 | 526 | # -*- coding: utf-8 -*-
import scrapy
# 导入了链接提取器
from scrapy.linkextractors import LinkExtractor
# Rule:规则类,作用:用来规定提取的链接发送请求获得响应之后如何处理?
from scrapy.spiders import CrawlSpider, Rule
class QiuqiuSpider(CrawlSpider):
name = 'qiuqiu'
allowed_domains = ['www.qiushibaike.com']
start_urls = ['http://www.qiushiba... | 15,872 |
https://github.com/mjmcnelis/iS3D2/blob/master/src/cpp/Main.cpp | Github Open Source | Open Source | MIT | 2,021 | iS3D2 | mjmcnelis | C++ | Code | 71 | 185 |
#include "iS3D.h"
int main(int argc, char *argv[])
{
//create an instance of IS3D class
IS3D particlization;
//run iS3D
//if argument == 1, freeeout surface is read from file
//otherwise freezeout surface is read from memory
particlization.run_particlization(1);
// reading freezeout info from file or... | 16,687 |
https://github.com/kapkaev/docker-it-scala/blob/master/specs2/src/test/scala/com/whisk/docker/CassandraServiceSpec.scala | Github Open Source | Open Source | MIT | 2,020 | docker-it-scala | kapkaev | Scala | Code | 48 | 162 | package com.whisk.docker
import com.whisk.docker.specs2.DockerTestKit
import org.specs2._
import org.specs2.specification.core.Env
class CassandraServiceSpec(env: Env)
extends Specification
with DockerTestKitDockerJava
with DockerCassandraService
with DockerTestKit {
implicit val ee = env.execution... | 19,239 |
https://github.com/abhishekray07/Boostrap/blob/master/application/views/question/delete.php | Github Open Source | Open Source | MIT | 2,013 | Boostrap | abhishekray07 | PHP | Code | 45 | 192 | <div class="container">
<div class="hero-unit">
<h2>Delete a Question</h2>
<?php echo validation_errors(); ?>
<?php echo form_open('question/delete') ?>
<fieldset>
<label for="name">Question</label>
<select name="question">
<?php foreach ($questions as $question_item): ?>
<option val... | 25,301 |
https://github.com/ldenisey/idea-openscad/blob/master/src/main/gen/com/javampire/openscad/psi/OpenSCADBuiltinObj.java | Github Open Source | Open Source | Apache-2.0 | 2,022 | idea-openscad | ldenisey | Java | Code | 44 | 191 | // This is a generated file. Not intended for manual editing.
package com.javampire.openscad.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface OpenSCADBuiltinObj extends OpenSCADObject {
@Nullable
OpenSCADArgAssignmentList getArgAssignmentList();... | 45,155 |
https://github.com/SmartZoos/Toolset/blob/master/app/Http/Controllers/ActivityController.php | Github Open Source | Open Source | MIT | null | Toolset | SmartZoos | PHP | Code | 1,648 | 5,851 | <?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Http\Requests;
use App\Http\Requests\StoreActivity;
use App\Activity;
use App\ActivityItem;
use App\Game;
use App\DiscountVoucher;
use Auth;
use App\Options\ZooOptions;
use App\Options\LanguageOptions;
use App\Options\QuestionTypeOptions;
u... | 21,055 |
https://github.com/yanlin-Lynn/hazelcast-jet/blob/master/hazelcast-jet-reference-manual/src/main/asciidoc/work-with-jet/job-management.adoc | Github Open Source | Open Source | Apache-2.0 | 2,019 | hazelcast-jet | yanlin-Lynn | AsciiDoc | Code | 319 | 630 | [[command-line]]
= Jet Command Line Tool
Jet comes with a command line tool, `jet` which you can use to submit
jobs and do basic management of their lifecycle. It supports these
commands:
[%header]
|===
|Command|Description
|`cluster`|Shows current cluster state and information about members
|`list-jobs`|Lists runnin... | 22,706 |
https://github.com/GabrielInTheWorld/reactive-websocket/blob/master/src/api/websocket-handler.ts | Github Open Source | Open Source | MIT | null | reactive-websocket | GabrielInTheWorld | TypeScript | Code | 652 | 2,066 | import { Server } from 'http';
import { Observable } from 'rxjs';
import { connection as Connection, request as Request, server as WebsocketServer } from 'websocket';
import { Constructable } from '../core';
import { AutoupdateHandler } from './instances/autoupdate-handler';
import { SocketConfiguration, SocketConnect... | 51,463 |
https://github.com/mimifitz/IOMED/blob/master/node_modules/@elastic/eui/test-env/components/icon/assets/export.js | Github Open Source | Open Source | MIT | null | IOMED | mimifitz | JavaScript | Code | 154 | 756 | "use strict";
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.icon = void 0;
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
var _objectWithoutProperties2 = _interopRequi... | 7,092 |
https://github.com/atmanegara/belanjaproduktif/blob/master/backend/views/laporan-penjualan/print-lap-penjualan-agen.php | Github Open Source | Open Source | BSD-3-Clause | null | belanjaproduktif | atmanegara | PHP | Code | 1,008 | 5,623 | <!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 content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
... | 10,515 |
https://github.com/crosspath/pig-market/blob/master/src/actions/api/goods/show.cr | Github Open Source | Open Source | MIT | null | pig-market | crosspath | Crystal | Code | 88 | 466 | class Api::Goods::Show < ApiAction
get "/api/goods/:good_id" do
query = GoodQuery.new
query = query.preload_categories.preload_unit.preload_order_items.preload_goods_in_stores
good = query.find(good_id)
store_ids = good.goods_in_stores.map(&.store_id).to_a.uniq
stores = StoreQuery.new.id.in(stor... | 12,698 |
https://github.com/sandhu0173/mlm/blob/master/resources/views/admin/member/invoices.blade.php | Github Open Source | Open Source | MIT | null | mlm | sandhu0173 | PHP | Code | 136 | 695 | @extends('layouts.main')
@section('content')
@include('admin.inc.sidebar')
<div class="content-page">
<div class="content">
<div class="content-wrapper">
<div class="content-body">
<section id="responsive-datatable">
<div class="row">
<div class="col-12">
... | 33,372 |
https://github.com/nikolayneykov/TelerikAcademyAlphaJavaScript/blob/master/Preparation/Alpha JS Entrance Exam - 31.05.2019/Alpha Cipher/solution.js | Github Open Source | Open Source | MIT | 2,019 | TelerikAcademyAlphaJavaScript | nikolayneykov | JavaScript | Code | 69 | 148 | const getGets = arr => {
let index = 0
return () => {
const toReturn = arr[index]
index += 1
return toReturn
}
}
// this is the test
const test = ['111', '222', '333', '444', '555']
const gets = this.gets || getGets(test)
const print = this.print || console.log
print(
Array.from(
{ length: 5 ... | 26,199 |
https://github.com/pedro-vasconcelos/draw-engine/blob/master/src/Console/CreatePrizeDeliverySchedule.php | Github Open Source | Open Source | MIT | null | draw-engine | pedro-vasconcelos | PHP | Code | 210 | 767 | <?php
namespace PedroVasconcelos\DrawEngine\Console;
use Carbon\Carbon;
use Illuminate\Console\Command;
use PedroVasconcelos\DrawEngine\Models\Winner;
use PedroVasconcelos\DrawEngine\PrizeDeliverySchedule;
use Illuminate\Database\Eloquent\Builder;
class CreatePrizeDeliverySchedule extends Command
{
/**
* Th... | 28,174 |
https://github.com/nojkhieppso/Messenger/blob/master/Client/src/app/components/chat/correspondence/correspondence.component.ts | Github Open Source | Open Source | MIT-0 | 2,021 | Messenger | nojkhieppso | TypeScript | Code | 1,226 | 4,396 | import {
Component,
Input,
Output,
Inject,
OnInit,
NgZone,
ElementRef,
ViewChild,
OnDestroy,
EventEmitter
} from '@angular/core';
import { Conversation } from '../../../models/conversation.model';
import { Message } from '../../../models/message.model';
import { Data } from '../../../models/data.mo... | 43,366 |
https://github.com/wip-bank/android/blob/master/app/src/main/java/de/fhdw/wipbank/android/fragment/NewTransactionFragment.java | Github Open Source | Open Source | Apache-2.0 | 2,017 | android | wip-bank | Java | Code | 542 | 1,669 | package de.fhdw.wipbank.android.fragment;
import android.content.Context;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import andro... | 20,154 |
https://github.com/garanews/orochi/blob/master/orochi/ya/apps.py | Github Open Source | Open Source | MIT | 2,022 | orochi | garanews | Python | Code | 9 | 31 | from django.apps import AppConfig
class YaConfig(AppConfig):
name = "orochi.ya"
| 7,733 |
https://github.com/noEyebrows/TTs-D-bot/blob/master/bot.py | Github Open Source | Open Source | MIT | null | TTs-D-bot | noEyebrows | Python | Code | 462 | 1,351 | import os
import asyncio
import discord
import logging
import asyncpg
import ast
import random
import ffmpeg
from collections import deque
from tempfile import TemporaryFile
from discord.ext import commands
from discord.ext.commands import has_permissions, MissingPermissions
from gtts import gTTS
from dotenv import loa... | 30,964 |
https://github.com/aviacommerce/avia/blob/master/apps/snitch_core/test/domain/shipment_engine_test.exs | Github Open Source | Open Source | MIT | 2,022 | avia | aviacommerce | null | Spoken | 282 | 936 | defmodule Snitch.Domain.ShipmentEngineTest do
use ExUnit.Case, async: true
use Snitch.DataCase
import Snitch.Factory
import Snitch.ShipmentEngineCase
import Snitch.Tools.Helper.Order
alias Snitch.Data.Schema.Order
alias Snitch.Domain.ShipmentEngine
setup :variants
describe "order fulfilled" do
... | 29,892 |
https://github.com/SparrowDevelopment/sparrow-api-python/blob/master/sparrowone/__init__.py | Github Open Source | Open Source | MIT | 2,017 | sparrow-api-python | SparrowDevelopment | Python | Code | 12 | 19 | from .connection import Connection
from .models import *
from .errors import *
| 34,863 |
https://github.com/bobtherobot/myfs/blob/master/docs/assets/js/documon/PageManager.js | Github Open Source | Open Source | MIT | 2,019 | myfs | bobtherobot | JavaScript | Code | 453 | 1,583 | /*
Part of Documon.
Copyright (c) Michael Gieson.
www.documon.net
*/
this.documon = this.documon || {};
this.documon.PageManager = (function(){
var uid = 0;
var idPrefix = "page_";
var tabPanel;
var pagePanel;
var tabul;
var tabline;
var storage;
var pageList = {};
function init(){
storage = gieson.Sto... | 30,922 |
https://github.com/Nepose/MAG_Software_Portal/blob/master/embedded_portal/default_sources/system/settings/lang/de.js | Github Open Source | Open Source | MIT | 2,021 | MAG_Software_Portal | Nepose | JavaScript | Code | 1,223 | 3,755 | /**
* automatically generated gettext localization dictionary
* do not edit manually, correction will be lost
* @name settings
* @language de
*/
gettext.load({
"<span class=\"alert\">Warning!</span> Device will be rebooted after update": "<span class='alert'>Achtung!</span> Nach der Aktualisierung wird das Ger... | 34,692 |
https://github.com/rebekahpadula/addie/blob/master/styles/components/nav/_list.scss | Github Open Source | Open Source | MIT | 2,017 | addie | rebekahpadula | SCSS | Code | 15 | 44 | @mixin base {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
&__list {
@include base;
} | 18,754 |
https://github.com/UrieLight/actiontracker_Old_vers/blob/master/application/models/Action_Model.php | Github Open Source | Open Source | MIT, LicenseRef-scancode-unknown-license-reference | 2,018 | actiontracker_Old_vers | UrieLight | PHP | Code | 8 | 25 | <?php
class Action_Model extends CI_Model
{
}
?> | 45,162 |
https://github.com/chenggangschool/rootbeer1/blob/master/src/edu/syr/pcpratts/rootbeer/generate/opencl/MethodHierarchies.java | Github Open Source | Open Source | MIT | 2,018 | rootbeer1 | chenggangschool | Java | Code | 307 | 1,078 | /*
* Copyright 2012 Phil Pratt-Szeliga and other contributors
* http://chirrup.org/
*
* See the file LICENSE for copying permission.
*/
package edu.syr.pcpratts.rootbeer.generate.opencl;
import java.util.ArrayList;
import java.util.LinkedHashSet;
import java.util.List;
import java.util.Set;
import soot.SootCla... | 50,858 |
https://github.com/riscv/riscv-crypto/blob/master/benchmarks/sha3/zscrypto_rv64/KeccakPermute.S | Github Open Source | Open Source | CC-BY-4.0 | 2,023 | riscv-crypto | riscv | C++ | Code | 2 | 6 |
// TBD
| 35,290 |
https://github.com/fython/libraries/blob/master/helplib/src/main/java/moe/shizuku/support/helplib/HelpFragment.java | Github Open Source | Open Source | MIT | 2,020 | libraries | fython | Java | Code | 228 | 907 | package moe.shizuku.support.helplib;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.support.annotation.DrawableRes;
import android.support.annotation.Nullable;
import android.support.annotation.RawRes;
import android.support.annotation.StringRes;
impo... | 32,305 |
https://github.com/robot-corral/mazebot/blob/master/software/position-controller/src/button.h | Github Open Source | Open Source | Apache-2.0 | null | mazebot | robot-corral | C | Code | 4 | 11 | #pragma once
void initializeButton();
| 37,420 |
https://github.com/Rohit484/Distribution/blob/master/a/ant-design__icons-angular/src/main/scala/typings/antDesignIconsAngular/folderViewOutlineMod.scala | Github Open Source | Open Source | MIT | 2,020 | Distribution | Rohit484 | Scala | Code | 28 | 149 | package typings.antDesignIconsAngular
import typings.antDesignIconsAngular.typesMod.IconDefinition
import scala.scalajs.js
import scala.scalajs.js.`|`
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
@JSImport("@ant-design/icons-angular/icons/outline/FolderViewOutline", ... | 41,777 |
https://github.com/theosanderson/opentrons/blob/master/app/src/components/AddLabwareCard/index.js | Github Open Source | Open Source | Apache-2.0 | null | opentrons | theosanderson | JavaScript | Code | 33 | 100 | // @flow
import * as React from 'react'
import { Card } from '@opentrons/components'
// TODO(mc, 2019-10-17): i18n
const ADD_LABWARE_CARD_TITLE = 'Labware Management'
function AddLabwareCard() {
return <Card title={ADD_LABWARE_CARD_TITLE}></Card>
}
export default AddLabwareCard
| 38,890 |
https://github.com/tano-systems/meta-tanowrt/blob/master/meta-tanowrt-hsl-swi/recipes-core/swi-initscripts/files/swi-power-config.init | Github Open Source | Open Source | MIT, LicenseRef-scancode-unknown | 2,023 | meta-tanowrt | tano-systems | Shell | Code | 525 | 1,633 | #!/bin/sh /etc/rc.common
#
# Copyright (c) 2011-2014, The Linux Foundation. All rights reserved.
#
# Copyright (C) 2020, Tano Systems LLC. All rights reserved.
# Anton Kikin <a.kikin@tano-systems.com>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the ... | 49,576 |
https://github.com/nsensfel/tacticians-client/blob/master/src/css/src/shared/battle-map.scss | Github Open Source | Open Source | Apache-2.0, LicenseRef-scancode-unknown-license-reference | 2,019 | tacticians-client | nsensfel | SCSS | Code | 4 | 25 | @import 'battle-map/info-card';
@import 'battle-map/tile';
| 44,120 |
https://github.com/prinzo/MyTeamCityIntegration/blob/master/MyTeamCity/TeamCityTests/IntegrationTests.cs | Github Open Source | Open Source | Unlicense, MIT | null | MyTeamCityIntegration | prinzo | C# | Code | 255 | 1,217 | using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using MyTeamCity.Enums;
namespace TeamCityTests
{
[TestClass]
public class IntegrationTests
{
[TestMethod]
public void RetrieveAllBuilds()
{
var teamCity = new MyTeamCity.MyTeamCity("prinay.panday", "pass... | 21,518 |
https://github.com/omarefg/product-collector/blob/master/fronted/components/filters/index.jsx | Github Open Source | Open Source | MIT | 2,020 | product-collector | omarefg | JavaScript | Code | 216 | 743 | import { useEffect, useContext } from 'react';
import { useForm, Controller } from 'react-hook-form';
import {
FormControl,
FormHelperText,
InputLabel,
MenuItem,
Select,
} from '@material-ui/core';
import { TrendContext } from '../../context/trend-context';
import useRequestData from '../../hooks/useRequestDa... | 38,817 |
https://github.com/varunvasisht84/Gu.Analyzers/blob/master/Gu.Analyzers.Test/GU0033DontIgnoreReturnValueOfTypeIDisposableTests/Diagnostics.cs | Github Open Source | Open Source | MIT | 2,017 | Gu.Analyzers | varunvasisht84 | C# | Code | 749 | 2,343 | namespace Gu.Analyzers.Test.GU0033DontIgnoreReturnValueOfTypeIDisposableTests
{
using System.Threading.Tasks;
using NUnit.Framework;
internal class Diagnostics : DiagnosticVerifier<GU0033DontIgnoreReturnValueOfTypeIDisposable>
{
private static readonly string DisposableCode = @"
using System;
... | 8,683 |
https://github.com/adegani/Moppy2/blob/master/Microcontroller/Moppy2-Arduino/src/MoppyInstruments/FloppyDrives.cpp | Github Open Source | Open Source | Apache-2.0 | 2,021 | Moppy2 | adegani | C++ | Code | 1,140 | 3,111 | /*
* FloppyDrives.cpp
*
* Output for controlling floppy drives. The _original_ Moppy instrument!
*/
#include "MoppyInstrument.h"
#include "FloppyDrives.h"
namespace instruments {
/*NOTE: The arrays below contain unused zero-indexes to avoid having to do extra
* math to shift the 1-based subAddresses to 0-based ... | 42,096 |
https://github.com/wsargent/shipkit/blob/master/subprojects/shipkit/src/main/groovy/org/shipkit/internal/notes/contributors/ProjectContributorsSet.java | Github Open Source | Open Source | MIT | 2,022 | shipkit | wsargent | Java | Code | 55 | 203 | package org.shipkit.internal.notes.contributors;
import org.shipkit.internal.notes.model.ProjectContributor;
import java.util.Collection;
import java.util.Set;
public interface ProjectContributorsSet {
void addContributor(ProjectContributor contributor);
void addAllContributors(Collection<ProjectContributo... | 47,576 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.