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
58152768a3c22b2d8fccf994b6192e8d8119e648
763
lua
Lua
gist/Lua/get_schema.lua
yatyricky/yatyricky.github.io
fab64b5f6a4dc9c3f29c3e14c2c166b00fd4875b
[ "MIT" ]
null
null
null
gist/Lua/get_schema.lua
yatyricky/yatyricky.github.io
fab64b5f6a4dc9c3f29c3e14c2c166b00fd4875b
[ "MIT" ]
3
2021-08-30T09:00:54.000Z
2022-01-25T02:16:46.000Z
gist/Lua/get_schema.lua
yatyricky/yatyricky.github.io
fab64b5f6a4dc9c3f29c3e14c2c166b00fd4875b
[ "MIT" ]
1
2017-06-11T07:28:06.000Z
2017-06-11T07:28:06.000Z
--nil, boolean, number, string, function, userdata, thread, and table local function get_schema(any) if any == nil then return "nil" end local t = type(any) if t == "string" then return "string" end if t == "number" then return "number" end if t == "fu...
20.078947
70
0.520315
a3462df4b61dcee903194630e6d3b55d7e3b7013
7,811
h
C
Example/Source/Examples/Private/Renderer/Scene/Scene.h
cofenberg/unrimp
90310657f106eb83f3a9688329b78619255a1042
[ "MIT" ]
187
2015-11-02T21:27:57.000Z
2022-02-17T21:39:17.000Z
Example/Source/Examples/Private/Renderer/Scene/Scene.h
cofenberg/unrimp
90310657f106eb83f3a9688329b78619255a1042
[ "MIT" ]
null
null
null
Example/Source/Examples/Private/Renderer/Scene/Scene.h
cofenberg/unrimp
90310657f106eb83f3a9688329b78619255a1042
[ "MIT" ]
20
2015-11-04T19:17:01.000Z
2021-11-18T11:23:25.000Z
/*********************************************************\ * Copyright (c) 2012-2021 The Unrimp Team * * 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 wit...
30.996032
105
0.582768
1c1ef4a9304d44a86a668cf200832e0d321d8553
314
sql
SQL
multi-db-query-execution/run_multi_db_query_execution_function.sql
kumarreddyn/postgresql
e0ce7a20dd90d24a0b566493b30aa120bf97c856
[ "MIT" ]
null
null
null
multi-db-query-execution/run_multi_db_query_execution_function.sql
kumarreddyn/postgresql
e0ce7a20dd90d24a0b566493b30aa120bf97c856
[ "MIT" ]
null
null
null
multi-db-query-execution/run_multi_db_query_execution_function.sql
kumarreddyn/postgresql
e0ce7a20dd90d24a0b566493b30aa120bf97c856
[ "MIT" ]
null
null
null
--The query will run the 2 create table scripts on 3 databases (postgres,admin,qc) select multi_db_query_execution_function('postgres', 'postgres', 'postgres;admin;qc', ' create table temp_table1 (temp_table_id BIGINT not null primary key); create table temp_table2 (temp_table_id BIGINT not null primary key) ');
52.333333
86
0.796178
a38c2e5ce7bcee724d51ac8d91df6cad7da1a435
274
java
Java
src/main/java/com/github/startsmercury/noshades/functions/DarkeningBrightnessFunction.java
StartsMercury/NoShades
0fd9a8c96258fa09aa3e92f0538629f796670864
[ "MIT" ]
1
2021-09-08T23:09:06.000Z
2021-09-08T23:09:06.000Z
src/main/java/com/github/startsmercury/noshades/functions/DarkeningBrightnessFunction.java
StartsMercury/NoShades
0fd9a8c96258fa09aa3e92f0538629f796670864
[ "MIT" ]
4
2021-09-14T06:21:34.000Z
2021-10-05T10:53:59.000Z
src/main/java/com/github/startsmercury/noshades/functions/DarkeningBrightnessFunction.java
StartsMercury/noshades
0fd9a8c96258fa09aa3e92f0538629f796670864
[ "MIT" ]
null
null
null
package com.github.startsmercury.noshades.functions; public class DarkeningBrightnessFunction implements BrightnessFunction { @Override public float getBrightness(final float brightness, final float lightness) { return lightness * brightness + brightness; } }
30.444444
77
0.79562
f3fd0949970424b6ec572ede7287cd8b351b8122
1,596
dart
Dart
lib/modules/image/widgets/system_overlay_setter.dart
tommy351/eh-redux
c4bfaf4abee5795da7f649fe2b63597c288c71a1
[ "Apache-2.0" ]
110
2020-06-14T01:38:30.000Z
2022-03-15T09:38:55.000Z
lib/modules/image/widgets/system_overlay_setter.dart
tommy351/ehreader-flutter
c4bfaf4abee5795da7f649fe2b63597c288c71a1
[ "Apache-2.0" ]
23
2020-06-14T16:05:09.000Z
2021-07-31T14:13:20.000Z
lib/modules/image/widgets/system_overlay_setter.dart
tommy351/ehreader-flutter
c4bfaf4abee5795da7f649fe2b63597c288c71a1
[ "Apache-2.0" ]
11
2020-06-26T09:01:16.000Z
2021-11-29T04:47:56.000Z
import 'package:eh_redux/modules/image/store.dart'; import 'package:eh_redux/utils/firebase.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'package:mobx/mobx.dart'; import 'package:provider/provider.dart'; class SystemOverlaySetter extends StatefulWidget { const SystemOv...
22.166667
73
0.677318
a382e74c2cee4332ec1d54f9e8809a7b8248d8ac
2,690
java
Java
java/gradle.java/src/org/netbeans/modules/gradle/java/api/ProjectActions.java
ebresie/netbeans
ba6c0ad27b75f9cc363e082de8bd1b47891c09c6
[ "Apache-2.0" ]
1
2019-04-30T09:32:22.000Z
2019-04-30T09:32:22.000Z
java/gradle.java/src/org/netbeans/modules/gradle/java/api/ProjectActions.java
ebresie/netbeans
ba6c0ad27b75f9cc363e082de8bd1b47891c09c6
[ "Apache-2.0" ]
5
2020-04-28T13:09:06.000Z
2020-05-01T23:06:48.000Z
java/gradle.java/src/org/netbeans/modules/gradle/java/api/ProjectActions.java
ebresie/netbeans
ba6c0ad27b75f9cc363e082de8bd1b47891c09c6
[ "Apache-2.0" ]
1
2021-08-28T09:48:40.000Z
2021-08-28T09:48:40.000Z
/* * 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 ...
48.035714
175
0.744238
0dce8a7c1ccca50659189f60c486001100b1c306
2,791
cs
C#
PaintSample/Tools/Tool.cs
alternetsoft/alternet-ui-examples
bb63752dfa09d70aa439f75458169e4251b2d9da
[ "MIT" ]
4
2021-11-05T13:12:16.000Z
2021-12-22T08:14:02.000Z
PaintSample/Tools/Tool.cs
alternetsoft/alternet-ui-examples
bb63752dfa09d70aa439f75458169e4251b2d9da
[ "MIT" ]
null
null
null
PaintSample/Tools/Tool.cs
alternetsoft/alternet-ui-examples
bb63752dfa09d70aa439f75458169e4251b2d9da
[ "MIT" ]
null
null
null
using Alternet.UI; using System; namespace PaintSample { internal abstract class Tool { private Control? canvas; private Control? optionsControl; protected Tool(Document document, ISelectedColors selectedColors, UndoService undoService) { Document = document; ...
26.580952
123
0.590828
c6e60b0ef37a415c9652bd72fb7d581a064ad1a0
21
py
Python
blendcollection/blendcollection/__init__.py
train-your-deblender/cutout-evaluation
79009552d1c9072696034fa31f71273975f35749
[ "BSD-3-Clause" ]
null
null
null
blendcollection/blendcollection/__init__.py
train-your-deblender/cutout-evaluation
79009552d1c9072696034fa31f71273975f35749
[ "BSD-3-Clause" ]
null
null
null
blendcollection/blendcollection/__init__.py
train-your-deblender/cutout-evaluation
79009552d1c9072696034fa31f71273975f35749
[ "BSD-3-Clause" ]
null
null
null
from .blends import *
21
21
0.761905
e238914475619ece3e1fdd31d09e367fe888205c
1,265
py
Python
examples/basics.py
johnaparker/numpipe
ad466de15913cee9140d48e2f0eebcd9d98dc735
[ "MIT" ]
3
2021-03-08T11:17:50.000Z
2022-01-17T11:50:44.000Z
examples/basics.py
johnaparker/numpipe
ad466de15913cee9140d48e2f0eebcd9d98dc735
[ "MIT" ]
4
2020-05-12T17:47:06.000Z
2021-03-25T13:43:27.000Z
examples/basics.py
johnaparker/numpipe
ad466de15913cee9140d48e2f0eebcd9d98dc735
[ "MIT" ]
null
null
null
from numpipe import scheduler, once import numpy as np import matplotlib.pyplot as plt ### Setup job = scheduler() ### Fast, shared code goes here x = np.linspace(0,1,10) ### Slow, sim-only code goes here and relevant data is written to file @job.cache def sim1(): """compute the square of x""" y = x**2 r...
19.765625
83
0.592885
21bf256749f23afc328d7c18a0cc459eb38118c2
1,488
js
JavaScript
js/molview.js
tovganesh/mol-auto-view.js
db59fa47d108879a99b032022e0d0266f8065414
[ "MIT" ]
null
null
null
js/molview.js
tovganesh/mol-auto-view.js
db59fa47d108879a99b032022e0d0266f8065414
[ "MIT" ]
null
null
null
js/molview.js
tovganesh/mol-auto-view.js
db59fa47d108879a99b032022e0d0266f8065414
[ "MIT" ]
null
null
null
//inject angular file upload directives and service. angular.module('molview', []).config(function ($sceProvider) { $sceProvider.enabled(false); }) .controller('MolViewAppCtrl', function ($scope, $http) { $scope.molecule = ""; $scope.moleculeList = [ ]; $scope.addToMoleculeList = function () { ...
28.075472
118
0.606855
f455047aa4029e4dcf449ce18eb40c466545f027
3,195
ts
TypeScript
src/main.ts
maasglobal/io-ts-from-json-schema
35597e354dd23709ff8431e40ab45ff76e2a2f44
[ "MIT" ]
21
2020-05-16T17:41:49.000Z
2021-10-29T23:59:21.000Z
src/main.ts
kiurchv/io-ts-from-json-schema
f95cd92c059a9f33c8a81bc25a518d5ffc1fefe0
[ "MIT" ]
8
2020-06-25T12:00:24.000Z
2021-08-23T11:45:28.000Z
src/main.ts
kiurchv/io-ts-from-json-schema
f95cd92c059a9f33c8a81bc25a518d5ffc1fefe0
[ "MIT" ]
6
2020-05-15T15:13:46.000Z
2021-09-06T17:33:05.000Z
#!/usr/bin/env node /* eslint-disable @typescript-eslint/explicit-module-boundary-types */ import * as crypto from 'crypto'; import * as fs from 'fs'; import { glob } from 'glob'; import * as path from 'path'; import * as stream from 'stream'; import * as yargs from 'yargs'; import { Args, iotsfjs } from './iotsfjs'...
27.543103
89
0.628169
75c2b187a7814712d9a55db91d537a090485eed7
944
css
CSS
src/pages/contact.css
mkilgus5750/personal-portfolio
c254282c8eea99e57964ffee33235de88a48b2f7
[ "MIT" ]
null
null
null
src/pages/contact.css
mkilgus5750/personal-portfolio
c254282c8eea99e57964ffee33235de88a48b2f7
[ "MIT" ]
null
null
null
src/pages/contact.css
mkilgus5750/personal-portfolio
c254282c8eea99e57964ffee33235de88a48b2f7
[ "MIT" ]
null
null
null
#name, #email, #message { border-radius: 10px; height: 30px; border: 1px solid rgb(138, 138, 138); width: 100%; margin-bottom: 10px; } #name:focus, #email:focus, #message:focus { border-color: lightblue; outline: none; box-shadow: 0 5px 10px rgba(226, 226, 226, 0.19), 0 3px 3px rgba(139...
21.454545
109
0.601695
98162c84ef6a1b3622d56b94b1257d51f791adef
8,943
py
Python
odl-pipeline/lib/utils/processutils.py
rski/sdnvpn-mirror
6bb2eae86a0935443d8e65df0780c3df994a669b
[ "Apache-2.0" ]
null
null
null
odl-pipeline/lib/utils/processutils.py
rski/sdnvpn-mirror
6bb2eae86a0935443d8e65df0780c3df994a669b
[ "Apache-2.0" ]
null
null
null
odl-pipeline/lib/utils/processutils.py
rski/sdnvpn-mirror
6bb2eae86a0935443d8e65df0780c3df994a669b
[ "Apache-2.0" ]
null
null
null
# # Copyright (c) 2017 All rights reserved # This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # # http://www.apache.org/licenses/LICENSE-2.0 # # import utils_log as log import os import six impo...
38.055319
76
0.576317
90e5e9ab93eca42d5f207e4849f7449fdd9da685
5,563
asm
Assembly
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_141_98.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_141_98.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_zr_/i9-9900K_12_0xa0.log_141_98.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r15 push %r8 push %rax push %rbp push %rcx push %rdi push %rsi lea addresses_D_ht+0x25c3, %r15 clflush (%r15) nop nop nop nop xor %rax, %rax movb $0x61, (%r15) nop nop nop dec %r8 lea addresses_WT_ht+0x4553, %rsi lea addresses_A_ht+0x19c33, %rdi inc %r12 mov ...
22.075397
422
0.647672
b0b628f835e24c6dec57b66bf8d5f70da3564481
2,344
py
Python
Scripts/Preprocessing/spectrogram.py
CotaCalin/AutomatedMusicTranscription
02ea0d2f48f614f8a929f687a112e8b309599d63
[ "MIT" ]
1
2019-12-18T16:06:49.000Z
2019-12-18T16:06:49.000Z
Scripts/Preprocessing/spectrogram.py
CotaCalin/AutomatedMusicTranscription
02ea0d2f48f614f8a929f687a112e8b309599d63
[ "MIT" ]
null
null
null
Scripts/Preprocessing/spectrogram.py
CotaCalin/AutomatedMusicTranscription
02ea0d2f48f614f8a929f687a112e8b309599d63
[ "MIT" ]
null
null
null
import matplotlib.pyplot as plt from scipy import signal from scipy.io import wavfile import os import sys import wave import pylab #from spectrogram2 import plotstft # Generate and plot a constant-Q power spectrum import matplotlib.pyplot as plt import numpy as np import librosa import librosa.displa...
33.485714
133
0.62628
4588829cd976e87e2e778e0ee5bd16d32f80092a
448
py
Python
task_0.py
MutterPedro/chicago_bikeshare_project
22797c0c4d7f42dd613486d14eb53ee53d8f4724
[ "MIT" ]
null
null
null
task_0.py
MutterPedro/chicago_bikeshare_project
22797c0c4d7f42dd613486d14eb53ee53d8f4724
[ "MIT" ]
null
null
null
task_0.py
MutterPedro/chicago_bikeshare_project
22797c0c4d7f42dd613486d14eb53ee53d8f4724
[ "MIT" ]
null
null
null
def run(data_list): # Vamos verificar quantas linhas nós temos print("Número de linhas:") print(len(data_list)) # Imprimindo a primeira linha de data_list para verificar se funcionou. print("Linha 0: ") print(data_list[0]) # É o cabeçalho dos dados, para que possamos identificar as colunas....
32
78
0.696429
cd40cfe0cbd32e02c751e52163db3691227d8030
4,408
cs
C#
Wirehome.Core/Python/PythonScriptHost.cs
vmanthena/Wirehome.Core
a10a85f2b297cda03195d9f46f14732f055fe610
[ "Apache-2.0" ]
1
2019-10-10T03:48:15.000Z
2019-10-10T03:48:15.000Z
Wirehome.Core/Python/PythonScriptHost.cs
huangweiboy/Wirehome.Core
1a6c9d1d7a4acb044c27d0ddc5282e54a97bfabc
[ "Apache-2.0" ]
4
2022-02-13T20:07:53.000Z
2022-03-02T09:54:27.000Z
Wirehome.Core/Python/PythonScriptHost.cs
huangweiboy/Wirehome.Core
1a6c9d1d7a4acb044c27d0ddc5282e54a97bfabc
[ "Apache-2.0" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using IronPython.Runtime; using Microsoft.Scripting; using Microsoft.Scripting.Hosting; using Wirehome.Core.Python.Exceptions; namespace Wirehome.Core.Python { public class PythonScriptHost { private readonly ScriptScope _scriptScope; ...
33.907692
115
0.558757
63a6ad7c74149a5c2440e83d60c801dd4045c5f3
2,350
rs
Rust
sarpine/src/messages/srp_header.rs
Devolutions/sarpine-rs
a76da7a4203091c4b3a5a85cdae7673dd93920ad
[ "Apache-2.0", "MIT" ]
1
2020-12-30T10:54:11.000Z
2020-12-30T10:54:11.000Z
sarpine/src/messages/srp_header.rs
Devolutions/sarpine-rs
a76da7a4203091c4b3a5a85cdae7673dd93920ad
[ "Apache-2.0", "MIT" ]
null
null
null
sarpine/src/messages/srp_header.rs
Devolutions/sarpine-rs
a76da7a4203091c4b3a5a85cdae7673dd93920ad
[ "Apache-2.0", "MIT" ]
null
null
null
use std::io::{Read, Write, Error}; use byteorder::{WriteBytesExt, LittleEndian, ReadBytesExt, BigEndian}; use messages::{ wayknow_const::*, SRP_FLAG_MAC, SrpErr, Message, SRP_SIGNATURE }; pub struct SrpHeader { signature: u32, msg_type: u8, version: u8, flags: u16 } impl SrpHeader...
25.268817
78
0.534894
bb669d17bbf7071e3e832e9e57c745ee2172218d
663
cs
C#
src/MovieHub.MediaPlayerElement/Util/MediaPlayerUtil.cs
eadwinCode/MoviePlayer
1a273556a965a70a59909b436e06fbb9d324df37
[ "MIT" ]
5
2018-08-30T08:37:12.000Z
2022-03-13T22:38:39.000Z
src/MovieHub.MediaPlayerElement/Util/MediaPlayerUtil.cs
eadwintoochos/MoviePlayer
1a273556a965a70a59909b436e06fbb9d324df37
[ "MIT" ]
null
null
null
src/MovieHub.MediaPlayerElement/Util/MediaPlayerUtil.cs
eadwintoochos/MoviePlayer
1a273556a965a70a59909b436e06fbb9d324df37
[ "MIT" ]
3
2021-05-05T23:08:34.000Z
2022-03-13T22:38:58.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Threading; namespace MovieHub.MediaPlayerElement.Util { internal class MediaPlayerUtil { public static void ExecuteTimerAction(Action callback, long millisecond) { DispatcherT...
25.5
80
0.591252
05200fa92e3f10a9aa768dc2a561cf6711b6c155
8,942
css
CSS
src/index.css
martin-banks/virus-transmission-simulations
9a995a3e4c8ebd27a8338fed178fd62f233c4298
[ "MIT" ]
1
2021-05-02T09:12:48.000Z
2021-05-02T09:12:48.000Z
src/index.css
martin-banks/virus-transmission-simulations
9a995a3e4c8ebd27a8338fed178fd62f233c4298
[ "MIT" ]
null
null
null
src/index.css
martin-banks/virus-transmission-simulations
9a995a3e4c8ebd27a8338fed178fd62f233c4298
[ "MIT" ]
null
null
null
@import "./styles/global.css"; html, body { /* margin: 0; */ /* padding: 0; */ /* display: flex; */ justify-content: center; align-items: flex-start; /* width: 100vw; */ min-height: 100vh; font-family: sans-serif; } body { /* padding: 0; */ /* margin: 0; */ /* overflow: hidden; */ /* margin-b...
16.347349
77
0.628942
c68df5698b31113a103234e8e663273965653d6c
1,130
css
CSS
src/App.css
L4ll1p0p/2019NASA_Hachathon
2ef10aeb5f6e7464aaf8896d17724bcb766cc1d7
[ "MIT" ]
3
2019-10-20T05:02:04.000Z
2019-12-25T18:59:28.000Z
src/App.css
L4ll1p0p/2019NASA_Hachathon
2ef10aeb5f6e7464aaf8896d17724bcb766cc1d7
[ "MIT" ]
9
2021-03-02T00:43:40.000Z
2022-03-08T23:03:15.000Z
src/App.css
L4ll1p0p/2019NASA_Hachathon
2ef10aeb5f6e7464aaf8896d17724bcb766cc1d7
[ "MIT" ]
null
null
null
body { /*Account for the navbar*/ padding-top: 3.5rem; } .globe { width: 100%; height: calc(100vh - 3.5rem); background-color: black; } .overlayTools { position: absolute; top: 3.5rem; max-height: calc(100vh - 3.5rem); } .overlayCards { position: absolute; top: 3.5rem; left: ...
16.142857
48
0.579646
b56790367c89ab158a33880a44184967ad63fcb1
2,607
rb
Ruby
spec/commands/create_student_teams_spec.rb
harmsk/teachers_pet
625d10ec0b3af58106e38f97c388ee7628d90ccd
[ "MIT" ]
102
2015-01-08T03:58:47.000Z
2021-05-13T23:29:06.000Z
spec/commands/create_student_teams_spec.rb
harmsk/teachers_pet
625d10ec0b3af58106e38f97c388ee7628d90ccd
[ "MIT" ]
34
2015-01-14T21:32:07.000Z
2016-12-11T17:35:02.000Z
spec/commands/create_student_teams_spec.rb
harmsk/teachers_pet
625d10ec0b3af58106e38f97c388ee7628d90ccd
[ "MIT" ]
44
2015-01-23T13:00:12.000Z
2021-09-04T00:55:34.000Z
require 'spec_helper' describe 'create_student_teams' do include CommandHelpers def stub_owners_only stub_get_json('https://testteacher:abc123@api.github.com/orgs/testorg/teams?per_page=100', [ { id: 101, name: 'Owners' } ]) end it "creates one team per student" do req...
28.648352
120
0.655926
06eba3b3b7500771eb098d8bad9750c30b5066a1
2,581
py
Python
dehaze.py
rabauke/haze_remval
472010c0c2178725c070a050431a1b3f2315008f
[ "BSD-3-Clause" ]
6
2017-02-12T07:55:31.000Z
2019-05-20T08:37:28.000Z
dehaze.py
rabauke/haze_remval
472010c0c2178725c070a050431a1b3f2315008f
[ "BSD-3-Clause" ]
1
2017-02-12T18:16:54.000Z
2017-02-12T18:16:54.000Z
dehaze.py
rabauke/haze_remval
472010c0c2178725c070a050431a1b3f2315008f
[ "BSD-3-Clause" ]
3
2017-02-12T07:57:54.000Z
2019-12-15T02:55:59.000Z
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # automatic haze removal as described in # # Kaiming He, Jian Sun, and Xiaoou Tang, »Single Image Haze Removal # Using Dark Channel Prior« in IEEE Transactions on Pattern Analysis # and Machine Intelligence, vol. 33, no. 12, 2341--2353 (2010) # DOI: 10.1109/TPAMI.2010.1...
22.059829
86
0.686556
c0ba494bb53a5b473c5fd7a53582893d13e36e62
25,183
swift
Swift
plus-yizhidian-ios-tsauth-master/Thinksns Plus/FutureController/Common/TSPicturePreviewVC/View/TSPicturePreviewItem.swift
yunxin-dianbo-ios/dianboOC
e6f566d1599efb832bdaaebc622ce808aa85f9c7
[ "Apache-2.0" ]
null
null
null
plus-yizhidian-ios-tsauth-master/Thinksns Plus/FutureController/Common/TSPicturePreviewVC/View/TSPicturePreviewItem.swift
yunxin-dianbo-ios/dianboOC
e6f566d1599efb832bdaaebc622ce808aa85f9c7
[ "Apache-2.0" ]
null
null
null
plus-yizhidian-ios-tsauth-master/Thinksns Plus/FutureController/Common/TSPicturePreviewVC/View/TSPicturePreviewItem.swift
yunxin-dianbo-ios/dianboOC
e6f566d1599efb832bdaaebc622ce808aa85f9c7
[ "Apache-2.0" ]
1
2020-10-22T06:23:24.000Z
2020-10-22T06:23:24.000Z
// // TSPicturePreviewCell.swift // Thinksns Plus // // Created by GorCat on 17/3/4. // Copyright © 2017年 ZhiYiCX. All rights reserved. // import UIKit import Kingfisher import RealmSwift import AssetsLibrary /// cell 的代理方法 protocol TSPicturePreviewItemDelegate: class { /// 单击了 cell func itemDidSingleTape...
42.974403
190
0.603304
65423dba278bb088a675de4a2ee628101a3f5f26
1,057
css
CSS
VersionAlpha0.0.1/frontend/templates/css/input.css
GoranBotic/Water_Fern
d4f513315c0cd668b17529cc65271bf455b15adc
[ "MIT" ]
null
null
null
VersionAlpha0.0.1/frontend/templates/css/input.css
GoranBotic/Water_Fern
d4f513315c0cd668b17529cc65271bf455b15adc
[ "MIT" ]
null
null
null
VersionAlpha0.0.1/frontend/templates/css/input.css
GoranBotic/Water_Fern
d4f513315c0cd668b17529cc65271bf455b15adc
[ "MIT" ]
null
null
null
.inputxt { padding: 10px; border:1px solid #ccc; width:250px; } .assign-submit { background-color:#00abe5; border: 1px solid #00abe5; padding:12px; width: 100px; font-size: 17px; border-radius:5px; color:#fff; cursor: pointer; } .assign-submit:hover { border: 1p...
17.048387
47
0.598865
1a8884148e176fea46e77a0ad39d5188f10274f7
499
py
Python
LeetCode/HashTable/594. Longest Harmonious Subsequence.py
thehanemperor/LeetCode
8d120162657a1e29c3e821b51ac4121300fc7a12
[ "MIT" ]
null
null
null
LeetCode/HashTable/594. Longest Harmonious Subsequence.py
thehanemperor/LeetCode
8d120162657a1e29c3e821b51ac4121300fc7a12
[ "MIT" ]
null
null
null
LeetCode/HashTable/594. Longest Harmonious Subsequence.py
thehanemperor/LeetCode
8d120162657a1e29c3e821b51ac4121300fc7a12
[ "MIT" ]
null
null
null
# EASY # count each element in array and store in dict{} # loop through the array check if exist nums[i]+1 in dict{} class Solution: def findLHS(self, nums: List[int]) -> int: n = len(nums) appear = {} for i in range(n): appear[nums[i]] = appear.get(nums[i],0) + 1 ...
26.263158
59
0.503006
457dbc05a2e8d6ee6cade52b45a93fc4a5c93b38
2,555
py
Python
smartlingApiSdk/Credentials.py
Smartling/api-sdk-python
85e937c3ad0abcf5022688a476ac2edb34ab33ac
[ "Apache-2.0" ]
8
2015-01-08T21:31:17.000Z
2021-01-07T07:50:31.000Z
smartlingApiSdk/Credentials.py
Smartling/api-sdk-python
85e937c3ad0abcf5022688a476ac2edb34ab33ac
[ "Apache-2.0" ]
8
2015-05-18T21:43:03.000Z
2020-05-19T06:12:17.000Z
smartlingApiSdk/Credentials.py
Smartling/api-sdk-python
85e937c3ad0abcf5022688a476ac2edb34ab33ac
[ "Apache-2.0" ]
14
2015-07-24T08:52:27.000Z
2022-03-05T06:36:45.000Z
#!/usr/bin/python # -*- coding: utf-8 -*- """ Copyright 2012-2021 Smartling, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this work except in compliance with the License. * You may obtain a copy of the License in the LICENSE file, or at: * * http://www.apache.org/li...
34.066667
90
0.615656
1eb1d2d155823e1851c12bbc0f2be38e9ccbac68
2,672
ps1
PowerShell
scripts/windows-setup.ps1
kyranet/drakhtar
1d8d1ad84ae0fb953e813a761c17ff306ca5aac8
[ "MIT" ]
7
2019-05-05T14:58:12.000Z
2019-11-11T21:36:57.000Z
scripts/windows-setup.ps1
kyranet/drakhtar
1d8d1ad84ae0fb953e813a761c17ff306ca5aac8
[ "MIT" ]
17
2019-02-14T21:12:28.000Z
2019-05-13T23:28:26.000Z
scripts/windows-setup.ps1
kyranet/Drakhtar
1d8d1ad84ae0fb953e813a761c17ff306ca5aac8
[ "MIT" ]
1
2021-04-27T21:06:53.000Z
2021-04-27T21:06:53.000Z
# Set up the submodule so Drakhtar i18n and Telemetry is properly included in the project: git submodule init git submodule update # Define the hooks patch as $root/hooks over $root/.git/hooks so we can run our own hooks: git config core.hooksPath hooks $local:DependencyFolder = Join-Path -Path $(Split-Path $PSScript...
40.484848
100
0.708832
4cd6b45403ff81d6f14b0c573081af4df6b871ae
416
py
Python
app/util/shell/shell_client_factory.py
rsennewald/ClusterRunner
6cb351982462798d4e11ac1a80f8fef048503758
[ "Apache-2.0" ]
164
2015-01-06T05:54:46.000Z
2021-11-13T12:28:28.000Z
app/util/shell/shell_client_factory.py
rsennewald/ClusterRunner
6cb351982462798d4e11ac1a80f8fef048503758
[ "Apache-2.0" ]
393
2015-01-05T17:26:07.000Z
2022-03-21T10:42:06.000Z
app/util/shell/shell_client_factory.py
rsennewald/ClusterRunner
6cb351982462798d4e11ac1a80f8fef048503758
[ "Apache-2.0" ]
44
2015-01-23T22:06:03.000Z
2022-03-01T09:33:36.000Z
from app.util.network import Network from app.util.shell.local_shell_client import LocalShellClient from app.util.shell.remote_shell_client import RemoteShellClient class ShellClientFactory(object): @classmethod def create(cls, host, user): if Network.are_hosts_same(host, 'localhost'): ret...
32
64
0.735577
7b47d0eaf37647b925b31dde4ed4d55640aaa98e
316
rake
Ruby
lib/tasks/cache.rake
collectionspace/cspace-converter
5938729303aa42df7926116ab628cc0f1079c54f
[ "Ruby", "MIT" ]
1
2020-02-28T00:59:39.000Z
2020-02-28T00:59:39.000Z
lib/tasks/cache.rake
collectionspace/cspace-converter
5938729303aa42df7926116ab628cc0f1079c54f
[ "Ruby", "MIT" ]
169
2019-11-04T21:50:14.000Z
2021-09-27T20:36:05.000Z
lib/tasks/cache.rake
collectionspace/cspace-converter
5938729303aa42df7926116ab628cc0f1079c54f
[ "Ruby", "MIT" ]
4
2020-03-20T00:07:29.000Z
2020-06-12T17:42:09.000Z
namespace :cache do # bundle exec rake cache:download task :download => :environment do |t, args| cache_service = CacheService.new cache_service.download end # bundle exec rake cache:refresh task :refresh => :environment do cache_service = CacheService.new cache_service.refresh end end
22.571429
45
0.724684
07f28b139bd9acee7830703f8f63232919c37091
809
css
CSS
style.css
mpkahn/portfolio2
b9c5f42a0eebe0abb51e24a0bbe950a5b6d05479
[ "Unlicense" ]
null
null
null
style.css
mpkahn/portfolio2
b9c5f42a0eebe0abb51e24a0bbe950a5b6d05479
[ "Unlicense" ]
null
null
null
style.css
mpkahn/portfolio2
b9c5f42a0eebe0abb51e24a0bbe950a5b6d05479
[ "Unlicense" ]
null
null
null
.navbar-brand { font-weight: bold; } body { background-image: url(webb-dark.png); margin: 0; } h2 { font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; color: rgb(29, 116, 116); padding: 1%; border-bottom: 1px solid rgb(189, 188, 188); font-weight: bold; } ....
13.483333
75
0.563659
a914333e4f1d0380b7cbda4d6697a67b7f26f69d
610
css
CSS
docs/public/styles/extras.css
barelyhuman/rlayouts-new
c7e617219a3794bba7ce849eda41981f20c1e865
[ "MIT" ]
1
2021-02-19T01:31:49.000Z
2021-02-19T01:31:49.000Z
docs/public/styles/extras.css
barelyhuman/rlayouts-new
c7e617219a3794bba7ce849eda41981f20c1e865
[ "MIT" ]
4
2021-02-10T04:05:17.000Z
2021-02-19T01:31:35.000Z
docs/public/styles/extras.css
barelyhuman/rlayouts-new
c7e617219a3794bba7ce849eda41981f20c1e865
[ "MIT" ]
1
2021-02-10T21:49:14.000Z
2021-02-10T21:49:14.000Z
.list-style-none { list-style-type: none; } a { text-underline-offset: 4px; } .logo-holder { background-image: url("/assets/dark-logo.png"); background-position: center; background-size: contain; background-repeat: no-repeat; height: 74px; width: 74px; object-fit: contain; } .only-light { display...
13.555556
52
0.631148
af627ee5fbe70f65af41e68dee91e0d2ce357ca2
1,047
rs
Rust
src/test/ui/consts/const-eval/issue-50814-2.rs
bpowers/rust
9f53c87b4b1f097e111c9525d60470ed22631018
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
4
2019-09-26T13:28:01.000Z
2022-03-22T11:55:26.000Z
src/test/ui/consts/const-eval/issue-50814-2.rs
bpowers/rust
9f53c87b4b1f097e111c9525d60470ed22631018
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
null
null
null
src/test/ui/consts/const-eval/issue-50814-2.rs
bpowers/rust
9f53c87b4b1f097e111c9525d60470ed22631018
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
3
2018-07-02T03:07:01.000Z
2020-06-09T20:58:08.000Z
// Copyright 2018 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license // <LICENSE-MIT or ...
23.795455
68
0.61127
04e95bea0f0bae896acc5afac4f27b93b67dd503
2,384
swift
Swift
ios/Party Line/API/Events.swift
vsethu/DhanaSabha
0d6b28888f8d4abff538a8d0c694b346adacf34d
[ "BSD-2-Clause" ]
42
2021-03-10T17:40:56.000Z
2022-02-17T07:58:04.000Z
ios/Party Line/API/Events.swift
vsethu/DhanaSabha
0d6b28888f8d4abff538a8d0c694b346adacf34d
[ "BSD-2-Clause" ]
12
2021-09-03T16:52:36.000Z
2022-02-19T04:17:12.000Z
ios/Party Line/API/Events.swift
vsethu/DhanaSabha
0d6b28888f8d4abff538a8d0c694b346adacf34d
[ "BSD-2-Clause" ]
16
2021-03-10T17:41:09.000Z
2022-02-17T07:58:09.000Z
import Foundation import WebKit struct DemoCreatedRoomEvent: Decodable { let room: Room } struct DemoCreatedTokenEvent: Decodable { let token: String } struct DemoJoinedRoomEvent: Decodable { let room: Room } // https://docs.daily.co/reference#app-message struct AppMessageEvent: Decodable { let call...
27.090909
54
0.704698
a36386abd39396786dc516a5f013c4473ae7078d
9,845
java
Java
src/main/java/mx/kenzie/magic/collection/MagicList.java
bluelhf/StableMagic
e5556c5ce9d7453b26e8fb34dc95822f35a26594
[ "MIT" ]
null
null
null
src/main/java/mx/kenzie/magic/collection/MagicList.java
bluelhf/StableMagic
e5556c5ce9d7453b26e8fb34dc95822f35a26594
[ "MIT" ]
null
null
null
src/main/java/mx/kenzie/magic/collection/MagicList.java
bluelhf/StableMagic
e5556c5ce9d7453b26e8fb34dc95822f35a26594
[ "MIT" ]
1
2021-06-07T15:08:56.000Z
2021-06-07T15:08:56.000Z
package mx.kenzie.magic.collection; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import mx.kenzie.magic.magic.GenericCapture; import mx.kenzie.magic.magic.JsonMapper; import mx.kenzie.magic.magic.UnsafeModifier; import mx.kenzie.magic.note.Unsafe; import java.lang...
26.680217
117
0.58131
9d99fb0b1390e3dc7afb97b26268cf5b4d4f3186
1,657
swift
Swift
Sources/Jenga/DSL/DSLAutoTable.swift
lixiang1994/TableKit
0ac6721407fca10a13fb9dba5d5f7004662f4970
[ "MIT" ]
null
null
null
Sources/Jenga/DSL/DSLAutoTable.swift
lixiang1994/TableKit
0ac6721407fca10a13fb9dba5d5f7004662f4970
[ "MIT" ]
null
null
null
Sources/Jenga/DSL/DSLAutoTable.swift
lixiang1994/TableKit
0ac6721407fca10a13fb9dba5d5f7004662f4970
[ "MIT" ]
1
2022-03-28T09:21:13.000Z
2022-03-28T09:21:13.000Z
import UIKit // 快速列表使用此协议, 协议都有默认实现 controller 只需要实现tableContents即可 public protocol DSLAutoTable: DSLTable { var tableView: UITableView { get } func didLayoutTable() } private var TableViewKey: Void? private var TableKey: Void? public extension DSLAutoTable where Self: UIViewController { var ta...
26.301587
82
0.592637
7bdfa2ec3130d4e3e8222b483dd1c4cb342182f5
20,482
cpp
C++
Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
2
2017-04-19T01:38:30.000Z
2020-07-31T03:05:32.000Z
Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
null
null
null
Common/CoordinateSystem/CoordSysGeodeticTransformDef.cpp
achilex/MgDev
f7baf680a88d37659af32ee72b9a2046910b00d8
[ "PHP-3.0" ]
1
2021-12-29T10:46:12.000Z
2021-12-29T10:46:12.000Z
// // Copyright (C) 2004-2011 by Autodesk, Inc. // // This library is free software; you can redistribute it and/or // modify it under the terms of version 2.1 of the GNU Lesser // General Public License as published by the Free Software Foundation. // // This library is distributed in the hope that it will be use...
42.939203
158
0.761303
2dad96d444d20f8fa4c2af6a33def3317610ae34
381
asm
Assembly
oeis/106/A106665.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/106/A106665.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/106/A106665.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A106665: Alternate paper-folding (or alternate dragon curve) sequence. ; Submitted by Jamie Morken(m3) ; 1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1,1,1,0,0,1,0,0,0,1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,1,0,0,1 mul $0,3 add...
29.307692
201
0.574803
b24d53bb89f4beb4973066bc5471161bcf19e331
16,926
swift
Swift
Firefly Fixture/Firefly Fixture/Geometry.swift
denisbohm/firefly-production-tools
30b06b42e339456f9412e4be6bfbc2bc2392ec77
[ "Apache-2.0" ]
1
2017-07-18T22:53:34.000Z
2017-07-18T22:53:34.000Z
Firefly Fixture/Firefly Fixture/Geometry.swift
denisbohm/firefly-production-tools
30b06b42e339456f9412e4be6bfbc2bc2392ec77
[ "Apache-2.0" ]
null
null
null
Firefly Fixture/Firefly Fixture/Geometry.swift
denisbohm/firefly-production-tools
30b06b42e339456f9412e4be6bfbc2bc2392ec77
[ "Apache-2.0" ]
null
null
null
// // Geometry.swift // Firefly Fixture // // Created by Denis Bohm on 1/31/17. // Copyright © 2017 Firefly Design LLC. All rights reserved. // import Foundation class Geometry { struct Point3D { let x: CGFloat let y: CGFloat let z: CGFloat init(x: CGFloat, y: CGFloat, z: CG...
39.271462
233
0.492201
d6a7bff37feb798e34273fd1294197dfd48d460f
3,560
sql
SQL
githubmysearch.sql
AmandaIvoniak/GitHubMySearch
0bf1ecbe6c009643ab5ae676b7977604cb038cd2
[ "MIT" ]
1
2020-01-15T01:06:15.000Z
2020-01-15T01:06:15.000Z
githubmysearch.sql
AmandaIvoniak/GitHubMySearch
0bf1ecbe6c009643ab5ae676b7977604cb038cd2
[ "MIT" ]
null
null
null
githubmysearch.sql
AmandaIvoniak/GitHubMySearch
0bf1ecbe6c009643ab5ae676b7977604cb038cd2
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.8.3 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: 17-Jan-2020 às 07:17 -- Versão do servidor: 10.1.36-MariaDB -- versão do PHP: 7.2.11 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @...
22.531646
102
0.66236
9d1b7102933367ab1878c79f6c1620944baffacb
143
ps1
PowerShell
Test-CMDRunAsWaitForExit.ps1
craiglandis/scripts
b50b8a532f5188a1a6716d82417e3c02ea9de553
[ "MIT" ]
1
2016-04-04T11:33:37.000Z
2016-04-04T11:33:37.000Z
Test-CMDRunAsWaitForExit.ps1
craiglandis/scripts
b50b8a532f5188a1a6716d82417e3c02ea9de553
[ "MIT" ]
null
null
null
Test-CMDRunAsWaitForExit.ps1
craiglandis/scripts
b50b8a532f5188a1a6716d82417e3c02ea9de553
[ "MIT" ]
1
2022-03-27T13:57:14.000Z
2022-03-27T13:57:14.000Z
$process = Start-Process -FilePath "$env:SystemRoot\System32\cmd.exe" -ArgumentList "/c echo foo" -PassThru -Verb RunAs $process.WaitForExit()
47.666667
119
0.762238
874dee4d2fc1b49048226f859c9a85c6bb003b38
969
swift
Swift
base-app-ios/presentation/foundation/SyncScreens.swift
FuckBoilerplate/base_app_ios
3d3ee8b9d0705b306547ab03487471cc930c6da5
[ "Apache-2.0" ]
20
2016-04-11T19:40:08.000Z
2021-03-03T13:24:42.000Z
base-app-ios/presentation/foundation/SyncScreens.swift
FuckBoilerplate/base_app_ios
3d3ee8b9d0705b306547ab03487471cc930c6da5
[ "Apache-2.0" ]
5
2016-09-19T15:18:29.000Z
2017-09-22T10:38:08.000Z
base-app-ios/presentation/foundation/SyncScreens.swift
FuckBoilerplate/base_app_ios
3d3ee8b9d0705b306547ab03487471cc930c6da5
[ "Apache-2.0" ]
2
2016-08-03T06:28:35.000Z
2016-08-10T16:49:09.000Z
// // SyncScreens.swift // base-app-ios // // Created by Roberto Frontado on 4/22/16. // Copyright © 2016 Roberto Frontado. All rights reserved. // protocol SyncScreensMatcher { func matchesTarget(_ key: String) -> Bool } class SyncScreens { private var pendingScreens: [String]! init() { ...
20.617021
59
0.537668
93ddec0d7ef29478cefd9f597412262223794375
5,299
cs
C#
Events/ReadyEvent.cs
Erisa/MicrosoftBot
fbdda39f7fb95d747edded4a690e45155f85a43e
[ "MIT" ]
5
2020-08-06T03:45:49.000Z
2020-12-11T14:10:49.000Z
Events/ReadyEvent.cs
Erisa/MicrosoftBot
fbdda39f7fb95d747edded4a690e45155f85a43e
[ "MIT" ]
3
2020-12-03T00:50:30.000Z
2020-12-04T16:24:15.000Z
Events/ReadyEvent.cs
Erisa/MicrosoftBot
fbdda39f7fb95d747edded4a690e45155f85a43e
[ "MIT" ]
4
2020-08-20T18:00:34.000Z
2020-12-03T00:43:30.000Z
using static Cliptok.Program; namespace Cliptok.Events { public class ReadyEvent { public static async Task OnReady(DiscordClient client, ReadyEventArgs _) { Task.Run(async () => { client.Logger.LogInformation(CliptokEventID, "Logged in as {user}", $"{client...
39.842105
180
0.558407
7512ae56eae03f07c5e23a2fff08e579e39e2531
11,601
css
CSS
Tpl/Goal/dedecms.css
Asher0802/Power
319416a5c86639985872d70d50057773a54c8762
[ "BSD-2-Clause" ]
null
null
null
Tpl/Goal/dedecms.css
Asher0802/Power
319416a5c86639985872d70d50057773a54c8762
[ "BSD-2-Clause" ]
null
null
null
Tpl/Goal/dedecms.css
Asher0802/Power
319416a5c86639985872d70d50057773a54c8762
[ "BSD-2-Clause" ]
null
null
null
 /*---------- base ---------*/ a{ color:#256EB1; text-decoration:none; } a:hover{ color:#ba2636; text-decoration:underline; } ul{ list-style:none; } input,select,button{ font:12px Verdana,Arial,Tahoma; vertical-align:middle; } .pright .infos_userinfo { margin-bottom: 0px; } .mt1{/* ( margin-top * 1 ) */ marg...
17.792945
113
0.676666
aef112e8c19ca4b48ea39b45c97397767a65f858
11,951
cs
C#
src/MQTTnet.TestApp.SimpleServer/Form1.cs
SeppPenner/MQTTnet.TestApp.SimpleServer
c9bc43a4aad8ae248663720629406e32166a870c
[ "MIT" ]
8
2020-01-15T16:50:28.000Z
2022-01-19T02:56:00.000Z
src/MQTTnet.TestApp.SimpleServer/Form1.cs
SeppPenner/MQTTnet.TestApp.SimpleServer
c9bc43a4aad8ae248663720629406e32166a870c
[ "MIT" ]
1
2020-05-12T13:42:18.000Z
2020-05-17T14:27:39.000Z
src/MQTTnet.TestApp.SimpleServer/Form1.cs
SeppPenner/MQTTnet.TestApp.SimpleServer
c9bc43a4aad8ae248663720629406e32166a870c
[ "MIT" ]
7
2020-02-15T10:44:46.000Z
2021-11-09T01:12:36.000Z
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="Form1.cs" company="Hämmer Electronics"> // Copyright (c) 2020 All rights reserved. // </copyright> // <summary> // The main form. // </summary> // ----------------------------...
39.055556
227
0.576437
da55fc3568c57d33da16b1440b6bd14f142d245f
1,997
php
PHP
views/show/type-coin/wmz.php
codetoansai/basic
11d36cb133cfe5ed5e542811e2317a793a9a6010
[ "BSD-3-Clause" ]
2
2017-09-11T08:59:08.000Z
2018-01-02T07:28:05.000Z
views/show/type-coin/wmz.php
codetoansai/basic
11d36cb133cfe5ed5e542811e2317a793a9a6010
[ "BSD-3-Clause" ]
null
null
null
views/show/type-coin/wmz.php
codetoansai/basic
11d36cb133cfe5ed5e542811e2317a793a9a6010
[ "BSD-3-Clause" ]
null
null
null
WMZ <br><br> <table> <tr> <th> Tên website </th> <th> Mức </th> <th> Giá mua </th> <th> Giá bán </th> </tr> <!-- <tr> <td> <a href="https://exchangeno1.com/" target="_blank">Ex...
19.578431
83
0.356034
cc3f5b5ac9d64c31cc4845f0642f97c9da1cdfe5
3,019
rb
Ruby
test/mass_assignment_test.rb
kickstarter/mass_assignment
58a45e6a7edf5753b4cf9aa072b907bb6dad7c13
[ "MIT" ]
1
2019-06-17T19:03:03.000Z
2019-06-17T19:03:03.000Z
test/mass_assignment_test.rb
kickstarter/mass_assignment
58a45e6a7edf5753b4cf9aa072b907bb6dad7c13
[ "MIT" ]
null
null
null
test/mass_assignment_test.rb
kickstarter/mass_assignment
58a45e6a7edf5753b4cf9aa072b907bb6dad7c13
[ "MIT" ]
null
null
null
require File.dirname(__FILE__) + '/test_helper' class MassAssignmentTest < ActiveSupport::TestCase def setup @user = ProtectedUser.new @attributes = {"name" => "Bob", "email" => "bob@example.com"} ActiveRecord::Base.logger = stub('debug' => true) end test "assigning nothing" do params = {} a...
27.198198
142
0.663796
1a9f0f7f8e9c2606caf60ee7e335c8159e519659
4,611
py
Python
test.py
YuZiHanorz/stacked_capsule_autoencoders
b85fb1b8b4d4f385f137b865469a20271a234162
[ "Apache-2.0" ]
null
null
null
test.py
YuZiHanorz/stacked_capsule_autoencoders
b85fb1b8b4d4f385f137b865469a20271a234162
[ "Apache-2.0" ]
4
2020-07-22T02:50:01.000Z
2022-02-10T02:42:41.000Z
test.py
YuZiHanorz/stacked_capsule_autoencoders
b85fb1b8b4d4f385f137b865469a20271a234162
[ "Apache-2.0" ]
1
2021-02-22T21:40:17.000Z
2021-02-22T21:40:17.000Z
# coding=utf-8 # Copyright 2019 The Google Research Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by...
37.795082
77
0.64216
4a03169899f97c9d2ee9e678a479bdff5dfd23d2
3,194
h
C
src/UI/Components/Grid.h
davidspry/ensemble
cbb7bdcf8cc98db087ba8c6710a05dfb65f09135
[ "MIT" ]
1
2021-01-19T19:35:54.000Z
2021-01-19T19:35:54.000Z
src/UI/Components/Grid.h
davidspry/ensemble
cbb7bdcf8cc98db087ba8c6710a05dfb65f09135
[ "MIT" ]
null
null
null
src/UI/Components/Grid.h
davidspry/ensemble
cbb7bdcf8cc98db087ba8c6710a05dfb65f09135
[ "MIT" ]
null
null
null
// Ensemble // Created by David Spry on 20/12/20. #ifndef GRID_H #define GRID_H #include "Ensemble.h" /// @brief A grid of squares. class Grid: public UIComponent { public: Grid(): UIComponent(), SPACE(20) { grid.setFilled(false); grid.setStrokeWidth(2.0f); updateGridDimensions...
25.758065
96
0.560426
0badae8f8d34c041b6ef21674ecf3a5fd5b2054e
2,136
hh
C++
2d/src/wall_2d.hh
softwarecapital/chr1shr.voro
122531fbe162ea9a94b7e96ee9d57d3957c337ca
[ "BSD-3-Clause-LBNL" ]
43
2019-09-29T01:14:25.000Z
2022-03-02T23:48:25.000Z
2d/src/wall_2d.hh
softwarecapital/chr1shr.voro
122531fbe162ea9a94b7e96ee9d57d3957c337ca
[ "BSD-3-Clause-LBNL" ]
15
2019-10-19T23:39:39.000Z
2021-12-30T22:03:51.000Z
2d/src/wall_2d.hh
softwarecapital/chr1shr.voro
122531fbe162ea9a94b7e96ee9d57d3957c337ca
[ "BSD-3-Clause-LBNL" ]
23
2019-10-19T23:40:57.000Z
2022-03-29T16:53:17.000Z
// Voro++, a 3D cell-based Voronoi library // // Author : Chris H. Rycroft (LBL / UC Berkeley) // Email : chr@alum.mit.edu // Date : August 30th 2011 /** \file wall_2d.hh * \brief Header file for the 2D derived wall classes. */ #ifndef VOROPP_WALL_2D_HH #define VOROPP_WALL_2D_HH #include "cell_2d.hh" #incl...
32.363636
92
0.704588
25e0d88ba15a94fb14e8e4733f8c14045f64e175
2,736
cs
C#
QJ_FileCenter/Program.cs
wmlunge/QJ_FileCenter
7d6b129889c471ce59f6dcd4e64bd04f338ff01e
[ "Apache-2.0" ]
1
2020-09-15T07:47:20.000Z
2020-09-15T07:47:20.000Z
QJ_FileCenter/Program.cs
wmlunge/QJ_FileCenter
7d6b129889c471ce59f6dcd4e64bd04f338ff01e
[ "Apache-2.0" ]
null
null
null
QJ_FileCenter/Program.cs
wmlunge/QJ_FileCenter
7d6b129889c471ce59f6dcd4e64bd04f338ff01e
[ "Apache-2.0" ]
null
null
null
using glTech.Log4netWrapper; using Nancy.Hosting.Self; using QJ_FileCenter; using QJ_FileCenter.Domains; using QJ_FileCenter.Repositories; using QJFile.Data; using System; using System.Net; using System.ServiceProcess; namespace QJ_FileCenter { static class Program { /// <summary> /// The main...
34.632911
150
0.512061
215fa3f1667cfc223cefcd7739d631142cba5c40
1,659
js
JavaScript
src/components/home/line-list/component.js
halima0305/FormationINS
b2f458031abbafa6e910df12a5f3da2fcdbb83b9
[ "MIT" ]
null
null
null
src/components/home/line-list/component.js
halima0305/FormationINS
b2f458031abbafa6e910df12a5f3da2fcdbb83b9
[ "MIT" ]
5
2021-03-10T01:16:09.000Z
2022-02-26T21:00:39.000Z
src/components/home/line-list/component.js
halima0305/FormationINS
b2f458031abbafa6e910df12a5f3da2fcdbb83b9
[ "MIT" ]
1
2019-12-10T13:29:41.000Z
2019-12-10T13:29:41.000Z
import React, { useState, useEffect } from 'react'; import { PropTypes } from 'prop-types'; import Table from 'components/shared/table'; import { filterArray, sortArrayByKey } from 'utils/array-utils'; import { getDesignations } from 'utils/call-api'; import { Loader, Message } from 'semantic-ui-react'; const List = (...
24.397059
70
0.634117
f86a7801b2a926936d5fa3d2b8b8c648aa5670f5
1,723
kt
Kotlin
app/src/main/java/com/minseok/themeexample/MainActivity.kt
minseok-kr/Android-Theme-Example
464bf7ba7c03dea9412d39ec6b34372207828c3b
[ "MIT" ]
null
null
null
app/src/main/java/com/minseok/themeexample/MainActivity.kt
minseok-kr/Android-Theme-Example
464bf7ba7c03dea9412d39ec6b34372207828c3b
[ "MIT" ]
null
null
null
app/src/main/java/com/minseok/themeexample/MainActivity.kt
minseok-kr/Android-Theme-Example
464bf7ba7c03dea9412d39ec6b34372207828c3b
[ "MIT" ]
null
null
null
package com.minseok.themeexample import android.app.PictureInPictureParams import android.content.Context import android.content.SharedPreferences import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import androidx.annotation.StyleRes import androidx.databinding.DataBindingUtil import com.minseok....
25.716418
78
0.656413
850eeb4f97397dd11a670960e925d9a6a455bd5a
231
cs
C#
iOS/XCharts.iOS/Implementation/Entries/PointEntry.cs
iXamDev/xcharts
b8f75628f388c6fbdef14f6d425e0b29e5541ded
[ "MIT" ]
null
null
null
iOS/XCharts.iOS/Implementation/Entries/PointEntry.cs
iXamDev/xcharts
b8f75628f388c6fbdef14f6d425e0b29e5541ded
[ "MIT" ]
null
null
null
iOS/XCharts.iOS/Implementation/Entries/PointEntry.cs
iXamDev/xcharts
b8f75628f388c6fbdef14f6d425e0b29e5541ded
[ "MIT" ]
null
null
null
using System; using XCharts.iOS.Abstract.Entries; namespace XCharts.iOS.Implementation.Entries { public class PointEntry : IPointEntry { public double Y { get; set; } public double X { get; set; } } }
19.25
44
0.65368
e4523a57de335a2e7452cfda50260fe370c24e67
1,833
sh
Shell
storage/scripts/displaywebpagescript.sh
IrisBroadcast/ophrys-signage
f7c4787794ab87960a0d07fb63e674c40bb88697
[ "BSD-3-Clause" ]
8
2019-11-12T18:51:10.000Z
2020-12-21T22:26:30.000Z
storage/scripts/displaywebpagescript.sh
IrisBroadcast/OphrysSignage
0bec692479d93d769e46a81eb46841daaf67f68a
[ "BSD-3-Clause" ]
4
2020-02-06T10:31:17.000Z
2020-02-26T20:55:41.000Z
storage/scripts/displaywebpagescript.sh
IrisBroadcast/OphrysSignage
0bec692479d93d769e46a81eb46841daaf67f68a
[ "BSD-3-Clause" ]
2
2020-02-06T10:34:15.000Z
2020-03-08T01:24:26.000Z
#!/bin/bash COMMONFILE=/usr/local/aloe/scripts/common.sh . $COMMONFILE STATEFILENODE="/usr/local/aloe/scripts/ophrys_state_node.json" function cleanChromium { PREFERENCES="/home/pi/.config/chromium/Default/Preferences" if [ -f $PREFERENCES ];then sed -i 's/"exit_type":"Crashed"/"exit_type":"Normal"/g' $PRE...
33.944444
374
0.716312
e2483d05b04196ef8f605e8147da7946db65efd3
4,011
py
Python
pineboolib/application/database/tests/test_pnconnection_manager.py
Aulla/pineboo
3ad6412d365a6ad65c3bb2bdc03f5798d7c37004
[ "MIT" ]
2
2017-12-10T23:06:16.000Z
2017-12-10T23:06:23.000Z
pineboolib/application/database/tests/test_pnconnection_manager.py
Aulla/pineboo
3ad6412d365a6ad65c3bb2bdc03f5798d7c37004
[ "MIT" ]
36
2017-11-05T21:13:47.000Z
2020-08-26T15:56:15.000Z
pineboolib/application/database/tests/test_pnconnection_manager.py
Aulla/pineboo
3ad6412d365a6ad65c3bb2bdc03f5798d7c37004
[ "MIT" ]
8
2017-11-05T15:56:31.000Z
2019-04-25T16:32:28.000Z
"""Test_pnconnection module.""" import unittest from pineboolib.loader.main import init_testing, finish_testing from pineboolib import application from pineboolib.application.database import pnsqlcursor from pineboolib.core.utils import logging import time LOGGER = logging.get_logger(__name__) USER_ID: str class...
34.282051
95
0.671154
b8c1e8bc0940e92910f3a4a51df3fc2ca0f74b12
1,018
h
C
src/main/cpp/include/segment/cubicsegment.h
Arctos6135/RobotPathfinder
8572f4790c7ba8af8096bf475a2da019d7c9ab86
[ "MIT" ]
12
2018-08-17T08:52:47.000Z
2020-01-29T11:17:31.000Z
src/main/cpp/include/segment/cubicsegment.h
Arctos6135/RobotPathfinder
8572f4790c7ba8af8096bf475a2da019d7c9ab86
[ "MIT" ]
38
2018-06-27T03:46:50.000Z
2020-01-02T05:56:52.000Z
src/main/cpp/include/segment/cubicsegment.h
Arctos6135/RobotPathfinder
8572f4790c7ba8af8096bf475a2da019d7c9ab86
[ "MIT" ]
null
null
null
#pragma once #include "splinesegment.h" namespace rpf { class CubicSegment : public SplineSegment { public: CubicSegment(const Vec2D &p0, const Vec2D &p1, const Vec2D &m0, const Vec2D &m1) : p0(p0), p1(p1), m0(m0), m1(m1) { } Vec2D at(double) const override; Ve...
29.085714
88
0.644401
bf8115a5ef12e4187e3bf26da305d9413026cf35
7,056
lua
Lua
rc-car/src/init.lua
henrythasler/nodemcu
e820be27e8f8feaa30ec0f9a26abcc3d740b61c2
[ "MIT" ]
1
2020-04-17T06:34:32.000Z
2020-04-17T06:34:32.000Z
rc-car/src/init.lua
henrythasler/nodemcu
e820be27e8f8feaa30ec0f9a26abcc3d740b61c2
[ "MIT" ]
1
2022-03-02T02:49:58.000Z
2022-03-02T02:49:58.000Z
rc-car/src/init.lua
henrythasler/nodemcu
e820be27e8f8feaa30ec0f9a26abcc3d740b61c2
[ "MIT" ]
1
2018-09-28T17:20:11.000Z
2018-09-28T17:20:11.000Z
-- Compile additional modules local files = { "webserver-request.lua", "webserver-header.lua", "webserver-websocket.lua" } for i, f in ipairs(files) do if file.exists(f) then print("Compiling:", f) node.compile(f) file.remove(f) collectgarbage() end end files = nil c...
28.682927
109
0.474773
382dc03c2c253452d5050acfd18bb0f00fa3cb7b
1,894
sql
SQL
models/double_entry_transactions/int_quickbooks__bill_double_entry.sql
alex-ilyichov/dbt_quickbooks
fbf24e691f7a3aebb9058b8d9301d4bef3c63b11
[ "Apache-2.0" ]
null
null
null
models/double_entry_transactions/int_quickbooks__bill_double_entry.sql
alex-ilyichov/dbt_quickbooks
fbf24e691f7a3aebb9058b8d9301d4bef3c63b11
[ "Apache-2.0" ]
null
null
null
models/double_entry_transactions/int_quickbooks__bill_double_entry.sql
alex-ilyichov/dbt_quickbooks
fbf24e691f7a3aebb9058b8d9301d4bef3c63b11
[ "Apache-2.0" ]
null
null
null
/* Table that creates a debit record to the specified expense account and credit record to accounts payable for each bill transaction. */ --To disable this model, set the using_bill variable within your dbt_project.yml file to False. {{ config(enabled=var('using_bill', True)) }} with bills as ( select * from ...
27.852941
131
0.678458
ef8bbe347136c5738571a99893a96886c4f18480
2,728
h
C
src/saux/senc.h
timgates42/libsrt
cebf7cacf1125781b20a3e4a7ca10ad741d57cfb
[ "BSD-3-Clause" ]
564
2015-04-21T23:05:55.000Z
2022-03-18T20:43:29.000Z
src/saux/senc.h
viquiram/libsrt
acaf2f5e30fa5069c84b2863d30eed2d09b41bfb
[ "BSD-3-Clause" ]
32
2015-06-05T22:49:58.000Z
2021-07-22T18:05:18.000Z
src/saux/senc.h
viquiram/libsrt
acaf2f5e30fa5069c84b2863d30eed2d09b41bfb
[ "BSD-3-Clause" ]
51
2015-07-26T05:00:52.000Z
2022-03-14T15:41:52.000Z
#ifndef SENC_H #define SENC_H #ifdef __cplusplus extern "C" { #endif /* * senc.h * * Buffer encoding/decoding * * Copyright (c) 2015-2019 F. Aragon. All rights reserved. * Released under the BSD 3-Clause License (see the doc/LICENSE) * * Features (base64 and hex encoding/decoding): * * - Aliasing safe (input...
36.864865
88
0.722507
e77e5ad1aaee6167461a90cd3d3f275eda759b9f
2,334
php
PHP
application/views/mgm/login.php
Elang-cripto/ppdb2021
81e88b460dd18e1be432cbc8f57e07102abca114
[ "MIT" ]
1
2022-01-08T09:43:28.000Z
2022-01-08T09:43:28.000Z
application/views/panitia/login.php
Elang-cripto/ppdb2021
81e88b460dd18e1be432cbc8f57e07102abca114
[ "MIT" ]
1
2021-12-24T15:36:36.000Z
2021-12-24T15:36:36.000Z
application/views/panitia/login.php
Elang-cripto/ppdb2021
81e88b460dd18e1be432cbc8f57e07102abca114
[ "MIT" ]
1
2021-12-22T07:24:06.000Z
2021-12-22T07:24:06.000Z
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Login admin</title> <meta name="description" content="Custom Login Form Styling with CSS3" /> <meta name="k...
34.323529
105
0.650386
9855825d0806fc8a88ec4cd85e6ce9892f39460c
955
kt
Kotlin
dispatching-center/src/main/kotlin/com/qingzhu/dispatcher/domain/dto/StaffDto.kt
nedphae/contact-center
d8bce203206a5b5ebd99e50c1a08e88d3e2afa0d
[ "Apache-2.0" ]
19
2020-12-19T10:48:30.000Z
2022-03-19T13:29:32.000Z
dispatching-center/src/main/kotlin/com/qingzhu/dispatcher/domain/dto/StaffDto.kt
nedphae/contact-center
d8bce203206a5b5ebd99e50c1a08e88d3e2afa0d
[ "Apache-2.0" ]
1
2021-07-12T06:16:04.000Z
2021-12-18T07:53:55.000Z
dispatching-center/src/main/kotlin/com/qingzhu/dispatcher/domain/dto/StaffDto.kt
nedphae/contact-center
d8bce203206a5b5ebd99e50c1a08e88d3e2afa0d
[ "Apache-2.0" ]
5
2021-08-11T02:35:25.000Z
2022-03-15T02:45:27.000Z
package com.qingzhu.dispatcher.domain.dto import com.qingzhu.common.domain.shared.authority.StaffAuthority /** * 客服登录用户 * 替换现有系统的 user 用户表, * 使用 OAuth2 做用户认证 */ data class StaffDto( var id: Long? = null, /** 公司id */ val organizationId: Int, /** 用户名 */ val username: String, /** 密码 */ v...
21.222222
64
0.557068
f05a541ce7a92d396ae991bfe8f8af142b523af4
1,122
go
Go
data/resp.go
ShiningRush/droplet
f918c796df2a2a24b524d228e349619a24137361
[ "MIT" ]
5
2021-02-08T02:12:33.000Z
2022-01-25T02:33:59.000Z
data/resp.go
ShiningRush/droplet
f918c796df2a2a24b524d228e349619a24137361
[ "MIT" ]
8
2020-12-29T13:59:54.000Z
2022-03-18T02:14:41.000Z
data/resp.go
ShiningRush/droplet
f918c796df2a2a24b524d228e349619a24137361
[ "MIT" ]
9
2021-01-25T01:05:51.000Z
2021-11-03T00:53:37.000Z
package data import ( "fmt" "net/http" ) type Response struct { Code int `json:"code"` Message string `json:"message"` Data interface{} `json:"data"` RequestID string `json:"request_id"` } func (r *Response) Set(code int, msg string, data interface{}) { r.Code = code r.Message =...
18.7
73
0.659537
f1a732f8fac13b7e4398ff9720a499da8384124f
249
rb
Ruby
qa/lib/gitlab/page/admin/dashboard.rb
nowkoai/test
7aca51cce41acd7ec4c393d1bb1185a4a2ca1d07
[ "MIT" ]
11,467
2015-01-01T02:37:54.000Z
2022-03-31T03:33:20.000Z
qa/lib/gitlab/page/admin/dashboard.rb
gitchinalab/gitchinalab
550440cc628181b1c4113909da701fb92aea08b6
[ "Apache-2.0" ]
2,862
2015-01-01T02:39:54.000Z
2022-01-03T16:58:41.000Z
qa/lib/gitlab/page/admin/dashboard.rb
Acidburn0zzz/gitlabhq
74015980b5259072bbf27b432b9b08fda9d27945
[ "MIT" ]
4,353
2015-01-01T09:03:52.000Z
2022-03-31T08:09:05.000Z
# frozen_string_literal: true module Gitlab module Page module Admin class Dashboard < Chemlab::Page path '/admin' h2 :users_in_license h2 :billable_users h3 :number_of_users end end end end
15.5625
37
0.62249
1955d0c6485db354c5500165fcb6a0af7ccad8cb
1,042
sh
Shell
lejos/nxt/AlphaRex.sh
alexc155/lego
bce271d6d4b62f320969edcc81f48ed8807b2201
[ "MIT" ]
null
null
null
lejos/nxt/AlphaRex.sh
alexc155/lego
bce271d6d4b62f320969edcc81f48ed8807b2201
[ "MIT" ]
null
null
null
lejos/nxt/AlphaRex.sh
alexc155/lego
bce271d6d4b62f320969edcc81f48ed8807b2201
[ "MIT" ]
null
null
null
JAVA_HOME="/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home" cd src/main/java find . -name '*.class' -type f -delete find . -name '*.nxj' -type f -delete /Applications/leJOS_NXJ/bin/nxjc legomindstorms/nxt/Base.java legomindstorms/nxt/alpharex/Legs.java /Applications/leJOS_NXJ/bin/nxjlink -o legomindstorms/...
49.619048
99
0.8119
43d53313944848a45d822612644192be0677615f
1,657
ts
TypeScript
packages/reflow-core/src/execute.ts
Yamsafer/reflow
32fdb54c4cbd4ef63683d2dbdff0ea83d5486524
[ "MIT" ]
2
2019-05-15T21:15:48.000Z
2020-06-18T12:11:41.000Z
packages/reflow-core/src/execute.ts
Yamsafer/reflow
32fdb54c4cbd4ef63683d2dbdff0ea83d5486524
[ "MIT" ]
null
null
null
packages/reflow-core/src/execute.ts
Yamsafer/reflow
32fdb54c4cbd4ef63683d2dbdff0ea83d5486524
[ "MIT" ]
null
null
null
import * as path from 'path' import Duration from 'duration'; import {threadPool} from './thread-pool' import {analyzeCombination} from './analyze' const executeMatrix = function(matrix, config) { const { mocha: mochaConfig, jobDetails, flowDetails, connection, capability, customActions, } ...
24.731343
87
0.654798
451b14eb48641036a7adfcd26a796c949a6ca84c
1,982
go
Go
cli/flags.go
rizalgowandy/nice
a29cd3367b177355379f030ffe80a79f2f9db440
[ "MIT" ]
186
2021-09-20T06:05:43.000Z
2022-03-22T16:21:34.000Z
cli/flags.go
rizalgowandy/nice
a29cd3367b177355379f030ffe80a79f2f9db440
[ "MIT" ]
11
2021-09-25T13:14:08.000Z
2021-10-01T21:45:45.000Z
cli/flags.go
rizalgowandy/nice
a29cd3367b177355379f030ffe80a79f2f9db440
[ "MIT" ]
7
2021-09-20T06:28:49.000Z
2021-11-12T00:09:08.000Z
package cli type Flag struct { Value Value Short string Long string Usage Usager Necessary Necessary set bool defaultSaved bool defaultValue string defaultEmpty bool commandFlag bool // NOTE(SuperPaintman): // The first version had "Aliases" for flags. It's quite handy to h...
18.018182
91
0.627144
38d028d7390b5adb47b92a566ab157e523464b0d
15,173
php
PHP
html/Vidal_Associados/wp-content/plugins/contact-form-7/includes/classes.php
cesarbruschetta/php-sites-docker
be931c160640fb2d84535b3be5ad693f0c27be0f
[ "BSD-2-Clause" ]
null
null
null
html/Vidal_Associados/wp-content/plugins/contact-form-7/includes/classes.php
cesarbruschetta/php-sites-docker
be931c160640fb2d84535b3be5ad693f0c27be0f
[ "BSD-2-Clause" ]
2
2020-07-17T17:53:38.000Z
2021-05-10T00:59:21.000Z
html/Vidal_Associados/wp-content/plugins/contact-form-7/includes/classes.php
cesarbruschetta/php-sites-docker
be931c160640fb2d84535b3be5ad693f0c27be0f
[ "BSD-2-Clause" ]
null
null
null
<?php class WPCF7_ContactForm { var $initial = false; var $id; var $title; var $form; var $mail; var $mail_2; var $messages; var $additional_settings; var $unit_tag; var $responses_count = 0; var $scanned_form_tags; var $posted_data; var $uploaded_files; var $skip_mail = false; // Return true if ...
25.760611
118
0.599618
8200f37b41b85df331035e7b571e289c05feb7c9
522
ps1
PowerShell
src/Functions/PoShMon.Configuration/Extensibility.ps1
HiltonGiesenow/PoShMon
770ce92b53ea0e9fc2b78e31e9e52b23da9c35b3
[ "MIT" ]
59
2017-01-04T01:27:18.000Z
2022-02-10T17:40:17.000Z
src/Functions/PoShMon.Configuration/Extensibility.ps1
HiltonGiesenow/PoShMon
770ce92b53ea0e9fc2b78e31e9e52b23da9c35b3
[ "MIT" ]
138
2016-12-31T20:07:38.000Z
2021-06-18T21:34:08.000Z
src/Functions/PoShMon.Configuration/Extensibility.ps1
HiltonGiesenow/PoShMon
770ce92b53ea0e9fc2b78e31e9e52b23da9c35b3
[ "MIT" ]
18
2017-01-28T10:16:49.000Z
2021-09-29T08:47:34.000Z
Function New-ExtensibilityConfig { [CmdletBinding()] param( [string[]]$ExtraTestFilesToInclude = @(), [string[]]$ExtraResolverFilesToInclude = @(), [string[]]$ExtraMergerFilesToInclude = @() ) return @{ TypeName = "PoShMon.ConfigurationItems.Extensibility" ...
32.625
70
0.657088
729ca522b6392c846046146e80552c77fbd1556c
3,708
sql
SQL
.documents/db script/adsf/query.sql
flash8627/icustom-boot
9605ade055bfbe4cc770ab4cd65b2dc9a59181ea
[ "Apache-2.0" ]
null
null
null
.documents/db script/adsf/query.sql
flash8627/icustom-boot
9605ade055bfbe4cc770ab4cd65b2dc9a59181ea
[ "Apache-2.0" ]
null
null
null
.documents/db script/adsf/query.sql
flash8627/icustom-boot
9605ade055bfbe4cc770ab4cd65b2dc9a59181ea
[ "Apache-2.0" ]
null
null
null
SELECT gh.forecast_header_id forecastheaderid, gh.pdt_type pdttype, gh.pdt_id pdtid, gh.supply_entity_id supplyentityid, gh.bucket_dimension bucketdimension, gh.forecast_dimension_code forecastdimensioncode, gh.forecast_status...
38.625
76
0.649137
c4b89cd754ed4e145b5eb1a88a5604a2934d4aac
37,506
cpp
C++
src/method/method_schema_info.cpp
Yechan0815/cubrid
da09d9e60b583d0b7ce5f665429f397976728d99
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
src/method/method_schema_info.cpp
Yechan0815/cubrid
da09d9e60b583d0b7ce5f665429f397976728d99
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
src/method/method_schema_info.cpp
Yechan0815/cubrid
da09d9e60b583d0b7ce5f665429f397976728d99
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/* * * Copyright 2016 CUBRID Corporation * * 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 la...
29.43956
174
0.661174
301090c420513009b6fc25c447bc503c0276b665
1,431
sql
SQL
SQL/DB_Initial.sql
i-chi-li/micronaut-kotlin-blanco-sample
0fbff11f2495bac941eecbee4f4577d7ae9c2f98
[ "Apache-2.0" ]
null
null
null
SQL/DB_Initial.sql
i-chi-li/micronaut-kotlin-blanco-sample
0fbff11f2495bac941eecbee4f4577d7ae9c2f98
[ "Apache-2.0" ]
null
null
null
SQL/DB_Initial.sql
i-chi-li/micronaut-kotlin-blanco-sample
0fbff11f2495bac941eecbee4f4577d7ae9c2f98
[ "Apache-2.0" ]
null
null
null
CREATE DATABASE IF NOT EXISTS `sample00` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; USE `sample00`; CREATE TABLE IF NOT EXISTS `users` ( `user_id` INTEGER UNSIGNED NOT NULL, `user_name` VARCHAR(50) NOT NULL, `password` VARCHAR(50) NOT NULL, `email` VARCHAR(200), ...
34.071429
89
0.730957
8544a07e118e809520fc42d35de3a9255338a996
1,152
cs
C#
Assets/Scripts/Scriptables/ItemScriptable.cs
jackieateacat/full-project
c19110d126d3e629c75f5908c9ce39fe039c2e9e
[ "Unlicense" ]
null
null
null
Assets/Scripts/Scriptables/ItemScriptable.cs
jackieateacat/full-project
c19110d126d3e629c75f5908c9ce39fe039c2e9e
[ "Unlicense" ]
null
null
null
Assets/Scripts/Scriptables/ItemScriptable.cs
jackieateacat/full-project
c19110d126d3e629c75f5908c9ce39fe039c2e9e
[ "Unlicense" ]
6
2021-08-11T01:58:34.000Z
2021-08-20T19:30:25.000Z
using UnityEngine; [CreateAssetMenu(fileName = "NewItem", menuName = "Inventory System/Item")] public class ItemScriptable : ScriptableObject { [Tooltip("The Item Type defines how an item shall be grouped.")] [SerializeField] private ItemType itemType; [Tooltip("What is the name of this item? This is more...
36
89
0.710938
0d3422f7d5a3e05394ea29521ff7d1b7c1826c8f
3,401
h
C
MASProximity/Classes/MASProximityLoginDelegate.h
CAAPIM/iOS-MAS-Proximity
cb3784271de25851922b467f50140f43f3f2feb7
[ "MIT" ]
null
null
null
MASProximity/Classes/MASProximityLoginDelegate.h
CAAPIM/iOS-MAS-Proximity
cb3784271de25851922b467f50140f43f3f2feb7
[ "MIT" ]
null
null
null
MASProximity/Classes/MASProximityLoginDelegate.h
CAAPIM/iOS-MAS-Proximity
cb3784271de25851922b467f50140f43f3f2feb7
[ "MIT" ]
1
2021-11-11T19:23:15.000Z
2021-11-11T19:23:15.000Z
// // MASProximityLoginDelegate.h // MASFoundation // // Copyright (c) 2016 CA. All rights reserved. // // This software may be modified and distributed under the terms // of the MIT license. See the LICENSE file for details. // @import Foundation; #import <MASFoundation/MASFoundation.h> /** * The enumerated ...
25.007353
160
0.71626
5d300fcbc8b3d333153f560939896bb5881e474e
247
hpp
C++
include/System/NonCopyable.hpp
Mac1512/engge
50c203c09b57c0fbbcdf6284c60886c8db471e07
[ "MIT" ]
null
null
null
include/System/NonCopyable.hpp
Mac1512/engge
50c203c09b57c0fbbcdf6284c60886c8db471e07
[ "MIT" ]
null
null
null
include/System/NonCopyable.hpp
Mac1512/engge
50c203c09b57c0fbbcdf6284c60886c8db471e07
[ "MIT" ]
null
null
null
#pragma once namespace ng { class NonCopyable { protected: NonCopyable() = default; ~NonCopyable() = default; private: NonCopyable(const NonCopyable &) = delete; NonCopyable &operator=(const NonCopyable &) = delete; }; } // namespace ng
17.642857
55
0.704453
f41e1d58276487ff4fae76db419d3653065d2a7a
1,957
cs
C#
src/tests/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953.cs
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
9,402
2019-11-25T23:26:24.000Z
2022-03-31T23:19:41.000Z
src/tests/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953.cs
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
37,522
2019-11-25T23:30:32.000Z
2022-03-31T23:58:30.000Z
src/tests/JIT/Regression/JitBlue/Runtime_56953/Runtime_56953.cs
pyracanda/runtime
72bee25ab532a4d0636118ec2ed3eabf3fd55245
[ "MIT" ]
3,629
2019-11-25T23:29:16.000Z
2022-03-31T21:52:28.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.CompilerServices; public class TestClass13 { // The test exposed a place where we were using uninitialized `gtUseNum` variable. public stru...
25.75
174
0.565662
ebcd8a52acd56eccadca95e643dc4d720f737821
3,665
css
CSS
assets/style.css
anthony9292/Anthony-Ndegwa-Portfolio
9eb2c86267e9b1b1af0920759fdee539ea22ec2c
[ "MIT" ]
null
null
null
assets/style.css
anthony9292/Anthony-Ndegwa-Portfolio
9eb2c86267e9b1b1af0920759fdee539ea22ec2c
[ "MIT" ]
null
null
null
assets/style.css
anthony9292/Anthony-Ndegwa-Portfolio
9eb2c86267e9b1b1af0920759fdee539ea22ec2c
[ "MIT" ]
null
null
null
@import url('http://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: sans-serif; } section{ padding: 100px; } /*HEADER SECTION*/ .banner { position: relative; min-height: 100vh; background:...
12.465986
108
0.643111
e441694e9b76e45731f288e94065a3bc96cd5532
4,100
cpp
C++
src/ScoreKeeperShared.cpp
MidflightDigital/stepmania
dbce5016978e5ab51aaa6a4fb21ef2c7ce68e52e
[ "MIT" ]
7
2019-01-06T01:09:55.000Z
2021-01-21T00:00:19.000Z
src/ScoreKeeperShared.cpp
MidflightDigital/stepmania
dbce5016978e5ab51aaa6a4fb21ef2c7ce68e52e
[ "MIT" ]
6
2020-07-29T17:45:36.000Z
2020-07-29T18:48:03.000Z
src/ScoreKeeperShared.cpp
MidflightDigital/stepmania
dbce5016978e5ab51aaa6a4fb21ef2c7ce68e52e
[ "MIT" ]
5
2019-01-06T01:48:34.000Z
2021-11-25T21:19:07.000Z
#include "global.h" #include "ScoreKeeperShared.h" #include "RageLog.h" #include "GameState.h" #include "PlayerState.h" using std::vector; /* In Routine, we have two Players, but the master one handles all of the scoring. The other * one will just receive misses for everything, and shouldn't do anything. */ ScoreKe...
35.964912
135
0.775366
a382a4d3319853878c06ae76512f3cce40c2ccf5
119
ts
TypeScript
src/react-app-env.d.ts
psyycker/react-translation
452c16e1d60903af505f79ba4878225e249b836f
[ "MIT" ]
3
2020-09-28T03:07:19.000Z
2022-01-20T21:53:26.000Z
src/react-app-env.d.ts
psyycker/react-translation
452c16e1d60903af505f79ba4878225e249b836f
[ "MIT" ]
2
2021-04-15T05:02:43.000Z
2022-01-20T21:53:14.000Z
src/react-app-env.d.ts
psyycker/react-translation
452c16e1d60903af505f79ba4878225e249b836f
[ "MIT" ]
null
null
null
interface Window { localChangeEvent: Event; translationChangeEvent: Event; translations: {}; locale: string; }
17
32
0.731092
b0e4e38713a94cf7ac5154340bae6129e8ee4b00
3,629
py
Python
src/unittest/python/parameter_load_tests.py
rspitler/infra-buddy
5ef0e20dfd6906f83459108cb767de38afbb7a2b
[ "Apache-2.0" ]
3
2018-03-31T09:09:40.000Z
2021-11-08T10:26:46.000Z
src/unittest/python/parameter_load_tests.py
rspitler/infra-buddy
5ef0e20dfd6906f83459108cb767de38afbb7a2b
[ "Apache-2.0" ]
2
2021-05-21T04:17:02.000Z
2021-06-01T18:49:26.000Z
src/unittest/python/parameter_load_tests.py
rspitler/infra-buddy
5ef0e20dfd6906f83459108cb767de38afbb7a2b
[ "Apache-2.0" ]
3
2020-10-12T23:00:58.000Z
2021-07-29T19:03:50.000Z
import json import os import tempfile from infra_buddy.aws import s3 from infra_buddy.aws.cloudformation import CloudFormationBuddy from infra_buddy.aws.s3 import S3Buddy from infra_buddy.commandline import cli from infra_buddy.context.deploy_ctx import DeployContext from infra_buddy.deploy.cloudformation_deploy impor...
40.775281
122
0.606779
b1465b16c1808ec61302cc1b8df78787a5b68743
476
py
Python
app/admin/controllers.py
RobinRheem/mememime
86b81cc3708d58a142229ebfe192c8234ae2fce2
[ "MIT" ]
null
null
null
app/admin/controllers.py
RobinRheem/mememime
86b81cc3708d58a142229ebfe192c8234ae2fce2
[ "MIT" ]
1
2021-04-30T20:57:05.000Z
2021-04-30T20:57:05.000Z
app/admin/controllers.py
cladup/objection
86b81cc3708d58a142229ebfe192c8234ae2fce2
[ "MIT" ]
null
null
null
from flask import Blueprint admin_page = Blueprint('admin', __name__) @admin_page.route('/admin/objects', methods=['GET']) def get(): """ FIXME: Create debug purpose file input UI """ return ''' <!doctype html> <title>Upload new File</title> <h1>Upload new File</h1> <form method=post...
21.636364
73
0.642857
79bbd0e88d20bff77a51d24a9a465a14edf40e4a
4,885
php
PHP
app/controllers/NewsController.php
idmaximum/majProject
53897f8a0514578f095bfb42388ba52b2225c78f
[ "MIT" ]
null
null
null
app/controllers/NewsController.php
idmaximum/majProject
53897f8a0514578f095bfb42388ba52b2225c78f
[ "MIT" ]
null
null
null
app/controllers/NewsController.php
idmaximum/majProject
53897f8a0514578f095bfb42388ba52b2225c78f
[ "MIT" ]
null
null
null
<?php class NewsController extends BaseController { /* |-------------------------------------------------------------------------- | Default Home Controller |-------------------------------------------------------------------------- | | You may wish to use controllers instead of, or in addition to, Closure | ba...
34.160839
98
0.550051
43966555ded97378cbd733c474224f10bb95c78c
13,243
ts
TypeScript
app/frontend/src/app/pages/annotations/upload/upload.service.ts
antigenomics/vdjdb-web-private
9200cf0a6a7735c7052a805e95fe164ec0f7bdd2
[ "Apache-2.0" ]
6
2017-12-12T11:29:47.000Z
2021-04-10T09:05:35.000Z
app/frontend/src/app/pages/annotations/upload/upload.service.ts
antigenomics/vdjdb-web
5f30cbfd34739b5296d1b8036a5607c429df74cd
[ "Apache-2.0" ]
42
2017-12-12T15:14:45.000Z
2022-03-02T03:29:35.000Z
app/frontend/src/app/pages/annotations/upload/upload.service.ts
antigenomics/vdjdb-web-private
9200cf0a6a7735c7052a805e95fe164ec0f7bdd2
[ "Apache-2.0" ]
1
2018-06-04T20:27:43.000Z
2018-06-04T20:27:43.000Z
/* * Copyright 2017-2019 Bagaev Dmitry * * 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 ...
36.18306
128
0.67447
ddbd8448840de632bb0cf4a5b3451ab250f4578c
2,151
java
Java
common/src/main/java/marsh/town/brb/Mixins/UnGroup/SplitGrouped.java
SimGitHub5/BetterRecipeBook
a3188ec0b627dc64aff101bd6700e2f54ef9c903
[ "MIT" ]
9
2021-10-02T17:57:04.000Z
2022-03-19T03:22:07.000Z
common/src/main/java/marsh/town/brb/Mixins/UnGroup/SplitGrouped.java
SimGitHub5/BetterRecipeBook
a3188ec0b627dc64aff101bd6700e2f54ef9c903
[ "MIT" ]
30
2021-06-04T02:41:44.000Z
2022-03-03T02:00:40.000Z
common/src/main/java/marsh/town/brb/Mixins/UnGroup/SplitGrouped.java
SimGitHub5/BetterRecipeBook
a3188ec0b627dc64aff101bd6700e2f54ef9c903
[ "MIT" ]
6
2021-08-23T19:16:35.000Z
2021-12-18T15:56:34.000Z
package marsh.town.brb.Mixins.UnGroup; import com.google.common.collect.Lists; import marsh.town.brb.BetterRecipeBook; import net.minecraft.client.ClientRecipeBook; import net.minecraft.client.RecipeBookCategories; import net.minecraft.client.gui.screens.recipebook.RecipeCollection; import net.minecraft.stats.RecipeBo...
44.8125
132
0.718271
ed6e6f951d5e08729dd5e82a84dd660c9d9fc02e
718
h
C
released_plugins/v3d_plugins/bigneuron_zhijiang_zn_bjut_fastmarching_spanningtree_vaa3d/global.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
1
2021-12-27T19:14:03.000Z
2021-12-27T19:14:03.000Z
released_plugins/v3d_plugins/bigneuron_zhijiang_zn_bjut_fastmarching_spanningtree_vaa3d/global.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
1
2016-12-03T05:33:13.000Z
2016-12-03T05:33:13.000Z
released_plugins/v3d_plugins/bigneuron_zhijiang_zn_bjut_fastmarching_spanningtree_vaa3d/global.h
zzhmark/vaa3d_tools
3ca418add85a59ac7e805d55a600b78330d7e53d
[ "MIT" ]
null
null
null
#ifndef GLOBAL_H #define GLOBAL_H #define GET_IND(x,y,z) (x) + (y) * sz_x + (z) * sz_xy #define GET_X(ind) ind % sz_x #define GET_Y(ind) (ind / sz_x) % sz_y #define GET_Z(ind) (ind / sz_xy) % sz_z #define DISTANCE(src,dst) \ sqrt(pow((GET_X(src) - GET_X(dst)) * 1.0,2.0)\ + pow((GET_Y(src) - GE...
21.757576
55
0.591922
ff4f3416b8a246203f7b0ae5f3a2505e4a5b91c1
21,907
py
Python
engine.py
craigvear/monks_mood
14864669830aca27393eb5e88d3d8cfb6b593846
[ "MIT" ]
null
null
null
engine.py
craigvear/monks_mood
14864669830aca27393eb5e88d3d8cfb6b593846
[ "MIT" ]
null
null
null
engine.py
craigvear/monks_mood
14864669830aca27393eb5e88d3d8cfb6b593846
[ "MIT" ]
null
null
null
"""main server script will sit onboard host and operate as Nebula --- its dynamic soul""" # -------------------------------------------------- # # Embodied AI Engine Prototype v0.10 # 2021/01/25 # # © Craig Vear 2020 # cvear@dmu.ac.uk # # Dedicated to Fabrizio Poltronieri # # ------------------------------------------...
34.229688
110
0.540147
b928aa43518b91ff243097b44a7566b87d0929a8
7,984
css
CSS
public/css/back/edit.min.css
hansnataniel/ca
70e1be225596b5b81151abe0abd13cc74a812c61
[ "MIT" ]
null
null
null
public/css/back/edit.min.css
hansnataniel/ca
70e1be225596b5b81151abe0abd13cc74a812c61
[ "MIT" ]
null
null
null
public/css/back/edit.min.css
hansnataniel/ca
70e1be225596b5b81151abe0abd13cc74a812c61
[ "MIT" ]
null
null
null
.edit-item-content{padding:20px 0}.edit-form-group{position:relative;display:block;font-size:0;margin-bottom:15px}.edit-form-label,.edit-form-text{display:block;font-size:14px;color:#0d0f3b;position:relative}.edit-form-group:last-child{margin-bottom:0}.edit-form-label{width:150px;margin-bottom:5px}.edit-form-text{width...
7,984
7,984
0.80511
5706a4a2119d033af67e43352f2fb3f212c8bfe4
471
js
JavaScript
src/containers/PopupContainer.js
euskal64500/Mastermind
089ee77c2dbe3811096e77763af3c98e8af03214
[ "MIT" ]
null
null
null
src/containers/PopupContainer.js
euskal64500/Mastermind
089ee77c2dbe3811096e77763af3c98e8af03214
[ "MIT" ]
null
null
null
src/containers/PopupContainer.js
euskal64500/Mastermind
089ee77c2dbe3811096e77763af3c98e8af03214
[ "MIT" ]
null
null
null
import { connect } from 'react-redux'; import { bindActionCreators } from 'redux'; import { closePopup } from '../actions'; import Popup from '../components/Popup'; const mapStateToProps = state => ({ visible: state.popup.show, type: state.popup.type }); const mapDispatchToProps = dispatch => bindActionCreators({...
24.789474
93
0.734607
40b08ff332e17d548a2058fbc8a12d496e346078
7,276
rb
Ruby
lib/ruote/exp/fe_participant.rb
kennethkalmer/ruote
776cd89180c5ed59ef94f3d52d31f2296e0573c2
[ "MIT" ]
2
2016-05-08T17:52:28.000Z
2016-07-19T15:01:32.000Z
lib/ruote/exp/fe_participant.rb
kennethkalmer/ruote
776cd89180c5ed59ef94f3d52d31f2296e0573c2
[ "MIT" ]
null
null
null
lib/ruote/exp/fe_participant.rb
kennethkalmer/ruote
776cd89180c5ed59ef94f3d52d31f2296e0573c2
[ "MIT" ]
null
null
null
#-- # Copyright (c) 2005-2010, John Mettraux, jmettraux@gmail.com # # 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...
30.316667
94
0.683342
da3f4233b0c02ea23ec586364f41d64c6c3c11fc
4,432
php
PHP
server/totara/competency/pathway/learning_plan/classes/external.php
woon5118/totara_ub
a38f8e5433c93d295f6768fb24e5eecefa8294cd
[ "PostgreSQL" ]
null
null
null
server/totara/competency/pathway/learning_plan/classes/external.php
woon5118/totara_ub
a38f8e5433c93d295f6768fb24e5eecefa8294cd
[ "PostgreSQL" ]
null
null
null
server/totara/competency/pathway/learning_plan/classes/external.php
woon5118/totara_ub
a38f8e5433c93d295f6768fb24e5eecefa8294cd
[ "PostgreSQL" ]
null
null
null
<?php /* * This file is part of Totara Learn * * Copyright (C) 2018 onwards Totara Learning Solutions LTD * * This program 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...
39.927928
162
0.679377
8ea6ab88fba9fe9cb0cc3894072f9a809aeeab32
1,870
js
JavaScript
public/layuiadmin/json/layim/getList.js
gong86627/laravel
c6eb65cd0ba6f96fc60d017070afd9637d0fec1e
[ "MIT" ]
4
2019-06-24T00:38:16.000Z
2021-12-11T07:27:26.000Z
public/layuiadmin/json/layim/getList.js
gong86627/laravel
c6eb65cd0ba6f96fc60d017070afd9637d0fec1e
[ "MIT" ]
null
null
null
public/layuiadmin/json/layim/getList.js
gong86627/laravel
c6eb65cd0ba6f96fc60d017070afd9637d0fec1e
[ "MIT" ]
3
2021-11-18T13:33:47.000Z
2021-12-27T09:14:43.000Z
{ "code": 0 ,"msg": "" ,"data": { "mine": { "username": "测试名称" ,"id": "100000" ,"status": "online" ,"sign": "测试" ,"avatar": "" } ,"friend": [{ "groupname": "测试分组一" ,"id": 0 ,"list": [{ "username": "测试1" ,"id": "100001" ,"avatar": ...
19.479167
27
0.321925
b3e3dd62be804bfa406e7e432f989e2486499cd0
193
rs
Rust
src/test/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.rs
ohno418/rust
395a09c3dafe0c7838c9ca41d2b47bb5e79a5b6d
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
2
2022-02-02T03:22:13.000Z
2022-02-13T18:52:37.000Z
src/test/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.rs
maxrovskyi/rust
51558ccb8e7cea87c6d1c494abad5451e5759979
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
4
2022-03-10T11:13:37.000Z
2022-03-10T11:54:54.000Z
src/test/ui/rfc-2632-const-trait-impl/const-check-fns-in-const-impl.rs
maxrovskyi/rust
51558ccb8e7cea87c6d1c494abad5451e5759979
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
1
2022-02-14T09:24:04.000Z
2022-02-14T09:24:04.000Z
#![feature(const_trait_impl)] struct S; trait T { fn foo(); } fn non_const() {} impl const T for S { fn foo() { non_const() } //~^ ERROR cannot call non-const fn } fn main() {}
12.0625
39
0.57513
a7b222a403c29eee83810c77d4c184002fa33f64
155
css
CSS
frontend/src/pages/Events.css
ecarlste/graphql-react-event-booking
b680a2188ce9bf1e760140246af84b18e01e2263
[ "MIT" ]
null
null
null
frontend/src/pages/Events.css
ecarlste/graphql-react-event-booking
b680a2188ce9bf1e760140246af84b18e01e2263
[ "MIT" ]
null
null
null
frontend/src/pages/Events.css
ecarlste/graphql-react-event-booking
b680a2188ce9bf1e760140246af84b18e01e2263
[ "MIT" ]
null
null
null
.events-control { text-align: center; border: 1px solid #01d1d1; padding: 3rem; margin: 2rem auto; width: 30rem; max-width: 80%; }
17.222222
30
0.6
dbf48d4d2af7aead576383e85872d32c022e27aa
2,215
php
PHP
src/Odnoklassniki/Provider.php
J2TeamNNL/Providers
14668d12fcbe65483027aa5d84e505b4d38cc611
[ "MIT" ]
1
2020-08-11T20:59:32.000Z
2020-08-11T20:59:32.000Z
src/Odnoklassniki/Provider.php
J2TeamNNL/Providers
14668d12fcbe65483027aa5d84e505b4d38cc611
[ "MIT" ]
null
null
null
src/Odnoklassniki/Provider.php
J2TeamNNL/Providers
14668d12fcbe65483027aa5d84e505b4d38cc611
[ "MIT" ]
null
null
null
<?php namespace SocialiteProviders\Odnoklassniki; use Illuminate\Support\Arr; use SocialiteProviders\Manager\OAuth2\AbstractProvider; use SocialiteProviders\Manager\OAuth2\User; class Provider extends AbstractProvider { /** * Unique Provider Identifier. */ public const IDENTIFIER = 'ODNOKLASSNIKI';...
24.611111
98
0.542212
f76222e03985be79c3a25258d01113d9e082bfc4
1,764
rb
Ruby
lib/kennel/models/synthetic_test.rb
zdrve/kennel
0dd6746837fbe9a48e0130bb1409bd3ad89923e1
[ "MIT" ]
94
2017-12-09T09:48:30.000Z
2022-03-09T00:44:06.000Z
lib/kennel/models/synthetic_test.rb
zdrve/kennel
0dd6746837fbe9a48e0130bb1409bd3ad89923e1
[ "MIT" ]
71
2017-12-20T18:15:16.000Z
2022-03-24T18:05:32.000Z
lib/kennel/models/synthetic_test.rb
zdrve/kennel
0dd6746837fbe9a48e0130bb1409bd3ad89923e1
[ "MIT" ]
43
2017-12-09T01:01:10.000Z
2022-03-17T18:05:29.000Z
# frozen_string_literal: true module Kennel module Models class SyntheticTest < Record TRACKING_FIELD = :message DEFAULTS = { }.freeze READONLY_ATTRIBUTES = superclass::READONLY_ATTRIBUTES + [:status, :monitor_id] LOCATIONS = ["aws:ca-central-1", "aws:eu-north-1", "aws:eu-west-1", "a...
27.5625
308
0.559524
0dc544c02048e5d32a432ca9c075bdd7a7483d88
242
cs
C#
Peanuts.Net.Core/src/Persistence/IDocumentDao.cs
queoGmbH/peanuts
50d170bff470d2d9faa3e8a57a4ec123c4b8d407
[ "MIT" ]
5
2017-09-01T10:49:48.000Z
2021-02-22T20:31:55.000Z
Peanuts.Net.Core/src/Persistence/IDocumentDao.cs
queoGmbH/peanuts
50d170bff470d2d9faa3e8a57a4ec123c4b8d407
[ "MIT" ]
3
2017-11-01T14:08:07.000Z
2018-07-04T07:41:02.000Z
Peanuts.Net.Core/src/Persistence/IDocumentDao.cs
queoGmbH/peanuts
50d170bff470d2d9faa3e8a57a4ec123c4b8d407
[ "MIT" ]
4
2018-01-07T19:00:39.000Z
2021-02-26T19:41:36.000Z
using Com.QueoFlow.Peanuts.Net.Core.Domain.Documents; using Com.QueoFlow.Peanuts.Net.Core.Persistence.NHibernate; namespace Com.QueoFlow.Peanuts.Net.Core.Persistence { public interface IDocumentDao : IGenericDao<Document, int> { } }
34.571429
64
0.785124
b372ffef62affb5ef242405cae3add439db2480d
1,299
py
Python
cegs_portal/search/views/v1/search.py
ReddyLab/cegs-portal
a83703a3557167be328c24bfb866b6aa019ba059
[ "MIT" ]
null
null
null
cegs_portal/search/views/v1/search.py
ReddyLab/cegs-portal
a83703a3557167be328c24bfb866b6aa019ba059
[ "MIT" ]
null
null
null
cegs_portal/search/views/v1/search.py
ReddyLab/cegs-portal
a83703a3557167be328c24bfb866b6aa019ba059
[ "MIT" ]
null
null
null
from urllib.parse import unquote_plus from django.http import HttpResponseServerError from cegs_portal.search.errors import SearchResultsException from cegs_portal.search.forms import SearchForm from cegs_portal.search.json_templates.v1.search_results import ( search_results as sr_json, ) from cegs_portal.search....
34.184211
86
0.724403
e01960829d10854eed7df8ea889d72f22b59ba5b
46
h
C
lib/libc/wasi/libc-bottom-half/headers/private/stdarg.h
lukekras/zig
6f303c01f3e06fe8203563065ea32537f6eff456
[ "MIT" ]
12,718
2018-05-25T02:00:44.000Z
2022-03-31T23:03:51.000Z
lib/libc/wasi/libc-bottom-half/headers/private/stdarg.h
lukekras/zig
6f303c01f3e06fe8203563065ea32537f6eff456
[ "MIT" ]
8,483
2018-05-23T16:22:39.000Z
2022-03-31T22:18:16.000Z
lib/libc/wasi/libc-bottom-half/headers/private/stdarg.h
lukekras/zig
6f303c01f3e06fe8203563065ea32537f6eff456
[ "MIT" ]
1,400
2018-05-24T22:35:25.000Z
2022-03-31T21:32:48.000Z
#include_next <stdarg.h> #include <_/cdefs.h>
15.333333
24
0.717391
a2248ca28998ab50c512b8f62450395235a0f9b4
370
kt
Kotlin
compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/plusAssignWithLambdaInRhs.kt
Mu-L/kotlin
5c3ce66e9979d2b3592d06961e181fa27fa88431
[ "ECL-2.0", "Apache-2.0" ]
45,293
2015-01-01T06:23:46.000Z
2022-03-31T21:55:51.000Z
compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/plusAssignWithLambdaInRhs.kt
Seantheprogrammer93/kotlin
f7aabf03f89bdd39d9847572cf9e0051ea42c247
[ "ECL-2.0", "Apache-2.0" ]
3,386
2015-01-12T13:28:50.000Z
2022-03-31T17:48:15.000Z
compiler/fir/analysis-tests/testData/resolveWithStdlib/inference/plusAssignWithLambdaInRhs.kt
Seantheprogrammer93/kotlin
f7aabf03f89bdd39d9847572cf9e0051ea42c247
[ "ECL-2.0", "Apache-2.0" ]
6,351
2015-01-03T12:30:09.000Z
2022-03-31T20:46:54.000Z
// ISSUE: KT-39005 // !DUMP_CFG fun test() { val list: MutableList<(String) -> String> = null!! list += { it } } class A<T>(private val executor: ((T) -> Unit) -> Unit) fun <T> postpone(computation: () -> T): A<T> { val queue = mutableListOf<() -> Unit>() return A { resolve -> queue += { ...
18.5
55
0.510811
2542031a30f69c3e0d7667d5ab1a32805e079356
2,353
js
JavaScript
src/components/Header.js
brightparagon/memo-react
56cdb5dd96cce46d6b50fb32caedbaae78476f3e
[ "MIT" ]
null
null
null
src/components/Header.js
brightparagon/memo-react
56cdb5dd96cce46d6b50fb32caedbaae78476f3e
[ "MIT" ]
null
null
null
src/components/Header.js
brightparagon/memo-react
56cdb5dd96cce46d6b50fb32caedbaae78476f3e
[ "MIT" ]
null
null
null
import React from 'react'; import { Link } from 'react-router'; import { Search } from 'components'; import ReactCSSTransitionGroup from 'react-addons-css-transition-group'; class Header extends React.Component { constructor(props) { super(props); // IMPLEMENT: CREATE A SEARCH STATUS thi...
29.049383
127
0.494688