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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
72e71fb9774dab3ce9fa85715a39374511aace4e | 212 | cs | C# | MetX/MetX.Standard/Data/Join.cs | wrawlsqw/xlg | f839e0da9eb33ace2db021327c2ff0e064795243 | [
"ISC"
] | 2 | 2016-06-18T02:33:02.000Z | 2016-07-04T05:40:26.000Z | MetX/MetX.Standard/Data/Join.cs | wrawlsqw/xlg | f839e0da9eb33ace2db021327c2ff0e064795243 | [
"ISC"
] | 4 | 2020-04-30T16:54:26.000Z | 2021-06-11T16:56:26.000Z | MetX/MetX.Standard/Data/Join.cs | wrawlsqw/xlg | f839e0da9eb33ace2db021327c2ff0e064795243 | [
"ISC"
] | 2 | 2021-06-29T21:25:33.000Z | 2022-01-10T16:25:38.000Z | namespace MetX.Standard.Data
{
public class Join
{
public string FromColumn;
public string ToColumn;
public string JoinTable;
public string JoinType = "INNER JOIN";
}
} | 21.2 | 46 | 0.622642 |
2d70ebeda5cd74059dd3dfd370652908a6a33abc | 2,184 | css | CSS | src/app/app.component.css | vectordiman/SpaceY | 184ff3461237e122db72f6cc3d93d76b45f123fd | [
"MIT"
] | 3 | 2021-02-13T19:32:55.000Z | 2021-04-14T21:51:02.000Z | src/app/app.component.css | SpaceYstudentProject/Testtt | b6c0ea84ac370304c3803622318943cabab3f482 | [
"MIT"
] | null | null | null | src/app/app.component.css | SpaceYstudentProject/Testtt | b6c0ea84ac370304c3803622318943cabab3f482 | [
"MIT"
] | 2 | 2021-02-16T11:24:03.000Z | 2021-04-14T21:47:32.000Z | .navigation, nav, .navbar, .list-group-item, footer {
background: rgb(29,29,29);
}
.navigation {
height: 59px;
}
.list-group-item:hover {
background-color: black;
}
.wrapper {
background: #252626;
position: relative;
overflow: hidden;
min-height: calc(100vh - 115.3px);
}
.menu {
position: fixed;
r... | 17.901639 | 53 | 0.652015 |
cd35142cddfa798f33b45eb2bab622bdce6f36ce | 2,115 | sh | Shell | formatting_scripts/fix_formatting.sh | EvanMorcom/Software | 586fb3cf8dc2d93de194d9815af5de63caa7e318 | [
"MIT"
] | null | null | null | formatting_scripts/fix_formatting.sh | EvanMorcom/Software | 586fb3cf8dc2d93de194d9815af5de63caa7e318 | [
"MIT"
] | null | null | null | formatting_scripts/fix_formatting.sh | EvanMorcom/Software | 586fb3cf8dc2d93de194d9815af5de63caa7e318 | [
"MIT"
] | null | null | null | #!/bin/bash
#
# This script is used for running formatting checks in CI
#
# The version of the clang executable to use
export CLANG_VERSION=10.0
# The version of black to use
export BLACK_VERSION=19-10b0
# The directory this script is in
CURR_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# The root bazel ... | 25.792683 | 80 | 0.679433 |
588c6eb7c0269f1dcb90373e2a9a3024a46da202 | 432 | css | CSS | css/SweetAlert.css | rajvaibhavjain/ETLib | c3ede0a6175c6df52372742c9af71d08110fa756 | [
"MIT"
] | null | null | null | css/SweetAlert.css | rajvaibhavjain/ETLib | c3ede0a6175c6df52372742c9af71d08110fa756 | [
"MIT"
] | null | null | null | css/SweetAlert.css | rajvaibhavjain/ETLib | c3ede0a6175c6df52372742c9af71d08110fa756 | [
"MIT"
] | null | null | null | /*Sweet Alert*/
.swal-button {
background-color: #ff5e14 !important;
}
.swal-icon--success {
border-color: #ff5e14 !important;
border: 4px solid #ff5e14!important;
}
.swal-icon--success__ring {
border-color: #ff5e14 !important;
}
.swal-icon--success__line {
background-color: #ff5e14 !important;
... | 16.615385 | 43 | 0.671296 |
d63ce1a69838d5c718fe37b539efd71131eb968b | 10,049 | cs | C# | Client/Bar.cs | cafehaine/windmenu | 0b6cbe282926d5f0b3a81b8d36a0e8ba6232756c | [
"MIT"
] | 10 | 2017-06-23T00:58:06.000Z | 2020-12-02T08:04:20.000Z | Client/Bar.cs | psgarsenal/windmenu | 0b6cbe282926d5f0b3a81b8d36a0e8ba6232756c | [
"MIT"
] | 1 | 2017-03-01T10:33:48.000Z | 2017-03-01T10:33:48.000Z | Client/Bar.cs | psgarsenal/windmenu | 0b6cbe282926d5f0b3a81b8d36a0e8ba6232756c | [
"MIT"
] | 7 | 2018-04-24T10:07:08.000Z | 2021-12-20T09:24:15.000Z | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.IO.MemoryMappedFiles;
using System.Net.Sockets;
using System.Text;
using System.Windows.Forms;
namespace Client
{
class Bar : Form
{
public enum Position : byte
... | 31.600629 | 158 | 0.479252 |
baa4b8d601eac87e91958ec009afd140f03aa424 | 1,142 | css | CSS | client/src/css/ResearchThemes.css | divyanshu-kushwaha/Astro_Website | 8612dfc0a6affdee9083c7d888e93db4897b55fa | [
"MIT"
] | null | null | null | client/src/css/ResearchThemes.css | divyanshu-kushwaha/Astro_Website | 8612dfc0a6affdee9083c7d888e93db4897b55fa | [
"MIT"
] | 3 | 2022-01-31T09:13:15.000Z | 2022-02-07T15:02:53.000Z | client/src/css/ResearchThemes.css | divyanshu-kushwaha/Astro_Website | 8612dfc0a6affdee9083c7d888e93db4897b55fa | [
"MIT"
] | 1 | 2021-10-31T18:08:46.000Z | 2021-10-31T18:08:46.000Z |
/* .i-am-centered { margin: auto; max-width: 300px;} */
@media (max-width: 640px){
.card-title{
font-size: x-large;
font-family: monospace;
}
.card-text {
font-size: medium;
font-family: "Roboto";
/* text-align: center; */
}
.cardhgt {
height: auto;
background-color : trans... | 20.392857 | 106 | 0.604203 |
ef55f9e28006969e4426232086b2d28f26424923 | 509 | php | PHP | app/Policies/LocalePolicy.php | viktorcsimma/mars | 840315df597a3118390b03bbe36e24606fc16e81 | [
"MIT"
] | 6 | 2019-10-23T13:17:42.000Z | 2021-07-24T22:37:16.000Z | app/Policies/LocalePolicy.php | viktorcsimma/mars | 840315df597a3118390b03bbe36e24606fc16e81 | [
"MIT"
] | 470 | 2019-09-29T21:26:54.000Z | 2022-03-25T21:41:53.000Z | app/Policies/LocalePolicy.php | viktorcsimma/mars | 840315df597a3118390b03bbe36e24606fc16e81 | [
"MIT"
] | 25 | 2019-10-02T19:16:42.000Z | 2022-01-22T14:33:36.000Z | <?php
namespace App\Policies;
use App\Models\LocalizationContribution;
use App\Models\Role;
use App\Models\User;
use Illuminate\Auth\Access\HandlesAuthorization;
class LocalePolicy
{
use HandlesAuthorization;
public function viewAny(User $user)
{
return $user->hasRoleBase(Role::LOCALE_ADMIN);
... | 21.208333 | 89 | 0.730845 |
4d2aa88c768f2555796a19c9d3b88b1a51947f3e | 10,639 | cs | C# | ModelDesigner.MeshDiagram3D/Elements3D/BasicModel3DModel.cs | BiancoRoyal/ASMD | e10f7846047dc70b4f68a7123631bb193e5721fc | [
"MIT"
] | 48 | 2019-11-04T15:11:21.000Z | 2022-02-22T07:14:01.000Z | ModelDesigner.MeshDiagram3D/Elements3D/BasicModel3DModel.cs | BiancoRoyal/ASMD | e10f7846047dc70b4f68a7123631bb193e5721fc | [
"MIT"
] | 172 | 2019-10-26T08:16:10.000Z | 2022-01-24T11:41:26.000Z | ModelDesigner.MeshDiagram3D/Elements3D/BasicModel3DModel.cs | BiancoRoyal/ASMD | e10f7846047dc70b4f68a7123631bb193e5721fc | [
"MIT"
] | 4 | 2019-11-15T16:36:14.000Z | 2020-06-09T22:36:02.000Z | //---------------------------------------------------------------------------
// This file is part of the following project:
// Mesh Diagram 3D
// Author: Maciej Zbrzezny
//
// This source is subject to the Microsoft Public License (Ms-PL)
// See http://meshdiagram3d.codeplex.com/license
//
// For more infor... | 40.14717 | 127 | 0.610208 |
a00e1bcca21306c68ec004ee6799cbb1b8e8930f | 802 | ts | TypeScript | trms-back-end/src/services/generic/service.ts | 210524training/ddl-trms | da0a6138301e216caa7c6134153db53a5967e109 | [
"MIT"
] | null | null | null | trms-back-end/src/services/generic/service.ts | 210524training/ddl-trms | da0a6138301e216caa7c6134153db53a5967e109 | [
"MIT"
] | null | null | null | trms-back-end/src/services/generic/service.ts | 210524training/ddl-trms | da0a6138301e216caa7c6134153db53a5967e109 | [
"MIT"
] | null | null | null | import { IEntity } from '../../@types/trms/index.d';
import Repository from '../../repositories/generic/repository';
/**
* Generic service that implements all the default repository operations (CRUD, get all items,
* or get item by id).
*
* @author Dustin Diaz
*/
export default class Service<T extends IEntity, R ... | 22.914286 | 94 | 0.663342 |
06c94a3bbbe03fa86e5b09f84c04d605d0000e3c | 3,216 | py | Python | src/tasks.py | acs6610987/CredibleWeb | addc3dce55d49b21d0baede4dddad7a0aa0532b6 | [
"MIT"
] | null | null | null | src/tasks.py | acs6610987/CredibleWeb | addc3dce55d49b21d0baede4dddad7a0aa0532b6 | [
"MIT"
] | null | null | null | src/tasks.py | acs6610987/CredibleWeb | addc3dce55d49b21d0baede4dddad7a0aa0532b6 | [
"MIT"
] | null | null | null | import webapp2
from google.appengine.ext import db
from data_models import URLStorage, SnapshotStorage
import conf
import urllib
from google.appengine.api import urlfetch, taskqueue
import json
import urllib2
import re
import logging
class URLInfoDownloadHandler(webapp2.RequestHandler):
def post(self):
key... | 36.134831 | 112 | 0.548197 |
8d87c45d0514a813b9da602d3d41a12b6c163e55 | 1,064 | js | JavaScript | frontend/redux/nodes/components/Decorators/reducer.js | angrylogic/fleet | ca84b41ffdb28c7b93645fefebd1413fcf20355a | [
"MIT"
] | 1 | 2017-11-22T18:05:07.000Z | 2017-11-22T18:05:07.000Z | frontend/redux/nodes/components/Decorators/reducer.js | angrylogic/fleet | ca84b41ffdb28c7b93645fefebd1413fcf20355a | [
"MIT"
] | 1 | 2022-02-11T00:11:11.000Z | 2022-02-11T00:11:11.000Z | frontend/redux/nodes/components/Decorators/reducer.js | angrylogic/fleet | ca84b41ffdb28c7b93645fefebd1413fcf20355a | [
"MIT"
] | 1 | 2020-09-02T06:01:31.000Z | 2020-09-02T06:01:31.000Z | import {
defaultSelectedOsqueryTable,
SELECT_DECORATOR_TABLE,
SET_DECORATOR_QUERY_TEXT,
SET_SELECTED_DECORATOR_TARGETS,
SET_SELECTED_DECORATOR_TARGETS_QUERY,
} from './actions';
export const initialState = {
queryText: 'SELECT total_seconds AS uptime FROM uptime',
selectedOsqueryTable: defaultSelectedOsq... | 24.181818 | 62 | 0.679511 |
6533af729359a6f4ec3e0655171b7f5ded036ac3 | 496 | sql | SQL | openGaussBase/testcase/KEYWORDS/row_count/Opengauss_Function_Keyword_Row_count_Case0027.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/row_count/Opengauss_Function_Keyword_Row_count_Case0027.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | openGaussBase/testcase/KEYWORDS/row_count/Opengauss_Function_Keyword_Row_count_Case0027.sql | opengauss-mirror/Yat | aef107a8304b94e5d99b4f1f36eb46755eb8919e | [
"MulanPSL-1.0"
] | null | null | null | -- @testpoint:opengauss关键字row_count非保留),作为序列名
--关键字不带引号-成功
drop sequence if exists row_count;
create sequence row_count start 100 cache 50;
drop sequence row_count;
--关键字带双引号-成功
drop sequence if exists "row_count";
create sequence "row_count" start 100 cache 50;
drop sequence "row_count";
--关键字带单引号-合理报错
drop seque... | 23.619048 | 47 | 0.782258 |
a47376fa1b3bc0308aa766efbb0723c79c6f47b0 | 4,059 | php | PHP | application/views/template/template.php | julisah/SI-Mudharabah | 486a9960e85d8f5a33a090369d8b3fdc79c66adf | [
"MIT"
] | null | null | null | application/views/template/template.php | julisah/SI-Mudharabah | 486a9960e85d8f5a33a090369d8b3fdc79c66adf | [
"MIT"
] | null | null | null | application/views/template/template.php | julisah/SI-Mudharabah | 486a9960e85d8f5a33a090369d8b3fdc79c66adf | [
"MIT"
] | null | null | null | <body class="skin-blue layout-top-nav">
<div class="wrapper">
<header class="main-header">
<nav class="navbar navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="#" class="navbar-brand"><b><?php echo $this->session->userdata('level');... | 46.125 | 120 | 0.442966 |
30cb74aa6a47ef5abf7c6a17abbc5a3fc206187e | 938 | php | PHP | resources/views/luckys/index.blade.php | myohanhtet/htb | d36aaa4a3871313f870e6d89560e0004007e2d4b | [
"MIT"
] | null | null | null | resources/views/luckys/index.blade.php | myohanhtet/htb | d36aaa4a3871313f870e6d89560e0004007e2d4b | [
"MIT"
] | null | null | null | resources/views/luckys/index.blade.php | myohanhtet/htb | d36aaa4a3871313f870e6d89560e0004007e2d4b | [
"MIT"
] | null | null | null | @extends('layouts.app')
@section('content')
<section class="content-header">
<h1 class="pull-left">{!! ($ui_config['title'] == null ? "Title" : $ui_config['title']) !!}</h1><br>
{{-- <h1 class="pull-right">
<a class="btn btn-primary pull-right" style="margin-top: -10px;margin-bottom: 5px... | 30.258065 | 139 | 0.496802 |
464e3fdf796d72090e202b42c5ce78773ccc484e | 393 | php | PHP | packages/point/point-sales/src/Http/Routes/sales-report.php | bgd-point/point-app-test | be4da13a3334ce721415d9f294841959f504e192 | [
"Apache-2.0"
] | 4 | 2017-08-18T09:35:46.000Z | 2018-07-24T01:52:33.000Z | packages/point/point-sales/src/Http/Routes/sales-report.php | bgd-point/point-app-test | be4da13a3334ce721415d9f294841959f504e192 | [
"Apache-2.0"
] | 33 | 2017-07-25T04:10:30.000Z | 2018-08-16T08:57:01.000Z | packages/point/point-sales/src/Http/Routes/sales-report.php | bgd-point/point-app-test | be4da13a3334ce721415d9f294841959f504e192 | [
"Apache-2.0"
] | 7 | 2017-07-24T03:55:44.000Z | 2020-03-18T08:28:39.000Z | <?php
Route::group(['prefix' => 'sales/point/indirect', 'namespace' => 'Point\PointSales\Http\Controllers\Sales'], function () {
Route::get('/report/pdf', 'SalesReportController@indexPDF');
Route::get('/report/export', 'SalesReportController@export');
Route::get('/report', 'SalesReportController@index');
... | 39.3 | 122 | 0.692112 |
93bb49d738e93531af5ce24e0c40ffcd37336f87 | 6,514 | cs | C# | MusicPlayer/Spatializer/SpatializerControl.xaml.cs | tstavropoulos/Musegician | a8bd54102a74e7afc624657a0dc2c158e2988664 | [
"MIT"
] | 7 | 2018-01-18T18:14:51.000Z | 2020-10-02T01:57:43.000Z | MusicPlayer/Spatializer/SpatializerControl.xaml.cs | tstavropoulos/Musegician | a8bd54102a74e7afc624657a0dc2c158e2988664 | [
"MIT"
] | 12 | 2018-02-02T16:34:18.000Z | 2019-08-06T18:16:44.000Z | MusicPlayer/Spatializer/SpatializerControl.xaml.cs | tstavropoulos/Musegician | a8bd54102a74e7afc624657a0dc2c158e2988664 | [
"MIT"
] | 1 | 2021-04-27T18:11:31.000Z | 2021-04-27T18:11:31.000Z | using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Medi... | 35.791209 | 109 | 0.580903 |
af1482275ee6a41ed1132d77e57ed7788533276a | 456 | py | Python | cpdb/activity_grid/migrations/0002_activitycard_important.py | invinst/CPDBv2_backend | b4e96d620ff7a437500f525f7e911651e4a18ef9 | [
"Apache-2.0"
] | 25 | 2018-07-20T22:31:40.000Z | 2021-07-15T16:58:41.000Z | cpdb/activity_grid/migrations/0002_activitycard_important.py | invinst/CPDBv2_backend | b4e96d620ff7a437500f525f7e911651e4a18ef9 | [
"Apache-2.0"
] | 13 | 2018-06-18T23:08:47.000Z | 2022-02-10T07:38:25.000Z | cpdb/activity_grid/migrations/0002_activitycard_important.py | invinst/CPDBv2_backend | b4e96d620ff7a437500f525f7e911651e4a18ef9 | [
"Apache-2.0"
] | 6 | 2018-05-17T21:59:43.000Z | 2020-11-17T00:30:26.000Z | # -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-09-20 04:34
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('activity_grid', '0001_initial'),
]
operations = [
migrations.AddField(
... | 21.714286 | 53 | 0.620614 |
79d4c190808f7a42bf03b317d8024a8b295245b4 | 622 | lua | Lua | schema/items/sh_ration.lua | RiggsMackay/ixhl2rp | 860970d63d5adef490ae33516ce6010d1f6a7b3f | [
"MIT"
] | null | null | null | schema/items/sh_ration.lua | RiggsMackay/ixhl2rp | 860970d63d5adef490ae33516ce6010d1f6a7b3f | [
"MIT"
] | null | null | null | schema/items/sh_ration.lua | RiggsMackay/ixhl2rp | 860970d63d5adef490ae33516ce6010d1f6a7b3f | [
"MIT"
] | null | null | null |
ITEM.name = "Ration"
ITEM.model = Model("models/weapons/w_packatc.mdl")
ITEM.description = "A shrink-wrapped packet containing some food and money."
ITEM.items = {"supplements", "water"}
ITEM.bDropOnDeath = true
ITEM.functions.Open = {
OnRun = function(itemTable)
local client = itemTable.player
local character =... | 27.043478 | 83 | 0.71865 |
d883060189719ddf00dd75eed364e4915dfce476 | 924 | rb | Ruby | lib/statistrano/deployment/log_file.rb | fakeNetflix/mailchimp-repo-statistrano | 91ea21c5469b1c6371e4dbd0cbf87388598aecd6 | [
"BSD-3-Clause"
] | 43 | 2015-01-02T03:06:37.000Z | 2019-04-28T11:28:36.000Z | lib/statistrano/deployment/log_file.rb | fakeNetflix/mailchimp-repo-statistrano | 91ea21c5469b1c6371e4dbd0cbf87388598aecd6 | [
"BSD-3-Clause"
] | 2 | 2015-05-22T19:47:47.000Z | 2017-03-03T21:09:16.000Z | lib/statistrano/deployment/log_file.rb | fakeNetflix/mailchimp-repo-statistrano | 91ea21c5469b1c6371e4dbd0cbf87388598aecd6 | [
"BSD-3-Clause"
] | 1 | 2021-02-02T10:11:03.000Z | 2021-02-02T10:11:03.000Z | module Statistrano
module Deployment
class LogFile
attr_reader :resolved_path, :remote, :file
def initialize path, remote
@remote = remote
@resolved_path = resolve_path path
@file = Remote::File.new @resolved_path, remote
end
def append! log_entry... | 20.533333 | 64 | 0.544372 |
8e72c64395c88608dc0c220094a667fff35a8409 | 502 | js | JavaScript | app/assets/js/scripts/settings/launcher-distribution.js | 0lixiz/assettomc | 7fa2bc72b30d263a5379d2198358160c65f4c942 | [
"FSFAP"
] | 1 | 2021-05-22T18:18:21.000Z | 2021-05-22T18:18:21.000Z | app/assets/js/scripts/settings/launcher-distribution.js | 0lixiz/assettomc | 7fa2bc72b30d263a5379d2198358160c65f4c942 | [
"FSFAP"
] | null | null | null | app/assets/js/scripts/settings/launcher-distribution.js | 0lixiz/assettomc | 7fa2bc72b30d263a5379d2198358160c65f4c942 | [
"FSFAP"
] | null | null | null | /**
* Paladium Launcher - https://github.com/Chaika9/paladiumlauncher
* Copyright (C) 2019 Paladium
*/
const initSettingsLauncherDistroTextField = document.getElementById('settings-launcher-distro-textfield');
function initSettingsLauncherDistroTab() {
if(ConfigManager.getDistroCustom() == "true") {
in... | 33.466667 | 106 | 0.741036 |
e773fb561b0d8a6c2f44d8fb87fdeca6e74efed9 | 572 | php | PHP | module/Application/src/Application/View/Helper/User/Image/ProfileUrl.php | falodunos/eqa | 0258e2d483be22725b09418de58b45545c46c681 | [
"BSD-3-Clause"
] | null | null | null | module/Application/src/Application/View/Helper/User/Image/ProfileUrl.php | falodunos/eqa | 0258e2d483be22725b09418de58b45545c46c681 | [
"BSD-3-Clause"
] | null | null | null | module/Application/src/Application/View/Helper/User/Image/ProfileUrl.php | falodunos/eqa | 0258e2d483be22725b09418de58b45545c46c681 | [
"BSD-3-Clause"
] | null | null | null | <?php
namespace Application\View\Helper\User\Image;
use Zend\View\Helper\AbstractHelper;
class ProfileUrl extends AbstractHelper
{
public function __invoke($basePath, $zfcUserIdentity)
{
$defaultProfileImageUrl = $basePath . '/img/user/profile/default.png';
$userProfileImageUrl = $basePath . ... | 28.6 | 97 | 0.66958 |
b03dab621e15669ced2924bc726c7d5c98dc8039 | 334 | py | Python | model-optimizer/mo/front/common/extractors/utils.py | monroid/openvino | 8272b3857ef5be0aaa8abbf7bd0d5d5615dc40b6 | [
"Apache-2.0"
] | 2,406 | 2020-04-22T15:47:54.000Z | 2022-03-31T10:27:37.000Z | model-optimizer/mo/front/common/extractors/utils.py | thomas-yanxin/openvino | 031e998a15ec738c64cc2379d7f30fb73087c272 | [
"Apache-2.0"
] | 4,948 | 2020-04-22T15:12:39.000Z | 2022-03-31T18:45:42.000Z | model-optimizer/mo/front/common/extractors/utils.py | thomas-yanxin/openvino | 031e998a15ec738c64cc2379d7f30fb73087c272 | [
"Apache-2.0"
] | 991 | 2020-04-23T18:21:09.000Z | 2022-03-31T18:40:57.000Z | # Copyright (C) 2018-2021 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
import numpy as np
def layout_attrs():
return {
'spatial_dims': np.array([2, 3], dtype=np.int64),
'channel_dims': np.array([1], dtype=np.int64),
'batch_dims': np.array([0], dtype=np.int64),
'layout':... | 23.857143 | 57 | 0.610778 |
3a8e2eb1f2aba99038bfed59583f98003e62e811 | 478 | kt | Kotlin | app/src/main/java/eu/kanade/tachiyomi/ui/browse/animesource/latest/LatestUpdatesPager.kt | 25-Khairin/aniyomi | 98b7e1dbebb9460a7a036f3c738772be9121b6fa | [
"Apache-2.0"
] | 942 | 2021-06-12T04:07:37.000Z | 2022-03-31T23:54:57.000Z | app/src/main/java/eu/kanade/tachiyomi/ui/browse/animesource/latest/LatestUpdatesPager.kt | au267/aniyomi | e793c6cd156ba4185d3ce23be976b61e12924ed3 | [
"Apache-2.0"
] | 335 | 2021-06-11T14:22:57.000Z | 2022-03-31T16:15:49.000Z | app/src/main/java/eu/kanade/tachiyomi/ui/browse/animesource/latest/LatestUpdatesPager.kt | au267/aniyomi | e793c6cd156ba4185d3ce23be976b61e12924ed3 | [
"Apache-2.0"
] | 100 | 2021-06-15T13:21:07.000Z | 2022-03-29T23:19:03.000Z | package eu.kanade.tachiyomi.ui.browse.animesource.latest
import eu.kanade.tachiyomi.animesource.AnimeCatalogueSource
import eu.kanade.tachiyomi.ui.browse.animesource.browse.AnimePager
import eu.kanade.tachiyomi.util.lang.awaitSingle
class LatestUpdatesPager(val source: AnimeCatalogueSource) : AnimePager() {
over... | 34.142857 | 77 | 0.797071 |
dbccd934af8142abcb6310879150a12a15f5f783 | 1,508 | php | PHP | page-planes.php | juanpablogdl/Intranet_GDL | a50535c8a12a31116e29e6cd67dd7dceb3cf371b | [
"MIT"
] | null | null | null | page-planes.php | juanpablogdl/Intranet_GDL | a50535c8a12a31116e29e6cd67dd7dceb3cf371b | [
"MIT"
] | null | null | null | page-planes.php | juanpablogdl/Intranet_GDL | a50535c8a12a31116e29e6cd67dd7dceb3cf371b | [
"MIT"
] | null | null | null | <?php /* Template Name: Planes Parciales*/ get_header(); the_post(); ?>
<main role="main">
<!-- section -->
<section class="container">
<div class="tituloWrapper">
<h1 class="descuentos"><?php the_title(); ?></h1>
</div>
<div id="planes">
... | 35.069767 | 129 | 0.333554 |
33bba67dc9d5b5c65f26fdb8d65661974a76f609 | 454 | h | C | GC_Teleport_Out_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | GC_Teleport_Out_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | null | null | null | GC_Teleport_Out_classes.h | NotDiscordOfficial/Fortnite_SDK | 58f8da148256f99cb35518003306fffee33c4a21 | [
"MIT"
] | 1 | 2021-07-22T00:31:44.000Z | 2021-07-22T00:31:44.000Z | // BlueprintGeneratedClass GC_Teleport_Out.GC_Teleport_Out_C
// Size: 0x74 (Inherited: 0x70)
struct UGC_Teleport_Out_C : UFortGameplayCueNotify_Simple {
float Default Play Length; // 0x70(0x04)
bool OnExecute(struct AActor* MyTarget, struct FGameplayCueParameters Parameters); // Function GC_Teleport_Out.GC_Teleport_... | 50.444444 | 253 | 0.821586 |
9e1ddfb5b49a1cbb5d00be3fd6d78fd6d7d7a09e | 1,763 | cs | C# | 01. Exam Solutions/Exam6March2016/Histogram/histogram.cs | spzvtbg/01-Programming-basics | d9b4df9197e7d467292b734dc7fed19f59ce8787 | [
"MIT"
] | null | null | null | 01. Exam Solutions/Exam6March2016/Histogram/histogram.cs | spzvtbg/01-Programming-basics | d9b4df9197e7d467292b734dc7fed19f59ce8787 | [
"MIT"
] | null | null | null | 01. Exam Solutions/Exam6March2016/Histogram/histogram.cs | spzvtbg/01-Programming-basics | d9b4df9197e7d467292b734dc7fed19f59ce8787 | [
"MIT"
] | null | null | null | using System;
namespace Histogram
{
class histogram
{
static void Main()
{
double n = 0.00;
n = double.Parse(Console.ReadLine());
double sum200 = 0;
double sum400 = 0;
double sum600 = 0;
double sum800 = 0;
doubl... | 30.929825 | 65 | 0.374929 |
e284136f520bd7f9eb6d2cb40d7d702f209caa9a | 1,290 | py | Python | sklego/meta/estimator_transformer.py | kaipoethkow/scikit-lego | b0b9cab19ef170fe47fcf18366dc47a1344b0d0b | [
"MIT"
] | 1 | 2020-06-27T22:28:41.000Z | 2020-06-27T22:28:41.000Z | sklego/meta/estimator_transformer.py | kaipoethkow/scikit-lego | b0b9cab19ef170fe47fcf18366dc47a1344b0d0b | [
"MIT"
] | null | null | null | sklego/meta/estimator_transformer.py | kaipoethkow/scikit-lego | b0b9cab19ef170fe47fcf18366dc47a1344b0d0b | [
"MIT"
] | null | null | null | import numpy as np
from sklearn import clone
from sklearn.base import (
BaseEstimator,
TransformerMixin,
MetaEstimatorMixin,
)
from sklearn.utils.validation import (
check_is_fitted,
check_X_y,
FLOAT_DTYPES,
)
class EstimatorTransformer(TransformerMixin, MetaEstimatorMixin, BaseEstimator):
... | 30 | 113 | 0.676744 |
14eb7212f9223578608573324cb08c0b8a25cf71 | 1,394 | cpp | C++ | OOPS/Inheritance.cpp | SusheelThapa/Code-With-C-Plus-Plus | 8fdf86bf5a8420f8cd2e5d8afb8e1aebc376f136 | [
"MIT"
] | null | null | null | OOPS/Inheritance.cpp | SusheelThapa/Code-With-C-Plus-Plus | 8fdf86bf5a8420f8cd2e5d8afb8e1aebc376f136 | [
"MIT"
] | null | null | null | OOPS/Inheritance.cpp | SusheelThapa/Code-With-C-Plus-Plus | 8fdf86bf5a8420f8cd2e5d8afb8e1aebc376f136 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
//Base Class
class Employee
{
public:
int id;
float salary;
//Default Constructor
Employee(void) {}
Employee(int i)
{
id = i;
salary = 34;
}
};
/*
Derived Class Syntax:
class {{derived-class_name}} : {{visibility_mode}} {{bas... | 18.103896 | 126 | 0.618364 |
6dcee42e56df3e724eb86a7a27bb557d3a8405f6 | 2,876 | tsx | TypeScript | airbyte-webapp/src/components/ArrayOfObjectsEditor/ArrayOfObjectsEditor.tsx | sarvex/airbyte | f5d8203f7b5d21fbe92ce994662d5fbf46f0b583 | [
"MIT"
] | 2 | 2021-03-02T09:17:41.000Z | 2021-03-02T11:02:23.000Z | airbyte-webapp/src/components/ArrayOfObjectsEditor/ArrayOfObjectsEditor.tsx | sarvex/airbyte | f5d8203f7b5d21fbe92ce994662d5fbf46f0b583 | [
"MIT"
] | null | null | null | airbyte-webapp/src/components/ArrayOfObjectsEditor/ArrayOfObjectsEditor.tsx | sarvex/airbyte | f5d8203f7b5d21fbe92ce994662d5fbf46f0b583 | [
"MIT"
] | null | null | null | import React from "react";
import styled from "styled-components";
import { FormattedMessage } from "react-intl";
import { Button } from "components";
import { EditorHeader } from "./components/EditorHeader";
import { EditorRow } from "./components/EditorRow";
const ItemsList = styled.div`
background: ${({ theme }... | 23.768595 | 77 | 0.569193 |
a9a8b6e3b42b3c7831a21d6d4058447b26f89812 | 15,792 | dart | Dart | lib/src/pages/music/travel_map/music_travel_map_controller.dart | SebbasCh/mishowtogo | a143b2e78c73a0aeeff39c20c6314a69afc0f79e | [
"MIT"
] | null | null | null | lib/src/pages/music/travel_map/music_travel_map_controller.dart | SebbasCh/mishowtogo | a143b2e78c73a0aeeff39c20c6314a69afc0f79e | [
"MIT"
] | null | null | null | lib/src/pages/music/travel_map/music_travel_map_controller.dart | SebbasCh/mishowtogo | a143b2e78c73a0aeeff39c20c6314a69afc0f79e | [
"MIT"
] | null | null | null | import 'dart:async';
import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:flutter_polyline_points/flutter_polyline_points.dart';
import 'package:geolocator/geolocator.dart';
import 'package:google_maps_flutter/google_maps_f... | 32.032454 | 1,839 | 0.666667 |
38d27574491c6b4c02f10b168ecd9cc2d4bf269d | 3,397 | php | PHP | application/api/controller/Login.php | zhifengnetwork/redPacket | 32e597d135389d396c98558dde607f6625be4c27 | [
"Apache-2.0"
] | null | null | null | application/api/controller/Login.php | zhifengnetwork/redPacket | 32e597d135389d396c98558dde607f6625be4c27 | [
"Apache-2.0"
] | null | null | null | application/api/controller/Login.php | zhifengnetwork/redPacket | 32e597d135389d396c98558dde607f6625be4c27 | [
"Apache-2.0"
] | null | null | null | <?php
/**
* Created by PhpStorm.
* User: MyPC
* Date: 2019/4/22
* Time: 17:53
*/
namespace app\api\controller;
use think\Db;
use think\Loader;
use think\Request;
use think\Session;
use think\captcha\Captcha;
use app\common\util\jwt\JWT;
class Login extends \think\Controller
{
public function index () {
... | 26.960317 | 105 | 0.459817 |
12a70ad497b7c9a7ff8e36875e9bc6b5ce91510c | 5,668 | swift | Swift | PS_Swift_cnodejs/PS_Swift_cnodejs/Util/PageView/PageContentView.swift | PengSiSi/PS_Swift_cnodejs | 027c42bb151a6e0d38c3552f42adf2fa615ad924 | [
"MIT"
] | 2 | 2018-01-31T02:23:57.000Z | 2018-03-11T09:35:33.000Z | PS_Swift_cnodejs/PS_Swift_cnodejs/Util/PageView/PageContentView.swift | PengSiSi/PS_Swift_cnodejs | 027c42bb151a6e0d38c3552f42adf2fa615ad924 | [
"MIT"
] | null | null | null | PS_Swift_cnodejs/PS_Swift_cnodejs/Util/PageView/PageContentView.swift | PengSiSi/PS_Swift_cnodejs | 027c42bb151a6e0d38c3552f42adf2fa615ad924 | [
"MIT"
] | 1 | 2019-10-11T01:42:07.000Z | 2019-10-11T01:42:07.000Z | //
// PageContentView.swift
// PS_Swift_cnodejs
//
// Created by 思 彭 on 2018/1/18.
// Copyright © 2018年 思 彭. All rights reserved.
//
import UIKit
class PageContentView: UIView {
fileprivate var titles:[String]
fileprivate var controllers:[UIViewController]
fileprivate var parentVc:UIViewControlle... | 33.146199 | 225 | 0.643966 |
a771c49c80350798e769a9342b49b858a4f214b7 | 4,659 | lua | Lua | rot/rot/fov/precise.lua | LJNIC/Collaborogue | 9c333e790f043087045d9236ccde0e496ebfc96b | [
"MIT"
] | 4 | 2020-11-09T23:33:48.000Z | 2021-04-19T23:14:50.000Z | rot/rot/fov/precise.lua | LJNIC/Collaborogue | 9c333e790f043087045d9236ccde0e496ebfc96b | [
"MIT"
] | 1 | 2021-11-13T15:53:53.000Z | 2021-11-13T15:53:53.000Z | rot/rot/fov/precise.lua | LJNIC/Collaborogue | 9c333e790f043087045d9236ccde0e496ebfc96b | [
"MIT"
] | 2 | 2021-11-11T03:25:30.000Z | 2022-02-13T13:05:00.000Z | --- Precise Shadowcasting Field of View calculator.
-- The Precise shadow casting algorithm developed by Ondřej Žára for rot.js.
-- See http://roguebasin.roguelikedevelopment.org/index.php?title=Precise_Shadowcasting_in_JavaScript
-- @module ROT.FOV.Precise
local ROT = require((...):gsub(('.[^./\\]*'):rep(2) .. '$', ''... | 33.517986 | 142 | 0.631037 |
7284279aae5279c7d648666be95bc342dff3bf22 | 1,656 | cs | C# | src/AspNetCore.IdentityServer4.WebApi/Services/IIdentityClient.cs | matt2005/AspNetCore.IdentityServer4.Sample | bdf7dced375aaa87ff0453c6e5f59469ff7ed1a6 | [
"BSD-3-Clause"
] | 1 | 2020-12-29T23:54:47.000Z | 2020-12-29T23:54:47.000Z | src/AspNetCore.IdentityServer4.WebApi/Services/IIdentityClient.cs | matt2005/AspNetCore.IdentityServer4.Sample | bdf7dced375aaa87ff0453c6e5f59469ff7ed1a6 | [
"BSD-3-Clause"
] | null | null | null | src/AspNetCore.IdentityServer4.WebApi/Services/IIdentityClient.cs | matt2005/AspNetCore.IdentityServer4.Sample | bdf7dced375aaa87ff0453c6e5f59469ff7ed1a6 | [
"BSD-3-Clause"
] | null | null | null | using IdentityModel.Client;
using System;
using System.Net.Http;
using System.Threading.Tasks;
namespace AspNetCore.IdentityServer4.WebApi.Services
{
public interface IIdentityClient : IDisposable
{
/// <summary>
/// Get token by form data (Grant Type: password)
/// </summary>
... | 34.5 | 92 | 0.618961 |
641e55ec8c37dd8e31dcede4ac9789370a659741 | 1,840 | py | Python | student_records/migrations/0001_initial.py | HillaryOkello/CIT-blockchain-DB | 0b931e196da43a87bf842cee0e130f57557169bd | [
"MIT"
] | 1 | 2021-12-10T13:54:38.000Z | 2021-12-10T13:54:38.000Z | student_records/migrations/0001_initial.py | HillaryOkello/CIT-blockchain-DB | 0b931e196da43a87bf842cee0e130f57557169bd | [
"MIT"
] | null | null | null | student_records/migrations/0001_initial.py | HillaryOkello/CIT-blockchain-DB | 0b931e196da43a87bf842cee0e130f57557169bd | [
"MIT"
] | null | null | null | # Generated by Django 3.1.1 on 2021-11-29 09:44
from django.db import migrations, models
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='StudentRecord',
fields=[
('id', models.Auto... | 49.72973 | 136 | 0.580435 |
05240d6a365951e0bec4183cd212c50b64eb5fd0 | 2,613 | css | CSS | assets/css/clase4.css | karly9/ClasesHtml | 25d20fefb41ead0176fdb657eddbef652bd6df24 | [
"MIT"
] | null | null | null | assets/css/clase4.css | karly9/ClasesHtml | 25d20fefb41ead0176fdb657eddbef652bd6df24 | [
"MIT"
] | null | null | null | assets/css/clase4.css | karly9/ClasesHtml | 25d20fefb41ead0176fdb657eddbef652bd6df24 | [
"MIT"
] | null | null | null | /* *{
margin: 0;
padding: 0;
} */
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}
/************ textos ***************/
.text-center{
text-align: center;
}
.text-left{
text-align: left;
}
.text-right {
text-align: right;
}
.text-justify{
text-align: justify;
}
.... | 15.370588 | 49 | 0.582855 |
a62a2ed87dbb9ba1663e1892911b6df27bd471c9 | 10,816 | sql | SQL | database/files/test_results.sql | trinityprog/twix_eba_2022_ge- | 0903e74e910418535349afcc0aabcc1282fa2358 | [
"MIT"
] | null | null | null | database/files/test_results.sql | trinityprog/twix_eba_2022_ge- | 0903e74e910418535349afcc0aabcc1282fa2358 | [
"MIT"
] | null | null | null | database/files/test_results.sql | trinityprog/twix_eba_2022_ge- | 0903e74e910418535349afcc0aabcc1282fa2358 | [
"MIT"
] | null | null | null | INSERT INTO `test_results` (`id`, `general`, `locale`, `image`, `created_at`, `updated_at`) VALUES
(1, 'ароматный чай с Twix и новая серия, ради которой точно стоило проснуться пораньше', 'ертеңгілік хош иісті шай және көптен күткен телехикаяның жаңа сериясы', '1.png', '2022-01-27 05:06:17', '2022-01-27 08:11:45'),
(2,... | 257.52381 | 339 | 0.752219 |
0523cc2da862fdcf4042e0fa4772906096cad51a | 146 | swift | Swift | notes/Sources/Service/DTO/NoteDTO.swift | santaarturio/Notes | 0921992957e0368c3f342389d8f154ec8da46f1e | [
"MIT"
] | null | null | null | notes/Sources/Service/DTO/NoteDTO.swift | santaarturio/Notes | 0921992957e0368c3f342389d8f154ec8da46f1e | [
"MIT"
] | null | null | null | notes/Sources/Service/DTO/NoteDTO.swift | santaarturio/Notes | 0921992957e0368c3f342389d8f154ec8da46f1e | [
"MIT"
] | null | null | null | import Foundation
enum API {
struct Note: Codable {
let id: String
let title: String
let subtitle: String
let date: Date
}
}
| 13.272727 | 24 | 0.636986 |
38a6f5af4009ca537c1c628a7ed44990967de54e | 1,457 | php | PHP | resources/views/components/email/picture_two_columns.blade.php | AlejandroFdz/pruebalaravel | 76bfff8743c2cd40dd4bb1dea993b167ee92d471 | [
"MIT"
] | null | null | null | resources/views/components/email/picture_two_columns.blade.php | AlejandroFdz/pruebalaravel | 76bfff8743c2cd40dd4bb1dea993b167ee92d471 | [
"MIT"
] | null | null | null | resources/views/components/email/picture_two_columns.blade.php | AlejandroFdz/pruebalaravel | 76bfff8743c2cd40dd4bb1dea993b167ee92d471 | [
"MIT"
] | null | null | null | <?php $content = json_decode($component->content, true); ?>
<div id="{{$component->name}}" class="component" style="
margin:{{$component->margin}}px;
padding:{{$component->padding}}px;
background-color:{{$content['component']['bg_color']}};
text-align:{{$content['component']['text_align... | 38.342105 | 144 | 0.532601 |
2c72b38d088b6b308fdd667f503d6afdb0c3653c | 82,448 | py | Python | tkp/db/associations.py | kernsuite-debian/tkp | f1eca5b051aafb6ca20cd134d7850f46b861ff12 | [
"BSD-2-Clause"
] | null | null | null | tkp/db/associations.py | kernsuite-debian/tkp | f1eca5b051aafb6ca20cd134d7850f46b861ff12 | [
"BSD-2-Clause"
] | null | null | null | tkp/db/associations.py | kernsuite-debian/tkp | f1eca5b051aafb6ca20cd134d7850f46b861ff12 | [
"BSD-2-Clause"
] | null | null | null | """
A collection of back end subroutines (mostly SQL queries), In this module we
deal with source association.
"""
import logging
import tkp.db
from sqlalchemy.exc import IntegrityError
logger = logging.getLogger(__name__)
def associate_extracted_sources(image_id, deRuiter_r, beamwidths_limit=1,
... | 39.467688 | 200 | 0.560208 |
2c80f9e18b67e3c25bfa89cef79c3bfb5642630d | 68 | sql | SQL | evo-X-Scriptdev2/sql/Updates/0.0.3/r1023_scriptdev2.sql | Gigelf-evo-X/evo-X | d0e68294d8cacfc7fb3aed5572f51d09a47136b9 | [
"OpenSSL"
] | 1 | 2019-01-19T06:35:40.000Z | 2019-01-19T06:35:40.000Z | src/bindings/Scriptdev2/sql/Updates/0.0.3/r1023_scriptdev2.sql | mfooo/wow | 3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d | [
"OpenSSL"
] | null | null | null | src/bindings/Scriptdev2/sql/Updates/0.0.3/r1023_scriptdev2.sql | mfooo/wow | 3e5fad4cfdf0fd1c0a2fd7c9844e6f140a1bb32d | [
"OpenSSL"
] | null | null | null | UPDATE sd2_db_version SET version='ScriptDev2 (for MaNGOS 7715+) ';
| 34 | 67 | 0.779412 |
590d9d5751a28539435416c6c35ca50544014fc8 | 4,766 | swift | Swift | Biin/Pods/UberRides/source/UberRides/RequestURLBuilder.swift | estebanpadilla/biinIOS | 65956adf9fcaf3508f083db883bb8d4bb35ce319 | [
"MIT"
] | null | null | null | Biin/Pods/UberRides/source/UberRides/RequestURLBuilder.swift | estebanpadilla/biinIOS | 65956adf9fcaf3508f083db883bb8d4bb35ce319 | [
"MIT"
] | null | null | null | Biin/Pods/UberRides/source/UberRides/RequestURLBuilder.swift | estebanpadilla/biinIOS | 65956adf9fcaf3508f083db883bb8d4bb35ce319 | [
"MIT"
] | null | null | null | //
// RequestURLBuilder.swift
// UberRides
//
// Copyright © 2016 Uber Technologies, Inc. All rights reserved.
//
// 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,... | 42.936937 | 176 | 0.701217 |
5d71588845e6705632b2f59f03eb839de110f012 | 4,650 | lua | Lua | resources/[local]/[ESX]/esx_jailer/config.lua | szymczakovv/AriviRP | e1b9425b242586da551ee4909954a98a7c7aa2de | [
"MIT"
] | 10 | 2021-03-09T23:17:02.000Z | 2021-10-03T12:47:03.000Z | resources/[local]/[ESX]/esx_jailer/config.lua | szymczakovv/AriviRP | e1b9425b242586da551ee4909954a98a7c7aa2de | [
"MIT"
] | null | null | null | resources/[local]/[ESX]/esx_jailer/config.lua | szymczakovv/AriviRP | e1b9425b242586da551ee4909954a98a7c7aa2de | [
"MIT"
] | 33 | 2021-03-09T09:49:35.000Z | 2022-03-15T01:17:05.000Z | Config = {}
Config.JailBlip = {x = 1854.00, y = 2622.00, z = 45.00}
Config.JailLocation = {x = 1657.73, y = 2538.08, z = 45.5649}
Config.Locale = 'en'
Config.Marker = true
Config.Notify = false
Config.Usuntimeessen = math.random(1,4)
-- CHECK SKINCHANGER CLIENT MAIN.LUA for matching elements
Config.Uni... | 23.72449 | 205 | 0.497204 |
e709b7e0f06457cd00c124b531b93b8a90889c20 | 2,766 | php | PHP | app/Http/Controllers/PDFController.php | PatelPratik0812/How-To-Generate-PDF-In-Laravel-Using-TCPDF-PHPLibrary | 38c7d9d3474988f3c1b971d6c0d8ab0cc8c1ffba | [
"MIT"
] | null | null | null | app/Http/Controllers/PDFController.php | PatelPratik0812/How-To-Generate-PDF-In-Laravel-Using-TCPDF-PHPLibrary | 38c7d9d3474988f3c1b971d6c0d8ab0cc8c1ffba | [
"MIT"
] | null | null | null | app/Http/Controllers/PDFController.php | PatelPratik0812/How-To-Generate-PDF-In-Laravel-Using-TCPDF-PHPLibrary | 38c7d9d3474988f3c1b971d6c0d8ab0cc8c1ffba | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Controllers;
use Illuminate\Http\Response;
use Illuminate\Http\Request;
use Elibyy\TCPDF\Facades\TCPDF;
use App\Http\Requests;
use App\Post;
use App\Register;
use PDF;
use DB;
class PDFController extends Controller
{
public function index()
{
return view('reg');
}
... | 29.115789 | 127 | 0.54013 |
bd46a7cb1f4110f4eac29e322b450f89e2d847d5 | 2,132 | sh | Shell | infra/create_instance.sh | crumplecup/rustgym | 1733977bb05c83cfb9ee363e1edb6ab411b6e15c | [
"MIT"
] | null | null | null | infra/create_instance.sh | crumplecup/rustgym | 1733977bb05c83cfb9ee363e1edb6ab411b6e15c | [
"MIT"
] | null | null | null | infra/create_instance.sh | crumplecup/rustgym | 1733977bb05c83cfb9ee363e1edb6ab411b6e15c | [
"MIT"
] | null | null | null | #!/bin/bash
TAG=v0.2.10
VM_NAME=rustgym-22
SERVER_NAME=rustgym.com
WORK_DIR=/root
EMAIL=larry.fantasy@gmail.com
RUSTGYM_DOWNLOAD=https://github.com/warycat/rustgym/releases/download
SONIC_DOWNLOAD=https://github.com/valeriansaliou/sonic/releases/download
SONIC_TAG=v1.3.0
HTTP_UPGRADE='$http_upgrade'
HOST='$host'
IMAG... | 28.426667 | 83 | 0.743433 |
1a6fa0227aafd37bea7d547fabd05eb6daaa7788 | 4,292 | py | Python | RLBotPack/Botimus&Bumblebee/hivemind.py | L0laapk3/RLBotPack | f54038475d2a57428f3784560755f96bfcf8015f | [
"MIT"
] | 13 | 2019-05-25T20:25:51.000Z | 2022-03-19T13:36:23.000Z | RLBotPack/Botimus&Bumblebee/hivemind.py | L0laapk3/RLBotPack | f54038475d2a57428f3784560755f96bfcf8015f | [
"MIT"
] | 53 | 2019-06-07T13:31:59.000Z | 2022-03-28T22:53:47.000Z | RLBotPack/Botimus&Bumblebee/hivemind.py | L0laapk3/RLBotPack | f54038475d2a57428f3784560755f96bfcf8015f | [
"MIT"
] | 78 | 2019-06-30T08:42:13.000Z | 2022-03-23T20:11:42.000Z | import logging
from typing import Dict, List
from rlbot.agents.hivemind.python_hivemind import PythonHivemind
from rlbot.utils.structures.bot_input_struct import PlayerInput
from rlbot.utils.structures.game_data_struct import GameTickPacket
from maneuvers.kickoffs.kickoff import Kickoff
from maneuvers.general... | 40.87619 | 118 | 0.649814 |
59502dff2d4deeef2a05f25917421c336f47f0be | 442 | asm | Assembly | tests/asm/03-headers2.asm | earwig/crater | b57de026e11d77a307606d49edfc0a3e756353d7 | [
"MIT"
] | 16 | 2015-09-10T20:13:52.000Z | 2022-03-27T02:22:13.000Z | tests/asm/03-headers2.asm | earwig/crater | b57de026e11d77a307606d49edfc0a3e756353d7 | [
"MIT"
] | 5 | 2017-07-11T19:06:34.000Z | 2017-07-16T11:26:39.000Z | tests/asm/03-headers2.asm | earwig/crater | b57de026e11d77a307606d49edfc0a3e756353d7 | [
"MIT"
] | 2 | 2017-11-23T05:55:22.000Z | 2021-02-10T23:03:21.000Z | ;; Copyright (C) 2016 Ben Kurtovic <ben.kurtovic@gmail.com>
;; Released under the terms of the MIT License. See LICENSE for details.
; ----- CRATER UNIT TESTING SUITE ---------------------------------------------
; 03-headers2.asm
; Header/directive test using non-default values
.rom_size "64 KB"
.rom_header $7FF0
.... | 26 | 79 | 0.678733 |
e04b39730f66b8761018810cbd08e78befa5701a | 1,026 | h | C | include/cascadb/comparator.h | sagpant/cascadb | cc2a118f2548fd7221e8dba42774edea8af080f7 | [
"BSD-3-Clause"
] | 166 | 2015-01-26T15:21:26.000Z | 2022-03-25T03:22:27.000Z | include/cascadb/comparator.h | BohuTANG/cascadb | 28d61545074b8b064ec123f3e565cc47cbcda2a3 | [
"BSD-3-Clause"
] | 1 | 2015-05-01T23:52:46.000Z | 2015-05-01T23:52:46.000Z | include/cascadb/comparator.h | BohuTANG/cascadb | 28d61545074b8b064ec123f3e565cc47cbcda2a3 | [
"BSD-3-Clause"
] | 44 | 2015-01-26T15:21:28.000Z | 2021-05-29T14:18:35.000Z | // Copyright (c) 2013 The CascaDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#ifndef CASCADB_COMPARATOR_H_
#define CASCADB_COMPARATOR_H_
#include <assert.h>
#include "slice.h"
na... | 23.860465 | 77 | 0.665692 |
54d22bbf3bfba520b1780e8a1ad78f0792052db4 | 23,196 | css | CSS | .nuxt/dist/client/app/24120820.5acc87e.css | GACHAIN/gachain.org | 449b6d4f8b28783e52cc1500b4dfbe0c9fd76088 | [
"MIT"
] | 1 | 2021-05-28T09:53:08.000Z | 2021-05-28T09:53:08.000Z | .nuxt/dist/client/app/24120820.5acc87e.css | GACHAIN/gachain.org | 449b6d4f8b28783e52cc1500b4dfbe0c9fd76088 | [
"MIT"
] | null | null | null | .nuxt/dist/client/app/24120820.5acc87e.css | GACHAIN/gachain.org | 449b6d4f8b28783e52cc1500b4dfbe0c9fd76088 | [
"MIT"
] | 1 | 2022-03-05T09:14:27.000Z | 2022-03-05T09:14:27.000Z | .nuxt-progress{position:fixed;top:0;left:0;right:0;height:2px;width:0;opacity:1;transition:width .1s,opacity .4s;background-color:#c4171d;z-index:999999}.nuxt-progress.nuxt-progress-notransition{transition:none}.nuxt-progress-failed{background-color:red}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote... | 23,196 | 23,196 | 0.798327 |
53900ed2fe0641ace3b4e49b1a4b61853b5a53c6 | 904 | swift | Swift | CustomAlert-Example/Alerts/ViewControllers/Alerts/InformationalAlertViewController.swift | wibosco/CustomAlert-Example | 804d926b8b7d2b57e9b9c875faff0ab48b46b46c | [
"MIT"
] | 5 | 2019-09-29T16:06:04.000Z | 2022-03-31T07:03:08.000Z | CustomAlert-Example/Alerts/ViewControllers/Alerts/InformationalAlertViewController.swift | wibosco/CustomAlert-Example | 804d926b8b7d2b57e9b9c875faff0ab48b46b46c | [
"MIT"
] | null | null | null | CustomAlert-Example/Alerts/ViewControllers/Alerts/InformationalAlertViewController.swift | wibosco/CustomAlert-Example | 804d926b8b7d2b57e9b9c875faff0ab48b46b46c | [
"MIT"
] | 1 | 2022-03-31T07:03:46.000Z | 2022-03-31T07:03:46.000Z | //
// InformationalAlertViewController.swift
// CustomAlert-Example
//
// Created by William Boles on 26/10/2019.
// Copyright © 2019 William Boles. All rights reserved.
//
import UIKit
class InformationalAlertViewController: UIViewController {
@IBOutlet weak var titleLabel: UILabel!
@IBOutlet weak var bu... | 25.111111 | 74 | 0.65708 |
b3bcce79149944ac0b6446016ab3e9f965874537 | 544 | sh | Shell | LIMS_RNA_Pipeline/wrapper.sh | NCI-CGR/RNA_CGR_Pipeline | 307107eb0753087f7abd0b9d8fc3906ddfdac33a | [
"MIT"
] | null | null | null | LIMS_RNA_Pipeline/wrapper.sh | NCI-CGR/RNA_CGR_Pipeline | 307107eb0753087f7abd0b9d8fc3906ddfdac33a | [
"MIT"
] | null | null | null | LIMS_RNA_Pipeline/wrapper.sh | NCI-CGR/RNA_CGR_Pipeline | 307107eb0753087f7abd0b9d8fc3906ddfdac33a | [
"MIT"
] | 1 | 2021-12-14T17:16:17.000Z | 2021-12-14T17:16:17.000Z | #/bin/bash
# subshells do not inherit bash functions, so conda must be initialized again
source /DCEG/Resources/Tools/miniconda/miniconda3/etc/profile.d/conda.sh
source activate /DCEG/Resources/Tools/miniconda/miniconda3/envs/rnaseq_qc
dir=$(pwd)
mkdir -p $dir/logs
# create running flag here
touch RNA.QC.Running
sn... | 23.652174 | 77 | 0.676471 |
f40ebecdaf613efd2c360d9105931b53a8392897 | 1,619 | cs | C# | perseus-plugin/Source Code/PluginEBprot/MatrixProcessing.cs | cssblab/EBprot | da0b0917653efe4c661e43615327b5f483e84f11 | [
"Apache-2.0"
] | null | null | null | perseus-plugin/Source Code/PluginEBprot/MatrixProcessing.cs | cssblab/EBprot | da0b0917653efe4c661e43615327b5f483e84f11 | [
"Apache-2.0"
] | null | null | null | perseus-plugin/Source Code/PluginEBprot/MatrixProcessing.cs | cssblab/EBprot | da0b0917653efe4c661e43615327b5f483e84f11 | [
"Apache-2.0"
] | null | null | null | using BaseLibS.Graph;
using BaseLibS.Num;
using BaseLibS.Param;
using BaseLibS.Parse;
using PerseusApi.Document;
using PerseusApi.Generic;
using PerseusApi.Matrix;
using PerseusApi.Utils;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace PluginEBprot
{
public abstract c... | 27.913793 | 186 | 0.684373 |
c9aa001b5219d31aab786422ff5625a2b1fb1168 | 289 | ts | TypeScript | src/modules/rental/rental.module.ts | aadelgrossi/rentx-api | f143c8f2fdd7a7b37cd53cb65a5d4a483b475c88 | [
"MIT"
] | 1 | 2021-06-28T17:42:27.000Z | 2021-06-28T17:42:27.000Z | src/modules/rental/rental.module.ts | aadelgrossi/rentx-api | f143c8f2fdd7a7b37cd53cb65a5d4a483b475c88 | [
"MIT"
] | 3 | 2021-01-20T19:28:20.000Z | 2021-01-26T17:05:12.000Z | src/modules/rental/rental.module.ts | aadelgrossi/rentx-api | f143c8f2fdd7a7b37cd53cb65a5d4a483b475c88 | [
"MIT"
] | null | null | null | import { Module } from '@nestjs/common'
import { PrismaService } from 'src/services'
import { RentalResolver } from './rental.resolver'
import { RentalService } from './rental.service'
@Module({
providers: [RentalResolver, RentalService, PrismaService]
})
export class RentalModule {}
| 26.272727 | 59 | 0.740484 |
27832e3f4d93c14a9fbb35d211e9e65e1bc0c990 | 387 | sql | SQL | ORACLE_SQL/SHARED_FUNCTIONS/14_ORG/14F001_ORG.GET_DIV_TYPE.sql | rhomicom-systems-tech-gh/Rhomicom-DB-Scripts | ac36d96a5883097a1f0c86909cb516e456f154f9 | [
"MIT"
] | 1 | 2022-01-12T06:39:23.000Z | 2022-01-12T06:39:23.000Z | ORACLE_SQL/SHARED_FUNCTIONS/14_ORG/14F001_ORG.GET_DIV_TYPE.sql | rhomicom-systems-tech-gh/Rhomicom-DB-Scripts | ac36d96a5883097a1f0c86909cb516e456f154f9 | [
"MIT"
] | null | null | null | ORACLE_SQL/SHARED_FUNCTIONS/14_ORG/14F001_ORG.GET_DIV_TYPE.sql | rhomicom-systems-tech-gh/Rhomicom-DB-Scripts | ac36d96a5883097a1f0c86909cb516e456f154f9 | [
"MIT"
] | 1 | 2020-12-19T15:27:29.000Z | 2020-12-19T15:27:29.000Z | /* Formatted on 12-20-2018 9:36:40 AM (QP5 v5.126.903.23003) */
CREATE OR REPLACE FUNCTION ORG.GET_DIV_TYPE (P_DIVID NUMBER)
RETURN VARCHAR2
AS
L_RESULT VARCHAR2 (200 BYTE);
BEGIN
L_RESULT := '';
SELECT GST.GET_PSSBL_VAL1 (ORG.GET_DIV_TYPE_ID (P_DIVID))
INTO L_RESULT
FROM DUAL;
RETURN... | 20.368421 | 63 | 0.669251 |
4337f96fe551f532a290559efbd80a745106167e | 358 | ts | TypeScript | FE/app/src/app/entities/pais/pais.module.ts | francoo27/JavaTPI | 9bfba5895f250fa28c721a72d95e7254e7be47f3 | [
"MIT"
] | 1 | 2021-04-27T21:22:30.000Z | 2021-04-27T21:22:30.000Z | Sistema/FE/app/src/app/entities/pais/pais.module.ts | francoo27/TPI | 53b7a88a491ef785046c208625c745de80200945 | [
"MIT"
] | 2 | 2022-01-10T18:34:29.000Z | 2022-02-18T20:24:02.000Z | Sistema/FE/app/src/app/entities/pais/pais.module.ts | francoo27/TPI | 53b7a88a491ef785046c208625c745de80200945 | [
"MIT"
] | null | null | null | import { NgModule } from "@angular/core";
import { RouterModule } from "@angular/router";
import { CineArPaisCommonsModule } from "./pais.commons.module";
import { paisRoute } from "./pais.route";
const ENTITY_STATES = [...paisRoute]
@NgModule({
imports: [CineArPaisCommonsModule, RouterModule.forChild(ENTITY_STATE... | 35.8 | 76 | 0.74581 |
7eb29605b26b1a41c9faf3434a5f76e48265b73f | 2,799 | rb | Ruby | features/step_definitions/pathology/request_form_steps.rb | airslie/renalware-core | 395fd25b7ef78cf959d8ebe1d3d44a65dd7c02c9 | [
"MIT"
] | 3 | 2018-08-17T15:18:08.000Z | 2019-09-01T10:41:09.000Z | features/step_definitions/pathology/request_form_steps.rb | airslie/renalware-core | 395fd25b7ef78cf959d8ebe1d3d44a65dd7c02c9 | [
"MIT"
] | 4 | 2019-12-31T11:57:22.000Z | 2020-03-22T18:35:17.000Z | features/step_definitions/pathology/request_form_steps.rb | airslie/renalware-core | 395fd25b7ef78cf959d8ebe1d3d44a65dd7c02c9 | [
"MIT"
] | 2 | 2018-06-20T14:57:19.000Z | 2021-02-15T22:34:37.000Z | # frozen_string_literal: true
Given("Patty has a request form generated with parameters:") do |table|
params = table.rows_hash
pathology_patient = Renalware::Pathology.cast_patient(@patty)
@request_forms = generate_request_forms_for_single_patient(
@clyde,
clinic: params[:clinic],
consultant: params... | 35.43038 | 119 | 0.775634 |
e140edcbe2b8240aa0509667073f67ffc7c6b72e | 1,769 | go | Go | hull_test.go | ctessum/tilegram | e65fb671f3c3e0b93ad16aca73375d48c2c94b08 | [
"MIT"
] | null | null | null | hull_test.go | ctessum/tilegram | e65fb671f3c3e0b93ad16aca73375d48c2c94b08 | [
"MIT"
] | null | null | null | hull_test.go | ctessum/tilegram | e65fb671f3c3e0b93ad16aca73375d48c2c94b08 | [
"MIT"
] | null | null | null | // Copyright ©2016 The tilegram Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package tilegram
import (
"fmt"
"reflect"
"sort"
"testing"
"github.com/ctessum/geom"
)
func TestHull(t *testing.T) {
d := []geom.Polygonal{
ge... | 22.974026 | 74 | 0.571509 |
71879bdd04844c22a483018b2049ae17611ffba6 | 727 | dart | Dart | lib/src/libcec_enum/CEC_display_control.dart | julemand101/cec_dart | 5f9741778479664381b573d1c1b1dbac13bc17ef | [
"BSD-3-Clause"
] | 1 | 2020-10-08T06:40:06.000Z | 2020-10-08T06:40:06.000Z | lib/src/libcec_enum/CEC_display_control.dart | julemand101/cec_dart | 5f9741778479664381b573d1c1b1dbac13bc17ef | [
"BSD-3-Clause"
] | null | null | null | lib/src/libcec_enum/CEC_display_control.dart | julemand101/cec_dart | 5f9741778479664381b573d1c1b1dbac13bc17ef | [
"BSD-3-Clause"
] | null | null | null | part of cec_dart;
enum CEC_display_control {
CEC_DISPLAY_CONTROL_DISPLAY_FOR_DEFAULT_TIME,
CEC_DISPLAY_CONTROL_DISPLAY_UNTIL_CLEARED,
CEC_DISPLAY_CONTROL_CLEAR_PREVIOUS_MESSAGE,
CEC_DISPLAY_CONTROL_RESERVED_FOR_FUTURE_USE,
}
class _CEC_display_control {
static Map<CEC_display_control, int> toValue = {
C... | 36.35 | 75 | 0.841816 |
24b76404fc2a62880fd595e25175ce0973a9d4d6 | 783 | php | PHP | app/Http/Resources/DirectionResource.php | bedr123/gimnazija-laravel | 74d77158b63b3663d94b12c25f317691b65e4e01 | [
"MIT"
] | null | null | null | app/Http/Resources/DirectionResource.php | bedr123/gimnazija-laravel | 74d77158b63b3663d94b12c25f317691b65e4e01 | [
"MIT"
] | null | null | null | app/Http/Resources/DirectionResource.php | bedr123/gimnazija-laravel | 74d77158b63b3663d94b12c25f317691b65e4e01 | [
"MIT"
] | null | null | null | <?php
namespace App\Http\Resources;
use Illuminate\Http\Resources\Json\JsonResource;
class DirectionResource extends JsonResource
{
/**
* Transform the resource into an array.
*
* @param \Illuminate\Http\Request $request
* @return array|\Illuminate\Contracts\Support\Arrayable|\JsonSerializa... | 26.1 | 78 | 0.544061 |
0219c96f737ddaa5ce37a1822f6b86220f93de84 | 3,595 | h | C | src/ECS/SpriteC.h | GastaGaming/Gasta2D | 77ae264449f0f1db84546a7c72d9fc63dc1085a6 | [
"MIT"
] | null | null | null | src/ECS/SpriteC.h | GastaGaming/Gasta2D | 77ae264449f0f1db84546a7c72d9fc63dc1085a6 | [
"MIT"
] | null | null | null | src/ECS/SpriteC.h | GastaGaming/Gasta2D | 77ae264449f0f1db84546a7c72d9fc63dc1085a6 | [
"MIT"
] | 1 | 2020-12-03T13:51:26.000Z | 2020-12-03T13:51:26.000Z | #pragma once
#include "Components.h"
#include "SDL.h"
#include "../Client/TextureLoader.h"
#include <map>
#include <string>
#include <sstream>
struct Animation
{
int index;
int frames;
int speed;
Animation() {}
Animation(int i, int f, int s)
{
index = i;
frames = f;
speed = s;
}
};
class SpriteC : public ... | 25.678571 | 90 | 0.675661 |
c26dfd5fdc2a87c208f64f42e171aedf6d22beb1 | 9,835 | h | C | src/models/LinearModel.h | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | src/models/LinearModel.h | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | src/models/LinearModel.h | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | /// -*- Mode: c++ -*-
// copyright (c) 2012 by Nikolaos Tziortziotis <ntziorzi@gmail.com>
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *... | 33.566553 | 80 | 0.541739 |
7366bce44e191327260e233bc1053eae5577f850 | 2,512 | swift | Swift | Sources/RediStack/Extensions/SwiftNIO.swift | tschulze/RediStack | e9574b6b6526dae0a6c2847c725a60dfc3af900d | [
"Apache-2.0"
] | null | null | null | Sources/RediStack/Extensions/SwiftNIO.swift | tschulze/RediStack | e9574b6b6526dae0a6c2847c725a60dfc3af900d | [
"Apache-2.0"
] | null | null | null | Sources/RediStack/Extensions/SwiftNIO.swift | tschulze/RediStack | e9574b6b6526dae0a6c2847c725a60dfc3af900d | [
"Apache-2.0"
] | null | null | null | //===----------------------------------------------------------------------===//
//
// This source file is part of the RediStack open source project
//
// Copyright (c) 2019 RediStack project authors
// Licensed under Apache License v2.0
//
// See LICENSE.txt for license information
// See CONTRIBUTORS.txt for the list... | 41.866667 | 155 | 0.646099 |
7cf3df1932d6889a39e75e531a2441eba66c24c4 | 1,762 | kt | Kotlin | flowbinding-core/src/main/java/reactivecircus/flowbinding/core/NestedScrollViewScrollChangeEventFlow.kt | ReactiveCircus/FlowBinding | 620d7ddc32e54ca08d1315dc46cc6b5b50473575 | [
"Apache-2.0"
] | 826 | 2019-08-17T08:09:59.000Z | 2022-03-22T02:23:25.000Z | flowbinding-core/src/main/java/reactivecircus/flowbinding/core/NestedScrollViewScrollChangeEventFlow.kt | leobert-lan/FlowBinding | 621ff1f0a3396a791c7472f7fce448685dda08a5 | [
"Apache-2.0"
] | 37 | 2019-08-26T08:21:43.000Z | 2021-09-25T02:57:22.000Z | flowbinding-core/src/main/java/reactivecircus/flowbinding/core/NestedScrollViewScrollChangeEventFlow.kt | leobert-lan/FlowBinding | 621ff1f0a3396a791c7472f7fce448685dda08a5 | [
"Apache-2.0"
] | 42 | 2019-08-17T07:48:32.000Z | 2022-03-19T14:13:57.000Z | @file:Suppress("MatchingDeclarationName")
package reactivecircus.flowbinding.core
import android.view.View
import androidx.annotation.CheckResult
import androidx.core.widget.NestedScrollView
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.channels.awaitClose
import kotlinx.coroutines.flo... | 30.912281 | 107 | 0.715096 |
14391db4910e44b344dec826840ca29084780343 | 3,758 | ts | TypeScript | tests/integration/application.test.ts | ElMijo/builder-box-rest-api | 48a32b21dc5ff809faa8b84844cc1777681ea37b | [
"MIT"
] | null | null | null | tests/integration/application.test.ts | ElMijo/builder-box-rest-api | 48a32b21dc5ff809faa8b84844cc1777681ea37b | [
"MIT"
] | 6 | 2020-08-28T18:46:26.000Z | 2020-09-08T14:17:14.000Z | tests/integration/application.test.ts | ElMijo/builder-box-rest-api | 48a32b21dc5ff809faa8b84844cc1777681ea37b | [
"MIT"
] | null | null | null | import cors from 'cors'
import { json, urlencoded } from 'body-parser'
import Express, { Router, Request, Response, NextFunction } from 'express'
import request from 'supertest'
import { Application, ResourceType, MiddlewareType } from '../../src/index'
describe("Testing Applicantion class...", () => {
test("Check... | 41.755556 | 98 | 0.616285 |
f5af7cc32493ca6b6c3d6fb036d9f4805be4ce71 | 5,821 | css | CSS | src/styles.css | brooklynrauckman/wonder | 17a29619a8506132593d0df9592fd5bd4138e94f | [
"MIT"
] | null | null | null | src/styles.css | brooklynrauckman/wonder | 17a29619a8506132593d0df9592fd5bd4138e94f | [
"MIT"
] | null | null | null | src/styles.css | brooklynrauckman/wonder | 17a29619a8506132593d0df9592fd5bd4138e94f | [
"MIT"
] | null | null | null | * {
box-sizing: border-box;
}
/* main page containers */
html {
scroll-behavior: smooth;
}
body {
margin: 0 auto;
background-color: #000;
font-family: 'Cairo', sans-serif;
color: #fff;
}
a {
text-decoration: none;
}
.app {
width: calc(100vw - 4rem);
max-width: 940px;
margin: 2rem;
padding-bot... | 15.564171 | 308 | 0.638035 |
b077a34aeba451b6269f79c282e04246b2ed20dd | 1,870 | py | Python | notifications/migrations/0004_add_comment_event.py | mitodl/open-discussions | ab6e9fac70b8a1222a84e78ba778a7a065c20541 | [
"BSD-3-Clause"
] | 12 | 2017-09-27T21:23:27.000Z | 2020-12-25T04:31:30.000Z | notifications/migrations/0004_add_comment_event.py | mitodl/open-discussions | ab6e9fac70b8a1222a84e78ba778a7a065c20541 | [
"BSD-3-Clause"
] | 3,293 | 2017-06-30T18:16:01.000Z | 2022-03-31T18:01:34.000Z | notifications/migrations/0004_add_comment_event.py | mitodl/open-discussions | ab6e9fac70b8a1222a84e78ba778a7a065c20541 | [
"BSD-3-Clause"
] | 1 | 2020-04-13T12:19:57.000Z | 2020-04-13T12:19:57.000Z | # -*- coding: utf-8 -*-
# Generated by Django 1.11.10 on 2018-03-29 14:45
from __future__ import unicode_literals
import channels.models
from django.conf import settings
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
migr... | 32.807018 | 78 | 0.489305 |
c71343afe7cc2cc4cafe82bb9b1f2b5f29b43dda | 13,506 | swift | Swift | NA Meeting Search/BMLTNAMeetingSearchMarker.swift | bmlt-enabled/Quick-NA-Meeting-Finder | 5e9dd7610c08c01ccd2a071535d72d7f26aabcad | [
"MIT"
] | 1 | 2021-08-15T16:50:29.000Z | 2021-08-15T16:50:29.000Z | NA Meeting Search/BMLTNAMeetingSearchMarker.swift | bmlt-enabled/Quick-NA-Meeting-Finder | 5e9dd7610c08c01ccd2a071535d72d7f26aabcad | [
"MIT"
] | 1 | 2021-08-15T16:50:05.000Z | 2021-08-15T16:50:05.000Z | NA Meeting Search/BMLTNAMeetingSearchMarker.swift | bmlt-enabled/Quick-NA-Meeting-Finder | 5e9dd7610c08c01ccd2a071535d72d7f26aabcad | [
"MIT"
] | 1 | 2019-05-13T20:31:53.000Z | 2019-05-13T20:31:53.000Z | //
// BMLTNAMeetingSearchMarker.swift
// BMLTiOSLib
//
// Created by BMLT-Enabled
//
// https://bmlt.app/
//
// This software is licensed under the MIT License.
// Copyright (c) 2017 BMLT-Enabled
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associate... | 40.316418 | 140 | 0.536873 |
8366810b74454a85b14e25669d695e1ba2550a3f | 663 | ts | TypeScript | example/dubbo-dj/dubbo/ts/service/org/apache/dubbo/service/base/UserService.ts | hufeng/dubbo-dj | 69eb85685ade0a13390f94ab0a7c0f09fd87b687 | [
"Apache-2.0"
] | 1 | 2021-07-07T07:51:00.000Z | 2021-07-07T07:51:00.000Z | example/dubbo-dj/dubbo/ts/service/org/apache/dubbo/service/base/UserService.ts | hufeng/dubbo-dj | 69eb85685ade0a13390f94ab0a7c0f09fd87b687 | [
"Apache-2.0"
] | null | null | null | example/dubbo-dj/dubbo/ts/service/org/apache/dubbo/service/base/UserService.ts | hufeng/dubbo-dj | 69eb85685ade0a13390f94ab0a7c0f09fd87b687 | [
"Apache-2.0"
] | null | null | null | /**
* auto generated by dubbo dj
* ~~~ 💗 machine coding 💗 ~~~
*/
import java from 'js-to-java'
import { User, IUser } from '../../entity/User'
export default abstract class UserService {
dubboInterface = 'org.apache.dubbo.service.UserService'
methods = {
sayHello: async (user: IUser) => {
const va... | 24.555556 | 61 | 0.638009 |
a460ec107b7c5f354c26405dff39a07f3c28998d | 1,268 | h | C | impl/browser/geolocation/location_provider_efl.h | Jabawack/chromium-efl | 6d3a3accc8afba0aa0eff6461eb5c83138172e6e | [
"BSD-3-Clause"
] | 9 | 2015-04-09T20:22:08.000Z | 2021-03-17T08:34:56.000Z | impl/browser/geolocation/location_provider_efl.h | Jabawack/chromium-efl | 6d3a3accc8afba0aa0eff6461eb5c83138172e6e | [
"BSD-3-Clause"
] | 2 | 2015-02-04T13:41:12.000Z | 2015-05-25T14:00:40.000Z | impl/browser/geolocation/location_provider_efl.h | isabella232/chromium-efl | db2d09aba6498fb09bbea1f8440d071c4b0fde78 | [
"BSD-3-Clause"
] | 14 | 2015-02-12T16:20:47.000Z | 2022-01-20T10:36:26.000Z | // Copyright 2013 Samsung Electronics. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LOCATION_PROVIDER_EFL_H_
#define LOCATION_PROVIDER_EFL_H_
#include "base/compiler_specific.h"
#include "content/browser/geolocation/location_provi... | 26.978723 | 74 | 0.794953 |
9bdc6b10103694ad5fbbe78bb3c694b5a258081f | 1,464 | sql | SQL | db/routines.sql | DreamLab/vmshepherd-postgres-driver | 2dc0f6aa3b4359e339301a4e05da57d0ff90d819 | [
"Apache-2.0"
] | null | null | null | db/routines.sql | DreamLab/vmshepherd-postgres-driver | 2dc0f6aa3b4359e339301a4e05da57d0ff90d819 | [
"Apache-2.0"
] | null | null | null | db/routines.sql | DreamLab/vmshepherd-postgres-driver | 2dc0f6aa3b4359e339301a4e05da57d0ff90d819 | [
"Apache-2.0"
] | 1 | 2018-08-28T11:57:18.000Z | 2018-08-28T11:57:18.000Z | CREATE OR REPLACE FUNCTION lock_preset(
IN preset_name VARCHAR(128))
RETURNS BOOLEAN AS
$BODY$
DECLARE
is_locked BOOLEAN;
BEGIN
SELECT pst_is_locked into is_locked FROM preset_states WHERE pst_name = $1 FOR UPDATE;
IF NOT FOUND
THEN
INSERT INTO preset_states (pst_name, pst_is_locked) VA... | 26.142857 | 92 | 0.687842 |
cc4fe749fd9675ee25ce2f552ca3a3846bd61d33 | 1,867 | rb | Ruby | config/application.rb | ProgrammingSam/programmingam-resume | 7b2440401c8472ef55a93a0970855dbfffad5d89 | [
"MIT"
] | null | null | null | config/application.rb | ProgrammingSam/programmingam-resume | 7b2440401c8472ef55a93a0970855dbfffad5d89 | [
"MIT"
] | 7 | 2020-01-07T11:08:08.000Z | 2022-03-30T23:06:15.000Z | config/application.rb | ProgrammingSam/programmingam-resume | 7b2440401c8472ef55a93a0970855dbfffad5d89 | [
"MIT"
] | null | null | null | # frozen_string_literal: true
require_relative 'boot'
# We don't need active_record
# require 'rails/all'
# active_record is what we're not going to use it, so comment it "just in case"
# require "active_record/railtie"
# This is not loaded in rails/all but inside active_record so add it if
# you want your models w... | 33.945455 | 79 | 0.693091 |
a2553c0af550de6cffa7a8fd13c06f54ed8437f2 | 141 | sh | Shell | resources/testData/bin/run_test_01_01.sh | OkieOth/jeeselte | 32930c4de1287e193182d454925f4f29a8f888b3 | [
"Apache-2.0"
] | null | null | null | resources/testData/bin/run_test_01_01.sh | OkieOth/jeeselte | 32930c4de1287e193182d454925f4f29a8f888b3 | [
"Apache-2.0"
] | null | null | null | resources/testData/bin/run_test_01_01.sh | OkieOth/jeeselte | 32930c4de1287e193182d454925f4f29a8f888b3 | [
"Apache-2.0"
] | null | null | null | #!/bin/bash
scriptPos=${0%/*}
stylesheet=$scriptPos/../xslt/test_01_01.xslt
file=$scriptPos/../xml/test_01.xml
xsltproc $stylesheet $file
| 15.666667 | 45 | 0.723404 |
ec8f0dd97631df64fea544002c45be49082b380f | 142 | rb | Ruby | config/initializers/session_store.rb | tgfi/harvest_overlord | 7f53af8f20f62599dc6bf99c7731c705f8a8ddd9 | [
"MIT"
] | null | null | null | config/initializers/session_store.rb | tgfi/harvest_overlord | 7f53af8f20f62599dc6bf99c7731c705f8a8ddd9 | [
"MIT"
] | null | null | null | config/initializers/session_store.rb | tgfi/harvest_overlord | 7f53af8f20f62599dc6bf99c7731c705f8a8ddd9 | [
"MIT"
] | null | null | null | # Be sure to restart your server when you modify this file.
Harvest::Application.config.session_store :cookie_store, key: '_harvest_session'
| 35.5 | 80 | 0.802817 |
40eea681b9e773a523f00dbdce1cb8214d6c4ec2 | 1,104 | rb | Ruby | h2o/robots.rb | chabu/config | e5676909ecd899d54bdd82187fa3ced3b2640c1c | [
"CC0-1.0"
] | null | null | null | h2o/robots.rb | chabu/config | e5676909ecd899d54bdd82187fa3ced3b2640c1c | [
"CC0-1.0"
] | null | null | null | h2o/robots.rb | chabu/config | e5676909ecd899d54bdd82187fa3ced3b2640c1c | [
"CC0-1.0"
] | null | null | null | lambda do |env|
headers = [
'HTTP_FORWARDED',
'HTTP_X_FORWARDED_FOR',
]
agents = [
'Slack',
'Hatena',
'MetaURI',
'redback',
'Applebot',
'360Spider',
'AppEngine',
'LivelapBot',
'PaperLiBot',
'goo_search',
'line-poker',
'Yahoo!Japan',
'MegaIndex.ru',
... | 16.984615 | 74 | 0.586957 |
38bd78d6d3ea5a1623c7e05a18b02458c4cec444 | 697,124 | php | PHP | admin/system/user/edita.php | adrmoenster/MaisDizer | 61f5f15bea5ed2b62382f5d38d2a64c5dabfcbb4 | [
"MIT"
] | 1 | 2020-04-16T17:11:15.000Z | 2020-04-16T17:11:15.000Z | admin/system/user/edita.php | adrmoenster/MaisDizer | 61f5f15bea5ed2b62382f5d38d2a64c5dabfcbb4 | [
"MIT"
] | null | null | null | admin/system/user/edita.php | adrmoenster/MaisDizer | 61f5f15bea5ed2b62382f5d38d2a64c5dabfcbb4 | [
"MIT"
] | null | null | null |
<!-- Main content -->
<div class="content-wrapper">
<!-- Page header -->
<div class="page-header page-header-light">
<div class="page-header-content header-elements-md-inline">
<div class="page-title d-flex">
<h4><i class="icon-arrow-left52 mr-2"></i> <span class="font-weig... | 55.507923 | 597 | 0.38567 |
e9058015529870e0cf2e5a1b17cf8761fac33c90 | 2,200 | dart | Dart | lib/src/android/com/baidu/mapapi/search/poi/PoiFilter/SortName/HotelSortName.g.dart | yohom/bmap_map_fluttify | 5cf8728b1eccd948d3487aace85d5f2349828285 | [
"Apache-2.0"
] | null | null | null | lib/src/android/com/baidu/mapapi/search/poi/PoiFilter/SortName/HotelSortName.g.dart | yohom/bmap_map_fluttify | 5cf8728b1eccd948d3487aace85d5f2349828285 | [
"Apache-2.0"
] | null | null | null | lib/src/android/com/baidu/mapapi/search/poi/PoiFilter/SortName/HotelSortName.g.dart | yohom/bmap_map_fluttify | 5cf8728b1eccd948d3487aace85d5f2349828285 | [
"Apache-2.0"
] | null | null | null | // ignore_for_file: non_constant_identifier_names, camel_case_types, missing_return, unused_import, unused_local_variable, dead_code, unnecessary_cast
//////////////////////////////////////////////////////////
// GENERATED BY FLUTTIFY. DO NOT EDIT IT.
//////////////////////////////////////////////////////////
enum com... | 61.111111 | 189 | 0.801818 |
181ae55cf31647f207087fc957603844b57762ec | 3,245 | rs | Rust | src/main.rs | agentjsmith/aoc21day8 | 34490bc82c88d4dd826fa3db2908430908fb3979 | [
"Unlicense"
] | null | null | null | src/main.rs | agentjsmith/aoc21day8 | 34490bc82c88d4dd826fa3db2908430908fb3979 | [
"Unlicense"
] | null | null | null | src/main.rs | agentjsmith/aoc21day8 | 34490bc82c88d4dd826fa3db2908430908fb3979 | [
"Unlicense"
] | null | null | null | #![feature(let_else)]
pub mod digit;
pub mod segment;
pub mod sevensegdecoder;
use itertools::Itertools;
use regex::Regex;
use std::{env, fs::File, io::Read};
#[derive(Debug)]
struct Puzzle<'a> {
inputs: Vec<&'a str>,
outputs: Vec<&'a str>,
}
impl<'a> Puzzle<'a> {
fn new(line: &'a str) -> Option<Puzzle<... | 32.45 | 109 | 0.521418 |
afe06c5256ce9107ec28e681e6b23f6a57519410 | 10,689 | py | Python | db_toolkit/tests/test_mongoDb.py | ib-da-ncirl/db_toolkit | a93069889a0e6834775b22291cd528111c05ad2c | [
"MIT"
] | null | null | null | db_toolkit/tests/test_mongoDb.py | ib-da-ncirl/db_toolkit | a93069889a0e6834775b22291cd528111c05ad2c | [
"MIT"
] | null | null | null | db_toolkit/tests/test_mongoDb.py | ib-da-ncirl/db_toolkit | a93069889a0e6834775b22291cd528111c05ad2c | [
"MIT"
] | 1 | 2019-12-05T19:12:05.000Z | 2019-12-05T19:12:05.000Z | # The MIT License (MIT)
# Copyright (c) 2019 Ian Buttimer
# 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,... | 36.986159 | 118 | 0.605389 |
52426591bec6f18ac8169caf660e20a1efcf12c6 | 19,598 | sql | SQL | BDatos/celulares.sql | Guilegar/celulares | 9b61efe7c45de9d3c25540bcf5c25df46518b925 | [
"MIT"
] | null | null | null | BDatos/celulares.sql | Guilegar/celulares | 9b61efe7c45de9d3c25540bcf5c25df46518b925 | [
"MIT"
] | 5 | 2021-03-10T02:40:16.000Z | 2022-02-26T21:36:58.000Z | BDatos/celulares.sql | Guilegar/celulares | 9b61efe7c45de9d3c25540bcf5c25df46518b925 | [
"MIT"
] | null | null | null | -- phpMyAdmin SQL Dump
-- version 4.9.2
-- https://www.phpmyadmin.net/
--
-- Servidor: 127.0.0.1
-- Tiempo de generación: 21-12-2019 a las 20:29:47
-- Versión del servidor: 10.4.10-MariaDB
-- Versión de PHP: 7.3.12
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";... | 31.814935 | 182 | 0.67813 |
f1b8f08248701437f6b5801097623e6deb843bcd | 1,834 | rb | Ruby | test/unit/test_skein_client_worker.rb | postageapp/skein | d43078105351e8f5af8abfc3ea1024a02c5d688e | [
"MIT"
] | 1 | 2018-10-23T16:29:36.000Z | 2018-10-23T16:29:36.000Z | test/unit/test_skein_client_worker.rb | postageapp/skein | d43078105351e8f5af8abfc3ea1024a02c5d688e | [
"MIT"
] | 9 | 2016-12-07T22:11:20.000Z | 2021-09-14T10:49:00.000Z | test/unit/test_skein_client_worker.rb | postageapp/skein | d43078105351e8f5af8abfc3ea1024a02c5d688e | [
"MIT"
] | null | null | null | require_relative '../helper'
class TestSkeinClientWorker < Test::Unit::TestCase
class ErrorGenerator < Skein::Client::Worker
class CustomError < RuntimeError
end
def raises_error
raise CustomError, 'Example error!'
end
end
def test_example
worker = ErrorGenerator.new('test_rpc')
h... | 24.453333 | 92 | 0.628135 |
e74b0805854e44e9de4e66c56be7d8127bb89a64 | 703 | php | PHP | application/controllers/Testimoni.php | kamiltopan20/olshop | 5e658a9b83ba0a86dadbd47201ad1fc806215690 | [
"MIT"
] | null | null | null | application/controllers/Testimoni.php | kamiltopan20/olshop | 5e658a9b83ba0a86dadbd47201ad1fc806215690 | [
"MIT"
] | null | null | null | application/controllers/Testimoni.php | kamiltopan20/olshop | 5e658a9b83ba0a86dadbd47201ad1fc806215690 | [
"MIT"
] | null | null | null | <?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Testimoni extends CI_Controller {
public function __construct(){
parent::__construct();
$this->load->model("Categories_model");
$this->load->model("Testi_model");
}
public function index(){
$data['title']... | 29.291667 | 83 | 0.625889 |
af2c2b68c6a8904eed1a6cead6f73d51ca72a15f | 501 | py | Python | examples/api/profile/update_profile.py | javad94/instauto | 8d4d068863176b0a1df13e5be3d5e32388036921 | [
"MIT"
] | 79 | 2020-08-24T23:32:57.000Z | 2022-02-20T19:03:17.000Z | examples/api/profile/update_profile.py | klaytonpaiva/instauto | 7f8c26b22f84d3d966625c7fa656e91cc623bb2e | [
"MIT"
] | 146 | 2020-07-25T16:27:48.000Z | 2021-10-02T09:03:50.000Z | examples/api/profile/update_profile.py | klaytonpaiva/instauto | 7f8c26b22f84d3d966625c7fa656e91cc623bb2e | [
"MIT"
] | 41 | 2020-09-07T14:19:04.000Z | 2022-02-07T23:08:10.000Z | from instauto.api.client import ApiClient
import instauto.api.actions.structs.profile as pr
from instauto.api.structs import WhichGender
client = ApiClient.initiate_from_file('.instauto.save')
# With the update object, you can update multiple attributes at the same time, but you
# can also just set one property.
obj =... | 29.470588 | 86 | 0.758483 |
0d8462d2681f5f6a872e120a6f08deec4baa2a77 | 5,842 | ru | Ruby | systems/2013/english-russian/newstest2013.en-ru.MES-QCRI:.2848/abces_2012_12_01_239729.newstest2013.en-ru.MES-QCRI:.2848.ru | fredblain/docQE-corp | 6c03de96252f128e257cbbac633756e5280da0e6 | [
"BSD-3-Clause"
] | null | null | null | systems/2013/english-russian/newstest2013.en-ru.MES-QCRI:.2848/abces_2012_12_01_239729.newstest2013.en-ru.MES-QCRI:.2848.ru | fredblain/docQE-corp | 6c03de96252f128e257cbbac633756e5280da0e6 | [
"BSD-3-Clause"
] | null | null | null | systems/2013/english-russian/newstest2013.en-ru.MES-QCRI:.2848/abces_2012_12_01_239729.newstest2013.en-ru.MES-QCRI:.2848.ru | fredblain/docQE-corp | 6c03de96252f128e257cbbac633756e5280da0e6 | [
"BSD-3-Clause"
] | null | null | null | "Валентино предпочитает элегантность известность"
По случаю "Валентино: Master of couture", выставка, что на этой неделе был открыт в Лондоне, ABC беседует с нать абаскал, Фиона Тиссен-Валенсии и других итальянского дизайнера знаменитых клиентов.
Отель Somerset House, бывший дом королевы Елизаветы I в Англии, - это еди... | 104.321429 | 432 | 0.805033 |
2cd0a5a2921bf137a93200689ec6ee945b6a5417 | 5,573 | cpp | C++ | tools/test/systemtest/aa/aa_command_start_system_test.cpp | openharmony-gitee-mirror/aafwk_standard | 59761a67f4ebc5ea4c3282cd1262bd4a2b66faa7 | [
"Apache-2.0"
] | null | null | null | tools/test/systemtest/aa/aa_command_start_system_test.cpp | openharmony-gitee-mirror/aafwk_standard | 59761a67f4ebc5ea4c3282cd1262bd4a2b66faa7 | [
"Apache-2.0"
] | null | null | null | tools/test/systemtest/aa/aa_command_start_system_test.cpp | openharmony-gitee-mirror/aafwk_standard | 59761a67f4ebc5ea4c3282cd1262bd4a2b66faa7 | [
"Apache-2.0"
] | 1 | 2021-09-13T11:17:48.000Z | 2021-09-13T11:17:48.000Z | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* 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 ... | 38.171233 | 119 | 0.746636 |
0a78df1f354b3a7535129722a92ee6910c5ecc62 | 9,024 | cs | C# | src/DotNetOpenAuth/OpenId/Extensions/ExtensionArgumentsManager.cs | slluis/dotnetopenid | 7e959b5c555e81c875b43cdf0d82c13437c437f3 | [
"MS-PL"
] | null | null | null | src/DotNetOpenAuth/OpenId/Extensions/ExtensionArgumentsManager.cs | slluis/dotnetopenid | 7e959b5c555e81c875b43cdf0d82c13437c437f3 | [
"MS-PL"
] | null | null | null | src/DotNetOpenAuth/OpenId/Extensions/ExtensionArgumentsManager.cs | slluis/dotnetopenid | 7e959b5c555e81c875b43cdf0d82c13437c437f3 | [
"MS-PL"
] | 2 | 2019-01-08T07:15:44.000Z | 2019-07-12T17:31:15.000Z | //-----------------------------------------------------------------------
// <copyright file="ExtensionArgumentsManager.cs" company="Andrew Arnott">
// Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------
namespace DotNetOpenAu... | 40.285714 | 135 | 0.704676 |
a97beb8b26bf17d429fa243d0e2e062264a1ffed | 4,013 | html | HTML | lists.whatwg.org/pipermail/implementors-whatwg.org/2008-April/000873.html | zcorpan/whatwg.org | 3374e69f013e5939abc5f3fffaae50bb6eaf0bd3 | [
"CC-BY-4.0"
] | 1 | 2022-02-14T23:44:51.000Z | 2022-02-14T23:44:51.000Z | lists.whatwg.org/pipermail/implementors-whatwg.org/2008-April/000873.html | Seanpm2001-Google/whatwg.org | 33ad837c0dc53b68865f4a35ccdc1c68dc07fce6 | [
"BSD-3-Clause"
] | 1 | 2021-01-31T11:51:12.000Z | 2021-01-31T11:51:12.000Z | lists.whatwg.org/pipermail/implementors-whatwg.org/2008-April/000873.html | Seanpm2001-Google/whatwg.org | 33ad837c0dc53b68865f4a35ccdc1c68dc07fce6 | [
"BSD-3-Clause"
] | null | null | null | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<TITLE> [imps] HTML5 and libxml2
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:implementors%40lists.whatwg.org?Subject=Re%3A%20%5Bimps%5D%20HTML5%20and%20libxml2&In-Reply-To=%3CAD30D796-F9D6-4774-AA... | 34.594828 | 181 | 0.622477 |
8054cc0f1d022510b1cca656de0d1d60d59c1ed9 | 634 | sh | Shell | database/hbase/hbase-config.sh | FizzCorp/fizz-devops | f5c78622e155bf1254754c72bc6209aec4fa2144 | [
"MIT"
] | null | null | null | database/hbase/hbase-config.sh | FizzCorp/fizz-devops | f5c78622e155bf1254754c72bc6209aec4fa2144 | [
"MIT"
] | null | null | null | database/hbase/hbase-config.sh | FizzCorp/fizz-devops | f5c78622e155bf1254754c72bc6209aec4fa2144 | [
"MIT"
] | null | null | null | #!/bin/bash
crontab -l | { cat; echo "0 11 * * * sh /opt/hbase/automation-helper-scripts/hbase-log-deletion.sh"; }| crontab -
sh /opt/hbase/init-fizz.sh
echo "ran init"
sh /opt/hbase/open_tsdb_setup.sh
echo "ran open"
mkdir /hbase_backup_scripts
chmod 777 /hbase_backup_scripts
mkdir /hbase_back... | 39.625 | 247 | 0.689274 |
b5025b462effb2c77e19284e174a0a432667f5e2 | 97 | rb | Ruby | app/models/picdump.rb | b1nary/MayMay | 353371b9e740b6ee055057b376fbf03353283ff4 | [
"MIT"
] | 1 | 2017-07-27T05:47:38.000Z | 2017-07-27T05:47:38.000Z | app/models/picdump.rb | b1nary/MayMay | 353371b9e740b6ee055057b376fbf03353283ff4 | [
"MIT"
] | null | null | null | app/models/picdump.rb | b1nary/MayMay | 353371b9e740b6ee055057b376fbf03353283ff4 | [
"MIT"
] | null | null | null | class Picdump < ActiveRecord::Base
belongs_to :picdump_category
has_many :picdump_images
end
| 19.4 | 34 | 0.814433 |
ed45de0ab880c6c53ac91ca4b935db0402ea610f | 3,138 | h | C | System/Library/Frameworks/AddressBookUI.framework/ABCountryPickerViewController.h | lechium/tvOS10Headers | f0c99993da6cc502d36fdc5cb4ff90d94b12bf67 | [
"MIT"
] | 4 | 2017-03-23T00:01:54.000Z | 2018-08-04T20:16:32.000Z | System/Library/Frameworks/AddressBookUI.framework/ABCountryPickerViewController.h | lechium/tvOS10Headers | f0c99993da6cc502d36fdc5cb4ff90d94b12bf67 | [
"MIT"
] | null | null | null | System/Library/Frameworks/AddressBookUI.framework/ABCountryPickerViewController.h | lechium/tvOS10Headers | f0c99993da6cc502d36fdc5cb4ff90d94b12bf67 | [
"MIT"
] | 4 | 2017-05-14T16:23:26.000Z | 2019-12-21T15:07:59.000Z | /*
* This header is generated by classdump-dyld 1.0
* on Wednesday, March 22, 2017 at 9:04:43 AM Mountain Standard Time
* Operating System: Version 10.1 (Build 14U593)
* Image Source: /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elia... | 43.583333 | 158 | 0.808795 |
6d55557776f284efb367047cc969484bb727ab7e | 390 | sql | SQL | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5571761_cli_gh10184_AD_WF_Process_WF_Initial_User_ID_migrate.sql | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 1,144 | 2016-02-14T10:29:35.000Z | 2022-03-30T09:50:41.000Z | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5571761_cli_gh10184_AD_WF_Process_WF_Initial_User_ID_migrate.sql | vestigegroup/metasfresh | 4b2d48c091fb2a73e6f186260a06c715f5e2fe96 | [
"RSA-MD"
] | 8,283 | 2016-04-28T17:41:34.000Z | 2022-03-30T13:30:12.000Z | backend/de.metas.adempiere.adempiere/migration/src/main/sql/postgresql/system/10-de.metas.adempiere/5571761_cli_gh10184_AD_WF_Process_WF_Initial_User_ID_migrate.sql | vestigegroup/metasfresh | 4b2d48c091fb2a73e6f186260a06c715f5e2fe96 | [
"RSA-MD"
] | 441 | 2016-04-29T08:06:07.000Z | 2022-03-28T06:09:56.000Z |
/*
Note: on at least one legacy-DB there are ancient ad_wf_process records with not-more existing createdBy-AD_Users
*/
UPDATE ad_wf_process p
SET wf_initial_user_id=u.ad_user_id
FROM AD_User u
WHERE TRUE
and u.ad_user_ID=p.createdby
and p.wf_initial_user_id IS NULL and u.ad_user_id is not null
;
UPDATE ad_wf_pro... | 22.941176 | 113 | 0.810256 |
2cc654fb6957d8db35b50eecc06c707595640168 | 3,089 | py | Python | _scripts/s2id.py | Son-Guhun/Titan-Land-Lands-of-Plenty | edeca1d5437a7397195799ebf4b9585ee4609fed | [
"MIT"
] | 12 | 2019-05-27T16:02:28.000Z | 2021-01-08T09:32:08.000Z | _scripts/s2id.py | Son-Guhun/Titan-Land-Lands-of-Plenty | edeca1d5437a7397195799ebf4b9585ee4609fed | [
"MIT"
] | 209 | 2019-04-06T15:16:52.000Z | 2021-07-03T02:11:53.000Z | _scripts/s2id.py | Son-Guhun/Titan-Land-Lands-of-Plenty | edeca1d5437a7397195799ebf4b9585ee4609fed | [
"MIT"
] | 1 | 2021-05-26T12:13:35.000Z | 2021-05-26T12:13:35.000Z | """
Used to work with FourCC's (four character codes) used by Warcraft III to identify objects.
Provides a Rawcode class which inherits from str and can be added with integers.
Examples:
- Rawcode('H009') + 2 => Rawcode('H00B') # Considers only alphanumeric rawcodes.
- Rawcode('hfoo').to_int() ... | 29.990291 | 102 | 0.600842 |
0d86ddb0a428c9bdf71f5c347016928fe65c463b | 801 | c | C | lib/liblfds7.2.0/src/liblfds720/src/lfds720_list_nodelete_singlylinked_unordered/lfds720_list_nsu_cleanup.c | sletz/fas | 91d0bd9dcf0b90a6c07d18c571b9a0f2d0f70539 | [
"BSD-2-Clause"
] | 128 | 2017-01-14T23:57:56.000Z | 2022-03-26T02:00:01.000Z | lib/liblfds7.2.0/src/liblfds720/src/lfds720_list_nodelete_singlylinked_unordered/lfds720_list_nsu_cleanup.c | sletz/fas | 91d0bd9dcf0b90a6c07d18c571b9a0f2d0f70539 | [
"BSD-2-Clause"
] | 6 | 2017-01-17T00:46:22.000Z | 2021-05-25T12:09:37.000Z | lib/liblfds7.2.0/src/liblfds720/src/lfds720_list_nodelete_singlylinked_unordered/lfds720_list_nsu_cleanup.c | sletz/fas | 91d0bd9dcf0b90a6c07d18c571b9a0f2d0f70539 | [
"BSD-2-Clause"
] | 8 | 2017-04-10T21:12:08.000Z | 2022-01-06T18:56:29.000Z | /***** includes *****/
#include "lfds720_list_nsu_internal.h"
/****************************************************************************/
void lfds720_list_nsu_cleanup( struct lfds720_list_nsu_state *lasus,
void (*element_cleanup_callback)(struct lfds720_list_nsu_state *lasus, str... | 21.078947 | 143 | 0.616729 |
c3ce745e072c06786eceeff27a8d43da8862b6ef | 1,872 | cs | C# | Translation/MessageFormatter.cs | JStalnac/DirtBot | 25e3ae9a8322ac7749422a49462090202c67c902 | [
"Apache-2.0"
] | 1 | 2021-03-25T14:58:49.000Z | 2021-03-25T14:58:49.000Z | Translation/MessageFormatter.cs | JStalnac/DirtBot | 25e3ae9a8322ac7749422a49462090202c67c902 | [
"Apache-2.0"
] | null | null | null | Translation/MessageFormatter.cs | JStalnac/DirtBot | 25e3ae9a8322ac7749422a49462090202c67c902 | [
"Apache-2.0"
] | 1 | 2021-03-25T05:32:20.000Z | 2021-03-25T05:32:20.000Z | using DirtBot.Logging;
using Discord;
using SmartFormat;
using System;
using System.Threading.Tasks;
namespace DirtBot.Translation
{
/// <summary>
/// Provides static methods for formatting messages.
/// </summary>
public static class MessageFormatter
{
private static Logger Log { get; } =... | 34.036364 | 168 | 0.573718 |
1a32a1449b30ea76ad2929ea1e1aefc91037c77e | 1,090 | py | Python | hw4_RNN/utils.py | nikusaikou/lhy_ML2020 | 1f86e5850d910571e0a0fd6a342590059f54a84f | [
"WTFPL"
] | null | null | null | hw4_RNN/utils.py | nikusaikou/lhy_ML2020 | 1f86e5850d910571e0a0fd6a342590059f54a84f | [
"WTFPL"
] | null | null | null | hw4_RNN/utils.py | nikusaikou/lhy_ML2020 | 1f86e5850d910571e0a0fd6a342590059f54a84f | [
"WTFPL"
] | null | null | null | import torch
import numpy as np
import pandas as pd
import torch.optim as optim
import torch.nn.functional as F
def load_training_data(path='./data/training_label.txt'):
if 'training_label' in path:
with open(path, 'r', encoding='UTF-8') as f:
lines = f.readlines()
lines = [line.st... | 30.277778 | 84 | 0.579817 |
c8ff6f00b9dd3355dd1af5f4ce829e069a583c12 | 1,460 | css | CSS | src/datetime.css | swjjxyxty/DateTimePicker | 9622720a0cae787da0402ed9b4411bd32b1da164 | [
"Apache-2.0"
] | 28 | 2016-08-07T05:39:11.000Z | 2020-09-30T08:58:59.000Z | src/datetime.css | swjjxyxty/DateTiemPicker | 9622720a0cae787da0402ed9b4411bd32b1da164 | [
"Apache-2.0"
] | 2 | 2017-05-08T09:34:12.000Z | 2017-10-01T10:28:45.000Z | src/datetime.css | swjjxyxty/DateTiemPicker | 9622720a0cae787da0402ed9b4411bd32b1da164 | [
"Apache-2.0"
] | 11 | 2016-08-17T06:15:51.000Z | 2020-12-23T09:43:54.000Z | * {
padding: 0;
margin: 0
}
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #000;
font-size: 14px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
... | 18.024691 | 69 | 0.616438 |
70a0b19c79c670584410b9b73217d8cf9d179192 | 3,488 | rs | Rust | src/y2020d07.rs | LLBlumire/advent-of-code | 03597b3d3a55cc8aea774596ec2d02865b7d603c | [
"Unlicense"
] | 2 | 2021-12-06T21:23:27.000Z | 2021-12-15T09:17:30.000Z | src/y2020d07.rs | LLBlumire/advent-of-code | 03597b3d3a55cc8aea774596ec2d02865b7d603c | [
"Unlicense"
] | null | null | null | src/y2020d07.rs | LLBlumire/advent-of-code | 03597b3d3a55cc8aea774596ec2d02865b7d603c | [
"Unlicense"
] | null | null | null | use aoc::*;
use std::collections::{HashMap, HashSet};
struct ParsedInput<'a> {
policy: Policy<'a>,
}
struct Policy<'a> {
rules: HashMap<Bag<'a>, Vec<(u32, Bag<'a>)>>,
}
#[derive(Copy, Clone, Eq, PartialEq, Hash)]
struct Bag<'a> {
property: &'a str,
color: &'a str,
}
fn parse(input: &str) -> ParseRes... | 30.068966 | 85 | 0.615252 |
4b6c557bfac6858f633efb7419bd279a58bc67f6 | 2,425 | cpp | C++ | Assignment2/report/src/main.cpp | Gripnook/numerical-methods | 14cb60050e5f2ba413f59690beb24cacb1153563 | [
"MIT"
] | 1 | 2019-02-21T01:35:02.000Z | 2019-02-21T01:35:02.000Z | Assignment2/src/main.cpp | Gripnook/numerical-methods | 14cb60050e5f2ba413f59690beb24cacb1153563 | [
"MIT"
] | null | null | null | Assignment2/src/main.cpp | Gripnook/numerical-methods | 14cb60050e5f2ba413f59690beb24cacb1153563 | [
"MIT"
] | null | null | null | #include <iostream>
#include <iomanip>
#include <algorithm>
#include <numeric>
#include <cmath>
#include "matrix.h"
#include "matrix-util.h"
#include "solver.h"
#include "finite-differences.h"
#include "conjugate-gradient.h"
using namespace Numeric;
void question3();
void print(const Matrix<double>& nodes, const Ma... | 29.938272 | 78 | 0.525361 |
b14e74c091cf8c511c896cdcff881027be72d477 | 553 | sql | SQL | benchmark/YaleLanguages/queries-vectorwise-disabled/26.sql | bogdanghita/public_bi_benchmark-master_project | 86f4a67805fd3451fe8cf9fb8e2ed3bc9f83f06a | [
"MIT"
] | null | null | null | benchmark/YaleLanguages/queries-vectorwise-disabled/26.sql | bogdanghita/public_bi_benchmark-master_project | 86f4a67805fd3451fe8cf9fb8e2ed3bc9f83f06a | [
"MIT"
] | null | null | null | benchmark/YaleLanguages/queries-vectorwise-disabled/26.sql | bogdanghita/public_bi_benchmark-master_project | 86f4a67805fd3451fe8cf9fb8e2ed3bc9f83f06a | [
"MIT"
] | null | null | null | --SELECT "YaleLanguages_5"."Calculation_6550106154858816" AS "Calculation_6550106154858816", SUM(CAST("YaleLanguages_5"."Number of Records" AS BIGINT)) AS "sum:Number of Records:ok", TABLEAU.TO_DATETIME(DATE_TRUNC('YEAR', TABLEAU.NORMALIZE_DATETIME("YaleLanguages_5"."CHARGE_DATE")), "YaleLanguages_5"."CHARGE_DATE")... | 276.5 | 552 | 0.766727 |
cda0acb47bd5f8da18b1ef5083a7313ebc07e6b8 | 137 | cs | C# | SeudoBuild.Net.Tests/UdpDiscoveryServerTest.cs | mstevenson/UnityBuildServer | d64015a4e32c1c4e8c2baac3ac03627fde790df4 | [
"MIT"
] | 3 | 2016-11-03T03:36:32.000Z | 2016-11-05T00:25:28.000Z | SeudoBuild.Net.Tests/UdpDiscoveryServerTest.cs | mstevenson/UnityBuildServer | d64015a4e32c1c4e8c2baac3ac03627fde790df4 | [
"MIT"
] | null | null | null | SeudoBuild.Net.Tests/UdpDiscoveryServerTest.cs | mstevenson/UnityBuildServer | d64015a4e32c1c4e8c2baac3ac03627fde790df4 | [
"MIT"
] | null | null | null | using NUnit.Framework;
namespace SeudoBuild.Net.Tests
{
[TestFixture]
public class UdpDiscoveryServerTest
{
}
} | 13.7 | 39 | 0.656934 |
749fbf53f100639fb3f7631d71d4dfdd34ed46fe | 191 | css | CSS | src/quill_modules/quill.table.css | jinkebj/HandyNote-Web | 0e972b2c6a4b145e0d940b54ebe68aba07eb32b6 | [
"MIT"
] | null | null | null | src/quill_modules/quill.table.css | jinkebj/HandyNote-Web | 0e972b2c6a4b145e0d940b54ebe68aba07eb32b6 | [
"MIT"
] | null | null | null | src/quill_modules/quill.table.css | jinkebj/HandyNote-Web | 0e972b2c6a4b145e0d940b54ebe68aba07eb32b6 | [
"MIT"
] | null | null | null | .ql-editor table {
border-collapse: collapse;
}
.ql-editor table td {
border: 1px solid black;
padding: 5px;
height: 25px;
vertical-align: top;
}
.tdbr, .trbr {
display: none
}
| 12.733333 | 28 | 0.649215 |