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
a44298c5a5cc13853a7984a0e8a9f743264b49a2
4,201
php
PHP
src/Hris/MemoBundle/Entity/Memo.php
borrasca/erp
625dbb5b43d6b833e20e9e5860722b90a2716681
[ "MIT" ]
3
2018-07-02T09:44:02.000Z
2018-08-17T22:41:34.000Z
src/Hris/MemoBundle/Entity/Memo.php
borrasca/erp
625dbb5b43d6b833e20e9e5860722b90a2716681
[ "MIT" ]
null
null
null
src/Hris/MemoBundle/Entity/Memo.php
borrasca/erp
625dbb5b43d6b833e20e9e5860722b90a2716681
[ "MIT" ]
4
2018-07-23T03:04:23.000Z
2019-01-13T04:34:12.000Z
<?php namespace Hris\MemoBundle\Entity; use Doctrine\ORM\Mapping as ORM; use Doctrine\Common\Collections\ArrayCollection; use Gist\CoreBundle\Template\Entity\HasGeneratedID; use Gist\CoreBundle\Template\Entity\TrackCreate; use stdClass; /** * @ORM\Entity * @ORM\Table(name="hr_memo") */ class Memo { /* ...
21.005
74
0.602714
74561ef410558ce34886e66e74084b19a034e98c
102,058
css
CSS
images/sdd_files/XK44-LwLyC6.css
sdoylelambda/solo
fbfc6bcae667279e879a42b17c875d30546da125
[ "CC-BY-3.0" ]
null
null
null
images/sdd_files/XK44-LwLyC6.css
sdoylelambda/solo
fbfc6bcae667279e879a42b17c875d30546da125
[ "CC-BY-3.0" ]
null
null
null
images/sdd_files/XK44-LwLyC6.css
sdoylelambda/solo
fbfc6bcae667279e879a42b17c875d30546da125
[ "CC-BY-3.0" ]
null
null
null
._7jp4{max-width:248px}._7jp4._5i_d{max-width:248px}._7jp5{align-items:center;background-color:#00a400;border-radius:18px 18px 0 0;color:#fff;display:flex;flex-direction:row;height:56px;justify-content:space-between;padding:0 12px}._7jp6{align-items:center;display:flex;flex-direction:row}._7jp7{align-items:center;backg...
1,121.516484
11,990
0.790452
6d3779553d64a1effdaca14e307f0f28173cea85
8,059
ts
TypeScript
src/services/BotlistService.ts
DRSchlaubi/Nino
ce982c34035ac141cca85ff07eb71e82dc82a9d4
[ "MIT" ]
122
2020-05-01T15:04:53.000Z
2022-03-29T03:54:55.000Z
src/services/BotlistService.ts
DRSchlaubi/Nino
ce982c34035ac141cca85ff07eb71e82dc82a9d4
[ "MIT" ]
43
2020-05-07T12:52:00.000Z
2022-01-28T00:19:00.000Z
src/services/BotlistService.ts
DRSchlaubi/Nino
ce982c34035ac141cca85ff07eb71e82dc82a9d4
[ "MIT" ]
40
2020-05-22T11:08:40.000Z
2022-02-10T20:08:58.000Z
/** * Copyright (c) 2019-2021 Nino * * 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, modify, merge, publish,...
32.10757
108
0.562104
18dab236f5eba517722ad7f74704eeb2065f7a06
472
dart
Dart
lib/screens/egg_machine/egg_machine_subtab.dart
nachoapps/dadguide-flutter
c3a9f3d664ac91541a4f4b80d971f6bf986b784d
[ "MIT" ]
16
2019-08-11T16:12:43.000Z
2020-09-05T08:33:08.000Z
lib/screens/egg_machine/egg_machine_subtab.dart
nachoapps/dadguide-flutter
c3a9f3d664ac91541a4f4b80d971f6bf986b784d
[ "MIT" ]
187
2019-08-10T19:54:45.000Z
2020-07-27T12:03:08.000Z
lib/screens/egg_machine/egg_machine_subtab.dart
nachoapps/dadguide-flutter
c3a9f3d664ac91541a4f4b80d971f6bf986b784d
[ "MIT" ]
15
2019-08-11T16:13:21.000Z
2021-02-27T03:58:54.000Z
import 'package:dadguide2/components/firebase/analytics.dart'; import 'package:dadguide2/components/ui/navigation.dart'; import 'package:flutter/material.dart'; import 'egg_machine_content.dart'; class EggMachineScreen extends StatelessWidget { final EggMachineArgs args; EggMachineScreen(this.args) { screenC...
24.842105
62
0.783898
fde1f680bc80ec73ce3421ad06458bf1a94bf20b
848
css
CSS
legacy/results/most_wanted_otus/most_wanted_otus.css
GLOMICON/emp
c1f752d1ae4c009328bbdcecf9666dbd4dac39b6
[ "BSD-3-Clause" ]
1
2020-01-30T15:06:26.000Z
2020-01-30T15:06:26.000Z
legacy/results/most_wanted_otus/most_wanted_otus.css
https-github-com-peadrakw-p1/emp
3bc8984ec56c3fcc93e8241ac4cdb88177772cf6
[ "BSD-3-Clause" ]
null
null
null
legacy/results/most_wanted_otus/most_wanted_otus.css
https-github-com-peadrakw-p1/emp
3bc8984ec56c3fcc93e8241ac4cdb88177772cf6
[ "BSD-3-Clause" ]
null
null
null
body { font-family: helvetica; font-size: 10pt; } img { border: none; width: 150px; height: 150px; } table#most_wanted_otus_table{ width: 100%; border-spacing: 1px; background-color: #ddd; } table#most_wanted_otus_table tr{ width: 100%; /* border: 1px solid black;*/ } table#mo...
15.142857
57
0.633255
1255b0cb7c174b15182155edeb600be7ccfb3f69
1,189
cs
C#
WTS/Features/AppExtension/SampleAppExtensions/SampleAppHost/ViewModels/MainViewModel.cs
mvegaca/PoC
06ca8a8c00ad6f98d8d9ce33a4415bb2f2e05204
[ "Apache-2.0" ]
null
null
null
WTS/Features/AppExtension/SampleAppExtensions/SampleAppHost/ViewModels/MainViewModel.cs
mvegaca/PoC
06ca8a8c00ad6f98d8d9ce33a4415bb2f2e05204
[ "Apache-2.0" ]
1
2018-11-24T12:58:23.000Z
2018-11-24T12:58:23.000Z
WTS/Features/AppExtension/SampleAppExtensions/SampleAppHost/ViewModels/MainViewModel.cs
mvegaca/PoC
06ca8a8c00ad6f98d8d9ce33a4415bb2f2e05204
[ "Apache-2.0" ]
null
null
null
using System; using System.Windows.Input; using SampleAppHost.Helpers; using SampleAppHost.Services; namespace SampleAppHost.ViewModels { public class MainViewModel : Observable { public ICommand DebugCommand { get; } public MainViewModel() { DebugCommand = new RelayComman...
33.971429
90
0.619849
bc672a70719853353cdbdf8278807cff93d51085
20,748
lua
Lua
hammerspoon/.hammerspoon/Spoons/EmmyLua.spoon/annotations/hs.pasteboard.lua
xaviervalarino/dotfiles
e108e2edfadd8c18b6a19079cef40d12d00c4b52
[ "MIT" ]
4
2017-04-19T06:03:16.000Z
2022-03-31T02:25:09.000Z
hammerspoon/.hammerspoon/Spoons/EmmyLua.spoon/annotations/hs.pasteboard.lua
xaviervalarino/dotfiles
e108e2edfadd8c18b6a19079cef40d12d00c4b52
[ "MIT" ]
null
null
null
hammerspoon/.hammerspoon/Spoons/EmmyLua.spoon/annotations/hs.pasteboard.lua
xaviervalarino/dotfiles
e108e2edfadd8c18b6a19079cef40d12d00c4b52
[ "MIT" ]
null
null
null
--# selene: allow(unused_variable) ---@diagnostic disable: unused-local -- Inspect/manipulate pasteboards (more commonly called clipboards). Both the system default pasteboard and custom named pasteboards can be interacted with. -- -- This module is based partially on code from the previous incarnation of Mjolnir by [...
58.610169
536
0.744409
bea8ec1ae703c1cd287c46d70d8af22caa75c07f
2,070
tsx
TypeScript
packages/radio/__tests__/radio.test.tsx
Nature-UI/nature-ui
05eb891d282d37b015eb1d37adf06378629454f4
[ "MIT" ]
48
2021-01-29T05:02:52.000Z
2022-03-01T17:22:01.000Z
packages/radio/__tests__/radio.test.tsx
Nature-UI/nature-ui
05eb891d282d37b015eb1d37adf06378629454f4
[ "MIT" ]
8
2021-01-29T10:02:20.000Z
2022-02-02T10:57:20.000Z
packages/radio/__tests__/radio.test.tsx
Nature-UI/nature-ui
05eb891d282d37b015eb1d37adf06378629454f4
[ "MIT" ]
2
2021-01-31T03:26:39.000Z
2021-05-01T16:32:55.000Z
import { render } from '@nature-ui/test-utils'; import { Radio, useRadio, UseRadioProps } from '../src'; describe('@nature-ui/radio', () => { test('Radio renders correctly', () => { const { asFragment } = render(<Radio size='lg' color='blue-500' />); expect(asFragment()).toMatchSnapshot(); }); test('ha...
38.333333
77
0.663768
bb7f960114120f23e92ba5da1075a128f7385954
2,309
cs
C#
src/Microsoft.DocAsCode.Plugins/RootedFileAbstractLayer.cs
brianlehr/docs-test-temp
03027c8c43d2fdb1d28d04f8a9d6cf67071bcc64
[ "MIT" ]
1
2016-08-03T03:59:50.000Z
2016-08-03T03:59:50.000Z
src/Microsoft.DocAsCode.Plugins/RootedFileAbstractLayer.cs
brianlehr/docs-test-temp
03027c8c43d2fdb1d28d04f8a9d6cf67071bcc64
[ "MIT" ]
null
null
null
src/Microsoft.DocAsCode.Plugins/RootedFileAbstractLayer.cs
brianlehr/docs-test-temp
03027c8c43d2fdb1d28d04f8a9d6cf67071bcc64
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. namespace Microsoft.DocAsCode.Plugins { using System.Collections.Generic; using System.Collections.Immutable; using System.IO; public class RootedFile...
33.463768
108
0.5877
f4d856921ed21dde6d53e7982daddd2a3d9cc13c
284
ts
TypeScript
src/stackoverflow/59311270/functions.ts
mrdulin/jest-codelab
d85f355c18a62658a5e153dff8ead691c1c9cf7a
[ "MIT" ]
86
2019-09-15T13:34:42.000Z
2022-03-25T17:34:30.000Z
src/stackoverflow/59311270/functions.ts
mrdulin/jest-codelab
d85f355c18a62658a5e153dff8ead691c1c9cf7a
[ "MIT" ]
3
2018-10-09T04:31:30.000Z
2020-09-06T07:26:42.000Z
src/stackoverflow/59311270/functions.ts
mrdulin/jest-codelab
d85f355c18a62658a5e153dff8ead691c1c9cf7a
[ "MIT" ]
31
2020-02-19T10:12:41.000Z
2022-03-05T12:15:45.000Z
export interface IEventData {} export function processEvent() { return (event: IEventData) => { const eventType = exports.getEventType(event); return eventType; }; } function getEventType(event: IEventData): string { return ''; } exports.getEventType = getEventType;
18.933333
50
0.714789
43a0fa32225cab422688ef891d8de35bdf318391
99
ts
TypeScript
src/Objects/SpinnerBonusTick.ts
kionell/osu-standard-stable
22a2ca1c7354e2bcf76da51bb7736a27bdb2ff1d
[ "MIT" ]
2
2021-12-17T06:36:09.000Z
2022-01-19T14:02:13.000Z
src/Objects/SpinnerBonusTick.ts
kionell/osu-standard-stable
22a2ca1c7354e2bcf76da51bb7736a27bdb2ff1d
[ "MIT" ]
null
null
null
src/Objects/SpinnerBonusTick.ts
kionell/osu-standard-stable
22a2ca1c7354e2bcf76da51bb7736a27bdb2ff1d
[ "MIT" ]
1
2021-12-17T06:35:40.000Z
2021-12-17T06:35:40.000Z
import { SpinnerTick } from './SpinnerTick'; export class SpinnerBonusTick extends SpinnerTick {}
24.75
52
0.777778
a9e9fa1af89de9a8ebd97c011016cdbeedb23cf8
489
php
PHP
backend/views/menu/add.php
yingyingguai/baijia
77148356ffafe315f8e7d6bed2d51bd5f7341766
[ "BSD-3-Clause" ]
1
2018-12-10T06:00:37.000Z
2018-12-10T06:00:37.000Z
backend/views/menu/add.php
yingyingguai/baijia
77148356ffafe315f8e7d6bed2d51bd5f7341766
[ "BSD-3-Clause" ]
null
null
null
backend/views/menu/add.php
yingyingguai/baijia
77148356ffafe315f8e7d6bed2d51bd5f7341766
[ "BSD-3-Clause" ]
null
null
null
<?php $form = \yii\bootstrap\ActiveForm::begin(); echo $form->field($model,'label')->textInput()->label("名称"); echo $form->field($model,'parent_id')->dropDownList($menu_options,['prompt'=>'--请选择上级菜单--'])->label('上级菜单'); echo $form->field($model,'url')->dropDownList($options,['prompt'=>'--请选择路由--'])->label('地址(路由)');...
54.333333
109
0.656442
1dd959fd04592f4c3add6b57f17d882d9e4597c4
12,815
ps1
PowerShell
src/PowerShell/PSBouncyCastleCertChainGenerationScript.ps1
ryanspletzer/scripts
613ea6432c7d4484f920b4acb21753a5fbb17236
[ "MIT" ]
2
2018-02-25T23:13:34.000Z
2018-03-27T11:34:08.000Z
src/PowerShell/PSBouncyCastleCertChainGenerationScript.ps1
ryanspletzer/Scripts
613ea6432c7d4484f920b4acb21753a5fbb17236
[ "MIT" ]
null
null
null
src/PowerShell/PSBouncyCastleCertChainGenerationScript.ps1
ryanspletzer/Scripts
613ea6432c7d4484f920b4acb21753a5fbb17236
[ "MIT" ]
null
null
null
<# .SYNOPSIS A script for generating a certificate chain for development / testing purposes using the PSBouncyCastle module, which wraps the Bouncy Castle C# library. .PARAMETER CompanyName CompanyName will be used in the subject name and other attributes of the certificates. Specify -C...
50.254902
172
0.787671
6a16535dffdb19dc8a320602be072de67c52fb89
41
lua
Lua
app/arrowdata9.lua
emersonhsieh/swipemaze
bc382ef5ad8f59cd610d0539c2e572841ee77545
[ "MIT" ]
null
null
null
app/arrowdata9.lua
emersonhsieh/swipemaze
bc382ef5ad8f59cd610d0539c2e572841ee77545
[ "MIT" ]
null
null
null
app/arrowdata9.lua
emersonhsieh/swipemaze
bc382ef5ad8f59cd610d0539c2e572841ee77545
[ "MIT" ]
null
null
null
--my global space local M = {} return M
13.666667
18
0.634146
4d2cf792e5616ac2e673787cc9de3c3f14cbb4f1
895
cs
C#
src/Microsoft.AspNet.WebHooks.Receivers.VSTS/Payloads/BuildCompletedRequest.cs
smunish/AspNetWebHooks
0e18442a05db4fa4bb9b4604079215bf0423763e
[ "Apache-2.0" ]
97
2018-01-21T00:02:12.000Z
2022-03-31T07:42:17.000Z
src/Microsoft.AspNet.WebHooks.Receivers.VSTS/Payloads/BuildCompletedRequest.cs
smunish/AspNetWebHooks
0e18442a05db4fa4bb9b4604079215bf0423763e
[ "Apache-2.0" ]
53
2018-01-19T19:06:55.000Z
2022-03-14T10:52:16.000Z
src/Microsoft.AspNet.WebHooks.Receivers.VSTS/Payloads/BuildCompletedRequest.cs
niranjanphadke/Test
a2d811b16554fa552e49012096543aa818f5caa3
[ "Apache-2.0" ]
95
2018-01-20T21:14:38.000Z
2022-03-31T07:42:19.000Z
// Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; using Newtonsoft.Json; namespace Microsoft.AspNet.WebHooks.Payloads { /// <summary> /// Describes the request of the build. ...
27.121212
111
0.586592
b0707e3087d3b8b9a86e0ca6a856ccdc634efea8
4,176
py
Python
tensorflow_graphics/projects/points_to_3Dobjects/transforms/preprocessor.py
Liang813/graphics
71ab1775228a0a292427551350cbb62bfa8bd01a
[ "Apache-2.0" ]
2,759
2019-01-08T10:40:34.000Z
2022-03-28T13:49:37.000Z
tensorflow_graphics/projects/points_to_3Dobjects/transforms/preprocessor.py
Liang813/graphics
71ab1775228a0a292427551350cbb62bfa8bd01a
[ "Apache-2.0" ]
262
2019-04-28T12:25:49.000Z
2022-03-24T19:35:15.000Z
tensorflow_graphics/projects/points_to_3Dobjects/transforms/preprocessor.py
Liang813/graphics
71ab1775228a0a292427551350cbb62bfa8bd01a
[ "Apache-2.0" ]
380
2019-05-09T00:14:45.000Z
2022-03-31T12:48:25.000Z
# Copyright 2020 The TensorFlow Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to i...
40.153846
84
0.712883
1a551ed464d04d74bfa042f1350e3a199fa5bb37
141
py
Python
project-mm-2015/src/test/capture_webcam.py
caioviel/project-mm-2015
61a943b79b42929b9003c7af65d9f0c7edaafb7b
[ "MIT" ]
null
null
null
project-mm-2015/src/test/capture_webcam.py
caioviel/project-mm-2015
61a943b79b42929b9003c7af65d9f0c7edaafb7b
[ "MIT" ]
3
2015-04-26T18:35:04.000Z
2015-04-26T20:17:10.000Z
project-mm-2015/src/test/capture_webcam.py
caioviel/project-mm-2015
61a943b79b42929b9003c7af65d9f0c7edaafb7b
[ "MIT" ]
null
null
null
def main(): print "testing capture_webcam" import video video.avconv.AVConverter if __name__ == "__main__": main ()
11.75
34
0.624113
8e5920fab5a81e6c0e7979fb9d6de76e8050f656
609
js
JavaScript
client/build/precache-manifest.0783295750ee73855e0c5ce2a0452696.js
skendall74/googleBooksSearch
75385168f608b7dae7c1d468b9a7a3f9181c3b6d
[ "MIT" ]
null
null
null
client/build/precache-manifest.0783295750ee73855e0c5ce2a0452696.js
skendall74/googleBooksSearch
75385168f608b7dae7c1d468b9a7a3f9181c3b6d
[ "MIT" ]
null
null
null
client/build/precache-manifest.0783295750ee73855e0c5ce2a0452696.js
skendall74/googleBooksSearch
75385168f608b7dae7c1d468b9a7a3f9181c3b6d
[ "MIT" ]
null
null
null
self.__precacheManifest = [ { "revision": "5484b301881c29f5a679", "url": "/static/css/main.d8830cb2.chunk.css" }, { "revision": "5484b301881c29f5a679", "url": "/static/js/main.f6ea9c8a.chunk.js" }, { "revision": "42ac5946195a7306e2a5", "url": "/static/js/runtime~main.a8a9905a.js" }, ...
23.423077
51
0.622332
750d2782032a1a06ec4a83c56437132a008745c8
172,490
css
CSS
public/assets/css/toastui-editor.css
Mohammedwm/ecommerce-app
9760fa37adc2c4b001da9fa85684183c6e98287e
[ "MIT" ]
null
null
null
public/assets/css/toastui-editor.css
Mohammedwm/ecommerce-app
9760fa37adc2c4b001da9fa85684183c6e98287e
[ "MIT" ]
null
null
null
public/assets/css/toastui-editor.css
Mohammedwm/ecommerce-app
9760fa37adc2c4b001da9fa85684183c6e98287e
[ "MIT" ]
null
null
null
/*! * @toast-ui/editor * @version 3.1.1 | Wed Oct 27 2021 * @author NHN FE Development Lab <dl_javascript@nhn.com> * @license MIT */ .ProseMirror { position: relative; } .ProseMirror { word-wrap: break-word; white-space: pre-wrap; white-space: break-spaces; -webkit-font-variant-ligatures: none; font-v...
108.484277
71,814
0.915386
8e7a0bc5173d4e3725196d03685f3a975fd9ffbd
43
js
JavaScript
frontend/server/__mocks__/minio.js
bcgov/OCWA
e0bd0763ed1e3c0acc498cb1689778b4e22a475c
[ "Apache-2.0" ]
9
2018-09-14T18:03:45.000Z
2021-06-16T16:04:25.000Z
frontend/server/__mocks__/minio.js
bcgov/OCWA
e0bd0763ed1e3c0acc498cb1689778b4e22a475c
[ "Apache-2.0" ]
173
2019-01-18T19:25:05.000Z
2022-01-10T21:15:46.000Z
frontend/server/__mocks__/minio.js
bcgov/OCWA
e0bd0763ed1e3c0acc498cb1689778b4e22a475c
[ "Apache-2.0" ]
3
2018-09-24T15:44:39.000Z
2018-11-24T01:04:37.000Z
module.exports = { Client: jest.fn(), };
10.75
20
0.581395
a489fad52481e8a4f6dadafa7955e28da9e8b37d
1,720
php
PHP
Control/Classic/SocialSharingButtons.php
phpManufakturHeirs/kfTemplateTools
aa3604235bb5e3471cb601fff53e7b88f78fd93f
[ "MIT" ]
null
null
null
Control/Classic/SocialSharingButtons.php
phpManufakturHeirs/kfTemplateTools
aa3604235bb5e3471cb601fff53e7b88f78fd93f
[ "MIT" ]
null
null
null
Control/Classic/SocialSharingButtons.php
phpManufakturHeirs/kfTemplateTools
aa3604235bb5e3471cb601fff53e7b88f78fd93f
[ "MIT" ]
null
null
null
<?php /** * TemplateTools * * @author Team phpManufaktur <team@phpmanufaktur.de> * @link https://kit2.phpmanufaktur.de/TemplateTools * @copyright 2014 Ralf Hertsch <ralf.hertsch@phpmanufaktur.de> * @license MIT License (MIT) http://www.opensource.org/licenses/MIT */ namespace phpManufaktur\TemplateTools\Contro...
24.571429
98
0.600581
215ed9d8de3fa53f900a66d0ee89ee4e8b1ec1f9
341
js
JavaScript
src/store/index.js
Cloudtq/rent-cars
0ed0efd4aee311f29b59c4cdc6d674ecdcf20fb0
[ "MIT" ]
null
null
null
src/store/index.js
Cloudtq/rent-cars
0ed0efd4aee311f29b59c4cdc6d674ecdcf20fb0
[ "MIT" ]
1
2021-04-16T09:37:41.000Z
2021-04-16T09:37:41.000Z
src/store/index.js
Cloudtq/rent-cars
0ed0efd4aee311f29b59c4cdc6d674ecdcf20fb0
[ "MIT" ]
null
null
null
import Vue from "vue"; import Vuex from "vuex"; import account from "./modules/account"; import app from "./modules/app"; import config from "./modules/config"; import location from "./modules/location"; Vue.use(Vuex); export default new Vuex.Store({ modules: { location, app, account, ...
21.3125
42
0.633431
2f5d9ea618ecb219eb085f72d14893f7d1b5aab6
955
js
JavaScript
dist-mdi/mdi/cheese.js
maciejg-git/vue-bootstrap-icons
bc60cf77193e15cc72ec7eb7f9949ed8b552e7ec
[ "MIT", "CC-BY-4.0", "MIT-0" ]
null
null
null
dist-mdi/mdi/cheese.js
maciejg-git/vue-bootstrap-icons
bc60cf77193e15cc72ec7eb7f9949ed8b552e7ec
[ "MIT", "CC-BY-4.0", "MIT-0" ]
null
null
null
dist-mdi/mdi/cheese.js
maciejg-git/vue-bootstrap-icons
bc60cf77193e15cc72ec7eb7f9949ed8b552e7ec
[ "MIT", "CC-BY-4.0", "MIT-0" ]
null
null
null
import { h } from 'vue' export default { name: "Cheese", vendor: "Mdi", type: "", tags: ["cheese"], render() { return h( "svg", {"xmlns":"http://www.w3.org/2000/svg","width":"24","height":"24","viewBox":"0 0 24 24","class":"v-icon","fill":"currentColor","data-name":"mdi-cheese","innerHTML":"<p...
73.461538
795
0.619895
0f2b749f177da9d0b14c6eb957f6c92eb345ed7b
443
swift
Swift
MozoSDK/Classes/Common/Model/Notification/CustomerComeNotification.swift
Biglabs/mozo-ios-sdk
fd3f5808c3ce12df76ec79668d8afc32cb91c747
[ "MIT" ]
2
2018-10-26T10:43:03.000Z
2020-07-05T08:09:58.000Z
MozoSDK/Classes/Common/Model/Notification/CustomerComeNotification.swift
Biglabs/mozo-ios-sdk
fd3f5808c3ce12df76ec79668d8afc32cb91c747
[ "MIT" ]
3
2018-12-18T02:52:49.000Z
2020-05-07T06:37:36.000Z
MozoSDK/Classes/Common/Model/Notification/CustomerComeNotification.swift
Biglabs/mozo-ios-sdk
fd3f5808c3ce12df76ec79668d8afc32cb91c747
[ "MIT" ]
2
2018-10-09T09:17:18.000Z
2020-05-07T06:25:44.000Z
// // CustomerComeNotification.swift // MozoSDK // // Created by Hoang Nguyen on 11/16/18. // import Foundation import SwiftyJSON public class CustomerComeNotification : RdNotification { public var phoneNo: String? public var isComeIn: Bool? public required init? (json: SwiftyJSON.JSON) { ...
21.095238
56
0.670429
ffdd2dd951cc37665585e112e7ed747772c7d35d
4,638
swift
Swift
Sources/Swiftensor/Engine/Swift/TensorArithmetic.swift
eurus-ai/Eurus
881af3ed0fe7ac545e39c08905c2911f33472c70
[ "Apache-2.0" ]
null
null
null
Sources/Swiftensor/Engine/Swift/TensorArithmetic.swift
eurus-ai/Eurus
881af3ed0fe7ac545e39c08905c2911f33472c70
[ "Apache-2.0" ]
null
null
null
Sources/Swiftensor/Engine/Swift/TensorArithmetic.swift
eurus-ai/Eurus
881af3ed0fe7ac545e39c08905c2911f33472c70
[ "Apache-2.0" ]
null
null
null
// MARK: - Unary public prefix func +<T: SignedNumeric>(arg: Tensor<T>) -> Tensor<T> { return unaryPlus(arg) } public prefix func -<T: SignedNumeric>(arg: Tensor<T>) -> Tensor<T> { return unaryMinus(arg) } // MARK: - Tensor and scalar public func +<T: Arithmetic>(lhs: Tensor<T>, rhs: T) -> Tensor<T> { ret...
25.344262
79
0.600474
ccae75f2e4850daa227f2a43db62c0ae32ab5b9c
1,622
rb
Ruby
lib/chat_core.rb
DigitalHandcraft/cluster-chat
fee29d8cc014b1d6157d269da7e92608605cecbf
[ "BSD-3-Clause" ]
null
null
null
lib/chat_core.rb
DigitalHandcraft/cluster-chat
fee29d8cc014b1d6157d269da7e92608605cecbf
[ "BSD-3-Clause" ]
null
null
null
lib/chat_core.rb
DigitalHandcraft/cluster-chat
fee29d8cc014b1d6157d269da7e92608605cecbf
[ "BSD-3-Clause" ]
null
null
null
require 'bundler/setup' require 'db/mongodb' class ChatCore attr_accessor :db def initialize @db = MongoConnector.new 'arch.rk0der.net', 'clchat' unless @db.get_table_names.include? 'counter' @db.insert 'counter', {col_name: 'users', seq: 0} @db.insert 'counter', {col_name: 'statuses', seq: 0} ...
23.852941
82
0.593095
57fded6b8134d2ff914f133550ec243ad6ca7a47
305
php
PHP
src/Adapter/StatementContainerInterface.php
swangoframwork/swango-sql
fbe63953d3465eff213cedd9c8f4f912e5222659
[ "Apache-2.0" ]
null
null
null
src/Adapter/StatementContainerInterface.php
swangoframwork/swango-sql
fbe63953d3465eff213cedd9c8f4f912e5222659
[ "Apache-2.0" ]
null
null
null
src/Adapter/StatementContainerInterface.php
swangoframwork/swango-sql
fbe63953d3465eff213cedd9c8f4f912e5222659
[ "Apache-2.0" ]
null
null
null
<?php namespace Sql\Adapter; interface StatementContainerInterface { /** * Set sql * * @param * $sql * @return mixed */ public function setSql(string $sql); /** * Get sql * * @return mixed */ public function getSql(): string; }
16.052632
40
0.508197
a4919e7c979e66943dcfa34dc8ec77b235d9bc9e
1,051
php
PHP
application/config/theKindlyMallard.php
theKindlyMallard/po_pzsi_schedule
6ed5166eb8bf11de8b50ee9aa27054d9d8cf3c03
[ "MIT" ]
2
2018-05-13T13:51:41.000Z
2018-05-13T13:51:42.000Z
application/config/theKindlyMallard.php
theKindlyMallard/po_pzsi_schedule
6ed5166eb8bf11de8b50ee9aa27054d9d8cf3c03
[ "MIT" ]
19
2018-03-12T11:58:04.000Z
2018-06-11T09:58:07.000Z
application/config/theKindlyMallard.php
theKindlyMallard/po_pzsi_schedule
6ed5166eb8bf11de8b50ee9aa27054d9d8cf3c03
[ "MIT" ]
1
2018-03-03T19:17:39.000Z
2018-03-03T19:17:39.000Z
<?php /** * theKindlyMallard user configuration file. * * @author theKindlyMallard <the.kindly.mallard@gmail.com> */ /** * Configuration for: Error reporting * For testing environment display all errors. */ error_reporting(E_ALL); ini_set('display_errors', 1); /** * Configuration for: Project ...
21.02
68
0.635585
3c0814e11de96fb485ac62382b5e425ed8c37f28
1,535
rs
Rust
examples/hello_world.rs
Fredemus/imgui-rs-knobs
16a736d75adff3d6461f4729c95b55c11e921720
[ "MIT" ]
6
2021-01-26T16:49:13.000Z
2022-03-08T08:45:35.000Z
examples/hello_world.rs
Fredemus/imgui-rs-knobs
16a736d75adff3d6461f4729c95b55c11e921720
[ "MIT" ]
4
2021-02-23T23:48:45.000Z
2022-01-06T19:01:01.000Z
examples/hello_world.rs
Fredemus/imgui-rs-knobs
16a736d75adff3d6461f4729c95b55c11e921720
[ "MIT" ]
2
2021-02-22T22:45:21.000Z
2021-07-29T01:05:41.000Z
use imgui::*; use imgui_knobs::*; mod support; fn main() { let system = support::init(file!()); let mut value = 0.0; let min = -6.0; let max = 6.0; let default = 0.0; let format = im_str!("%.2fdB"); system.main_loop(move |_, ui| { Window::new(im_str!("Hello Knob")) ...
29.519231
69
0.327687
8dc239ec907ecc9f60320a1cd61a22bb05033d94
282
js
JavaScript
packages/styleguide/src/route/utility/boxShadow.js
papillonads/papillonads
9813a779cc8f2fea10d24207a1ffa45f54e5ed7a
[ "MIT" ]
1
2021-04-25T02:58:52.000Z
2021-04-25T02:58:52.000Z
packages/styleguide/src/route/utility/boxShadow.js
papillonads/papillonads
9813a779cc8f2fea10d24207a1ffa45f54e5ed7a
[ "MIT" ]
null
null
null
packages/styleguide/src/route/utility/boxShadow.js
papillonads/papillonads
9813a779cc8f2fea10d24207a1ffa45f54e5ed7a
[ "MIT" ]
null
null
null
import { UtilityPage } from '../../pattern/page/UtilityPage' import { utilityPagePath } from '../path' export const boxShadowRoute = { path: utilityPagePath.boxShadow, clientComponent: UtilityPage.BoxShadow.AsyncBoxShadow, serverComponent: UtilityPage.BoxShadow.BoxShadow, }
31.333333
60
0.77305
c66f9842eaf712156bbe0720ec85feb51865bab3
2,234
swift
Swift
SwiftRayTracer/Tests/SwiftRayTracerTests/Render/CameraTest.swift
dooost/Swiftracer
b61a7e12c5f586fcd40b607b93edb47b9e3236a2
[ "MIT" ]
null
null
null
SwiftRayTracer/Tests/SwiftRayTracerTests/Render/CameraTest.swift
dooost/Swiftracer
b61a7e12c5f586fcd40b607b93edb47b9e3236a2
[ "MIT" ]
null
null
null
SwiftRayTracer/Tests/SwiftRayTracerTests/Render/CameraTest.swift
dooost/Swiftracer
b61a7e12c5f586fcd40b607b93edb47b9e3236a2
[ "MIT" ]
null
null
null
import XCTest @testable import SwiftRayTracer final class CameraTest: XCTestCase { func testInit() { let camera = Camera(hsize: 160, vsize: 120, fieldOfView: .pi / 2) XCTAssertEqual(camera.hsize, 160) XCTAssertEqual(camera.vsize, 120) XCTAssertEqual(camera.fieldOfView, .pi ...
39.192982
101
0.623993
294f64c53557df04e6730f4aa4f15fb3f63e4f54
325
lua
Lua
lua/apprentice/languages/moonscript.lua
adisen99/couleur-nvim
92d1e12bd98ff601328ae748534e7fd46017d900
[ "MIT" ]
15
2021-09-09T08:57:24.000Z
2022-03-29T07:00:35.000Z
lua/apprentice/languages/moonscript.lua
adisen99/couleur-nvim
92d1e12bd98ff601328ae748534e7fd46017d900
[ "MIT" ]
null
null
null
lua/apprentice/languages/moonscript.lua
adisen99/couleur-nvim
92d1e12bd98ff601328ae748534e7fd46017d900
[ "MIT" ]
2
2021-12-27T20:37:05.000Z
2022-03-04T00:08:33.000Z
-- language specific higlights local lush = require("lush") local base = require("apprentice.base") local M = {} M = lush(function() return { moonSpecialOp {base.ApprenticeFg3}, moonExtendedOp {base.ApprenticeFg3}, moonFunction {base.ApprenticeFg3}, moonObject {base.ApprenticeYellow}, } end) retu...
19.117647
40
0.707692
ef59d597b85335b58c46f81a6781d3c4c44fc25a
22,913
js
JavaScript
ChartsSpace/PlottersManager.js
AAVikings/CanvasApp
12b9877d05f197c17bdab71a99a9e7a2906b67d8
[ "Apache-2.0" ]
null
null
null
ChartsSpace/PlottersManager.js
AAVikings/CanvasApp
12b9877d05f197c17bdab71a99a9e7a2906b67d8
[ "Apache-2.0" ]
null
null
null
ChartsSpace/PlottersManager.js
AAVikings/CanvasApp
12b9877d05f197c17bdab71a99a9e7a2906b67d8
[ "Apache-2.0" ]
null
null
null
function newPlottersManager () { const MODULE_NAME = 'Plotters Manager' const ERROR_LOG = true const logger = newWebDebugLog() logger.fileName = MODULE_NAME let productPlotters = [] let competitionPlotters = [] let timePeriod = INITIAL_TIME_PERIOD let datetime = NEW_SESSION_INITIAL_DATE let thisObj...
42.90824
176
0.607559
6ba8a69bf04fe932b6b92e87cf8b273ff995bbd0
620
swift
Swift
validation-test/compiler_crashers_fixed/02175-swift-scopeinfo-addtoscope.swift
ghostbar/swift-lang.deb
b1a887edd9178a0049a0ef839c4419142781f7a0
[ "Apache-2.0" ]
10
2015-12-25T02:19:46.000Z
2021-11-14T15:37:57.000Z
validation-test/compiler_crashers_fixed/02175-swift-scopeinfo-addtoscope.swift
ghostbar/swift-lang.deb
b1a887edd9178a0049a0ef839c4419142781f7a0
[ "Apache-2.0" ]
2
2016-02-01T08:51:00.000Z
2017-04-07T09:04:30.000Z
validation-test/compiler_crashers_fixed/02175-swift-scopeinfo-addtoscope.swift
ghostbar/swift-lang.deb
b1a887edd9178a0049a0ef839c4419142781f7a0
[ "Apache-2.0" ]
3
2016-04-02T15:05:27.000Z
2019-08-19T15:25:02.000Z
// RUN: not %target-swift-frontend %s -parse // Distributed under the terms of the MIT license // Test case submitted to project by https://github.com/practicalswift (practicalswift) // Test case found by fuzzing let t: NSObject { override func a<C() in x in c { init() -> Any, A> { } A> a { } typealias A { return z: ...
15.121951
87
0.620968
b8f762dec004fa1f348444a5fa15254d5845b7b8
309
h
C
ObjC/UI/UploadProgressViewDemo/UploadProgressViewDemo/ProgressViewController.h
guowilling/iOSDevCollection
ba1569ad09ad06bebe427dc9b3bc3e35605254c3
[ "MIT" ]
1
2017-10-11T08:33:00.000Z
2017-10-11T08:33:00.000Z
ObjC/UI/UploadProgressViewDemo/UploadProgressViewDemo/ProgressViewController.h
guowilling/iOSDevCollection
ba1569ad09ad06bebe427dc9b3bc3e35605254c3
[ "MIT" ]
null
null
null
ObjC/UI/UploadProgressViewDemo/UploadProgressViewDemo/ProgressViewController.h
guowilling/iOSDevCollection
ba1569ad09ad06bebe427dc9b3bc3e35605254c3
[ "MIT" ]
null
null
null
// // ProgressViewController.h // UploadProgressViewDemo // // Created by 郭伟林 on 16/8/27. // Copyright © 2016年 SR. All rights reserved. // #import <UIKit/UIKit.h> #import "UploadProgressView.h" @interface ProgressViewController : UIViewController @property (nonatomic, assign) ProgressType type; @end
18.176471
52
0.737864
ce81924462a6a4522587ce8c291b0633c52aa5c9
8,911
rs
Rust
src/object.rs
tancehao/ConstDB
350d577d3b225bb1625c3dac491c57e0e8153b09
[ "Apache-2.0" ]
25
2022-03-14T13:03:09.000Z
2022-03-20T15:02:34.000Z
src/object.rs
tancehao/ConstDB
350d577d3b225bb1625c3dac491c57e0e8153b09
[ "Apache-2.0" ]
1
2022-03-15T08:53:50.000Z
2022-03-15T08:53:50.000Z
src/object.rs
tancehao/ConstDB
350d577d3b225bb1625c3dac491c57e0e8153b09
[ "Apache-2.0" ]
1
2022-03-15T08:39:17.000Z
2022-03-15T08:39:17.000Z
use std::cmp::max; use std::io::Write; use crate::crdt::list::List; use crate::crdt::lwwhash::{Dict, Set}; use crate::resp::Message; use crate::snapshot::{SnapshotLoader, SnapshotWriter}; use crate::{Bytes, CstError}; use tokio::io::AsyncRead; use crate::crdt::vclock::{MultiVersionVal, Counter}; #[derive(Debug, Clone...
30.412969
102
0.524296
063a5f987a84e87e9cdac92305d1fc4e375a03a6
1,135
rs
Rust
src/main.rs
Szczurowski/fast-crawler
f3c9eb8126467837294832036c678a4bad0759ed
[ "MIT" ]
null
null
null
src/main.rs
Szczurowski/fast-crawler
f3c9eb8126467837294832036c678a4bad0759ed
[ "MIT" ]
null
null
null
src/main.rs
Szczurowski/fast-crawler
f3c9eb8126467837294832036c678a4bad0759ed
[ "MIT" ]
1
2018-12-02T20:32:29.000Z
2018-12-02T20:32:29.000Z
#![feature(proc_macro_hygiene, decl_macro)] #[macro_use] extern crate rocket; mod bank_client; mod tokio_playground; use self::bank_client::{Currency, get_currency}; // add some logging, preferably via log@0.4.6, log4rs or !simplelog.rs #[get("/<name>/<age>")] fn hello(name: String, age: i32) -> String { let e...
20.636364
79
0.58326
2e4f95504ae12627b933ec15e6392dea2596bad1
3,922
rs
Rust
qvisor/src/runc/shim/service.rs
CentaurusInfra/Quark
1079b36efa7e537f8fec39f037ee5ccc71977e7d
[ "Apache-2.0" ]
null
null
null
qvisor/src/runc/shim/service.rs
CentaurusInfra/Quark
1079b36efa7e537f8fec39f037ee5ccc71977e7d
[ "Apache-2.0" ]
null
null
null
qvisor/src/runc/shim/service.rs
CentaurusInfra/Quark
1079b36efa7e537f8fec39f037ee5ccc71977e7d
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2021 Quark Container Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
32.683333
111
0.613208
b0866262126ef45cbe1e8cb625eec3cb3688bc1f
2,114
sql
SQL
Database/basic_db.sql
HouariZegai/LSQLApp
5d1de3e61ec243fd536297f10433f4f909639fc7
[ "MIT" ]
156
2019-03-11T18:11:32.000Z
2021-10-10T03:36:37.000Z
Database/basic_db.sql
HouariZegai/LearnSQLApp
5d1de3e61ec243fd536297f10433f4f909639fc7
[ "MIT" ]
null
null
null
Database/basic_db.sql
HouariZegai/LearnSQLApp
5d1de3e61ec243fd536297f10433f4f909639fc7
[ "MIT" ]
22
2019-03-12T13:33:05.000Z
2022-03-17T23:28:15.000Z
-- This database using in exercise type: basic -- -- remove database hospital if exists & create new database -- DROP DATABASE IF EXISTS `basic`; CREATE DATABASE `basic` CHARACTER SET utf8 COLLATE utf8_general_ci; USE `basic`; -- ----------------------------------------------------------------------------- -- -- str...
46.977778
106
0.660833
e2fe38fede73711f295b74c0569259fe24bd8bea
739
py
Python
singleScript/pyPodSplit.py
Draxnol/pyPodSplit
8580ac13dcea06b842ef9f81c8d5d5365e38ff45
[ "MIT" ]
null
null
null
singleScript/pyPodSplit.py
Draxnol/pyPodSplit
8580ac13dcea06b842ef9f81c8d5d5365e38ff45
[ "MIT" ]
1
2017-12-31T05:55:06.000Z
2017-12-31T05:55:06.000Z
singleScript/pyPodSplit.py
Draxnol/pyPodSplit
8580ac13dcea06b842ef9f81c8d5d5365e38ff45
[ "MIT" ]
null
null
null
from pydub import AudioSegment def getFileName(): filename = input('Please enter the file name') return filename def loadFile(): fileToLoad = getFileName() file = AudioSegment.from_file(fileToLoad) return file def getSliceTimes(): sTimes = [] while True: print("Please Enter a slice time") num = input() if...
22.393939
47
0.707713
051f235283028a16225f6fe324d4f0c01552f065
5,106
css
CSS
public/frontend/css/pages/page_coming_soon_v4.css
tradeeco/www.tradee.co
5cc8620368c07fdcfc181d8601197c3e5817975d
[ "MIT" ]
null
null
null
public/frontend/css/pages/page_coming_soon_v4.css
tradeeco/www.tradee.co
5cc8620368c07fdcfc181d8601197c3e5817975d
[ "MIT" ]
null
null
null
public/frontend/css/pages/page_coming_soon_v4.css
tradeeco/www.tradee.co
5cc8620368c07fdcfc181d8601197c3e5817975d
[ "MIT" ]
null
null
null
html { min-height: 100%; position: relative; } body { /* Margin bottom by footer height */ margin-bottom: 540px; font-size: 14px; } /* Coming Soon Page 4 ------------------------------------*/ /* Top */ .bg-top { background: url(../../img/bg/4.jpg) no-repeat scroll center center / cover; position: relative; z-...
18.106383
76
0.663729
f4389afc8ef1c7bff3a3475b2f84c4007068a804
1,239
ts
TypeScript
src/app/onas/onas.component.ts
BrunoBebr/super-kucharka
811cf3ee14b98291064862496a6e9739ac8cf5b4
[ "MIT" ]
3
2022-01-17T09:25:57.000Z
2022-02-22T13:56:39.000Z
src/app/onas/onas.component.ts
BrunoBebr/super-kucharka
811cf3ee14b98291064862496a6e9739ac8cf5b4
[ "MIT" ]
1
2022-01-13T15:32:12.000Z
2022-01-13T15:32:23.000Z
src/app/onas/onas.component.ts
BrunoBebr/super-kucharka
811cf3ee14b98291064862496a6e9739ac8cf5b4
[ "MIT" ]
1
2022-01-12T22:46:49.000Z
2022-01-12T22:46:49.000Z
import { Component, OnInit } from '@angular/core'; import {Location} from '@angular/common'; import { faFacebookSquare } from '@fortawesome/free-brands-svg-icons/faFacebookSquare'; import { faTwitterSquare } from '@fortawesome/free-brands-svg-icons/faTwitterSquare'; import { faPinterest } from '@fortawesome/free-brand...
24.294118
89
0.662631
435589c840475ea2ce42ccc5e547bc0b62cab253
1,740
ts
TypeScript
packages/modul-components/src/filters/money/money.sandbox.ts
chuckmah/modul
6058da32baca2074951d05f6852b5eb2c0adeb9f
[ "Apache-2.0" ]
24
2017-05-31T18:55:03.000Z
2019-10-04T13:18:38.000Z
packages/modul-components/src/filters/money/money.sandbox.ts
chuckmah/modul
6058da32baca2074951d05f6852b5eb2c0adeb9f
[ "Apache-2.0" ]
429
2017-06-16T12:50:34.000Z
2022-02-26T01:32:14.000Z
packages/modul-components/src/filters/money/money.sandbox.ts
chuckmah/modul
6058da32baca2074951d05f6852b5eb2c0adeb9f
[ "Apache-2.0" ]
10
2017-05-30T19:59:37.000Z
2018-10-01T14:00:26.000Z
import Vue, { PluginObject } from 'vue'; import { Component, Watch } from 'vue-property-decorator'; import DropdownPlugin from '../../components/dropdown/dropdown'; import IntegerfieldPlugin from '../../components/integerfield/integerfield'; import { Enums } from '../../utils/enums/enums'; import { ENGLISH, FRENCH, Mes...
33.461538
85
0.670115
10b36e3ee39bad73edd8ffb12cd111eac0265f09
1,347
go
Go
both_stream/service/server.go
buqiuwenda/go-grpc-dome
abbbc749793db0e4e200f9a63d276a916f407964
[ "MIT" ]
1
2020-07-15T08:52:15.000Z
2020-07-15T08:52:15.000Z
both_stream/service/server.go
buqiuwenda/go-grpc-dome
abbbc749793db0e4e200f9a63d276a916f407964
[ "MIT" ]
null
null
null
both_stream/service/server.go
buqiuwenda/go-grpc-dome
abbbc749793db0e4e200f9a63d276a916f407964
[ "MIT" ]
null
null
null
package main import ( "context" pd "go-grpc-dome/both_stream/proto" "google.golang.org/grpc" "io" "log" "net" "strconv" ) const ( // Address 监听地址 Address string = ":50501" // Network 网络通信协议 Network string = "tcp" ) type StreamService struct{} func main(){ // 监听本地端口 listener,err :=net.Listen(Network, Ad...
17.493506
100
0.674091
a35919e2f4dedb4c77f37eff49dda9ee5169734e
135
java
Java
db-io/src/main/java/db/io/migration/Migrator.java
tstout/db-tools
d93cb4b5204c80dc9ddf9f5ee8131ab900488eb7
[ "MIT" ]
null
null
null
db-io/src/main/java/db/io/migration/Migrator.java
tstout/db-tools
d93cb4b5204c80dc9ddf9f5ee8131ab900488eb7
[ "MIT" ]
null
null
null
db-io/src/main/java/db/io/migration/Migrator.java
tstout/db-tools
d93cb4b5204c80dc9ddf9f5ee8131ab900488eb7
[ "MIT" ]
null
null
null
package db.io.migration; public interface Migrator { void update(String script); void update(Class<?> root, String script); }
19.285714
46
0.711111
c6cd0b8c5ec2f96e932d042e4dfefb4f0135d7b1
1,923
py
Python
project4-end2end-dia/includes/utilities.py
LiuxyEric/dscc202-402-spring2022
f3877c2dde64656f9d84e3f913340f3fcefdc11b
[ "MIT" ]
null
null
null
project4-end2end-dia/includes/utilities.py
LiuxyEric/dscc202-402-spring2022
f3877c2dde64656f9d84e3f913340f3fcefdc11b
[ "MIT" ]
null
null
null
project4-end2end-dia/includes/utilities.py
LiuxyEric/dscc202-402-spring2022
f3877c2dde64656f9d84e3f913340f3fcefdc11b
[ "MIT" ]
53
2022-01-11T19:06:06.000Z
2022-03-25T19:27:48.000Z
# Databricks notebook source """ ## Helper routines... - mounting buckets in s3 - use of database - creation of tables in the metastore - ploting - data reading """ import mlflow import pandas as pd import tempfile from datetime import datetime as dt from datetime import timedelta import warnings import json from pys...
28.701493
127
0.695268
e1cf572d505bce5bc0b15e998f9dcf99a388be4c
2,495
cs
C#
Shorty.Data/Repository.cs
maxkimambo/urlshortener
83b35d49ec9022ee035d65d74d42fa6ffbe60138
[ "MIT" ]
null
null
null
Shorty.Data/Repository.cs
maxkimambo/urlshortener
83b35d49ec9022ee035d65d74d42fa6ffbe60138
[ "MIT" ]
null
null
null
Shorty.Data/Repository.cs
maxkimambo/urlshortener
83b35d49ec9022ee035d65d74d42fa6ffbe60138
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Data.Entity; using System.Data.Entity.Infrastructure; using System.Linq; using System.Security.Policy; using System.Text; using System.Threading.Tasks; namespace Shorty.Data { public interface IRepository { IEnumerable<UserUrl> GetAll(); ...
23.990385
86
0.527455
96e3d8f59f4808d954ceb4a3f407194692e08265
3,728
cs
C#
Ginger/GingerCore/XPathParser/XPathParserException.cs
FOSSAware/Ginger
adf75c373350355e42dc107ae906ba51a2eb237e
[ "Apache-2.0" ]
null
null
null
Ginger/GingerCore/XPathParser/XPathParserException.cs
FOSSAware/Ginger
adf75c373350355e42dc107ae906ba51a2eb237e
[ "Apache-2.0" ]
null
null
null
Ginger/GingerCore/XPathParser/XPathParserException.cs
FOSSAware/Ginger
adf75c373350355e42dc107ae906ba51a2eb237e
[ "Apache-2.0" ]
null
null
null
#region License /* Copyright © 2014-2022 European Support Limited Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
33.585586
121
0.545064
9e5b818b4250850a5a0e60bcf3585c067770deef
61
sh
Shell
build.sh
fattazzo/total-gp-world-web
3ea6f6a0ad0ecf698981c8af9a81a082a20bf134
[ "MIT" ]
6
2019-06-30T16:07:30.000Z
2021-04-19T21:14:58.000Z
build.sh
fattazzo/total-gp-world-web
3ea6f6a0ad0ecf698981c8af9a81a082a20bf134
[ "MIT" ]
3
2019-01-04T14:22:30.000Z
2019-01-11T12:53:57.000Z
build.sh
fattazzo/total-gp-world-web
3ea6f6a0ad0ecf698981c8af9a81a082a20bf134
[ "MIT" ]
null
null
null
rm -fr dist ng build --prod --base-href /total-gp-world-web/
20.333333
48
0.688525
c6f13bd815b8efb3b59b2d4a5c828843a6ea377c
2,568
py
Python
jupyter/aBasic/a_datatype_class/Ex02_number.py
WoolinChoi/test
a0f9c8ecc63443acaae61d744eecec6c943d3a26
[ "MIT" ]
null
null
null
jupyter/aBasic/a_datatype_class/Ex02_number.py
WoolinChoi/test
a0f9c8ecc63443acaae61d744eecec6c943d3a26
[ "MIT" ]
1
2021-03-30T09:01:47.000Z
2021-03-30T09:01:47.000Z
jupyter/aBasic/a_datatype_class/Ex02_number.py
WoolinChoi/test
a0f9c8ecc63443acaae61d744eecec6c943d3a26
[ "MIT" ]
1
2019-12-06T18:21:10.000Z
2019-12-06T18:21:10.000Z
""" 숫자형 종류 - 정수형 - 실수형 - 복소수형 1 + 2j, 3i ( 많이 사용안함 ) - 8진수 0o25 - 16진수 0x25 """ # 파이션의 모든 자료형은 객체로 취급한다 # 실행 : ctrl + shift + F10 """ [ 기초 연산자 ] + : 더하기 - : 빼기 * : 곱하기 / : 나누기(실수값 결과) // : 나누기(정수값 결과) ...
15.950311
53
0.392523
3932414eea43e8fe6b26daee12d2f3f12b6d855b
13,218
py
Python
experiments_sigmod20/Fig_Scaling_Hrow.py
northeastern-datalab/factorized-graphs
167b0d172c3461f9a75861872ed758c51f4a9aa9
[ "Apache-2.0" ]
6
2020-09-06T05:51:18.000Z
2021-09-03T22:08:38.000Z
experiments_sigmod20/Fig_Scaling_Hrow.py
northeastern-datalab/factorized-graphs
167b0d172c3461f9a75861872ed758c51f4a9aa9
[ "Apache-2.0" ]
1
2021-03-12T15:50:58.000Z
2021-03-12T15:50:58.000Z
experiments_sigmod20/Fig_Scaling_Hrow.py
northeastern-datalab/factorized-graphs
167b0d172c3461f9a75861872ed758c51f4a9aa9
[ "Apache-2.0" ]
5
2020-09-06T10:19:13.000Z
2021-11-05T14:58:22.000Z
""" Creates small figure that shows calculating Hrow^{(l)} is considerably faster than naive calculation of W^l First version: Nov 3, 2016 This version: March 3, 2020 Author: Wolfgang Gatterbauer """ import numpy as np import time import datetime import random import os # for displaying created PDF import sys sys.pa...
40.176292
149
0.555455
957bdf1eec8bba75fe7ec27f4ce0d3f9d7b128e2
806
rb
Ruby
app/admin/topic.rb
yury-dymov/chinese_backend
f185e804966e3719dea1c50135e05d7bbc01c645
[ "MIT" ]
null
null
null
app/admin/topic.rb
yury-dymov/chinese_backend
f185e804966e3719dea1c50135e05d7bbc01c645
[ "MIT" ]
null
null
null
app/admin/topic.rb
yury-dymov/chinese_backend
f185e804966e3719dea1c50135e05d7bbc01c645
[ "MIT" ]
null
null
null
ActiveAdmin.register Topic do filter :title config.sort_order = 'position_asc' # assumes you are using 'position' for your acts_as_list column config.paginate = false sortable menu label: proc{"Topics (#{Topic.count})"} index do sortable_handle_column id_column column :title column :wor...
19.190476
100
0.653846
4d0291e61ec0cfe572f3ffb3b471177b27e2a6fc
567
cs
C#
Bucket Boy/Assets/Scripts/ExitRoom.cs
TheEvilHAmster/GameProject1FG
43ddbc59ef6571196cbe29ba0e5e70334b723843
[ "MIT" ]
null
null
null
Bucket Boy/Assets/Scripts/ExitRoom.cs
TheEvilHAmster/GameProject1FG
43ddbc59ef6571196cbe29ba0e5e70334b723843
[ "MIT" ]
null
null
null
Bucket Boy/Assets/Scripts/ExitRoom.cs
TheEvilHAmster/GameProject1FG
43ddbc59ef6571196cbe29ba0e5e70334b723843
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.Experimental.Rendering.Universal; public class ExitRoom : MonoBehaviour { [SerializeField] private Light2D light2D; private void OnTriggerExit2D(Collider2D other) { StartCoroutine(OnExitRoom()); } ...
18.9
51
0.661376
73b0d8926df2ef0ffb95094c8c48d84ea413046c
7,213
swift
Swift
Shared/Logger.swift
flannerykj/urbanapplause-ios
15ebf711dd4c35f3c840e5f4ed11c0242e845a04
[ "Apache-2.0" ]
null
null
null
Shared/Logger.swift
flannerykj/urbanapplause-ios
15ebf711dd4c35f3c840e5f4ed11c0242e845a04
[ "Apache-2.0" ]
4
2019-11-09T18:06:14.000Z
2019-11-09T18:11:17.000Z
Shared/Logger.swift
flannerykj/urbanapplause-ios
15ebf711dd4c35f3c840e5f4ed11c0242e845a04
[ "Apache-2.0" ]
null
null
null
// // Logger.swift // Shared // // Created by Flannery Jefferson on 2020-01-09. // Copyright © 2020 Flannery Jefferson. All rights reserved. // import Foundation open class DHLogger { private static let timeZone = "EST" private static var minLogLevel: Int = 0 private static var minBusgnagLevel: Int = ...
36.246231
120
0.502565
3f504763e72623f67ae800a44fa6672c73abfcbd
5,290
php
PHP
assets/sly/gallery.php
yellowelise/crypt2share
5303a760b8804f4a5e94e611f1b4e630908532ec
[ "MIT" ]
1
2015-12-01T21:27:06.000Z
2015-12-01T21:27:06.000Z
assets/sly/gallery.php
yellowelise/crypt2share
5303a760b8804f4a5e94e611f1b4e630908532ec
[ "MIT" ]
null
null
null
assets/sly/gallery.php
yellowelise/crypt2share
5303a760b8804f4a5e94e611f1b4e630908532ec
[ "MIT" ]
null
null
null
<?php session_start(); ini_set('display_errors', 'Off'); ini_set('display_startup_errors', 'Off'); error_reporting(0); $json_res = array( "index"=>0, "files"=>array() ); include("../class/mysql.class.php"); if (isset($_REQUEST['w'])) $w = ($_REQUEST['w']); else $w = 900; //echo $w; if (isset($_REQUEST['h'])) $...
28.138298
488
0.564272
f8cc7ebbcc5f8bb9ef0589b2ce99fd48a2859814
344
swift
Swift
TadApi/ApiServices/Astronomy/Types/AstroObjectType.swift
ztuskes/libtad-swift
f4b8a9e29e3369804bb15e8afecbbe2a2fb6107f
[ "MIT" ]
2
2021-06-06T13:28:26.000Z
2021-07-08T10:36:14.000Z
TadApi/ApiServices/Astronomy/Types/AstroObjectType.swift
ztuskes/libtad-swift
f4b8a9e29e3369804bb15e8afecbbe2a2fb6107f
[ "MIT" ]
null
null
null
TadApi/ApiServices/Astronomy/Types/AstroObjectType.swift
ztuskes/libtad-swift
f4b8a9e29e3369804bb15e8afecbbe2a2fb6107f
[ "MIT" ]
1
2021-09-22T09:50:45.000Z
2021-09-22T09:50:45.000Z
// // AstronomyObjectType.swift // Timeanddate Service // // Created by Zoltan Tuskes on 15/04/2020. // Copyright © 2020 Time and Date. All rights reserved. // import Foundation /// Astronomical Object Id public enum AstroObjectType: String, CaseIterable { /// The sun case sun = "sun" /// The moon ...
17.2
56
0.662791
0a7a01f2bb62f684089b66ce4ce8735232e1e065
1,002
cs
C#
Assets/Scripts/Promotion/ItemButton.cs
Lenovezhou/Screenshow
aa4d64eb3cd1600f7a309891d096791f54550f9a
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Promotion/ItemButton.cs
Lenovezhou/Screenshow
aa4d64eb3cd1600f7a309891d096791f54550f9a
[ "Apache-2.0" ]
null
null
null
Assets/Scripts/Promotion/ItemButton.cs
Lenovezhou/Screenshow
aa4d64eb3cd1600f7a309891d096791f54550f9a
[ "Apache-2.0" ]
null
null
null
using UnityEngine; using System.Collections; public enum BtnType { Video, Audio, Prod } public class ItemButton : MonoBehaviour { public string prodID; // 物品ID public AudioSource audioSource; public string Url; public BtnType type; // Use this for initialization void Start () {...
19.269231
157
0.540918
3896bef51c578993cd9d0f7f4ad01df5c200ae65
7,273
php
PHP
Modules/Registros/Http/Controllers/Admin/RegistroController.php
AgustinJimenez/lpr_web
c934054d8b3dd04838dd1917d1996b65dba23583
[ "RSA-MD" ]
null
null
null
Modules/Registros/Http/Controllers/Admin/RegistroController.php
AgustinJimenez/lpr_web
c934054d8b3dd04838dd1917d1996b65dba23583
[ "RSA-MD" ]
null
null
null
Modules/Registros/Http/Controllers/Admin/RegistroController.php
AgustinJimenez/lpr_web
c934054d8b3dd04838dd1917d1996b65dba23583
[ "RSA-MD" ]
null
null
null
<?php namespace Modules\Registros\Http\Controllers\Admin; use Laracasts\Flash\Flash; use Illuminate\Http\Request; use Modules\Registros\Entities\Registro; use Modules\Registros\Repositories\RegistroRepository; use Modules\Core\Http\Controllers\Admin\AdminBaseController; class RegistroController extends AdminBaseContr...
33.671296
194
0.537605
b2d2570690d8bad155e467835fab5c36ea39d2b6
10,505
css
CSS
src/assets/allstate/cqb/landing/Stylesheets/landing.css
thienedits/ng-boilerplate
aca04ffa50e8d1aa2ca0e62cf74568c775129f49
[ "MIT" ]
null
null
null
src/assets/allstate/cqb/landing/Stylesheets/landing.css
thienedits/ng-boilerplate
aca04ffa50e8d1aa2ca0e62cf74568c775129f49
[ "MIT" ]
null
null
null
src/assets/allstate/cqb/landing/Stylesheets/landing.css
thienedits/ng-boilerplate
aca04ffa50e8d1aa2ca0e62cf74568c775129f49
[ "MIT" ]
null
null
null
@font-face { font-family: 'OpenSansRegular'; src: url('../Fonts/OpenSans-Regular-webfont.eot'); src: url('../Fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../Fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../Fonts/OpenSans-Regular-webfont.ttf') f...
20.437743
102
0.629034
da55b13112d185a63c6bab2c9e343f7241d4bd76
1,724
cs
C#
GDM.HW6.OOP.Classes/Generator.cs
watchbot23/GDM.UIP.HW
11af8e1aa884c5c9920c628ae88e8a387688be9f
[ "MIT" ]
null
null
null
GDM.HW6.OOP.Classes/Generator.cs
watchbot23/GDM.UIP.HW
11af8e1aa884c5c9920c628ae88e8a387688be9f
[ "MIT" ]
null
null
null
GDM.HW6.OOP.Classes/Generator.cs
watchbot23/GDM.UIP.HW
11af8e1aa884c5c9920c628ae88e8a387688be9f
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GDM.HW6.OOP.Classes { public class Generator : Electronics { public static int AvailablePower { get; set; } public Generator(string name, int power) : base(name, power)...
30.245614
124
0.558005
c9b605bb80383393b593dab74b1925ff066defdd
1,086
ts
TypeScript
modules/core/src/math/geometry/polylinePoint.ts
microsoft/msagljs
98bcb4c6b0e93b544e321e28c1a769f445c9d5a1
[ "MIT" ]
null
null
null
modules/core/src/math/geometry/polylinePoint.ts
microsoft/msagljs
98bcb4c6b0e93b544e321e28c1a769f445c9d5a1
[ "MIT" ]
null
null
null
modules/core/src/math/geometry/polylinePoint.ts
microsoft/msagljs
98bcb4c6b0e93b544e321e28c1a769f445c9d5a1
[ "MIT" ]
null
null
null
import {Point} from './point' import {Polyline} from './polyline' export class PolylinePoint { private _point: Point public get point(): Point { return this._point } public set point(value: Point) { this._point = value } private _next: PolylinePoint = null public get next(): PolylinePoint { r...
19.745455
64
0.658379
e73f873ad27b3d7c3c3000624d630e7718a9ac8f
62
kt
Kotlin
src/test/resources/projForTest/src/structureScanner/severalFunctions.kt
mgmechanics/kotlin-netbeans
94f66c93f0650727445e040e8827e82453e4c1e9
[ "Apache-2.0" ]
82
2016-09-21T19:18:50.000Z
2022-01-21T12:22:03.000Z
src/test/resources/projForTest/src/structureScanner/severalFunctions.kt
mgmechanics/kotlin-netbeans
94f66c93f0650727445e040e8827e82453e4c1e9
[ "Apache-2.0" ]
76
2016-09-20T16:31:12.000Z
2021-12-12T06:14:11.000Z
src/test/resources/projForTest/src/structureScanner/severalFunctions.kt
mgmechanics/kotlin-netbeans
94f66c93f0650727445e040e8827e82453e4c1e9
[ "Apache-2.0" ]
39
2016-09-27T09:24:24.000Z
2022-03-19T09:15:17.000Z
package structureScanner fun first() = 42 fun second() = 42
10.333333
24
0.709677
d6af6b1e6fcf0fa5c132470778b18c9fc04b8794
718
lua
Lua
scripts/timer.lua
ashenatitd/Automato-ATITD
62e3cf0b610a68a1c6769cb712fdbd07899392c2
[ "MIT" ]
8
2015-10-28T16:01:21.000Z
2019-08-04T20:38:56.000Z
scripts/timer.lua
ashenatitd/Automato-ATITD
62e3cf0b610a68a1c6769cb712fdbd07899392c2
[ "MIT" ]
82
2015-03-28T22:43:56.000Z
2020-04-21T06:15:52.000Z
scripts/timer.lua
ashenatitd/Automato-ATITD
62e3cf0b610a68a1c6769cb712fdbd07899392c2
[ "MIT" ]
47
2015-03-28T22:13:12.000Z
2019-12-29T22:59:21.000Z
-- This script has not yet been updated to use the new UI utilties -- -- -- dofile("screen_reader_common.inc"); dofile("ui_utils.inc"); delay_time = 60*2.2*1000; function doit() delay_time = 1000*promptNumber("How many seconds?", 2.2*60) while 1 do lsPlaySound("Clank.wav"); local start_time = lsGetTimer(); ...
24.758621
99
0.671309
1a76a13680d04999a4929b73ac9f1c1bd038881b
67,219
py
Python
Vide/plevels.py
FrankBuss/bloxorz
573d5112572b38907b0a9a82c92dcb1adc5a0d45
[ "MIT" ]
10
2018-08-28T17:50:57.000Z
2022-01-21T06:27:34.000Z
Vide/plevels.py
FrankBuss/bloxorz
573d5112572b38907b0a9a82c92dcb1adc5a0d45
[ "MIT" ]
null
null
null
Vide/plevels.py
FrankBuss/bloxorz
573d5112572b38907b0a9a82c92dcb1adc5a0d45
[ "MIT" ]
2
2019-05-30T06:26:58.000Z
2020-11-03T01:25:44.000Z
levels = [ #{ # 'geometry': [ ' bbb ', # ' bbb ', # ' bbb ', # ' bbb ', # ' b ', # ' b ', # ' bbb ', # ...
53.646449
81
0.161472
fa23bd08f093d473ee17881d04e7a7918b21b147
112
css
CSS
public/css/flex.css
japssii/myphone
f177872e8421952269e70ff82742222f18a95eaf
[ "MIT" ]
null
null
null
public/css/flex.css
japssii/myphone
f177872e8421952269e70ff82742222f18a95eaf
[ "MIT" ]
null
null
null
public/css/flex.css
japssii/myphone
f177872e8421952269e70ff82742222f18a95eaf
[ "MIT" ]
null
null
null
.form-group row { display: flex; } .form-group row > div { text-transform: capitalize; }
11.2
31
0.544643
c39744f61520a5d09fc0b01c4f7adfc7947419a1
494,306
sql
SQL
localhost.sql
klysma/hosp
a3f9d7fc144278a68f9d7ac9652d283fa9737e09
[ "MIT" ]
null
null
null
localhost.sql
klysma/hosp
a3f9d7fc144278a68f9d7ac9652d283fa9737e09
[ "MIT" ]
null
null
null
localhost.sql
klysma/hosp
a3f9d7fc144278a68f9d7ac9652d283fa9737e09
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.5.4.1deb2ubuntu2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: 23-Mar-2018 às 22:15 -- Versão do servidor: 5.7.21-0ubuntu0.16.04.1 -- PHP Version: 7.0.22-0ubuntu0.16.04.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_C...
102.066075
31,633
0.732692
2cd56cb89fd0767da7a50c9e43b3f01b3ec777aa
2,362
cpp
C++
libs/interprocess/test/intermodule_singleton_test.cpp
Ron2014/boost_1_48_0
19673f69677ffcba7c7bd6e08ec07ee3962f161c
[ "BSL-1.0" ]
null
null
null
libs/interprocess/test/intermodule_singleton_test.cpp
Ron2014/boost_1_48_0
19673f69677ffcba7c7bd6e08ec07ee3962f161c
[ "BSL-1.0" ]
null
null
null
libs/interprocess/test/intermodule_singleton_test.cpp
Ron2014/boost_1_48_0
19673f69677ffcba7c7bd6e08ec07ee3962f161c
[ "BSL-1.0" ]
null
null
null
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2004-2009. Distributed under the Boost // Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // See http://www.boost.org/libs/i...
21.472727
85
0.578323
0c0eba5e79ac5e81eaebc739a5280f04479ab349
6,153
asm
Assembly
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1581.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1581.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/US/_zr_/i7-7700_9_0xca.log_21829_1581.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 %r13 push %r14 push %rax push %rcx push %rdi push %rdx push %rsi lea addresses_WC_ht+0xee51, %rsi lea addresses_normal_ht+0x1971f, %rdi nop nop nop cmp $3826, %r13 mov $100, %rcx rep movsl nop cmp $41569, %r14 lea addresses_WC_ht+0xd6d1, %rax nop nop nop add %...
35.566474
2,999
0.660978
2137e5654d202ac0223d2c24b71dac43543f1897
9,551
kt
Kotlin
app/src/test/java/com/stevesoltys/seedvault/transport/backup/ApkBackupTest.kt
CarbonROM/android_packages_apps_Seedvault
227dc1c46c0998901300f184b84a39d07cfb7628
[ "Apache-2.0" ]
478
2020-11-09T17:45:51.000Z
2022-03-29T20:19:48.000Z
app/src/test/java/com/stevesoltys/seedvault/transport/backup/ApkBackupTest.kt
CarbonROM/android_packages_apps_Seedvault
227dc1c46c0998901300f184b84a39d07cfb7628
[ "Apache-2.0" ]
189
2020-11-09T12:53:25.000Z
2022-03-30T14:41:56.000Z
app/src/test/java/com/stevesoltys/seedvault/transport/backup/ApkBackupTest.kt
CarbonROM/android_packages_apps_Seedvault
227dc1c46c0998901300f184b84a39d07cfb7628
[ "Apache-2.0" ]
39
2020-11-13T13:41:02.000Z
2022-02-19T20:43:35.000Z
package com.stevesoltys.seedvault.transport.backup import android.content.pm.ApplicationInfo.FLAG_SYSTEM import android.content.pm.ApplicationInfo.FLAG_TEST_ONLY import android.content.pm.ApplicationInfo.FLAG_UPDATED_SYSTEM_APP import android.content.pm.InstallSourceInfo import android.content.pm.PackageInfo import an...
39.466942
100
0.696472
221f4ee4a47f4ba7f288d091f03182b7bdc5d117
1,260
dart
Dart
lib/src/comment_references/model_comment_reference.dart
VladimirBrejcha/dartdoc
0447df53e797539a6934ad62a4e6a7a3378d9bae
[ "BSD-Source-Code" ]
null
null
null
lib/src/comment_references/model_comment_reference.dart
VladimirBrejcha/dartdoc
0447df53e797539a6934ad62a4e6a7a3378d9bae
[ "BSD-Source-Code" ]
null
null
null
lib/src/comment_references/model_comment_reference.dart
VladimirBrejcha/dartdoc
0447df53e797539a6934ad62a4e6a7a3378d9bae
[ "BSD-Source-Code" ]
null
null
null
// Copyright (c) 2021, 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:analyzer/dart/ast/ast.dart'; import 'package:analyzer/dart/element/element.dart'; impo...
42
80
0.765873
3f08383075cd4d0abfce74a0d9c6ff9dcaa5bcf6
11,091
php
PHP
resources/views/sports/football.blade.php
gentisheholli/sportsLaravel
054624b03d174d4f2d00903bbbca84ebc8ea3f22
[ "MIT" ]
null
null
null
resources/views/sports/football.blade.php
gentisheholli/sportsLaravel
054624b03d174d4f2d00903bbbca84ebc8ea3f22
[ "MIT" ]
null
null
null
resources/views/sports/football.blade.php
gentisheholli/sportsLaravel
054624b03d174d4f2d00903bbbca84ebc8ea3f22
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Football</title> @include('includes/style') </head> <body> @include('includes/header') <div cl...
62.308989
120
0.524479
3eb93d2ef6a9eb0dae876483d955aaf6f0f82454
2,173
ps1
PowerShell
Set-AzureCertificate.ps1
Agazoth/AxCredentialVault
5d010e2356394fa5dec847ebf12dd7fafb2bc275
[ "MIT" ]
3
2017-08-22T06:31:32.000Z
2018-10-16T13:44:05.000Z
Set-AzureCertificate.ps1
Agazoth/AxCredentialVault
5d010e2356394fa5dec847ebf12dd7fafb2bc275
[ "MIT" ]
null
null
null
Set-AzureCertificate.ps1
Agazoth/AxCredentialVault
5d010e2356394fa5dec847ebf12dd7fafb2bc275
[ "MIT" ]
null
null
null
function Set-AzureCertificate { <# .Synopsis Add a certificate to Azure Vault .DESCRIPTION Add a certificate set to Azure Vault. Run Connect-AzureCredentialVault prior to running this command. .EXAMPLE Set-AzureCertificate -Path C:\mycert.pfx -Name MyCert cmdlet S...
31.492754
142
0.621261
b97f4e58c711600fbee50e79e7c005621bb8609f
754
asm
Assembly
oeis/130/A130545.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/130/A130545.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/130/A130545.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A130545: Numerators of 2*Sum_{k=1..n} 1/binomial(2*k,k), n >= 1. ; Submitted by Jon Maiga ; 1,4,43,307,463,10201,24121,88453,1503743,28571327,680271,54761843,156462429,111170677,245020174253,7595625419003,2531875141141,17723125990639,655755661678837,655755661685297,867289746102097,1156097231554841431,1734145847332548...
35.904762
497
0.79443
79f8ec6205f90f97ada7f622313c4a7ae5f7581a
6,494
asm
Assembly
maps/ViridianCity.asm
zavytar/pokecolorless
5fa4930f9f90acaff7ae62367e3d9feae0404464
[ "blessing" ]
null
null
null
maps/ViridianCity.asm
zavytar/pokecolorless
5fa4930f9f90acaff7ae62367e3d9feae0404464
[ "blessing" ]
null
null
null
maps/ViridianCity.asm
zavytar/pokecolorless
5fa4930f9f90acaff7ae62367e3d9feae0404464
[ "blessing" ]
null
null
null
object_const_def ; object_event constants const VIRIDIANCITY_GRAMPS1_GRUMPY const VIRIDIANCITY_GRAMPS1_OKAY const VIRIDIANCITY_GRAMPS2 const VIRIDIANCITY_FISHER const VIRIDIANCITY_YOUNGSTER const VIRIDIANCITY_COOLTRAINERF ViridianCity_MapScripts: db 3 ; scene scripts scene_script .DummyScene0 ; SCENE_VIRIDIAN...
21.939189
161
0.803819
2543268682ca821a6ad8343a04a8e9aedbfde950
1,281
dart
Dart
test/simple_app.dart
alextekartik/tekartik_jqm.dart
795a6509cdaed324546bfc7f67210e05b29dda1a
[ "BSD-2-Clause" ]
null
null
null
test/simple_app.dart
alextekartik/tekartik_jqm.dart
795a6509cdaed324546bfc7f67210e05b29dda1a
[ "BSD-2-Clause" ]
null
null
null
test/simple_app.dart
alextekartik/tekartik_jqm.dart
795a6509cdaed324546bfc7f67210e05b29dda1a
[ "BSD-2-Clause" ]
null
null
null
import 'package:polymer/polymer.dart'; import 'dart:js'; import 'dart:html'; import 'package:tekartik_jqm/jquerymobile.dart'; import 'package:tekartik_jqm/jqm_app.dart' show JqmApp; import 'package:tekartik_jqm/jqm_page.dart'; import 'package:tekartik_utils/js_utils.dart'; import 'package:tekartik_utils/dev_utils.dar...
31.243902
98
0.697892
25cb13292693d1c1128f870e115bfa4a720961f6
1,797
cs
C#
src/Castle.IO/FileSystems/InMemory/InMemoryFileSystemNotifierEntry.cs
dstockhammer/Castle.Transactions
e62cb161889614eb09452f8c31b287510b91d796
[ "Apache-2.0" ]
7
2019-03-12T17:13:29.000Z
2020-10-04T19:37:52.000Z
src/Castle.IO/FileSystems/InMemory/InMemoryFileSystemNotifierEntry.cs
dstockhammer/Castle.Transactions
e62cb161889614eb09452f8c31b287510b91d796
[ "Apache-2.0" ]
2
2019-07-18T10:56:19.000Z
2020-12-18T14:10:30.000Z
src/Castle.IO/FileSystems/InMemory/InMemoryFileSystemNotifierEntry.cs
dstockhammer/Castle.Transactions
e62cb161889614eb09452f8c31b287510b91d796
[ "Apache-2.0" ]
5
2018-10-04T00:16:59.000Z
2020-12-11T11:40:46.000Z
#region license // Copyright 2004-2012 Castle Project, Henrik Feldt &contributors - https://github.com/castleproject // // 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 // // ...
28.52381
101
0.698386
c9650bce91bb073d933d45b5d6065a8db08362ad
845
tsx
TypeScript
packages/page-democracy-chainx/src/Execute/index.tsx
gregorst3/chainx-dapp-wallet-v2
66b2c6c50ff8ea5531b12750e6bd431cd652d5cc
[ "Apache-2.0" ]
null
null
null
packages/page-democracy-chainx/src/Execute/index.tsx
gregorst3/chainx-dapp-wallet-v2
66b2c6c50ff8ea5531b12750e6bd431cd652d5cc
[ "Apache-2.0" ]
6
2021-02-20T22:07:40.000Z
2021-05-24T04:15:11.000Z
packages/page-democracy-chainx/src/Execute/index.tsx
gregorst3/chainx-dapp-wallet-v2
66b2c6c50ff8ea5531b12750e6bd431cd652d5cc
[ "Apache-2.0" ]
3
2021-02-19T12:09:42.000Z
2021-02-26T07:52:40.000Z
// Copyright 2017-2020 @polkadot/app-democracy authors & contributors // SPDX-License-Identifier: Apache-2.0 import React from 'react'; import { useApi } from '@polkadot/react-hooks'; import styled from 'styled-components'; import DispatchQueue from './DispatchQueue'; import Scheduler from './Scheduler'; const Wrappe...
22.837838
69
0.674556
02def599ef3636bcab91ff4e814f97352ecb2ef9
8,590
cql
SQL
schema/cassandra/cadence/versioned/v0.1/base.cql
kraney/cadence
b78809c691b08c33bc2e11e6222b0e8fde75d7ee
[ "MIT" ]
5,925
2017-06-07T07:52:30.000Z
2022-03-31T03:55:02.000Z
schema/cassandra/cadence/versioned/v0.1/base.cql
kraney/cadence
b78809c691b08c33bc2e11e6222b0e8fde75d7ee
[ "MIT" ]
3,236
2017-06-07T00:10:26.000Z
2022-03-31T20:30:48.000Z
schema/cassandra/cadence/versioned/v0.1/base.cql
kraney/cadence
b78809c691b08c33bc2e11e6222b0e8fde75d7ee
[ "MIT" ]
662
2017-06-07T00:04:00.000Z
2022-03-31T07:29:08.000Z
CREATE TYPE shard ( shard_id int, owner text, -- Host identifier processing the shard -- Range identifier used for generating ack ids for tasks within shard. -- Also used for optimistic concurrency and all writes to a shard are conditional on this value. range_id bigint, ...
42.107843
139
0.681141
4cd94018f7e5632b0bf7131676dea15c8b4739b4
8,357
py
Python
experiments/pre_train_imgep_pgl_goalspace/experiments/experiment_000019/run_training.py
flowersteam/automated_discovery_of_lenia_patterns
97cc7cde2120fa95225d1e470e00b8aa8c034e97
[ "MIT" ]
10
2019-10-05T16:22:11.000Z
2021-12-30T14:09:42.000Z
experiments/pre_train_imgep_pgl_goalspace/code/v01/run_training.py
flowersteam/automated_discovery_of_lenia_patterns
97cc7cde2120fa95225d1e470e00b8aa8c034e97
[ "MIT" ]
null
null
null
experiments/pre_train_imgep_pgl_goalspace/code/v01/run_training.py
flowersteam/automated_discovery_of_lenia_patterns
97cc7cde2120fa95225d1e470e00b8aa8c034e97
[ "MIT" ]
2
2019-10-14T12:12:38.000Z
2020-09-16T11:18:26.000Z
import os import sys import time import numpy as np import configuration import autodisc as ad from autodisc.representations.static.pytorchnnrepresentation.helper import Dataset import torch from torch.utils.data import DataLoader from torch.autograd import Variable from torchvision.utils import save_image ''' --...
35.411017
192
0.625224
b29565c843e4d475df5dc3bd370f427282458a2d
1,357
css
CSS
frontend/src/app/schema-engine/export-schema-dialog/export-schema-dialog.component.css
urth-poc/guardian
2778d00487807b214ce6fd8789008a284ad3d51f
[ "Apache-2.0" ]
13
2021-10-16T00:21:45.000Z
2022-03-30T23:53:06.000Z
frontend/src/app/schema-engine/export-schema-dialog/export-schema-dialog.component.css
urth-poc/guardian
2778d00487807b214ce6fd8789008a284ad3d51f
[ "Apache-2.0" ]
544
2021-10-14T19:36:17.000Z
2022-03-31T17:19:29.000Z
frontend/src/app/schema-engine/export-schema-dialog/export-schema-dialog.component.css
urth-poc/guardian
2778d00487807b214ce6fd8789008a284ad3d51f
[ "Apache-2.0" ]
16
2021-10-14T21:11:17.000Z
2022-03-30T23:53:08.000Z
.container { display: flex; justify-content: space-between; padding-right: 14px; } .container button { margin-top: 5px; margin-left: 10px; min-width: 280px; } .schema-field { flex: 1; } :host .content { max-height: 400px; } .policy-header { height: 44px; font-size: 34px; ...
14.912088
35
0.588062
72cdfc2b98a7aecedefd3ec48fdde453a11d02c1
9,087
ps1
PowerShell
Boxstarter.HyperV/Enable-BoxstarterVM.ps1
camilohe/boxstarter
5a591e40914d33643cfaa16ea16246dbb1b871fd
[ "Apache-2.0" ]
84
2017-10-25T15:49:21.000Z
2021-11-28T21:25:54.000Z
data/train/powershell/72cdfc2b98a7aecedefd3ec48fdde453a11d02c1Enable-BoxstarterVM.ps1
vassalos/deep-learning-lang-detection
cbb00b3e81bed3a64553f9c6aa6138b2511e544e
[ "MIT" ]
5
2018-03-29T11:50:46.000Z
2021-04-26T13:33:18.000Z
data/train/powershell/72cdfc2b98a7aecedefd3ec48fdde453a11d02c1Enable-BoxstarterVM.ps1
vassalos/deep-learning-lang-detection
cbb00b3e81bed3a64553f9c6aa6138b2511e544e
[ "MIT" ]
24
2017-11-22T08:31:00.000Z
2022-03-27T01:22:31.000Z
function Enable-BoxstarterVM { <# .SYNOPSIS Opens WMI ports and LocalAccountTokenFilterPolicy for Workgroup Hyper-V VMs .DESCRIPTION Prepares a Hyper-V VM for Boxstarter Installation. Opening WMI ports if remoting is not enabled and enabling LocalAccountTokenFilterPolicy if the VM is not in a domain so that Boxstar...
42.863208
207
0.644547
fdd9a9d420630875fc997988b4a9f43a4bd8b9b4
963
dart
Dart
lib/screens/one_player_game_screen/view/current_turn.dart
aakash-pamnani/tic-tac-toe-flutter
a8465490afab6f6661a0e298a083b02474f258e2
[ "MIT" ]
4
2022-01-27T15:18:33.000Z
2022-02-22T20:17:14.000Z
lib/screens/one_player_game_screen/view/current_turn.dart
aakashpsindhi/tic-tac-toe-flutter
a8465490afab6f6661a0e298a083b02474f258e2
[ "MIT" ]
null
null
null
lib/screens/one_player_game_screen/view/current_turn.dart
aakashpsindhi/tic-tac-toe-flutter
a8465490afab6f6661a0e298a083b02474f258e2
[ "MIT" ]
1
2022-03-30T18:23:09.000Z
2022-03-30T18:23:09.000Z
import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_bloc.dart'; import 'package:tic_tac_toe/screens/one_player_game_screen/bloc/one_player_bloc.dart'; class CurrentTurn extends StatelessWidget { const CurrentTurn({required this.isXTurn, Key? key}) : super(key: key); // used to show ima...
26.027027
86
0.612669
a13962c7ffbd3475fe767789d237d23cc16ded9d
2,825
tsx
TypeScript
website/src/pages/_app.tsx
yamanoku/markuplint
de81fc514acdf472f87184e3499e9364258f9b66
[ "MIT" ]
198
2018-02-27T06:38:52.000Z
2022-03-29T16:43:46.000Z
website/src/pages/_app.tsx
yamanoku/markuplint
de81fc514acdf472f87184e3499e9364258f9b66
[ "MIT" ]
265
2018-04-29T07:35:09.000Z
2022-03-31T02:19:03.000Z
website/src/pages/_app.tsx
yamanoku/markuplint
de81fc514acdf472f87184e3499e9364258f9b66
[ "MIT" ]
23
2018-07-09T08:08:19.000Z
2022-03-03T11:46:04.000Z
import 'normalize.css'; import '../global.css'; import type { MDXProviderComponentsProp } from '@mdx-js/react'; import type { AppProps } from 'next/app'; import type { PropsWithChildren } from 'react'; import { MDXProvider } from '@mdx-js/react'; import innerText from 'react-innertext'; let h2: string; let h3: strin...
25.45045
119
0.52885
4f8c1c964a02d6836bb1ba96b109f82b1453449c
459
rb
Ruby
Casks/mumble.rb
noinarisak/homebrew-cask
4396a344ad6f53cf601602779ce95a90adc2032b
[ "BSD-2-Clause" ]
2
2020-07-26T04:53:41.000Z
2020-07-26T15:04:39.000Z
Casks/mumble.rb
noinarisak/homebrew-cask
4396a344ad6f53cf601602779ce95a90adc2032b
[ "BSD-2-Clause" ]
3
2022-02-28T07:19:56.000Z
2022-03-28T07:15:46.000Z
Casks/mumble.rb
noinarisak/homebrew-cask
4396a344ad6f53cf601602779ce95a90adc2032b
[ "BSD-2-Clause" ]
3
2020-11-04T08:55:13.000Z
2020-11-06T04:48:38.000Z
cask 'mumble' do version '1.3.0' sha256 'ffe648f07e3749dac1b7e9e82eb15b032e4547b8bfd48d568a618057dea6ee49' # github.com/mumble-voip/mumble was verified as official when first introduced to the cask url "https://github.com/mumble-voip/mumble/releases/download/#{version}/Mumble-#{version}.dmg" appcast 'https:/...
35.307692
96
0.766885
06fc7df99c796595265f1a42c2b6fdc43e58dc32
165
py
Python
w3resource/Basics- Part I/basics009.py
DanielPascualSenties/pythonw3
f0355d1b640dec19e0b087797538204332111bb5
[ "MIT" ]
null
null
null
w3resource/Basics- Part I/basics009.py
DanielPascualSenties/pythonw3
f0355d1b640dec19e0b087797538204332111bb5
[ "MIT" ]
null
null
null
w3resource/Basics- Part I/basics009.py
DanielPascualSenties/pythonw3
f0355d1b640dec19e0b087797538204332111bb5
[ "MIT" ]
null
null
null
exam_st_date = (11, 12, 2014) print("The examination will start from : " + str(exam_st_date[0]) + " / " + str(exam_st_date[1]) + " / " + str(exam_st_date[2]))
41.25
98
0.606061
6b73ea2b92c9240d4626cb39d89da4285ebddb60
194
js
JavaScript
appDetails/middlewares/auth.js
ykabusalah/ykabusalah1.github.io
c69fb35caa535176f02d0dab41825ec0988a60eb
[ "MIT" ]
null
null
null
appDetails/middlewares/auth.js
ykabusalah/ykabusalah1.github.io
c69fb35caa535176f02d0dab41825ec0988a60eb
[ "MIT" ]
null
null
null
appDetails/middlewares/auth.js
ykabusalah/ykabusalah1.github.io
c69fb35caa535176f02d0dab41825ec0988a60eb
[ "MIT" ]
null
null
null
module.exports = forumBaseUrl => (req, res, next) => { if(req.user) { res.locals.user = req.user; return next(); } return res.redirect(`${forumBaseUrl}/login`); };
19.4
54
0.556701
ddae108b0f9ec05bc51b71701c923c80eeb62561
1,675
java
Java
src/main/java/makamys/coretweaks/util/MCUtil.java
makamys/CoreTweaks
0571ae43da2ca16b08a292685ec6c17ac4ab94cf
[ "MIT" ]
4
2021-12-23T22:45:26.000Z
2022-03-21T18:05:58.000Z
src/main/java/makamys/coretweaks/util/MCUtil.java
makamys/CoreTweaks
0571ae43da2ca16b08a292685ec6c17ac4ab94cf
[ "MIT" ]
1
2022-03-15T23:03:14.000Z
2022-03-16T14:45:30.000Z
src/main/java/makamys/coretweaks/util/MCUtil.java
makamys/CoreTweaks
0571ae43da2ca16b08a292685ec6c17ac4ab94cf
[ "MIT" ]
1
2022-03-24T21:06:08.000Z
2022-03-24T21:06:08.000Z
package makamys.coretweaks.util; import java.lang.reflect.Field; import net.minecraft.client.Minecraft; import net.minecraft.client.settings.GameSettings; import net.minecraft.launchwrapper.Launch; public class MCUtil { private static Field ofCloudsHeight_F; public static Object Reflector_ForgeBlock_hasTileEntit...
33.5
133
0.767761
9768d85f9af154ea579dd558c94f71c7fc2c6502
21,131
tsx
TypeScript
src/pages/Bounty/index.tsx
theomart77/dyp
5d67df56aef828b7b797d6f5483e661c9e2d0aa2
[ "WTFPL" ]
10
2020-10-07T18:24:00.000Z
2021-11-26T18:43:36.000Z
src/pages/Bounty/index.tsx
theomart77/dyp
5d67df56aef828b7b797d6f5483e661c9e2d0aa2
[ "WTFPL" ]
1
2020-11-07T13:44:21.000Z
2020-12-10T14:08:25.000Z
src/pages/Bounty/index.tsx
theomart77/dyp
5d67df56aef828b7b797d6f5483e661c9e2d0aa2
[ "WTFPL" ]
13
2020-10-18T02:38:28.000Z
2021-06-16T05:12:03.000Z
import React from 'react' import { AutoColumn } from '../../components/Column' import styled from 'styled-components' import { TYPE } from '../../theme' import { RowBetween } from '../../components/Row' import { CardSection, DataCard, CardNoise, CardBGImage } from '../../components/earn/styled' import { Link } from 're...
45.055437
125
0.505561
93728ad611ddf2b043988e42821d62746c2ba9e3
421
cs
C#
src/Taskever.Application/Tasks/Dto/CreateTaskInput.cs
aspnetboilerplate/taskever
e3baed9cd93501d2a0c73b5b458963123d9b522b
[ "MIT" ]
73
2015-01-12T07:57:06.000Z
2021-06-03T18:59:44.000Z
taskever/Taskever.Application/Tasks/Dto/CreateTaskInput.cs
tianfengs/AbpPractice
e849561723e940086b3c44b3bfc9ede7d7125062
[ "MIT" ]
15
2015-01-05T19:56:54.000Z
2022-03-30T06:26:06.000Z
taskever/Taskever.Application/Tasks/Dto/CreateTaskInput.cs
tianfengs/AbpPractice
e849561723e940086b3c44b3bfc9ede7d7125062
[ "MIT" ]
80
2015-01-07T19:26:47.000Z
2020-04-02T02:47:20.000Z
using System.Web; using Abp.Application.Services.Dto; using Abp.Runtime.Validation; namespace Taskever.Tasks.Dto { public class CreateTaskInput : IInputDto, IShouldNormalize { public TaskDto Task { get; set; } public void Normalize() { Task.Title = HttpUtility.HtmlEncode(Ta...
24.764706
72
0.657957
99a7ae78a6c67e2a95d18ab7f4cb7037508269dd
6,261
sql
SQL
dbv-1/data/schema/prc_AddAccountIPCLI.sql
devatsrs/neon.web
2ca8024fa58ecb881694b5308ff622468c181765
[ "MIT" ]
null
null
null
dbv-1/data/schema/prc_AddAccountIPCLI.sql
devatsrs/neon.web
2ca8024fa58ecb881694b5308ff622468c181765
[ "MIT" ]
null
null
null
dbv-1/data/schema/prc_AddAccountIPCLI.sql
devatsrs/neon.web
2ca8024fa58ecb881694b5308ff622468c181765
[ "MIT" ]
null
null
null
CREATE DEFINER=`root`@`localhost` PROCEDURE `prc_AddAccountIPCLI`( IN `p_CompanyID` INT, IN `p_AccountID` INT, IN `p_CustomerVendorCheck` INT, IN `p_IPCLIString` LONGTEXT, IN `p_IPCLICheck` LONGTEXT, IN `p_ServiceID` INT ) BEGIN DECLARE i int; DECLARE v_COUNTER int; DECLARE v_IPCLI LONGTEXT; DECLARE v_IPCLIC...
39.626582
146
0.763616
ee0cc64b5d6f8f86117de1dbb9e71f60b5d837f8
79
dart
Dart
lib/src/model/loc_type.dart
985211yyg/flutter_baidu_yingyan_trace
7be419e4eb42952f3cca7ba67cc6bcede6c58a77
[ "Apache-2.0" ]
null
null
null
lib/src/model/loc_type.dart
985211yyg/flutter_baidu_yingyan_trace
7be419e4eb42952f3cca7ba67cc6bcede6c58a77
[ "Apache-2.0" ]
null
null
null
lib/src/model/loc_type.dart
985211yyg/flutter_baidu_yingyan_trace
7be419e4eb42952f3cca7ba67cc6bcede6c58a77
[ "Apache-2.0" ]
null
null
null
enum LocType { /// GPS定位 GPS, /// 网络定位 NET_WORK, /// 无效定位 NONE }
7.181818
14
0.493671
a3e5654ac31031b0c35277a58c797fcabd42491f
927
java
Java
SpigotPaintball/src/com/jordan/paintball/Util.java
SouthernSeth/Paintball-MC
9b84e515e61391a04585ae6545f6d7c745a187e0
[ "MIT" ]
1
2018-11-27T15:54:30.000Z
2018-11-27T15:54:30.000Z
SpigotPaintball/src/com/jordan/paintball/Util.java
SouthernSeth/Paintball-MC
9b84e515e61391a04585ae6545f6d7c745a187e0
[ "MIT" ]
null
null
null
SpigotPaintball/src/com/jordan/paintball/Util.java
SouthernSeth/Paintball-MC
9b84e515e61391a04585ae6545f6d7c745a187e0
[ "MIT" ]
null
null
null
package com.jordan.paintball; import org.bukkit.Bukkit; import org.bukkit.Location; public class Util { public static Location stringToLocation(String str) { String[] split = str.split(","); String world = split[0]; double x = Double.valueOf(split[1]); double y = Double.valueOf(split[2]); dou...
28.96875
99
0.650485
ae3c96a0e9a2b90f9df3dc2de2581135e0be4cb1
804
cs
C#
Application/EdFi.Ods.Api/Infrastructure/Pipelines/Get/GetPipeline.cs
AxelMarquez/Ed-Fi-ODS
e2d8679c5646d02970328f20e2175020522d4acd
[ "Apache-2.0" ]
null
null
null
Application/EdFi.Ods.Api/Infrastructure/Pipelines/Get/GetPipeline.cs
AxelMarquez/Ed-Fi-ODS
e2d8679c5646d02970328f20e2175020522d4acd
[ "Apache-2.0" ]
null
null
null
Application/EdFi.Ods.Api/Infrastructure/Pipelines/Get/GetPipeline.cs
AxelMarquez/Ed-Fi-ODS
e2d8679c5646d02970328f20e2175020522d4acd
[ "Apache-2.0" ]
null
null
null
// SPDX-License-Identifier: Apache-2.0 // Licensed to the Ed-Fi Alliance under one or more agreements. // The Ed-Fi Alliance licenses this file to you under the Apache License, Version 2.0. // See the LICENSE and NOTICES files in the project root for more information. using EdFi.Ods.Common; using EdFi.Ods.Common.Infr...
40.2
126
0.75
46cc916808467654370dbb5682ce10c4334d11d1
57
py
Python
tests/tc6.py
crackaf/PythonInterpreter
690b3ee8cff8c13dd834788a410a69d9ea923fc1
[ "MIT" ]
1
2021-07-28T13:25:20.000Z
2021-07-28T13:25:20.000Z
tests/tc6.py
crackaf/PythonInterpreter
690b3ee8cff8c13dd834788a410a69d9ea923fc1
[ "MIT" ]
null
null
null
tests/tc6.py
crackaf/PythonInterpreter
690b3ee8cff8c13dd834788a410a69d9ea923fc1
[ "MIT" ]
null
null
null
a=5 b=50 if a>=b: c=a-b else: c=a-b print(c)
4.75
9
0.438596
b0f1658d683bf9f69e2f2d4c6d08b21a4373385e
3,097
h
C
src/exactextract/src/geos_utils.h
dbaston/exactextractr
15ec58e8b40d5ea84752e51d0b914376b5122d5d
[ "Apache-2.0" ]
null
null
null
src/exactextract/src/geos_utils.h
dbaston/exactextractr
15ec58e8b40d5ea84752e51d0b914376b5122d5d
[ "Apache-2.0" ]
null
null
null
src/exactextract/src/geos_utils.h
dbaston/exactextractr
15ec58e8b40d5ea84752e51d0b914376b5122d5d
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2018 ISciences, LLC. // All rights reserved. // // This software is 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 req...
32.946809
117
0.719729
bb52c478ad813d1021bcde205fc7993b07b31df7
139
cs
C#
Xpressive.Home.Plugins.Tado/HumidityDto.cs
xpressive-websolutions/Xpressive.Home.ProofOfConcept
f1d91af5221b08e38a7addf4b9191d6dfaa50146
[ "MIT" ]
5
2016-12-12T11:15:48.000Z
2021-02-22T21:09:56.000Z
Xpressive.Home.Plugins.Tado/HumidityDto.cs
xpressive-websolutions/Xpressive.Home.ProofOfConcept
f1d91af5221b08e38a7addf4b9191d6dfaa50146
[ "MIT" ]
null
null
null
Xpressive.Home.Plugins.Tado/HumidityDto.cs
xpressive-websolutions/Xpressive.Home.ProofOfConcept
f1d91af5221b08e38a7addf4b9191d6dfaa50146
[ "MIT" ]
4
2017-02-21T20:35:46.000Z
2021-08-19T11:06:29.000Z
namespace Xpressive.Home.Plugins.Tado { internal class HumidityDto { public double Percentage { get; set; } } }
17.375
47
0.611511
42fca789f0d086f2d0a36214464b991ee13107eb
2,585
dart
Dart
dependencies/Flare-Flutter/lib/flare/animation/property_types.dart
vuvantienhd96/project_demo_flutter_animation
ba71735b3edbadd3bdd888727f0656d417324598
[ "MIT" ]
17
2019-04-06T13:11:09.000Z
2022-02-05T20:07:36.000Z
dependencies/Flare-Flutter/lib/flare/animation/property_types.dart
vuvantienhd96/project_demo_flutter_animation
ba71735b3edbadd3bdd888727f0656d417324598
[ "MIT" ]
null
null
null
dependencies/Flare-Flutter/lib/flare/animation/property_types.dart
vuvantienhd96/project_demo_flutter_animation
ba71735b3edbadd3bdd888727f0656d417324598
[ "MIT" ]
3
2019-02-11T11:26:01.000Z
2019-07-23T11:05:39.000Z
class PropertyTypes { static const int Unknown = 0; static const int PosX = 1; static const int PosY = 2; static const int ScaleX = 3; static const int ScaleY = 4; static const int Rotation = 5; static const int Opacity = 6; static const int DrawOrder = 7; static const int Length = 8; static const int Vertex...
34.932432
54
0.771373
9a6c3c4f2debe67e715e04b91f5e112f66deb4b8
1,600
rb
Ruby
app/services/ecm/cms/create_navigation_service.rb
robotex82/ecm_cms2
1e63e5c1e3c8a9a95576e3a06eb785008e021a43
[ "MIT" ]
1
2019-02-14T11:20:00.000Z
2019-02-14T11:20:00.000Z
app/services/ecm/cms/create_navigation_service.rb
robotex82/ecm_cms2
1e63e5c1e3c8a9a95576e3a06eb785008e021a43
[ "MIT" ]
null
null
null
app/services/ecm/cms/create_navigation_service.rb
robotex82/ecm_cms2
1e63e5c1e3c8a9a95576e3a06eb785008e021a43
[ "MIT" ]
null
null
null
module Ecm::Cms class CreateNavigationService < Itsf::Services::V2::Service::Base class Response < Itsf::Services::V2::Response::Base attr_accessor :navigation, :navigation_items, :created_navigation_items, :errored_navigation_items def initialize super @navigation_items = []...
32
142
0.686875
12cadf58735bd931066bf7d3468a2c8f61697156
5,480
cs
C#
src/CoreWCF.Http/tests/Helpers/ClientHelper.cs
willaimyou/CoreWCF
ce54af4ed349e47ea9b6d12e5df8323d91f9dfc2
[ "MIT" ]
null
null
null
src/CoreWCF.Http/tests/Helpers/ClientHelper.cs
willaimyou/CoreWCF
ce54af4ed349e47ea9b6d12e5df8323d91f9dfc2
[ "MIT" ]
null
null
null
src/CoreWCF.Http/tests/Helpers/ClientHelper.cs
willaimyou/CoreWCF
ce54af4ed349e47ea9b6d12e5df8323d91f9dfc2
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; using System.ServiceModel; using System.ServiceModel.Channels; using System.Text; namespace Helpers { public static class ClientHelper { private static TimeSpan s_debugTimeout = TimeSpan.FromMinutes(20); public static Binding GetBufferedModHttp1Binding(...
40.895522
167
0.619891
fd33c8d21dd34069846fa551dc8468f12b2352d3
5,721
tab
SQL
wordLists/wikt/wn-wikt-oji.tab
vatbub/auto-hotkey-noun-replacer
467c34292c1cc6465cb2d4003a91021b763b22d7
[ "Apache-2.0" ]
null
null
null
wordLists/wikt/wn-wikt-oji.tab
vatbub/auto-hotkey-noun-replacer
467c34292c1cc6465cb2d4003a91021b763b22d7
[ "Apache-2.0" ]
null
null
null
wordLists/wikt/wn-wikt-oji.tab
vatbub/auto-hotkey-noun-replacer
467c34292c1cc6465cb2d4003a91021b763b22d7
[ "Apache-2.0" ]
null
null
null
# Wiktionary oji http://wiktionary.org/ CC BY-SA 00968010-a oji:lemma mayagi- 01131043-a oji:lemma maji- 01382086-a oji:lemma michaa 01503061-n oji:lemma bineshiinh 01548301-n oji:lemma wiindigoo-bineshiinh 01558993-n oji:lemma opichi 01726692-n oji:lemma ᑭᓀᐱᒃ 01770081-n oji:lemma eyebig 01772222-n oji:lemma asabikeshi...
32.87931
58
0.838839