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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
47cbda5ba932499de1c3f0f5813424c3d9ec1ef5 | 9,226 | lua | Lua | test/box/net.box.test.lua | Mons/tarantool | 35daf23419c88e12758d49c7c60d2cc5f8a00ad1 | [
"BSD-2-Clause"
] | null | null | null | test/box/net.box.test.lua | Mons/tarantool | 35daf23419c88e12758d49c7c60d2cc5f8a00ad1 | [
"BSD-2-Clause"
] | null | null | null | test/box/net.box.test.lua | Mons/tarantool | 35daf23419c88e12758d49c7c60d2cc5f8a00ad1 | [
"BSD-2-Clause"
] | null | null | null | remote = require 'net.box'
fiber = require 'fiber'
log = require 'log'
msgpack = require 'msgpack'
LISTEN = require('uri').parse(box.cfg.listen)
space = box.schema.space.create('net_box_test_space')
index = space:create_index('primary', { type = 'tree' })
-- low level connection
log.info("create connection")
cn = rem... | 28.387692 | 106 | 0.686104 |
7f0d901736e9dcac50f3360354385079a24b03f6 | 321 | rs | Rust | 6_kyu/Esolang_Interpreters_1_Introduction_to_Esolangs_and_My_First_Interpreter_MiniStringFuck.rs | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 6_kyu/Esolang_Interpreters_1_Introduction_to_Esolangs_and_My_First_Interpreter_MiniStringFuck.rs | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | 6_kyu/Esolang_Interpreters_1_Introduction_to_Esolangs_and_My_First_Interpreter_MiniStringFuck.rs | UlrichBerntien/Codewars-Katas | bbd025e67aa352d313564d3862db19fffa39f552 | [
"MIT"
] | null | null | null | fn my_first_interpreter(code: &str) -> String {
let mut output = String::new();
let mut accu = 0_u8;
for c in code.chars() {
match c {
'+' => accu = accu.wrapping_add(1),
'.' => output.push(accu as char),
_ => {} // ignore invalid code
}
}
output
}... | 24.692308 | 47 | 0.485981 |
6bb5dce01fdccae7864a8bf94d8fb4b4cd386df3 | 414 | h | C | CodingMart/Views/Cell/RewardPrivateRolesCell.h | jiangxiaoxin/CodingMart_iOS | b94d9f90081c4130ed6d70dd64fdd2db0768e276 | [
"MIT"
] | 1 | 2021-09-09T06:53:25.000Z | 2021-09-09T06:53:25.000Z | CodingMart/Views/Cell/RewardPrivateRolesCell.h | jiangxiaoxin/CodingMart_iOS | b94d9f90081c4130ed6d70dd64fdd2db0768e276 | [
"MIT"
] | null | null | null | CodingMart/Views/Cell/RewardPrivateRolesCell.h | jiangxiaoxin/CodingMart_iOS | b94d9f90081c4130ed6d70dd64fdd2db0768e276 | [
"MIT"
] | 2 | 2020-06-20T05:55:03.000Z | 2021-09-09T06:54:03.000Z | //
// RewardPrivateRolesCell.h
// CodingMart
//
// Created by Ease on 16/8/30.
// Copyright © 2016年 net.coding. All rights reserved.
//
#define kCellIdentifier_RewardPrivateRolesCell @"RewardPrivateRolesCell"
#import <UIKit/UIKit.h>
#import "RewardPrivate.h"
@interface RewardPrivateRolesCell : UITableViewCell
@pr... | 24.352941 | 72 | 0.7657 |
2799aade337220953f32b31315faf034a68a5347 | 609 | css | CSS | frontend/src/Maps/VisualMap.css | EstaticShark/ws-product-python | 734f206fe06c60d0b930d056e5fb5912a9af2cc5 | [
"MIT"
] | null | null | null | frontend/src/Maps/VisualMap.css | EstaticShark/ws-product-python | 734f206fe06c60d0b930d056e5fb5912a9af2cc5 | [
"MIT"
] | null | null | null | frontend/src/Maps/VisualMap.css | EstaticShark/ws-product-python | 734f206fe06c60d0b930d056e5fb5912a9af2cc5 | [
"MIT"
] | null | null | null | .Data-map {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height: auto;
width: 80%;
margin: 10%;
}
.Data-map Map {
left:0;
top:0;
height:100%;
width:100%;
position:relative;
}
.Start-date-form {
}
.End-date-form {
}
.Visual-forms {
margin-bottom... | 13.23913 | 39 | 0.581281 |
fd1aebcba77f0b8d80ca6346c563b764ffa6bf29 | 3,627 | swift | Swift | Sources/Curly/Helpers/ClientAPIMappingHelper.swift | iamjono/curly | 3292a6e298bd4dd270e2adff584a74facec18d5e | [
"MIT"
] | 4 | 2018-05-21T07:32:51.000Z | 2018-07-19T03:29:16.000Z | Sources/Curly/Helpers/ClientAPIMappingHelper.swift | iamjono/curly | 3292a6e298bd4dd270e2adff584a74facec18d5e | [
"MIT"
] | 2 | 2018-06-25T18:15:43.000Z | 2018-07-11T12:16:39.000Z | Sources/Curly/Helpers/ClientAPIMappingHelper.swift | iamjono/curly | 3292a6e298bd4dd270e2adff584a74facec18d5e | [
"MIT"
] | 2 | 2018-04-13T19:01:49.000Z | 2018-06-25T17:46:42.000Z |
import PerfectLib
import PerfectCURL
import PerfectLogger
import Foundation
/// Helper methods to handle the mapping of the response to Codable
struct ClientAPIMappingHelper {
static func processResponse<T: Codable>(_ responseType: T.Type,
_ confirmation: () throws... | 47.103896 | 135 | 0.483044 |
2dc6d38c9ba1df15d3ed8ff54194faa67f7cab7a | 5,222 | html | HTML | data/CRAN/simsurv.html | JuliaTagBot/OSS.jl | 985ed664e484bbcc59b009968e71f2eccaaf4cd4 | [
"Zlib"
] | null | null | null | data/CRAN/simsurv.html | JuliaTagBot/OSS.jl | 985ed664e484bbcc59b009968e71f2eccaaf4cd4 | [
"Zlib"
] | null | null | null | data/CRAN/simsurv.html | JuliaTagBot/OSS.jl | 985ed664e484bbcc59b009968e71f2eccaaf4cd4 | [
"Zlib"
] | 3 | 2019-05-18T18:47:05.000Z | 2020-02-08T16:36:58.000Z | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package simsurv</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; c... | 42.455285 | 388 | 0.670241 |
1fb360565613bc1314255c9f4a161e26bfeffa38 | 147 | html | HTML | plugins/IntelliLang/java-support/inspectionDescriptions/PatternNotApplicable.html | anatawa12/intellij-community | d2557a13699986aa174a8969952711130718e7a1 | [
"Apache-2.0"
] | null | null | null | plugins/IntelliLang/java-support/inspectionDescriptions/PatternNotApplicable.html | anatawa12/intellij-community | d2557a13699986aa174a8969952711130718e7a1 | [
"Apache-2.0"
] | null | null | null | plugins/IntelliLang/java-support/inspectionDescriptions/PatternNotApplicable.html | anatawa12/intellij-community | d2557a13699986aa174a8969952711130718e7a1 | [
"Apache-2.0"
] | null | null | null | <html>
<body>
Reports when a <code>@Pattern</code> annotation is applied to an element with a type other than <code>String</code>.
</body>
</html>
| 24.5 | 116 | 0.714286 |
21da040027a8fb85404618a3249ef800b22b8f78 | 4,661 | html | HTML | compendium/monster/Frost-Titan-Avalanche.html | nonjosh/dnd4e-data-html | 83eb6201d7992e5f0c3812c9e18a17d5897891d8 | [
"MIT"
] | null | null | null | compendium/monster/Frost-Titan-Avalanche.html | nonjosh/dnd4e-data-html | 83eb6201d7992e5f0c3812c9e18a17d5897891d8 | [
"MIT"
] | null | null | null | compendium/monster/Frost-Titan-Avalanche.html | nonjosh/dnd4e-data-html | 83eb6201d7992e5f0c3812c9e18a17d5897891d8 | [
"MIT"
] | null | null | null |
<!DOCTYPE HTML>
<html>
<head id="Head1"><title>
Frost Titan Avalanche
</title><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /><link href="styles/detail.css" media="screen" rel="stylesheet" type="text/css" /><link href="styles/print.css" media="print" rel="stylesheet" type="text/css" /><link href="... | 150.354839 | 4,033 | 0.683973 |
476648e28de573dc69c59f1b8bde8729046626a5 | 3,646 | sql | SQL | db.sql | NatanMenezes/api_agendamento_squad23 | bc06c67e1667a3bd387f8529edffa5ffd6e6b8af | [
"MIT"
] | 3 | 2021-09-11T15:05:26.000Z | 2021-09-17T18:21:06.000Z | db.sql | NatanMenezes/api_agendamento_squad23 | bc06c67e1667a3bd387f8529edffa5ffd6e6b8af | [
"MIT"
] | null | null | null | db.sql | NatanMenezes/api_agendamento_squad23 | bc06c67e1667a3bd387f8529edffa5ffd6e6b8af | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 5.0.2
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3306
-- Tempo de geração: 09-Set-2021 às 18:18
-- Versão do servidor: 5.7.31
-- versão do PHP: 7.3.21
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIEN... | 29.885246 | 88 | 0.629731 |
1aa612211e09a83aab2478fade73ea5c9c42318b | 251 | lua | Lua | tests/projects/swig/python_cpp/xmake.lua | Arthapz/xmake | 3c4c9fd8c84abca60ce50ac57133a5323cbafcd3 | [
"Apache-2.0"
] | 3,721 | 2019-02-14T09:12:03.000Z | 2022-03-31T22:58:53.000Z | tests/projects/swig/python_cpp/xmake.lua | Arthapz/xmake | 3c4c9fd8c84abca60ce50ac57133a5323cbafcd3 | [
"Apache-2.0"
] | 1,536 | 2019-02-08T14:22:32.000Z | 2022-03-31T17:00:35.000Z | tests/projects/swig/python_cpp/xmake.lua | Arthapz/xmake | 3c4c9fd8c84abca60ce50ac57133a5323cbafcd3 | [
"Apache-2.0"
] | 361 | 2019-02-08T12:20:22.000Z | 2022-03-31T15:07:59.000Z | add_rules("mode.release", "mode.debug")
add_requires("python 3.x")
target("example")
add_rules("swig.cpp", {moduletype = "python"})
add_files("src/example.i", {scriptdir = "share"})
add_files("src/example.cpp")
add_packages("python")
| 27.888889 | 53 | 0.669323 |
b238a6414a2a6ff004e584c52d7cbc58345fefbb | 210 | swift | Swift | Tests/LinuxMain.swift | tdeleon/Relax | 5c3294db30332b3ba920b2fa82b59d2cc6695fdb | [
"MIT"
] | 4 | 2020-05-22T08:01:49.000Z | 2021-12-05T18:59:56.000Z | Tests/LinuxMain.swift | tdeleon/Relax | 5c3294db30332b3ba920b2fa82b59d2cc6695fdb | [
"MIT"
] | 5 | 2021-11-11T06:08:07.000Z | 2022-01-03T06:29:00.000Z | Tests/LinuxMain.swift | tdeleon/Relax | 5c3294db30332b3ba920b2fa82b59d2cc6695fdb | [
"MIT"
] | null | null | null | #if !os(watchOS)
import XCTest
import RelaxTests
//var tests = [XCTestCaseEntry]()
//tests += RelaxTests.allTests()
//XCTMain(tests)
fatalError("Run tests with `swift test --enable-test-discovery`.")
#endif
| 17.5 | 66 | 0.72381 |
2f01e86b261e5b29f2d975a144d52bc9347f0c34 | 8,275 | php | PHP | database/seeders/MenuSeeder.php | UtkarshSarkari/laravel-ecommerce-system | 74d8f85855381854b4dbbffd2eb49e931402952f | [
"BSD-2-Clause"
] | null | null | null | database/seeders/MenuSeeder.php | UtkarshSarkari/laravel-ecommerce-system | 74d8f85855381854b4dbbffd2eb49e931402952f | [
"BSD-2-Clause"
] | null | null | null | database/seeders/MenuSeeder.php | UtkarshSarkari/laravel-ecommerce-system | 74d8f85855381854b4dbbffd2eb49e931402952f | [
"BSD-2-Clause"
] | null | null | null | <?php
namespace Database\Seeders;
use Botble\Base\Supports\BaseSeeder;
use Botble\Blog\Models\Category;
use Botble\Blog\Models\Tag;
use Botble\Ecommerce\Models\Brand;
use Botble\Ecommerce\Models\ProductCategory;
use Botble\Ecommerce\Models\ProductTag;
use Botble\Menu\Models\Menu as MenuModel;
use Botble\Menu\Models\M... | 34.915612 | 103 | 0.301511 |
d1be70acb2051af803475f0f41e63a12f266666d | 2,980 | sql | SQL | DMS5/ValidateAutoStoragePathParams.sql | viswaratha12/dbwarden | 3931accda4fb401d21b6cb272fe3d6959915ceb8 | [
"Apache-2.0"
] | null | null | null | DMS5/ValidateAutoStoragePathParams.sql | viswaratha12/dbwarden | 3931accda4fb401d21b6cb272fe3d6959915ceb8 | [
"Apache-2.0"
] | null | null | null | DMS5/ValidateAutoStoragePathParams.sql | viswaratha12/dbwarden | 3931accda4fb401d21b6cb272fe3d6959915ceb8 | [
"Apache-2.0"
] | null | null | null | /****** Object: StoredProcedure [dbo].[ValidateAutoStoragePathParams] ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE ValidateAutoStoragePathParams
/****************************************************
**
** Desc: Validates that the Auto storage path parameters are correct
**
** Ret... | 34.252874 | 140 | 0.662752 |
a8461805270f3ca44b221220103e7e3f69a34fce | 2,093 | kt | Kotlin | presentation/src/main/java/simra/androidtest/gheisary/twtest/film/list/FilmListAdapter.kt | cormen3/infinite-recycleView | 89b63f65b128cb0488ffeb57a91da5593c432ed5 | [
"Apache-2.0"
] | 6 | 2018-12-31T07:52:36.000Z | 2019-04-18T09:31:06.000Z | presentation/src/main/java/simra/androidtest/gheisary/twtest/film/list/FilmListAdapter.kt | cormen3/infinite-recycleView | 89b63f65b128cb0488ffeb57a91da5593c432ed5 | [
"Apache-2.0"
] | null | null | null | presentation/src/main/java/simra/androidtest/gheisary/twtest/film/list/FilmListAdapter.kt | cormen3/infinite-recycleView | 89b63f65b128cb0488ffeb57a91da5593c432ed5 | [
"Apache-2.0"
] | null | null | null | package simra.androidtest.gheisary.twtest.film.list
import android.annotation.SuppressLint
import android.content.Context
import android.support.v7.widget.RecyclerView
import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import com.bumptech.glide.Glide
import com.bumptech.glide.loa... | 35.474576 | 95 | 0.761586 |
04aecb28ef9ddaf10fe8df1be060a7512f8bb1f6 | 15,622 | html | HTML | src/doc/logic/multigames/GameRules.html | ivanfermena/p3_game2048 | 8db5f7b99dda9528c4460e7731f83f677c650308 | [
"Apache-2.0"
] | null | null | null | src/doc/logic/multigames/GameRules.html | ivanfermena/p3_game2048 | 8db5f7b99dda9528c4460e7731f83f677c650308 | [
"Apache-2.0"
] | null | null | null | src/doc/logic/multigames/GameRules.html | ivanfermena/p3_game2048 | 8db5f7b99dda9528c4460e7731f83f677c650308 | [
"Apache-2.0"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Mon Dec 18 00:21:14 CET 2017 -->
<title>GameRules</title>
<meta name="date" content="2017-12-18">
<link rel="stylesheet" type="text/css... | 39.350126 | 526 | 0.652797 |
165a9982462a242455709e1585b72da5044df9be | 6,907 | h | C | lib/cesanta/net_skeleton.h | mindforger/ledSPI | bc6cd892b893c668619fe4388cf206422713636d | [
"Apache-2.0"
] | 16 | 2015-06-10T23:12:21.000Z | 2021-07-30T00:48:25.000Z | lib/cesanta/net_skeleton.h | mindforger/ledSPI | bc6cd892b893c668619fe4388cf206422713636d | [
"Apache-2.0"
] | 3 | 2015-06-13T16:40:09.000Z | 2019-01-24T17:34:38.000Z | lib/cesanta/net_skeleton.h | mindforger/ledSPI | bc6cd892b893c668619fe4388cf206422713636d | [
"Apache-2.0"
] | 1 | 2016-03-24T02:21:23.000Z | 2016-03-24T02:21:23.000Z | // Copyright (c) 2014 Cesanta Software Limited
// All rights reserved
//
// This library is dual-licensed: you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation. For the terms of this
// license, see <http://www.gnu.org/li... | 31.538813 | 80 | 0.725641 |
4a6063f3ac9703e9a37f493ea99d839cb0b02984 | 1,417 | js | JavaScript | javascript/kursbereichAnlegen.js | 8bitcoderookie/moodle-theme_clean_brg4 | 0ad7a960c4a26513c0b2d1f4322b6ba69a9e3d47 | [
"Apache-2.0"
] | null | null | null | javascript/kursbereichAnlegen.js | 8bitcoderookie/moodle-theme_clean_brg4 | 0ad7a960c4a26513c0b2d1f4322b6ba69a9e3d47 | [
"Apache-2.0"
] | null | null | null | javascript/kursbereichAnlegen.js | 8bitcoderookie/moodle-theme_clean_brg4 | 0ad7a960c4a26513c0b2d1f4322b6ba69a9e3d47 | [
"Apache-2.0"
] | null | null | null | ///////////////////////////////////////////////
// Name: kursbereichAnlegen.js
// Author: Michael Rundel
// Description: Fills Moodle Course Category Form with values
// 05.09.2011
// 28.08.2013 - YUI3 rewrite
///////////////////////////////////////////////
YUI().use('node', function (Y) {
var uri = window.location.... | 52.481481 | 185 | 0.661256 |
5688b1c5c6cbe90c62972eb17d04f1d0478aa31c | 2,372 | swift | Swift | iOS/Sources/Beagle/Sources/Networking/Request.swift | BizarreNULL/beagle | e1b0a87f9d1fd8c0c123aac7d5fb98b0bfdb7d2c | [
"Apache-2.0"
] | null | null | null | iOS/Sources/Beagle/Sources/Networking/Request.swift | BizarreNULL/beagle | e1b0a87f9d1fd8c0c123aac7d5fb98b0bfdb7d2c | [
"Apache-2.0"
] | null | null | null | iOS/Sources/Beagle/Sources/Networking/Request.swift | BizarreNULL/beagle | e1b0a87f9d1fd8c0c123aac7d5fb98b0bfdb7d2c | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2020 ZUP IT SERVICOS EM TECNOLOGIA E INOVACAO SA
*
* 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... | 28.926829 | 116 | 0.632378 |
fb45e62e6406ef21da3f020c4d9a8be334da2c5f | 2,452 | h | C | C++_-_StickyNotes/FindNote.h | RussianPenguin/samples | 4300c1423a5f9f5820a6c50a3fa3bd823d005030 | [
"MIT"
] | null | null | null | C++_-_StickyNotes/FindNote.h | RussianPenguin/samples | 4300c1423a5f9f5820a6c50a3fa3bd823d005030 | [
"MIT"
] | null | null | null | C++_-_StickyNotes/FindNote.h | RussianPenguin/samples | 4300c1423a5f9f5820a6c50a3fa3bd823d005030 | [
"MIT"
] | null | null | null | // FindNote.h
//
//////////////////////////////////////////////////////////////////////
// This file contains function objects, which are used to search
// the saved notes.
// Function object is a class that overloads the operator().
// It can be used instead of function pointers in the STL algorithms.
#if !defined F... | 25.278351 | 91 | 0.681485 |
9bb150da4a6de390459befe081373d03ab527073 | 2,793 | js | JavaScript | target/doc/implementors/core/iter/traits/double_ended/trait.DoubleEndedIterator.js | second-state/SSVMContainer | b721a7642b58c41b0e120f4e2972b165d51e89d0 | [
"MIT"
] | 2 | 2019-12-11T02:53:10.000Z | 2019-12-11T08:30:44.000Z | target/doc/implementors/core/iter/traits/double_ended/trait.DoubleEndedIterator.js | second-state/SSVMContainer | b721a7642b58c41b0e120f4e2972b165d51e89d0 | [
"MIT"
] | null | null | null | target/doc/implementors/core/iter/traits/double_ended/trait.DoubleEndedIterator.js | second-state/SSVMContainer | b721a7642b58c41b0e120f4e2972b165d51e89d0 | [
"MIT"
] | 3 | 2020-02-06T05:47:41.000Z | 2021-05-13T06:32:57.000Z | (function() {var implementors = {};
implementors["serde_json"] = [{text:"impl<'a> <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/iter/traits/double_ended/trait.DoubleEndedIterator.html\" title=\"trait core::iter::traits::double_ended::DoubleEndedIterator\">DoubleEndedIterator</a> for <a class=\"... | 310.333333 | 2,540 | 0.722879 |
16eb94ef3ed8f9655603aeae3e8b0e0505e6741b | 848 | ts | TypeScript | src/github-user/githuber-user.service.ts | marcos-antonio/super-github-consumer-api | ad454224b383c2c5f1443c0fd5e24bd69ba0b86e | [
"MIT"
] | null | null | null | src/github-user/githuber-user.service.ts | marcos-antonio/super-github-consumer-api | ad454224b383c2c5f1443c0fd5e24bd69ba0b86e | [
"MIT"
] | 2 | 2021-03-10T13:37:47.000Z | 2022-01-22T11:24:13.000Z | src/github-user/githuber-user.service.ts | marcos-antonio/super-github-consumer-api | ad454224b383c2c5f1443c0fd5e24bd69ba0b86e | [
"MIT"
] | null | null | null | import { Injectable, HttpService } from '@nestjs/common';
import { Observable } from 'rxjs';
import { map } from 'rxjs/operators';
import { GithubUser } from './githuber-user';
import { GithubRepo } from '../github-repo/github-repo';
@Injectable()
export class GithubUserService {
constructor(private readonly httpSe... | 26.5 | 76 | 0.649764 |
fb2d3a6d66f54d7945a9baaf1316c7c0186389c2 | 457 | h | C | Sources/Sentry/include/SentryOutOfMemoryLogic.h | harry-b/sentry-cocoa | 919e07840e98dfcea039acd93bd96f3fbf9bc87e | [
"MIT"
] | 460 | 2017-06-02T14:04:37.000Z | 2022-03-31T10:22:44.000Z | Sources/Sentry/include/SentryOutOfMemoryLogic.h | harry-b/sentry-cocoa | 919e07840e98dfcea039acd93bd96f3fbf9bc87e | [
"MIT"
] | 1,230 | 2017-06-02T09:41:00.000Z | 2022-03-31T17:20:24.000Z | Sources/Sentry/include/SentryOutOfMemoryLogic.h | harry-b/sentry-cocoa | 919e07840e98dfcea039acd93bd96f3fbf9bc87e | [
"MIT"
] | 204 | 2017-06-05T08:27:13.000Z | 2022-03-31T10:22:38.000Z | #import "SentryDefines.h"
@class SentryOptions, SentryCrashAdapter, SentryAppState, SentryFileManager, SentryAppStateManager;
NS_ASSUME_NONNULL_BEGIN
@interface SentryOutOfMemoryLogic : NSObject
SENTRY_NO_INIT
- (instancetype)initWithOptions:(SentryOptions *)options
crashAdapter:(SentryCrashAdapt... | 24.052632 | 99 | 0.781182 |
bc87f47da60e5b1dcaa22b4a9e374e019fe3cc1b | 273 | swift | Swift | PeasNovel/Classes/BookDetail/Model/BookAddModel.swift | LieonShelly/PeasNovel | ba21ccb9e0446c4239171dcbd01c6882606be257 | [
"MIT"
] | null | null | null | PeasNovel/Classes/BookDetail/Model/BookAddModel.swift | LieonShelly/PeasNovel | ba21ccb9e0446c4239171dcbd01c6882606be257 | [
"MIT"
] | null | null | null | PeasNovel/Classes/BookDetail/Model/BookAddModel.swift | LieonShelly/PeasNovel | ba21ccb9e0446c4239171dcbd01c6882606be257 | [
"MIT"
] | null | null | null | //
// BookAddModel.swift
// PeasNovel
//
// Created by xinyue on 2019/5/17.
// Copyright © 2019 NotBroken. All rights reserved.
//
import UIKit
class BookAddResponse: BaseResponse<BookInfo> {
}
class BooksheetAddResponse: BaseResponse<BookSheetModel> {
}
| 15.166667 | 59 | 0.699634 |
c3d2882532ef843bc300d9c8dc273cee69ed4fde | 1,907 | go | Go | m/customListItem.go | goui2/ui | 6e8b2b89d37455cd2b72f38dbff482125e6f594e | [
"MIT"
] | null | null | null | m/customListItem.go | goui2/ui | 6e8b2b89d37455cd2b72f38dbff482125e6f594e | [
"MIT"
] | null | null | null | m/customListItem.go | goui2/ui | 6e8b2b89d37455cd2b72f38dbff482125e6f594e | [
"MIT"
] | null | null | null | package m
import (
"syscall/js"
"github.com/goui2/ui/base"
"github.com/goui2/ui/com"
"github.com/goui2/ui/core"
)
type CustomerListItem interface {
ListItemBase
}
type customerListItem struct {
ListItemBase
handleUpdateHTML com.EventHandler
htmlChildren []js.Value
}
func constructorCustomListItem(md ba... | 25.426667 | 92 | 0.71526 |
964445b76f8d18c3645549498175b073ca9b092b | 666 | php | PHP | app/Http/routes/backend/mapel.php | ctca8/testmiskonsepsi | 58d0756f240757a5674579c9daa08f5663d0e4c9 | [
"MIT"
] | 1 | 2021-06-10T02:13:12.000Z | 2021-06-10T02:13:12.000Z | app/Http/routes/backend/mapel.php | ctca8/testmiskonsepsi | 58d0756f240757a5674579c9daa08f5663d0e4c9 | [
"MIT"
] | 2 | 2016-12-22T02:32:19.000Z | 2020-11-18T06:50:17.000Z | app/Http/routes/backend/mapel.php | ctca8/testmiskonsepsi | 58d0756f240757a5674579c9daa08f5663d0e4c9 | [
"MIT"
] | 6 | 2017-01-10T02:36:28.000Z | 2021-09-30T14:04:10.000Z | <?php
Route::group(['middleware' => 'auth'], function(){
get('mapel', [
'as' => 'backend.mapel.index',
'uses' => 'MapelController@index',
]);
get('mapel/add', [
'as' => 'backend.mapel.add',
'uses' => 'MapelController@add',
]);
post('mapel/insert', [
'as' => 'backend.mapel.insert',
'uses' => 'M... | 16.243902 | 50 | 0.557057 |
c778f1c556466aabd5720197af154973f1b3324c | 86 | asm | Assembly | gfx/pokemon/ivysaur/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 28 | 2019-11-08T07:19:00.000Z | 2021-12-20T10:17:54.000Z | gfx/pokemon/ivysaur/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 13 | 2020-01-11T17:00:40.000Z | 2021-09-14T01:27:38.000Z | gfx/pokemon/ivysaur/anim_idle.asm | Dev727/ancientplatinum | 8b212a1728cc32a95743e1538b9eaa0827d013a7 | [
"blessing"
] | 22 | 2020-05-28T17:31:38.000Z | 2022-03-07T20:49:35.000Z | setrepeat 2
frame 0, 07
frame 3, 07
dorepeat 1
frame 0, 08
frame 1, 06
endanim
| 10.75 | 12 | 0.674419 |
407d091b57554e758108e85c9db8dd403692073c | 15,972 | py | Python | tests/test_m3u_dump.py | sturmianseq/m3u-dump | 1ec3eeedb4c650af76c6c66859375ca2d2a6e1bc | [
"MIT"
] | 1 | 2021-02-20T20:46:11.000Z | 2021-02-20T20:46:11.000Z | tests/test_m3u_dump.py | sturmianseq/m3u-dump | 1ec3eeedb4c650af76c6c66859375ca2d2a6e1bc | [
"MIT"
] | null | null | null | tests/test_m3u_dump.py | sturmianseq/m3u-dump | 1ec3eeedb4c650af76c6c66859375ca2d2a6e1bc | [
"MIT"
] | 2 | 2021-08-05T10:32:00.000Z | 2021-08-17T02:35:52.000Z | #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
test_m3u_dump
----------------------------------
Tests for `m3u_dump` module.
"""
import os
import pytest
from click.testing import CliRunner
from m3u_dump import cli
from m3u_dump.m3u_dump import M3uDump
@pytest.fixture(scope='session')
def music_dir(tmpdir_fact... | 39.830424 | 94 | 0.681818 |
367df2859be2cff2cce8776d883c9973d630e1f9 | 620 | sql | SQL | app/db/v2.sql | wieloming/GPI | 0a8d331cbc941fe06a109ff40edfe181f261ed57 | [
"MIT"
] | null | null | null | app/db/v2.sql | wieloming/GPI | 0a8d331cbc941fe06a109ff40edfe181f261ed57 | [
"MIT"
] | null | null | null | app/db/v2.sql | wieloming/GPI | 0a8d331cbc941fe06a109ff40edfe181f261ed57 | [
"MIT"
] | null | null | null | DELETE FROM `db_version` WHERE 1 = 1;
INSERT INTO `db_version` (`version`) VALUES
(2);
ALTER TABLE auction ADD max_realization_date DATETIME DEFAULT NULL;
ALTER TABLE auction_audit ADD max_realization_date DATETIME DEFAULT NULL;
CREATE TABLE auction_comments (id INT AUTO_INCREMENT NOT NULL, auction_id INT DEFAULT N... | 56.363636 | 271 | 0.817742 |
7a5469d5d5347bbe5128c1116a9dfdcfd7a3907b | 397 | rb | Ruby | db/migrate/20190328021335_create_products.rb | AfonsoNeto/simple_3-step_quotation | 770f473bfedc8d72ba91463c8a5d21e44927aad0 | [
"MIT"
] | null | null | null | db/migrate/20190328021335_create_products.rb | AfonsoNeto/simple_3-step_quotation | 770f473bfedc8d72ba91463c8a5d21e44927aad0 | [
"MIT"
] | null | null | null | db/migrate/20190328021335_create_products.rb | AfonsoNeto/simple_3-step_quotation | 770f473bfedc8d72ba91463c8a5d21e44927aad0 | [
"MIT"
] | null | null | null | class CreateProducts < ActiveRecord::Migration[5.2]
def change
create_table :products do |t|
t.date :start_date
t.date :end_date
t.decimal :price_per_day
t.integer :day_of_week
t.integer :weeks_number
t.integer :starting_hour
t.integer :ending_hour
t.decimal :... | 22.055556 | 51 | 0.647355 |
36c0c38b1be4dde8009a4dc3861743166620716b | 457 | kt | Kotlin | app/src/main/java/com/vycius/tasty/model/Recipe.kt | vycius/udacity-baking-app-tasty | f00503f587ce3d91c622d71a84f2fa56f7f0235e | [
"MIT"
] | 38 | 2017-06-29T10:27:33.000Z | 2022-03-27T18:56:06.000Z | app/src/main/java/com/vycius/tasty/model/Recipe.kt | sugiartocokrowibowo/udacity-baking-app-tasty | f00503f587ce3d91c622d71a84f2fa56f7f0235e | [
"MIT"
] | 2 | 2017-06-23T12:45:10.000Z | 2018-03-14T02:36:13.000Z | app/src/main/java/com/vycius/tasty/model/Recipe.kt | sugiartocokrowibowo/udacity-baking-app-tasty | f00503f587ce3d91c622d71a84f2fa56f7f0235e | [
"MIT"
] | 16 | 2017-09-21T05:45:51.000Z | 2020-12-01T13:11:25.000Z | package com.vycius.tasty.model
import paperparcel.PaperParcel
import paperparcel.PaperParcelable
@PaperParcel
data class Recipe(val id: Int,
val name: String,
val ingredients: List<Ingredient>,
val steps: List<Step>,
val servings: Int,
... | 25.388889 | 57 | 0.606127 |
3efb176d11e2e63968a262e3406000d7f98146bd | 1,533 | h | C | src/ll.h | NateZimmer/linked_list_c | 4bdf21d3c518ff8d21e3a089e84621fdd423aa46 | [
"MIT"
] | null | null | null | src/ll.h | NateZimmer/linked_list_c | 4bdf21d3c518ff8d21e3a089e84621fdd423aa46 | [
"MIT"
] | null | null | null | src/ll.h | NateZimmer/linked_list_c | 4bdf21d3c518ff8d21e3a089e84621fdd423aa46 | [
"MIT"
] | null | null | null |
#ifndef LL_H
#define LL_H
#include <stdint.h>
typedef struct {
uint16_t len;
void * data;
void * next;
void * prev;
}list_el_t;
typedef struct {
list_el_t * head;
list_el_t * tail;
uint16_t len;
}list_t;
/**
@name list_push
@brief add data to end of linked list
@param [in] ... | 23.227273 | 65 | 0.639269 |
b603f8031e0c53b7e173dcd2a853805c9950b619 | 328 | rb | Ruby | config/deploy/production.rb | puhsh/lystey | 0afad9765714cf6a035aa166777a096b793177d5 | [
"Apache-2.0"
] | null | null | null | config/deploy/production.rb | puhsh/lystey | 0afad9765714cf6a035aa166777a096b793177d5 | [
"Apache-2.0"
] | null | null | null | config/deploy/production.rb | puhsh/lystey | 0afad9765714cf6a035aa166777a096b793177d5 | [
"Apache-2.0"
] | null | null | null | server '52.5.240.228', user: 'realtors', roles: %w{app db}, my_property: :my_value
set :application, 'lystey'
set :deploy_to, "/var/www/www.lystey.com"
set :stage, :production
set :rails_env, 'production'
set :unicorn_pid, -> { File.join(current_path, "tmp", "pids", "unicorn.lystey.pid") }
set :unicorn_rack_env, 'prod... | 36.444444 | 85 | 0.710366 |
9752efd43240eb07f94a38061eba91691e7cbce8 | 1,367 | kt | Kotlin | app/src/main/java/com/hiteshsahu/cool_keyboard/view/fragments/LicensesDialogFragment.kt | hiteshsahu/Android-Character-Emmision-keyBoard | 876948c4524d172d76feae9d73b80fcbd26f7af8 | [
"Apache-2.0"
] | 1 | 2016-03-28T12:13:21.000Z | 2016-03-28T12:13:21.000Z | app/src/main/java/com/hiteshsahu/cool_keyboard/view/fragments/LicensesDialogFragment.kt | hiteshsahu/Android-Character-Emmision-keyBoard | 876948c4524d172d76feae9d73b80fcbd26f7af8 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hiteshsahu/cool_keyboard/view/fragments/LicensesDialogFragment.kt | hiteshsahu/Android-Character-Emmision-keyBoard | 876948c4524d172d76feae9d73b80fcbd26f7af8 | [
"Apache-2.0"
] | null | null | null | /*
* .
* Copyright Copyright (c) 2017 Hitesh Sahu(hiteshsahu.com)
*
* 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 app... | 40.205882 | 308 | 0.75128 |
d5bc8ee4ad04c83726caa5eb1745907d05a41363 | 501 | c | C | Test/111-unions-5/main.c | flix-/environment-variable-tracing | 85a1ad880b47acad28f5b1a418f1ee2259f77fad | [
"MIT"
] | null | null | null | Test/111-unions-5/main.c | flix-/environment-variable-tracing | 85a1ad880b47acad28f5b1a418f1ee2259f77fad | [
"MIT"
] | null | null | null | Test/111-unions-5/main.c | flix-/environment-variable-tracing | 85a1ad880b47acad28f5b1a418f1ee2259f77fad | [
"MIT"
] | null | null | null | extern char *getenv(const char *name);
extern int foo();
extern int bar();
union u3 {
char *taint;
char *tainted;
};
union u2 {
char *taint;
double d;
union u3 u;
};
union u1 {
union u2 u;
char *taint;
};
struct s1 {
union u1 u;
union u2 uu;
char *taint;
};
int
main()
{
... | 11.928571 | 40 | 0.550898 |
83b2745a1f10a48419d600c009f5da859a11c924 | 814 | rs | Rust | api/src/leafs/array_comp.rs | rezer0dai/bananafzz | 739713366ebd418d884e04f6b0ef1897c239dc49 | [
"MIT"
] | 39 | 2022-01-05T07:34:07.000Z | 2022-03-31T02:43:54.000Z | api/src/leafs/array_comp.rs | rezer0dai/bananafzz | 739713366ebd418d884e04f6b0ef1897c239dc49 | [
"MIT"
] | null | null | null | api/src/leafs/array_comp.rs | rezer0dai/bananafzz | 739713366ebd418d884e04f6b0ef1897c239dc49 | [
"MIT"
] | 3 | 2022-01-05T05:26:55.000Z | 2022-03-26T15:26:25.000Z | extern crate core;
use self::core::generator::composite::ArgComposite;
use self::core::generator::leaf::IArgLeaf;
pub trait ArrayComposite {
fn array_leaf<F>(name: &'static str, ecount: usize, leafgen: F) -> ArgComposite
where
F: Fn() -> Box<dyn IArgLeaf>;
}
/// PERFOMANCE WARNING : discouraged to use... | 31.307692 | 99 | 0.62285 |
714dfb74c272ac119bd3be38ee5ffab3d38f8e08 | 5,034 | ts | TypeScript | test/sugiyama/coord/simplex.test.ts | travishaby/d3-dag | 033fb198fce2f7db3f4b84a2185eaf73d985718f | [
"MIT"
] | null | null | null | test/sugiyama/coord/simplex.test.ts | travishaby/d3-dag | 033fb198fce2f7db3f4b84a2185eaf73d985718f | [
"MIT"
] | null | null | null | test/sugiyama/coord/simplex.test.ts | travishaby/d3-dag | 033fb198fce2f7db3f4b84a2185eaf73d985718f | [
"MIT"
] | null | null | null | import { flatMap } from "../../../src/iters";
import {
createConstAccessor,
simplex
} from "../../../src/sugiyama/coord/simplex";
import { SugiNode } from "../../../src/sugiyama/utils";
import { createLayers, nodeSize } from "../utils";
test("simplex() modifiers work", () => {
const layers = createLayers([[[0, 1... | 32.477419 | 75 | 0.618792 |
cf49b3c97873f3d703696c3637da08d333f15d36 | 1,780 | kt | Kotlin | src/main/java/net/dankrushen/aitagsearch/extensions/FloatVectorExtensions.kt | Dankrushen/ai-tag-search | 2cbb0ef4445bc3ed474137e9b7b804108010939b | [
"MIT"
] | null | null | null | src/main/java/net/dankrushen/aitagsearch/extensions/FloatVectorExtensions.kt | Dankrushen/ai-tag-search | 2cbb0ef4445bc3ed474137e9b7b804108010939b | [
"MIT"
] | null | null | null | src/main/java/net/dankrushen/aitagsearch/extensions/FloatVectorExtensions.kt | Dankrushen/ai-tag-search | 2cbb0ef4445bc3ed474137e9b7b804108010939b | [
"MIT"
] | null | null | null | package net.dankrushen.aitagsearch.extensions
import net.dankrushen.aitagsearch.conversion.FloatVectorConverter
import net.dankrushen.aitagsearch.datatypes.FloatVector
import org.agrona.DirectBuffer
import org.agrona.MutableDirectBuffer
fun MutableDirectBuffer.putFloatVectorWithoutLength(index: Int, value: FloatVecto... | 28.709677 | 100 | 0.735393 |
3083ddc6a83606560afb4c0e1174bfdb61569374 | 1,670 | html | HTML | src/main/resources/templates/github.html | fasar/script-api-jug | ba8e0ed10c00149c01de285567034a1847b41ec4 | [
"Apache-2.0"
] | null | null | null | src/main/resources/templates/github.html | fasar/script-api-jug | ba8e0ed10c00149c01de285567034a1847b41ec4 | [
"Apache-2.0"
] | null | null | null | src/main/resources/templates/github.html | fasar/script-api-jug | ba8e0ed10c00149c01de285567034a1847b41ec4 | [
"Apache-2.0"
] | null | null | null | <!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:th="http://www.thymeleaf.org"
lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel='stylesheet' href='/assets/bootstrap/4.3.1/css/bootstrap.css'>
<script src="/assets/jq... | 26.507937 | 90 | 0.553892 |
c1bcbad2cb852c4f2a464bea5a78d4c9fcad4f04 | 12,205 | rs | Rust | src/execute.rs | akalmykov/dcw721-contract | 0f7775a2bce4eef66555d609a2572c64bcafd7da | [
"Apache-2.0"
] | 8 | 2021-12-14T02:19:19.000Z | 2022-03-07T20:50:06.000Z | src/execute.rs | crabust/dNFT-contracts | 0f7775a2bce4eef66555d609a2572c64bcafd7da | [
"Apache-2.0"
] | null | null | null | src/execute.rs | crabust/dNFT-contracts | 0f7775a2bce4eef66555d609a2572c64bcafd7da | [
"Apache-2.0"
] | 1 | 2021-11-13T09:59:30.000Z | 2021-11-13T09:59:30.000Z | use serde::de::DeserializeOwned;
use serde::Serialize;
use cosmwasm_std::{Binary, Deps, DepsMut, Env, MessageInfo, Response, StdResult};
use cw2::set_contract_version;
use cw721::{ContractInfoResponse, CustomMsg, Cw721Execute, Cw721ReceiveMsg, Expiration};
use crate::error::ContractError;
use crate::msg::{ExecuteMsg... | 30.898734 | 93 | 0.535272 |
f81373181c39290cc0d4a707747b7f68b73f0643 | 561 | asm | Assembly | oeis/310/A310367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 11 | 2021-08-22T19:44:55.000Z | 2022-03-20T16:47:57.000Z | oeis/310/A310367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 9 | 2021-08-29T13:15:54.000Z | 2022-03-09T19:52:31.000Z | oeis/310/A310367.asm | neoneye/loda-programs | 84790877f8e6c2e821b183d2e334d612045d29c0 | [
"Apache-2.0"
] | 3 | 2021-08-22T20:56:47.000Z | 2021-09-29T06:26:12.000Z | ; A310367: Coordination sequence Gal.6.129.6 where G.u.t.v denotes the coordination sequence for a vertex of type v in tiling number t in the Galebach list of u-uniform tilings.
; 1,4,10,14,18,22,26,30,34,38,44,48,52,58,62,66,70,74,78,82,86,92,96,100,106,110,114,118,122,126,130,134,140,144,148,154,158,162,166,170,174,1... | 22.44 | 177 | 0.643494 |
1938f0a6fc1864229e6b44f1e55384638268ae64 | 4,432 | sql | SQL | notebooks/aline/aline_cohort_simple.sql | jay-jojo-cheng/mimic-code | 3b46724891226b0c24d70ae8c5914af13decb1d4 | [
"MIT"
] | null | null | null | notebooks/aline/aline_cohort_simple.sql | jay-jojo-cheng/mimic-code | 3b46724891226b0c24d70ae8c5914af13decb1d4 | [
"MIT"
] | null | null | null | notebooks/aline/aline_cohort_simple.sql | jay-jojo-cheng/mimic-code | 3b46724891226b0c24d70ae8c5914af13decb1d4 | [
"MIT"
] | null | null | null | -- This query defines the cohort used for the ALINE study.
-- This query is a simpler version of aline_cohort.sql, and does not generate a view.
-- Many of the variables from the aline study are trimmed to simplify the query.
-- See aline_cohort.sql for the actual cohort table generation.
-- Tables required:
-- ven... | 31.211268 | 97 | 0.69269 |
2f709c95054455ee5da52284ddb9330c2db589c6 | 1,286 | php | PHP | app/Http/Controllers/ProjectStagesController.php | developermwangimuthui/canadaprojectmanagement | 9bb93c673777e248118447e0dc6582a3c87f6070 | [
"MIT"
] | null | null | null | app/Http/Controllers/ProjectStagesController.php | developermwangimuthui/canadaprojectmanagement | 9bb93c673777e248118447e0dc6582a3c87f6070 | [
"MIT"
] | null | null | null | app/Http/Controllers/ProjectStagesController.php | developermwangimuthui/canadaprojectmanagement | 9bb93c673777e248118447e0dc6582a3c87f6070 | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Controllers;
use App\Http\Controllers\Controller;
use App\Http\Requests\ProjectStageRequest;
use App\Http\Resources\ProjectStageResource;
use App\Models\ProjectStage;
use Illuminate\Http\Request;
Use Symfony\Component\HttpFoundation\Response;
class ProjectStagesController extends Controller
{... | 30.619048 | 77 | 0.642302 |
58112a0bd1ebfc6a3fb9983be53cd0aa17746dad | 7,767 | c | C | src/core/map.c | Astropilot/Bomberman | 25429d324d892a78a11e9ae098c5b3ab2f3a48ac | [
"MIT"
] | 2 | 2019-04-26T19:06:50.000Z | 2019-05-02T07:55:54.000Z | src/core/map.c | Astropilot/Bomberman | 25429d324d892a78a11e9ae098c5b3ab2f3a48ac | [
"MIT"
] | null | null | null | src/core/map.c | Astropilot/Bomberman | 25429d324d892a78a11e9ae098c5b3ab2f3a48ac | [
"MIT"
] | null | null | null | /*******************************************************************************
* PROJECT: Bomberman
*
* AUTHORS: Yohann Martin, Aziz Hamide, Gauthier Desplanque, William Weber
*
* DATE CREATED: 01/16/2019
*
* Copyright (c) 2019 Yohann MARTIN (@Astropilot). All rights reserved.
*
* Licensed under the MIT License. See ... | 30.821429 | 97 | 0.571134 |
f07c58fdf12a59fd4931149ca97b0f1cc648b6be | 400 | js | JavaScript | helpers/constants.js | grisha19961116/finalGroupProjectNode | 959ba195ec892eee0be2586050261aa4e7fe7866 | [
"MIT"
] | null | null | null | helpers/constants.js | grisha19961116/finalGroupProjectNode | 959ba195ec892eee0be2586050261aa4e7fe7866 | [
"MIT"
] | 1 | 2021-04-03T17:42:01.000Z | 2021-04-03T17:42:01.000Z | helpers/constants.js | grisha19961116/finalGroupProjectNode | 959ba195ec892eee0be2586050261aa4e7fe7866 | [
"MIT"
] | 5 | 2021-04-16T18:30:09.000Z | 2021-11-22T09:42:57.000Z | const HttpCode = {
OK: 200,
CREATED: 201,
NO_CONTENT: 204,
BAD_REQUEST: 400,
UNAUTHORIZED: 401,
FORBIDDEN: 403,
NOT_FOUND: 404,
CONFLICT: 409,
INTERNAL_SERVER_ERROR: 500,
}
const questionsAmount = 12
const JWT_ACCESS_EXPIRE_TIME = '1h'
const JWT_REFRESH_EXPIRE_TIME = '30d'
module.exports = {
Http... | 16.666667 | 37 | 0.73 |
dfd63e2a14e58e5899bbc9847defb06a78520716 | 1,438 | tsx | TypeScript | src/components/components/Content/Course/components/WorkingPanel/components/ThemeWorkingPanel/components/hoc/ResultTitleHOC.tsx | AdilBikeev/Study-Now-Site | 655b3cfac16e55d5fad2f65330c5f339bd0fbb06 | [
"MIT"
] | null | null | null | src/components/components/Content/Course/components/WorkingPanel/components/ThemeWorkingPanel/components/hoc/ResultTitleHOC.tsx | AdilBikeev/Study-Now-Site | 655b3cfac16e55d5fad2f65330c5f339bd0fbb06 | [
"MIT"
] | null | null | null | src/components/components/Content/Course/components/WorkingPanel/components/ThemeWorkingPanel/components/hoc/ResultTitleHOC.tsx | AdilBikeev/Study-Now-Site | 655b3cfac16e55d5fad2f65330c5f339bd0fbb06 | [
"MIT"
] | null | null | null | import React from "react";
import SentimentVerySatisfiedIcon from '@material-ui/icons/SentimentVerySatisfied';
import SentimentVeryDissatisfiedIcon from '@material-ui/icons/SentimentVeryDissatisfied';
import { yellow } from "@material-ui/core/colors";
import { Theme } from '@material-ui/core';
import { makeStyles, cre... | 29.958333 | 95 | 0.633519 |
1fc51be5529fe147271fd9b498d51f67696da202 | 165 | css | CSS | react/project/youtube-mini-clone/src/components/VideoList/VideoList.css | shin-eunji/TIL | 4e3400225f4720c8350e75b60843807bec1252cc | [
"MIT"
] | 5 | 2020-02-20T10:42:26.000Z | 2021-05-31T01:15:37.000Z | react/project/youtube-mini-clone/src/components/VideoList/VideoList.css | shin-eunji/TIL | 4e3400225f4720c8350e75b60843807bec1252cc | [
"MIT"
] | 128 | 2019-09-03T06:17:51.000Z | 2021-12-09T02:08:17.000Z | react/project/youtube-mini-clone/src/components/VideoList/VideoList.css | shin-eunji/TIL | 4e3400225f4720c8350e75b60843807bec1252cc | [
"MIT"
] | 13 | 2019-10-02T17:13:52.000Z | 2022-01-07T08:50:46.000Z | .list-item {
cursor: pointer;
margin: 2em 0 0;
display: flex;
align-items: flex-start;
}
.video-list-wrapper {
overflow: scroll;
padding-right: 30px;
}
| 13.75 | 26 | 0.654545 |
011e37fb3dcc07c7d78ac752bbcb211ea21fb61a | 2,889 | rs | Rust | src/mandelbrot.rs | bfops/hello-mandelbrot | 7739dbc6e089b349cb7c5430baea84a84d20514a | [
"MIT"
] | null | null | null | src/mandelbrot.rs | bfops/hello-mandelbrot | 7739dbc6e089b349cb7c5430baea84a84d20514a | [
"MIT"
] | null | null | null | src/mandelbrot.rs | bfops/hello-mandelbrot | 7739dbc6e089b349cb7c5430baea84a84d20514a | [
"MIT"
] | null | null | null | use main::{WINDOW_WIDTH, WINDOW_HEIGHT, RGB};
use opencl;
use opencl::hl::{Kernel};
use opencl::mem::CLBuffer;
use opencl_context::CL;
use std::borrow::Borrow;
pub struct Mandelbrot {
pub low_x: f64,
pub low_y: f64,
pub width: f64,
pub height: f64,
pub max_iter: u32,
pub radius: f64,
output_buffer: CLBu... | 26.504587 | 99 | 0.512634 |
21e9c6af0544a1ecc539f0949a0ad1cf7fd59080 | 349 | html | HTML | public/main.html | jrb467/Treedoc | 832cd001a2a942c23dca8bbb134a0ebfa48567a5 | [
"BSD-3-Clause"
] | null | null | null | public/main.html | jrb467/Treedoc | 832cd001a2a942c23dca8bbb134a0ebfa48567a5 | [
"BSD-3-Clause"
] | null | null | null | public/main.html | jrb467/Treedoc | 832cd001a2a942c23dca8bbb134a0ebfa48567a5 | [
"BSD-3-Clause"
] | null | null | null | <div ng-show='error'>
<h2 class='error'>{{error}}</h2>
</div>
<div ng-show='!error && !showingItem' class='item' ng-repeat='item in items track by $index' ng-click='clicked($index)'>
<h1>{{item.$name}}</h1>
<p ng-show='item.description'>{{item.description}}</p>
</div>
<div ng-show='!error && showingItem' ng... | 38.777778 | 120 | 0.627507 |
584be216483ac5e23f32c9b454ee533b0f151a7e | 485 | h | C | include/perf.h | OAID/CVGesture | 3ee930e58cb076c85fca341585a820896ebc718d | [
"OML"
] | 33 | 2017-10-14T02:43:26.000Z | 2021-07-29T11:02:11.000Z | include/perf.h | OAID/CVGesture | 3ee930e58cb076c85fca341585a820896ebc718d | [
"OML"
] | 3 | 2019-03-08T10:20:28.000Z | 2021-12-28T12:54:22.000Z | include/perf.h | OAID/CVGesture | 3ee930e58cb076c85fca341585a820896ebc718d | [
"OML"
] | 35 | 2017-10-19T09:36:13.000Z | 2021-05-16T18:05:07.000Z | #ifndef PERF_H__
#define PERF_H__
#include <sys/time.h>
#define USECS_COUNT 1000000
class perf
{
public:
perf();
void start();
void stop();
// pause to counte time
void pause();
// recovery to counte time
void recovery();
// get the timeinterval(us), from start to now,
// e... | 14.69697 | 52 | 0.630928 |
5f661d82cb6d8d540e9f29876dc5333fb60b2abc | 11,016 | ts | TypeScript | src/controllers/apisManagementController.ts | apimatic/apimatic-sdk-for-js | 345360d353c6c7cc4b5329d60779f3ad982e2b8c | [
"MIT"
] | null | null | null | src/controllers/apisManagementController.ts | apimatic/apimatic-sdk-for-js | 345360d353c6c7cc4b5329d60779f3ad982e2b8c | [
"MIT"
] | 1 | 2021-12-01T10:17:08.000Z | 2021-12-01T10:17:08.000Z | src/controllers/apisManagementController.ts | apimatic/apimatic-sdk-for-js | 345360d353c6c7cc4b5329d60779f3ad982e2b8c | [
"MIT"
] | null | null | null | /**
* Apimatic APILib
*
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { ApiResponse, FileWrapper, RequestOptions } from '../core';
import { Accept, acceptSchema } from '../models/accept';
import { Accept2, accept2Schema } from '../models/accept2';
import { ApiEntit... | 41.727273 | 119 | 0.673475 |
012e4ebe05f72abb145c93b9bde2e6652a82a0b5 | 10,251 | swift | Swift | Example/CloudServiceKitExample/ViewController.swift | underthestars-zhy/CloudServiceKit | 8ba11fee9a0adeae1e6a0132171f34a57147feb4 | [
"MIT"
] | null | null | null | Example/CloudServiceKitExample/ViewController.swift | underthestars-zhy/CloudServiceKit | 8ba11fee9a0adeae1e6a0132171f34a57147feb4 | [
"MIT"
] | null | null | null | Example/CloudServiceKitExample/ViewController.swift | underthestars-zhy/CloudServiceKit | 8ba11fee9a0adeae1e6a0132171f34a57147feb4 | [
"MIT"
] | null | null | null | //
// ViewController.swift
// CloudServiceKitExample
//
// Created by alexiscn on 2021/9/18.
//
import UIKit
import CloudServiceKit
import OAuthSwift
class ViewController: UIViewController {
enum Section {
case main
case saved
}
enum Item: Hashable {
case provider(CloudDri... | 43.436441 | 153 | 0.610867 |
c7fa50fe6fbc87d4931d0d42760364efa2051bba | 1,777 | java | Java | src/com/android/tv/perf/StartupMeasure.java | werktrieb/TV-App | 906d4098e8264baf527b072179273517c1209eb5 | [
"Apache-2.0"
] | 4 | 2020-03-30T20:36:22.000Z | 2021-06-01T09:19:40.000Z | src/com/android/tv/perf/StartupMeasure.java | werktrieb/TV-App | 906d4098e8264baf527b072179273517c1209eb5 | [
"Apache-2.0"
] | null | null | null | src/com/android/tv/perf/StartupMeasure.java | werktrieb/TV-App | 906d4098e8264baf527b072179273517c1209eb5 | [
"Apache-2.0"
] | 5 | 2020-03-30T20:36:23.000Z | 2021-04-06T19:38:51.000Z | /*
* Copyright (C) 2018 The Android 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 34.843137 | 97 | 0.725943 |
af5b1d99f21a818f0e02485b7d4a6ceb9b9d5b8c | 2,046 | rb | Ruby | work/sandbox/component.rb | kotp/facets | 06a57bb933dca7034703cf914ff2754c4d4c76e2 | [
"Ruby"
] | 1 | 2015-11-05T01:31:27.000Z | 2015-11-05T01:31:27.000Z | work/sandbox/component.rb | kotp/facets | 06a57bb933dca7034703cf914ff2754c4d4c76e2 | [
"Ruby"
] | null | null | null | work/sandbox/component.rb | kotp/facets | 06a57bb933dca7034703cf914ff2754c4d4c76e2 | [
"Ruby"
] | null | null | null | # = Component
#
# module Foo
# extend Component
#
# def self_x; "X::x"; end
#
# def x; "x"; end
# end
#
# class X
# include Foo
# end
#
# X.x #=> "X::x"
# X.new.x #=> "x"
#
module Component
def class_module
i = self
@class_module ||= Module.new do
include i
end
#... | 16.909091 | 59 | 0.585044 |
9bad1df964fec4c2839fc70873d72faaadfe5648 | 3,385 | js | JavaScript | src/tasklist.js | Abdona/ToDOList_Review | aae436c00e8e9e2ed3246ab3a59abe1f5956b643 | [
"MIT"
] | null | null | null | src/tasklist.js | Abdona/ToDOList_Review | aae436c00e8e9e2ed3246ab3a59abe1f5956b643 | [
"MIT"
] | 1 | 2021-07-19T13:10:26.000Z | 2021-07-19T13:10:26.000Z | src/tasklist.js | Abdona/ToDOList_Review | aae436c00e8e9e2ed3246ab3a59abe1f5956b643 | [
"MIT"
] | null | null | null | import MyImage from './images/3-vertical-dots.svg';
import { dragDrop } from './Drag_Drop';
// eslint-disable-next-line import/no-cycle
import { checkSelect } from './StatusUpdate';
// eslint-disable-next-line no-unused-vars
import { Task } from './Task';
// eslint-disable-next-line import/no-cycle
import { editContent... | 39.823529 | 116 | 0.691876 |
5801a2a8f1b35ac78a2626120f33260e7d72ef59 | 5,625 | h | C | sources/FEM/files0.h | stefanheldt2/ogs_kb1 | cab628d7966ae1a4523b79fe0595667e6c840966 | [
"BSD-4-Clause"
] | 3 | 2017-06-18T13:03:25.000Z | 2019-12-16T13:01:27.000Z | sources/FEM/files0.h | wolf-pf/ogs_kb1 | 97ace8bc8fb80b033b8a32f6ed4a20983caa241f | [
"BSD-4-Clause"
] | 14 | 2015-07-14T16:55:10.000Z | 2022-03-29T14:44:00.000Z | sources/FEM/files0.h | wolf-pf/ogs_kb1 | 97ace8bc8fb80b033b8a32f6ed4a20983caa241f | [
"BSD-4-Clause"
] | 3 | 2015-10-21T13:51:29.000Z | 2021-11-04T11:02:00.000Z | #ifndef strings_INC
#define strings_INC
#define FORMAT_DOUBLE
#define FPD_GESAMT 4
#define FPD_NACHKOMMA 14
/* Andere oeffentlich benutzte Module */
#include "Configure.h"
#include <cstdio>
#include <string>
//#include <fstream>
typedef int (*FctTestInt)( int*, FILE* );
typedef int (*FctTestLong)( long*, FILE* ... | 43.269231 | 102 | 0.694044 |
fb47fb4982e80414193cff25c5a1eee565ff253b | 1,118 | go | Go | src/first/ch3/string-to-slice-of-runes.go | kedarmhaswade/goprograms | 23c7376f9ce0d982e8162d939e0a7e83038617db | [
"MIT"
] | null | null | null | src/first/ch3/string-to-slice-of-runes.go | kedarmhaswade/goprograms | 23c7376f9ce0d982e8162d939e0a7e83038617db | [
"MIT"
] | null | null | null | src/first/ch3/string-to-slice-of-runes.go | kedarmhaswade/goprograms | 23c7376f9ce0d982e8162d939e0a7e83038617db | [
"MIT"
] | null | null | null | // how does the conversion by rune[] of string look?
package ch3
import (
"fmt"
"unicode/utf8"
)
func convert() {
s := "プログラム" // "program" in Japanese Katakana
fmt.Printf("% x\n", s) // space between % and x -- fmt tricks
// the above simply prints the bytes in the string!
// the bytes an be returned by a... | 29.421053 | 120 | 0.636852 |
26934ca04837181307625fedf16f1490d727d997 | 181 | java | Java | jd-commerce-api/jd-commerce-api-service/src/main/java/com/start/quick/service/CarouselService.java | quick-get-start/java-architect | 33f9cfeb11c8f04ae26e78203bc15506c2dd0e3e | [
"Apache-2.0"
] | null | null | null | jd-commerce-api/jd-commerce-api-service/src/main/java/com/start/quick/service/CarouselService.java | quick-get-start/java-architect | 33f9cfeb11c8f04ae26e78203bc15506c2dd0e3e | [
"Apache-2.0"
] | null | null | null | jd-commerce-api/jd-commerce-api-service/src/main/java/com/start/quick/service/CarouselService.java | quick-get-start/java-architect | 33f9cfeb11c8f04ae26e78203bc15506c2dd0e3e | [
"Apache-2.0"
] | null | null | null | package com.start.quick.service;
import com.start.quick.entity.Carousel;
import java.util.List;
public interface CarouselService {
List<Carousel> findAll(Integer isShow);
}
| 16.454545 | 43 | 0.773481 |
66648a76839de414a60153b6ae2461203a169a71 | 1,944 | lua | Lua | 3DreamEngine/loader/obj.lua | Luke100000/3DreamEngine | 77dd382b6bb890e174f9175870db636415b835fa | [
"MIT"
] | null | null | null | 3DreamEngine/loader/obj.lua | Luke100000/3DreamEngine | 77dd382b6bb890e174f9175870db636415b835fa | [
"MIT"
] | null | null | null | 3DreamEngine/loader/obj.lua | Luke100000/3DreamEngine | 77dd382b6bb890e174f9175870db636415b835fa | [
"MIT"
] | null | null | null | --[[
#obj - Wavefront OBJ file
--]]
return function(self, obj, path)
--store vertices, normals and texture coordinates
local vertices = { }
local normals = { }
local texture = { }
--initial mesh
local material = self:newMaterial()
local mesh = self:newMesh("object", material)
local meshID = "object"
obj.mes... | 28.588235 | 80 | 0.626029 |
59c945e7eeb6e3e0891754dd1911b4b5eca5fbc2 | 1,030 | kt | Kotlin | data/src/main/java/apps/ricasares/com/data/network/RedditApi.kt | ricasares/RedditApp | 494494cbe7cf78af578946e922812f56697a0250 | [
"Apache-2.0"
] | null | null | null | data/src/main/java/apps/ricasares/com/data/network/RedditApi.kt | ricasares/RedditApp | 494494cbe7cf78af578946e922812f56697a0250 | [
"Apache-2.0"
] | null | null | null | data/src/main/java/apps/ricasares/com/data/network/RedditApi.kt | ricasares/RedditApp | 494494cbe7cf78af578946e922812f56697a0250 | [
"Apache-2.0"
] | null | null | null | package network
import apps.ricasares.com.data.entity.RedditResponse
import io.reactivex.Single
import retrofit2.http.GET
import retrofit2.http.Path
import retrofit2.http.Query
/**
* Created by ricardo casarez on 11/17/17.
*/
interface RedditApi {
@GET("/r/{subreddit}/{listing}/.json")
fun getListings(@Path... | 35.517241 | 81 | 0.595146 |
271895516ea5bac5efdb904a300b6687669439c3 | 552 | css | CSS | src/styles/colors.css | omiaow/thoughts-storage-front-end | ebc352626289603b91d14ac36377e1876584b15a | [
"Apache-2.0"
] | null | null | null | src/styles/colors.css | omiaow/thoughts-storage-front-end | ebc352626289603b91d14ac36377e1876584b15a | [
"Apache-2.0"
] | null | null | null | src/styles/colors.css | omiaow/thoughts-storage-front-end | ebc352626289603b91d14ac36377e1876584b15a | [
"Apache-2.0"
] | null | null | null | [data-theme="light"] {
--background: #D0D3D4;
--font: #1f2933;
--button-color: #1f2933;
--button-hovered-color: #3E4C59;
--button-border: #1f2933;
--button-hovered-border: #3E4C59;
--button-font: #ffffff;
--button-hovered-font: #ffffff;
--loader: #1f2933;
}
[data-theme="dark"] {
--background: #1f29... | 23 | 35 | 0.632246 |
73b13c57fa55c6f141af26b38f157c33a08117b6 | 178 | sql | SQL | face-detection/postgres/tables/users.sql | aliraees1993/docker-configs | 9a58cb83fb08d2f1fd1dc3e6d4d0633bd25b8db6 | [
"MIT"
] | null | null | null | face-detection/postgres/tables/users.sql | aliraees1993/docker-configs | 9a58cb83fb08d2f1fd1dc3e6d4d0633bd25b8db6 | [
"MIT"
] | null | null | null | face-detection/postgres/tables/users.sql | aliraees1993/docker-configs | 9a58cb83fb08d2f1fd1dc3e6d4d0633bd25b8db6 | [
"MIT"
] | null | null | null | BEGIN TRANSACTION;
CREATE TABLE users(
id serial PRIMARY KEY,
name VARCHAR(100),
email text UNIQUE NOT NULL,
entries BIGINT DEFAULT 0,
joined TIMESTAMP NOT NULL
);
COMMIT; | 16.181818 | 28 | 0.758427 |
0cc3636c2c8cdfc0167b425c8f83724d3610d2e3 | 1,063 | py | Python | extract/tef/incident_reflected_power_test.py | PuffyPuffin/LO_user | c7cafc2045b027aad0098d034cbe2b70126c8379 | [
"MIT"
] | null | null | null | extract/tef/incident_reflected_power_test.py | PuffyPuffin/LO_user | c7cafc2045b027aad0098d034cbe2b70126c8379 | [
"MIT"
] | null | null | null | extract/tef/incident_reflected_power_test.py | PuffyPuffin/LO_user | c7cafc2045b027aad0098d034cbe2b70126c8379 | [
"MIT"
] | null | null | null | """
Test of the cancellation of terms in the calculation of
tidal energy flux.
This will follow Mofjeld's notation.
F is proportional to the energy flux of the original signal, and
FF is proportional to the sum of the energy fluxes of the incident and
reflected waves.
RESULT: The two net fluxes are only equal for ze... | 25.309524 | 78 | 0.659454 |
8cd15b81fbe6b71b8781a144b4984c85376eb914 | 282 | sql | SQL | openGaussBase/testcase/KEYWORDS/analyze/Opengauss_Function_Keyword_Analyze_Case0018.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/analyze/Opengauss_Function_Keyword_Analyze_Case0018.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/analyze/Opengauss_Function_Keyword_Analyze_Case0018.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint:opengauss关键字Analyze(保留),作为数据库名
--关键字不带引号-失败
create database Analyze;
--关键字带双引号-成功
create database "Analyze";
drop database if exists "Analyze";
--关键字带单引号-合理报错
create database 'Analyze';
--关键字带反引号-合理报错
drop database if exists `Analyze`;
create database `Analyze`;
| 17.625 | 45 | 0.758865 |
6b83b5a8db5232a51f4cf4f34fef59ddfb033e5d | 1,171 | h | C | libs2eplugins/src/s2e/Plugins/Lua/LuaS2EExecutionState.h | trusslab/mousse | eb6ac492b15e2ca416a3b23bd4c4d115ae83b606 | [
"MIT"
] | 7 | 2020-04-27T03:53:16.000Z | 2021-12-31T02:04:48.000Z | libs2eplugins/src/s2e/Plugins/Lua/LuaS2EExecutionState.h | trusslab/mousse | eb6ac492b15e2ca416a3b23bd4c4d115ae83b606 | [
"MIT"
] | null | null | null | libs2eplugins/src/s2e/Plugins/Lua/LuaS2EExecutionState.h | trusslab/mousse | eb6ac492b15e2ca416a3b23bd4c4d115ae83b606 | [
"MIT"
] | 1 | 2020-07-15T05:19:28.000Z | 2020-07-15T05:19:28.000Z | ///
/// Copyright (C) 2014-2016, Cyberhaven
/// All rights reserved.
///
/// Licensed under the Cyberhaven Research License Agreement.
///
#ifndef _LUA_S2E_EXECUTION_STATE_
#define _LUA_S2E_EXECUTION_STATE_
#include <s2e/S2EExecutionState.h>
#include "Lua.h"
#include "LuaS2EExecutionStateMemory.h"
#include "LuaS2EEx... | 23.897959 | 113 | 0.733561 |
04bc9bc9553ae3fcf2b0a3edd7964c83798e83f8 | 6,129 | html | HTML | Application/Admin/View/Order/delive.html | hbysdzl/myshop | d8b79a98d44909cf2f9ef72f5a5962a1a924fd9b | [
"BSD-2-Clause"
] | null | null | null | Application/Admin/View/Order/delive.html | hbysdzl/myshop | d8b79a98d44909cf2f9ef72f5a5962a1a924fd9b | [
"BSD-2-Clause"
] | null | null | null | Application/Admin/View/Order/delive.html | hbysdzl/myshop | d8b79a98d44909cf2f9ef72f5a5962a1a924fd9b | [
"BSD-2-Clause"
] | null | null | null | <layout name="Index/header_footer" />
<style type="text/css">
.main-div table {background: #BBDDE5;}
</style>
<div class="list-div">
<table width="100%" cellpadding="3" cellspacing="1">
<tbody>
<tr>
<th colspan="4">订单信息</th>
</tr>
... | 35.633721 | 112 | 0.406428 |
f76d2f8cea9fe59e456b6d433cea96d1c0286778 | 936 | h | C | System/Library/PrivateFrameworks/ContactsAutocomplete.framework/_CNAutocompleteObservableBuilderBatchingHelper.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 2 | 2021-11-02T09:23:27.000Z | 2022-03-28T08:21:57.000Z | System/Library/PrivateFrameworks/ContactsAutocomplete.framework/_CNAutocompleteObservableBuilderBatchingHelper.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | null | null | null | System/Library/PrivateFrameworks/ContactsAutocomplete.framework/_CNAutocompleteObservableBuilderBatchingHelper.h | lechium/iOS1351Headers | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | [
"MIT"
] | 1 | 2022-03-28T08:21:59.000Z | 2022-03-28T08:21:59.000Z | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:17:14 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/Contact... | 37.44 | 130 | 0.655983 |
7be02ca138d0ddde9562318332b20918e30b9115 | 7,201 | css | CSS | public/black/css/theme.css | riadh-benchouche/Portail | 6226b9536e82ed96b779da46129dd8ffa6b57bfd | [
"MIT"
] | null | null | null | public/black/css/theme.css | riadh-benchouche/Portail | 6226b9536e82ed96b779da46129dd8ffa6b57bfd | [
"MIT"
] | null | null | null | public/black/css/theme.css | riadh-benchouche/Portail | 6226b9536e82ed96b779da46129dd8ffa6b57bfd | [
"MIT"
] | null | null | null | .tim-row {
margin-bottom: 20px;
}
.tim-white-buttons {
background-color: #777777;
}
.typography-line {
padding-left: 25%;
margin-bottom: 35px;
position: relative;
display: block;
width: 100%;
}
.typography-line span {
bottom: 10px;
color: #c0c1c2;
display: block;
font-weight: 400;
font-size: ... | 21.495522 | 218 | 0.636856 |
5c6c9bf76a1531e06283b7bd69ed6db35b7c7f10 | 1,098 | css | CSS | src/components/editor/editor.css | jeric17/arv | 07c7d2737c3945d89146f573ecbd361a7c1200a4 | [
"MIT"
] | 25 | 2019-02-13T01:37:47.000Z | 2022-02-15T08:01:41.000Z | src/components/editor/editor.css | jeric17/arv | 07c7d2737c3945d89146f573ecbd361a7c1200a4 | [
"MIT"
] | 7 | 2019-03-13T05:36:18.000Z | 2022-02-26T02:00:46.000Z | src/components/editor/editor.css | jeric17/arv | 07c7d2737c3945d89146f573ecbd361a7c1200a4 | [
"MIT"
] | 3 | 2019-10-10T15:15:15.000Z | 2020-05-25T04:10:41.000Z | :host,
.root,
.editor {
display: block;
width: 100%;
height: 100%;
--icon-color: #333;
}
.root {
position: relative;
}
.editor {
overflow-y: scroll;
border-radius: var(--radius);
border: 1px solid #efefef;
padding: 1em;
outline: none;
box-sizing: border-box;
}
.headingList {
display: flex;
... | 13.898734 | 45 | 0.631148 |
fb27c6f3f4b4e8e3849bccfe1d2082222ad2ac1a | 660 | go | Go | cluster-manager/clusternodeclient.go | zl14917/MastersProject | e532b396e046db820091e9e9e52b6a092029f65f | [
"MIT"
] | null | null | null | cluster-manager/clusternodeclient.go | zl14917/MastersProject | e532b396e046db820091e9e9e52b6a092029f65f | [
"MIT"
] | null | null | null | cluster-manager/clusternodeclient.go | zl14917/MastersProject | e532b396e046db820091e9e9e52b6a092029f65f | [
"MIT"
] | null | null | null | package cluster_manager
import (
"github.com/zl14917/MastersProject/api/cluster-services"
"google.golang.org/grpc"
)
type ClusterNodeClient struct {
NetworkAddress string
*grpc.ClientConn
cluster_services.ClusterNodeClient
}
func NewClusterNodeClient(address string) (*ClusterNodeClient, error) {
conn, err := g... | 20 | 71 | 0.75 |
39765348efa580c81fa43e433a89c7274fc1491d | 256 | html | HTML | l2j_datapack/dist/game/data/scripts/ai/npc/Alarm/32367-184_10.html | RollingSoftware/L2J_HighFive_Hardcore | a3c794c82c32b5afca49416119b4aafa8fb9b6d4 | [
"MIT"
] | null | null | null | l2j_datapack/dist/game/data/scripts/ai/npc/Alarm/32367-184_10.html | RollingSoftware/L2J_HighFive_Hardcore | a3c794c82c32b5afca49416119b4aafa8fb9b6d4 | [
"MIT"
] | 38 | 2018-02-06T17:11:29.000Z | 2018-06-05T20:47:59.000Z | l2j_datapack/dist/game/data/scripts/ai/npc/Alarm/32367-184_10.html | RollingSoftware/L2J_HighFive_Hardcore | a3c794c82c32b5afca49416119b4aafa8fb9b6d4 | [
"MIT"
] | null | null | null | <html><body>Alarm System:<br>
########################<br>
Enter the passcode for communication.<br>
Passcode : ****<br>
########################<br>
Validation has failed. <br>
<br>
<a action="bypass -h Quest Alarm 2">Re-enter passcode.</a>
</body></html> | 28.444444 | 58 | 0.550781 |
5c89c779369bc65e5ca9e88f5b6df99711a767fa | 385 | c | C | tests/other/id_prefix.c | Omcsesz/json_schema_to_c | f3f01740edb016cbde8f53d9c61e55f846771981 | [
"MIT"
] | 2 | 2021-08-31T19:33:25.000Z | 2021-11-13T19:22:21.000Z | tests/other/id_prefix.c | Omcsesz/json_schema_to_c | f3f01740edb016cbde8f53d9c61e55f846771981 | [
"MIT"
] | 48 | 2020-04-28T09:46:58.000Z | 2021-08-18T22:30:52.000Z | tests/other/id_prefix.c | Omcsesz/json_schema_to_c | f3f01740edb016cbde8f53d9c61e55f846771981 | [
"MIT"
] | 2 | 2020-08-12T07:50:58.000Z | 2021-08-17T12:00:10.000Z | #include "id_prefix.parser.h"
#include <stdio.h>
#include <assert.h>
int main(int argc, char** argv){
(void)argc;
(void)argv;
/* We are mainly interested in the type name and the parse functio name.*/
AnInteresting_schema1d_t the_object = {};
assert(!json_parse_AnInteresting_schema1d("{\"a\": 1}... | 22.647059 | 78 | 0.65974 |
f0430cff558b5fef1d911f57ac7078cdb43ce8f8 | 5,307 | js | JavaScript | src/auth/facebookHandler.js | QScore/qscore-serverless | c0ea737611793860fc5248c97f126cc384bd5dcd | [
"Unlicense"
] | null | null | null | src/auth/facebookHandler.js | QScore/qscore-serverless | c0ea737611793860fc5248c97f126cc384bd5dcd | [
"Unlicense"
] | null | null | null | src/auth/facebookHandler.js | QScore/qscore-serverless | c0ea737611793860fc5248c97f126cc384bd5dcd | [
"Unlicense"
] | null | null | null | import https from 'https'
import querystring from 'querystring'
import CognitoIdentityServiceProvider from 'aws-sdk/clients/cognitoidentityserviceprovider'
const region = process.env.AWS_REGION
const userPoolId = process.env.COGNITO_USER_POOL_ID
const cognito = new CognitoIdentityServiceProvider({
region: region
}... | 30.153409 | 121 | 0.552666 |
d2cc1ae13c833a61738885532575d7e6eff40582 | 1,153 | php | PHP | application/views/includes/vue_templates.php | PBGyawali/hamro-store | 28db1fdf19ba606a27b8abb1129370f8df477f60 | [
"MIT"
] | null | null | null | application/views/includes/vue_templates.php | PBGyawali/hamro-store | 28db1fdf19ba606a27b8abb1129370f8df477f60 | [
"MIT"
] | null | null | null | application/views/includes/vue_templates.php | PBGyawali/hamro-store | 28db1fdf19ba606a27b8abb1129370f8df477f60 | [
"MIT"
] | null | null | null |
<!--modal of register, forgot password, enter code, reset password-->
<template id="rg-fp-modal">
<transition
enter-active-class="animated fadeInLeft"
leave-active-class="animated rollOut"><div class="modal d-md-block mt-5" tabindex="-1" role="dialog">
<div class="modal-dialog dialog-lg" role="... | 33.911765 | 105 | 0.621856 |
3eee82740c1b123bc1cef73ee66414658a286b93 | 13,269 | kt | Kotlin | src/main/kotlin/at/syntaxerror/json5/JSONParser.kt | adamko-dev/json5-kotlin | 68f910241b8b5a913c9a909da86451ccdfde2dee | [
"MIT"
] | 1 | 2021-12-19T23:28:00.000Z | 2021-12-19T23:28:00.000Z | src/main/kotlin/at/syntaxerror/json5/JSONParser.kt | adamko-dev/json5-kotlin | 68f910241b8b5a913c9a909da86451ccdfde2dee | [
"MIT"
] | 2 | 2021-12-20T08:42:31.000Z | 2022-01-11T08:27:52.000Z | src/main/kotlin/at/syntaxerror/json5/JSONParser.kt | adamko-dev/json5-kotlin | 68f910241b8b5a913c9a909da86451ccdfde2dee | [
"MIT"
] | null | null | null | /*
* MIT License
*
* Copyright (c) 2021 SyntaxError404
*
* 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, including without limitation the rights
* to use, copy, m... | 28.971616 | 123 | 0.543296 |
81d43dc50cb1e413a11e43be25d7625930a64a4e | 5,616 | html | HTML | exercicios/alinetattoo/index.html | jarbassouza/html-css | d104e1544c224f1c1524497777287cc2ac60c31b | [
"MIT"
] | null | null | null | exercicios/alinetattoo/index.html | jarbassouza/html-css | d104e1544c224f1c1524497777287cc2ac60c31b | [
"MIT"
] | null | null | null | exercicios/alinetattoo/index.html | jarbassouza/html-css | d104e1544c224f1c1524497777287cc2ac60c31b | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aline Tattoo Studio</title>
<link rel="shortcut icon" href="imagens/favicon.ico" type="image/x-icon" />
... | 28.221106 | 285 | 0.593127 |
9fc7127cc24eff1ca31d6acf45d80c67d2cd652d | 9,078 | lua | Lua | filehandler.lua | okhowang/wireshark-emmylua | ea2a2e2175a8a0c9f7f47d32c7306c9d19eed304 | [
"MIT"
] | 1 | 2021-11-02T09:21:51.000Z | 2021-11-02T09:21:51.000Z | filehandler.lua | okhowang/wireshark-emmylua | ea2a2e2175a8a0c9f7f47d32c7306c9d19eed304 | [
"MIT"
] | null | null | null | filehandler.lua | okhowang/wireshark-emmylua | ea2a2e2175a8a0c9f7f47d32c7306c9d19eed304 | [
"MIT"
] | null | null | null | ---@class FileHandler
---A FileHandler object, created by a call to FileHandler.new(arg1, arg2, …). The FileHandler object lets you create a file-format reader, or writer, or both, by setting your own read_open/read or write_open/write functions.
---
---Since: 1.11.3
---@field read_open function Mode: Assign only. The... | 201.733333 | 858 | 0.794668 |
4ef6c1cc8fe7e1ad66f5b16d8df5e027f92b8655 | 1,203 | sql | SQL | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/current/5.0/tables/KC_TBL_IACUC_PROTOCOL_SUBMISSION.sql | smith750/kc | e411ed1a4f538a600e04f964a2ba347f5695837e | [
"ECL-2.0"
] | null | null | null | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/current/5.0/tables/KC_TBL_IACUC_PROTOCOL_SUBMISSION.sql | smith750/kc | e411ed1a4f538a600e04f964a2ba347f5695837e | [
"ECL-2.0"
] | null | null | null | coeus-db/coeus-db-sql/src/main/resources/org/kuali/coeus/coeus-sql/current/5.0/tables/KC_TBL_IACUC_PROTOCOL_SUBMISSION.sql | smith750/kc | e411ed1a4f538a600e04f964a2ba347f5695837e | [
"ECL-2.0"
] | null | null | null | CREATE TABLE IACUC_PROTOCOL_SUBMISSION (
IACUC_PROTOCOL_SUBMISSION_ID NUMBER(12,0) NOT NULL,
PROTOCOL_NUMBER VARCHAR2(20) NOT NULL,
SEQUENCE_NUMBER NUMBER(4,0) NOT NULL,
VERSION_NUMBER NUMBER(4,0),
SUBMISSION_NUMBER NUMBER(4,0) NOT NULL,
SCHEDULE_ID VARCHAR2(10),
COMMITTEE_ID VARCHAR2(15),
... | 34.371429 | 55 | 0.748961 |
d2527c44302db5d57f2980c3ec013038898e526a | 1,730 | php | PHP | views/compras/_form.php | guillez/escuela | d12a923968d6d161f4a0c2a5fa61a7ec36d04528 | [
"BSD-3-Clause"
] | null | null | null | views/compras/_form.php | guillez/escuela | d12a923968d6d161f4a0c2a5fa61a7ec36d04528 | [
"BSD-3-Clause"
] | null | null | null | views/compras/_form.php | guillez/escuela | d12a923968d6d161f4a0c2a5fa61a7ec36d04528 | [
"BSD-3-Clause"
] | null | null | null | <?php
use yii\helpers\Html;
use yii\helpers\ArrayHelper;
use yii\widgets\ActiveForm;
use app\models\Proveedores;
use yii\jui\DatePicker;
/* @var $this yii\web\View */
/* @var $model app\models\Compras */
/* @var $form yii\widgets\ActiveForm */
?>
<div class="compras-form">
<?php $form = ActiveForm::begin(); ?>
... | 26.615385 | 150 | 0.569942 |
404a44c6c553040fb2341d0d30e0c24af6a57839 | 3,344 | py | Python | devil/devil/utils/reset_usb.py | tingshao/catapult | a8fe19e0c492472a8ed5710be9077e24cc517c5c | [
"BSD-3-Clause"
] | 138 | 2020-12-09T07:08:43.000Z | 2022-03-30T22:32:09.000Z | devil/devil/utils/reset_usb.py | tingshao/catapult | a8fe19e0c492472a8ed5710be9077e24cc517c5c | [
"BSD-3-Clause"
] | 20 | 2020-04-08T13:50:39.000Z | 2022-03-31T01:01:54.000Z | devil/devil/utils/reset_usb.py | tingshao/catapult | a8fe19e0c492472a8ed5710be9077e24cc517c5c | [
"BSD-3-Clause"
] | 43 | 2020-12-11T09:43:14.000Z | 2022-03-08T12:56:30.000Z | #!/usr/bin/env python
# Copyright 2015 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.
import sys
if sys.platform == 'win32':
raise ImportError('devil.utils.reset_usb only supported on unix systems.')
import argparse
im... | 29.078261 | 76 | 0.651316 |
40a911e135a96c2e48eec35fcfeabe73d915e8fe | 78,217 | html | HTML | docs/docsets/RbSwift.docset/Contents/Resources/Documents/Classes/Dir.html | liamnichols/RbSwift | 522a1211258379df045cfdac1486c9bed2ee78bd | [
"MIT"
] | 312 | 2017-03-30T15:48:25.000Z | 2018-11-11T03:40:15.000Z | docs/docsets/RbSwift.docset/Contents/Resources/Documents/Classes/Dir.html | liamnichols/RbSwift | 522a1211258379df045cfdac1486c9bed2ee78bd | [
"MIT"
] | 3 | 2018-12-26T16:33:56.000Z | 2019-06-08T22:53:19.000Z | docs/docsets/RbSwift.docset/Contents/Resources/Documents/Classes/Dir.html | liamnichols/RbSwift | 522a1211258379df045cfdac1486c9bed2ee78bd | [
"MIT"
] | 23 | 2017-05-14T06:31:42.000Z | 2018-09-06T06:38:07.000Z | <!DOCTYPE html>
<html lang="en">
<head>
<title>Dir Class Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<script sr... | 48.311921 | 754 | 0.398072 |
2924b655490b9096315552522b6d93e5392cd480 | 976 | py | Python | pypagai/experiments/core.py | gcouti/pypagAI | d08fac95361dcc036d890a88cb86ce090322a612 | [
"Apache-2.0"
] | 1 | 2018-07-24T18:53:26.000Z | 2018-07-24T18:53:26.000Z | pypagai/experiments/core.py | gcouti/pypagAI | d08fac95361dcc036d890a88cb86ce090322a612 | [
"Apache-2.0"
] | 7 | 2020-01-28T21:45:14.000Z | 2022-03-11T23:20:53.000Z | pypagai/experiments/core.py | gcouti/pypagAI | d08fac95361dcc036d890a88cb86ce090322a612 | [
"Apache-2.0"
] | null | null | null | # aux pkg imports
import pandas as pd
# scikit imports
from pypagai.experiments.evaluation import make_result_frame
from sklearn.cross_validation import train_test_split
from sklearn.utils import safe_indexing
from sklearn.model_selection import KFold, StratifiedKFold, RepeatedStratifiedKFold, TimeSeriesSplit
# sacre... | 19.918367 | 100 | 0.710041 |
e21bab548ebefbb6012daedf3ebdfcb24f4437d7 | 3,443 | swift | Swift | FellowBloggerV2/Controllers/SearchViewController.swift | AaronCab/FellowBloggerV2 | ad6ed7cb7ff4fcddba45ac030d5b83dca35b7038 | [
"MIT"
] | 1 | 2019-05-29T21:12:24.000Z | 2019-05-29T21:12:24.000Z | FellowBloggerV2/Controllers/SearchViewController.swift | AaronCab/FellowBloggerV2 | ad6ed7cb7ff4fcddba45ac030d5b83dca35b7038 | [
"MIT"
] | null | null | null | FellowBloggerV2/Controllers/SearchViewController.swift | AaronCab/FellowBloggerV2 | ad6ed7cb7ff4fcddba45ac030d5b83dca35b7038 | [
"MIT"
] | null | null | null | //
// SearchViewController.swift
// FellowBloggerV2
//
// Created by Aaron Cabreja on 3/20/19.
// Copyright © 2019 Pursuit. All rights reserved.
//
import UIKit
import Kingfisher
import Firebase
class SearchViewController: UIViewController {
@IBOutlet weak var userTableView: UITableView!
@IBOutlet we... | 38.255556 | 292 | 0.643625 |
e8d217405b251431417604627895b89587d826ed | 11,794 | asm | Assembly | Source/Apps/Timer.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | 1 | 2021-11-10T12:31:51.000Z | 2021-11-10T12:31:51.000Z | Source/Apps/Timer.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | 1 | 2018-08-03T10:46:18.000Z | 2018-08-03T10:46:18.000Z | Source/Apps/Timer.asm | vipoo/RomWBW | e463959fee431da2de3da962bd70cb0c556ffaed | [
"DOC",
"MIT"
] | null | null | null | ;===============================================================================
; TIMER - Display system timer value
;
;===============================================================================
;
; Author: Wayne Warthen (wwarthen@gmail.com)
;________________________________________________________________... | 23.216535 | 81 | 0.608445 |
81cee25e6c6b01ee99800a210b1f553fceb75e5b | 2,532 | html | HTML | Class/Form.html | RogerRandomDev/WebTest | bb8537b1354417b833ec6c5f5e558da8bf64e9ec | [
"MIT"
] | null | null | null | Class/Form.html | RogerRandomDev/WebTest | bb8537b1354417b833ec6c5f5e558da8bf64e9ec | [
"MIT"
] | null | null | null | Class/Form.html | RogerRandomDev/WebTest | bb8537b1354417b833ec6c5f5e558da8bf64e9ec | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Author" content="Roger T. Grange">
<meta name="description"
content="Form">
<meta property="og:image" content="">
<meta property="og:title" content="">
<meta property="og:description" content="">
<st... | 41.508197 | 173 | 0.522117 |
9d0c47c7e88854da384552f066ce90166e3fa77d | 970 | kt | Kotlin | src/lib/kotlin/slatekit-utils/src/main/kotlin/slatekit/utils/smartvalues/SmartMetadata.kt | slatekit/slatek | f8ae048bc7d19704a2558e1d02374e98782e7b47 | [
"Apache-2.0"
] | 105 | 2016-10-06T08:56:10.000Z | 2020-12-30T01:33:27.000Z | src/lib/kotlin/slatekit-utils/src/main/kotlin/slatekit/utils/smartvalues/SmartMetadata.kt | slatekit/slatek | f8ae048bc7d19704a2558e1d02374e98782e7b47 | [
"Apache-2.0"
] | 70 | 2017-08-18T14:51:07.000Z | 2021-01-12T05:25:20.000Z | src/lib/kotlin/slatekit-utils/src/main/kotlin/slatekit/utils/smartvalues/SmartMetadata.kt | slatekit/slatek | f8ae048bc7d19704a2558e1d02374e98782e7b47 | [
"Apache-2.0"
] | 11 | 2016-11-21T07:20:13.000Z | 2020-01-10T16:56:19.000Z | package slatekit.utils.smartvalues
/**
* @param name : Name for the smart string e.g. "PhoneUS"
* @param desc : Description of the smart string e.g. "United States Phone number format"
* @param required : Description of the smart string e.g. "United States Phone number format"
* @param minLength : Mini... | 37.307692 | 94 | 0.662887 |
d9e36f59ae1cb4330409c2bd19837d2013ac8458 | 13,462 | rs | Rust | src/schema/term.rs | StyMaar/tantivy | 458ed29a31d4a8929193ba4f41b83cd69eaac5f9 | [
"MIT"
] | 1 | 2020-09-02T17:49:27.000Z | 2020-09-02T17:49:27.000Z | src/schema/term.rs | StyMaar/tantivy | 458ed29a31d4a8929193ba4f41b83cd69eaac5f9 | [
"MIT"
] | null | null | null | src/schema/term.rs | StyMaar/tantivy | 458ed29a31d4a8929193ba4f41b83cd69eaac5f9 | [
"MIT"
] | 1 | 2022-03-31T01:21:13.000Z | 2022-03-31T01:21:13.000Z | use std::convert::TryInto;
use std::hash::{Hash, Hasher};
use std::{fmt, str};
use super::Field;
use crate::fastfield::FastValue;
use crate::schema::{Facet, Type};
use crate::DateTime;
/// Size (in bytes) of the buffer of a fast value (u64, i64, f64, or date) term.
/// <field> + <type byte> + <value len>
///
/// - <f... | 30.526077 | 96 | 0.581414 |
40ba28b5c14d871f05695843c26809af6ff3d471 | 29,652 | py | Python | pyp.py | hauntsaninja/pyp | 6e82bd90f1a39f0431f8b1cc059e91b61e2e9986 | [
"MIT"
] | 1,194 | 2020-05-04T23:39:37.000Z | 2022-03-31T14:16:52.000Z | pyp.py | hauntsaninja/pyp | 6e82bd90f1a39f0431f8b1cc059e91b61e2e9986 | [
"MIT"
] | 25 | 2020-05-09T21:52:26.000Z | 2022-03-06T23:36:51.000Z | pyp.py | hauntsaninja/pyp | 6e82bd90f1a39f0431f8b1cc059e91b61e2e9986 | [
"MIT"
] | 35 | 2020-05-09T20:48:50.000Z | 2021-12-14T07:07:20.000Z | #!/usr/bin/env python3
import argparse
import ast
import importlib
import inspect
import itertools
import os
import sys
import textwrap
import traceback
from collections import defaultdict
from typing import Any, Dict, Iterator, List, Optional, Set, Tuple, cast
__all__ = ["pypprint"]
__version__ = "0.3.4"
def pyppri... | 40.563611 | 100 | 0.608121 |
869dedddac43ac7db8ac54b1891e8c86e9bc6b16 | 141 | sql | SQL | sql/_07_misc/_01_statistics/cases/1010.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 9 | 2016-03-24T09:51:52.000Z | 2022-03-23T10:49:47.000Z | sql/_07_misc/_01_statistics/cases/1010.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 173 | 2016-04-13T01:16:54.000Z | 2022-03-16T07:50:58.000Z | sql/_07_misc/_01_statistics/cases/1010.sql | Zhaojia2019/cubrid-testcases | 475a828e4d7cf74aaf2611fcf791a6028ddd107d | [
"BSD-3-Clause"
] | 38 | 2016-03-24T17:10:31.000Z | 2021-10-30T22:55:45.000Z | --[er]Optimizing class that don't exist using "update statistics" with "all" and "except" key
UPDATE STATISTICS ON ALL DCL1 (EXCEPT DCL2);
| 35.25 | 94 | 0.744681 |
7d667a712dc062ad73d1619437f479a8c273df98 | 54 | html | HTML | index.html | Pascaldel/web | 8f1baa6359a6d661b8a5124811048fb5ed2ccf5a | [
"MIT"
] | null | null | null | index.html | Pascaldel/web | 8f1baa6359a6d661b8a5124811048fb5ed2ccf5a | [
"MIT"
] | null | null | null | index.html | Pascaldel/web | 8f1baa6359a6d661b8a5124811048fb5ed2ccf5a | [
"MIT"
] | null | null | null | <!DOCTYPE html>
<html lang="en" >
Coming soon
</html>
| 54 | 54 | 0.648148 |
e85d256e89cc882b2f6b5d1059df706359173943 | 94 | sql | SQL | sql/dbTables.sql | XarisA/Code-Snippets | 9fab7575b5a94682dfd9ce1e80a5034001f2c3a7 | [
"MIT"
] | null | null | null | sql/dbTables.sql | XarisA/Code-Snippets | 9fab7575b5a94682dfd9ce1e80a5034001f2c3a7 | [
"MIT"
] | null | null | null | sql/dbTables.sql | XarisA/Code-Snippets | 9fab7575b5a94682dfd9ce1e80a5034001f2c3a7 | [
"MIT"
] | null | null | null | SELECT top 100 * FROM INFORMATION_SCHEMA.TABLES
where substring(TABLE_NAME,1,6)='f6103b'
| 23.5 | 49 | 0.765957 |
359bb81a60834ae269097964df5e5c18d520c0c8 | 399 | sql | SQL | airbyte-integrations/bases/base-normalization/dbt-project-template/macros/cross_db_utils/datatypes.sql | rajatariya21/airbyte | 11e70a7a96e2682b479afbe6f709b9a5fe9c4a8d | [
"MIT"
] | 3 | 2021-09-10T13:29:51.000Z | 2021-11-17T10:44:43.000Z | airbyte-integrations/bases/base-normalization/dbt-project-template/macros/cross_db_utils/datatypes.sql | rajatariya21/airbyte | 11e70a7a96e2682b479afbe6f709b9a5fe9c4a8d | [
"MIT"
] | 4 | 2021-09-01T00:33:50.000Z | 2022-02-27T16:13:46.000Z | airbyte-integrations/bases/base-normalization/dbt-project-template/macros/cross_db_utils/datatypes.sql | rajatariya21/airbyte | 11e70a7a96e2682b479afbe6f709b9a5fe9c4a8d | [
"MIT"
] | 1 | 2021-07-02T15:08:53.000Z | 2021-07-02T15:08:53.000Z | {# json ------------------------------------------------- #}
{%- macro type_json() -%}
{{ adapter.dispatch('type_json')() }}
{%- endmacro -%}
{% macro default__type_json() %}
string
{% endmacro %}
{%- macro redshift__type_json() -%}
varchar
{%- endmacro -%}
{% macro postgres__type_json() %}
jsonb... | 18.136364 | 65 | 0.508772 |
175a6c68a9e731e76f7c66ad5dfd3bafd39427dc | 1,422 | htm | HTML | pa1-skeleton/pa1-data/8/www.stanford.edu_dept_legal_Worddocs_UMcourtdoc.htm | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | pa1-skeleton/pa1-data/8/www.stanford.edu_dept_legal_Worddocs_UMcourtdoc.htm | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | pa1-skeleton/pa1-data/8/www.stanford.edu_dept_legal_Worddocs_UMcourtdoc.htm | yzhong94/cs276-spring-2019 | a4780a9f88b8c535146040fe11bb513c91c5693b | [
"MIT"
] | null | null | null | office of the general counsel about the office stanford legal facts frequently asked questions hospitals legal information stanford links external legal resources recent legal developments u michigan court documents university of michigan law school brief grutter v bollinger 02 241 posted 2 20 03 university of michigan... | 711 | 1,421 | 0.851617 |
609eacc257099b1c3b29539920ee283b06709827 | 937 | kt | Kotlin | Section 6/helper-files-v2/kotlin files/MainActivity.kt | PacktPublishing/-Hands-On-Android-Animations | 66be15de2b9d6c411e28bf59039bc0f4c4555e84 | [
"MIT"
] | 8 | 2019-05-16T09:32:47.000Z | 2021-11-08T13:10:44.000Z | Section 6/helper-files-v2/kotlin files/MainActivity.kt | PacktPublishing/-Hands-On-Android-Animations | 66be15de2b9d6c411e28bf59039bc0f4c4555e84 | [
"MIT"
] | null | null | null | Section 6/helper-files-v2/kotlin files/MainActivity.kt | PacktPublishing/-Hands-On-Android-Animations | 66be15de2b9d6c411e28bf59039bc0f4c4555e84 | [
"MIT"
] | 4 | 2019-05-16T09:32:52.000Z | 2022-03-02T20:32:09.000Z | package learn.animation.com.recyclerviewanimation
import android.os.Bundle
import android.support.v7.app.AppCompatActivity
import android.support.v7.widget.DefaultItemAnimator
import android.support.v7.widget.LinearLayoutManager
import androidx.recyclerview.widget.DefaultItemAnimator
import androidx.recyclerview.widge... | 27.558824 | 59 | 0.827108 |
1214f15e454479c4ecfe5dc45da358e48e6ec389 | 3,107 | kt | Kotlin | app/src/main/java/com/example/myapplication/MainActivity.kt | FIftekhar/SimpleToDo | 880296ffbb8848da6fd2781e6820d64741c83caf | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/myapplication/MainActivity.kt | FIftekhar/SimpleToDo | 880296ffbb8848da6fd2781e6820d64741c83caf | [
"Apache-2.0"
] | 1 | 2022-01-03T11:59:25.000Z | 2022-01-03T11:59:25.000Z | app/src/main/java/com/example/myapplication/MainActivity.kt | FIftekhar/SimpleToDo | 880296ffbb8848da6fd2781e6820d64741c83caf | [
"Apache-2.0"
] | null | null | null | package com.example.myapplication
import androidx.appcompat.app.AppCompatActivity
import android.os.Bundle
import org.apache.commons.io.FileUtils
import android.util.Log
import android.widget.Button
import android.widget.EditText
import androidx.recyclerview.widget.LinearLayoutManager
import androidx.recyclerview.widg... | 29.875 | 86 | 0.65272 |
9ad0c7bd1ce4b37c931ee8aa70510016c20fa065 | 8,777 | swift | Swift | WZIM/Classes/ToolBbar/WZIMChatRecordView.swift | WZLYiOS/WZIM | 4c6c93f42e7ae73b527434f7dffc3d951cacb48a | [
"MIT"
] | 2 | 2021-06-25T05:10:32.000Z | 2021-06-25T18:21:19.000Z | WZIM/Classes/ToolBbar/WZIMChatRecordView.swift | WZLYiOS/WZIM | 4c6c93f42e7ae73b527434f7dffc3d951cacb48a | [
"MIT"
] | null | null | null | WZIM/Classes/ToolBbar/WZIMChatRecordView.swift | WZLYiOS/WZIM | 4c6c93f42e7ae73b527434f7dffc3d951cacb48a | [
"MIT"
] | null | null | null | //
// WZIMChatRecordView.swift
// WZLY
//
// Created by qiuqixiang on 2020/8/28.
// Copyright © 2020 我主良缘. All rights reserved.
//
import UIKit
import SnapKit
// MARK - 录音监听弹窗
public class WZIMChatRecordView: UIView {
/// 代理
public weak var delegate: WZIMChatRecordViewDelegate?
/// 最大时限
publ... | 30.796491 | 134 | 0.5601 |
f0351c577a324e005d0a9c1acdf54fc0b4f28867 | 2,003 | py | Python | bin/varipack.py | angrydill/ItsyBitser | bf9689136748bef3d022aa7529b4529e610abbf7 | [
"MIT"
] | null | null | null | bin/varipack.py | angrydill/ItsyBitser | bf9689136748bef3d022aa7529b4529e610abbf7 | [
"MIT"
] | 1 | 2021-04-26T15:31:50.000Z | 2021-04-26T15:31:50.000Z | bin/varipack.py | angrydill/ItsyBitser | bf9689136748bef3d022aa7529b4529e610abbf7 | [
"MIT"
] | null | null | null | #!/usr/bin/env python3
""" Packs/unpacks Hextream content to/from the Varipacker format """
import sys
import argparse
from itsybitser import hextream, varipacker
def main():
""" Program entry point """
parser = argparse.ArgumentParser(
description="Packs/unpacks Hextream content to/from the Varipack... | 41.729167 | 95 | 0.642536 |
65185342728b8ea46c26ce2b78a8072737b087c9 | 2,102 | py | Python | example/py/CHSHInequality/chsh_inequality.py | samn33/qlazy | b215febfec0a3b8192e57a20ec85f14576745a89 | [
"Apache-2.0"
] | 15 | 2019-04-09T13:02:58.000Z | 2022-01-13T12:57:08.000Z | example/py/CHSHInequality/chsh_inequality.py | samn33/qlazy | b215febfec0a3b8192e57a20ec85f14576745a89 | [
"Apache-2.0"
] | 3 | 2020-02-26T16:21:18.000Z | 2022-03-31T00:46:53.000Z | example/py/CHSHInequality/chsh_inequality.py | samn33/qlazy | b215febfec0a3b8192e57a20ec85f14576745a89 | [
"Apache-2.0"
] | 3 | 2021-01-28T05:38:55.000Z | 2021-10-30T12:19:19.000Z | import random
from qlazy import QState
def classical_strategy(trials=1000):
win_cnt = 0
for _ in range(trials):
# random bits by Charlie (x,y)
x = random.randint(0,1)
y = random.randint(0,1)
# response by Alice (a)
a = 0
# response by Bob (b)
b = 0
... | 25.634146 | 77 | 0.450523 |
07f0af8ca772bd39200c40adcbc93e82c30e6381 | 1,949 | c | C | engine/color.c | Akalu/phy-engine | 6dfc7467675b7de6607cf05cd06923479811ad93 | [
"MIT"
] | 1 | 2021-07-19T04:37:24.000Z | 2021-07-19T04:37:24.000Z | engine/color.c | akalu/phy-engine | 6dfc7467675b7de6607cf05cd06923479811ad93 | [
"MIT"
] | null | null | null | engine/color.c | akalu/phy-engine | 6dfc7467675b7de6607cf05cd06923479811ad93 | [
"MIT"
] | null | null | null |
#include <stdio.h>
#include <math.h>
#include "vector.h"
#include "color.h"
#include "cie.h"
#include "extmath.h"
#include "tonemapping.h"
#include "render.h"
RGB NullRGB = {0.0, 0.0, 0.0},
Black = {0.0, 0.0, 0.0},
Red = {1.0, 0.0, 0.0},
Yellow = {1.0, 1.0, 0.0},
Green ... | 17.247788 | 54 | 0.584402 |
d271372118f7ed00b7fe6242cb25284577aa09ad | 483 | php | PHP | src/Geometry/Extents/BoundingBoxOnly/Extent1662.php | dvdoug/PHPCoord | a64be84d5f6410287bad74de423aae4c43a6f315 | [
"MIT"
] | 81 | 2015-03-17T13:03:51.000Z | 2021-12-10T19:59:58.000Z | src/Geometry/Extents/BoundingBoxOnly/Extent1662.php | dvdoug/PHPCoord | a64be84d5f6410287bad74de423aae4c43a6f315 | [
"MIT"
] | 29 | 2015-10-21T10:35:23.000Z | 2022-01-29T19:21:04.000Z | src/Geometry/Extents/BoundingBoxOnly/Extent1662.php | dvdoug/PHPCoord | a64be84d5f6410287bad74de423aae4c43a6f315 | [
"MIT"
] | 13 | 2015-12-17T12:51:10.000Z | 2022-03-16T05:43:21.000Z | <?php
/**
* PHPCoord.
*
* @author Doug Wright
*/
declare(strict_types=1);
namespace PHPCoord\Geometry\Extents\BoundingBoxOnly;
/**
* Asia-ExFSU/Indonesia - 132°E to 138°E, S hemisphere.
* @internal
*/
class Extent1662
{
public function __invoke(): array
{
return
[
[
... | 16.655172 | 99 | 0.486542 |
df0b5216bd4289851153c34327b115dc8524fc45 | 12,708 | lua | Lua | RemoteDISK/NetServer/rmdsrv.lua | Bs0Dd/OpenCompSoft | 18cf66297bdc7c6f152e7fa77c28eb457e175f8e | [
"Apache-2.0"
] | 8 | 2020-10-28T05:55:20.000Z | 2021-10-17T20:26:44.000Z | RemoteDISK/NetServer/rmdsrv.lua | Bs0Dd/OpenCompSoft | 18cf66297bdc7c6f152e7fa77c28eb457e175f8e | [
"Apache-2.0"
] | null | null | null | RemoteDISK/NetServer/rmdsrv.lua | Bs0Dd/OpenCompSoft | 18cf66297bdc7c6f152e7fa77c28eb457e175f8e | [
"Apache-2.0"
] | 2 | 2022-02-13T20:30:22.000Z | 2022-02-13T20:32:51.000Z | --[[ RemoteDISK NetServer v1.03.
Server program for make NetClient Network disks. Client connecting by port, hostname, login and password
Uses settings from "/etc/rc.cfg"
Author: Bs()Dd
]]
local component = require("component")
local computer = require("computer")
local fs = require("filesystem")
local event = require(... | 37.266862 | 120 | 0.449559 |