hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 98
values | lang stringclasses 21
values | max_stars_repo_path stringlengths 3 945 | max_stars_repo_name stringlengths 4 118 | max_stars_repo_head_hexsha stringlengths 40 78 | max_stars_repo_licenses listlengths 1 10 | max_stars_count int64 1 368k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 945 | max_issues_repo_name stringlengths 4 118 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 10 | max_issues_count int64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 945 | max_forks_repo_name stringlengths 4 135 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 10 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1 1.03M | max_line_length int64 2 1.03M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c7eaf4595fa7c4782940f546ef7d2ac680e9029c | 2,339 | py | Python | lib/layer.py | nghiattran/mentality | 5904003461a535be4df4524298cfa3645c1c32b7 | [
"MIT"
] | null | null | null | lib/layer.py | nghiattran/mentality | 5904003461a535be4df4524298cfa3645c1c32b7 | [
"MIT"
] | null | null | null | lib/layer.py | nghiattran/mentality | 5904003461a535be4df4524298cfa3645c1c32b7 | [
"MIT"
] | null | null | null | from lib.neuron import Neuron
class Layer(object):
def __init__(self, setting):
self.neurons = []
if type(setting) is int:
self.name = ''
for i in range(setting):
self.neurons.append(Neuron(self))
elif type(setting) is dict:
try:
... | 32.943662 | 105 | 0.58401 |
167bcb553c305315abffdd5fc1b5127e01af7dc9 | 541 | ts | TypeScript | angular-app/src/app/shared/shared.module.ts | AzeeSoft/RC-Robot | efa4f215d2761fb8ade0f43ab2db420e8bb45234 | [
"MIT"
] | null | null | null | angular-app/src/app/shared/shared.module.ts | AzeeSoft/RC-Robot | efa4f215d2761fb8ade0f43ab2db420e8bb45234 | [
"MIT"
] | null | null | null | angular-app/src/app/shared/shared.module.ts | AzeeSoft/RC-Robot | efa4f215d2761fb8ade0f43ab2db420e8bb45234 | [
"MIT"
] | null | null | null | import { NgModule, Type, ModuleWithProviders } from '@angular/core';
import { CommonModule } from '@angular/common';
import { CommandInterfaceComponent } from './components/command-interface/command-interface.component';
import { MaterialModule } from '../helpers/material/material.module';
import { FormsModule } from '... | 31.823529 | 103 | 0.744917 |
3d329cfbe456d9a5a12513cf47ab4f9a92b2c2b8 | 1,685 | go | Go | gopter-fizzbuzz/fizzbuzz_test.go | jlucktay/golang-workbench | 246bbe61e7324e9eec1858fcd5db7669ce12348f | [
"Unlicense"
] | null | null | null | gopter-fizzbuzz/fizzbuzz_test.go | jlucktay/golang-workbench | 246bbe61e7324e9eec1858fcd5db7669ce12348f | [
"Unlicense"
] | 1 | 2018-10-08T01:16:57.000Z | 2018-10-08T01:16:57.000Z | gopter-fizzbuzz/fizzbuzz_test.go | jlucktay/golang-workbench | 246bbe61e7324e9eec1858fcd5db7669ce12348f | [
"Unlicense"
] | 1 | 2021-02-27T11:18:35.000Z | 2021-02-27T11:18:35.000Z | package fizzbuzz
import (
"math"
"strconv"
"strings"
"testing"
"github.com/leanovate/gopter"
"github.com/leanovate/gopter/gen"
"github.com/leanovate/gopter/prop"
)
func TestUndefined(t *testing.T) {
properties := gopter.NewProperties(nil)
properties.Property("Undefined for all <= 0", prop.ForAll(
func(nu... | 20.802469 | 82 | 0.667062 |
5fb563348828b2eaf6399d71b9499a9f8cc7bc6f | 5,781 | sql | SQL | douban.sql | ChaosSoong/ScrapyDouban | e6a018a09e76f5f5506934e90b104091dfffe693 | [
"MIT"
] | 1 | 2021-04-12T13:37:48.000Z | 2021-04-12T13:37:48.000Z | douban.sql | ChaosSoong/ScrapyDouban | e6a018a09e76f5f5506934e90b104091dfffe693 | [
"MIT"
] | null | null | null | douban.sql | ChaosSoong/ScrapyDouban | e6a018a09e76f5f5506934e90b104091dfffe693 | [
"MIT"
] | null | null | null | SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
DROP TABLE IF EXISTS... | 46.620968 | 83 | 0.778239 |
e3d2064563f02f5df6fc54d94fe7f0f954ccc6f4 | 357 | kt | Kotlin | komapper-dialect-h2/src/main/kotlin/org/komapper/dialect/h2/H2SchemaStatementBuilder.kt | komapper/komapper | 3c91b73c7e0c9d9002405577e939eee868f9054f | [
"Apache-2.0"
] | 60 | 2021-05-12T10:20:28.000Z | 2022-03-30T22:26:19.000Z | komapper-dialect-h2/src/main/kotlin/org/komapper/dialect/h2/H2SchemaStatementBuilder.kt | komapper/komapper | 3c91b73c7e0c9d9002405577e939eee868f9054f | [
"Apache-2.0"
] | 25 | 2021-03-22T15:06:15.000Z | 2022-03-26T15:23:17.000Z | komapper-dialect-h2/src/main/kotlin/org/komapper/dialect/h2/H2SchemaStatementBuilder.kt | komapper/komapper | 3c91b73c7e0c9d9002405577e939eee868f9054f | [
"Apache-2.0"
] | 1 | 2022-03-27T22:02:26.000Z | 2022-03-27T22:02:26.000Z | package org.komapper.dialect.h2
import org.komapper.core.Statement
import org.komapper.core.dsl.builder.AbstractSchemaStatementBuilder
open class H2SchemaStatementBuilder(dialect: H2Dialect) : AbstractSchemaStatementBuilder<H2Dialect>(dialect) {
override fun dropAll(): Statement {
return buf.append("drop ... | 32.454545 | 110 | 0.784314 |
e3cef4d833fc1cfdd1cfa07326a53caf33fc5786 | 1,320 | go | Go | x/participation/keeper/params.go | moneyhoardermike/MHG.Network | 7c1ef4b4d17223d91b613b4f96b100248bd45a74 | [
"Apache-2.0"
] | 1 | 2022-03-27T20:20:54.000Z | 2022-03-27T20:20:54.000Z | x/participation/keeper/params.go | moneyhoardermike/MHG.Network | 7c1ef4b4d17223d91b613b4f96b100248bd45a74 | [
"Apache-2.0"
] | null | null | null | x/participation/keeper/params.go | moneyhoardermike/MHG.Network | 7c1ef4b4d17223d91b613b4f96b100248bd45a74 | [
"Apache-2.0"
] | null | null | null | package keeper
import (
"time"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/tendermint/spn/x/participation/types"
)
// GetParams get all parameters as types.Params
func (k Keeper) GetParams(ctx sdk.Context) types.Params {
return types.NewParams(
k.AllocationPrice(ctx),
k.ParticipationTierList(ctx),
... | 26.938776 | 78 | 0.771212 |
507e148c60bf0d006fdc3b0bb0553d5b4a6bfdf0 | 1,469 | go | Go | app/models/info_model.go | coopersec/api-cheksum | e813ed8f3fb9b5d9e603ad76d11ab8153a17214f | [
"MIT"
] | null | null | null | app/models/info_model.go | coopersec/api-cheksum | e813ed8f3fb9b5d9e603ad76d11ab8153a17214f | [
"MIT"
] | null | null | null | app/models/info_model.go | coopersec/api-cheksum | e813ed8f3fb9b5d9e603ad76d11ab8153a17214f | [
"MIT"
] | null | null | null | package models
import (
"database/sql/driver"
"encoding/json"
"errors"
"time"
"github.com/google/uuid"
)
// Info struct to describe Info object.
type Info struct {
ID uuid.UUID `db:"id" json:"id" validate:"required,uuid"`
CreatedAt time.Time `db:"created_at" json:"created_at"`
UpdatedAt time.Time `... | 31.934783 | 85 | 0.716133 |
50e91bd5e7b8e9b9788a7eaa12be3ad635491583 | 438 | go | Go | util/general_test.go | tatthien/giraffe.go | 9152956dfb2263afe5613a96f1d7c3c9bbfe8f91 | [
"MIT"
] | null | null | null | util/general_test.go | tatthien/giraffe.go | 9152956dfb2263afe5613a96f1d7c3c9bbfe8f91 | [
"MIT"
] | null | null | null | util/general_test.go | tatthien/giraffe.go | 9152956dfb2263afe5613a96f1d7c3c9bbfe8f91 | [
"MIT"
] | null | null | null | package util
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestGenerateSlug(t *testing.T) {
tc := []struct {
str string
expect string
}{
{
str: "Xin chào",
expect: "xin-chao",
},
{
str: "123-xin-chào",
expect: "123-xin-chao",
},
{
str: "ạ-á-à-ã",
expe... | 13.272727 | 38 | 0.538813 |
d9a2e6b7628663c8692a83da3326aaa7587425ee | 1,481 | rs | Rust | git-ref/tests/file/transaction/mod.rs | Byron/grit | 61abb0b006292d2122784b032e198cc716fb7b92 | [
"Apache-2.0",
"MIT"
] | 149 | 2020-07-07T09:56:14.000Z | 2020-07-30T15:12:14.000Z | git-ref/tests/file/transaction/mod.rs | Byron/grit | 61abb0b006292d2122784b032e198cc716fb7b92 | [
"Apache-2.0",
"MIT"
] | 4 | 2020-06-29T06:53:11.000Z | 2020-07-25T04:04:14.000Z | git-ref/tests/file/transaction/mod.rs | Byron/grit | 61abb0b006292d2122784b032e198cc716fb7b92 | [
"Apache-2.0",
"MIT"
] | 2 | 2020-07-12T18:25:01.000Z | 2020-07-24T08:45:22.000Z | pub(crate) mod prepare_and_commit {
use git_actor::{Sign, Time};
use git_hash::ObjectId;
use git_object::bstr::BString;
use git_ref::file;
fn reflog_lines(store: &file::Store, name: &str) -> crate::Result<Vec<git_ref::log::Line>> {
let mut buf = Vec::new();
let res = store
... | 30.854167 | 107 | 0.542201 |
7a8f22d9b3bd1849b13c359134f98e7719d20c51 | 4,045 | rs | Rust | src/main.rs | goshlanguage/mate | 263dff2e13a0ceee11aa73dd8fbfcaec8858fe56 | [
"MIT"
] | 2 | 2022-02-04T00:52:53.000Z | 2022-02-07T04:01:06.000Z | src/main.rs | goshlanguage/mate | 263dff2e13a0ceee11aa73dd8fbfcaec8858fe56 | [
"MIT"
] | 4 | 2021-11-27T03:40:54.000Z | 2021-12-22T20:12:44.000Z | src/main.rs | goshlanguage/mate | 263dff2e13a0ceee11aa73dd8fbfcaec8858fe56 | [
"MIT"
] | 2 | 2022-02-04T00:58:37.000Z | 2022-03-18T14:47:57.000Z | use clap::Parser;
use log::info;
use std::{collections::HashMap, thread, time::Duration};
use tda_sdk::responses::Candle;
use accounts::kraken::KrakenAccount;
use accounts::tdameritrade::TDAmeritradeAccount;
use accounts::types::AccountType;
use matelog::init_logging;
use ta::average::{ema, sma};
/// You can see th... | 28.687943 | 105 | 0.543634 |
5195ad0aa62ce48535a5545d5fbdd897447a0f5e | 1,942 | swift | Swift | Shari-Demo/Base/DetailViewController.swift | nakajijapan/shari | 45388822b8f8032df5cc81ef269783e5d01cb8e8 | [
"MIT"
] | 121 | 2015-12-25T02:49:12.000Z | 2022-01-13T06:42:18.000Z | Shari-Demo/Base/DetailViewController.swift | nakajijapan/shari | 45388822b8f8032df5cc81ef269783e5d01cb8e8 | [
"MIT"
] | 16 | 2015-12-27T08:46:49.000Z | 2021-05-12T07:23:23.000Z | Shari-Demo/Base/DetailViewController.swift | nakajijapan/shari | 45388822b8f8032df5cc81ef269783e5d01cb8e8 | [
"MIT"
] | 15 | 2016-03-24T23:51:50.000Z | 2020-10-09T10:10:55.000Z | //
// DetailViewController.swift
// Shari
//
// Created by nakajijapan on 2015/12/07.
// Copyright © 2015 nakajijapan. All rights reserved.
//
import UIKit
import Shari
class DetailViewController: UIViewController {
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
}... | 37.346154 | 167 | 0.733265 |
6ed8fb5c6f2f51f610f02a2079da857f57d76088 | 856 | kt | Kotlin | app/src/main/java/com/moran/baseproject/common/activity/StartActivity.kt | mstains/BaseProject | a20718c0b2b0f1a15041554ee02270562b7eec84 | [
"MIT"
] | 2 | 2019-08-19T02:14:59.000Z | 2020-03-18T13:14:23.000Z | app/src/main/java/com/moran/baseproject/common/activity/StartActivity.kt | mstains/BaseProject | a20718c0b2b0f1a15041554ee02270562b7eec84 | [
"MIT"
] | null | null | null | app/src/main/java/com/moran/baseproject/common/activity/StartActivity.kt | mstains/BaseProject | a20718c0b2b0f1a15041554ee02270562b7eec84 | [
"MIT"
] | null | null | null | package com.moran.baseproject.common.activity
import android.view.View
import com.moran.base.activity.BasicsActivity
import com.moran.base.utils.StatusBarUtil
import com.moran.baseproject.R
import kotlinx.android.synthetic.main.activity_start.*
class StartActivity : BasicsActivity(), View.OnClickListener {
overri... | 16.461538 | 70 | 0.64486 |
4319e5a28c10ee035d941f4779b58c15f738c1e4 | 571 | asm | Assembly | oeis/037/A037955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/037/A037955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/037/A037955.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A037955: a(n) = binomial(n, floor(n/2)-1).
; 0,0,1,1,4,5,15,21,56,84,210,330,792,1287,3003,5005,11440,19448,43758,75582,167960,293930,646646,1144066,2496144,4457400,9657700,17383860,37442160,67863915,145422675,265182525,565722720,1037158320,2203961430,4059928950,8597496600,15905368710,33578000610,62359143990,13128240... | 71.375 | 486 | 0.833625 |
7f5f9db05bcc7af7d836e569e81618041becf744 | 459 | html | HTML | src/components/inspector/field-selector-tmpl.html | blueshed/blueshed-js | 4312f885f8cc0f105ee9d0a4e457479f4da94b4e | [
"MIT"
] | 1 | 2016-12-16T08:07:06.000Z | 2016-12-16T08:07:06.000Z | src/components/inspector/field-selector-tmpl.html | blueshed/blueshed-js | 4312f885f8cc0f105ee9d0a4e457479f4da94b4e | [
"MIT"
] | null | null | null | src/components/inspector/field-selector-tmpl.html | blueshed/blueshed-js | 4312f885f8cc0f105ee9d0a4e457479f4da94b4e | [
"MIT"
] | null | null | null | <div class="sort-visible-panel">
<div data-bind="sortable:order_columns">
<div>
<i class="fa fa-navicon fa-fw pull-right"></i>
<label>
<input type="checkbox"
data-bind="checkedValue:$data,
checked:$parent.visible_columns"/>
<span data-bind="text:name"></span>
</label>
</div>
... | 24.157895 | 49 | 0.607843 |
87703dc826f5acfa98a276e4714d0018355babd0 | 1,688 | html | HTML | application/admin/view/layout/header.html | hmlwan/candyworld | 41ca7af2493423922a0351fe7c431eaae4681e23 | [
"Apache-2.0"
] | null | null | null | application/admin/view/layout/header.html | hmlwan/candyworld | 41ca7af2493423922a0351fe7c431eaae4681e23 | [
"Apache-2.0"
] | null | null | null | application/admin/view/layout/header.html | hmlwan/candyworld | 41ca7af2493423922a0351fe7c431eaae4681e23 | [
"Apache-2.0"
] | null | null | null | <header class="header header-fixed navbar">
<div class="brand" style="background-color: #535A7C">
<a href="javascript:;" class="fa fa-bars off-left visible-xs" data-toggle="off-canvas" data-move="ltr"></a>
<a href="{:url('admin/index/index')}" class="navbar-brand">
<i class="fa fa-stop m... | 38.363636 | 117 | 0.501185 |
996048038743f777e114ff6a48bc2bb682271a46 | 6,534 | c | C | linux-lts-quantal-3.5.0/arch/arm/mach-ux500/board-mop500-msp.c | huhong789/shortcut | bce8a64c4d99b3dca72ffa0a04c9f3485cbab13a | [
"BSD-2-Clause"
] | 47 | 2015-03-10T23:21:52.000Z | 2022-02-17T01:04:14.000Z | linux-lts-quantal-3.5.0/arch/arm/mach-ux500/board-mop500-msp.c | shortcut-sosp19/shortcut | f0ff3d9170dbc6de38e0d8c200db056aa26b9c48 | [
"BSD-2-Clause"
] | 1 | 2020-06-30T18:01:37.000Z | 2020-06-30T18:01:37.000Z | linux-lts-quantal-3.5.0/arch/arm/mach-ux500/board-mop500-msp.c | shortcut-sosp19/shortcut | f0ff3d9170dbc6de38e0d8c200db056aa26b9c48 | [
"BSD-2-Clause"
] | 19 | 2015-02-25T19:50:05.000Z | 2021-10-05T14:35:54.000Z | /*
* Copyright (C) ST-Ericsson SA 2010
*
* License terms: GNU General Public License (GPL), version 2
*/
#include <linux/platform_device.h>
#include <linux/init.h>
#include <linux/gpio.h>
#include <linux/pinctrl/consumer.h>
#include <plat/gpio-nomadik.h>
#include <plat/pincfg.h>
#include <plat/ste_dma40.h>
#incl... | 24.380597 | 72 | 0.733548 |
751a33163490132984b5fbd27bba6cdae4bfd4aa | 27,378 | h | C | ScrapCalc/Shared/Libraries/chilkat-9.5.0-ios/cpp_include/C_CkHttpW.h | hamza1216/metalcalc-ios | 57f83a0a614ca4d024e706d253df3246c0e3a301 | [
"MIT"
] | null | null | null | ScrapCalc/Shared/Libraries/chilkat-9.5.0-ios/cpp_include/C_CkHttpW.h | hamza1216/metalcalc-ios | 57f83a0a614ca4d024e706d253df3246c0e3a301 | [
"MIT"
] | null | null | null | ScrapCalc/Shared/Libraries/chilkat-9.5.0-ios/cpp_include/C_CkHttpW.h | hamza1216/metalcalc-ios | 57f83a0a614ca4d024e706d253df3246c0e3a301 | [
"MIT"
] | null | null | null | // This is a generated source file for Chilkat version 9.5.0.40
#ifndef _C_CkHttpWH
#define _C_CkHttpWH
#include "chilkatDefs.h"
#include "Chilkat_C.h"
CK_VISIBLE_PUBLIC HCkHttpW CkHttpW_Create(void);
CK_VISIBLE_PUBLIC HCkHttpW CkHttpW_Create2(BOOL bCallbackOwned);
CK_VISIBLE_PUBLIC void CkHttpW_Dispose(HCkHttpW hand... | 85.024845 | 201 | 0.869055 |
a1b357cb3e390897890afb48ef93c30e3115402e | 2,807 | go | Go | algo_runner.go | seaglex/hector | 2133a100d1cfd9ed85c982e1b746e5a717c44809 | [
"MIT"
] | null | null | null | algo_runner.go | seaglex/hector | 2133a100d1cfd9ed85c982e1b746e5a717c44809 | [
"MIT"
] | null | null | null | algo_runner.go | seaglex/hector | 2133a100d1cfd9ed85c982e1b746e5a717c44809 | [
"MIT"
] | null | null | null | /*
Package hector is a golang based machine learning lib. It intend to implement all famous machine learning algoirhtms by golang.
Currently, it only support algorithms which can solve binary classification problems. Supported algorithms include:
1. Decision Tree (CART, Random Forest, GBDT)
2. Logistic Regression
3. SV... | 26.481132 | 163 | 0.728536 |
0408e5dd5f32d2e218bd532a955a7c80cb16ca6c | 257 | js | JavaScript | src/utils/treeHandler.js | ysaaron/react-collapse-tree | d014e4f78393c96d39422ecab2ac7d09e8b53752 | [
"MIT"
] | null | null | null | src/utils/treeHandler.js | ysaaron/react-collapse-tree | d014e4f78393c96d39422ecab2ac7d09e8b53752 | [
"MIT"
] | null | null | null | src/utils/treeHandler.js | ysaaron/react-collapse-tree | d014e4f78393c96d39422ecab2ac7d09e8b53752 | [
"MIT"
] | null | null | null | import d3 from 'd3';
export function getTreeHandler(size, getChildren) {
if(!size || !getChildren)
return;
return d3.layout.tree().size(size).children(getChildren);
}
export function diagonal(custom) {
return d3.svg.diagonal().projection(custom);
}
| 19.769231 | 58 | 0.731518 |
4074a48023da8abe747732cd0445f7d0bf88d5c5 | 1,071 | py | Python | scraper/storage_spiders/banbuonmaytinhcom.py | chongiadung/choinho | d2a216fe7a5064d73cdee3e928a7beef7f511fd1 | [
"MIT"
] | null | null | null | scraper/storage_spiders/banbuonmaytinhcom.py | chongiadung/choinho | d2a216fe7a5064d73cdee3e928a7beef7f511fd1 | [
"MIT"
] | 10 | 2020-02-11T23:34:28.000Z | 2022-03-11T23:16:12.000Z | scraper/storage_spiders/banbuonmaytinhcom.py | chongiadung/choinho | d2a216fe7a5064d73cdee3e928a7beef7f511fd1 | [
"MIT"
] | 3 | 2018-08-05T14:54:25.000Z | 2021-06-07T01:49:59.000Z | # Auto generated by generator.py. Delete this line if you make modification.
from scrapy.spiders import Rule
from scrapy.linkextractors import LinkExtractor
XPATH = {
'name' : "//div[@id='detail_pro']/h1[@id='text_name']",
'price' : "//div[@id='detail_pro']/p[@id='text_price']",
'category' : "//div[@id='ma... | 39.666667 | 188 | 0.637722 |
38b5dbb05d60f026c89426b4c41703c366c5eee8 | 1,563 | h | C | MKToolsKit/MKHelper/MKDeviceAuthorizationHelper.h | mk2016/MKToolsKit | 2fa05ce7d6740fa0444b43d31c78ed0993401725 | [
"MIT"
] | 2 | 2016-10-20T03:52:55.000Z | 2019-01-15T06:34:50.000Z | MKToolsKit/MKHelper/MKDeviceAuthorizationHelper.h | mk2016/MKToolsKit | 2fa05ce7d6740fa0444b43d31c78ed0993401725 | [
"MIT"
] | null | null | null | MKToolsKit/MKHelper/MKDeviceAuthorizationHelper.h | mk2016/MKToolsKit | 2fa05ce7d6740fa0444b43d31c78ed0993401725 | [
"MIT"
] | null | null | null | //
// MKDeviceAuthorizationHelper.h
// MKDevelopSolutions
//
// Created by xiaomk on 16/5/15.
// Copyright © 2016年 xiaomk. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <EventKit/EventKit.h>
#import "MKConst.h"
typedef NS_ENUM(NSInteger, MKAppAuthorizationType) {
MKAppAuthorizationType_ass... | 30.057692 | 111 | 0.711452 |
4d3b45cf7dd49ddeb3d3ae68622140df6c1c375c | 3,857 | swift | Swift | Swift/RemainingWork/AVKitExample/AVKitExample/ViewController.swift | JoongChangYang/TIL | b2a773dc31af54620fd83da9e487495099febcf5 | [
"MIT"
] | null | null | null | Swift/RemainingWork/AVKitExample/AVKitExample/ViewController.swift | JoongChangYang/TIL | b2a773dc31af54620fd83da9e487495099febcf5 | [
"MIT"
] | null | null | null | Swift/RemainingWork/AVKitExample/AVKitExample/ViewController.swift | JoongChangYang/TIL | b2a773dc31af54620fd83da9e487495099febcf5 | [
"MIT"
] | null | null | null | //
// ViewController.swift
// AVKitExample
//
// Created by 양중창 on 2020/03/19.
// Copyright © 2020 didwndckd. All rights reserved.
//
import AVKit
class ViewController: UIViewController {
private let nextButton = UIButton(type: .system)
private let scrollView = UIScrollView()
priva... | 35.063636 | 453 | 0.630801 |
5f299e5c0c8c1be8e046fe9d667ebc6a72f12598 | 970 | ts | TypeScript | src/collections/accountLinks.ts | leifgehrmann/node-tempo-client | 4920a38e9138ebe9184027e1592eb554b19eac9a | [
"MIT"
] | 1 | 2019-10-07T22:42:57.000Z | 2019-10-07T22:42:57.000Z | src/collections/accountLinks.ts | leifgehrmann/node-tempo-client | 4920a38e9138ebe9184027e1592eb554b19eac9a | [
"MIT"
] | 156 | 2019-10-16T10:46:34.000Z | 2022-03-26T20:44:12.000Z | src/collections/accountLinks.ts | leifgehrmann/node-tempo-client | 4920a38e9138ebe9184027e1592eb554b19eac9a | [
"MIT"
] | null | null | null | import { AccountLink } from '../requestTypes';
import {
AccountLinkByScopeResponse,
AccountLinkResponse,
ResultSetResponse,
} from '../responseTypes';
import Collection from './abstractCollection';
export default class AccountLinks extends Collection {
public async post(accountLink: AccountLink): Promise<Accou... | 27.714286 | 77 | 0.708247 |
95bd442cbb76d52dd96a3c3d567f14855f5aa8c4 | 558 | css | CSS | web_twtxt/static/style.css | myles/web.twtxt.mylesb.ca | 5163c00c0e77a48aa7b464d2b8df57eb19917989 | [
"MIT"
] | null | null | null | web_twtxt/static/style.css | myles/web.twtxt.mylesb.ca | 5163c00c0e77a48aa7b464d2b8df57eb19917989 | [
"MIT"
] | null | null | null | web_twtxt/static/style.css | myles/web.twtxt.mylesb.ca | 5163c00c0e77a48aa7b464d2b8df57eb19917989 | [
"MIT"
] | null | null | null | body {
padding-top: 20px;
padding-bottom: 20px;
}
.header,
.footer {
padding-right: 15px;
padding-left: 15px;
}
.header {
padding-bottom: 20px;
margin-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
}
.footer {
text-align: center;
padding-top: 20px;
margin-top: 15px;
border-top: 1px solid #e5e5e5;
}
.hea... | 12.681818 | 34 | 0.655914 |
6ba63eb72aab01911ba4bd4d77809105ab3ca88d | 1,807 | rs | Rust | src/ffi/structs.rs | mullvad/openvpn-plugin-rs | 1da047c4fb0d0d8fbcd0d1b637ce6ac95e3991a1 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 14 | 2017-07-22T04:25:24.000Z | 2022-03-22T17:59:29.000Z | src/ffi/structs.rs | mullvad/openvpn-plugin-rs | 1da047c4fb0d0d8fbcd0d1b637ce6ac95e3991a1 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | 9 | 2017-07-18T18:51:49.000Z | 2018-11-02T18:05:17.000Z | src/ffi/structs.rs | mullvad/openvpn-plugin-rs | 1da047c4fb0d0d8fbcd0d1b637ce6ac95e3991a1 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | // Copyright 2017 Amagicom AB.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to... | 29.622951 | 89 | 0.723852 |
16aa2f8d8f8a468c82acd4fe1e4999f0ec2ef387 | 78 | ts | TypeScript | assets/portal/src/interface/page.interface.ts | desmondappiahkubi/quickstart-onica-cci-postcall-analytics-1 | c5fc4023bb2825103eec5459719225b79e6bdcc8 | [
"Apache-2.0"
] | null | null | null | assets/portal/src/interface/page.interface.ts | desmondappiahkubi/quickstart-onica-cci-postcall-analytics-1 | c5fc4023bb2825103eec5459719225b79e6bdcc8 | [
"Apache-2.0"
] | null | null | null | assets/portal/src/interface/page.interface.ts | desmondappiahkubi/quickstart-onica-cci-postcall-analytics-1 | c5fc4023bb2825103eec5459719225b79e6bdcc8 | [
"Apache-2.0"
] | null | null | null | export interface PageInterface<T> {
data: T[];
next: string | null;
} | 15.6 | 35 | 0.615385 |
0c1a8107afb6e0c6055b07262949af7f0e105de2 | 114 | kt | Kotlin | android/src/main/java/com/reactnativefilegateway/exceptions/DeleteFileException.kt | iJimmyWei/react-native-file-gateway | 2c14b8b43b5330a5a2139805faf2f01f87aebb1d | [
"MIT"
] | 4 | 2021-05-17T07:35:59.000Z | 2021-05-22T22:19:21.000Z | android/src/main/java/com/reactnativefilegateway/exceptions/DeleteFileException.kt | iJimmyWei/react-native-file-gateway | 2c14b8b43b5330a5a2139805faf2f01f87aebb1d | [
"MIT"
] | 16 | 2021-05-16T09:18:19.000Z | 2021-09-11T22:24:06.000Z | android/src/main/java/com/reactnativefilegateway/exceptions/DeleteFileException.kt | iJimmyWei/react-native-file-gateway | 2c14b8b43b5330a5a2139805faf2f01f87aebb1d | [
"MIT"
] | null | null | null | package com.reactnativefilegateway.exceptions
class DeleteFileException(message: String) : Exception(message) {}
| 28.5 | 66 | 0.833333 |
2f43bb1b885c7233009626868be6bef6eaadf387 | 653 | php | PHP | src/AppBundle/Entity/Busqueda.php | AlesisZapana/BibliotecaUniversitaria | b93f8f05a7fae263be3cdd17b5c727705957fd65 | [
"MIT"
] | null | null | null | src/AppBundle/Entity/Busqueda.php | AlesisZapana/BibliotecaUniversitaria | b93f8f05a7fae263be3cdd17b5c727705957fd65 | [
"MIT"
] | null | null | null | src/AppBundle/Entity/Busqueda.php | AlesisZapana/BibliotecaUniversitaria | b93f8f05a7fae263be3cdd17b5c727705957fd65 | [
"MIT"
] | null | null | null | <?php
namespace AppBundle\Entity;
/**
* Busqueda
*/
class Busqueda
{
/**
* @var int
*/
private $id;
/**
* @var string
*/
private $buscar;
/**
* Get id
*
* @return int
*/
public function getId()
{
return $this->id;
}
/**
* S... | 11.660714 | 38 | 0.436447 |
81203d33483edaa125577c1db2a4cfcb15c7e801 | 10,243 | rs | Rust | third_party/rust_crates/vendor/futures-channel/tests/mpsc-close.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 1,397 | 2019-11-23T06:45:56.000Z | 2022-03-31T23:38:14.000Z | third_party/rust_crates/vendor/futures-channel/tests/mpsc-close.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 453 | 2019-11-22T16:33:31.000Z | 2022-03-25T16:48:05.000Z | third_party/rust_crates/vendor/futures-channel/tests/mpsc-close.rs | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 207 | 2019-11-23T02:45:46.000Z | 2022-03-30T02:00:48.000Z | use futures::channel::mpsc;
use futures::executor::block_on;
use futures::future::Future;
use futures::sink::SinkExt;
use futures::stream::StreamExt;
use futures::task::{Context, Poll};
use std::pin::Pin;
use std::sync::{Arc, Weak};
use std::thread;
use std::time::{Duration, Instant};
#[test]
fn smoke() {
let (mut... | 34.257525 | 97 | 0.523772 |
169598bee0dc8f9433ed3826b5a3d6e12a014231 | 1,631 | ts | TypeScript | src/app/data.stub.ts | salmanthecoder/fast-pay | 13bfabdbecaad45b7823e451f7fed2dcec2b643e | [
"MIT"
] | null | null | null | src/app/data.stub.ts | salmanthecoder/fast-pay | 13bfabdbecaad45b7823e451f7fed2dcec2b643e | [
"MIT"
] | null | null | null | src/app/data.stub.ts | salmanthecoder/fast-pay | 13bfabdbecaad45b7823e451f7fed2dcec2b643e | [
"MIT"
] | null | null | null | import { Observable, of, Subject} from 'rxjs';
import { Transaction } from 'src/app/model/Transaction';
export const testData = {
data: [{
categoryCode: '#12a580',
dates: {
valueDate: '2020-09-23'
},
transaction: {
amountCurrency: {
amount: 5000,
currencyCo... | 22.342466 | 63 | 0.527284 |
eb2e4bf66f02819818de88c76cac574c834bb7ac | 1,460 | kt | Kotlin | LibDebug/src/main/java/com/bihe0832/android/lib/debug/icon/DebugLogTipsIcon.kt | bihe0832/AndroidAppFactory | 422344766b44a4c792b545cc5bea6b3d3654e667 | [
"Apache-2.0"
] | 28 | 2020-04-16T06:05:12.000Z | 2022-02-08T03:23:52.000Z | LibDebug/src/main/java/com/bihe0832/android/lib/debug/icon/DebugLogTipsIcon.kt | bihe0832/AndroidAppFactory | 422344766b44a4c792b545cc5bea6b3d3654e667 | [
"Apache-2.0"
] | 1 | 2022-01-05T07:44:32.000Z | 2022-01-06T02:48:19.000Z | LibDebug/src/main/java/com/bihe0832/android/lib/debug/icon/DebugLogTipsIcon.kt | bihe0832/AndroidAppFactory | 422344766b44a4c792b545cc5bea6b3d3654e667 | [
"Apache-2.0"
] | 11 | 2020-09-16T08:43:35.000Z | 2022-02-23T21:01:55.000Z | package com.bihe0832.android.lib.debug.icon
import android.content.Context
import android.text.TextUtils
import android.view.View
import android.widget.TextView
import com.bihe0832.android.lib.debug.R
import com.bihe0832.android.lib.floatview.BaseIconView
import com.bihe0832.android.lib.text.TextFactoryUtils
import ko... | 21.470588 | 73 | 0.636986 |
ffdf556d49f11fa32e3efbfe4f2289669803701e | 1,409 | html | HTML | layouts/partials/style.html | roschart/talks | 8c3268b6fb377e4951feb9d498699ade3183a6e1 | [
"MIT"
] | null | null | null | layouts/partials/style.html | roschart/talks | 8c3268b6fb377e4951feb9d498699ade3183a6e1 | [
"MIT"
] | null | null | null | layouts/partials/style.html | roschart/talks | 8c3268b6fb377e4951feb9d498699ade3183a6e1 | [
"MIT"
] | 1 | 2021-09-28T09:46:59.000Z | 2021-09-28T09:46:59.000Z | <style>
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: 'Droid Serif';
}
h1,
h2,
h3 {
... | 15.150538 | 85 | 0.591199 |
ed915ba85065b0d40b29f021b71b39b007386cf2 | 6,272 | lua | Lua | tests/wave equation in spacetime.lua | thenumbernine/symmath-lua | a356b02b814d4a5fc2a7ca778527a21f25c4a570 | [
"MIT"
] | 37 | 2015-01-04T10:38:49.000Z | 2022-03-01T21:37:47.000Z | tests/wave equation in spacetime.lua | thenumbernine/symmath-lua | a356b02b814d4a5fc2a7ca778527a21f25c4a570 | [
"MIT"
] | 13 | 2015-05-29T19:23:04.000Z | 2022-03-31T17:01:25.000Z | tests/wave equation in spacetime.lua | thenumbernine/symmath-lua | a356b02b814d4a5fc2a7ca778527a21f25c4a570 | [
"MIT"
] | 2 | 2016-09-02T01:37:03.000Z | 2021-08-11T13:14:58.000Z | #!/usr/bin/env luajit
require 'ext'
local env = setmetatable({}, {__index=_G})
if setfenv then setfenv(1, env) else _ENV = env end
require 'symmath'.setup{
env=env,
MathJax={title='wave equation in spacetime'},
fixVariableNames=true, -- automatically add the \\ to the greek letter names
}
printbr[[
Sources:<br>
201... | 37.783133 | 220 | 0.672991 |
019283db9d5c62b7d4aa03e385463d056ac66483 | 4,925 | kt | Kotlin | app/src/main/kotlin/co/netguru/android/carrecognition/feature/camera/ProgressView.kt | plweegie/CarLens-Android | 400e794ed69fe758400a9da4f9641f772dbe79ec | [
"Apache-2.0"
] | 19 | 2019-01-31T15:31:53.000Z | 2021-04-29T07:21:05.000Z | app/src/main/kotlin/co/netguru/android/carrecognition/feature/camera/ProgressView.kt | plweegie/CarLens-Android | 400e794ed69fe758400a9da4f9641f772dbe79ec | [
"Apache-2.0"
] | 12 | 2018-09-19T08:36:45.000Z | 2019-01-31T09:12:56.000Z | app/src/main/kotlin/co/netguru/android/carrecognition/feature/camera/ProgressView.kt | plweegie/CarLens-Android | 400e794ed69fe758400a9da4f9641f772dbe79ec | [
"Apache-2.0"
] | 8 | 2019-04-08T00:35:44.000Z | 2021-06-18T08:16:08.000Z | package co.netguru.android.carrecognition.feature.camera
import android.content.Context
import android.graphics.*
import android.util.AttributeSet
import android.view.View
import co.netguru.android.carrecognition.R
import co.netguru.android.carrecognition.common.extensions.getColorCompat
import org.jetbrains.anko.dime... | 30.974843 | 100 | 0.596954 |
40ad4ec15e6fbc12daf4eaef1065dd1341f2b550 | 4,233 | py | Python | tests/cli_test.py | fchastanet/json-schema-for-humans | 0fe3e53ee1f49deb80a7231e6bbf38194bac4056 | [
"Apache-2.0"
] | null | null | null | tests/cli_test.py | fchastanet/json-schema-for-humans | 0fe3e53ee1f49deb80a7231e6bbf38194bac4056 | [
"Apache-2.0"
] | null | null | null | tests/cli_test.py | fchastanet/json-schema-for-humans | 0fe3e53ee1f49deb80a7231e6bbf38194bac4056 | [
"Apache-2.0"
] | null | null | null | import traceback
from pathlib import Path
from bs4 import BeautifulSoup
from click.testing import CliRunner, Result
from json_schema_for_humans.generate import main
from tests.test_utils import assert_css_and_js_copied, assert_css_and_js_not_copied, get_test_case_path
def assert_cli_runner_result(result: Result) ->... | 37.131579 | 121 | 0.690999 |
2a247df88ae3a47a3fb1cf5139cdca0672d030e2 | 1,528 | java | Java | library/src/main/java/com/yumo/common/net/YmFileNetUtil.java | yumodev/ym_android_utils | 24f7a3a8a96db57ddab8195484d74c6dd1c6fb99 | [
"Apache-2.0"
] | null | null | null | library/src/main/java/com/yumo/common/net/YmFileNetUtil.java | yumodev/ym_android_utils | 24f7a3a8a96db57ddab8195484d74c6dd1c6fb99 | [
"Apache-2.0"
] | null | null | null | library/src/main/java/com/yumo/common/net/YmFileNetUtil.java | yumodev/ym_android_utils | 24f7a3a8a96db57ddab8195484d74c6dd1c6fb99 | [
"Apache-2.0"
] | null | null | null | package com.yumo.common.net;
import android.text.TextUtils;
import com.yumo.common.io.YmCloseUtil;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
/**
* Created by yumodev on 4/26/16.
* 与网络相关的文件类,下载文件
* 网络部分使用OkHttp... | 22.80597 | 65 | 0.557592 |
c7efe1f44703bb65b92e27320dc5bc65f654ed24 | 789 | java | Java | saas/dataops/api/metric-flink/metric-alarm/src/main/java/com/elasticsearch/cloud/monitor/metric/alarm/blink/utils/TagsUtils.java | harry-xiaomi/SREWorks | e85c723ff15d2c9739d4d240be449b00b6db096d | [
"Apache-2.0"
] | 1 | 2022-03-22T01:09:10.000Z | 2022-03-22T01:09:10.000Z | saas/dataops/api/metric-flink/metric-alarm/src/main/java/com/elasticsearch/cloud/monitor/metric/alarm/blink/utils/TagsUtils.java | Kwafoor/SREWorks | 37a64a0a84b29c65cf6b77424bd2acd0c7b42e2b | [
"Apache-2.0"
] | null | null | null | saas/dataops/api/metric-flink/metric-alarm/src/main/java/com/elasticsearch/cloud/monitor/metric/alarm/blink/utils/TagsUtils.java | Kwafoor/SREWorks | 37a64a0a84b29c65cf6b77424bd2acd0c7b42e2b | [
"Apache-2.0"
] | null | null | null | package com.elasticsearch.cloud.monitor.metric.alarm.blink.utils;
import java.util.HashMap;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
/**
* @author xingming.xuxm
* @Date 2019-12-12
*/
public class TagsUtils {
public final static String TAGS_SEPARATOR = ",";
public final static Stri... | 28.178571 | 69 | 0.628644 |
708527a59753ada5c20f021f8ba922781ef0a487 | 6,444 | h | C | libraries/SmartMatrix/src/FontGfx_apple6x10.h | adinath1/A4Arduino | 54429f095223db8016ede54188cc927784f4f02b | [
"Apache-2.0"
] | null | null | null | libraries/SmartMatrix/src/FontGfx_apple6x10.h | adinath1/A4Arduino | 54429f095223db8016ede54188cc927784f4f02b | [
"Apache-2.0"
] | null | null | null | libraries/SmartMatrix/src/FontGfx_apple6x10.h | adinath1/A4Arduino | 54429f095223db8016ede54188cc927784f4f02b | [
"Apache-2.0"
] | 1 | 2021-09-06T06:20:07.000Z | 2021-09-06T06:20:07.000Z | // Adafruit GFX font Apple6x10 size: 6x10
const uint8_t Apple6x10Bitmaps[] PROGMEM = {
0xFA, // exclam
0xB6,0x80, // quotedbl
0x52,0xBE,0xAF,0xA9,0x40, // numbersign
0x23,0xA8,0xE2,0xB8,0x80, // dollar
0x4D,0x54,0x45,0x56,0x40, // percent
0x45,0x28,0x8A,0xC9,0xA0, // ampersand
0xE0, // quotesingle
0x2A... | 31.90099 | 44 | 0.487896 |
dd6e6f932ff0a35c31eabdd2d7363323c9c0bc93 | 30,854 | php | PHP | analyst/plate_report.php | DennisGoldfarb/ProHits | 43c5ccd8c3325ab85fd9457f68e3e5f3dbb645e6 | [
"Apache-2.0"
] | null | null | null | analyst/plate_report.php | DennisGoldfarb/ProHits | 43c5ccd8c3325ab85fd9457f68e3e5f3dbb645e6 | [
"Apache-2.0"
] | null | null | null | analyst/plate_report.php | DennisGoldfarb/ProHits | 43c5ccd8c3325ab85fd9457f68e3e5f3dbb645e6 | [
"Apache-2.0"
] | null | null | null | <?php
/***********************************************************************
Copyright 2010 Gingras and Tyers labs,
Samuel Lunenfeld Research Institute, Mount Sinai Hospital.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may o... | 36.906699 | 222 | 0.582518 |
84474fa6700bdee70fd0c5a17af298601a748624 | 16,994 | html | HTML | src/detail-game.html | armdong/web-0901 | 55750782fea81ab844dd8263c3d2668c0fe7465f | [
"MIT"
] | null | null | null | src/detail-game.html | armdong/web-0901 | 55750782fea81ab844dd8263c3d2668c0fe7465f | [
"MIT"
] | null | null | null | src/detail-game.html | armdong/web-0901 | 55750782fea81ab844dd8263c3d2668c0fe7465f | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
<meta name="description" content="">
<meta name="author" content="">
<title>泉州体育服务平台 | 赛事详情</title>
<link rel="stylesheet" href="static/css... | 38.622727 | 121 | 0.315464 |
1fb79165e120ce0c19bd6eb662fabaa1e2b66635 | 954 | html | HTML | manuscript/page-1970/body.html | marvindanig/our-mutual-friend | 33391be687d121aa8098137f2085616d2ca757ed | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-1970/body.html | marvindanig/our-mutual-friend | 33391be687d121aa8098137f2085616d2ca757ed | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | manuscript/page-1970/body.html | marvindanig/our-mutual-friend | 33391be687d121aa8098137f2085616d2ca757ed | [
"BlueOak-1.0.0",
"MIT"
] | null | null | null | <div class="leaf "><div class="inner justify"><p class="no-indent ">done; for, the instant she mentioned Mr Lightwood’s name, John stopped, with his hand upon the lock of the room door.</p><p>‘Come up stairs, my darling.’</p><p>Bella was amazed by the flush in his face, and by his sudden turning away. ‘What can it mea... | 954 | 954 | 0.706499 |
feb585cf32e061470049b2bdaa33cb129c45d732 | 127 | sql | SQL | settings.sql | buggydev1/Hip_yelp_Back | f80407d898d267465e5cfbf7f73905b776e91b43 | [
"MIT"
] | null | null | null | settings.sql | buggydev1/Hip_yelp_Back | f80407d898d267465e5cfbf7f73905b776e91b43 | [
"MIT"
] | null | null | null | settings.sql | buggydev1/Hip_yelp_Back | f80407d898d267465e5cfbf7f73905b776e91b43 | [
"MIT"
] | 2 | 2021-04-22T14:42:57.000Z | 2021-05-18T01:11:58.000Z | CREATE DATABASE hipyelp;
CREATE USER hipyelpuser WITH PASSWORD 'hipyelp';
GRANT ALL PRIVILEGES ON DATABASE tunr TO hipyelpuser; | 42.333333 | 53 | 0.834646 |
9c2ef3472cd10134a2cae879059c6ae9a508b516 | 1,044 | js | JavaScript | src/utils/tokenGuide.js | FahimFBA/a-tree | 1802510bdc538551f244e21f50cd27c1cdebf05f | [
"MIT"
] | 56 | 2021-11-26T14:43:08.000Z | 2022-02-25T07:47:02.000Z | src/utils/tokenGuide.js | FahimFBA/a-tree | 1802510bdc538551f244e21f50cd27c1cdebf05f | [
"MIT"
] | 3 | 2021-09-16T18:03:50.000Z | 2021-12-04T03:55:57.000Z | src/utils/tokenGuide.js | FahimFBA/a-tree | 1802510bdc538551f244e21f50cd27c1cdebf05f | [
"MIT"
] | 4 | 2021-11-26T15:46:49.000Z | 2022-03-17T07:30:44.000Z | import {
TOKEN_VALUE_TTL,
TOKEN_GUIDE_LOCAL_STORAGE_KEY,
NEW_TOKEN_PATHNAME,
PHASE,
} from 'constants/tokenPage'
import { toSafeInteger, values } from 'lodash'
export const storePhase = (phase = 0, prevUrl) => {
if (phase === PHASE.NONE || !values(PHASE).includes(phase)) {
localStorage.removeItem(TOKEN_G... | 26.769231 | 78 | 0.692529 |
74534bbcb0e8c31086194cffafa61bad23096aea | 1,064 | h | C | include/typedef.h | JerryBluesnow/pmediacodes | 228c441169fb9d86ec06c0db847bec60b3163c13 | [
"MIT"
] | null | null | null | include/typedef.h | JerryBluesnow/pmediacodes | 228c441169fb9d86ec06c0db847bec60b3163c13 | [
"MIT"
] | null | null | null | include/typedef.h | JerryBluesnow/pmediacodes | 228c441169fb9d86ec06c0db847bec60b3163c13 | [
"MIT"
] | null | null | null | #include "sysconfig.h"
#ifdef VER_G729A_ARM
/*
ITU-T G.729A Speech Coder ANSI-C Source Code
Version 1.1 Last modified: September 1996
Copyright (c) 1996,
AT&T, France Telecom, NTT, Universite de Sherbrooke
All rights reserved.
*/
/* WARNING: Make sure that the proper flags are defined for your s... | 23.644444 | 134 | 0.723684 |
387656a4251d6c8e104239a997720e318dd59633 | 4,359 | swift | Swift | Sources/BitcoinKit/Messages/VersionMessage.swift | asobicoin/BitcoinKit | adf36d6225d6e7f155222e98368e8a7cfe04b6da | [
"MIT"
] | 465 | 2018-02-05T06:36:23.000Z | 2018-08-08T08:06:23.000Z | Sources/BitcoinKit/Messages/VersionMessage.swift | asobicoin/BitcoinKit | adf36d6225d6e7f155222e98368e8a7cfe04b6da | [
"MIT"
] | 233 | 2018-07-28T11:05:55.000Z | 2018-08-28T04:29:49.000Z | Sources/BitcoinKit/Messages/VersionMessage.swift | asobicoin/BitcoinKit | adf36d6225d6e7f155222e98368e8a7cfe04b6da | [
"MIT"
] | 171 | 2018-08-15T20:35:45.000Z | 2022-03-28T14:45:24.000Z | //
// VersionMessage.swift
//
// Copyright © 2018 Kishikawa Katsumi
// Copyright © 2018 BitcoinKit developers
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, ... | 49.534091 | 215 | 0.712778 |
40f475cb2a4ddce7ea7ca5bcc9f61f8a5c5a882b | 3,568 | py | Python | RecoTauTag/RecoTau/python/RecoTauPiZeroBuilderPlugins_cfi.py | ahmad3213/cmssw | 750b64a3cb184f702939fdafa241214c77e7f4fd | [
"Apache-2.0"
] | null | null | null | RecoTauTag/RecoTau/python/RecoTauPiZeroBuilderPlugins_cfi.py | ahmad3213/cmssw | 750b64a3cb184f702939fdafa241214c77e7f4fd | [
"Apache-2.0"
] | null | null | null | RecoTauTag/RecoTau/python/RecoTauPiZeroBuilderPlugins_cfi.py | ahmad3213/cmssw | 750b64a3cb184f702939fdafa241214c77e7f4fd | [
"Apache-2.0"
] | 1 | 2019-04-03T19:23:27.000Z | 2019-04-03T19:23:27.000Z | import FWCore.ParameterSet.Config as cms
'''
Configuration for Pi Zero producer plugins.
Author: Evan K. Friis, UC Davis
'''
from RecoTauTag.RecoTau.PFRecoTauQualityCuts_cfi import PFTauQualityCuts
# Produce a PiZero candidate for each photon - the "trivial" case
allSinglePhotons = cms.PSet(
name = cms.string... | 35.326733 | 96 | 0.700392 |
a16bbda013dba5c5463350779b2a73566196735e | 661 | c | C | LAB1/p2.c | sahusourav/CNS-LAB | 58d2dbc7df1801d0ec191bdcef99ad6397aeed84 | [
"MIT"
] | null | null | null | LAB1/p2.c | sahusourav/CNS-LAB | 58d2dbc7df1801d0ec191bdcef99ad6397aeed84 | [
"MIT"
] | null | null | null | LAB1/p2.c | sahusourav/CNS-LAB | 58d2dbc7df1801d0ec191bdcef99ad6397aeed84 | [
"MIT"
] | null | null | null | // wap that contains a string(char pointer) with a value "Hello World". The program should AND, OR and XOR each character in this
// string with 127 and display the result
#include<stdio.h>
int main()
{
char str[16]= "Hello World", temp;
int i = 0;
printf("Exclusive OR with 127:\n");
for(i = 0; str[i] != '\0'; ... | 17.864865 | 130 | 0.550681 |
0bd558bea9837b0307fd79c21bc7b99f3bca6161 | 81 | swift | Swift | Sources/_URLRouting/RoutingError.swift | FilinCode/swift-parsing | 54fb34bd55166f3a74ce2d22ba9b67e71559c852 | [
"MIT"
] | null | null | null | Sources/_URLRouting/RoutingError.swift | FilinCode/swift-parsing | 54fb34bd55166f3a74ce2d22ba9b67e71559c852 | [
"MIT"
] | null | null | null | Sources/_URLRouting/RoutingError.swift | FilinCode/swift-parsing | 54fb34bd55166f3a74ce2d22ba9b67e71559c852 | [
"MIT"
] | null | null | null | @usableFromInline
struct RoutingError: Error {
@usableFromInline
init() {}
}
| 13.5 | 28 | 0.728395 |
6aadb1837839e367a4293c1738d14e787cb69fe0 | 398 | lua | Lua | src/measures/set.lua | g8tr1522/AlgoRhythms | b3d959a18de1631de77a35306fd5ddd238e8368a | [
"MIT"
] | null | null | null | src/measures/set.lua | g8tr1522/AlgoRhythms | b3d959a18de1631de77a35306fd5ddd238e8368a | [
"MIT"
] | null | null | null | src/measures/set.lua | g8tr1522/AlgoRhythms | b3d959a18de1631de77a35306fd5ddd238e8368a | [
"MIT"
] | null | null | null | -- set the `rhythm` which also sets the `converted` property
--local convert = require('src/measures/convert')
--print("convert method location: ", tostring(AlgoRhythms.measures.convert))
return function (self, t)
local pre_offset = AlgoRhythms.globals.PROGRAMMERS_NOTATION_OFFSET
for i=1,#t do
t[i] = t[i] - pre_... | 23.411765 | 76 | 0.733668 |
f076212c69c217204a0f335bc5923354550eed68 | 671 | py | Python | tutorials/W0D1_PythonWorkshop1/solutions/W0D1_Tutorial1_Solution_93456241.py | eduardojdiniz/CompNeuro | 20269e66540dc4e802273735c97323020ee37406 | [
"CC-BY-4.0",
"BSD-3-Clause"
] | 2,294 | 2020-05-11T12:05:35.000Z | 2022-03-28T21:23:34.000Z | tutorials/W0D1_PythonWorkshop1/solutions/W0D1_Tutorial1_Solution_93456241.py | pellet/course-content | bb383857992469e0e7a9c36639ac0d05e842d9bd | [
"CC-BY-4.0",
"BSD-3-Clause"
] | 629 | 2020-05-11T15:42:26.000Z | 2022-03-29T12:23:35.000Z | tutorials/W0D1_PythonWorkshop1/solutions/W0D1_Tutorial1_Solution_93456241.py | pellet/course-content | bb383857992469e0e7a9c36639ac0d05e842d9bd | [
"CC-BY-4.0",
"BSD-3-Clause"
] | 917 | 2020-05-11T12:47:53.000Z | 2022-03-31T12:14:41.000Z |
# Set random number generator
np.random.seed(2020)
# Initialize step_end, n, t_range, v and i
step_end = int(t_max / dt)
n = 50
t_range = np.linspace(0, t_max, num=step_end)
v_n = el * np.ones([n, step_end])
i = i_mean * (1 + 0.1 * (t_max / dt)**(0.5) * (2 * np.random.random([n, step_end]) - 1))
# Loop for step_end ... | 25.807692 | 90 | 0.600596 |
8760f26b306d418b65900e2e90fcd6104ed436b3 | 14,456 | html | HTML | _site/2014/09/07/bible-passages/index.html | kakubei/kakubei.github.io | 3213abd3e5d6ed9efb499dfefb0f2eceea5a205e | [
"MIT"
] | null | null | null | _site/2014/09/07/bible-passages/index.html | kakubei/kakubei.github.io | 3213abd3e5d6ed9efb499dfefb0f2eceea5a205e | [
"MIT"
] | null | null | null | _site/2014/09/07/bible-passages/index.html | kakubei/kakubei.github.io | 3213abd3e5d6ed9efb499dfefb0f2eceea5a205e | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-wid... | 31.021459 | 567 | 0.613102 |
079babb20fa51e297241cfcfd632808569582160 | 55 | sql | SQL | _/6747_10_Code/Create_SPFILE.sql | paullewallencom/oracle-978-1-8496-8674-7 | 72e16e777496bb0699973e7bf912d688e62bbfa9 | [
"Apache-2.0"
] | null | null | null | _/6747_10_Code/Create_SPFILE.sql | paullewallencom/oracle-978-1-8496-8674-7 | 72e16e777496bb0699973e7bf912d688e62bbfa9 | [
"Apache-2.0"
] | null | null | null | _/6747_10_Code/Create_SPFILE.sql | paullewallencom/oracle-978-1-8496-8674-7 | 72e16e777496bb0699973e7bf912d688e62bbfa9 | [
"Apache-2.0"
] | null | null | null | -- Create SPFILE
CREATE spfile FROM pfile='c:\xe.ora'; | 27.5 | 37 | 0.709091 |
5f0ee0ea639f07ba574ddf44b4cede667b1d8288 | 5,633 | kt | Kotlin | src/main/java/no/nav/fo/veilarbregistrering/db/arbeidssoker/ArbeidssokerRepositoryImpl.kt | blommish/veilarbregistrering | 03db1aa9054e3401ebbc3d878180a34227761af8 | [
"MIT"
] | 5 | 2019-07-16T13:00:12.000Z | 2020-11-11T14:31:40.000Z | src/main/java/no/nav/fo/veilarbregistrering/db/arbeidssoker/ArbeidssokerRepositoryImpl.kt | blommish/veilarbregistrering | 03db1aa9054e3401ebbc3d878180a34227761af8 | [
"MIT"
] | 44 | 2018-12-11T07:38:38.000Z | 2022-03-30T06:37:28.000Z | src/main/java/no/nav/fo/veilarbregistrering/db/arbeidssoker/ArbeidssokerRepositoryImpl.kt | blommish/veilarbregistrering | 03db1aa9054e3401ebbc3d878180a34227761af8 | [
"MIT"
] | 5 | 2020-03-17T09:32:33.000Z | 2021-12-02T14:07:44.000Z | package no.nav.fo.veilarbregistrering.db.arbeidssoker
import no.nav.fo.veilarbregistrering.arbeidssoker.ArbeidssokerRepository
import no.nav.fo.veilarbregistrering.arbeidssoker.Arbeidssokerperioder
import no.nav.fo.veilarbregistrering.arbeidssoker.EndretFormidlingsgruppeCommand
import no.nav.fo.veilarbregistrering.arb... | 49.849558 | 128 | 0.699095 |
23583306d59b7d17335395e0d8b1237e70140ea2 | 819 | rs | Rust | src/constants.rs | vsilent/stackdog | 7c25842b222e8af6557812f1c1bda9205eb8e214 | [
"MIT"
] | 1 | 2021-03-04T11:34:57.000Z | 2021-03-04T11:34:57.000Z | src/constants.rs | vsilent/stackdog | 7c25842b222e8af6557812f1c1bda9205eb8e214 | [
"MIT"
] | 16 | 2021-03-17T11:54:29.000Z | 2022-03-28T07:05:35.000Z | src/constants.rs | vsilent/stackdog | 7c25842b222e8af6557812f1c1bda9205eb8e214 | [
"MIT"
] | 2 | 2021-03-05T08:52:23.000Z | 2021-12-02T09:37:25.000Z | // Messages
pub const MESSAGE_OK: &str = "ok";
pub const MESSAGE_LOGIN_SUCCESS: &str = "Login successfully";
pub const MESSAGE_LOGIN_FAILED: &str = "Wrong username or password, please try again";
pub const MESSAGE_USER_NOT_FOUND: &str = "User not found";
pub const MESSAGE_LOGOUT_SUCCESS: &str = "Logout successfully";
p... | 37.227273 | 86 | 0.744811 |
b6684384e85b100ed99f5e5de7d54ac167d196f0 | 13,476 | sql | SQL | minimvc.sql | emrahnalci/MediumMVC | b3d81996adb4bc0de12de60db594a976700ec2c6 | [
"MIT"
] | null | null | null | minimvc.sql | emrahnalci/MediumMVC | b3d81996adb4bc0de12de60db594a976700ec2c6 | [
"MIT"
] | null | null | null | minimvc.sql | emrahnalci/MediumMVC | b3d81996adb4bc0de12de60db594a976700ec2c6 | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.2.11
-- http://www.phpmyadmin.net
--
-- Anamakine: 127.0.0.1
-- Üretim Zamanı: 27 Ara 2015, 22:38:31
-- Sunucu sürümü: 5.6.21
-- PHP Sürümü: 5.6.3
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*... | 62.971963 | 3,493 | 0.732116 |
c0796c0f0050a890485766ac32f7eeb9901198ee | 318 | sql | SQL | layered_gis/natural/peak.sql | zdenulo/bigquery-openstreetmap | 2d30845513ac4fa36eec1537456c91a49164eaff | [
"BSD-3-Clause"
] | null | null | null | layered_gis/natural/peak.sql | zdenulo/bigquery-openstreetmap | 2d30845513ac4fa36eec1537456c91a49164eaff | [
"BSD-3-Clause"
] | null | null | null | layered_gis/natural/peak.sql | zdenulo/bigquery-openstreetmap | 2d30845513ac4fa36eec1537456c91a49164eaff | [
"BSD-3-Clause"
] | null | null | null | SELECT
4111 AS layer_code, 'natural' AS layer_class, 'peak' AS layer_name, feature_type AS gdal_type, osm_id, osm_way_id, osm_timestamp, all_tags, geometry
FROM `openstreetmap-public-data-prod.osm_planet.features`
WHERE EXISTS(SELECT 1 FROM UNNEST(all_tags) as tags WHERE tags.key = 'natural' AND tags.value='peak')
| 63.6 | 150 | 0.792453 |
7d62ce3847c573561fbc55b9c1f0624b26c841ea | 941 | html | HTML | example/printStar.html | ckswjd99/HTPL | 1c95814ba760d51d137a7526d798b44f0e539faa | [
"MIT"
] | null | null | null | example/printStar.html | ckswjd99/HTPL | 1c95814ba760d51d137a7526d798b44f0e539faa | [
"MIT"
] | 1 | 2022-02-08T01:01:47.000Z | 2022-02-08T02:16:54.000Z | example/printStar.html | ckswjd99/HTPL | 1c95814ba760d51d137a7526d798b44f0e539faa | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<title>Beautiful Stars</title>
</head>
<body>
<h1>Let's Print Stars</h1>
<span>SPAN will be used to print something.</span>
<p dontpop="co" numof_star="co">P has input value.</p>
<header dontpop="co">
<p dontpop="co">HEADER has input value.</p>
</header>
<foo... | 25.432432 | 67 | 0.597237 |
b1cb8cc751206528268f63478f8ac6a3281af38c | 2,748 | h | C | include/QBDI/Logs.h | gmh5225/QBDI | d31872adae1099ac74a2e2238f909ad1e63cc3e8 | [
"Apache-2.0"
] | 661 | 2018-08-17T22:50:33.000Z | 2022-03-30T15:14:58.000Z | include/QBDI/Logs.h | gmh5225/QBDI | d31872adae1099ac74a2e2238f909ad1e63cc3e8 | [
"Apache-2.0"
] | 102 | 2018-08-22T16:39:46.000Z | 2022-03-11T10:20:08.000Z | include/QBDI/Logs.h | gmh5225/QBDI | d31872adae1099ac74a2e2238f909ad1e63cc3e8 | [
"Apache-2.0"
] | 82 | 2018-08-23T05:43:12.000Z | 2022-03-25T05:45:23.000Z | /*
* This file is part of QBDI.
*
* Copyright 2017 - 2021 Quarkslab
*
* 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 re... | 26.941176 | 80 | 0.702329 |
751a9d258d405386e38683ae74853b552b11e261 | 13,414 | c | C | src/drv_oculus_rift/packet.c | haklina2/OpenHMD | 38d396c483b87c23976db390df8ededfdfcb1b29 | [
"BSL-1.0"
] | 1,034 | 2015-01-03T03:28:18.000Z | 2022-03-30T13:49:10.000Z | src/drv_oculus_rift/packet.c | haklina2/OpenHMD | 38d396c483b87c23976db390df8ededfdfcb1b29 | [
"BSL-1.0"
] | 258 | 2015-06-09T19:18:27.000Z | 2022-03-28T11:59:29.000Z | src/drv_oculus_rift/packet.c | haklina2/OpenHMD | 38d396c483b87c23976db390df8ededfdfcb1b29 | [
"BSL-1.0"
] | 189 | 2015-01-06T15:33:56.000Z | 2022-03-29T20:52:46.000Z | /*
* Copyright 2013, Fredrik Hultin.
* Copyright 2013, Jakob Bornecrantz.
* Copyright 2016 Philipp Zabel
* Copyright 2019 Jan Schmidt
* SPDX-License-Identifier: BSL-1.0
*
* OpenHMD - Free and Open Source API and drivers for immersive technology.
*/
/* Oculus Rift Driver - Packet Decoding and Utilities */
#in... | 27.714876 | 132 | 0.663188 |
2a31ac07256d42ea4478cc1c1efe4e1a4bcf2aaa | 12,799 | java | Java | vahub-model/src/test/java/com/acuity/visualisations/rawdatamodel/trellis/CvotEndpointDatasetsBinnedAttributesTest.java | digital-ECMT/acuity-vahub | 244eb7ec0f56cdac81ac6a8245ba2959b012b246 | [
"Apache-2.0"
] | 7 | 2022-01-25T18:12:19.000Z | 2022-03-22T18:31:08.000Z | vahub-model/src/test/java/com/acuity/visualisations/rawdatamodel/trellis/CvotEndpointDatasetsBinnedAttributesTest.java | digital-ECMT/acuity-vahub | 244eb7ec0f56cdac81ac6a8245ba2959b012b246 | [
"Apache-2.0"
] | null | null | null | vahub-model/src/test/java/com/acuity/visualisations/rawdatamodel/trellis/CvotEndpointDatasetsBinnedAttributesTest.java | digital-ECMT/acuity-vahub | 244eb7ec0f56cdac81ac6a8245ba2959b012b246 | [
"Apache-2.0"
] | 1 | 2022-03-28T15:20:09.000Z | 2022-03-28T15:20:09.000Z | /*
* Copyright 2021 The University of Manchester
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 62.131068 | 143 | 0.710681 |
d4e95195e67decf0a971faf117467c769857c681 | 1,289 | rs | Rust | src/closures-value_capture.rs | chenyukang/rust-rosetta | 99433afd01846fdc00da0a51f1fd21a2d2645835 | [
"Unlicense"
] | null | null | null | src/closures-value_capture.rs | chenyukang/rust-rosetta | 99433afd01846fdc00da0a51f1fd21a2d2645835 | [
"Unlicense"
] | null | null | null | src/closures-value_capture.rs | chenyukang/rust-rosetta | 99433afd01846fdc00da0a51f1fd21a2d2645835 | [
"Unlicense"
] | null | null | null | // http://rosettacode.org/wiki/Closures/Value_capture
#![allow(unstable)]
use std::iter::{count, Counter, Map};
use std::num::Float;
// given a number x, return the (boxed) closure that
// computes x squared
fn closure_gen<'a>(x: u32) -> Box<Fn() -> f64 + 'a> {
Box::new(move |&:| (x as f64).powi(2))
}
// type ali... | 27.425532 | 103 | 0.598138 |
020d08816d2e9cc6119d81c6d9b914d85a206213 | 6,999 | kt | Kotlin | client/src/main/kotlin/ui/utils/OutlinedTextFieldWithError.kt | neckbosov/software-engineering | ef61dac687e15a68970d7ce4d49ae02c7591d22b | [
"Apache-2.0"
] | 1 | 2021-09-29T09:52:30.000Z | 2021-09-29T09:52:30.000Z | client/src/main/kotlin/ui/utils/OutlinedTextFieldWithError.kt | neckbosov/software-engineering | ef61dac687e15a68970d7ce4d49ae02c7591d22b | [
"Apache-2.0"
] | 6 | 2021-09-30T08:04:04.000Z | 2021-12-22T22:16:10.000Z | client/src/main/kotlin/ui/utils/OutlinedTextFieldWithError.kt | neckbosov/software-engineering | ef61dac687e15a68970d7ce4d49ae02c7591d22b | [
"Apache-2.0"
] | null | null | null | package ui.utils
import androidx.compose.desktop.ui.tooling.preview.Preview
import androidx.compose.foundation.interaction.MutableInteractionSource
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.padding
import androidx.compose.fo... | 37.629032 | 101 | 0.625661 |
86bf6c11dadd761979feb88ef8eae1034bea7b8c | 1,665 | rs | Rust | src/rusty/subprotocols/template-distribution/src/coinbase_output_data_size.rs | stratum-mining/bitcoin | bb059e4be395a34433149c6d1b465a1584c4c285 | [
"MIT"
] | null | null | null | src/rusty/subprotocols/template-distribution/src/coinbase_output_data_size.rs | stratum-mining/bitcoin | bb059e4be395a34433149c6d1b465a1584c4c285 | [
"MIT"
] | 14 | 2022-03-28T20:33:16.000Z | 2022-03-29T14:42:33.000Z | src/rusty/subprotocols/template-distribution/src/coinbase_output_data_size.rs | stratum-mining/bitcoin | bb059e4be395a34433149c6d1b465a1584c4c285 | [
"MIT"
] | null | null | null | #[cfg(not(feature = "with_serde"))]
use alloc::vec::Vec;
#[cfg(not(feature = "with_serde"))]
use binary_sv2::binary_codec_sv2;
use binary_sv2::{Deserialize, Serialize};
/// ## CoinbaseOutputDataSize (Client -> Server)
/// Ultimately, the pool is responsible for adding coinbase transaction outputs for payouts and
/// o... | 59.464286 | 101 | 0.770571 |
74bab964d0b2b9846627d0ec1afc29378e3e7200 | 292 | js | JavaScript | web/js/main.js | jerrygacket/dashboards | 265d8c8b5c1ded1c6685c02ac9332184467a6657 | [
"BSD-3-Clause"
] | null | null | null | web/js/main.js | jerrygacket/dashboards | 265d8c8b5c1ded1c6685c02ac9332184467a6657 | [
"BSD-3-Clause"
] | null | null | null | web/js/main.js | jerrygacket/dashboards | 265d8c8b5c1ded1c6685c02ac9332184467a6657 | [
"BSD-3-Clause"
] | null | null | null | window.onload = function() {
//let charts = getChartList();
//let charts = document.getElementsByTagName('canvas');
// getCharts('sales');
//getChartList(pageName);
console.log('ddd');
//chartList.forEach(element => console.log(element));
//getCharts(pageName);
}; | 32.444444 | 59 | 0.643836 |
1f87a84f4adf03ea2e1697e2f46efe65b97bba27 | 3,681 | html | HTML | lists.whatwg.org/pipermail/implementors-whatwg.org/2008-April/000876.html | zcorpan/whatwg.org | 3374e69f013e5939abc5f3fffaae50bb6eaf0bd3 | [
"CC-BY-4.0"
] | 1 | 2022-02-14T23:44:51.000Z | 2022-02-14T23:44:51.000Z | lists.whatwg.org/pipermail/implementors-whatwg.org/2008-April/000876.html | Seanpm2001-Google/whatwg.org | 33ad837c0dc53b68865f4a35ccdc1c68dc07fce6 | [
"BSD-3-Clause"
] | 1 | 2021-01-31T11:51:12.000Z | 2021-01-31T11:51:12.000Z | lists.whatwg.org/pipermail/implementors-whatwg.org/2008-April/000876.html | Seanpm2001-Google/whatwg.org | 33ad837c0dc53b68865f4a35ccdc1c68dc07fce6 | [
"BSD-3-Clause"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [imps] HTML5 parser test location
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:implementors%40lists.whatwg.org?Subject=Re%3A%20%5Bimps%5D%20HTML5%20parser%20test%20location&In-Reply-To=%3Co... | 40.9 | 192 | 0.646835 |
5111cd87c024b8911cf7ee7658e1b3c6d82f0bf8 | 13,825 | c | C | ncc1/output.c | moneytech/ncc | ef6b9875a14d208d9fd5c3957499351aa3dde04f | [
"BSD-2-Clause"
] | 9 | 2019-12-27T13:43:17.000Z | 2022-03-12T16:52:33.000Z | ncc1/output.c | uael/ncc | ef6b9875a14d208d9fd5c3957499351aa3dde04f | [
"BSD-2-Clause"
] | null | null | null | ncc1/output.c | uael/ncc | ef6b9875a14d208d9fd5c3957499351aa3dde04f | [
"BSD-2-Clause"
] | 3 | 2019-09-09T08:58:21.000Z | 2021-12-30T15:58:55.000Z | /* Copyright (c) 2018 Charles E. Youse (charles@gnuless.org).
All rights reserved.
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 above copyright notice, this
list... | 32.606132 | 106 | 0.518843 |
d995b3a6abf64c7eff4f0e872410c33450cd6543 | 3,268 | kt | Kotlin | libs/pandautils/src/main/java/com/instructure/pandautils/features/elementary/course/ElementaryCourseViewModel.kt | instructure/canvas-android | c54d4921767bb318356504bce515ec94c20795d6 | [
"Apache-2.0"
] | 93 | 2019-04-07T22:57:47.000Z | 2022-02-27T20:20:22.000Z | libs/pandautils/src/main/java/com/instructure/pandautils/features/elementary/course/ElementaryCourseViewModel.kt | instructure/canvas-android | c54d4921767bb318356504bce515ec94c20795d6 | [
"Apache-2.0"
] | 939 | 2019-04-04T17:55:31.000Z | 2022-03-31T14:57:48.000Z | libs/pandautils/src/main/java/com/instructure/pandautils/features/elementary/course/ElementaryCourseViewModel.kt | instructure/canvas-android | c54d4921767bb318356504bce515ec94c20795d6 | [
"Apache-2.0"
] | 72 | 2019-04-11T09:26:25.000Z | 2022-03-02T13:44:12.000Z | /*
* Copyright (C) 2021 - present Instructure, Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3 of the License.
*
* This program is distributed in the hope that it will be... | 40.85 | 112 | 0.712668 |
fb2d6aae496ff4ad4fabb0d66b1352aeb341367a | 150 | go | Go | main.go | mccutchen/printenv | eeb93e426c1f632a1112c05ceb6f323f9e702eb9 | [
"MIT"
] | null | null | null | main.go | mccutchen/printenv | eeb93e426c1f632a1112c05ceb6f323f9e702eb9 | [
"MIT"
] | null | null | null | main.go | mccutchen/printenv | eeb93e426c1f632a1112c05ceb6f323f9e702eb9 | [
"MIT"
] | null | null | null | package main
import (
"fmt"
"os"
"sort"
)
func main() {
env := os.Environ()
sort.Strings(env)
for _, kv := range env {
fmt.Println(kv)
}
}
| 9.375 | 25 | 0.573333 |
7ffa09e0b1dae09716dafafe31cbaa3729983619 | 4,178 | go | Go | go/lib/slayers/path/hopfield.go | marcfrei/scion | 73d2bf883525c94a6761b015a7af6055154af028 | [
"Apache-2.0"
] | 211 | 2017-12-12T21:40:49.000Z | 2022-03-20T13:45:17.000Z | go/lib/slayers/path/hopfield.go | marcfrei/scion | 73d2bf883525c94a6761b015a7af6055154af028 | [
"Apache-2.0"
] | 1,360 | 2017-11-30T18:29:31.000Z | 2022-03-28T09:31:58.000Z | go/lib/slayers/path/hopfield.go | marcfrei/scion | 73d2bf883525c94a6761b015a7af6055154af028 | [
"Apache-2.0"
] | 85 | 2017-11-30T16:30:21.000Z | 2022-03-08T17:22:48.000Z | // Copyright 2020 Anapaya Systems
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to i... | 37.303571 | 95 | 0.637865 |
d29cbad095429815035332c67dfeccdbd42b77c8 | 6,759 | php | PHP | api/app/Timeline/Infrastructure/Persistence/Eloquent/Repositories/EloquentUserRepository.php | mingchaoliao/timeline | b62c4cdc911467ebf8be501630fe65e77e72b253 | [
"Apache-2.0"
] | null | null | null | api/app/Timeline/Infrastructure/Persistence/Eloquent/Repositories/EloquentUserRepository.php | mingchaoliao/timeline | b62c4cdc911467ebf8be501630fe65e77e72b253 | [
"Apache-2.0"
] | 7 | 2020-09-04T11:04:57.000Z | 2022-02-26T04:44:46.000Z | api/app/Timeline/Infrastructure/Persistence/Eloquent/Repositories/EloquentUserRepository.php | mingchaoliao/timeline | b62c4cdc911467ebf8be501630fe65e77e72b253 | [
"Apache-2.0"
] | null | null | null | <?php
/**
* Created by PhpStorm.
* User: ubuntu
* Date: 6/21/18
* Time: 9:24 PM
*/
namespace App\Timeline\Infrastructure\Persistence\Eloquent\Repositories;
use App\Timeline\Domain\Collections\UserCollection;
use App\Timeline\Domain\Models\User;
use App\Timeline\Domain\Models\UserToken;
use App\Timeline\Domain\Re... | 26.402344 | 89 | 0.549046 |
33d7474d677e13911d190593aa4420a125b1d4b5 | 638 | sql | SQL | src/database/data/appliedInsert.sql | vietdanh1899/be-it-network | 7a9511c0c9ab05c79277fe93ecf0703d79dde5f2 | [
"MIT"
] | null | null | null | src/database/data/appliedInsert.sql | vietdanh1899/be-it-network | 7a9511c0c9ab05c79277fe93ecf0703d79dde5f2 | [
"MIT"
] | null | null | null | src/database/data/appliedInsert.sql | vietdanh1899/be-it-network | 7a9511c0c9ab05c79277fe93ecf0703d79dde5f2 | [
"MIT"
] | null | null | null | CREATE OR ALTER TRIGGER trigger_applied
ON [dbo].[applied_job]
FOR INSERT
AS
BEGIN
DECLARE @jobId varchar(256)
DECLARE @userId varchar(256)
DECLARE @rating int
SELECT @userId = INSERTED.userId FROM INSERTED
SELECT @jobId = inserted.jobId FROM INSERTED
BEGIN
BEGIN TRY
BEGIN TRANSACTION
IF EXISTS (SELECT TOP 1 ID F... | 25.52 | 96 | 0.747649 |
e8f5e5aaaf237abae1b7ee4f6b5a71282972a181 | 428 | py | Python | snapmerge/home/migrations/0010_project_email.py | R4356th/smerge | 2f2a6a4acfe3903ed4f71d90537f7277248e8b59 | [
"MIT"
] | 13 | 2018-07-16T09:59:55.000Z | 2022-01-27T19:07:17.000Z | snapmerge/home/migrations/0010_project_email.py | R4356th/smerge | 2f2a6a4acfe3903ed4f71d90537f7277248e8b59 | [
"MIT"
] | 55 | 2018-07-16T12:17:58.000Z | 2022-03-17T16:10:30.000Z | snapmerge/home/migrations/0010_project_email.py | R4356th/smerge | 2f2a6a4acfe3903ed4f71d90537f7277248e8b59 | [
"MIT"
] | 4 | 2019-10-10T20:16:49.000Z | 2021-03-12T07:15:50.000Z | # Generated by Django 2.0.1 on 2018-07-26 12:51
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('home', '0009_auto_20180726_1214'),
]
operations = [
migrations.AddField(
model_name='project',
name='email',
... | 22.526316 | 97 | 0.61215 |
b1a7de4f0ba2b920b6a619943e92e4fd56428ac1 | 298 | h | C | tutoriat-poo-02/Seria MI 21/pb05/headers/Casa.h | MaximTiberiu/Tutoriat-POO-2021-2022 | 73170623979ad3786007344c05e588f7f64f6435 | [
"MIT"
] | null | null | null | tutoriat-poo-02/Seria MI 21/pb05/headers/Casa.h | MaximTiberiu/Tutoriat-POO-2021-2022 | 73170623979ad3786007344c05e588f7f64f6435 | [
"MIT"
] | null | null | null | tutoriat-poo-02/Seria MI 21/pb05/headers/Casa.h | MaximTiberiu/Tutoriat-POO-2021-2022 | 73170623979ad3786007344c05e588f7f64f6435 | [
"MIT"
] | null | null | null | #ifndef PB05_CASA_H
#define PB05_CASA_H
#include "Client.h"
class Casa {
private:
int numarCasa;
std::vector<Client> clienti;
public:
Casa() = default;
~Casa() = default;
Casa(int numarCasa, const std::vector<Client> &clienti);
void serveste();
};
#endif //PB05_CASA_H
| 14.9 | 60 | 0.661074 |
fb42403f30b67d4a8e8bbfe6a47ca17e3a28b2a3 | 205 | h | C | GCNL_Athena_LlamaRoaster_Firing_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | GCNL_Athena_LlamaRoaster_Firing_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | GCNL_Athena_LlamaRoaster_Firing_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | 1 | 2021-07-22T00:31:44.000Z | 2021-07-22T00:31:44.000Z | // BlueprintGeneratedClass GCNL_Athena_LlamaRoaster_Firing.GCNL_Athena_LlamaRoaster_Firing_C
// Size: 0x7d0 (Inherited: 0x7d0)
struct AGCNL_Athena_LlamaRoaster_Firing_C : AFortGameplayCueNotify_Loop {
};
| 34.166667 | 92 | 0.863415 |
bb58534d2a40d29452708ebe91ce0f48f74581db | 3,416 | html | HTML | _includes/services.html | pixiestavern/american-chestnut-foundation | 5e3f7aa45f48ed37973a45ee85c90304f575b83f | [
"Apache-2.0"
] | null | null | null | _includes/services.html | pixiestavern/american-chestnut-foundation | 5e3f7aa45f48ed37973a45ee85c90304f575b83f | [
"Apache-2.0"
] | null | null | null | _includes/services.html | pixiestavern/american-chestnut-foundation | 5e3f7aa45f48ed37973a45ee85c90304f575b83f | [
"Apache-2.0"
] | null | null | null | <!-- Services Section -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Services</h2>
<h3 class="section-subheading text-muted">What is a Heritage Education... | 89.894737 | 663 | 0.625293 |
856b657a6573678698678845ba843989573eeb21 | 374 | js | JavaScript | controller/test/servo.test.js | marc-despland/camera-multispectral | ca58454e1dda87044f77ad519241a51f1e83e056 | [
"Apache-2.0"
] | null | null | null | controller/test/servo.test.js | marc-despland/camera-multispectral | ca58454e1dda87044f77ad519241a51f1e83e056 | [
"Apache-2.0"
] | null | null | null | controller/test/servo.test.js | marc-despland/camera-multispectral | ca58454e1dda87044f77ad519241a51f1e83e056 | [
"Apache-2.0"
] | null | null | null | const assert = require('assert');
const chai = require('chai');
const chaiAsPromised = require('chai-as-promised');
chai.use(chaiAsPromised);
const expect = chai.expect;
const Gpio = require('pigpio').Gpio;
describe('PiGpio', () => {
it('servo move', async () => {
const motor = new Gpio(18, {mode: Gpio... | 22 | 56 | 0.625668 |
e721a02c1820eae821b7b389cc4dd0386da9cd17 | 5,397 | js | JavaScript | src/XmlWriter.js | Dintero/njs-tfso-xml | 7d2864815ae23a267a108cb1639a4994ac891d06 | [
"MIT"
] | null | null | null | src/XmlWriter.js | Dintero/njs-tfso-xml | 7d2864815ae23a267a108cb1639a4994ac891d06 | [
"MIT"
] | null | null | null | src/XmlWriter.js | Dintero/njs-tfso-xml | 7d2864815ae23a267a108cb1639a4994ac891d06 | [
"MIT"
] | 1 | 2021-03-04T09:48:35.000Z | 2021-03-04T09:48:35.000Z | const DOMImplementation = require('xmldom').DOMImplementation
const XMLSerializer = require('xmldom').XMLSerializer
const DOMParser = require('xmldom').DOMParser
const XmlReader = require('./XmlReader')
class XmlWriter{
/**
* @param {Document} doc
* @param {Element} elem
*/
constructor(doc, elem... | 29.491803 | 123 | 0.579396 |
40b82acc9b5e32bb62885f0c4ff0ceb661d4c207 | 480 | py | Python | Algorithms/Medium/287. Find the Duplicate Number/answer.py | KenWoo/Algorithm | 4012a2f0a099a502df1e5df2e39faa75fe6463e8 | [
"Apache-2.0"
] | null | null | null | Algorithms/Medium/287. Find the Duplicate Number/answer.py | KenWoo/Algorithm | 4012a2f0a099a502df1e5df2e39faa75fe6463e8 | [
"Apache-2.0"
] | null | null | null | Algorithms/Medium/287. Find the Duplicate Number/answer.py | KenWoo/Algorithm | 4012a2f0a099a502df1e5df2e39faa75fe6463e8 | [
"Apache-2.0"
] | null | null | null | from typing import List
class Solution:
def findDuplicate(self, nums: List[int]) -> int:
t = h = nums[0]
while True:
t = nums[t]
h = nums[nums[h]]
if t == h:
break
p1 = nums[0]
p2 = t
while p1 != p2:
p1 = nums[... | 20 | 52 | 0.445833 |
dd5fd6f73a35c45be5d2fb5fc5545571700ec5dc | 339 | swift | Swift | ConciseRx/Sources/Dispose.swift | ConciseMVVM/concise-ios | 1e3360eec2ae573e339c8e0373626475596b1cc9 | [
"MIT"
] | null | null | null | ConciseRx/Sources/Dispose.swift | ConciseMVVM/concise-ios | 1e3360eec2ae573e339c8e0373626475596b1cc9 | [
"MIT"
] | null | null | null | ConciseRx/Sources/Dispose.swift | ConciseMVVM/concise-ios | 1e3360eec2ae573e339c8e0373626475596b1cc9 | [
"MIT"
] | null | null | null | //
// Dispose.swift
// ConciseRx
//
// Created by Ethan Nagel on 2/27/20.
// Copyright © 2020 Product Ops. All rights reserved.
//
import Foundation
import Concise
import RxSwift
extension Subscription {
public func asDisposable() -> Disposable {
return Disposables.create {
self.dispose()... | 16.142857 | 54 | 0.637168 |
7011270d2e3f07e43107bf8c6b6d4595698556cb | 457 | go | Go | main/600-699/610C.go | lpi/codeforces-go | 4f8e6a02c9bdce277c9a1c32012523d9739b867c | [
"MIT"
] | 659 | 2019-10-07T00:58:10.000Z | 2022-03-31T03:50:37.000Z | main/600-699/610C.go | ShuangpengPang/codeforces-go | c23295c1345310dea35b045264103069e2e446e7 | [
"MIT"
] | 1 | 2020-07-06T10:34:08.000Z | 2020-11-15T05:54:54.000Z | main/600-699/610C.go | ShuangpengPang/codeforces-go | c23295c1345310dea35b045264103069e2e446e7 | [
"MIT"
] | 92 | 2020-11-17T13:06:17.000Z | 2022-03-21T15:57:13.000Z | package main
import (
"bufio"
. "fmt"
"io"
"math/bits"
)
// github.com/EndlessCheng/codeforces-go
func CF610C(in io.Reader, _w io.Writer) {
out := bufio.NewWriter(_w)
defer out.Flush()
var k int
Fscan(in, &k)
n := 1 << k
for i := 0; i < n; i++ {
for j := 0; j < n; j++ {
if bits.OnesCount(uint(i&j))&1 ... | 14.741935 | 45 | 0.544858 |
71033b4f73daca0eb1d935558f8a360bbf9973b1 | 2,906 | tsx | TypeScript | client/src/components/TodoAdder.tsx | berakoc/todo-app | f78ca42fc36f2832093a038df7ef0c3115b7c219 | [
"MIT"
] | null | null | null | client/src/components/TodoAdder.tsx | berakoc/todo-app | f78ca42fc36f2832093a038df7ef0c3115b7c219 | [
"MIT"
] | null | null | null | client/src/components/TodoAdder.tsx | berakoc/todo-app | f78ca42fc36f2832093a038df7ef0c3115b7c219 | [
"MIT"
] | null | null | null | import React, { Component } from 'react'
import './TodoAdder.css'
import Input from './native/Input'
import TextArea from './native/TextArea'
import Button from './native/Button'
import Card from './native/Card'
import Utils from '../libs/Utils'
import Middleware from '../libs/Middleware'
import { CardHandleOption } fr... | 32.651685 | 150 | 0.556779 |
cb249efa684f0cc05a1cda9fa291969e247fe24c | 582 | h | C | conservator-framework/src/ExistsBuilderImpl.h | gatech-cc/conservator | 06e3e845e78a26bba173439b2f526ef96fb69f4e | [
"Apache-2.0"
] | 20 | 2016-07-01T22:47:24.000Z | 2021-02-26T03:59:15.000Z | conservator-framework/src/ExistsBuilderImpl.h | gatech-cc/conservator | 06e3e845e78a26bba173439b2f526ef96fb69f4e | [
"Apache-2.0"
] | 7 | 2015-12-07T14:44:12.000Z | 2017-10-06T19:51:47.000Z | conservator-framework/src/ExistsBuilderImpl.h | gatech-cc/conservator | 06e3e845e78a26bba173439b2f526ef96fb69f4e | [
"Apache-2.0"
] | 11 | 2015-12-06T21:24:30.000Z | 2020-10-08T20:07:02.000Z | //
// Created by Ray Jenkins on 4/28/15.
//
#ifndef CONSERVATOR_EXISTSBUILDERIMPL_H
#define CONSERVATOR_EXISTSBUILDERIMPL_H
#include <stdbool.h>
#include <zookeeper.h>
#include "ExistsBuilder.h"
class ExistsBuilderImpl : public ExistsBuilder<int> {
public:
virtual ~ExistsBuilderImpl() { }
ExistsBuilderImpl(z... | 22.384615 | 72 | 0.74055 |
34985a9d8bffdc6ef59d6aa8a3adb3f3cb64c1c1 | 22,584 | asm | Assembly | src/pm/smx/_vflat.asm | OS2World/DEV-UTIL-ScitechOS_PML | fd285be7203a6bac25aebd0a856fa17058c8a4c0 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/pm/smx/_vflat.asm | OS2World/DEV-UTIL-ScitechOS_PML | fd285be7203a6bac25aebd0a856fa17058c8a4c0 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | src/pm/smx/_vflat.asm | OS2World/DEV-UTIL-ScitechOS_PML | fd285be7203a6bac25aebd0a856fa17058c8a4c0 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | ;****************************************************************************
;*
;* SciTech OS Portability Manager Library
;*
;* ========================================================================
;*
;* The contents of this file are subject to the SciTech MGL Public
;* License Version 1.0 (... | 34.584992 | 83 | 0.476178 |
b9451334b7dba993a123ea270001656b385f32f0 | 299 | lua | Lua | MMOCoreORB/bin/scripts/object/custom_content/draft_schematic/chemistry/enhancer/enhancer_disinfect.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 18 | 2017-02-09T15:36:05.000Z | 2021-12-21T04:22:15.000Z | MMOCoreORB/bin/scripts/object/custom_content/draft_schematic/chemistry/enhancer/enhancer_disinfect.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 61 | 2016-12-30T21:51:10.000Z | 2021-12-10T20:25:56.000Z | MMOCoreORB/bin/scripts/object/custom_content/draft_schematic/chemistry/enhancer/enhancer_disinfect.lua | V-Fib/FlurryClone | 40e0ca7245ec31b3815eb6459329fd9e70f88936 | [
"Zlib",
"OpenSSL"
] | 71 | 2017-01-01T05:34:38.000Z | 2022-03-29T01:04:00.000Z | object_draft_schematic_chemistry_enhancer_enhancer_disinfect = object_draft_schematic_chemistry_enhancer_shared_enhancer_disinfect:new {
}
ObjectTemplates:addTemplate(object_draft_schematic_chemistry_enhancer_enhancer_disinfect, "object/draft_schematic/chemistry/enhancer/enhancer_disinfect.iff")
| 49.833333 | 157 | 0.919732 |
716f07f611b5646d81cdcf27a9f0b5e1365e768d | 1,978 | tsx | TypeScript | front/old_version/components/Admin/input-inputing.tsx | Jingyi21/LandingPage | b1f50f8bcc3cf8a5008693bab97507b75eac643e | [
"MIT"
] | 3 | 2020-11-28T06:28:07.000Z | 2021-03-08T15:27:27.000Z | front/old_version/components/Admin/input-inputing.tsx | iMisty/LandingPage-old | b1f50f8bcc3cf8a5008693bab97507b75eac643e | [
"MIT"
] | 11 | 2021-06-15T21:26:03.000Z | 2022-02-14T04:48:09.000Z | front/old_version/components/Admin/input-inputing.tsx | iMisty/Single-Search | b1f50f8bcc3cf8a5008693bab97507b75eac643e | [
"MIT"
] | null | null | null | import { Component, Vue, Prop, Emit } from 'vue-property-decorator';
@Component({})
export default class InputingInput extends Vue {
// tips图标
private tipsicon: object = require('@/assets/tips.svg');
// 题目
@Prop({ default: '测试标题', required: true })
private title!: string;
// Name
@Prop({ default: 'sett... | 21.5 | 80 | 0.537412 |
9d1612223d6d8fbc20a1a8cdc7d09388e9f04a42 | 6,278 | html | HTML | com.archimatetool.help.fr/nl/fr/help/Text/model_tree_working.html | poum/archi-nls-fr | fd613f677768066ab2847851ddc284ccfd017b92 | [
"MIT"
] | null | null | null | com.archimatetool.help.fr/nl/fr/help/Text/model_tree_working.html | poum/archi-nls-fr | fd613f677768066ab2847851ddc284ccfd017b92 | [
"MIT"
] | null | null | null | com.archimatetool.help.fr/nl/fr/help/Text/model_tree_working.html | poum/archi-nls-fr | fd613f677768066ab2847851ddc284ccfd017b92 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Travailler dans l'arbore... | 73.858824 | 534 | 0.732877 |
70b4599327ee2872698472f324ed4abce73ebfe0 | 1,637 | h | C | voice/asr.h | sgy1993/watch_github | fe81e43a5872964c006ec37927a5606af6eb02ad | [
"Unlicense"
] | null | null | null | voice/asr.h | sgy1993/watch_github | fe81e43a5872964c006ec37927a5606af6eb02ad | [
"Unlicense"
] | null | null | null | voice/asr.h | sgy1993/watch_github | fe81e43a5872964c006ec37927a5606af6eb02ad | [
"Unlicense"
] | null | null | null | #ifndef __AIWORLD_ASR_H__
#define __AIWORLD_ASR_H__
#include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>
#include <strings.h>
#include <stdlib.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <cu... | 25.578125 | 135 | 0.730605 |
2a7d73d94fa7a0343730204793c19c5ed09f1865 | 1,710 | java | Java | xyz/icexmoon/java_notes/ch19/finger_game8/Main.java | icexmoon/java-notebook | a9f20eee069c8d3e8cfc145f7c6ddb4d1192568b | [
"Apache-2.0"
] | null | null | null | xyz/icexmoon/java_notes/ch19/finger_game8/Main.java | icexmoon/java-notebook | a9f20eee069c8d3e8cfc145f7c6ddb4d1192568b | [
"Apache-2.0"
] | null | null | null | xyz/icexmoon/java_notes/ch19/finger_game8/Main.java | icexmoon/java-notebook | a9f20eee069c8d3e8cfc145f7c6ddb4d1192568b | [
"Apache-2.0"
] | null | null | null | package ch19.finger_game8;
import java.util.EnumMap;
import java.util.Random;
import ch15.test2.Generator;
import util.Fmt;
enum Result {
WIN, LOSE, DRAW
}
enum Item {
PAPER,
ROCK,
SCISSORS;
private static EnumMap<Item, EnumMap<Item, Result>> table = new EnumMap<>(Item.class);
static {
... | 25.147059 | 90 | 0.608772 |
11d25c2dda12225b45c71faa79a014effc023864 | 292 | html | HTML | hypha/apply/activity/templates/messages/email/transition.html | slifty/hypha | 93313933c26589858beb9a861e33431658cd3b24 | [
"BSD-3-Clause"
] | 20 | 2021-04-08T16:38:49.000Z | 2022-02-09T20:05:57.000Z | hypha/apply/activity/templates/messages/email/transition.html | OpenTechFund/WebApp | d6e2bb21a39d1fa7566cb60fe19f372dabfa5f0f | [
"BSD-3-Clause"
] | 492 | 2021-03-31T16:19:56.000Z | 2022-03-29T10:28:39.000Z | hypha/apply/activity/templates/messages/email/transition.html | OpenTechFund/WebApp | d6e2bb21a39d1fa7566cb60fe19f372dabfa5f0f | [
"BSD-3-Clause"
] | 10 | 2021-02-23T12:00:26.000Z | 2022-03-24T13:03:37.000Z | {% extends "messages/email/applicant_base.html" %}
{% load i18n %}
{% block content %}{% blocktrans with old_status=old_phase.public_name new_status=source.phase.public_name %}Your application has been progressed from {{ old_status }} to {{ new_status }}.{% endblocktrans %}{% endblock %}
| 41.714286 | 221 | 0.729452 |
959a477747800d3680ba3fa171ee0e4ec3ce994b | 1,474 | css | CSS | MyWebPage/assets/css/3_headerAndStuff.css | Josega149/WebDevelopment | 51b24f5f9abf7d7736acc4508fbb69298c5f098c | [
"MIT"
] | null | null | null | MyWebPage/assets/css/3_headerAndStuff.css | Josega149/WebDevelopment | 51b24f5f9abf7d7736acc4508fbb69298c5f098c | [
"MIT"
] | null | null | null | MyWebPage/assets/css/3_headerAndStuff.css | Josega149/WebDevelopment | 51b24f5f9abf7d7736acc4508fbb69298c5f098c | [
"MIT"
] | null | null | null | .header-area-table{
background-image: url(../images/bitmoji.jpeg) ;
background-repeat: no-repeat;
width: 100%
}
.header-area {
background-size: cover;
background-position: center center;
height: 100%;
color:black;
}
.header-area-tablecell {
display: table-cell;
vertical-align: midd... | 14.45098 | 51 | 0.570556 |
32ced7800eae0ce2dbb66aa9d425ef77ab7a4906 | 695 | sql | SQL | src/main/resources/schema.sql | bajpaihb/applause-tester-matching | bf8d6b3b90257e78dc2ad5ce68143ff2db8b8612 | [
"MIT"
] | null | null | null | src/main/resources/schema.sql | bajpaihb/applause-tester-matching | bf8d6b3b90257e78dc2ad5ce68143ff2db8b8612 | [
"MIT"
] | null | null | null | src/main/resources/schema.sql | bajpaihb/applause-tester-matching | bf8d6b3b90257e78dc2ad5ce68143ff2db8b8612 | [
"MIT"
] | null | null | null | CREATE TABLE DEVICES
(
device_id INT PRIMARY KEY,
description VARCHAR(250)
)
AS SELECT * FROM CSVREAD('classpath:testerdata/devices.csv');
CREATE TABLE BUGS
(
bug_id INT NOT NULL,
device_id INT NOT NULL,
tester_id INT NOT NULL
)
AS SELECT * FROM CSVREAD('classpath:testerdata/bugs.csv');
CREATE TAB... | 18.289474 | 67 | 0.719424 |
1340142dcbe94478cf6a02b69f1f179a13eec520 | 2,778 | h | C | SurgSim/Graphics/OsgPointCloudRepresentation.h | dbungert/opensurgsim | bd30629f2fd83f823632293959b7654275552fa9 | [
"Apache-2.0"
] | 24 | 2015-01-19T16:18:59.000Z | 2022-03-13T03:29:11.000Z | SurgSim/Graphics/OsgPointCloudRepresentation.h | dbungert/opensurgsim | bd30629f2fd83f823632293959b7654275552fa9 | [
"Apache-2.0"
] | 3 | 2018-12-21T14:54:08.000Z | 2022-03-14T12:38:07.000Z | SurgSim/Graphics/OsgPointCloudRepresentation.h | dbungert/opensurgsim | bd30629f2fd83f823632293959b7654275552fa9 | [
"Apache-2.0"
] | 8 | 2015-04-10T19:45:36.000Z | 2022-02-02T17:00:59.000Z | // This file is a part of the OpenSurgSim project.
// Copyright 2013-2016, SimQuest Solutions Inc.
//
// 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... | 26.457143 | 93 | 0.776458 |
7421bad9046f5b807eccee549e76bb638e0e927e | 540 | h | C | EffezzientOrder/ExtraLibrary/CustomPicker/M_CustomPicker.h | pratikhmehta/EffezzientOrder | fe4ee5623a0d1acc48ec81a2a2f2c106177b14b1 | [
"MIT"
] | null | null | null | EffezzientOrder/ExtraLibrary/CustomPicker/M_CustomPicker.h | pratikhmehta/EffezzientOrder | fe4ee5623a0d1acc48ec81a2a2f2c106177b14b1 | [
"MIT"
] | null | null | null | EffezzientOrder/ExtraLibrary/CustomPicker/M_CustomPicker.h | pratikhmehta/EffezzientOrder | fe4ee5623a0d1acc48ec81a2a2f2c106177b14b1 | [
"MIT"
] | 1 | 2020-07-19T09:27:06.000Z | 2020-07-19T09:27:06.000Z | //
// M_CustomPicker.h
// Effezient
//
// Created by Yahya Bagia on 22/10/18.
// Copyright © 2018 Inspiro Infotech. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface M_CustomPicker : NSObject
@property (nonatomic) NSInteger key;
@property (nonatomic) NSString *value;
... | 20 | 89 | 0.757407 |
cb59d9376f0fc80b336c1d0feacf60495a4ee1d4 | 2,431 | h | C | ccnxlibs/libccnx-common/ccnx/common/codec/schema_v1/testdata/v1_ContentObjectSchema.h | cherouvim/cicn-nrs | 440d6a7f56e7240f179205ed5ce1fe8000d03b83 | [
"Apache-2.0"
] | 10 | 2018-11-04T06:37:14.000Z | 2022-02-18T00:26:34.000Z | ccnxlibs/libccnx-common/ccnx/common/codec/schema_v1/testdata/v1_ContentObjectSchema.h | cherouvim/cicn-nrs | 440d6a7f56e7240f179205ed5ce1fe8000d03b83 | [
"Apache-2.0"
] | null | null | null | ccnxlibs/libccnx-common/ccnx/common/codec/schema_v1/testdata/v1_ContentObjectSchema.h | cherouvim/cicn-nrs | 440d6a7f56e7240f179205ed5ce1fe8000d03b83 | [
"Apache-2.0"
] | 3 | 2019-01-17T19:47:55.000Z | 2022-02-18T00:28:18.000Z | /*
* Copyright (c) 2017 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicabl... | 32.413333 | 124 | 0.751131 |
3e45b51056593a55580d04d07bfa65acc9ad0309 | 2,334 | c | C | examples/task2/helpers.c | pieter-hendriks/contiki-ng | a2c360659aef57b917b2d97eccde06240391e97d | [
"BSD-3-Clause"
] | null | null | null | examples/task2/helpers.c | pieter-hendriks/contiki-ng | a2c360659aef57b917b2d97eccde06240391e97d | [
"BSD-3-Clause"
] | null | null | null | examples/task2/helpers.c | pieter-hendriks/contiki-ng | a2c360659aef57b917b2d97eccde06240391e97d | [
"BSD-3-Clause"
] | null | null | null | #include "conf_my_app.h"
#include "helpers.h"
#define LOG_LEVEL LOG_LEVEL_INFO
#define LOG_MODULE "HELPERS"
void outputFileContents(int filehandle) {
char* buffer = calloc(128, 1);
int read = cfs_read(filehandle, buffer, 128);
LOG_INFO("Reading filehandle %i. Output below.\n-----------------------------------------... | 29.175 | 110 | 0.70994 |
fec161a367cabec4c3d43ca096ad5afb354f4200 | 5,807 | html | HTML | zebra/zebra-console/src/main/resources/static/page/welcome.html | AurtyMX/zebra | 4d636073dbd1eb6c7134692db574834c523ba002 | [
"Apache-2.0"
] | 31 | 2019-12-09T06:44:01.000Z | 2021-08-06T11:56:42.000Z | zebra/zebra-console/src/main/resources/static/page/welcome.html | gszebra/zebra | 4d636073dbd1eb6c7134692db574834c523ba002 | [
"Apache-2.0"
] | null | null | null | zebra/zebra-console/src/main/resources/static/page/welcome.html | gszebra/zebra | 4d636073dbd1eb6c7134692db574834c523ba002 | [
"Apache-2.0"
] | 13 | 2019-12-03T09:10:14.000Z | 2022-03-09T06:29:02.000Z | <!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1">
<title>欢迎</title>
<link rel="stylesheet" href="../frame/la... | 36.753165 | 159 | 0.492337 |
16aa5f5b80b8d6080efe8ea2f49a4b85c54e76c8 | 17,340 | c | C | src/drt/drt.c | GrieferAtWork/dcc | e70803aef1d7dc83ecedc6134c3e7902e6b6bbca | [
"Zlib"
] | 19 | 2017-08-27T16:27:44.000Z | 2021-12-02T21:17:17.000Z | src/drt/drt.c | GrieferAtWork/dcc | e70803aef1d7dc83ecedc6134c3e7902e6b6bbca | [
"Zlib"
] | null | null | null | src/drt/drt.c | GrieferAtWork/dcc | e70803aef1d7dc83ecedc6134c3e7902e6b6bbca | [
"Zlib"
] | 1 | 2022-02-17T18:51:21.000Z | 2022-02-17T18:51:21.000Z | /* Copyright (c) 2017 Griefer@Work *
* *
* This software is provided 'as-is', without any express or implied *
* warranty. In no event will the authors be held liable for any damages *
... | 40.046189 | 123 | 0.682238 |
53d3b741783c4d6a0012266807bb7be8b32bfdc6 | 341 | java | Java | dnode-protocol/src/main/java/com/tiyxing/rpc/example/SettingSync.java | bitoceango/dnode-pull | a547c4fde315a4f2c2bab69ddb83dea81f78de08 | [
"MIT"
] | null | null | null | dnode-protocol/src/main/java/com/tiyxing/rpc/example/SettingSync.java | bitoceango/dnode-pull | a547c4fde315a4f2c2bab69ddb83dea81f78de08 | [
"MIT"
] | 2 | 2020-06-16T01:24:08.000Z | 2021-01-21T00:51:11.000Z | dnode-protocol/src/main/java/com/tiyxing/rpc/example/SettingSync.java | tiyxing/dnode-pull | a547c4fde315a4f2c2bab69ddb83dea81f78de08 | [
"MIT"
] | null | null | null | package com.tiyxing.rpc.example;
import com.google.gson.JsonPrimitive;
import lombok.extern.slf4j.Slf4j;
/**
* @author tiyxing
* @date 2020-01-05
* @since 1.0.0
*/
@Slf4j
public class SettingSync {
public void syncRespond(JsonPrimitive setting){
log.info("vehicle handle setting sync respond complete :{... | 20.058824 | 76 | 0.706745 |
dc03ced61eba2baa387c41ade6742012983dbecd | 2,260 | py | Python | modelvshuman/datasets/base.py | TizianThieringer/model-vs-human | 17729b8167520f682d93d55c340c27de07bb2681 | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | 158 | 2021-06-04T15:19:58.000Z | 2022-03-30T00:31:28.000Z | modelvshuman/datasets/base.py | TizianThieringer/model-vs-human | 17729b8167520f682d93d55c340c27de07bb2681 | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | 7 | 2021-07-20T03:57:34.000Z | 2022-02-01T11:00:47.000Z | modelvshuman/datasets/base.py | TizianThieringer/model-vs-human | 17729b8167520f682d93d55c340c27de07bb2681 | [
"Apache-2.0",
"CC-BY-4.0",
"MIT"
] | 14 | 2021-06-16T13:33:11.000Z | 2022-03-29T15:04:09.000Z | #!/usr/bin/env python3
import os
from os.path import join as pjoin
class Dataset(object):
"""Base Dataset class
Attributes:
name (str): name of the dataset
params (object): Dataclass object contains following attributes path, image_size, metric, decision_mapping,
expe... | 33.235294 | 118 | 0.576549 |
3e951245fa2f0e12ed2d8c8583d9912c95a9ae94 | 23,636 | c | C | Firmware/ESP8266/Clay_ESP8266EX_Firmware/user/TCP_Combined.c | mgub/Clay | 31a84237d09eb93affb9b2587ff1d5b9a2b8c6a6 | [
"MIT"
] | null | null | null | Firmware/ESP8266/Clay_ESP8266EX_Firmware/user/TCP_Combined.c | mgub/Clay | 31a84237d09eb93affb9b2587ff1d5b9a2b8c6a6 | [
"MIT"
] | null | null | null | Firmware/ESP8266/Clay_ESP8266EX_Firmware/user/TCP_Combined.c | mgub/Clay | 31a84237d09eb93affb9b2587ff1d5b9a2b8c6a6 | [
"MIT"
] | 1 | 2018-12-19T07:07:50.000Z | 2018-12-19T07:07:50.000Z | /*
* TCP_Combined.c
*
* Created on: Mar 31, 2016
* Author: thebh_000
*/
//TCP Combined Task.
// watches for messages in outgoing queue
// sends messages after they are removed from the buffer.
// watches for messages from TCP.
// puts messages into incoming buffer.
//
//Later, we can look at separating thes... | 22.858801 | 112 | 0.706042 |