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
dde5fd189774967cbf152727065fff5edbda7a67
729
php
PHP
application/Common/Model/LogModel.class.php
TigoBackend/tigoadmin_tp3.2
fc2a6ed90f62a1d73b6ab159bf5e1843656162e8
[ "Apache-2.0" ]
null
null
null
application/Common/Model/LogModel.class.php
TigoBackend/tigoadmin_tp3.2
fc2a6ed90f62a1d73b6ab159bf5e1843656162e8
[ "Apache-2.0" ]
null
null
null
application/Common/Model/LogModel.class.php
TigoBackend/tigoadmin_tp3.2
fc2a6ed90f62a1d73b6ab159bf5e1843656162e8
[ "Apache-2.0" ]
null
null
null
<?php namespace Common\Model; use Common\Model\CommonModel; class LogModel extends CommonModel { protected $_validate = array( ); protected $_auto = array( array('create_time','mGetDate',CommonModel:: MODEL_INSERT,'callback'), ); //用于获取时间方法不能为private function mGetDate() { return time(); } protect...
21.441176
82
0.650206
d4e633770c29383baaefa07cb0bb4a8f652e1ba9
1,069
sql
SQL
shop-order/src/main/resources/db/migration/V1__CreateOrder.sql
greek-zzf/shop
8acab354c62e90be129cec1c122409b8fabed199
[ "Apache-2.0" ]
null
null
null
shop-order/src/main/resources/db/migration/V1__CreateOrder.sql
greek-zzf/shop
8acab354c62e90be129cec1c122409b8fabed199
[ "Apache-2.0" ]
null
null
null
shop-order/src/main/resources/db/migration/V1__CreateOrder.sql
greek-zzf/shop
8acab354c62e90be129cec1c122409b8fabed199
[ "Apache-2.0" ]
null
null
null
CREATE TABLE ORDER_TABELE ( ID BIGINT PRIMARY KEY AUTO_INCREMENT, USER_ID BIGINT, TOTAL_PRICE BIGINT, -- 单位 分 SHOP_ID BIGINT, ADDRESS VARCHAR(1024), EXPRESS_COMPANY VARCHAR(16), EXPRESS_ID VARCHAR(128), STATUS VARCHAR(16), CREATE...
29.694444
106
0.647334
1c06c61e69837fcbbb92f7c2088b89870da7a858
5,932
asm
Assembly
coverage/PENDING_SUBMIT/amdvlk/0664-COVERAGE-lazy-value-info-1603/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
null
null
null
coverage/PENDING_SUBMIT/amdvlk/0664-COVERAGE-lazy-value-info-1603/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
47
2021-03-11T07:42:51.000Z
2022-03-14T06:30:14.000Z
coverage/PENDING_SUBMIT/amdvlk/0664-COVERAGE-lazy-value-info-1603/work/variant/1_spirv_asm/shader.frag.asm
asuonpaa/ShaderTests
6a3672040dcfa0d164d313224446496d1775a15e
[ "Apache-2.0" ]
4
2021-03-09T13:37:19.000Z
2022-02-25T07:32:11.000Z
; SPIR-V ; Version: 1.0 ; Generator: Khronos Glslang Reference Front End; 10 ; Bound: 101 ; Schema: 0 OpCapability Shader %1 = OpExtInstImport "GLSL.std.450" OpMemoryModel Logical GLSL450 OpEntryPoint Fragment %4 "main" %9 %40 OpExecutionMode %4 Orig...
35.520958
61
0.487694
8434e2adc85d609d11c78dd27a2265b6dafa1ca5
6,087
html
HTML
example/index.html
gkjohnson/three-gpu-pathtracing
d6d9b151e678d1051cc559f5743ade04626bd9a1
[ "MIT" ]
51
2022-01-12T07:05:20.000Z
2022-02-19T20:50:09.000Z
example/index.html
gkjohnson/three-gpu-pathtracing
d6d9b151e678d1051cc559f5743ade04626bd9a1
[ "MIT" ]
12
2022-01-12T05:58:35.000Z
2022-03-06T18:52:30.000Z
example/index.html
gkjohnson/three-shader-pathtracing
d6d9b151e678d1051cc559f5743ade04626bd9a1
[ "MIT" ]
4
2022-01-12T12:45:28.000Z
2022-02-02T09:46:30.000Z
<html> <head> <title>PBR Path Tracing</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> <style> html, body { margin: 0; padding: 0; background-color: #111; } #info { position: absolute; bottom: 0; left: 0; font-f...
22.969811
127
0.556267
1c99196810391ffcfd3cc8eaad00761b9bd8da6c
371
css
CSS
public/styles/noticiaFull.css
JNCJcoder/devmedia-prova-nodejs
e94111e5fda7d5a842deb7510e66e4102abef99e
[ "MIT" ]
null
null
null
public/styles/noticiaFull.css
JNCJcoder/devmedia-prova-nodejs
e94111e5fda7d5a842deb7510e66e4102abef99e
[ "MIT" ]
null
null
null
public/styles/noticiaFull.css
JNCJcoder/devmedia-prova-nodejs
e94111e5fda7d5a842deb7510e66e4102abef99e
[ "MIT" ]
null
null
null
* { margin: 0; padding: 0; } .noticiaContainer { display: flex; flex-direction: column; align-self: center; padding: 25px; background-color: #fff; border: 1px solid #f8f8f8; border-radius: 5px; box-shadow: 0px 0px 9px 3px rgba(41,41,41,.25); margin-left: 20px; height: 70...
16.863636
51
0.587601
6571dc393d28bc0c0a3f9eff0b4f71b45498a56b
457
dart
Dart
lib/utils.dart
amosogra/flutter_standard
26b938b33e65321719a0c190a7a9a2ae555458d3
[ "MIT" ]
3
2021-11-10T00:56:22.000Z
2022-03-21T13:05:54.000Z
lib/utils.dart
amosogra/flutter_standard
26b938b33e65321719a0c190a7a9a2ae555458d3
[ "MIT" ]
7
2021-09-28T12:26:27.000Z
2022-02-05T11:50:26.000Z
lib/utils.dart
amosogra/flutter_standard
26b938b33e65321719a0c190a7a9a2ae555458d3
[ "MIT" ]
7
2021-10-21T23:49:15.000Z
2022-03-09T11:04:46.000Z
class Utils { static const DEFAULT_URL = "https://www.google.com"; static const _PROD_BASE_URL = "https://api.ravepay.co/v3/sdkcheckout/"; static const String STANDARD_PAYMENT = "payments"; static const _DEBUG_BASE_URL = "https://ravesandboxapi.flutterwave.com/v3/sdkcheckout/"; /// Returns base url dep...
32.642857
73
0.73523
24e8ca1149b8abb9cfc8c32747441f8f985a34c5
673
go
Go
response.go
lnlwd/gremji
0cd7cf9de173ca5fa54e193a628094bed6d3f8dd
[ "MIT" ]
null
null
null
response.go
lnlwd/gremji
0cd7cf9de173ca5fa54e193a628094bed6d3f8dd
[ "MIT" ]
null
null
null
response.go
lnlwd/gremji
0cd7cf9de173ca5fa54e193a628094bed6d3f8dd
[ "MIT" ]
1
2018-03-02T02:52:31.000Z
2018-03-02T02:52:31.000Z
package gremji import ( "encoding/json" "fmt" ) type Response struct { RequestId string `json:"requestId"` Status *ResponseStatus `json:"status"` Result *ResponseResult `json:"result"` } type ResponseStatus struct { Code int `json:"code"` Attributes map[string]interface...
24.035714
116
0.635958
fb27c7b31ad3aee03a18987fd26594d564d08acd
7,966
h
C
lib/am335x_sdk/ti/csl/src/ip/clec/V0/csl_clec.h
brandonbraun653/Apollo
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
[ "MIT" ]
2
2021-12-27T10:19:01.000Z
2022-03-15T07:09:06.000Z
lib/am335x_sdk/ti/csl/src/ip/clec/V0/csl_clec.h
brandonbraun653/Apollo
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
[ "MIT" ]
null
null
null
lib/am335x_sdk/ti/csl/src/ip/clec/V0/csl_clec.h
brandonbraun653/Apollo
a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce
[ "MIT" ]
null
null
null
/* * Copyright (C) 2017 Texas Instruments Incorporated. * * 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 of condi...
40.642857
80
0.580467
b116a5cac1cef8fa261cadfa6031e36902fac10e
1,737
sql
SQL
pgsql/NewJobs.sql
GSoares10/NewJobs
4e988740137fb0fc8170a5afd9d29065f7de6e45
[ "MIT" ]
null
null
null
pgsql/NewJobs.sql
GSoares10/NewJobs
4e988740137fb0fc8170a5afd9d29065f7de6e45
[ "MIT" ]
null
null
null
pgsql/NewJobs.sql
GSoares10/NewJobs
4e988740137fb0fc8170a5afd9d29065f7de6e45
[ "MIT" ]
null
null
null
CREATE DATABASE "NewJobs"; DROP TABLE IF EXISTS "Conta"; DROP TABLE IF EXISTS "Empresa"; DROP TABLE IF EXISTS "Endereco"; DROP TABLE IF EXISTS "Post"; CREATE TABLE "Conta" ( "codConta" serial, "nome" varchar(250) NOT NULL, "sexo" varchar(10) NOT NULL, "dataNascimento" date NOT NULL, "telefone" char(11) NOT NULL,...
28.47541
78
0.702936
af52bbb2d9b384d6bd049943bfc46f209876c5b7
350
swift
Swift
IOS APP/FoodAI/NutritionAPIResponse.swift
Pencroff/ai-hackathon
baeddce57ab3e1f4aeae4029b9e4a63a7897e508
[ "MIT" ]
null
null
null
IOS APP/FoodAI/NutritionAPIResponse.swift
Pencroff/ai-hackathon
baeddce57ab3e1f4aeae4029b9e4a63a7897e508
[ "MIT" ]
null
null
null
IOS APP/FoodAI/NutritionAPIResponse.swift
Pencroff/ai-hackathon
baeddce57ab3e1f4aeae4029b9e4a63a7897e508
[ "MIT" ]
null
null
null
// // NutritionAPIResponse.swift // FoodAI // // Created by Pablo on 2/19/17. // Copyright © 2017 Pablo Carvalho. All rights reserved. // import Foundation import Gloss class NutritionAPIResponse : Decodable { let nutrients: [Nutrient] required init?(json: JSON) { self.nutrients = ("nutr...
17.5
57
0.645714
50d7b384bb972ec097c699337ee4a41d86919109
342
asm
Assembly
programs/oeis/158/A158569.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/158/A158569.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/158/A158569.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A158569: a(n) = Sum_{i=1..F(n)} F(i), n >= 1, where F(k) is A000045, Fibonacci numbers. ; 1,1,2,4,12,54,609,28656,14930351,365435296161,4660046610375530308,1454489111232772683678306641952 seq $0,71 ; a(n) = Fibonacci(n) - 1. seq $0,78642 ; Numbers with two representations as the sum of two Fibonacci numbers. mul $0,...
38
99
0.707602
7504d579c855c6da18837ea2ab713c0e3d76990b
8,511
c
C
demo/wordy.c
KorfLab/genomikon
e3f9ee00d071c2aca3704834223ee0afda0f018f
[ "MIT" ]
null
null
null
demo/wordy.c
KorfLab/genomikon
e3f9ee00d071c2aca3704834223ee0afda0f018f
[ "MIT" ]
null
null
null
demo/wordy.c
KorfLab/genomikon
e3f9ee00d071c2aca3704834223ee0afda0f018f
[ "MIT" ]
null
null
null
/*****************************************************************************\ wordy.c \*****************************************************************************/ #include <time.h> #include "genomikon.h" #define WORD_LENGTH 64 #define MAX_BOARD 8 struct DICTIONARY { gkn_xtree tree; int count[256]; flo...
24.813411
79
0.582423
baa76aae92d51e62f32918ea90dc01b3ec846817
15,786
sql
SQL
librerias/ctasctes.sql
edgoca1962/ctasbcos
d5ece82e14c04cdde3bca8f69c70a54711666752
[ "MIT" ]
null
null
null
librerias/ctasctes.sql
edgoca1962/ctasbcos
d5ece82e14c04cdde3bca8f69c70a54711666752
[ "MIT" ]
null
null
null
librerias/ctasctes.sql
edgoca1962/ctasbcos
d5ece82e14c04cdde3bca8f69c70a54711666752
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.9.5 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Dec 01, 2020 at 04:03 PM -- Server version: 5.7.30 -- PHP Version: 7.4.9 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIEN...
36.041096
370
0.685861
e11c25ac91f92e7de14cb9e63b3225a064d7a729
4,564
asm
Assembly
platforms/m3/prc_v9/debug/test_sleep_wakeup_fail/test_sleep_wakeup_fail.asm
lab11/M-ulator
95b49c6194678c74accca4a20af71380efbcac5f
[ "Apache-2.0", "MIT" ]
19
2015-01-26T10:47:23.000Z
2021-08-13T11:07:54.000Z
platforms/m3/prc_v9/debug/test_sleep_wakeup_fail/test_sleep_wakeup_fail.asm
lab11/M-ulator
95b49c6194678c74accca4a20af71380efbcac5f
[ "Apache-2.0", "MIT" ]
14
2015-08-24T02:35:46.000Z
2021-05-05T03:53:44.000Z
platforms/m3/prc_v9/debug/test_sleep_wakeup_fail/test_sleep_wakeup_fail.asm
lab11/M-ulator
95b49c6194678c74accca4a20af71380efbcac5f
[ "Apache-2.0", "MIT" ]
9
2015-05-27T23:27:35.000Z
2020-10-05T22:02:43.000Z
test_sleep_wakeup_fail/test_sleep_wakeup_fail.elf: file format elf32-littlearm Disassembly of section .text: 00000000 <hang-0x70>: 0: 00000c00 .word 0x00000c00 4: 00000075 .word 0x00000075 ... 1c: 00000070 .word 0x00000070 20: 00000070 .word 0x00000070 24: 00000070 .word 0x00000070 28: 00000...
30.225166
82
0.565732
5fad20d26c4dc2a7b64ffe22356e94f8c4de1551
282
sql
SQL
scripts/db_setup.sql
webclinic017/WallStreetBots
f4f73539b080ce7667b52ee8195919ec4e7b79b8
[ "MIT" ]
4
2021-11-12T02:04:30.000Z
2022-01-03T22:56:41.000Z
scripts/db_setup.sql
webclinic017/WallStreetBots
f4f73539b080ce7667b52ee8195919ec4e7b79b8
[ "MIT" ]
5
2021-11-11T20:48:34.000Z
2022-03-12T18:08:40.000Z
scripts/db_setup.sql
webclinic017/WallStreetBots
f4f73539b080ce7667b52ee8195919ec4e7b79b8
[ "MIT" ]
2
2021-11-15T14:23:36.000Z
2021-11-27T19:44:38.000Z
DROP DATABASE IF EXISTS wsbots_db; CREATE DATABASE wsbots_db; DO $do$ BEGIN IF NOT EXISTS ( SELECT FROM pg_catalog.pg_roles -- SELECT list can be empty for this WHERE rolname = 'wsbots') THEN CREATE ROLE wsbots LOGIN PASSWORD 'password'; END IF; END $do$;
21.692308
75
0.695035
df79cf15b95c3cefca7e1eba2d9f608505e6d480
2,081
swift
Swift
tests/bench/binarytrees.swift
JLimperg/lean4
24fe2875c68549b5481f07c57eab4ad4a0ae5305
[ "Apache-2.0" ]
1,538
2019-04-25T11:00:03.000Z
2022-03-30T02:35:48.000Z
tests/bench/binarytrees.swift
JLimperg/lean4
24fe2875c68549b5481f07c57eab4ad4a0ae5305
[ "Apache-2.0" ]
812
2019-05-20T09:15:21.000Z
2022-03-31T16:36:04.000Z
tests/bench/binarytrees.swift
JLimperg/lean4
24fe2875c68549b5481f07c57eab4ad4a0ae5305
[ "Apache-2.0" ]
168
2019-04-25T12:49:34.000Z
2022-03-29T05:07:14.000Z
// The Computer Language Benchmark Game // https://salsa.debian.org/benchmarksgame-team/benchmarksgame/ // // contributed by Ralph Ganszky // *reset* import Dispatch import Foundation class TreeNode { var left, right: TreeNode? init(left: TreeNode?, right: TreeNode?) { self.left = left self.right = ...
24.482353
94
0.662182
8773c0ed000c86595bf41877eb7f387e01bc6608
12,835
html
HTML
resources/views/layout/_quickmenu.antlers.html
xhevatziberi/vilazana
d8b734c1be8b7b7ee5dce8e9608e9de5b322160a
[ "MIT" ]
null
null
null
resources/views/layout/_quickmenu.antlers.html
xhevatziberi/vilazana
d8b734c1be8b7b7ee5dce8e9608e9de5b322160a
[ "MIT" ]
null
null
null
resources/views/layout/_quickmenu.antlers.html
xhevatziberi/vilazana
d8b734c1be8b7b7ee5dce8e9608e9de5b322160a
[ "MIT" ]
null
null
null
{{# @name Quickmenu @desc The sites quickmenu rendered on each page. #}} <!-- /layout/_quickmenu.antlers.html --> <nav id="quickMenu"> <div id="quickTop"> <a href="/{{ locale }}" class="url_manager" id="quickLogoHead"> <div class="logo_container s"> <!-- <svg xmlns="http://www.w3.org/2000/svg" width=...
122.238095
8,393
0.69365
f544c80f4bc6b42b12abccd2d970bd2718af1c74
117
kt
Kotlin
compiler/testData/lineNumber/enum.kt
VISTALL/consulo-kotlin
6b565de6042440386e6d0302d14824353e926848
[ "Apache-2.0" ]
5
2015-08-01T10:35:57.000Z
2021-02-11T16:25:41.000Z
compiler/testData/lineNumber/enum.kt
VISTALL/consulo-kotlin
6b565de6042440386e6d0302d14824353e926848
[ "Apache-2.0" ]
null
null
null
compiler/testData/lineNumber/enum.kt
VISTALL/consulo-kotlin
6b565de6042440386e6d0302d14824353e926848
[ "Apache-2.0" ]
1
2017-04-21T06:19:05.000Z
2017-04-21T06:19:05.000Z
enum class E { E1 fun foo() = { test.lineNumber() } val prop = test.lineNumber() }
11.7
32
0.452991
85d151ac965e83552cd0c66150721b2b26f5e344
3,571
js
JavaScript
.vscode-insiders/extensions/ms-toolsai.jupyter-2020.12.414227025/out/ipywidgets/libembed.js
Guitaraholic/dotfiles
9c43707434a724a2e5c7799f917f84573e93e0ec
[ "MIT" ]
1
2020-08-07T16:09:57.000Z
2020-08-07T16:09:57.000Z
.vscode/extensions/ms-toolsai.jupyter-2020.12.414227025/out/ipywidgets/libembed.js
cclint/dotfiles
8dbd1b768add3fdb68e749f965ef3025ee9de4ed
[ "MIT" ]
null
null
null
.vscode/extensions/ms-toolsai.jupyter-2020.12.414227025/out/ipywidgets/libembed.js
cclint/dotfiles
8dbd1b768add3fdb68e749f965ef3025ee9de4ed
[ "MIT" ]
null
null
null
// Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. // tslint:disable: no-var-requires no-require-imports no-any // eslint-disable-next-line prefer-const __webpack_public_path__ = window.__jupyter_widgets_assets_path__ || __webpack_public_path__; import '@phosphor...
49.597222
123
0.690283
059dd311564d0651147a1e61ab8ba84d883146b5
2,760
rb
Ruby
dsvedit/color_effects_editor_dialog.rb
Iemnur/DSVEdit
1f52feb6de8a47c7d223a17d739e69bb40aedd3f
[ "MIT" ]
70
2017-02-25T15:06:47.000Z
2022-03-16T03:05:35.000Z
dsvedit/color_effects_editor_dialog.rb
Iemnur/DSVEdit
1f52feb6de8a47c7d223a17d739e69bb40aedd3f
[ "MIT" ]
58
2017-03-12T21:34:50.000Z
2022-01-31T17:22:36.000Z
dsvedit/color_effects_editor_dialog.rb
Iemnur/DSVEdit
1f52feb6de8a47c7d223a17d739e69bb40aedd3f
[ "MIT" ]
26
2017-03-04T16:35:13.000Z
2021-11-24T20:52:19.000Z
require_relative 'ui_color_effects_editor' class ColorEffectsEditorDialog < Qt::Dialog slots "button_box_clicked(QAbstractButton*)" def initialize(main_window, room, color_effects) super(main_window, Qt::WindowTitleHint | Qt::WindowSystemMenuHint) @ui = Ui_ColorEffectsEditor.new @ui.setup_ui(self) ...
37.297297
115
0.663043
56dcd00f977b341663107aa0a48ee5bbdca85ee2
302
go
Go
example/main.go
goroute/recover
4ed9208c2a46ff4d289c48174af0126a9806bdc6
[ "MIT" ]
null
null
null
example/main.go
goroute/recover
4ed9208c2a46ff4d289c48174af0126a9806bdc6
[ "MIT" ]
null
null
null
example/main.go
goroute/recover
4ed9208c2a46ff4d289c48174af0126a9806bdc6
[ "MIT" ]
null
null
null
package main import ( "log" "net/http" "github.com/goroute/recover" "github.com/goroute/route" ) func main() { mux := route.NewServeMux() mux.Debug = true mux.Use(recover.New()) mux.GET("/", func(c route.Context) error { panic("ups") }) log.Fatal(http.ListenAndServe(":9000", mux)) }
13.130435
45
0.645695
5110cde88a97deded32066d9a9f8a4531bd98028
680
h
C
MinispanTree/MinispanTree/Graph/GraphType.h
DearlingZou8789/BaseDataStrue
c4b3673b50241aea7c1808aa5ccf16c170a84fe8
[ "Unlicense" ]
null
null
null
MinispanTree/MinispanTree/Graph/GraphType.h
DearlingZou8789/BaseDataStrue
c4b3673b50241aea7c1808aa5ccf16c170a84fe8
[ "Unlicense" ]
null
null
null
MinispanTree/MinispanTree/Graph/GraphType.h
DearlingZou8789/BaseDataStrue
c4b3673b50241aea7c1808aa5ccf16c170a84fe8
[ "Unlicense" ]
null
null
null
// // GraphType.h // MinispanTree // // Created by qianfeng on 15/3/25. // Copyright (c) 2015年 qianfeng. All rights reserved. // //保存图结构的基本数据类型及最大数组数 #ifndef GRAPHTYPE_H #define GRAPHTYPE_H #ifndef MAXVEX #define MAXVEX 100 /*定义最大顶点树为100*/ #endif #ifndef MAXEDGE #define MAXEDGE ((MAXVEX)*(MAXVEX)) #endif #ifn...
16.585366
57
0.702941
7ffe858bcdde00a7c9fd1467c60dca15f1715ac3
17,202
go
Go
internal/schemaparser/custom_graphql_fields.go
sophiebits/ent
e6af06c25c879279c62bc4e2aca27d8ef8ca304b
[ "MIT" ]
null
null
null
internal/schemaparser/custom_graphql_fields.go
sophiebits/ent
e6af06c25c879279c62bc4e2aca27d8ef8ca304b
[ "MIT" ]
null
null
null
internal/schemaparser/custom_graphql_fields.go
sophiebits/ent
e6af06c25c879279c62bc4e2aca27d8ef8ca304b
[ "MIT" ]
null
null
null
package schemaparser import ( "errors" "fmt" "go/ast" "go/types" "strings" "sync" "github.com/iancoleman/strcase" "github.com/lolopinto/ent/internal/astparser" "github.com/lolopinto/ent/internal/enttype" "github.com/lolopinto/ent/internal/util" "golang.org/x/tools/go/packages" ) // Function represents a f...
24.966618
133
0.687304
3d77d171acebf871915c4c2548b80b9979f505ac
1,335
rs
Rust
src/test/compile-fail/issue-23729.rs
aepsil0n/rust
8025bc964c0f31726636811d97f9f46cd0d4c40f
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
6
2015-07-29T08:36:14.000Z
2017-06-27T19:42:04.000Z
src/test/compile-fail/issue-23729.rs
aepsil0n/rust
8025bc964c0f31726636811d97f9f46cd0d4c40f
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
2
2015-07-29T13:36:15.000Z
2022-01-29T07:27:02.000Z
src/test/compile-fail/issue-23729.rs
aepsil0n/rust
8025bc964c0f31726636811d97f9f46cd0d4c40f
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
2
2019-06-07T14:39:17.000Z
2019-10-29T19:32:20.000Z
// Copyright 2015 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // 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 ...
30.340909
79
0.513858
2842e5c359f574063926ed31c4c6c69e69ef5986
2,891
go
Go
rest/response.go
admpub/restful
2e8d62d39607fea9957fd096a245c85e8bedc80c
[ "MIT" ]
110
2017-06-28T20:21:30.000Z
2022-03-21T00:53:56.000Z
rest/response.go
admpub/restful
2e8d62d39607fea9957fd096a245c85e8bedc80c
[ "MIT" ]
4
2019-11-23T18:25:26.000Z
2022-02-27T21:08:11.000Z
rest/response.go
admpub/restful
2e8d62d39607fea9957fd096a245c85e8bedc80c
[ "MIT" ]
43
2017-06-13T17:14:47.000Z
2022-02-10T01:07:40.000Z
package rest import ( "container/list" "encoding/json" "encoding/xml" "errors" "net/http" "net/http/httputil" "strings" "sync/atomic" "time" "unsafe" ) // Response ... type Response struct { *http.Response Err error byteBody []byte listElement *list.Element skipListElement *skipL...
21.10219
80
0.673123
ccf876bfc844e87a77222a22dbdbc8113001c7e7
396
asm
Assembly
Chapter_6/Program 6.1/x86_64/Program_6.1_NASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
272
2016-12-28T02:24:21.000Z
2022-03-30T21:05:37.000Z
Chapter_6/Program 6.1/x86_64/Program_6.1_NASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
1
2018-04-17T19:47:52.000Z
2018-04-17T19:47:52.000Z
Chapter_6/Program 6.1/x86_64/Program_6.1_NASM.asm
chen150182055/Assembly
e5e76bea438a3752b59775098205a77aa7087110
[ "MIT" ]
62
2017-02-02T14:39:37.000Z
2022-01-04T09:02:07.000Z
; Program 6.1 ; Sum Program - NASM (64-bit) ; Copyright (c) 2020 Hall & Slonka section .data num1: dd 2 num2: dd 4 section .text global _main, _sum _main: mov rax, 10 dec rax mov rbx, 5 movsx rdi, DWORD [rel num1] movsx rsi, DWORD [rel num2] call _sum add rax, rbx dec rax mov rax, 60 xor rdi, rdi syscall _sum: p...
10.702703
34
0.69697
dd6cac6b42e0182192812e383687e6e6eb32f105
3,246
php
PHP
application/libraries/zendframework/zend-stdlib/vendor/athletic/athletic/tests/Athletic/Runners/ClassRunnerTest.php
SouthwaresSolutions/Jje
8e8a8993c27e932d26015bbe7e58330c20f79056
[ "MIT" ]
null
null
null
application/libraries/zendframework/zend-stdlib/vendor/athletic/athletic/tests/Athletic/Runners/ClassRunnerTest.php
SouthwaresSolutions/Jje
8e8a8993c27e932d26015bbe7e58330c20f79056
[ "MIT" ]
null
null
null
application/libraries/zendframework/zend-stdlib/vendor/athletic/athletic/tests/Athletic/Runners/ClassRunnerTest.php
SouthwaresSolutions/Jje
8e8a8993c27e932d26015bbe7e58330c20f79056
[ "MIT" ]
null
null
null
<?php /** * User: zach * Date: 6/22/13 * Time: 8:25 PM */ namespace Athletic\Tests\Runners; use Athletic\Runners\ClassRunner; use Mockery as m; use org\bovigo\vfs\vfsStream; use PHPUnit_Framework_TestCase; use ReflectionException; class ClassRunnerTest extends PHPUnit_Framework_TestCase { private $root; ...
21.785235
83
0.603204
5ae391461943b46940fb7adaf8ef02e495b5336a
1,402
rs
Rust
jcli/src/jcli_app/certificate/new_stake_delegation.rs
lcgogo/jormungandr
fd2e5f761d87bd75aa056e93e458cda3498c4a3f
[ "Apache-2.0", "MIT" ]
1
2020-01-29T08:51:26.000Z
2020-01-29T08:51:26.000Z
jcli/src/jcli_app/certificate/new_stake_delegation.rs
lcgogo/jormungandr
fd2e5f761d87bd75aa056e93e458cda3498c4a3f
[ "Apache-2.0", "MIT" ]
null
null
null
jcli/src/jcli_app/certificate/new_stake_delegation.rs
lcgogo/jormungandr
fd2e5f761d87bd75aa056e93e458cda3498c4a3f
[ "Apache-2.0", "MIT" ]
null
null
null
use crate::jcli_app::certificate::{weighted_pool_ids::WeightedPoolIds, write_cert, Error}; use crate::jcli_app::utils::key_parser::parse_pub_key; use chain_crypto::{Ed25519, PublicKey}; use chain_impl_mockchain::certificate::{Certificate, StakeDelegation as Delegation}; use chain_impl_mockchain::transaction::Unspecifie...
35.948718
96
0.698288
e529f2d54d861823584b73a0380f982b31b280ab
1,372
ts
TypeScript
src/app/features/post/shared/posts.service.ts
gsimantiras/ng-boilerplate-with-ngrx-store
2b0b30382603c35ab427c9cd3037ca763d3619d1
[ "MIT" ]
null
null
null
src/app/features/post/shared/posts.service.ts
gsimantiras/ng-boilerplate-with-ngrx-store
2b0b30382603c35ab427c9cd3037ca763d3619d1
[ "MIT" ]
5
2021-03-10T17:28:25.000Z
2022-03-02T08:34:15.000Z
src/app/features/post/shared/posts.service.ts
gsimantiras/ng-boilerplate-with-ngrx-store
2b0b30382603c35ab427c9cd3037ca763d3619d1
[ "MIT" ]
null
null
null
import { Injectable } from '@angular/core'; import { HttpClient } from '@angular/common/http'; import { Observable, of } from 'rxjs'; import { delay, take, map } from 'rxjs/operators'; import { Post, Comment } from './post.model'; import { environment } from 'src/environments/environment'; const mockPosts: Post[] = ...
24.945455
114
0.61516
fb77216691dc02ff2eb99f57be9600583324f973
32,616
h
C
tools/texturev/fs_texture_sdf.bin.h
Mirko-Salm/bgfx
99363f8c26919beac68f63cdcb2b0a4621d81249
[ "BSD-2-Clause" ]
null
null
null
tools/texturev/fs_texture_sdf.bin.h
Mirko-Salm/bgfx
99363f8c26919beac68f63cdcb2b0a4621d81249
[ "BSD-2-Clause" ]
null
null
null
tools/texturev/fs_texture_sdf.bin.h
Mirko-Salm/bgfx
99363f8c26919beac68f63cdcb2b0a4621d81249
[ "BSD-2-Clause" ]
null
null
null
static const uint8_t fs_texture_sdf_glsl[579] = { 0x46, 0x53, 0x48, 0x0b, 0x01, 0x83, 0xf2, 0xe1, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x09, 0x75, // FSH............u 0x5f, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x30, 0x02, 0x01, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, // _params0........ 0x00, 0x00, 0x0a, 0x73, 0x5f, 0x74,...
110.938776
116
0.5883
6202258517e31351f97e8627841968d677edc9bc
1,650
dart
Dart
lib/views/lock.dart
MikalaiR/yaOTP
9aa10598421a68f2efe91045276ce7abdc1643b0
[ "MIT" ]
null
null
null
lib/views/lock.dart
MikalaiR/yaOTP
9aa10598421a68f2efe91045276ce7abdc1643b0
[ "MIT" ]
null
null
null
lib/views/lock.dart
MikalaiR/yaOTP
9aa10598421a68f2efe91045276ce7abdc1643b0
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:local_auth/local_auth.dart'; import 'package:provider/provider.dart'; import 'package:yaotp/components/app_lock.dart'; import 'package:yaotp/components/screen_lock/screen_lock.dart'; import 'package:yaotp/generated/l10n.dart...
33
80
0.678788
fd54baf09c9961addcce6aa076f5d3bf1e4d4408
366
h
C
JKTranstion/JKTranstionHeader.h
kaqise/JKTranstionDemo
180771545a77e2dd190e4ca72ad5503543a51b72
[ "MIT" ]
null
null
null
JKTranstion/JKTranstionHeader.h
kaqise/JKTranstionDemo
180771545a77e2dd190e4ca72ad5503543a51b72
[ "MIT" ]
null
null
null
JKTranstion/JKTranstionHeader.h
kaqise/JKTranstionDemo
180771545a77e2dd190e4ca72ad5503543a51b72
[ "MIT" ]
null
null
null
// // JKTranstionHeader.h // Demo_02 // // Created by Jessica on 2018/8/21. // Copyright © 2018年 Milton. All rights reserved. // #ifndef JKTranstionHeader_h #define JKTranstionHeader_h #import "JKSexPickerController.h" #import "JKAddressPickerController.h" #import "JKDatePickerController.h" #import "JKAlertViewCo...
20.333333
50
0.759563
6b32d7682bfa917de9d866ab91d4849e82aa79be
154
sql
SQL
teams-server/src/main/resources/db/migration/mysql/V13__add_memberships_indexes.sql
domgon/OpenConext-Teams-NG
37481f1768f71a8d85b684fa7a4689a9b1e87bed
[ "Apache-2.0" ]
null
null
null
teams-server/src/main/resources/db/migration/mysql/V13__add_memberships_indexes.sql
domgon/OpenConext-Teams-NG
37481f1768f71a8d85b684fa7a4689a9b1e87bed
[ "Apache-2.0" ]
16
2019-01-10T11:36:51.000Z
2022-02-28T04:38:11.000Z
teams-server/src/main/resources/db/migration/mysql/V13__add_memberships_indexes.sql
domgon/OpenConext-Teams-NG
37481f1768f71a8d85b684fa7a4689a9b1e87bed
[ "Apache-2.0" ]
10
2017-06-08T21:52:02.000Z
2020-12-02T17:04:48.000Z
ALTER TABLE memberships ADD INDEX memberships_urn_team_index (urn_team); ALTER TABLE memberships ADD INDEX memberships_urn_person_index (urn_person);
30.8
54
0.844156
d3496271d26f63d959a3487e031eba22e93b9884
393
kt
Kotlin
Project_Footprint/app/src/main/java/com/haerokim/project_footprint/DataClass/Place.kt
Team-ESC/Footprint-Android-App
fd57e70e53fb6d89e4b6bf8d322308b00dee06a7
[ "Apache-2.0" ]
1
2020-10-26T14:06:22.000Z
2020-10-26T14:06:22.000Z
Project_Footprint/app/src/main/java/com/haerokim/project_footprint/DataClass/Place.kt
Team-ESC/Footprint-Android-App
fd57e70e53fb6d89e4b6bf8d322308b00dee06a7
[ "Apache-2.0" ]
null
null
null
Project_Footprint/app/src/main/java/com/haerokim/project_footprint/DataClass/Place.kt
Team-ESC/Footprint-Android-App
fd57e70e53fb6d89e4b6bf8d322308b00dee06a7
[ "Apache-2.0" ]
null
null
null
package com.haerokim.project_footprint.DataClass import kotlin.String /** Place 정보를 담는 Object **/ data class Place( var naverPlaceID: String, var title: String?, var category: String?, var description: String?, var businessHours: String?, var location: String?, var imageSrc: String?, ...
23.117647
48
0.694656
2828833ecb9c2afb07ba6b11c9026cd522f8b7bd
3,877
go
Go
math/matrix.go
Bruyswater/PWS
a8f5bad027320842d0fb14c3e2655417412510c9
[ "MIT" ]
null
null
null
math/matrix.go
Bruyswater/PWS
a8f5bad027320842d0fb14c3e2655417412510c9
[ "MIT" ]
null
null
null
math/matrix.go
Bruyswater/PWS
a8f5bad027320842d0fb14c3e2655417412510c9
[ "MIT" ]
null
null
null
package math import ( "errors" "fmt" "math" "math/rand" ) func Rand(y int, x int) [][]float64 { out := make([][]float64, int(y)) for i := 0; i < x; i++ { for m := 0; m < y; m++ { out[m] = append(out[m], rand.Float64()-0.5) } } return out } func Dot(x [][]float64, y [][]float64) (r [][]float64, err err...
18.116822
152
0.507609
2777252a06da99b02ed1834dab23c8bfa005b425
294
lua
Lua
src/objects/LocalMap.lua
ttwings/Dwarf-Survival
888bf221c19551b0aa8599e2a48bdbb7e2bd95a5
[ "MIT" ]
8
2018-08-26T15:44:22.000Z
2022-02-23T20:04:30.000Z
src/objects/LocalMap.lua
ttwings/Dwarf-Survival
888bf221c19551b0aa8599e2a48bdbb7e2bd95a5
[ "MIT" ]
null
null
null
src/objects/LocalMap.lua
ttwings/Dwarf-Survival
888bf221c19551b0aa8599e2a48bdbb7e2bd95a5
[ "MIT" ]
2
2020-08-27T19:33:29.000Z
2021-08-28T21:07:32.000Z
--- --- Generated by EmmyLua(https://github.com/EmmyLua) --- Created by apple. --- DateTime: 2018/8/27 下午6:52 --- LocalMap = Object:extend() function LocalMap:new(x,y,opts) LocalMap.super.new(self,x,y,opts) self.biome = opts.biome or "Mountain" self.elevation = opts.elevation end
22.615385
52
0.683673
b92d5d40a93b6183b52972743a753b5c9dcc00c7
1,050
asm
Assembly
routines/OverworldDistance.asm
Atari2/WhiteSnake
a69b56bbf4389b25b193b1fa8813ac8c5d393677
[ "MIT" ]
null
null
null
routines/OverworldDistance.asm
Atari2/WhiteSnake
a69b56bbf4389b25b193b1fa8813ac8c5d393677
[ "MIT" ]
1
2020-06-27T09:12:40.000Z
2020-07-03T23:21:26.000Z
routines/OverworldDistance.asm
Atari2/WhiteSnake
a69b56bbf4389b25b193b1fa8813ac8c5d393677
[ "MIT" ]
null
null
null
; void ; -> ; Y: mangled ; $00: absolute value of the distance between player and sprite, x axis ; $02: absolute value of the distance between player and sprite, y axis ; $06: distance between player and sprite, x axis ; $08: distance between player and sprite, y axis LDA !ow_sprite_x_pos,x CLC ...
33.870968
76
0.526667
71ed4c92e0268521999756281d07f7e5afde732f
402
ts
TypeScript
integration/e2e/jasmine.ts
atscott/vscode-ng-language-service
b53eba9c1a1f0d6f5886feba45ea396a66ac61b9
[ "MIT" ]
null
null
null
integration/e2e/jasmine.ts
atscott/vscode-ng-language-service
b53eba9c1a1f0d6f5886feba45ea396a66ac61b9
[ "MIT" ]
null
null
null
integration/e2e/jasmine.ts
atscott/vscode-ng-language-service
b53eba9c1a1f0d6f5886feba45ea396a66ac61b9
[ "MIT" ]
null
null
null
import Jasmine = require('jasmine'); export async function run(): Promise<void> { const jasmine = new Jasmine({projectBaseDir: __dirname}); jasmine.loadConfig({ spec_files: [ '*_spec.js', ], }); console.log(`Expecting to run ${jasmine.specFiles.length} specs.`); if (jasmine.specFiles.length ...
20.1
69
0.644279
d46168904ba23d6349bea9c9b7c110f87ec4d56f
194
kt
Kotlin
src/main/kotlin/anissia/domain/board/core/model/BoardPostCommand.kt
anissia-net/anissia-core
f2af520cace8185f443e0818b311cc567dae367b
[ "CC-BY-4.0" ]
12
2019-11-17T04:20:10.000Z
2022-03-01T17:02:29.000Z
src/main/kotlin/anissia/domain/board/core/model/BoardPostCommand.kt
anissia-net/anissia-core
f2af520cace8185f443e0818b311cc567dae367b
[ "CC-BY-4.0" ]
4
2021-04-26T08:40:25.000Z
2021-05-16T18:41:36.000Z
src/main/kotlin/anissia/domain/board/core/model/BoardPostCommand.kt
anissia-net/anissia-core
f2af520cace8185f443e0818b311cc567dae367b
[ "CC-BY-4.0" ]
2
2021-03-29T00:08:48.000Z
2021-03-31T05:53:06.000Z
package anissia.domain.board.core.model import javax.validation.constraints.NotEmpty data class BoardPostCommand ( @field:NotEmpty(message = "내용을 입력해주세요.") var content: String = "", )
21.555556
44
0.742268
c676c33be2cbda283a93f59be6db90c6c5b35308
24
asm
Assembly
src/test/fixtures/sub.asm
nrkn/momo-vm
b0d8673e1585b0b277d594196addaecd4bdb13b1
[ "MIT" ]
1
2018-04-13T10:18:56.000Z
2018-04-13T10:18:56.000Z
src/test/fixtures/sub.asm
nrkn/momo-vm
b0d8673e1585b0b277d594196addaecd4bdb13b1
[ "MIT" ]
null
null
null
src/test/fixtures/sub.asm
nrkn/momo-vm
b0d8673e1585b0b277d594196addaecd4bdb13b1
[ "MIT" ]
null
null
null
prog 1 2 add 0 1 sub 0 2
8
8
0.666667
884b3be904250ae8f8bae7c43af9802ae8643abc
1,133
asm
Assembly
_build/dispatcher/jmp_ippsGFpECESInit_SM2_a1eea20b.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
1
2021-10-04T10:21:54.000Z
2021-10-04T10:21:54.000Z
_build/dispatcher/jmp_ippsGFpECESInit_SM2_a1eea20b.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
_build/dispatcher/jmp_ippsGFpECESInit_SM2_a1eea20b.asm
zyktrcn/ippcp
b0bbe9bbb750a7cf4af5914dd8e6776a8d544466
[ "Apache-2.0" ]
null
null
null
extern m7_ippsGFpECESInit_SM2:function extern n8_ippsGFpECESInit_SM2:function extern y8_ippsGFpECESInit_SM2:function extern e9_ippsGFpECESInit_SM2:function extern l9_ippsGFpECESInit_SM2:function extern n0_ippsGFpECESInit_SM2:function extern k0_ippsGFpECESInit_SM2:function extern ippcpJumpIndexForMergedLibs extern ippcp...
29.051282
103
0.805825
43a9ce439faa076b3d4b6e580694969f0169573b
386
go
Go
samples/samples_test.go
subratohld/config
aff5524499608c7238d9dfd12c98c29c03bf1ae8
[ "MIT" ]
null
null
null
samples/samples_test.go
subratohld/config
aff5524499608c7238d9dfd12c98c29c03bf1ae8
[ "MIT" ]
null
null
null
samples/samples_test.go
subratohld/config
aff5524499608c7238d9dfd12c98c29c03bf1ae8
[ "MIT" ]
null
null
null
package samples import ( "fmt" "os" "testing" "github.com/subratohld/config" ) func TestConfigReader(t *testing.T) { // It will read from environment variable because no config file is passed // It will look for FILE_PATh variable configFile := os.Getenv("CONFIG_FILE") config, err := config.New(configFile) ...
19.3
75
0.727979
e9dd667998fec47511b77311243f57f951793f62
2,342
go
Go
ctTime.go
moisespsena-go/bintb
7de8d89a5be50ae787857946481d666deee3a690
[ "Apache-2.0" ]
null
null
null
ctTime.go
moisespsena-go/bintb
7de8d89a5be50ae787857946481d666deee3a690
[ "Apache-2.0" ]
null
null
null
ctTime.go
moisespsena-go/bintb
7de8d89a5be50ae787857946481d666deee3a690
[ "Apache-2.0" ]
null
null
null
package bintb import ( "bytes" "io" "github.com/moisespsena-go/aorm/types" ) type TimeZero struct{ UnLimitColumnTool } type CTtime struct{ UnLimitColumnTool } func (CTtime) Zero() interface{} { var t types.Time return t } func (CTtime) Description() string { return "Time. (15:04:05)" } func (CTtime) Decode...
20.189655
81
0.647737
16e256d855a6394b6347d2b2369935f8c3ab59a2
55
ts
TypeScript
shared/src/models/part.ts
justAdevTV/Phoenix-Parts
337443f821d493d7d3a0496f28da58f84b40173d
[ "MIT" ]
4
2018-06-01T10:21:04.000Z
2020-04-05T22:02:22.000Z
shared/src/models/part.ts
justAdevTV/Phoenix-Parts
337443f821d493d7d3a0496f28da58f84b40173d
[ "MIT" ]
12
2016-07-01T04:44:20.000Z
2022-02-13T09:49:27.000Z
shared/src/models/part.ts
justAdevTV/Phoenix-Parts
337443f821d493d7d3a0496f28da58f84b40173d
[ "MIT" ]
null
null
null
interface Part { partName: String, status?: String, }
13.75
18
0.709091
850d14cced15adaf3251cf8b4d04df0541c2a950
2,254
swift
Swift
TangemSdk/TangemSdk/Common/Extensions/String+.swift
megakoko/tangem-sdk-ios
bf328233215f5e6fbca5aa6de0952d3ba6b8a910
[ "MIT" ]
19
2019-11-25T10:14:37.000Z
2021-04-08T08:12:11.000Z
TangemSdk/TangemSdk/Common/Extensions/String+.swift
megakoko/tangem-sdk-ios
bf328233215f5e6fbca5aa6de0952d3ba6b8a910
[ "MIT" ]
2
2021-01-02T12:55:32.000Z
2021-04-07T14:42:51.000Z
TangemSdk/TangemSdk/Common/Extensions/String+.swift
megakoko/tangem-sdk-ios
bf328233215f5e6fbca5aa6de0952d3ba6b8a910
[ "MIT" ]
9
2020-04-24T02:43:22.000Z
2021-03-30T08:16:28.000Z
// // String+.swift // TangemSdk // // Created by Alexander Osokin on 07/10/2019. // Copyright © 2019 Tangem AG. All rights reserved. // import Foundation public extension String { var titleFormatted: String { let separator = Array(repeating: "-", count: 16).joined() return "\(separator) \(sel...
28.175
106
0.6189
3c855792a08550985b480b02a5e0b33c18649228
3,972
rs
Rust
src/engine/sound/mod.rs
gitcrtn/unrust
b8b062aa0e009f5d0e42215ca6d5347a595da387
[ "Apache-2.0", "MIT" ]
258
2018-04-24T23:35:25.000Z
2022-03-07T19:49:40.000Z
src/engine/sound/mod.rs
gitcrtn/unrust
b8b062aa0e009f5d0e42215ca6d5347a595da387
[ "Apache-2.0", "MIT" ]
30
2018-02-28T18:12:08.000Z
2018-04-24T14:54:09.000Z
src/engine/sound/mod.rs
gitcrtn/unrust
b8b062aa0e009f5d0e42215ca6d5347a595da387
[ "Apache-2.0", "MIT" ]
22
2018-05-06T05:52:44.000Z
2022-01-28T19:10:42.000Z
mod channel; mod generator; use std::cell::RefCell; use std::rc::Rc; use engine::{AssetError, AssetSystem}; use futures::Future; use std::collections::BTreeSet; use std::collections::HashMap; use uni_snd::SoundDriver; use self::generator::Generator; const CHANNEL_COUNT: usize = 4; #[derive(Debug, Clone, Copy, Ord,...
26.657718
87
0.514854
ab0345118fd2b2aec4d544ff45f3f173243b16b3
1,342
swift
Swift
Swift/Utilities/GCDMulticastDelegate.swift
colloquy/XMPPFramework
d52de9e2ca9f1a84ed377b42b5dba9ee5061e06a
[ "BSD-Source-Code" ]
21
2015-01-06T03:20:53.000Z
2022-01-10T15:59:10.000Z
Swift/Utilities/GCDMulticastDelegate.swift
gokulgovind/XMPPFramework
1a40841a79eefd20da669a4c7a55b70b9f7d8904
[ "BSD-Source-Code" ]
1
2018-10-12T11:37:03.000Z
2018-10-12T11:37:03.000Z
Swift/Utilities/GCDMulticastDelegate.swift
gokulgovind/XMPPFramework
1a40841a79eefd20da669a4c7a55b70b9f7d8904
[ "BSD-Source-Code" ]
33
2015-03-03T09:16:11.000Z
2020-08-09T12:03:30.000Z
// // GCDMulticastDelegate.swift // XMPPFramework // // Created by Chris Ballinger on 11/15/17. // Copyright © 2017 XMPPFramework. All rights reserved. // import Foundation /** * This helper makes it slightly easier to call the MulticastDelegate * with the caveat that you must create an empty GCDMulticastDelega...
33.55
88
0.713115
85cf88a613a811038f3fdf3aaa622b7f3bd4a6c2
639
es6
JavaScript
src/shader/split/params.es6
dustybluebird/Paddle.js
ddbfd2cc50e473cb01ce621485bc5502d677afcd
[ "Apache-2.0" ]
2
2021-05-14T23:03:15.000Z
2022-02-09T07:28:32.000Z
src/shader/split/params.es6
dustybluebird/Paddle.js
ddbfd2cc50e473cb01ce621485bc5502d677afcd
[ "Apache-2.0" ]
null
null
null
src/shader/split/params.es6
dustybluebird/Paddle.js
ddbfd2cc50e473cb01ce621485bc5502d677afcd
[ "Apache-2.0" ]
1
2022-01-26T09:41:53.000Z
2022-01-26T09:41:53.000Z
/* eslint-disable */ /** * @file split参数文件 * @author zhangjingyuan02 */ export default ` // 常量 const int width_shape_origin = WIDTH_SHAPE_ORIGIN; const int height_shape_origin = HEIGHT_SHAPE_ORIGIN; const int length_shape_origin = LENGTH_SHAPE_ORIGIN; const int width_texture_origin = WIDTH_TEXTURE_ORIGIN; const int...
23.666667
56
0.798122
cd9a07b43bbe6b5fd8c72a16b83d40d77a6f86c4
296
rs
Rust
ocaml/tests/src/lib.rs
aaronsens/proof-systems
52b859e9b5d81e94c4bc0e03cc66d4128419e7d6
[ "Apache-2.0" ]
75
2021-07-23T03:15:13.000Z
2022-03-30T06:35:08.000Z
ocaml/tests/src/lib.rs
aaronsens/proof-systems
52b859e9b5d81e94c4bc0e03cc66d4128419e7d6
[ "Apache-2.0" ]
258
2021-07-15T21:25:27.000Z
2022-03-31T19:24:53.000Z
ocaml/tests/src/lib.rs
aaronsens/proof-systems
52b859e9b5d81e94c4bc0e03cc66d4128419e7d6
[ "Apache-2.0" ]
23
2021-07-20T03:11:21.000Z
2022-03-25T04:31:08.000Z
#[derive(ocaml::IntoValue, ocaml::FromValue, ocaml_gen::Struct)] pub struct SingleTuple(String); #[ocaml_gen::func] #[ocaml::func] pub fn new() -> SingleTuple { SingleTuple(String::from("Hello")) } #[ocaml_gen::func] #[ocaml::func] pub fn print(s: SingleTuple) { println!("{}", s.0); }
19.733333
64
0.658784
dd7891d434507499751022b4326e164db4c0272c
2,187
php
PHP
src/MGC/AdminBundle/Entity/GameIconDocument.php
k-przybyszewski/mgc
e6057f33f880626ad5688330f975e6e36c9ffac6
[ "MIT" ]
null
null
null
src/MGC/AdminBundle/Entity/GameIconDocument.php
k-przybyszewski/mgc
e6057f33f880626ad5688330f975e6e36c9ffac6
[ "MIT" ]
null
null
null
src/MGC/AdminBundle/Entity/GameIconDocument.php
k-przybyszewski/mgc
e6057f33f880626ad5688330f975e6e36c9ffac6
[ "MIT" ]
null
null
null
<?php namespace MGC\AdminBundle\Entity; use Doctrine\ORM\Mapping as ORM; use Gedmo\Mapping\Annotation as Gedmo; use Symfony\Component\Validator\Constraints as Assert; use MGC\AdminBundle\Validator\Constraints as MyAssert; use MGC\AdminBundle\Entity\Document; /** * @ORM\Table(name="game_icon_document") * @ORM\Enti...
19.526786
94
0.541381
2a55771b02e37b710833fa031be10260411aa39a
541
java
Java
proj/cheese-emp-api/cheese_api(java)/src/main/java/com/pic2cheese/api/Review.java
youjeong2/EMP
1afdf2789b09e55e4f6a2241a2cc2d0d1b607d9e
[ "MIT" ]
1
2021-11-17T06:37:50.000Z
2021-11-17T06:37:50.000Z
proj/cheese-emp-api/cheese_api(java)/src/main/java/com/pic2cheese/api/Review.java
youjeong2/EMP
1afdf2789b09e55e4f6a2241a2cc2d0d1b607d9e
[ "MIT" ]
1
2020-10-26T06:06:41.000Z
2020-10-26T06:06:41.000Z
proj/cheese-emp-api/cheese_api(java)/src/main/java/com/pic2cheese/api/Review.java
youjeong2/EMP
1afdf2789b09e55e4f6a2241a2cc2d0d1b607d9e
[ "MIT" ]
8
2020-10-05T08:19:16.000Z
2021-11-17T06:37:52.000Z
package com.pic2cheese.api; import lombok.Getter; import lombok.Setter; import javax.persistence.*; import java.time.LocalDateTime; @Entity @Getter @Setter public class Review { @Id @GeneratedValue @Column(name = "rewier_id") private Long id; @ManyToOne(fetch = FetchType.LAZY) @JoinColumn(n...
17.451613
38
0.704251
b9b10015a3c6575a586df1eebdb05f45ca037988
5,302
h
C
offset_diff_drive_controller/include/offset_diff_drive_controller/offset_diff_drive_controller.h
devrt/offset-diff-drive-controller
70eab6eee6ca6f4d5f3e0938ee0b088fc4ce8ba9
[ "BSD-3-Clause" ]
null
null
null
offset_diff_drive_controller/include/offset_diff_drive_controller/offset_diff_drive_controller.h
devrt/offset-diff-drive-controller
70eab6eee6ca6f4d5f3e0938ee0b088fc4ce8ba9
[ "BSD-3-Clause" ]
1
2020-07-10T04:58:12.000Z
2020-07-10T04:59:01.000Z
offset_diff_drive_controller/include/offset_diff_drive_controller/offset_diff_drive_controller.h
devrt/offset-diff-drive-controller
70eab6eee6ca6f4d5f3e0938ee0b088fc4ce8ba9
[ "BSD-3-Clause" ]
null
null
null
/********************************************************************* * Software License Agreement (BSD License) * * Copyright (c) 2020, MID Academic Promotions, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the...
36.565517
151
0.683704
b366d3b9ce8c74690d6b8c6b8be52fd0257bcb36
338
rb
Ruby
lib/rango/ext/object_space.rb
deepj/rango
93996d0cbc82eee9a1fb3c76376b8e23520fe1fa
[ "MIT" ]
1
2016-05-09T10:45:25.000Z
2016-05-09T10:45:25.000Z
lib/rango/ext/object_space.rb
deepj/rango
93996d0cbc82eee9a1fb3c76376b8e23520fe1fa
[ "MIT" ]
null
null
null
lib/rango/ext/object_space.rb
deepj/rango
93996d0cbc82eee9a1fb3c76376b8e23520fe1fa
[ "MIT" ]
null
null
null
# encoding: utf-8 module ObjectSpace # Returns all classes existing in runtime # # @author Botanicus # @since 0.0.3 # @return [Array<Class>] List of all classes loaded into runtime def self.classes Array.new.tap do |objects| self.each_object(Class) do |object| objects << object end ...
19.882353
66
0.656805
4f998d13b31278cd4ca162914bc5ffcc9b53b373
5,089
kt
Kotlin
app/src/main/java/com/smartsettings/ai/di/AppModule.kt
praslnx8/SmartSettings
33811c305eba90406f934ffddfc0729a30e64fca
[ "MIT" ]
5
2019-09-27T06:03:42.000Z
2020-01-17T21:42:27.000Z
app/src/main/java/com/smartsettings/ai/di/AppModule.kt
praslnx8/SmartSettings
33811c305eba90406f934ffddfc0729a30e64fca
[ "MIT" ]
1
2019-11-10T18:42:24.000Z
2019-11-20T03:07:35.000Z
app/src/main/java/com/smartsettings/ai/di/AppModule.kt
praslnx8/SmartSettings
33811c305eba90406f934ffddfc0729a30e64fca
[ "MIT" ]
1
2021-03-30T06:32:22.000Z
2021-03-30T06:32:22.000Z
package com.smartsettings.ai.di import android.content.Context import android.media.AudioManager import com.google.android.gms.location.FusedLocationProviderClient import com.smartsettings.ai.core.SmartSettingRepository import com.smartsettings.ai.core.smartSettingCreator.SmartSettingCreator import com.smartsettings.a...
35.340278
137
0.791315
174cd466acd6509193dc64fcb80892ffc5bc2a37
286
html
HTML
src/Quest/App/Web/wwwroot/templates/metadata/level.dir.html
patrickCode/Quest
db9ab74f365cf99329d3be2ec4377943a0add8da
[ "MIT" ]
1
2020-08-07T23:42:11.000Z
2020-08-07T23:42:11.000Z
src/Quest/App/Web/wwwroot/templates/metadata/level.dir.html
patrickCode/Quest
db9ab74f365cf99329d3be2ec4377943a0add8da
[ "MIT" ]
8
2017-03-07T15:03:49.000Z
2017-03-16T23:12:16.000Z
src/Quest/App/Web/wwwroot/templates/metadata/level.dir.html
patrickCode/Quest
db9ab74f365cf99329d3be2ec4377943a0add8da
[ "MIT" ]
null
null
null
<button class="btn" ng-class='requiredLevel.levelClass' style="padding-top:0px; padding-bottom:0px;" title="{{requiredLevel.description}}"> <span ng-show="showIndex"> {{requiredLevel.levelIndex}} - </span> <span> {{requiredLevel.name}} </span> </button>
35.75
140
0.643357
1cfae43e83dc5f5047f262a0f59d1a0b5c453b56
1,509
css
CSS
data/usercss/174558.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
118
2020-08-28T19:59:28.000Z
2022-03-26T16:28:40.000Z
data/usercss/174558.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
38
2020-09-02T01:08:45.000Z
2022-01-23T02:47:24.000Z
data/usercss/174558.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
21
2020-08-19T01:12:43.000Z
2022-03-15T21:55:17.000Z
/* ==UserStyle== @name Ask Fedora: Cleaner fixed-width fonts @namespace USO Archive @author Frank Dana @description `Change the default fixed-width font on Ask Fedora. The built-in (and apparently un-modifiable) Discourse default, Consolas, has poor differentiation between some characters. (Mo...
58.038462
354
0.705103
0be9141a51e95dae48a235b0aeb0475eeb992c3d
308
js
JavaScript
config/esdoc.js
awavering/trackomatic
337f244c70ea743e27a6bedcd4cb10257f106084
[ "Apache-2.0" ]
36
2015-05-22T17:56:15.000Z
2021-05-29T02:36:15.000Z
config/esdoc.js
awavering/trackomatic
337f244c70ea743e27a6bedcd4cb10257f106084
[ "Apache-2.0" ]
36
2015-06-03T22:08:38.000Z
2017-02-21T17:08:57.000Z
config/esdoc.js
awavering/trackomatic
337f244c70ea743e27a6bedcd4cb10257f106084
[ "Apache-2.0" ]
4
2015-08-05T23:40:42.000Z
2018-04-11T14:42:28.000Z
var project = require('../package') module.exports = { title: 'Trackomatic', index: './DOCS.md', source: './src', destination: './docs', plugins: [ { name: 'esdoc-es7-plugin' } ], test: { type: 'mocha', source: './src', includes: [ 'test\\.js$' ] }, lint: true }
15.4
35
0.50974
04cb0accee66e18f4fe0cf691179da2570bcefa3
687
tab
SQL
table_parts/05_2019-12-10_LRK_flaring-2_new-A2_8-plates_L80-L87.tab
Adrian-Cantu/modELISA
86665fe3f13e922f8b26094616f37c37ceb7593b
[ "MIT" ]
null
null
null
table_parts/05_2019-12-10_LRK_flaring-2_new-A2_8-plates_L80-L87.tab
Adrian-Cantu/modELISA
86665fe3f13e922f8b26094616f37c37ceb7593b
[ "MIT" ]
null
null
null
table_parts/05_2019-12-10_LRK_flaring-2_new-A2_8-plates_L80-L87.tab
Adrian-Cantu/modELISA
86665fe3f13e922f8b26094616f37c37ceb7593b
[ "MIT" ]
null
null
null
1 2 3 4 5 6 7 8 9 10 11 12 0.0919 0.0666 0.0535 0.0492 2.2252 0.9035 0.4136 0.1816 2.1246 0.9035 0.4248 0.1837 0.2219 0.1533 0.1093 0.0796 0.2253 0.146 0.1046 0.0778 0.2153 0.1437 0.0973 0.0787 0.2321 0.1499 0.1005 0.0744 0.215 0.14 0.104 0.0773 0.2027 0.1371 0.0988 0.0828 0.1103 0.0737 0.0562 0.0516 0.1098 0.0714 0.05...
68.7
83
0.703057
502da2ba3cf8b768ad1904bcd4ad24f02e91ddf9
345
go
Go
WebApp/Example/main.go
Dmdv/GoPlayground
f77d0aaf8beecfe567ed3a8b3df45a6fd1eda7cd
[ "MIT" ]
null
null
null
WebApp/Example/main.go
Dmdv/GoPlayground
f77d0aaf8beecfe567ed3a8b3df45a6fd1eda7cd
[ "MIT" ]
null
null
null
WebApp/Example/main.go
Dmdv/GoPlayground
f77d0aaf8beecfe567ed3a8b3df45a6fd1eda7cd
[ "MIT" ]
null
null
null
package main import ( "net/http" "fmt" ) type defaultHandler struct { greeting string } func (handler defaultHandler) ServeHTTP(w http.ResponseWriter, r *http.Request){ w.Write([]byte (fmt.Sprintf("%v, world!", handler.greeting))) } func main() { http.Handle("/", &defaultHandler{greeting:"Hello"}) http.Listen...
17.25
80
0.698551
15a896e8ae13a78adbee9e41e845456476e1aa9b
15,177
swift
Swift
Sources/SwiftTaggerMP4/File/MetadataTagging/Tag.Accessors.R-S.swift
NCrusher74/SwiftTaggerMP4
6d966e3bd177f449d577e597d504b824cc5d60fe
[ "Apache-2.0" ]
7
2020-10-16T13:46:55.000Z
2022-01-20T00:19:24.000Z
Sources/SwiftTaggerMP4/File/MetadataTagging/Tag.Accessors.R-S.swift
NCrusher74/SwiftTaggerMP4
6d966e3bd177f449d577e597d504b824cc5d60fe
[ "Apache-2.0" ]
3
2021-07-05T21:36:55.000Z
2021-09-15T22:51:48.000Z
Sources/SwiftTaggerMP4/File/MetadataTagging/Tag.Accessors.R-S.swift
NCrusher74/SwiftTaggerMP4
6d966e3bd177f449d577e597d504b824cc5d60fe
[ "Apache-2.0" ]
2
2021-07-12T12:11:47.000Z
2022-01-20T00:15:15.000Z
// // File.swift // // // Created by Nolaine Crusher on 9/2/20. // import Foundation extension Tag { public var rating: Rating? { get { if let atom = metadataAtoms[.rating] as? IntegerMetadataAtom { return Rating(rawValue: atom.intValue) } else { ...
34.809633
142
0.48758
2d53329e25b3a410a4a0750701eddb67a8bd48b3
346
kt
Kotlin
uiview/src/androidTest/java/com/app/base/BaseItemUIView.kt
angcyo/RLibrary
b4869afa5ca2522289942d438a99a160b1d60a40
[ "Apache-2.0" ]
8
2017-06-28T07:30:18.000Z
2018-06-19T10:08:43.000Z
uiview/src/androidTest/java/com/app/base/BaseItemUIView.kt
angcyo/RLibrary
b4869afa5ca2522289942d438a99a160b1d60a40
[ "Apache-2.0" ]
null
null
null
uiview/src/androidTest/java/com/app/base/BaseItemUIView.kt
angcyo/RLibrary
b4869afa5ca2522289942d438a99a160b1d60a40
[ "Apache-2.0" ]
10
2017-05-27T13:48:57.000Z
2021-03-22T06:48:50.000Z
package com.app.base import android.graphics.Color import com.angcyo.uiview.base.SingleItem import com.angcyo.uiview.base.UIItemUIView /** * Created by angcyo on 2018/02/13 23:09 */ abstract class BaseItemUIView : UIItemUIView<SingleItem>() { override fun getDefaultBackgroundColor(): Int { re...
24.714286
61
0.716763
7f64a1c64c4245876d03728cd0a11bb45b4cb523
13,451
html
HTML
baoxiaoguanli.html
gaoShan3westSoft/table
43ab05a62c18dee2a8b3a026366ab841c8a77db4
[ "MIT" ]
null
null
null
baoxiaoguanli.html
gaoShan3westSoft/table
43ab05a62c18dee2a8b3a026366ab841c8a77db4
[ "MIT" ]
null
null
null
baoxiaoguanli.html
gaoShan3westSoft/table
43ab05a62c18dee2a8b3a026366ab841c8a77db4
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>添加费用报销登记</title> <link href="lib/bootstrap.min.css?v=3.4.0" rel="stylesheet"> <link href="lib/font-awesome.css?v=4.3.0" rel="stylesheet"> <link href="lib/animate.css" rel="stylesheet"> <link ...
45.751701
261
0.428072
1be39096bfb4bd1cb1562e5c7bc5c7bdb619032a
264
py
Python
Web/Member/FunctionForPI/Client.py
tratitude/BridgeMaster
e3916b077d96f3520d0a8ed9bb548d614465aa2e
[ "Apache-2.0" ]
1
2021-01-05T14:40:08.000Z
2021-01-05T14:40:08.000Z
Web/Member/FunctionForPI/Client.py
fdmdkw/BridgeMaster
e3916b077d96f3520d0a8ed9bb548d614465aa2e
[ "Apache-2.0" ]
1
2021-10-19T08:05:06.000Z
2021-10-19T08:05:06.000Z
Web/Member/FunctionForPI/Client.py
fdmdkw/BridgeMaster
e3916b077d96f3520d0a8ed9bb548d614465aa2e
[ "Apache-2.0" ]
2
2019-10-21T15:25:37.000Z
2021-03-17T06:59:09.000Z
from websocket import create_connection ws = create_connection("ws://localhost:8000/Member/on_open/MGD4") print("Sending 'Hello, World'...") ws.send("Hello, World") print("Sent") print("Receiving...") result = ws.recv() print("Received '%s'" % result) ws.close()
26.4
65
0.708333
3d02e544f4c4f309055f98c0331cef9876356531
29,896
go
Go
apis/route_handler_test.go
cloudfoundry/cf-k8s-api
d88c78e6562e06cb1e5984b068239d352fdf4c3a
[ "Apache-2.0" ]
3
2021-09-27T18:22:13.000Z
2021-10-17T21:29:35.000Z
apis/route_handler_test.go
cloudfoundry/cf-k8s-api
d88c78e6562e06cb1e5984b068239d352fdf4c3a
[ "Apache-2.0" ]
109
2021-08-11T16:58:42.000Z
2021-11-02T18:01:47.000Z
apis/route_handler_test.go
cloudfoundry/cf-k8s-api
d88c78e6562e06cb1e5984b068239d352fdf4c3a
[ "Apache-2.0" ]
1
2021-09-24T09:37:28.000Z
2021-09-24T09:37:28.000Z
package apis_test import ( "encoding/json" "errors" "fmt" "net/http" "strings" . "code.cloudfoundry.org/cf-k8s-api/apis" "code.cloudfoundry.org/cf-k8s-api/apis/fake" "code.cloudfoundry.org/cf-k8s-api/repositories" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" "k8s.io/client-go/rest" logf "sigs.k8...
28.124177
245
0.6154
262a0a105961716ad95a5b55e12dd3f7ca2a1fce
187
sql
SQL
src/test/resources/sql/explain/4b0d63bb.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/explain/4b0d63bb.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/explain/4b0d63bb.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:join.sql ln:895 expect:true explain (costs off) select * from tenk1 join int4_tbl on f1 = twothousand, int4(sin(1)) q1, int4(sin(0)) q2 where q1 = thousand or q2 = thousand
23.375
42
0.695187
b6b320a6f7fcd1aa66e415e775f99e7eb6163b9d
317
rb
Ruby
Casks/vagrant.rb
chriswl/homebrew-cask
a5a6d480da9fe171c94e58663fd05843c30ca540
[ "BSD-2-Clause" ]
null
null
null
Casks/vagrant.rb
chriswl/homebrew-cask
a5a6d480da9fe171c94e58663fd05843c30ca540
[ "BSD-2-Clause" ]
null
null
null
Casks/vagrant.rb
chriswl/homebrew-cask
a5a6d480da9fe171c94e58663fd05843c30ca540
[ "BSD-2-Clause" ]
null
null
null
class Vagrant < Cask url 'http://files.vagrantup.com/packages/db8e7a9c79b23264da129f55cf8569167fc22415/Vagrant-1.3.3.dmg' homepage 'http://www.vagrantup.com' version '1.3.3' sha1 '4787ce0786558b7b2b21577dbe7da7694b3caa4b' install 'Vagrant.pkg' uninstall :script => 'uninstall.tool', :input => %w[Yes] end
35.222222
102
0.753943
abea24af39a87d2f8e120ceb64561015c9db5df8
3,708
dart
Dart
test/run/package_api_test.dart
jakemac53/pub
1218853e57594c2117b8acaf6a65a43f8698d8c7
[ "BSD-3-Clause" ]
null
null
null
test/run/package_api_test.dart
jakemac53/pub
1218853e57594c2117b8acaf6a65a43f8698d8c7
[ "BSD-3-Clause" ]
null
null
null
test/run/package_api_test.dart
jakemac53/pub
1218853e57594c2117b8acaf6a65a43f8698d8c7
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. import 'package:path/path.dart' as p; import 'package:scheduled_test/scheduled_test.dart'; import '../...
29.428571
80
0.61165
9fa5a23f6b23f844228208aeea138e3151f05269
1,824
sql
SQL
sql/cdj_master/2018-8/2018-8-22.sql
Chiuchiuchiu/shop-own
9737cb3affae3023a8f6e984688e233162b9d57e
[ "BSD-3-Clause" ]
null
null
null
sql/cdj_master/2018-8/2018-8-22.sql
Chiuchiuchiu/shop-own
9737cb3affae3023a8f6e984688e233162b9d57e
[ "BSD-3-Clause" ]
null
null
null
sql/cdj_master/2018-8/2018-8-22.sql
Chiuchiuchiu/shop-own
9737cb3affae3023a8f6e984688e233162b9d57e
[ "BSD-3-Clause" ]
null
null
null
-- ---------------------------- -- Table structure for pm_order_newwindow_pdf -- ---------------------------- DROP TABLE IF EXISTS `pm_order_newwindow_pdf`; CREATE TABLE `pm_order_newwindow_pdf` ( `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, `pm_order_fpzz_id` int(11) DEFAULT NULL COMMENT '关联fpzz_id', `member_...
65.142857
133
0.770285
0cc3a8a874579737da43eb33ea49f8d945b089ac
296
sql
SQL
DBUpdate/1.0.0.4 Create table User.sql
dmzubr/testing-store
5af60512010f10ea6e32477fbde4d83077b9013c
[ "MIT" ]
null
null
null
DBUpdate/1.0.0.4 Create table User.sql
dmzubr/testing-store
5af60512010f10ea6e32477fbde4d83077b9013c
[ "MIT" ]
null
null
null
DBUpdate/1.0.0.4 Create table User.sql
dmzubr/testing-store
5af60512010f10ea6e32477fbde4d83077b9013c
[ "MIT" ]
null
null
null
USE `Tester`; CREATE TABLE IF NOT EXISTS `User` ( `UserId` int(11) NOT NULL AUTO_INCREMENT, `Login` varchar(100) NOT NULL, `Email` varchar(100) NOT NULL, `LastName` varchar(45) NOT NULL, `FirstName` varchar(45) NOT NULL, PRIMARY KEY (`UserId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
26.909091
43
0.695946
8cb8d9015f6980b080f605d33c6360f97d44a8e9
3,385
swift
Swift
Example/WTestToolKit/RootGroup/RootViewController.swift
Jeffersons/WTestToolKit
c3dece9523e5b7fb724aae4b0ef4d17710c9ae42
[ "MIT" ]
null
null
null
Example/WTestToolKit/RootGroup/RootViewController.swift
Jeffersons/WTestToolKit
c3dece9523e5b7fb724aae4b0ef4d17710c9ae42
[ "MIT" ]
null
null
null
Example/WTestToolKit/RootGroup/RootViewController.swift
Jeffersons/WTestToolKit
c3dece9523e5b7fb724aae4b0ef4d17710c9ae42
[ "MIT" ]
null
null
null
// // RootViewController.swift // WTestToolKit_Example // // Created by Jefferson de Souza Batista on 21/07/21. // Copyright © 2021 CocoaPods. All rights reserved. // import UIKit protocol RootDisplayLogic: AnyObject { func displayRootList(result: [RootListCell.ViewModel]) func displaySegueTo(viewControll...
30.495495
119
0.680355
3e33f4699ecfdcfd3798021bf016febf21d32df3
7,543
h
C
old_version/Source/Includes/Core/thread.h
Oxmose/RTLKIM
27fe1a83b0c2127bb9bda8143cb1d2a51d0945ad
[ "MIT" ]
null
null
null
old_version/Source/Includes/Core/thread.h
Oxmose/RTLKIM
27fe1a83b0c2127bb9bda8143cb1d2a51d0945ad
[ "MIT" ]
1
2019-02-22T01:04:55.000Z
2019-02-23T17:17:09.000Z
old_version/Source/Includes/Core/thread.h
Oxmose/RTLKIM
27fe1a83b0c2127bb9bda8143cb1d2a51d0945ad
[ "MIT" ]
null
null
null
/***************************************************************************//** * @file thread.h * * @author Alexy Torres Aurora Dugo * * @date 03/10/2017 * * @version 2.0 * * @brief Thread's structures definitions. * * @details Thread's structures definitions. The files sontins all the data * relative to ...
30.538462
80
0.632507
aa0d2aa33c8543230ab2cf5054545a241db07949
69
dart
Dart
lib/Tokenizer.dart
regenvanwalbeek/ThreeDart
0ad2d3bb83f17cff6861a07778f6c4ef9a295bbe
[ "BSD-3-Clause" ]
null
null
null
lib/Tokenizer.dart
regenvanwalbeek/ThreeDart
0ad2d3bb83f17cff6861a07778f6c4ef9a295bbe
[ "BSD-3-Clause" ]
null
null
null
lib/Tokenizer.dart
regenvanwalbeek/ThreeDart
0ad2d3bb83f17cff6861a07778f6c4ef9a295bbe
[ "BSD-3-Clause" ]
null
null
null
library ThreeDart.Tokenizer; export 'src/Tokenizer/Tokenizer.dart';
17.25
38
0.811594
2166f45e5e3b7fc93962841fd49e08b381412004
1,012
rs
Rust
sos21-use-case/src/model/project_query.rs
sohosai/sos21-backend
f1883844b0e5c68d6b3f9d159c9268142abc81b4
[ "Apache-2.0", "MIT" ]
10
2021-03-01T05:27:59.000Z
2022-03-27T11:52:11.000Z
sos21-use-case/src/model/project_query.rs
sohosai/sos21-backend
f1883844b0e5c68d6b3f9d159c9268142abc81b4
[ "Apache-2.0", "MIT" ]
39
2021-03-01T05:03:10.000Z
2021-11-28T17:56:44.000Z
sos21-use-case/src/model/project_query.rs
sohosai/sos21-backend
f1883844b0e5c68d6b3f9d159c9268142abc81b4
[ "Apache-2.0", "MIT" ]
1
2021-11-10T13:12:50.000Z
2021-11-10T13:12:50.000Z
use crate::model::project::{ProjectAttribute, ProjectCategory}; use sos21_domain::model::project_query as entity; #[derive(Debug, Clone, PartialEq, Eq)] pub struct ProjectQueryConjunction { pub category: Option<ProjectCategory>, pub attributes: Vec<ProjectAttribute>, } impl ProjectQueryConjunction { pub ...
28.111111
72
0.634387
63febe0d943fd1d1571eaf81e4332effca3b3d2f
6,817
swift
Swift
realmPagination/CollectionViewController.swift
strawberrycode/RealmPagination
d2e28f06914711923f9617be39f26d61a75714e5
[ "MIT" ]
10
2016-05-29T22:58:18.000Z
2021-06-15T05:22:56.000Z
realmPagination/CollectionViewController.swift
strawberrycode/RealmPagination
d2e28f06914711923f9617be39f26d61a75714e5
[ "MIT" ]
2
2016-06-10T22:42:59.000Z
2017-09-06T21:59:00.000Z
realmPagination/CollectionViewController.swift
strawberrycode/RealmPagination
d2e28f06914711923f9617be39f26d61a75714e5
[ "MIT" ]
null
null
null
// // CollectionViewController.swift // realmPagination // // Created by Catherine Schwartz on 25/10/2015. // Copyright © 2015 Catherine Schwartz. All rights reserved. // import UIKit import RealmSwift private let reuseIdentifier = "CollectionCell" class CollectionViewController: UICollectionViewController { ...
35.878947
185
0.657914
f12939fdf77a448499a95f88b3493a67169a087d
1,388
rb
Ruby
app/helpers/dataset_helper.rb
quintel/etlocal
698ae4127406d08566353eee7e10ef43ca61ebc0
[ "MIT" ]
1
2018-01-18T13:54:22.000Z
2018-01-18T13:54:22.000Z
app/helpers/dataset_helper.rb
quintel/etlocal
698ae4127406d08566353eee7e10ef43ca61ebc0
[ "MIT" ]
208
2017-02-28T08:56:16.000Z
2022-03-29T12:36:19.000Z
app/helpers/dataset_helper.rb
quintel/etlocal
698ae4127406d08566353eee7e10ef43ca61ebc0
[ "MIT" ]
null
null
null
module DatasetHelper def version_options versions = @dataset_clones options_from_collection_for_select(versions, 'id', 'creator').prepend( "<option value='' disabled='disabled'>#{I18n.t('datasets.commit.switch_dataset')}</option>".html_safe ) end def has_dataset_edit_by_robot?(dataset_edit) ...
26.692308
107
0.693084
53bc9db634bdf6fb20aab6c9a494f0d30d95faa3
2,652
swift
Swift
OnTheMap2/AddLocationViewController.swift
Pac12Run8000/OnTheMap2
179d48904c13d97143845e02e1d91faa125d47c4
[ "Unlicense" ]
null
null
null
OnTheMap2/AddLocationViewController.swift
Pac12Run8000/OnTheMap2
179d48904c13d97143845e02e1d91faa125d47c4
[ "Unlicense" ]
null
null
null
OnTheMap2/AddLocationViewController.swift
Pac12Run8000/OnTheMap2
179d48904c13d97143845e02e1d91faa125d47c4
[ "Unlicense" ]
null
null
null
// // AddLocationViewController.swift // OnTheMap2 // // Created by Michelle Grover on 9/9/17. // Copyright © 2017 Norbert Grover. All rights reserved. // import UIKit class AddLocationViewController: UIViewController { @IBOutlet weak var findLocationButton: UIButton! @IBOutlet weak var locationTextField...
34.894737
170
0.625566
85d99d3e3b9c229df279ee2ffadb9dbeffdc0513
635
h
C
Cheetah_mPaaSSDK/Frameworks/AntUI.framework/Headers/AUAmountValidator.h
hyissogood/Cheetah_mPaaSSDK
30f6c22fa051ba702028b5bbc814baf957b53a26
[ "MIT" ]
232
2019-08-16T03:07:29.000Z
2020-11-18T06:10:19.000Z
Cheetah_mPaaSSDK/Frameworks/AntUI.framework/Headers/AUAmountValidator.h
hyissogood/Cheetah_mPaaSSDK
30f6c22fa051ba702028b5bbc814baf957b53a26
[ "MIT" ]
42
2019-08-20T11:44:51.000Z
2020-11-06T00:37:15.000Z
mpaas_nebula_demo/mpaas_nebula_demo_ios/MPaaS/Frameworks/AntUI.framework/Headers/AUAmountValidator.h
alipay/mpaas-demo
3efc4e383913a11d1bf231f63bb7be0c0decccdf
[ "Apache-2.0" ]
41
2019-08-16T07:30:31.000Z
2020-11-13T01:56:03.000Z
#import "AUUILoadDefine.h"//程序自动生成 #ifdef ANTUI_UI_amountInputBox//程序自动生成 // // AUAmountValidator.h // AntUI // // Created by zhaolei on 2017/8/23. // Copyright © 2017年 Alipay. All rights reserved. // #import <Foundation/Foundation.h> @protocol AUAmountValidatorProtocol <NSObject> @optional - (BOOL)checkNumberOf...
21.166667
74
0.765354
d267a3153dd6dc9274f968c6483c94c7637c3b6a
374
php
PHP
src/SingletonInterface.php
ncou/Chiron-Container
9f3f31251e9a4674422c58919734974b48b55ff4
[ "MIT" ]
1
2018-12-11T12:39:37.000Z
2018-12-11T12:39:37.000Z
src/SingletonInterface.php
ncou/Chiron-Container
9f3f31251e9a4674422c58919734974b48b55ff4
[ "MIT" ]
1
2018-09-12T23:06:53.000Z
2018-09-12T23:06:53.000Z
src/SingletonInterface.php
ncou/Chiron-Container
9f3f31251e9a4674422c58919734974b48b55ff4
[ "MIT" ]
null
null
null
<?php declare(strict_types=1); namespace Chiron\Container; /** * Classes implemented this interface will be treated as singleton (will only be constructed once in the container). */ // TODO : class à renommer BindSingletonInterface pour que cela soit plus simple à comprendre en lisant son nom. ou éventuellement Sh...
26.714286
153
0.791444
657124e58596e9b0f98bdb62035428c17075e0e7
4,865
dart
Dart
lib/models/items/throwable.dart
battle-buddy/battlebuddy-android
dcb5321665bdd80db0ead5f46118a6e1de44c15c
[ "MIT" ]
2
2021-06-16T14:16:42.000Z
2022-02-11T13:24:11.000Z
lib/models/items/throwable.dart
battle-buddy/battlebuddy-android
dcb5321665bdd80db0ead5f46118a6e1de44c15c
[ "MIT" ]
14
2021-02-02T15:39:07.000Z
2022-02-08T23:04:11.000Z
lib/models/items/throwable.dart
battle-buddy/battlebuddy-android
dcb5321665bdd80db0ead5f46118a6e1de44c15c
[ "MIT" ]
null
null
null
import 'package:cloud_firestore/cloud_firestore.dart'; import 'item.dart'; enum ThrowableType { fragmentation, flash, smoke, undefined, } extension ThrowableTypeExt on ThrowableType { static const Map<ThrowableType, String> _displayName = { ThrowableType.fragmentation: 'Fragmentation', ThrowableTyp...
31.185897
80
0.569168
c7dfc699a97adaf95f70bca597e4f6d78e07aa8f
4,827
py
Python
Server/socketServer.py
crew/dds-client
5d530f053955df07b75410807816241a10b567d3
[ "MIT" ]
null
null
null
Server/socketServer.py
crew/dds-client
5d530f053955df07b75410807816241a10b567d3
[ "MIT" ]
null
null
null
Server/socketServer.py
crew/dds-client
5d530f053955df07b75410807816241a10b567d3
[ "MIT" ]
null
null
null
#!/usr/bin/python import socket import select import json import thread from Classes.socketlist import socketList from Classes.message import Message from WPHandler import wpListenerStart def connect(**kwargs): """ Handles any new connections @param kwargs: Needed information for the connection @typ...
38.007874
115
0.629584
005467bf5aeec0666cb1c740af5665a251dad8c6
47
sql
SQL
init.sql
rodrigorpo/postgres-dump-restore
f5385d13bd70e7036fb8bac5c827fe10cb8bbcd0
[ "MIT" ]
null
null
null
init.sql
rodrigorpo/postgres-dump-restore
f5385d13bd70e7036fb8bac5c827fe10cb8bbcd0
[ "MIT" ]
null
null
null
init.sql
rodrigorpo/postgres-dump-restore
f5385d13bd70e7036fb8bac5c827fe10cb8bbcd0
[ "MIT" ]
null
null
null
CREATE DATABASE k8s; \c k8s; CREATE SCHEMA k8s;
15.666667
20
0.765957
2706603006dffdea5c3c70f944341c121331dd03
2,804
h
C
PrivateFrameworks/ITMLKit.framework/IKJSPlayer.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/ITMLKit.framework/IKJSPlayer.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/ITMLKit.framework/IKJSPlayer.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/ITMLKit.framework/ITMLKit */ @interface IKJSPlayer : IKJSEventListenerObject <IKJSPlayer> { NSMutableDictionary * _boundaryListeners; IKAppPlayerBridge * _bridge; bool _holdingSelfReference; NSMutableDictionary * _observedMeta...
35.948718
69
0.775321
f75e356a1f4a3a7dc510f2c2203bb6ef792403d2
283
c
C
Unix Family/Linux.Sneaky-Sneaky.a/decoy.c
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:13.000Z
2022-03-16T09:11:05.000Z
Unix Family/Linux.Sneaky-Sneaky.a/decoy.c
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
null
null
null
Unix Family/Linux.Sneaky-Sneaky.a/decoy.c
fengjixuchui/Family
2abe167082817d70ff2fd6567104ce4bcf0fe304
[ "MIT" ]
3
2021-05-15T15:57:15.000Z
2022-01-08T20:51:04.000Z
#include <unistd.h> #include <stdio.h> long getrandom(int,int); int ICMP_sp_send(char *,int,unsigned long ,int,int); int decoy(unsigned long ip,char *payload) { int tmp; extern int delay; sleep(getrandom(0,delay)); tmp = ICMP_sp_send(payload,0,ip,0,0); return tmp; }
16.647059
52
0.689046
2f3118d521fa7842207a268c426e972c5d1e084c
5,256
php
PHP
resources/views/penjelajahan(old).blade.php
yogamahhendra/Codingan-TA
229bf5169fe4b883e08aab798270ab3299640b7b
[ "MIT" ]
null
null
null
resources/views/penjelajahan(old).blade.php
yogamahhendra/Codingan-TA
229bf5169fe4b883e08aab798270ab3299640b7b
[ "MIT" ]
null
null
null
resources/views/penjelajahan(old).blade.php
yogamahhendra/Codingan-TA
229bf5169fe4b883e08aab798270ab3299640b7b
[ "MIT" ]
null
null
null
@extends('layouts.main') @section('head') @endsection @section('content') <div class="mx-auto w-11/12 lg:w-10/12 laptopl:w-9/12"> {{-- Penjelajahan --}} <div class="h-full pt-10"> {{-- accordion --}} <form action="" method="GET"> <div class="mb-3"> ...
53.090909
176
0.388508
86d01e8ce801700b91b0ea3d0fc066390b64c319
933
asm
Assembly
oeis/273/A273409.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/273/A273409.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/273/A273409.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A273409: Partial sums of the number of active (ON,black) cells in n-th stage of growth of two-dimensional cellular automaton defined by "Rule 678", based on the 5-celled von Neumann neighborhood. ; 1,6,11,28,37,66,87,152,177,254,291,404,453,602,687,944,1033,1302,1403,1708,1821,2162,2311,2760,2921,3406,3603,4196,4429,...
77.75
495
0.778135
d5aaae49653569d8718bcd361894a48e3d7bcc86
688
sql
SQL
_/chapter-16/nuxt-php/user.sql
paullewallencom/nuxt-978-1-7899-5269-8
860331d92f9ca72af4f958428d9b74ac8af693cd
[ "Apache-2.0" ]
30
2020-07-06T18:46:09.000Z
2022-03-13T10:33:13.000Z
_/chapter-16/nuxt-php/user.sql
paullewallencom/nuxt-978-1-7899-5269-8
860331d92f9ca72af4f958428d9b74ac8af693cd
[ "Apache-2.0" ]
24
2020-06-23T13:59:30.000Z
2022-03-08T23:26:34.000Z
_/chapter-16/nuxt-php/user.sql
paullewallencom/nuxt-978-1-7899-5269-8
860331d92f9ca72af4f958428d9b74ac8af693cd
[ "Apache-2.0" ]
26
2020-07-04T06:20:09.000Z
2022-03-22T10:26:54.000Z
-- Adminer 4.3.1 MySQL dump SET NAMES utf8; SET time_zone = '+00:00'; SET foreign_key_checks = 0; SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `uuid` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `created_on` int(10) unsigned N...
29.913043
78
0.690407
e724d1da6a6759e8c86afdeb251f7045228348e0
907
js
JavaScript
src/reducers/userReducer.js
shashankcm/React-Redux-Application-along-with-Google-Maps-API
198eb80aae70f297ac39c20ef3bbc72202ef8e39
[ "MIT" ]
null
null
null
src/reducers/userReducer.js
shashankcm/React-Redux-Application-along-with-Google-Maps-API
198eb80aae70f297ac39c20ef3bbc72202ef8e39
[ "MIT" ]
null
null
null
src/reducers/userReducer.js
shashankcm/React-Redux-Application-along-with-Google-Maps-API
198eb80aae70f297ac39c20ef3bbc72202ef8e39
[ "MIT" ]
null
null
null
import constants from '../constants' /* * * * * * * * * * * * * * * * * * * * * * * * * * * This is a sample reducer or user management. If you remove and use your own reducers, remember to update the store file (../stores/index.js) with your reducers. * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ ...
23.25641
68
0.615215
b2bd1fc6f7777c13168c679b65bd978ef82ec6d2
164
py
Python
pbxproj/pbxsections/PBXResourcesBuildPhase.py
JoliChen/mod-pbxproj
24994416eec9cec838dce696c3cc9262c01ba883
[ "MIT" ]
1
2020-01-16T08:33:38.000Z
2020-01-16T08:33:38.000Z
pbxproj/pbxsections/PBXResourcesBuildPhase.py
JoliChen/mod-pbxproj
24994416eec9cec838dce696c3cc9262c01ba883
[ "MIT" ]
null
null
null
pbxproj/pbxsections/PBXResourcesBuildPhase.py
JoliChen/mod-pbxproj
24994416eec9cec838dce696c3cc9262c01ba883
[ "MIT" ]
null
null
null
from pbxproj.pbxsections.PBXGenericBuildPhase import * class PBXResourcesBuildPhase(PBXGenericBuildPhase): def _get_comment(self): return 'Resources'
23.428571
54
0.786585
85b5cc0cd9046691fda9200029f908cf3917ea36
476
js
JavaScript
frontend/src/actions/user.action.js
bharadhwaj/employee-rating
449d4b02a6d939036ef5d725a36062489ca0be97
[ "MIT" ]
null
null
null
frontend/src/actions/user.action.js
bharadhwaj/employee-rating
449d4b02a6d939036ef5d725a36062489ca0be97
[ "MIT" ]
4
2021-03-11T06:58:36.000Z
2022-02-27T01:17:24.000Z
frontend/src/actions/user.action.js
bharadhwaj/employee-rating
449d4b02a6d939036ef5d725a36062489ca0be97
[ "MIT" ]
null
null
null
import { USER } from '../constants/actions'; export function updateBasicUserInfo(userInfo) { return { type: USER.UPDATE_BASIC_DATA, payload: { userInfo } }; } export function resetUserInfo() { return { type: USER.RESET_USER_DATA }; } export function getUsersOfCurrentOrganisation() { return { type: USER.GET_USE...
26.444444
72
0.75
e722d48b7e8203f05a5921012d1b382435bf7890
2,679
js
JavaScript
src/Disp/Tooltips/WrinklerTooltips.js
benblank/CookieMonster
809bd4d35d4e17815331a515a22b2a15b6f209f6
[ "MIT" ]
332
2015-01-31T16:21:24.000Z
2021-04-17T13:14:18.000Z
src/Disp/Tooltips/WrinklerTooltips.js
benblank/CookieMonster
809bd4d35d4e17815331a515a22b2a15b6f209f6
[ "MIT" ]
501
2015-02-02T23:43:34.000Z
2021-05-01T21:28:26.000Z
src/Disp/Tooltips/WrinklerTooltips.js
benblank/CookieMonster
809bd4d35d4e17815331a515a22b2a15b6f209f6
[ "MIT" ]
199
2015-01-10T16:55:54.000Z
2021-04-27T03:48:08.000Z
import { SimObjects } from '../../Sim/VariablesAndData'; import Beautify from '../BeautifyAndFormatting/Beautify'; import { TooltipWrinkler, TooltipWrinklerArea, TooltipWrinklerBeingShown, } from '../VariablesAndData'; /** * This function checks and create a tooltip for the wrinklers * It is called by CM.Disp....
36.202703
117
0.652109
4704e29807a85c406f3ff4dbd3140b298bc0a29d
1,010
sql
SQL
queries/stackoverflow/q16/aec57a9b7ee7a2fdee97d8a46d3932a60ac7dcbd.sql
christophanneser/Bao-for-Presto
b1d93689025d51cdea1a2e81edb8f077df8afcc1
[ "MIT" ]
null
null
null
queries/stackoverflow/q16/aec57a9b7ee7a2fdee97d8a46d3932a60ac7dcbd.sql
christophanneser/Bao-for-Presto
b1d93689025d51cdea1a2e81edb8f077df8afcc1
[ "MIT" ]
null
null
null
queries/stackoverflow/q16/aec57a9b7ee7a2fdee97d8a46d3932a60ac7dcbd.sql
christophanneser/Bao-for-Presto
b1d93689025d51cdea1a2e81edb8f077df8afcc1
[ "MIT" ]
null
null
null
SELECT COUNT(*) FROM site AS s, so_user AS u1, tag AS t1, tag_question AS tq1, question AS q1, badge AS b1, account AS acc WHERE s.site_id = u1.site_id AND s.site_id = b1.site_id AND s.site_id = t1.site_id AND s.site_id = tq1.site_id AND s.site_id = q1.site_id AND t1.id = tq1.tag...
28.055556
43
0.492079
12622ece3e91c27f60bccd5e0b49332c868b598d
1,726
h
C
submodules/LegacyComponents/PublicHeaders/LegacyComponents/TGCheckButtonView.h
Sergey70/Telegram-iOS
331b51ee204b92bb4c3aa8d4006a5070d4644770
[ "AML" ]
null
null
null
submodules/LegacyComponents/PublicHeaders/LegacyComponents/TGCheckButtonView.h
Sergey70/Telegram-iOS
331b51ee204b92bb4c3aa8d4006a5070d4644770
[ "AML" ]
null
null
null
submodules/LegacyComponents/PublicHeaders/LegacyComponents/TGCheckButtonView.h
Sergey70/Telegram-iOS
331b51ee204b92bb4c3aa8d4006a5070d4644770
[ "AML" ]
null
null
null
#import <UIKit/UIKit.h> typedef enum { TGCheckButtonStyleDefault, TGCheckButtonStyleDefaultBlue, TGCheckButtonStyleBar, TGCheckButtonStyleMedia, TGCheckButtonStyleGallery, TGCheckButtonStyleShare, TGCheckButtonStyleChat, TGCheckButtonStyleCompact } TGCheckButtonStyle; @interface TGChec...
39.227273
389
0.811124
7bb59e49f99821f1699e382dd6ff4a0ff65d8250
2,600
swift
Swift
SwiftExtension/TestNativeApp/NativeWidget/NativeWidget.swift
t9mike/xamarin-ios-swift-extension
dbeb29102bf2f64e1929dcf4c9821cdb61b3ec52
[ "MIT" ]
26
2020-07-10T07:26:31.000Z
2022-01-07T14:58:36.000Z
SwiftExtension/TestNativeApp/NativeWidget/NativeWidget.swift
t9mike/xamarin-ios-swift-extension
dbeb29102bf2f64e1929dcf4c9821cdb61b3ec52
[ "MIT" ]
3
2020-09-23T15:17:37.000Z
2021-11-16T09:46:01.000Z
SwiftExtension/TestNativeApp/NativeWidget/NativeWidget.swift
t9mike/xamarin-ios-swift-extension
dbeb29102bf2f64e1929dcf4c9821cdb61b3ec52
[ "MIT" ]
6
2020-09-04T23:54:46.000Z
2021-09-27T20:44:41.000Z
// // NativeWidget.swift // NativeWidget // // Created by Chris Hamons on 6/30/20. // import WidgetKit import SwiftUI import Intents struct Provider: IntentTimelineProvider { public func placeholder(in context: Context) -> DataEntry { return DataEntry(value: "0.0", delta: "0.0", date: Date(), configura...
30.588235
143
0.643077
12bf66c0703d7c96e492015af3074233b2341722
672
html
HTML
src/main/resources/static/f/c/11/sql_exe/sql_build.html
am-tasclin/amwf004
95f0be810789c2523133765555f398e21dd47d76
[ "Apache-2.0" ]
null
null
null
src/main/resources/static/f/c/11/sql_exe/sql_build.html
am-tasclin/amwf004
95f0be810789c2523133765555f398e21dd47d76
[ "Apache-2.0" ]
1
2020-07-04T17:14:57.000Z
2020-07-04T17:14:57.000Z
src/main/resources/static/f/c/11/sql_exe/sql_build.html
am-tasclin/amwf004
95f0be810789c2523133765555f398e21dd47d76
[ "Apache-2.0" ]
1
2020-07-01T17:28:20.000Z
2020-07-01T17:28:20.000Z
<div class="w3-border-bottom"> {{ctrl.eMap[ctrl.sql_exe.rs2_id].r1value}} <div data-ng-repeat="e in ctrl.eMap[ctrl.sql_exe.rs2_id].children" data-ng-switch="e.reference"> <span title="id:{{e.doc_id}}, r:{{e.reference}}"> {{e.r1value}} </span> <span data-ng-switch-when="372183">()</span> ...
48
100
0.587798
6ba093d8c94e5a16648adbb5eb0c0bc15baf4452
158
h
C
src/Plugins/hardlight/WriterAdapter.h
cwaldren/HL-engine
0a303759eaed6331e4e0022f59d71fd2cc5c4379
[ "MIT" ]
8
2019-01-18T04:39:08.000Z
2020-05-16T01:11:54.000Z
src/Plugins/hardlight/WriterAdapter.h
cwaldren/HL-engine
0a303759eaed6331e4e0022f59d71fd2cc5c4379
[ "MIT" ]
null
null
null
src/Plugins/hardlight/WriterAdapter.h
cwaldren/HL-engine
0a303759eaed6331e4e0022f59d71fd2cc5c4379
[ "MIT" ]
4
2019-01-18T21:20:32.000Z
2020-06-29T14:34:06.000Z
#pragma once class WriterAdapter { public: virtual void start() = 0; virtual void stop() = 0; virtual std::size_t total_bytes_written() const = 0; };
12.153846
53
0.683544
3a17de98ac02d41a39ec3140af6e77c52bf9c227
814
swift
Swift
tools/MIOTool/Sources/main.swift
MIOLabs/MIOJSLibs
3750211d178e496e18e47acfcf08d37777c068ef
[ "Apache-2.0" ]
3
2016-12-01T12:00:46.000Z
2018-02-23T12:08:02.000Z
tools/MIOTool/Sources/main.swift
MIOLabs/MIOJSLibs
3750211d178e496e18e47acfcf08d37777c068ef
[ "Apache-2.0" ]
14
2020-01-28T16:26:54.000Z
2022-03-02T07:08:26.000Z
tools/MIOTool/Sources/main.swift
MIOLabs/MIOJSLibs
3750211d178e496e18e47acfcf08d37777c068ef
[ "Apache-2.0" ]
1
2020-12-17T18:04:13.000Z
2020-12-17T18:04:13.000Z
// // main.swift // MIOTool // // Created by GodShadow on 27/02/2017. // Copyright © 2017 MIO Research Labs. All rights reserved. // import Foundation if (ArgsCount() == 1) { print("MIOTool v1.2\n"); print("Not enough params!\n"); } var cmd:Command? = nil; while let token = NextArg() { switch (...
17.695652
60
0.448403
7627a0d74e556b64580bcef4df752a4b102389a6
2,872
kt
Kotlin
matrix/services/crypto/src/main/kotlin/app/dapk/st/matrix/crypto/internal/ShareRoomKeyUseCase.kt
ShadowJonathan/small-talk
2ab2253e7a1335f8c25b5e69be0dc1ec9c254958
[ "Apache-2.0" ]
33
2022-03-05T00:34:11.000Z
2022-03-28T12:09:52.000Z
matrix/services/crypto/src/main/kotlin/app/dapk/st/matrix/crypto/internal/ShareRoomKeyUseCase.kt
ShadowJonathan/small-talk
2ab2253e7a1335f8c25b5e69be0dc1ec9c254958
[ "Apache-2.0" ]
12
2022-02-27T22:30:11.000Z
2022-03-24T05:38:07.000Z
matrix/services/crypto/src/main/kotlin/app/dapk/st/matrix/crypto/internal/ShareRoomKeyUseCase.kt
ShadowJonathan/small-talk
2ab2253e7a1335f8c25b5e69be0dc1ec9c254958
[ "Apache-2.0" ]
1
2022-03-18T18:11:34.000Z
2022-03-18T18:11:34.000Z
package app.dapk.st.matrix.crypto.internal import app.dapk.st.matrix.common.* import app.dapk.st.matrix.common.extensions.toJsonString import app.dapk.st.matrix.crypto.Olm import app.dapk.st.matrix.device.DeviceService import app.dapk.st.matrix.device.ToDevicePayload private val ALGORITHM_OLM = AlgorithmName("m.olm.v...
44.184615
152
0.616295
4918ec42847a1bf1b1d53c62a095ffc8c55c0833
5,443
asm
Assembly
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1856.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1856.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_xt_/i9-9900K_12_0xa0_notsx.log_21829_1856.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r11 push %r12 push %r13 push %r8 push %r9 push %rcx push %rdi push %rsi lea addresses_WT_ht+0x17ba7, %r8 nop nop nop nop nop and %r13, %r13 mov $0x6162636465666768, %r12 movq %r12, %xmm1 movups %xmm1, (%r8) nop nop inc %r9 lea addresses_normal_ht+0xb2df, %rsi lea addre...
44.614754
2,999
0.661216
0bc674ff5b220af2ad921daaa63df5bb644d2616
642
js
JavaScript
services/madoc-ts/webpack.frontend.js
NLW-paulm/madoc-platform
eae9c5ea1b03da26d715a1629eedd0c19db39ed0
[ "MIT" ]
null
null
null
services/madoc-ts/webpack.frontend.js
NLW-paulm/madoc-platform
eae9c5ea1b03da26d715a1629eedd0c19db39ed0
[ "MIT" ]
null
null
null
services/madoc-ts/webpack.frontend.js
NLW-paulm/madoc-platform
eae9c5ea1b03da26d715a1629eedd0c19db39ed0
[ "MIT" ]
null
null
null
module.exports = { mode: process.env.NODE_ENV || 'development', devtool: 'inline-source-map', output: { filename: 'bundle.js', pathinfo: false, publicPath: '/s/default/madoc/assets/admin/', }, module: { rules: [ { test: /\.(ts|tsx)$/, use: [ { loader...
19.454545
49
0.459502
5d35de6518e039a8d40fc9a4cd8602180c8892f2
1,585
asm
Assembly
programs/oeis/273/A273368.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/273/A273368.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/273/A273368.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A273368: Numbers k such that 10*k+9 is a perfect square. ; 0,4,16,28,52,72,108,136,184,220,280,324,396,448,532,592,688,756,864,940,1060,1144,1276,1368,1512,1612,1768,1876,2044,2160,2340,2464,2656,2788,2992,3132,3348,3496,3724,3880,4120,4284,4536,4708,4972,5152,5428,5616,5904,6100,6400,6604,6916,7128,7452,7672,8008,82...
144.090909
1,460
0.811987