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
06e10dbcb81ebd9d673434ada2234174489a5f89
1,704
py
Python
src/hammer-vlsi/hammer_vlsi/hooks.py
XiaoSanchez/hammer
87a2ee26b0912df39973a35632970a47a31ca22a
[ "BSD-3-Clause" ]
138
2017-08-15T18:56:55.000Z
2022-03-29T05:23:37.000Z
src/hammer-vlsi/hammer_vlsi/hooks.py
XiaoSanchez/hammer
87a2ee26b0912df39973a35632970a47a31ca22a
[ "BSD-3-Clause" ]
444
2017-09-11T01:15:37.000Z
2022-03-31T17:30:33.000Z
src/hammer-vlsi/hammer_vlsi/hooks.py
XiaoSanchez/hammer
87a2ee26b0912df39973a35632970a47a31ca22a
[ "BSD-3-Clause" ]
33
2017-10-30T14:23:53.000Z
2022-03-25T01:36:13.000Z
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # hooks.py # Classes and functions related to Hammer hooks. # # See LICENSE for licence details. from enum import Enum from typing import Callable, NamedTuple, Optional, TYPE_CHECKING __all__ = ['HammerStepFunction', 'HammerToolStep', 'HookLocation', 'HammerToolHook...
28.4
90
0.712441
38c77c50e005d9b42db6360162f8524a39c3d1e4
769
php
PHP
app/Modules/Dashboards/Controllers/DashboardsController.php
alissonphp/rent-clothes-api
d337776e0362a14463a05282a7b6f4f8581cbe5d
[ "MIT" ]
3
2018-01-10T11:21:16.000Z
2020-06-19T12:31:54.000Z
app/Modules/Dashboards/Controllers/DashboardsController.php
alissonphp/rent-clothes-api
d337776e0362a14463a05282a7b6f4f8581cbe5d
[ "MIT" ]
null
null
null
app/Modules/Dashboards/Controllers/DashboardsController.php
alissonphp/rent-clothes-api
d337776e0362a14463a05282a7b6f4f8581cbe5d
[ "MIT" ]
null
null
null
<?php namespace App\Modules\Dashboards\Controllers; use App\Modules\Clients\Models\Client; use App\Modules\Items\Models\Item; use App\Modules\Orders\Models\Order; class DashboardsController { public function admin() { try { $items = Item::all()->count(); $clients = Client::...
22.617647
67
0.508453
423aca60be104a6174ba747c451d8e6182caaae3
5,229
ps1
PowerShell
Full_Scripts/Run-PS1Script/Run-PS1Script.ps1
JayDeuce/POSH_Script_Work
6babb45ecca8d7bf3b84f021706c647643e7ea18
[ "MIT" ]
1
2019-02-12T13:56:59.000Z
2019-02-12T13:56:59.000Z
Full_Scripts/Run-PS1Script/Run-PS1Script.ps1
JayDeuce/POSH_Script_Work
6babb45ecca8d7bf3b84f021706c647643e7ea18
[ "MIT" ]
null
null
null
Full_Scripts/Run-PS1Script/Run-PS1Script.ps1
JayDeuce/POSH_Script_Work
6babb45ecca8d7bf3b84f021706c647643e7ea18
[ "MIT" ]
null
null
null
<# .SYNOPSIS Pushes and runs script on listed machines useing PSExec remote administration tool. .DESCRIPTION Using passed parameters for the Computer name and and script Name; this script will copy the script to the designated Computer or Computers, run the script, and return the exit/error code o...
40.534884
183
0.674699
05cb412874d2f82a5f9e4db9636e8edff4a47c4f
1,527
py
Python
graphexporter.py
YoongiKim/Rider-PPO
fd7f44288293f600972a9d039967ee84e0e692c0
[ "MIT" ]
14
2018-04-11T14:37:49.000Z
2020-04-12T06:15:56.000Z
graphexporter.py
YoongiKim/Rider-PPO
fd7f44288293f600972a9d039967ee84e0e692c0
[ "MIT" ]
null
null
null
graphexporter.py
YoongiKim/Rider-PPO
fd7f44288293f600972a9d039967ee84e0e692c0
[ "MIT" ]
4
2018-04-11T15:10:15.000Z
2019-08-03T00:06:10.000Z
import csv import matplotlib.pyplot as plt from matplotlib.animation import FuncAnimation import numpy as np import scipy.signal import matplotlib plt.style.use('dark_background') # with open('csv/run_PPO_summary-tag-Info_cumulative_reward.csv', newline='') as csvfile: with open('csv/run_PPO_summary-tag-Info_episode_...
29.941176
89
0.662737
e753e294f4e5f9c1dd7ea35ea28585713132305b
10,439
php
PHP
src/table/Column.php
krepver/yii2-migration
66c6271fb6c7d3440cd11dd7c6ff87f768534d81
[ "Apache-2.0" ]
1
2020-05-27T18:33:23.000Z
2020-05-27T18:33:23.000Z
src/table/Column.php
krepver/yii2-migration
66c6271fb6c7d3440cd11dd7c6ff87f768534d81
[ "Apache-2.0" ]
null
null
null
src/table/Column.php
krepver/yii2-migration
66c6271fb6c7d3440cd11dd7c6ff87f768534d81
[ "Apache-2.0" ]
null
null
null
<?php declare(strict_types=1); namespace bizley\migration\table; use bizley\migration\Schema; use function in_array; use function preg_replace; use function str_ireplace; use function str_replace; use function stripos; use function trim; abstract class Column { /** @var string */ private $name; /** @v...
22.742919
111
0.550053
b71cf5aa3a1ad13edd2b94907a242590f5330a84
12,318
cs
C#
OperationManager/Controllers/ADController.cs
buyongfeng521/SmallBelief
f4ed4859aa98c372b9a72bb7ec2e3007fc352248
[ "MIT" ]
1
2017-04-03T08:57:57.000Z
2017-04-03T08:57:57.000Z
OperationManager/Controllers/ADController.cs
buyongfeng521/SmallBelief
f4ed4859aa98c372b9a72bb7ec2e3007fc352248
[ "MIT" ]
null
null
null
OperationManager/Controllers/ADController.cs
buyongfeng521/SmallBelief
f4ed4859aa98c372b9a72bb7ec2e3007fc352248
[ "MIT" ]
null
null
null
using HelperCommon; using Model; using Model.CommonModel; using Model.FormatModel; using OperationManager.Models; using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace OperationManager.Controllers { [LoginCheck] public class ADController : Control...
32.415789
166
0.492694
d12b28891d8281c2a351634e1f7ff4e855146fa1
5,122
lua
Lua
libs/containers/User.lua
Tigerism/Discordia
bdcdc53f682b64ca609c9a1f2522ac704adaacb2
[ "MIT" ]
null
null
null
libs/containers/User.lua
Tigerism/Discordia
bdcdc53f682b64ca609c9a1f2522ac704adaacb2
[ "MIT" ]
null
null
null
libs/containers/User.lua
Tigerism/Discordia
bdcdc53f682b64ca609c9a1f2522ac704adaacb2
[ "MIT" ]
null
null
null
--[=[ @c User x Snowflake @d Represents a single user of Discord, either a human or a bot, outside of any specific guild's context. ]=] local Snowflake = require('containers/abstract/Snowflake') local FilteredIterable = require('iterables/FilteredIterable') local constants = require('constants') local format = string...
27.989071
113
0.742679
149760ad826262dac47f7b1e83e2507f2487165e
688
ts
TypeScript
src/modules/carRental/interfaces/interfaceRepository/ICarRentalRepository.ts
mviniciusgc/SEIDOR
0995a71d7246548b135e392979467680f0288452
[ "MIT" ]
null
null
null
src/modules/carRental/interfaces/interfaceRepository/ICarRentalRepository.ts
mviniciusgc/SEIDOR
0995a71d7246548b135e392979467680f0288452
[ "MIT" ]
null
null
null
src/modules/carRental/interfaces/interfaceRepository/ICarRentalRepository.ts
mviniciusgc/SEIDOR
0995a71d7246548b135e392979467680f0288452
[ "MIT" ]
null
null
null
import { IAutomobile } from '@modules/automobiles/interfaces/interfaceDTO/IAutomobileDTO' import { IDriver } from '@modules/driver/interfaces/interfaceDTO/IDriverDTO' import { CarRentalEntitie } from '../../models/CarRentalEntitie' interface ICarRentalRepository { create(motorista: IDriver, carro: IAutomobile, des...
49.142857
98
0.758721
e29d638218eafcab69b16c81241ef7e528c063ee
7,951
py
Python
openstackclient/shell.py
dreamhost/python-openstackclient
fd8197de6d8178ded323fd6e0bcc0c0b59ff30f3
[ "Apache-2.0" ]
null
null
null
openstackclient/shell.py
dreamhost/python-openstackclient
fd8197de6d8178ded323fd6e0bcc0c0b59ff30f3
[ "Apache-2.0" ]
null
null
null
openstackclient/shell.py
dreamhost/python-openstackclient
fd8197de6d8178ded323fd6e0bcc0c0b59ff30f3
[ "Apache-2.0" ]
null
null
null
# Copyright 2012 OpenStack LLC. # All Rights Reserved # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
34.872807
78
0.606213
d8fcd83cf759aa7d1e952d9ff25fb1935a951c45
9,356
dart
Dart
lib/common/version.dart
jjjachyty/smh_app
06fc197c4783153d6b0792ef7f87ee19e074c321
[ "Apache-2.0" ]
null
null
null
lib/common/version.dart
jjjachyty/smh_app
06fc197c4783153d6b0792ef7f87ee19e074c321
[ "Apache-2.0" ]
null
null
null
lib/common/version.dart
jjjachyty/smh_app
06fc197c4783153d6b0792ef7f87ee19e074c321
[ "Apache-2.0" ]
null
null
null
import 'dart:io'; import 'dart:isolate'; import 'dart:ui'; import 'package:fluttertoast/fluttertoast.dart'; import 'package:open_file/open_file.dart'; import 'package:permission_handler/permission_handler.dart'; import 'package:progress_dialog/progress_dialog.dart'; import 'package:flutter/material.dart'; impor...
30.877888
139
0.553121
25d6afe2d865e88d073cb1512fb2750e4b994f6a
13,158
cs
C#
src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs
0proto/PowerToys
1533c9315f4719ccf803818997b1cf7d507fe00d
[ "MIT" ]
1
2022-01-27T08:29:27.000Z
2022-01-27T08:29:27.000Z
src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs
0proto/PowerToys
1533c9315f4719ccf803818997b1cf7d507fe00d
[ "MIT" ]
null
null
null
src/modules/launcher/Wox.Test/Plugins/ProgramPluginTest.cs
0proto/PowerToys
1533c9315f4719ccf803818997b1cf7d507fe00d
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using NUnit.Framework; using Wox.Infrastructure; using Wox.Plugin; using Microsoft.Plugin.Program.Programs; using Moq; using System.IO; namespace Wox.Test.Plugins { [TestFixture] public class ProgramPluginTest { ...
38.928994
185
0.594771
c036ab70923574f87091e759d5d42530869fb81e
204
cs
C#
src/Scrapbook/GoogleSheet.cs
tomcrane/scrapbook
8e7b0e6307ecdadede17b878061f78bc9d73bd9c
[ "MIT" ]
null
null
null
src/Scrapbook/GoogleSheet.cs
tomcrane/scrapbook
8e7b0e6307ecdadede17b878061f78bc9d73bd9c
[ "MIT" ]
null
null
null
src/Scrapbook/GoogleSheet.cs
tomcrane/scrapbook
8e7b0e6307ecdadede17b878061f78bc9d73bd9c
[ "MIT" ]
null
null
null
namespace Scrapbook { public class GoogleSheet { public string Range { get; set; } public string MajorDimension { get; set; } public string[][] Values { get; set; } } }
22.666667
50
0.583333
79e9f0a5999f7304de9cba85a418b6339acf489c
1,390
php
PHP
vendor/twig/twig/src/Node/DeprecatedNode.php
Qtn49/project-php
632ae69e6f3a69b8240017c8b96f615b475c876d
[ "MIT" ]
null
null
null
vendor/twig/twig/src/Node/DeprecatedNode.php
Qtn49/project-php
632ae69e6f3a69b8240017c8b96f615b475c876d
[ "MIT" ]
null
null
null
vendor/twig/twig/src/Node/DeprecatedNode.php
Qtn49/project-php
632ae69e6f3a69b8240017c8b96f615b475c876d
[ "MIT" ]
null
null
null
<?php /* * This file is part of Twig. * * (c) Fabien Potencier * * For the full copyright and license information, please templates the LICENSE * file that was distributed with this source code. */ namespace Twig\Node; use Twig\Compiler; use Twig\Node\Expression\AbstractExpression; use Twig\Node\Expression\Co...
25.740741
104
0.579137
45d65891a06d722f73ec82d918dc0869a9d1d47f
141
py
Python
src/image_uploader/urls.py
Hazzari/backend-api-uploader
38702abe72ccc85c2bf83951ff16c71ce510f46d
[ "MIT" ]
null
null
null
src/image_uploader/urls.py
Hazzari/backend-api-uploader
38702abe72ccc85c2bf83951ff16c71ce510f46d
[ "MIT" ]
null
null
null
src/image_uploader/urls.py
Hazzari/backend-api-uploader
38702abe72ccc85c2bf83951ff16c71ce510f46d
[ "MIT" ]
null
null
null
from django.urls import path from . import views app_name = 'authentication' urlpatterns = [ path('', views.ImageViewSet.as_view()), ]
15.666667
43
0.70922
465466cc72f35f8189c1853ce159a1669c86b489
4,112
php
PHP
application/views/template/back/js_back.php
premawaisnawa/here_sell_well
cd460579de9e901fb19fc126f3b5e2089b58d597
[ "MIT" ]
null
null
null
application/views/template/back/js_back.php
premawaisnawa/here_sell_well
cd460579de9e901fb19fc126f3b5e2089b58d597
[ "MIT" ]
null
null
null
application/views/template/back/js_back.php
premawaisnawa/here_sell_well
cd460579de9e901fb19fc126f3b5e2089b58d597
[ "MIT" ]
null
null
null
<!-- jQuery UI 1.11.2 --> <script src="<?php echo base_url('assets/js/jquery-ui.min.js') ?>" type="text/javascript"></script> <!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip --> <script> $.widget.bridge('uibutton', $.ui.button); </script> <script src="<?php echo base_url('assets/AdminLTE-2.0.5/...
57.111111
154
0.686284
fa116ab2dba71367016ae32a0d280ef1ceac0c7a
11,082
cxx
C++
src/escape.cxx
jktjkt/replxx
12f2adee7f9123880db1f870c360a88c1f7ba182
[ "Apache-2.0" ]
1
2019-06-11T06:49:15.000Z
2019-06-11T06:49:15.000Z
src/escape.cxx
jktjkt/replxx
12f2adee7f9123880db1f870c360a88c1f7ba182
[ "Apache-2.0" ]
null
null
null
src/escape.cxx
jktjkt/replxx
12f2adee7f9123880db1f870c360a88c1f7ba182
[ "Apache-2.0" ]
1
2019-06-10T16:48:55.000Z
2019-06-10T16:48:55.000Z
#include "escape.hxx" #include "io.hxx" #include "keycodes.hxx" #ifndef _WIN32 namespace replxx { namespace EscapeSequenceProcessing { // move these out of global namespace // This chunk of code does parsing of the escape sequences sent by various Linux // terminals. // // It handles arrow keys, Home, End and Delet...
35.748387
86
0.750135
05a52c3611b9bdbeb84510d540d913fc35bd1bc1
5,395
py
Python
Modules/nonExecAnalyzer.py
A1S0N/Qu1cksc0pe
5298b49dec4f3529d6050b64c6a63bbd05d1b582
[ "Apache-2.0" ]
255
2019-10-19T13:43:33.000Z
2022-03-27T16:45:36.000Z
Modules/nonExecAnalyzer.py
0x731/Qu1cksc0pe
931e8d32370cdc74a85e5ce6ee98537ee5a26675
[ "Apache-2.0" ]
7
2021-02-21T19:21:18.000Z
2022-03-31T15:19:23.000Z
Modules/nonExecAnalyzer.py
0x731/Qu1cksc0pe
931e8d32370cdc74a85e5ce6ee98537ee5a26675
[ "Apache-2.0" ]
54
2020-01-23T18:37:06.000Z
2022-03-07T21:01:31.000Z
#!/usr/bin/python3 import os import sys # Checking for puremagic try: import puremagic as pr except: print("Error: >puremagic< module not found.") sys.exit(1) # Checking for colorama try: from colorama import Fore, Style except: print("Error: >colorama< not found.") sys.exit(1) # Checking fo...
36.208054
162
0.606487
23b725b0b5a8a59161b2aa7455ae9ee471fd7f0f
1,765
js
JavaScript
tests/unit/config/routing.spec.js
bjaanes/ExtremeResults-WebApp
d15e2690c9879366e1e8ebd472c63c5b64e71a16
[ "MIT" ]
20
2015-08-20T13:27:05.000Z
2020-09-05T18:21:44.000Z
tests/unit/config/routing.spec.js
bjaanes/ExtremeResults-WebApp
d15e2690c9879366e1e8ebd472c63c5b64e71a16
[ "MIT" ]
85
2015-06-29T12:20:34.000Z
2016-08-07T12:51:17.000Z
tests/unit/config/routing.spec.js
bjaanes/ExtremeResults-WebApp
d15e2690c9879366e1e8ebd472c63c5b64e71a16
[ "MIT" ]
12
2016-10-02T12:17:43.000Z
2020-10-06T17:24:31.000Z
import { module, inject } from "angular-mocks"; import "../../../app/config/config.module"; (function () { 'use strict'; describe('Routing Config', function () { var stateProvider, stateProviderData, urlRouterProvider, urlRouterProviderOtherwiseMethod, ...
30.431034
95
0.514448
da112fd35643290bdbb0e3713d4448e245bf3a84
8,726
php
PHP
resources/views/rrhh/empleados/empresa/edit.blade.php
carlosmiranda96/AdvancedEnergy
f673b18b201f0a05ece5d15e156f970b886bb25d
[ "MIT" ]
null
null
null
resources/views/rrhh/empleados/empresa/edit.blade.php
carlosmiranda96/AdvancedEnergy
f673b18b201f0a05ece5d15e156f970b886bb25d
[ "MIT" ]
null
null
null
resources/views/rrhh/empleados/empresa/edit.blade.php
carlosmiranda96/AdvancedEnergy
f673b18b201f0a05ece5d15e156f970b886bb25d
[ "MIT" ]
null
null
null
@extends('plantilla') @section('pagina') <div class='container-fluid'> <!-- Page Heading --> <div class="d-sm-flex align-items-center justify-content-between mb-4"> <h1 class="h3 mb-0 text-primary">Empleados</h1> </div> <div class="card shadow mb-4"> <div class="card-header py-3"> ...
57.03268
200
0.370273
68cf45cc762b648d562ee818a1e734db7f7d5848
1,158
dart
Dart
test/get_field_configuration_entity_response_test.dart
wondenge/fineract.dart
472f5d60d345365b6c362c20bc3f6fbcf4aad622
[ "Apache-2.0" ]
1
2022-03-19T12:23:23.000Z
2022-03-19T12:23:23.000Z
test/get_field_configuration_entity_response_test.dart
wondenge/fineract.dart
472f5d60d345365b6c362c20bc3f6fbcf4aad622
[ "Apache-2.0" ]
null
null
null
test/get_field_configuration_entity_response_test.dart
wondenge/fineract.dart
472f5d60d345365b6c362c20bc3f6fbcf4aad622
[ "Apache-2.0" ]
null
null
null
import 'package:openapi/api.dart'; import 'package:test/test.dart'; // tests for GetFieldConfigurationEntityResponse void main() { var instance = new GetFieldConfigurationEntityResponse(); group('test GetFieldConfigurationEntityResponse', () { // int fieldConfigurationId (default value: null) test('to t...
24.125
66
0.610535
8b26846d8851fc638fc5203e1a43b8455f1231cb
447
lua
Lua
resources/[gameplay]/gus/admin_c.lua
AfuSensi/MTA-Resources
e4a0f3981ddc92c8f15c3d93140196c6a8589fa8
[ "MIT", "0BSD" ]
18
2018-09-13T14:50:40.000Z
2022-02-02T21:44:50.000Z
resources/[gameplay]/gus/admin_c.lua
AfuSensi/MTA-Resources
e4a0f3981ddc92c8f15c3d93140196c6a8589fa8
[ "MIT", "0BSD" ]
151
2018-03-08T11:01:42.000Z
2021-10-05T17:25:05.000Z
resources/[gameplay]/gus/admin_c.lua
AfuSensi/MTA-Resources
e4a0f3981ddc92c8f15c3d93140196c6a8589fa8
[ "MIT", "0BSD" ]
111
2018-03-08T10:53:00.000Z
2022-03-12T18:54:54.000Z
addEvent("onGameMessageSend2", true) addEventHandler("onGameMessageSend2", root, function(text, lang) local URL = "http://translate.google.com/translate_tts?ie=UTF-8&tl=" .. lang .. "&q=" .. text -- Play the TTS. BASS returns the sound element even if it can not be played. -- playSound(URL) -- disabled to wait o...
31.928571
94
0.724832
bec8e0144a780ad7d3d93dddaf745cdc86b5782c
802
ts
TypeScript
projects/demo-integrations/cypress/tests/kit/multi-select/multi-select.spec.ts
Mu-L/taiga-ui
6dabb28797762575b4d3a52f79188fb7ce35ce09
[ "Apache-2.0" ]
null
null
null
projects/demo-integrations/cypress/tests/kit/multi-select/multi-select.spec.ts
Mu-L/taiga-ui
6dabb28797762575b4d3a52f79188fb7ce35ce09
[ "Apache-2.0" ]
null
null
null
projects/demo-integrations/cypress/tests/kit/multi-select/multi-select.spec.ts
Mu-L/taiga-ui
6dabb28797762575b4d3a52f79188fb7ce35ce09
[ "Apache-2.0" ]
null
null
null
import { DEFAULT_TIMEOUT_BEFORE_ACTION, MULTI_SELECT_PAGE_URL, } from '../../../support/shared.entities'; describe('MultiSelect', () => { beforeEach(() => { cy.viewport('macbook-13'); cy.goToDemoPage(MULTI_SELECT_PAGE_URL); cy.hideHeader(); }); it('does not overflow arrow i...
29.703704
84
0.593516
0c6762de0f26cab83622c39ed3c57ead7336428c
1,897
kt
Kotlin
uisdk/src/main/java/com/karhoo/uisdk/screen/rides/detail/rating/RatingView.kt
karhoo/karhoo-android-ui-sdk
a6bc8a43463236cc2e8be97f5587ae6b21960507
[ "BSD-2-Clause" ]
8
2020-09-29T14:06:40.000Z
2022-02-07T14:56:34.000Z
uisdk/src/main/java/com/karhoo/uisdk/screen/rides/detail/rating/RatingView.kt
karhoo/karhoo-android-ui-sdk
a6bc8a43463236cc2e8be97f5587ae6b21960507
[ "BSD-2-Clause" ]
11
2020-11-16T11:51:41.000Z
2022-01-14T09:17:40.000Z
uisdk/src/main/java/com/karhoo/uisdk/screen/rides/detail/rating/RatingView.kt
karhoo/karhoo-android-ui-sdk
a6bc8a43463236cc2e8be97f5587ae6b21960507
[ "BSD-2-Clause" ]
null
null
null
package com.karhoo.uisdk.screen.rides.detail.rating import android.app.Activity import android.content.Context import android.util.AttributeSet import android.view.View import android.widget.LinearLayout import android.widget.RatingBar import com.karhoo.sdk.api.model.TripInfo import com.karhoo.uisdk.KarhooUISDK import...
37.196078
97
0.711123
bd31118b678c1f32eecabca1099785a94ae24067
876
ddl
SQL
tools/test/h5repack/testfiles/dataregion.tdatareg.h5.ddl
hyoklee/hdf5
d128e98a69039be58deeca9b737bf4b465b9756f
[ "BSD-3-Clause-LBNL" ]
215
2020-04-27T17:08:20.000Z
2022-03-09T14:36:37.000Z
tools/test/h5repack/testfiles/dataregion.tdatareg.h5.ddl
hyoklee/hdf5
d128e98a69039be58deeca9b737bf4b465b9756f
[ "BSD-3-Clause-LBNL" ]
562
2020-06-21T15:38:20.000Z
2022-03-31T15:33:59.000Z
tools/test/h5repack/testfiles/dataregion.tdatareg.h5.ddl
hyoklee/hdf5
d128e98a69039be58deeca9b737bf4b465b9756f
[ "BSD-3-Clause-LBNL" ]
180
2020-04-30T17:05:42.000Z
2022-03-31T16:04:26.000Z
HDF5 "out-dataregion.tdatareg.h5" { GROUP "/" { DATASET "Dataset1" { DATATYPE H5T_REFERENCE { H5T_STD_REF_DSETREG } DATASPACE SIMPLE { ( 4 ) / ( 4 ) } STORAGE_LAYOUT { CONTIGUOUS SIZE 48 OFFSET 6244 } FILTERS { NONE } FILLVALUE { ...
20.372093
53
0.530822
7fc74b57a1ae1b434d61ca59ec38815eb898f0eb
3,391
php
PHP
server/admin/cli/fix_deleted_users.php
woon5118/totara_ub
a38f8e5433c93d295f6768fb24e5eecefa8294cd
[ "PostgreSQL" ]
null
null
null
server/admin/cli/fix_deleted_users.php
woon5118/totara_ub
a38f8e5433c93d295f6768fb24e5eecefa8294cd
[ "PostgreSQL" ]
null
null
null
server/admin/cli/fix_deleted_users.php
woon5118/totara_ub
a38f8e5433c93d295f6768fb24e5eecefa8294cd
[ "PostgreSQL" ]
null
null
null
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle ...
38.977011
109
0.714244
84f963cc55cd78345df04594a2561040258aad44
3,051
cs
C#
TestConsolePublish/Program.cs
heyehang/DotNetCore.RabbitMQ.Extensions
db6e9ac5a82c8b2d991a9fb69cb9c2bff774ca2c
[ "Apache-2.0" ]
11
2019-12-19T08:51:19.000Z
2021-11-07T20:27:20.000Z
TestConsolePublish/Program.cs
heyehang/DotNetCore.RabbitMQ.Extensions
db6e9ac5a82c8b2d991a9fb69cb9c2bff774ca2c
[ "Apache-2.0" ]
null
null
null
TestConsolePublish/Program.cs
heyehang/DotNetCore.RabbitMQ.Extensions
db6e9ac5a82c8b2d991a9fb69cb9c2bff774ca2c
[ "Apache-2.0" ]
5
2020-07-28T02:52:04.000Z
2022-03-12T13:17:35.000Z
using Microsoft.Extensions.DependencyInjection; using System; using DotNetCore.RabbitMQ.Extensions; using TestCommon; using System.Collections.Generic; using System.Linq; namespace TestConsolePublish { class Program { static void Main(string[] args) { IServiceCollection services = ...
34.280899
79
0.548345
a4a36c6f858bb70b74a205f5e2f7c908214d78e8
172
php
PHP
config/home.php
lhy197/TP5141
0ca3004bbbd2fbad1021a93b5f0dbc9eaed5200a
[ "Apache-2.0" ]
null
null
null
config/home.php
lhy197/TP5141
0ca3004bbbd2fbad1021a93b5f0dbc9eaed5200a
[ "Apache-2.0" ]
null
null
null
config/home.php
lhy197/TP5141
0ca3004bbbd2fbad1021a93b5f0dbc9eaed5200a
[ "Apache-2.0" ]
null
null
null
<?php //新加的文件针对配置里边的 场景配置 return [ 'app_address' => 'home', 'database' => [ 'password' => '1111111111' ] ];
19.111111
39
0.383721
dd82c6d3ba304d572420507ab4fb0f5dd2a5a725
4,628
java
Java
src/main/java/walkingkooka/emulator/c64/Ciaa.java
mP1/walkingkooka-emulator-c64
1dfb307afe99b6b41cb2a818b9e602193fba43c6
[ "Apache-2.0" ]
null
null
null
src/main/java/walkingkooka/emulator/c64/Ciaa.java
mP1/walkingkooka-emulator-c64
1dfb307afe99b6b41cb2a818b9e602193fba43c6
[ "Apache-2.0" ]
14
2019-09-17T06:47:03.000Z
2019-09-19T10:49:31.000Z
src/main/java/walkingkooka/emulator/c64/Ciaa.java
mP1/walkingkooka-emulator-c64
1dfb307afe99b6b41cb2a818b9e602193fba43c6
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2019 Miroslav Pokorny (github.com/mP1) * * 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 applic...
33.294964
119
0.625756
e72cda6362af3e5147389158d625b0b91ae01ae5
2,105
php
PHP
resources/views/account/index.blade.php
Joe-Ford/laravel
1addd9d286fc23618cd31add8ff977de8cda7544
[ "MIT" ]
null
null
null
resources/views/account/index.blade.php
Joe-Ford/laravel
1addd9d286fc23618cd31add8ff977de8cda7544
[ "MIT" ]
null
null
null
resources/views/account/index.blade.php
Joe-Ford/laravel
1addd9d286fc23618cd31add8ff977de8cda7544
[ "MIT" ]
null
null
null
@extends('template') @section('content') <main> <div class="col-lg-8 mx-auto p-3 py-md-5"> <h1>Welcome, {{\Auth::user()->name}}</h1> <p class="fs-5 col-md-8">Quickly and easily get started with Bootstrap's compiled, production-ready files with this barebones example featuring some ba...
50.119048
236
0.527316
147220cc44f053d860d551b4195f487d1ef76473
3,196
ts
TypeScript
src/index.ts
smart-table/smart-table-filter
ec2fbe9609910e2a555469dac5a3dd488521b1c4
[ "MIT" ]
2
2017-02-02T13:15:12.000Z
2019-11-02T22:27:10.000Z
src/index.ts
smart-table/smart-table-filter
ec2fbe9609910e2a555469dac5a3dd488521b1c4
[ "MIT" ]
2
2018-07-20T21:20:29.000Z
2019-06-17T16:55:18.000Z
src/index.ts
smart-table/smart-table-filter
ec2fbe9609910e2a555469dac5a3dd488521b1c4
[ "MIT" ]
1
2019-06-15T02:49:43.000Z
2019-06-15T02:49:43.000Z
import {compose} from 'smart-table-operators'; import {pointer} from 'smart-table-json-pointer'; enum Type { BOOLEAN = 'boolean', NUMBER = 'number', DATE = 'date', STRING = 'string' } type TypeOrAny = Type | any; const typeExpression = (type: TypeOrAny): Function => { switch (type) { case...
30.438095
107
0.640488
45c40cbba7fbf4153cd88078872458c8be136c0d
2,071
py
Python
model.py
Shangwei-ZHOU/Fuel_Cell_Diagnosis
65aee8803dc0ef7e9cae54f104c5b5cca823d2b9
[ "MIT" ]
null
null
null
model.py
Shangwei-ZHOU/Fuel_Cell_Diagnosis
65aee8803dc0ef7e9cae54f104c5b5cca823d2b9
[ "MIT" ]
null
null
null
model.py
Shangwei-ZHOU/Fuel_Cell_Diagnosis
65aee8803dc0ef7e9cae54f104c5b5cca823d2b9
[ "MIT" ]
null
null
null
import torch.nn as nn import torch.nn.functional as F input_number=100 class Fuel_Cell_Net_16800(nn.Module): def __init__(self): super(Fuel_Cell_Net_16800,self).__init__() self.conv1 = nn.Conv1d(1, 64, 100, 10) self.pool1 = nn.MaxPool1d(3, 2) self.conv2 = nn.Conv1d(64, 32, 5, 10) ...
30.910448
50
0.550459
a77910f4ec729ad1a5a7e3e8a8ab7a2873bc6a01
1,382
dart
Dart
lib/bitly_exception.dart
HadesPTIT/flutter_url_shortener
9afac39b8ee9b18a20d0ac536827eb069b875e48
[ "MIT" ]
2
2021-11-11T14:14:59.000Z
2021-12-27T10:47:12.000Z
lib/bitly_exception.dart
HadesPTIT/flutter_url_shortener
9afac39b8ee9b18a20d0ac536827eb069b875e48
[ "MIT" ]
null
null
null
lib/bitly_exception.dart
HadesPTIT/flutter_url_shortener
9afac39b8ee9b18a20d0ac536827eb069b875e48
[ "MIT" ]
null
null
null
/// /// [BitlyException] /// class BitlyException implements Exception { String? message; String? description; String? resource; List<Errors>? errors; BitlyException({ this.message, this.description, this.resource, this.errors, }); BitlyException.fromJson(Map<String, dynamic> json) { ...
22.290323
68
0.606368
2316e8956d7f27a06adb211242b167182336dbc5
362
css
CSS
src/app/emp-dash/create/create.component.css
angadsinghsandhu/-PROJECT-VMS_MEAN_STACK_APP
470dd33d5c2432a51f0d06e27394a881b84ffb06
[ "MIT" ]
null
null
null
src/app/emp-dash/create/create.component.css
angadsinghsandhu/-PROJECT-VMS_MEAN_STACK_APP
470dd33d5c2432a51f0d06e27394a881b84ffb06
[ "MIT" ]
2
2020-09-18T02:53:20.000Z
2020-09-20T13:42:19.000Z
src/app/emp-dash/edit/edit.component.css
angadsinghsandhu/-PROJECT-VMS_MEAN_STACK_APP
470dd33d5c2432a51f0d06e27394a881b84ffb06
[ "MIT" ]
null
null
null
.heading { display: grid; place-items: center; grid-template-rows: auto 1fr auto; } .form { width: 80%; } #nameId.ng-valid { border: 5px solid green; } #nameId.ng-invalid { border: 5px solid red; } .box-border { border-radius: 25px; border: 2px solid #73AD21; padding: 20px; width: 220px; float...
12.928571
36
0.640884
2245e98afaeb77d2fa489a1015de6486440ae0e0
90
sql
SQL
src/test/resources/sql/select/cc9f72aa.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/select/cc9f72aa.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/select/cc9f72aa.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:aggregates.sql ln:44 expect:true select sum(null::int8) from generate_series(1,3)
30
48
0.766667
1a918edc8706e0a5cfb7506c5d0a498cbde8db36
576
py
Python
programming/python-curso_em_video/exercises/ex075.py
carlosevmoura/courses-notes
dc938625dd79267f9a262e7e6939205f63dda885
[ "MIT" ]
null
null
null
programming/python-curso_em_video/exercises/ex075.py
carlosevmoura/courses-notes
dc938625dd79267f9a262e7e6939205f63dda885
[ "MIT" ]
null
null
null
programming/python-curso_em_video/exercises/ex075.py
carlosevmoura/courses-notes
dc938625dd79267f9a262e7e6939205f63dda885
[ "MIT" ]
null
null
null
tupla = ( int(input('Digite um número: ')), int(input('Digite outro número: ')), int(input('Digite mais número: ')), int(input('Digite o último número: ')) ) print('Você digitou os valores: {}'.format(tupla)) print('O número 9 apareceu {} vezes.'.format(tupla.count(9))) if 3 in tupla: print('O núme...
30.315789
95
0.635417
cf276364b425f2f72b1fa57390bc3a66c113060c
9,065
kt
Kotlin
test/common/src/main/kotlin/com.github.jcornaz.collekt.test/PersistentListTest.kt
jcornaz/collekt
c947530780c2d60f3800e6095b999cef67bce79b
[ "MIT" ]
4
2018-06-05T07:44:41.000Z
2019-05-26T11:03:58.000Z
test/common/src/main/kotlin/com.github.jcornaz.collekt.test/PersistentListTest.kt
jcornaz/collekt
c947530780c2d60f3800e6095b999cef67bce79b
[ "MIT" ]
38
2018-05-28T08:15:42.000Z
2019-03-26T09:25:58.000Z
test/common/src/main/kotlin/com.github.jcornaz.collekt.test/PersistentListTest.kt
jcornaz/collekt
c947530780c2d60f3800e6095b999cef67bce79b
[ "MIT" ]
null
null
null
package com.github.jcornaz.collekt.test import com.github.jcornaz.collekt.api.PersistentListFactory import com.github.jcornaz.collekt.api.of import kotlin.test.* public abstract class PersistentListTest : PersistentCollectionTest() { public abstract override val factory: PersistentListFactory @Test fun s...
33.327206
93
0.637397
17e03e26fda66c7e600d8c5717cce210474183a7
58
rb
Ruby
test/mailers/previews/user_mailer_preview.rb
ShehanAT/Quiz-Game
c4c6c2c5f0eade0529fabfca6b5a8e8262e40f2c
[ "MIT" ]
4
2019-11-01T19:57:35.000Z
2021-11-16T11:47:44.000Z
test/mailers/previews/user_mailer_preview.rb
ShehanAT/Quiz-Game
c4c6c2c5f0eade0529fabfca6b5a8e8262e40f2c
[ "MIT" ]
12
2020-02-29T04:38:52.000Z
2021-10-10T20:57:11.000Z
test/mailers/previews/user_mailer_preview.rb
ShehanAT/Quiz-Game
c4c6c2c5f0eade0529fabfca6b5a8e8262e40f2c
[ "MIT" ]
null
null
null
class UserMailerPreview < ActionMailer::Preview end
11.6
48
0.758621
e578158b2f9051a0091989f550565791a7d7c667
5,391
lua
Lua
SmileBASIC/animations.lua
TheV360/Love2DSmileBASICLibrary
a2004e4adb79b4aa09567be27048c748c3f503a3
[ "Unlicense" ]
2
2018-11-30T06:20:11.000Z
2020-06-08T03:12:09.000Z
SmileBASIC/animations.lua
TheV360/Love2DSmileBASICLibrary
a2004e4adb79b4aa09567be27048c748c3f503a3
[ "Unlicense" ]
4
2018-11-28T15:47:50.000Z
2021-04-02T16:08:51.000Z
SmileBASIC/animations.lua
TheV360/Love2DSmileBASICLibrary
a2004e4adb79b4aa09567be27048c748c3f503a3
[ "Unlicense" ]
1
2018-11-27T02:58:13.000Z
2018-11-27T02:58:13.000Z
-- Animations: Vague class that makes an object that updates specific SmileBASIC-related values. -- Maybe also allow a generic animation mode? You pass a table reference, it updates it over time. -- if self.type == nil then -- end Animations = { Types = { Offset = 0, XY = 0, Depth = 1, Z = 1, Sourc...
28.225131
110
0.656279
e1f7a4e5a0aa517bd01bdae9ef3862fb1f5fd7cc
860
cpp
C++
dp/mnemonic_search/demo/acwing901.cpp
Fanjunmin/algorithm-template
db0d37a7c9c37ee9a167918fb74b03d1d09b6fad
[ "MIT" ]
1
2021-04-26T11:03:04.000Z
2021-04-26T11:03:04.000Z
dp/mnemonic_search/demo/acwing901.cpp
Fanjunmin/algrithm-template
db0d37a7c9c37ee9a167918fb74b03d1d09b6fad
[ "MIT" ]
null
null
null
dp/mnemonic_search/demo/acwing901.cpp
Fanjunmin/algrithm-template
db0d37a7c9c37ee9a167918fb74b03d1d09b6fad
[ "MIT" ]
null
null
null
#include <iostream> #include <cstring> using namespace std; const int N = 310; int r, c; int h[N][N], f[N][N]; int dx[4] = {0, 0, -1, 1}; int dy[4] = {1, -1, 0, 0}; void init() { memset(f, -1, sizeof(h)); } int dp(int x, int y) { int &t = f[x][y]; if(t != -1) return t; t = 1; //初始为1 for (int i = ...
18.695652
70
0.359302
20e27aa907c8b2bd3b1cb2da4f56c1e64ba3db6e
957
py
Python
pyasciinet/asciinet/test/test_ascii.py
cosminbasca/asciinet
cec4d1f18d4c568622f3b51b9798c4502abf1cdc
[ "Apache-2.0" ]
16
2016-08-24T05:08:36.000Z
2021-10-06T08:00:16.000Z
pyasciinet/asciinet/test/test_ascii.py
cosminbasca/asciinet
cec4d1f18d4c568622f3b51b9798c4502abf1cdc
[ "Apache-2.0" ]
5
2017-11-26T18:10:44.000Z
2021-04-21T21:41:02.000Z
pyasciinet/asciinet/test/test_ascii.py
cosminbasca/asciinet
cec4d1f18d4c568622f3b51b9798c4502abf1cdc
[ "Apache-2.0" ]
4
2017-01-15T20:03:36.000Z
2018-05-03T11:51:45.000Z
#!/usr/bin/env python # # author: Cosmin Basca # # Copyright 2010 University of Zurich # # 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 # ...
31.9
109
0.732497
ef09961840a16c0cf658c8fc7a4fe40db9fab31e
754
h
C
tests/nbody-java/java_io_Flushable.h
albertobarri/idk
a250884f79e2a484251fc750bb915ecbc962be58
[ "MIT" ]
58
2015-01-05T04:40:48.000Z
2021-12-17T06:01:28.000Z
tests/nbody-java/java_io_Flushable.h
albertobarri/idk
a250884f79e2a484251fc750bb915ecbc962be58
[ "MIT" ]
4
2019-08-19T13:07:10.000Z
2020-10-17T02:45:04.000Z
tests/nbody-java/java_io_Flushable.h
albertobarri/idk
a250884f79e2a484251fc750bb915ecbc962be58
[ "MIT" ]
46
2015-01-03T06:20:54.000Z
2020-04-18T13:32:52.000Z
#ifndef __JAVA_IO_FLUSHABLE__ #define __JAVA_IO_FLUSHABLE__ #include "xmlvm.h" // Preprocessor constants for interfaces: #define XMLVM_ITABLE_IDX_java_io_Flushable_flush__ 1 // Implemented interfaces: // Super Class: #include "java_lang_Object.h" // Circular references: XMLVM_DEFINE_CLASS(java_io_Flushable, 0, 0) ...
26
52
0.863395
46ed5fd8164638992e021d1946c58dbcea74e74c
1,272
py
Python
saleor/checkout/migrations/0044_fulfill_checkout_line_new_fields.py
Vultik/saleor
dc8548f7ad49cc26950dbfa0fd81f02617350240
[ "CC-BY-4.0" ]
null
null
null
saleor/checkout/migrations/0044_fulfill_checkout_line_new_fields.py
Vultik/saleor
dc8548f7ad49cc26950dbfa0fd81f02617350240
[ "CC-BY-4.0" ]
null
null
null
saleor/checkout/migrations/0044_fulfill_checkout_line_new_fields.py
Vultik/saleor
dc8548f7ad49cc26950dbfa0fd81f02617350240
[ "CC-BY-4.0" ]
null
null
null
# Generated by Django 3.2.13 on 2022-04-29 08:51 from django.db import migrations from django.db.models import F, OuterRef, Subquery from django.contrib.postgres.functions import RandomUUID from django.contrib.postgres.operations import CryptoExtension def set_checkout_line_token_and_created_at(apps, _schema_editor)...
30.285714
82
0.704403
1a366c8789231305e0120f90b43bdefd0735d291
7,096
py
Python
paper/figures/figure_2/gene_overlap/genes.py
OmnesRes/pan_cancer
1014511ee6fded405ac882bbb65e8ba7b1882127
[ "MIT" ]
3
2016-01-11T19:19:49.000Z
2017-04-17T14:43:57.000Z
paper/figures/figure_2/gene_overlap/genes.py
OmnesRes/pan_cancer
1014511ee6fded405ac882bbb65e8ba7b1882127
[ "MIT" ]
null
null
null
paper/figures/figure_2/gene_overlap/genes.py
OmnesRes/pan_cancer
1014511ee6fded405ac882bbb65e8ba7b1882127
[ "MIT" ]
4
2016-04-13T13:12:09.000Z
2018-12-19T00:19:16.000Z
##script for finding the overlap in the top 100 most significant genes in each cancer and plotting results ##load necessary modules import pylab as plt import numpy as np import math import os BASE_DIR = os.path.dirname(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) ##I did not write ...
30.067797
147
0.660654
9ad424582423e4b7a60556fd5407c63f03381ecb
415
swift
Swift
iOSPruebaCeibaTests/Launch/Router/LaunchRouterTests.swift
xkiRox/iOSPruebCeiba
f85320f8c81fe0e3531a01ae60b09adf42b171c3
[ "MIT" ]
null
null
null
iOSPruebaCeibaTests/Launch/Router/LaunchRouterTests.swift
xkiRox/iOSPruebCeiba
f85320f8c81fe0e3531a01ae60b09adf42b171c3
[ "MIT" ]
null
null
null
iOSPruebaCeibaTests/Launch/Router/LaunchRouterTests.swift
xkiRox/iOSPruebCeiba
f85320f8c81fe0e3531a01ae60b09adf42b171c3
[ "MIT" ]
null
null
null
// // LaunchRouterTests.swift // iOSPruebaCeibaTests // // Created by Hector Satizabal on 28/08/21. // import XCTest @testable import iOSPruebaCeiba class LaunchRouterTests: XCTestCase { var router: LaunchRouter? override func setUpWithError() throws { router = LaunchRouter() } func t...
18.863636
70
0.696386
324faf8b2d0daa910a8546a83dfd588c541a0586
1,175
kts
Kotlin
protoBindings/build.gradle.kts
Dufuqan/provenance
9c9b597ff767869941dfc52383c91f94c5a404e5
[ "Apache-2.0" ]
64
2021-01-31T04:05:41.000Z
2022-03-26T01:56:54.000Z
protoBindings/build.gradle.kts
Dufuqan/provenance
9c9b597ff767869941dfc52383c91f94c5a404e5
[ "Apache-2.0" ]
532
2021-01-28T02:03:23.000Z
2022-03-31T08:24:08.000Z
protoBindings/build.gradle.kts
Dufuqan/provenance
9c9b597ff767869941dfc52383c91f94c5a404e5
[ "Apache-2.0" ]
13
2021-03-05T00:51:27.000Z
2022-03-29T14:28:22.000Z
plugins { /* * Nexus publishing plugin cannot exist in sub projects. * See https://github.com/gradle-nexus/publish-plugin/issues/81 */ id(PluginIds.NexusPublish) version PluginVersions.NexusPublish } // Publishing nexusPublishing { repositories { sonatype { nexusUrl.set(...
41.964286
162
0.70383
74d424e03fc38a2f41674183f03b4980a35f6f28
78
css
CSS
dfd/static/index.css
legnaleurc/dfd
50f580c4cf2d6528a6df8310093aef2b0b7f2c08
[ "MIT" ]
null
null
null
dfd/static/index.css
legnaleurc/dfd
50f580c4cf2d6528a6df8310093aef2b0b7f2c08
[ "MIT" ]
null
null
null
dfd/static/index.css
legnaleurc/dfd
50f580c4cf2d6528a6df8310093aef2b0b7f2c08
[ "MIT" ]
null
null
null
input { width: 50em; font-family: monospace; font-size: medium; }
13
27
0.602564
dde2c7b9de2026e09e0da43a511004f06e00d744
3,137
java
Java
src/it/cnr/isti/vir/util/ListingFiles.java
ffalchi/it.cnr.isti.vir
01632d09fa6b31edb84774966b5e2c6fcdb02786
[ "BSD-2-Clause" ]
9
2015-09-01T10:51:47.000Z
2021-08-22T01:56:35.000Z
src/it/cnr/isti/vir/util/ListingFiles.java
ffalchi/it.cnr.isti.vir
01632d09fa6b31edb84774966b5e2c6fcdb02786
[ "BSD-2-Clause" ]
null
null
null
src/it/cnr/isti/vir/util/ListingFiles.java
ffalchi/it.cnr.isti.vir
01632d09fa6b31edb84774966b5e2c6fcdb02786
[ "BSD-2-Clause" ]
6
2015-03-27T10:32:03.000Z
2019-05-02T08:04:01.000Z
/******************************************************************************* * Copyright (c) 2013, Fabrizio Falchi (NeMIS Lab., ISTI-CNR, Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are m...
32.010204
757
0.686962
67ab9b7a2877c7f820aaf2c0e38f1ff7f423b40b
4,622
swift
Swift
HotChat/General/NavigationMap.swift
ilumanxi/HotChat
ab8cfdf83a3cc40bbb57232f19fbe261c972f367
[ "MIT" ]
1
2021-01-11T03:44:02.000Z
2021-01-11T03:44:02.000Z
HotChat/General/NavigationMap.swift
ilumanxi/HotChat
ab8cfdf83a3cc40bbb57232f19fbe261c972f367
[ "MIT" ]
null
null
null
HotChat/General/NavigationMap.swift
ilumanxi/HotChat
ab8cfdf83a3cc40bbb57232f19fbe261c972f367
[ "MIT" ]
null
null
null
// // NavigationMap.swift // HotChat // // Created by 风起兮 on 2021/1/20. // Copyright © 2021 风起兮. All rights reserved. // import SafariServices import URLNavigator extension Navigator { static let share = Navigator() } func HotChatURLString(path: String) -> String { return "\(Constant.hotChatScheme...
32.780142
132
0.673085
aa5197ab3c2a059fcf9ba09b12ee75bf92cf45d4
2,441
sh
Shell
misc/dist.sh
mhamann/estrella
aca6a68104cdc35c9112d3a559840e38fdc1a12a
[ "0BSD" ]
1,052
2020-05-21T23:31:13.000Z
2022-03-24T11:14:49.000Z
misc/dist.sh
mhamann/estrella
aca6a68104cdc35c9112d3a559840e38fdc1a12a
[ "0BSD" ]
49
2020-05-22T17:26:06.000Z
2022-02-11T06:22:36.000Z
misc/dist.sh
mhamann/estrella
aca6a68104cdc35c9112d3a559840e38fdc1a12a
[ "0BSD" ]
36
2020-05-22T11:08:05.000Z
2022-03-03T00:14:19.000Z
#!/bin/bash -e cd "$(dirname "$0")/.." _step() { echo "———————————————————————————————————————————————————————————————————————————" echo ">>> $@" } # Check version _step "Checking version in package.json vs NPM" ESTRELLA_VERSION=$(node -e 'process.stdout.write(require("./package.json").version)') ESTRELLA_NPM_VER...
31.294872
107
0.70422
a195d534abc773122f14b652b8fdc1e739e6d5b0
779
ts
TypeScript
packages/core/src/picker/picker.context.ts
Brain777777/taroify
80cd4a5be874e7566af849ccca9fb95b233f577a
[ "MIT" ]
1
2021-12-31T04:29:01.000Z
2021-12-31T04:29:01.000Z
packages/core/src/picker/picker.context.ts
Brain777777/taroify
80cd4a5be874e7566af849ccca9fb95b233f577a
[ "MIT" ]
null
null
null
packages/core/src/picker/picker.context.ts
Brain777777/taroify
80cd4a5be874e7566af849ccca9fb95b233f577a
[ "MIT" ]
1
2022-02-06T12:56:44.000Z
2022-02-06T12:56:44.000Z
import { createContext } from "react" import { SetRefCallback } from "../utils/state" import { DEFAULT_SIBLING_COUNT, PickerColumnInstance, PickerOptionObject } from "./picker.shared" interface PickerContextValue { values?: any[] readonly?: boolean siblingCount: number isMultiValue?(): boolean getValueOpti...
24.34375
97
0.768935
6dde88fb71f2bc5c0528ff0f433abaaf042863e0
2,377
ts
TypeScript
src/graphql/root/subscription/price.ts
leesalminen/galoy
8024d5c82eb56c3385a2d48d8eeb21d1e2b83eb4
[ "MIT" ]
null
null
null
src/graphql/root/subscription/price.ts
leesalminen/galoy
8024d5c82eb56c3385a2d48d8eeb21d1e2b83eb4
[ "MIT" ]
null
null
null
src/graphql/root/subscription/price.ts
leesalminen/galoy
8024d5c82eb56c3385a2d48d8eeb21d1e2b83eb4
[ "MIT" ]
null
null
null
import { GT } from "@graphql/index" import ExchangeCurrencyUnit from "@graphql/types/scalar/exchange-currency-unit" import PricePayload from "@graphql/types/payload/price" import { SAT_PRICE_PRECISION_OFFSET, SAT_USDCENT_PRICE } from "@config" import SatAmount from "@graphql/types/scalar/sat-amount" import pubsub from ...
32.121622
82
0.659655
9815c6450da8f51cd416b55a153dcf02fcc83ef8
1,796
sql
SQL
guns-vip-main/src/main/sqls/container_menus.sql
wangyue033/AI-PLATFORM
be3438b75be3fe84d8cd17d3e69dbb3603367d1c
[ "MIT" ]
null
null
null
guns-vip-main/src/main/sqls/container_menus.sql
wangyue033/AI-PLATFORM
be3438b75be3fe84d8cd17d3e69dbb3603367d1c
[ "MIT" ]
null
null
null
guns-vip-main/src/main/sqls/container_menus.sql
wangyue033/AI-PLATFORM
be3438b75be3fe84d8cd17d3e69dbb3603367d1c
[ "MIT" ]
null
null
null
INSERT INTO `sys_menu`(`MENU_ID`, `CODE`, `PCODE`, `PCODES`, `NAME`, `ICON`, `URL`, `SORT`, `LEVELS`, `MENU_FLAG`, `DESCRIPTION`, `STATUS`, `NEW_PAGE_FLAG`, `OPEN_FLAG`, `SYSTEM_TYPE`, `CREATE_TIME`, `UPDATE_TIME`, `CREATE_USER`, `UPDATE_USER`) VALUES (1285033032529858561, 'CONTAINER', '0', '[0],', '服务容器', 'fa-star', '...
359.2
454
0.629176
58d1d53a2c4542ae9adeedabc57f63771bc7de82
1,738
css
CSS
js/style.css
jagadeeshshetty/jagadeeshshetty.github.io
892ba4d9ce024c269a52442559f961f1888f7f76
[ "MIT" ]
3
2018-02-22T11:04:49.000Z
2018-02-22T11:04:55.000Z
js/style.css
jagadeeshshetty/jagadeeshshetty.github.io
892ba4d9ce024c269a52442559f961f1888f7f76
[ "MIT" ]
null
null
null
js/style.css
jagadeeshshetty/jagadeeshshetty.github.io
892ba4d9ce024c269a52442559f961f1888f7f76
[ "MIT" ]
null
null
null
body { margin: 0px; } .container { display: flex; flex-wrap: wrap; justify-content: center; } h1 { font-family: Monaco, Trebuchet MS; font-size: 4em; margin-top: 8px; margin-left: 38px; margin-bottom: 2px; text-align: left; /*border-radius: 4px; border: 1px solid #8E8E93; width: 400px; text-align: cent...
17.207921
41
0.658803
3cebbaef721ba0c6805e88ee2b1c6d86a327bb27
454
lua
Lua
Projects/GenerateDatas/convert_lua/mail.TbGlobalMail/23.lua
fanlanweiy/luban_examples
9ddca2a01e8db1573953be3f32c59104451cd96e
[ "MIT" ]
44
2021-05-06T06:16:55.000Z
2022-03-30T06:27:25.000Z
Projects/ConvertDatas/convert_lua/mail.TbGlobalMail/23.lua
HFX-93/luban_examples
5b90e392d404950d12ff803a186b26bdea5e0292
[ "MIT" ]
1
2021-07-25T16:35:32.000Z
2021-08-23T04:59:49.000Z
Projects/ConvertDatas/convert_lua/mail.TbGlobalMail/23.lua
HFX-93/luban_examples
5b90e392d404950d12ff803a186b26bdea5e0292
[ "MIT" ]
14
2021-06-09T10:38:59.000Z
2022-03-30T06:27:24.000Z
return { id = 23, title = "", sender = "系统", content = "测试内容3", award = { 1, }, all_server = false, server_list = { 1, }, platform = "1", channel = "1", min_max_level = { min = 50, max = 60, }, register_time = { date_time_ra...
16.214286
42
0.398678
cc2de2124cd42be90fa613093dc80048d95c8847
473
rb
Ruby
spec/core_ext/integer_spec.rb
ramonbrugman/nightly
76653fa742b5e6101d132376f8fbd6fe7dc5ac53
[ "MIT" ]
196
2015-02-28T02:12:38.000Z
2022-03-25T04:47:13.000Z
spec/core_ext/integer_spec.rb
ramonbrugman/nightly
76653fa742b5e6101d132376f8fbd6fe7dc5ac53
[ "MIT" ]
29
2015-02-27T22:19:13.000Z
2021-09-25T10:06:41.000Z
spec/core_ext/integer_spec.rb
ramonbrugman/nightly
76653fa742b5e6101d132376f8fbd6fe7dc5ac53
[ "MIT" ]
22
2015-03-01T04:14:13.000Z
2022-02-07T14:14:08.000Z
require_relative "../../lib/core_ext/integer" RSpec.describe "String extensions" do describe "#comma_separated" do it "converts to comma separated string" do expect(0.comma_separated).to eq "0" expect(23.comma_separated).to eq "23" expect(134.comma_separated).to eq "134" expect(1234.comma...
31.533333
57
0.69556
a31262c729868bcef5ae74f4f79d7451fb5c532c
1,254
h
C
T9 Trie/trie.h
dray92/Programming-Questions
d04def011f9a1221e9438eafd754cec243397b18
[ "MIT" ]
8
2016-02-10T09:39:11.000Z
2019-05-14T17:24:22.000Z
T9 Trie/trie.h
dray92/Programming-Questions
d04def011f9a1221e9438eafd754cec243397b18
[ "MIT" ]
null
null
null
T9 Trie/trie.h
dray92/Programming-Questions
d04def011f9a1221e9438eafd754cec243397b18
[ "MIT" ]
5
2016-08-25T06:44:52.000Z
2021-06-08T06:06:02.000Z
/* Vishesh Sood [1239599] CSE 374 Homework 4 02/12/2016 trie.h This is my trie header file. It creates the required structs and also prototypes my functions in the main file. */ #ifndef TRIE_H #include <stdbool.h> #define TRIE_H #define NUM_SIZE 8 /* 2,3,4,5,6,7,8,9 */ #define LETTERS_SIZE 26 extern char MAP[]; /...
22
64
0.747209
fa6517eb1dc938de28986b63d518964e926f9de0
9,312
swift
Swift
Sources/GosenKit/MultiPatch.swift
coniferprod/GosenKit
9823e8bc105859dc043c96ac1abc42a7c3bf8905
[ "MIT" ]
null
null
null
Sources/GosenKit/MultiPatch.swift
coniferprod/GosenKit
9823e8bc105859dc043c96ac1abc42a7c3bf8905
[ "MIT" ]
null
null
null
Sources/GosenKit/MultiPatch.swift
coniferprod/GosenKit
9823e8bc105859dc043c96ac1abc42a7c3bf8905
[ "MIT" ]
null
null
null
import Foundation /// A Kawai K5000 multi patch (combi on the K5000W). public struct MultiPatch: Codable { public static let sectionCount = 4 /// Common settings for multi patch. public struct Common: Codable { public static let dataLength = 54 static let geqBandCount = 7 stati...
34.10989
119
0.566366
a47d5cfc8cdd933b26b30c0d4d54c6f07040be72
2,510
php
PHP
application/views/v_perusahaan_add.php
multimediary/point-of-sales-inventory-purchase
b58bfb57fb0ca7971e8d2fa35698e0e54a9d9d7f
[ "MIT" ]
null
null
null
application/views/v_perusahaan_add.php
multimediary/point-of-sales-inventory-purchase
b58bfb57fb0ca7971e8d2fa35698e0e54a9d9d7f
[ "MIT" ]
null
null
null
application/views/v_perusahaan_add.php
multimediary/point-of-sales-inventory-purchase
b58bfb57fb0ca7971e8d2fa35698e0e54a9d9d7f
[ "MIT" ]
1
2021-06-13T14:08:07.000Z
2021-06-13T14:08:07.000Z
<div class="content-wrapper" > <section class="content-header"> <h3> Tambah Perusahaan </h3> </section> <!-- Main content --> <section class="content" > <div class="row"> <div class="col-xs-12"> <div class="box"> <div class="box-header"> <h3 class="box-title"> ...
35.352113
155
0.588048
f1a2ae10dc05a06906a5a93bf6f8c17862df973c
5,580
dart
Dart
floor_generator/lib/processor/query_processor.dart
ErliSoares/floor
f2e97955401ce65121331684bb9a263478a6f25c
[ "Apache-2.0" ]
null
null
null
floor_generator/lib/processor/query_processor.dart
ErliSoares/floor
f2e97955401ce65121331684bb9a263478a6f25c
[ "Apache-2.0" ]
null
null
null
floor_generator/lib/processor/query_processor.dart
ErliSoares/floor
f2e97955401ce65121331684bb9a263478a6f25c
[ "Apache-2.0" ]
null
null
null
import 'package:analyzer/dart/element/element.dart'; import 'package:floor_generator/misc/extension/dart_type_extension.dart'; import 'package:floor_generator/processor/error/query_processor_error.dart'; import 'package:floor_generator/processor/processor.dart'; import 'package:floor_generator/value_object/query.dart';...
35.316456
119
0.68638
900146c7a08986ce59bb40f7f97624d62412a816
11,226
h
C
include/barrelfish_kpi/vmx_encodings.h
Liblor/advanced_operating_systems_2020
1e9137db8a47d922e22c0a2d78b24a7364b7629a
[ "MIT" ]
5
2020-06-12T11:47:21.000Z
2022-02-27T14:39:05.000Z
include/barrelfish_kpi/vmx_encodings.h
Liblor/advanced_operating_systems_2020
1e9137db8a47d922e22c0a2d78b24a7364b7629a
[ "MIT" ]
3
2020-06-04T20:11:26.000Z
2020-07-26T23:16:33.000Z
include/barrelfish_kpi/vmx_encodings.h
Liblor/advanced_operating_systems_2020
1e9137db8a47d922e22c0a2d78b24a7364b7629a
[ "MIT" ]
3
2020-06-12T18:06:29.000Z
2022-03-13T17:19:02.000Z
/* * Copyright (c) 2014, University of Washington. * All rights reserved. * * This file is distributed under the terms in the attached LICENSE file. * If you do not find this file, copies can be found by writing to: * ETH Zurich D-INFK, CAB F.78, Universitaetstrasse 6, CH-8092 Zurich. * Attn: Systems Group. */ ...
47.567797
80
0.794228
da1dd7ef781d74fe035f1dfc5c186a5f4655fe8f
3,427
php
PHP
resources/views/noc/generate_noc_app.blade.php
kumar2411sanjaygithub/master
bc18da5bafa690bc06a01bf3f51293709bc59339
[ "MIT" ]
null
null
null
resources/views/noc/generate_noc_app.blade.php
kumar2411sanjaygithub/master
bc18da5bafa690bc06a01bf3f51293709bc59339
[ "MIT" ]
null
null
null
resources/views/noc/generate_noc_app.blade.php
kumar2411sanjaygithub/master
bc18da5bafa690bc06a01bf3f51293709bc59339
[ "MIT" ]
null
null
null
<html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> </head> <body> <div id="target"> <div style="background:#f0f0f0;width:100...
59.086207
228
0.55267
eb7ffc4142bd6018e6a8a2f951811b6bd171c42e
1,425
css
CSS
app/src/main/assets/callsms_files/main.css
YuMENGQI/WebView
6d3517b9b52f2c5ad10c3f15029a573811efdbe7
[ "Apache-2.0" ]
1,597
2017-10-10T11:18:48.000Z
2022-03-30T03:22:16.000Z
app/src/main/assets/callsms_files/main.css
YuMENGQI/WebView
6d3517b9b52f2c5ad10c3f15029a573811efdbe7
[ "Apache-2.0" ]
117
2019-09-25T00:28:54.000Z
2022-03-22T07:38:24.000Z
app/src/main/assets/callsms_files/main.css
YuMENGQI/WebView
6d3517b9b52f2c5ad10c3f15029a573811efdbe7
[ "Apache-2.0" ]
257
2019-09-23T06:47:08.000Z
2022-03-29T10:15:02.000Z
/* http://v4-stage-api.kangaiweishi.com/v3/main.css */ *{ margin: 0; padding: 0; } body { background-color: white; color: #666666; word-break: break-all; } table { border-collapse: collapse; } table, th, td { border: 1px solid #e9eaeb; height: 44px; } .howto_upgrade_table { font-size: 12px; } .he...
13.194444
54
0.640702
33b8c486e5a95404c5ece9e85f13b3df014a982e
1,489
swift
Swift
Sources/ValidationLibrary/String+Validatins.swift
RaviiOS/ValidationsLibrary
ed4a7fd770b8cb0f3279a44fef9230f35075ad31
[ "MIT" ]
null
null
null
Sources/ValidationLibrary/String+Validatins.swift
RaviiOS/ValidationsLibrary
ed4a7fd770b8cb0f3279a44fef9230f35075ad31
[ "MIT" ]
null
null
null
Sources/ValidationLibrary/String+Validatins.swift
RaviiOS/ValidationsLibrary
ed4a7fd770b8cb0f3279a44fef9230f35075ad31
[ "MIT" ]
null
null
null
// // File.swift // // // Created by Ravi Kumar Yaganti on 15/04/21. // import Foundation public extension String { //To check text field or String is blank or not var isBlank: Bool { get { let trimmed = trimmingCharacters(in: CharacterSet.whitespaces) return trimmed.isEmp...
28.09434
146
0.533915
20bf4875b1506306c60535b18e1211874a3cd698
1,793
py
Python
_pycharm_skeletons/renderdoc/BlendOperation.py
Lex-DRL/renderdoc-py-stubs
75d280e4f500ded506f3315a49fc432b37ab4fa6
[ "MIT" ]
null
null
null
_pycharm_skeletons/renderdoc/BlendOperation.py
Lex-DRL/renderdoc-py-stubs
75d280e4f500ded506f3315a49fc432b37ab4fa6
[ "MIT" ]
null
null
null
_pycharm_skeletons/renderdoc/BlendOperation.py
Lex-DRL/renderdoc-py-stubs
75d280e4f500ded506f3315a49fc432b37ab4fa6
[ "MIT" ]
null
null
null
# encoding: utf-8 # module renderdoc # from P:\1-Scripts\_Python\Py-Autocomplete\renderdoc.pyd # by generator 1.146 # no doc # imports import enum as __enum class BlendOperation(__enum.IntEnum): """ A blending operation to apply in color blending. .. note:: The "source" value is the value written ou...
21.865854
94
0.582264
db111e0972b58fb7ef5be3f5cc6c8e0fc57aa301
3,368
lua
Lua
game/hud.lua
MarcoLizza/fugue
4edaba17aa0320e3536668037f871177bd462a00
[ "Zlib" ]
null
null
null
game/hud.lua
MarcoLizza/fugue
4edaba17aa0320e3536668037f871177bd462a00
[ "Zlib" ]
null
null
null
game/hud.lua
MarcoLizza/fugue
4edaba17aa0320e3536668037f871177bd462a00
[ "Zlib" ]
null
null
null
--[[ Copyright (c) 2016 by Marco Lizza (marco.lizza@gmail.com) This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including...
32.07619
114
0.605998
523c27f6bc3c8850e595799a36cced6b7d5a7541
5,917
ps1
PowerShell
PowerShell_Scripts/Get-DatabaseConfigurationInfo.ps1
CodeNameSQL/ITAM
ebdd2cdce98cb27022e399668323fc654a1d1171
[ "MIT" ]
1
2022-03-22T17:59:26.000Z
2022-03-22T17:59:26.000Z
PowerShell_Scripts/Get-DatabaseConfigurationInfo.ps1
Jhiggin/ITAM
ebdd2cdce98cb27022e399668323fc654a1d1171
[ "MIT" ]
4
2019-05-09T20:35:35.000Z
2019-09-14T12:51:55.000Z
PowerShell_Scripts/Get-DatabaseConfigurationInfo.ps1
Jhiggin/ITAM
ebdd2cdce98cb27022e399668323fc654a1d1171
[ "MIT" ]
10
2019-10-05T13:41:35.000Z
2021-03-04T01:01:24.000Z
#ValidationTags#Messaging,FlowControl,Pipeline,CodeStyle# function Get-DatabaseConfigurationInfo { <# .SYNOPSIS Returns database configuration info for the system. .DESCRIPTION This script is part of the ITAM process and is called by the Start-ServerAssetScan.ps1 script .PARAMETER What...
48.105691
145
0.680919
9ab9512ccfa0963e50d982c8148ed3fb5d057ea6
2,916
py
Python
energy_demand/scripts/cluster_execution.py
nismod/energy_demand
247fcea074a846026710ed9b039b22f8b9835643
[ "MIT" ]
14
2018-02-23T10:03:45.000Z
2022-03-03T13:59:30.000Z
energy_demand/scripts/cluster_execution.py
nismod/energy_demand
247fcea074a846026710ed9b039b22f8b9835643
[ "MIT" ]
59
2017-02-22T15:03:30.000Z
2020-12-16T12:26:17.000Z
energy_demand/scripts/cluster_execution.py
nismod/energy_demand
247fcea074a846026710ed9b039b22f8b9835643
[ "MIT" ]
5
2017-08-22T11:31:42.000Z
2020-06-24T18:30:12.000Z
import os import subprocess from multiprocessing import Pool, cpu_count import numpy as np from energy_demand.read_write import read_weather_data def my_function(simulation_number): print('simulation_number ' + str(simulation_number)) run_name = '_low' all_weather_stations = False same_weather_yr ...
27.771429
126
0.662209
7f531cc2031817b6dcfa08de33b3c2732505a1ba
3,366
php
PHP
application/controllers/Pindahprodi_user.php
alexistdev/ebaak
66274defb236514badf20dc2b28aa5ecd776cc74
[ "MIT" ]
null
null
null
application/controllers/Pindahprodi_user.php
alexistdev/ebaak
66274defb236514badf20dc2b28aa5ecd776cc74
[ "MIT" ]
null
null
null
application/controllers/Pindahprodi_user.php
alexistdev/ebaak
66274defb236514badf20dc2b28aa5ecd776cc74
[ "MIT" ]
2
2021-11-11T07:56:36.000Z
2021-12-22T03:15:20.000Z
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Pindahprodi_user extends CI_Controller { public $form_validation; public $session; public $input; public $admin; public $idUser; public $upload; /** Constructor dari Class Pindahprodi_user */ public function __construct() { parent:...
32.057143
198
0.626263
ed267fb23964cced6129dc8e573692f3dd7e32c1
906
h
C
QClient/connectthread.h
KailinLi/QChat
ea5e762b31cc4769611516d4f6ca1a79ad0f93c1
[ "MIT" ]
4
2017-10-19T15:44:06.000Z
2021-08-24T12:32:29.000Z
QClient/connectthread.h
KailinLi/QChat
ea5e762b31cc4769611516d4f6ca1a79ad0f93c1
[ "MIT" ]
null
null
null
QClient/connectthread.h
KailinLi/QChat
ea5e762b31cc4769611516d4f6ca1a79ad0f93c1
[ "MIT" ]
1
2020-04-30T08:21:50.000Z
2020-04-30T08:21:50.000Z
#ifndef CONNECTTHREAD_H #define CONNECTTHREAD_H #include <QObject> #include "tcpsocketmsg.h" class ConnectThread : public QThread { Q_OBJECT public: ConnectThread(int socketDescriptor, QObject* parent); ConnectThread(const QString &address, quint16 port, quint32 userID, QObject *parent); private: int...
23.230769
89
0.729581
07975857127b64fdf69f60e5a70ef1c608d73841
1,369
rb
Ruby
lib/divergence/cache_manager.rb
layervault/divergence
1ff4021d204afdf9fa1c672f405f6d1d0c435c1d
[ "Apache-2.0" ]
22
2015-02-03T02:52:03.000Z
2021-11-23T05:55:06.000Z
lib/divergence/cache_manager.rb
daenoor/divergence
cf11b697867887a7d8d00e14f00e6ff6cea25980
[ "Apache-2.0" ]
1
2015-10-26T15:59:46.000Z
2015-10-28T19:45:52.000Z
lib/divergence/cache_manager.rb
daenoor/divergence
cf11b697867887a7d8d00e14f00e6ff6cea25980
[ "Apache-2.0" ]
6
2015-03-11T21:09:57.000Z
2019-12-02T13:31:08.000Z
module Divergence class CacheManager def initialize(cache_path, cache_num) @cache_path = cache_path @cache_num = cache_num Dir.chdir @cache_path do @cached_branches = Dir['*/'].map {|dir| dir.gsub('/', '')} end end def is_cached?(branch) @cached_branches.include?(br...
24.446429
90
0.607743
cd48d665fc75a3816547f33f03821647fade719a
1,025
cs
C#
src/EventSourced.Net.ReadModel/ReadModel/Users/UserIdByContactChallengeCorrelationId.cs
danludwig/eventsourced.net
30f089a52d0bdb98e396459765c42c2231a01a80
[ "MIT" ]
8
2015-12-21T12:39:11.000Z
2019-09-06T12:13:39.000Z
src/EventSourced.Net.ReadModel/ReadModel/Users/UserIdByContactChallengeCorrelationId.cs
danludwig/eventsourced.net
30f089a52d0bdb98e396459765c42c2231a01a80
[ "MIT" ]
null
null
null
src/EventSourced.Net.ReadModel/ReadModel/Users/UserIdByContactChallengeCorrelationId.cs
danludwig/eventsourced.net
30f089a52d0bdb98e396459765c42c2231a01a80
[ "MIT" ]
4
2016-01-04T07:48:45.000Z
2022-02-03T10:57:05.000Z
using System; using System.Threading.Tasks; using EventSourced.Net.ReadModel.Users.Internal.Documents; using EventSourced.Net.ReadModel.Users.Internal.Queries; namespace EventSourced.Net.ReadModel.Users { public class UserIdByContactChallengeCorrelationId : IQuery<Task<Guid?>> { public Guid CorrelationId { ge...
31.060606
125
0.757073
7df7cdbcfaa37efe32cb1e41b9deed153e129630
469
rb
Ruby
spec/spec_helper.rb
thomasf1234/puppet-unit
3c808b5120b4a252153b12b54bb762f21c3abd05
[ "MIT" ]
null
null
null
spec/spec_helper.rb
thomasf1234/puppet-unit
3c808b5120b4a252153b12b54bb762f21c3abd05
[ "MIT" ]
null
null
null
spec/spec_helper.rb
thomasf1234/puppet-unit
3c808b5120b4a252153b12b54bb762f21c3abd05
[ "MIT" ]
null
null
null
ENV['ENV'] ||= 'test' Bundler.require(:default, ENV['ENV']) require "puppet-unit" require "support/helpers/unit_helpers" RSpec.configure do |config| config.color= true config.order= :rand config.default_formatter = 'doc' config.profile_examples = 10 config.warnings = true config.raise_errors_for_deprecatio...
23.45
40
0.754797
a127a7d5fe6650f77cc68123fff258f31a70a007
972
ts
TypeScript
dist/Form/ValidatedForm.d.ts
tkdaj/react-validated-form
8674a1f9f73203fbe08904bab2d42bdc076e0bc0
[ "MIT" ]
3
2020-10-17T12:03:31.000Z
2020-10-22T13:02:17.000Z
dist/Form/ValidatedForm.d.ts
tkdaj/react-validated-form
8674a1f9f73203fbe08904bab2d42bdc076e0bc0
[ "MIT" ]
null
null
null
dist/Form/ValidatedForm.d.ts
tkdaj/react-validated-form
8674a1f9f73203fbe08904bab2d42bdc076e0bc0
[ "MIT" ]
null
null
null
import React from 'react'; import { IValidatedFormState, IValidatedFormProps } from './models'; export default class ValidatedForm extends React.Component<IValidatedFormProps, { validationData: IValidatedFormState; }> { static defaultProps: { customValidators: {}; hideNameWarnings: boolean; ...
30.375
81
0.622428
53c2506523aa65d60575e0c35727ea81f1aeac40
1,037
lua
Lua
scripts/vscripts/lua_abilities/disruptor_thunder_strike_lua/disruptor_thunder_strike_lua.lua
GIANTCRAB/dota-2-lua-abilities
fb1c2a78444e50f879b1cbedf4e0060408478278
[ "MIT" ]
125
2018-03-26T21:35:49.000Z
2022-03-31T21:01:38.000Z
scripts/vscripts/lua_abilities/disruptor_thunder_strike_lua/disruptor_thunder_strike_lua.lua
hanzhengit/dota-2-lua-abilities
c6d7b7cff8be6bc32f3580411f31c24b8c0b0eca
[ "MIT" ]
2
2020-07-05T16:02:19.000Z
2020-11-18T02:24:48.000Z
scripts/vscripts/lua_abilities/disruptor_thunder_strike_lua/disruptor_thunder_strike_lua.lua
hanzhengit/dota-2-lua-abilities
c6d7b7cff8be6bc32f3580411f31c24b8c0b0eca
[ "MIT" ]
40
2019-03-02T11:17:10.000Z
2022-03-31T05:45:26.000Z
-- Created by Elfansoer --[[ Ability checklist (erase if done/checked): - Scepter Upgrade - Break behavior - Linken/Reflect behavior - Spell Immune/Invulnerable/Invisible behavior - Illusion behavior - Stolen behavior ]] -------------------------------------------------------------------------------- disruptor_thunder_...
31.424242
168
0.664417
a356cbaa26762e749012aac9590b59d3b5008a7a
5,282
java
Java
Source/Plugins/Core/com.equella.core/src/com/tle/web/search/filter/ResetFiltersSection.java
infiniticg/equella
75ddd69bca3a94e213705dcfe90cf7077cc89872
[ "Apache-2.0" ]
1
2018-07-25T02:34:16.000Z
2018-07-25T02:34:16.000Z
Source/Plugins/Core/com.equella.core/src/com/tle/web/search/filter/ResetFiltersSection.java
infiniticg/equella
75ddd69bca3a94e213705dcfe90cf7077cc89872
[ "Apache-2.0" ]
null
null
null
Source/Plugins/Core/com.equella.core/src/com/tle/web/search/filter/ResetFiltersSection.java
infiniticg/equella
75ddd69bca3a94e213705dcfe90cf7077cc89872
[ "Apache-2.0" ]
1
2018-04-11T20:31:51.000Z
2018-04-11T20:31:51.000Z
/* * Copyright 2017 Apereo * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
34.298701
104
0.783226
b0a06ee8b28b672a39d134faee0dc99485892ccb
3,554
py
Python
aliyun-python-sdk-mse/aliyunsdkmse/request/v20190531/AddMockRuleRequest.py
yndu13/aliyun-openapi-python-sdk
12ace4fb39fe2fb0e3927a4b1b43ee4872da43f5
[ "Apache-2.0" ]
null
null
null
aliyun-python-sdk-mse/aliyunsdkmse/request/v20190531/AddMockRuleRequest.py
yndu13/aliyun-openapi-python-sdk
12ace4fb39fe2fb0e3927a4b1b43ee4872da43f5
[ "Apache-2.0" ]
null
null
null
aliyun-python-sdk-mse/aliyunsdkmse/request/v20190531/AddMockRuleRequest.py
yndu13/aliyun-openapi-python-sdk
12ace4fb39fe2fb0e3927a4b1b43ee4872da43f5
[ "Apache-2.0" ]
null
null
null
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
37.808511
74
0.751266
39c33324115574d039aff7f0486449099a75bbe2
1,809
rs
Rust
src/crd.rs
locmai/secret-generator-rs
e057ca93e55139637a6b664acd307fca0c25eaf1
[ "MIT" ]
8
2022-01-23T17:40:02.000Z
2022-03-15T14:17:35.000Z
src/crd.rs
locmai/secret-generator-rs
e057ca93e55139637a6b664acd307fca0c25eaf1
[ "MIT" ]
5
2022-01-26T17:05:57.000Z
2022-01-29T11:04:12.000Z
src/crd.rs
locmai/secret-generator-rs
e057ca93e55139637a6b664acd307fca0c25eaf1
[ "MIT" ]
null
null
null
use schemars::JsonSchema; use serde::{Deserialize, Serialize}; // use chrono::{DateTime, Utc}; #[allow(unused_imports)] use apiexts::CustomResourceDefinition; #[allow(unused_imports)] use k8s_openapi::apiextensions_apiserver::pkg::apis::apiextensions::v1 as apiexts; #[allow(unused_imports)] use kube::{ api::{Api, ...
30.661017
282
0.706468
d485b66501eef9ce2945b9b9f5e1dd4eb4a08986
6,927
sql
SQL
src/main/resources/docs/DB/wine-2017-08-06.sql
guhanjie/wine
a0ef1464b1524743c01e6d585ae7f0198a703680
[ "Apache-2.0" ]
null
null
null
src/main/resources/docs/DB/wine-2017-08-06.sql
guhanjie/wine
a0ef1464b1524743c01e6d585ae7f0198a703680
[ "Apache-2.0" ]
3
2021-04-23T02:34:14.000Z
2021-04-23T02:34:15.000Z
src/main/resources/docs/DB/wine-2017-08-06.sql
guhanjie/wine
a0ef1464b1524743c01e6d585ae7f0198a703680
[ "Apache-2.0" ]
null
null
null
USE wine; -- Table: bannar ALTER TABLE `bannar` ADD COLUMN `img` varchar(200) NULL COMMENT 'banner图片' AFTER `id`, ADD COLUMN `title` varchar(100) CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMENT '图片居中标题' AFTER `img`, ADD COLUMN `description` varchar(200) CHARACTER SET utf8 COLLATE utf8_general_ci NULL COMMEN...
67.252427
155
0.636495
e3ea4e2c28a58d3724c5437090868cd65a9bfecc
178
rb
Ruby
app/jobs/shipit/clear_git_cache_job.rb
goodtouch/shipit-engine
770d52701a0d4f7d7295fef99a1fa145fc2fd0ff
[ "MIT" ]
1,299
2015-05-21T23:01:51.000Z
2022-03-24T23:58:31.000Z
app/jobs/shipit/clear_git_cache_job.rb
goodtouch/shipit-engine
770d52701a0d4f7d7295fef99a1fa145fc2fd0ff
[ "MIT" ]
630
2015-05-21T21:57:16.000Z
2022-03-14T16:15:40.000Z
app/jobs/shipit/clear_git_cache_job.rb
powerhome/shipit-engine
76cca4764d815660b85210eed41d5b9d3c8a97a4
[ "MIT" ]
161
2015-05-27T02:02:40.000Z
2022-03-25T05:14:53.000Z
# frozen_string_literal: true module Shipit class ClearGitCacheJob < BackgroundJob queue_as :deploys def perform(stack) stack.clear_git_cache! end end end
16.181818
40
0.730337
d16a5acce64375a9284f21d9bf6a23e9fb925f31
18,930
sql
SQL
sql/archived/crapi_JULY22_2019.sql
renzsanchez69/Crapi_admin
9646a1205379a7619a8bc756257a67f55544fd20
[ "MIT" ]
null
null
null
sql/archived/crapi_JULY22_2019.sql
renzsanchez69/Crapi_admin
9646a1205379a7619a8bc756257a67f55544fd20
[ "MIT" ]
null
null
null
sql/archived/crapi_JULY22_2019.sql
renzsanchez69/Crapi_admin
9646a1205379a7619a8bc756257a67f55544fd20
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.7.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 21, 2019 at 07:11 PM -- Server version: 10.1.28-MariaDB -- PHP Version: 5.6.32 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OL...
43.617512
296
0.680085
8b469cd640936ccf5e1cbc081b331606ac0c628b
5,963
ps1
PowerShell
src/poshBAR/SiteAdministration.ps1
FutureStateMobile/fsm-posh
23c631320a6b6b2c63ffee6d9d6be1234e073322
[ "MS-PL" ]
2
2017-01-25T15:00:03.000Z
2017-04-26T13:38:38.000Z
src/poshBAR/SiteAdministration.ps1
FutureStateMobile/fsm-posh
23c631320a6b6b2c63ffee6d9d6be1234e073322
[ "MS-PL" ]
null
null
null
src/poshBAR/SiteAdministration.ps1
FutureStateMobile/fsm-posh
23c631320a6b6b2c63ffee6d9d6be1234e073322
[ "MS-PL" ]
null
null
null
$appcmd = "$env:windir\system32\inetsrv\appcmd.exe" <# .DESCRIPTION Will create a Website with the specified settings if one doesn't exist. .EXAMPLE New-Site "myWebsite.com" "c:\inetpub\wwwroot" @(@{"protocol" = "http"; "port" = 80; "hostName"="mysite.com"}) "myAppPool" -updateIfFound .PA...
28.395238
152
0.629381
feb8e94e1b002aacfb9a162fd4561021d7960b42
15,318
kt
Kotlin
ex/src/main/java/com/fox/one/ex/core/stream/StreamDataManager.kt
fox-one/foxone-opensdk-android
ebfb2e21a5c204b02c44a02625cf2a40eaca69fd
[ "Apache-2.0" ]
2
2019-03-28T12:16:40.000Z
2019-11-20T03:16:41.000Z
ex/src/main/java/com/fox/one/ex/core/stream/StreamDataManager.kt
fox-one/foxone-opensdk-android
ebfb2e21a5c204b02c44a02625cf2a40eaca69fd
[ "Apache-2.0" ]
null
null
null
ex/src/main/java/com/fox/one/ex/core/stream/StreamDataManager.kt
fox-one/foxone-opensdk-android
ebfb2e21a5c204b02c44a02625cf2a40eaca69fd
[ "Apache-2.0" ]
null
null
null
package com.fox.one.ex.core.stream import android.os.Handler import android.os.Looper import android.os.Message import android.text.TextUtils import com.fox.one.ex.core.stream.model.* import com.fox.one.support.common.concurrent.TaskScheduler import com.fox.one.support.common.utils.JsonUtils import com.fox.one.support...
38.009926
137
0.511947
43c69bea943d7b4ac34fdd517eb91fe96f797019
101
ts
TypeScript
web/src/models/item.ts
ethanturk/SDi
c7374343146cedf882e1dbf8bda1ad8f66d3405c
[ "MIT" ]
null
null
null
web/src/models/item.ts
ethanturk/SDi
c7374343146cedf882e1dbf8bda1ad8f66d3405c
[ "MIT" ]
null
null
null
web/src/models/item.ts
ethanturk/SDi
c7374343146cedf882e1dbf8bda1ad8f66d3405c
[ "MIT" ]
null
null
null
class Item { firstName: string; lastName: string; dateOfBirth: string; gpa: string; }
16.833333
24
0.633663
b01fd3864ba4da0d399c2f52444858e8bb1e3a6f
1,613
py
Python
coffeecups/management/commands/grant_no_takes_points.py
J1bz/ecoloscore
68e3e7975c59dcf2db5f050ccea5f65d6f2d8645
[ "BSD-3-Clause" ]
null
null
null
coffeecups/management/commands/grant_no_takes_points.py
J1bz/ecoloscore
68e3e7975c59dcf2db5f050ccea5f65d6f2d8645
[ "BSD-3-Clause" ]
null
null
null
coffeecups/management/commands/grant_no_takes_points.py
J1bz/ecoloscore
68e3e7975c59dcf2db5f050ccea5f65d6f2d8645
[ "BSD-3-Clause" ]
null
null
null
# -*- coding: utf-8 -*- from datetime import datetime, timedelta from django.core.exceptions import ObjectDoesNotExist from django.core.management.base import BaseCommand from django.contrib.auth.models import User from coffeecups.models import Take, CupPolicy from score.models import Score class Command(BaseComma...
34.319149
78
0.600744
d837ab1a3c83c7a1798a72667816dc7257cde4ec
68
sql
SQL
db-migrations/20190521114441.sql
inventid/iaas
c31a03b3d3b6c7ec8ac674f6e8459ef53ac32a15
[ "MIT" ]
17
2016-07-05T10:16:52.000Z
2022-02-22T07:33:41.000Z
db-migrations/20190521114441.sql
inventid/live-image-resize
c31a03b3d3b6c7ec8ac674f6e8459ef53ac32a15
[ "MIT" ]
48
2015-02-23T07:02:18.000Z
2016-06-30T10:18:12.000Z
db-migrations/20190521114441.sql
inventid/iaas
c31a03b3d3b6c7ec8ac674f6e8459ef53ac32a15
[ "MIT" ]
3
2016-07-07T05:45:45.000Z
2017-01-12T08:43:48.000Z
ALTER TABLE tokens ADD COLUMN uploaded_at timestamp with time zone;
34
67
0.838235
fd7d253b145b5fb1b7eead8f7a98b63c0000903a
5,245
css
CSS
data/usercss/20470.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
118
2020-08-28T19:59:28.000Z
2022-03-26T16:28:40.000Z
data/usercss/20470.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
38
2020-09-02T01:08:45.000Z
2022-01-23T02:47:24.000Z
data/usercss/20470.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
21
2020-08-19T01:12:43.000Z
2022-03-15T21:55:17.000Z
/* ==UserStyle== @name Round, black and blue CSM skin @namespace USO Archive @author raapulis @description `New CSM skin by me.It has round logo and based on black, blue, white and a bit of grey. Enjoy! :]Screen link: http://bildites.lv/images/6hj670ci1tzvlsddm1i.png` @version 20090826....
27.751323
177
0.694757
20eb9f6077d9180c08c9035ad937ffa28a698e5d
6,141
py
Python
petl/test/transform/test_headers.py
a-musing-moose/petl
719cea43117543eaccadb53d255cbbe1177b3cc5
[ "MIT" ]
null
null
null
petl/test/transform/test_headers.py
a-musing-moose/petl
719cea43117543eaccadb53d255cbbe1177b3cc5
[ "MIT" ]
null
null
null
petl/test/transform/test_headers.py
a-musing-moose/petl
719cea43117543eaccadb53d255cbbe1177b3cc5
[ "MIT" ]
null
null
null
from __future__ import absolute_import, print_function, division from petl.test.helpers import ieq from petl.errors import FieldSelectionError from petl.util import fieldnames from petl.transform.headers import setheader, extendheader, pushheader, skip,\ rename, prefixheader, suffixheader def test_setheader(): ...
25.5875
78
0.500733
405ab21123487e7d44930a50872f9e595ba9d287
3,274
sql
SQL
docs/deployment/db_deployment_request/db_scripts/cleanup_dupe_series.sql
TCIA/national-biomedical-image-archive
ac26ef878a3d8818a0037e2b74ace6b8068f4ce1
[ "BSD-3-Clause" ]
1
2019-04-22T17:38:54.000Z
2019-04-22T17:38:54.000Z
docs/deployment/db_deployment_request/db_scripts/cleanup_dupe_series.sql
TCIA/national-biomedical-image-archive
ac26ef878a3d8818a0037e2b74ace6b8068f4ce1
[ "BSD-3-Clause" ]
null
null
null
docs/deployment/db_deployment_request/db_scripts/cleanup_dupe_series.sql
TCIA/national-biomedical-image-archive
ac26ef878a3d8818a0037e2b74ace6b8068f4ce1
[ "BSD-3-Clause" ]
null
null
null
/*L Copyright SAIC, Ellumen and RSNA (CTP) Distributed under the OSI-approved BSD 3-Clause License. See http://ncip.github.com/national-biomedical-image-archive/LICENSE.txt for details. L*/ update general_image set general_series_pk_id = 343638016 where general_series_pk_id = 343670784; delete ...
18.924855
105
0.787111
433bdc7032c16a435489f12edd40e595be3b0515
1,042
ts
TypeScript
features/classes.ts
SandraCoburn/typrescript-practice
4cae5262479305f2888006a9bb5ec29f2805d777
[ "MIT" ]
null
null
null
features/classes.ts
SandraCoburn/typrescript-practice
4cae5262479305f2888006a9bb5ec29f2805d777
[ "MIT" ]
null
null
null
features/classes.ts
SandraCoburn/typrescript-practice
4cae5262479305f2888006a9bb5ec29f2805d777
[ "MIT" ]
null
null
null
// by default all methods are public class Vehicle { // color: string; //we can initialize the color here or delete it and add it in constructors //constructor(color: string) { constructor(public color: string) { // this.color = color; // ^ if we add public, we don't need to do this part } public drive():...
26.717949
118
0.667946
e459afb71f09ece8be744e667a586b294c3d602b
1,219
sql
SQL
src/setup/install.sql
shopgate/interface-prestashop
bf7df3bf68c710d79dcef1e77b60de8206d8eed7
[ "Apache-2.0" ]
1
2017-11-03T14:09:57.000Z
2017-11-03T14:09:57.000Z
setup/install.sql
PrestaShopCorp/shopgate
7ede2b16c0251865fcddda3c6f7d4242381b3bbc
[ "AFL-3.0" ]
8
2015-02-26T10:04:14.000Z
2016-01-19T09:18:51.000Z
src/setup/install.sql
shopgate/cart-integration-prestashop
bf7df3bf68c710d79dcef1e77b60de8206d8eed7
[ "Apache-2.0" ]
4
2015-02-23T13:00:42.000Z
2019-06-02T19:44:53.000Z
CREATE TABLE IF NOT EXISTS `PREFIX_shopgate_order` ( `id_shopgate_order` int(11) NOT NULL AUTO_INCREMENT, `id_cart` int(11) NOT NULL DEFAULT '0', `id_order` int(11) DEFAULT NULL, `order_number` int(16) NOT NULL, `shop_number` int(16) NULL DEFAULT NULL,...
43.535714
68
0.634947
da954915a66b9011e0122952c5f2a057842e0d71
2,039
php
PHP
src/applications/base/base.php
awilfox/dagd
d5cea72cfa0ff2468daab74d151e02d5f99c82e8
[ "Apache-2.0" ]
null
null
null
src/applications/base/base.php
awilfox/dagd
d5cea72cfa0ff2468daab74d151e02d5f99c82e8
[ "Apache-2.0" ]
null
null
null
src/applications/base/base.php
awilfox/dagd
d5cea72cfa0ff2468daab74d151e02d5f99c82e8
[ "Apache-2.0" ]
null
null
null
<?php abstract class DaGdBaseClass { // Automatically escape stuff to prevent against xss. protected $escape = true; // Wrap the response in <pre>...</pre> in non-cli browsers. protected $wrap_pre = true; // Enable text-UA specific html stripping? protected $text_html_strip = true; // This is "global"...
26.480519
78
0.655714
e035c257508ddd49625bb07014fd3d2e9fd6adb5
199
h
C
common/headers/report_utils.h
PanPapag/Game-Of-Life
690a95b201e5d1f3a6452182f07f408d3bf61d72
[ "MIT" ]
13
2020-11-08T20:51:05.000Z
2022-03-27T00:27:26.000Z
common/headers/report_utils.h
nikosgalanis/Game-Of-Life
0ebcb67ad231126486f2ab9d70e7eea2c7bc54de
[ "MIT" ]
null
null
null
common/headers/report_utils.h
nikosgalanis/Game-Of-Life
0ebcb67ad231126486f2ab9d70e7eea2c7bc54de
[ "MIT" ]
2
2020-11-08T20:51:58.000Z
2021-04-15T15:51:05.000Z
#ifndef __COMMON_REPORT_UTILS__ #define __COMMON_REPORT_UTILS__ void die(const char *fmt, ...); void report_error(const char *fmt, ...); void report_warning(const char *fmt, ...); #endif
18.090909
44
0.703518
9097019ee5e1cab1c5870d56ecb0d06a0a263239
407
c
C
C03/C03Test/ex03/ft_strncat.c
buiterma/Codam-Piscine
8f3886ced7ba519326617e9ccc542abeda1e146c
[ "Apache-2.0" ]
null
null
null
C03/C03Test/ex03/ft_strncat.c
buiterma/Codam-Piscine
8f3886ced7ba519326617e9ccc542abeda1e146c
[ "Apache-2.0" ]
null
null
null
C03/C03Test/ex03/ft_strncat.c
buiterma/Codam-Piscine
8f3886ced7ba519326617e9ccc542abeda1e146c
[ "Apache-2.0" ]
null
null
null
char *ft_strncat(char *dest, char *src, unsigned int nb) { unsigned int i; char *temp; i = 0; temp = dest; while (*dest) dest++; while (src[i] != '\0' && i < nb) { *dest = src[i]; dest++; i++; } *dest = '\0'; return (temp); } /*#include <stdio.h> int main(void) { char string1[] = "Hello"; char ...
14.034483
56
0.545455
9ab4d29aa6845d370b8d7d60096f720129be0e66
227
py
Python
Lesson07/random_normal.py
TrainingByPackt/Beginning-Python-AI
b1e68d892e65b1f7b347330ef2a90a1b546bdd25
[ "MIT" ]
14
2018-12-26T23:07:28.000Z
2021-06-30T19:51:57.000Z
Lesson07/random_normal.py
TrainingByPackt/Beginning-Python-AI
b1e68d892e65b1f7b347330ef2a90a1b546bdd25
[ "MIT" ]
16
2018-10-20T13:37:51.000Z
2018-10-22T22:21:52.000Z
Lesson07/random_normal.py
TrainingByPackt/Beginning-AI-Machine-Learning-and-Python
b1e68d892e65b1f7b347330ef2a90a1b546bdd25
[ "MIT" ]
13
2018-12-21T07:07:31.000Z
2022-02-05T12:34:27.000Z
import tensorflow as tf randomMatrix = tf.Variable(tf.random_normal([3, 4])) with tf.Session() as session: initializer = tf.global_variables_initializer() session.run(initializer) print(session.run(randomMatrix))
25.222222
52
0.748899
67ef8a74c96cf7e44ecf6a259914c331eab81077
854
rs
Rust
Solutions/Rust/src/bin/problem_009.rs
IsmaelU/Project-Euler-Solutions
00df75dea2be6a3f0341496ce5fb509a64c6029d
[ "CC0-1.0" ]
null
null
null
Solutions/Rust/src/bin/problem_009.rs
IsmaelU/Project-Euler-Solutions
00df75dea2be6a3f0341496ce5fb509a64c6029d
[ "CC0-1.0" ]
null
null
null
Solutions/Rust/src/bin/problem_009.rs
IsmaelU/Project-Euler-Solutions
00df75dea2be6a3f0341496ce5fb509a64c6029d
[ "CC0-1.0" ]
null
null
null
// Problem 1 - // https://projecteuler.net/problem=9 // Answer = fn question(){ println!("{}", {" A Pythagorean triplet is a set of three natural numbers, a < b < c, for which, a2 + b2 = c2 For example, 32 + 42 = 9 + 16 = 25 = 52. There exists exactly one Pythagorean triplet for which a + b + c = 1000. Find the ...
19.409091
78
0.481265
c33a47543af6f816525ab09b4abc83ea597cf599
585
swift
Swift
Package.swift
elian3/swift-nio-mqtt
6a61857b94af858a27f2f910cd73343a237e27f5
[ "MIT" ]
null
null
null
Package.swift
elian3/swift-nio-mqtt
6a61857b94af858a27f2f910cd73343a237e27f5
[ "MIT" ]
null
null
null
Package.swift
elian3/swift-nio-mqtt
6a61857b94af858a27f2f910cd73343a237e27f5
[ "MIT" ]
null
null
null
// swift-tools-version:5.0 import PackageDescription let package = Package( name: "NIOMQTT", dependencies: [ .package(url: "https://github.com/danger/swift.git", from: "1.0.0") ], targets: [ // This is just an arbitrary Swift file in our app, that has // no dependencies outside of...
29.25
74
0.589744
cd1ef44eb10d6d0f993690cacd497fec5592a610
7,840
cs
C#
contrib/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs
sercand/assimp
d8bb6e446a95df905bfe47e5558f22daf01248c8
[ "BSD-3-Clause" ]
13,885
2018-08-03T17:46:24.000Z
2022-03-31T14:26:19.000Z
contrib/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs
sercand/assimp
d8bb6e446a95df905bfe47e5558f22daf01248c8
[ "BSD-3-Clause" ]
3,677
2015-01-02T08:06:57.000Z
2022-03-31T19:24:26.000Z
contrib/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs
sercand/assimp
d8bb6e446a95df905bfe47e5558f22daf01248c8
[ "BSD-3-Clause" ]
2,728
2015-01-01T19:28:19.000Z
2022-03-31T16:07:18.000Z
// // © Copyright Henrik Ravn 2004 // // Use, modification and distribution are subject to 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) // using System; using System.Runtime.InteropServices; using System.Text; namespace DotZLib { ...
38.62069
128
0.603699
ae6929e3678d973c096926b823090e10763de50e
4,959
cs
C#
Hiku.Services/Service/BlobStorage/BlobStorage.cs
didaskein/HikuBackend
870699d4c4a511dd72d9ad69f2efc531e4ed1cde
[ "MIT" ]
null
null
null
Hiku.Services/Service/BlobStorage/BlobStorage.cs
didaskein/HikuBackend
870699d4c4a511dd72d9ad69f2efc531e4ed1cde
[ "MIT" ]
null
null
null
Hiku.Services/Service/BlobStorage/BlobStorage.cs
didaskein/HikuBackend
870699d4c4a511dd72d9ad69f2efc531e4ed1cde
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO.Compression; using Azure.Storage.Blobs.Models; using Azure.Storage.Blobs; using Azure.Storage.Blobs.Specialized; using Azure; using Azure.Storage.Sas; using System.Runtim...
36.733333
122
0.658802
23d23282beeb639a1e8da45f24047cd992c13f93
490
js
JavaScript
src/App.js
alanlucascruz/react-native-to-do-list
466f57127dc8b2e1b59961d81e65eee02f478825
[ "MIT" ]
null
null
null
src/App.js
alanlucascruz/react-native-to-do-list
466f57127dc8b2e1b59961d81e65eee02f478825
[ "MIT" ]
null
null
null
src/App.js
alanlucascruz/react-native-to-do-list
466f57127dc8b2e1b59961d81e65eee02f478825
[ "MIT" ]
null
null
null
/** * Sample React Native App * https://github.com/facebook/react-native * * @format * @flow strict-local */ import React from 'react'; import {StatusBar} from 'react-native'; import {Provider} from 'react-redux'; import store from './store'; import List from './screens/List'; StatusBar.setBackgroundColor('#0...
16.896552
43
0.657143
96dff9f7a1d22173e57f9d546ebc09b3cb7f7922
11,323
dart
Dart
lib/src/template/properties.dart
acanvas/acanvas-generator
05dbf5a7639e946680dfc5572d32a0fa19d66745
[ "BSD-3-Clause" ]
9
2018-09-18T08:19:49.000Z
2020-09-10T03:33:36.000Z
lib/src/template/properties.dart
block-forest/rockdot-generator
05dbf5a7639e946680dfc5572d32a0fa19d66745
[ "BSD-3-Clause" ]
null
null
null
lib/src/template/properties.dart
block-forest/rockdot-generator
05dbf5a7639e946680dfc5572d32a0fa19d66745
[ "BSD-3-Clause" ]
1
2020-07-27T01:02:05.000Z
2020-07-27T01:02:05.000Z
part of acanvas_generator; /** * The <code>Properties</code> class represents a collection of properties * in the form of key-value pairs. All keys and values are of type * <code>String</code> * * @author Christophe Herreman * @author Roland Zwaga */ class Properties { /** * Creates a new <code>Properties<...
29.41039
117
0.636934