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
e782c500fe01541a79d45d0301c8a93428835636
77
php
PHP
spec/.test/classes.php
quantaphp/array-type-check
17a233857d6d77c4143677a5a523eaa4ea7c89cc
[ "MIT" ]
null
null
null
spec/.test/classes.php
quantaphp/array-type-check
17a233857d6d77c4143677a5a523eaa4ea7c89cc
[ "MIT" ]
null
null
null
spec/.test/classes.php
quantaphp/array-type-check
17a233857d6d77c4143677a5a523eaa4ea7c89cc
[ "MIT" ]
null
null
null
<?php namespace Test; interface SomeInterface {} final class SomeClass {}
9.625
26
0.74026
a3c2f4946e0786dc428dac148f7978470659318f
35,914
java
Java
warehouse/ingest-core/src/main/java/datawave/ingest/mapreduce/handler/tokenize/ExtendedContentIndexingColumnBasedHandler.java
matthpeterson/datawave
b8758ba2d5d18f1eba0e1fad63b35bb806998955
[ "Apache-2.0" ]
null
null
null
warehouse/ingest-core/src/main/java/datawave/ingest/mapreduce/handler/tokenize/ExtendedContentIndexingColumnBasedHandler.java
matthpeterson/datawave
b8758ba2d5d18f1eba0e1fad63b35bb806998955
[ "Apache-2.0" ]
null
null
null
warehouse/ingest-core/src/main/java/datawave/ingest/mapreduce/handler/tokenize/ExtendedContentIndexingColumnBasedHandler.java
matthpeterson/datawave
b8758ba2d5d18f1eba0e1fad63b35bb806998955
[ "Apache-2.0" ]
null
null
null
package datawave.ingest.mapreduce.handler.tokenize; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.concurrent...
45.403287
162
0.645459
937501f54199d51db412b4863fcc4fbdc8751f14
1,285
cs
C#
src/spa/EmployeeDashboard/EmployeeDashboard/Models/Responses/ApiOkResponse.cs
manju064/employee-dashboard
de57fb4f115626e7c2091bfc24a1ec17fa5ee389
[ "MIT" ]
1
2019-01-22T22:04:08.000Z
2019-01-22T22:04:08.000Z
src/spa/EmployeeDashboard/EmployeeDashboard/Models/Responses/ApiOkResponse.cs
manju064/employee-dashboard
de57fb4f115626e7c2091bfc24a1ec17fa5ee389
[ "MIT" ]
null
null
null
src/spa/EmployeeDashboard/EmployeeDashboard/Models/Responses/ApiOkResponse.cs
manju064/employee-dashboard
de57fb4f115626e7c2091bfc24a1ec17fa5ee389
[ "MIT" ]
null
null
null
// <copyright file="ApiOkResponse.cs" company="Manjunath Keshava"> // Manjunath Keshava Copyright (c) 2018 // </copyright> using System.Net; using EmployeeDashboard.Resource; namespace EmployeeDashboard.Models.Responses { /// <summary> /// Object for sending sucessfull message /// </summary> /// <typ...
29.883721
103
0.584436
6b758df8f5da3847316c645bd8dcd4fe2cd37d71
417
js
JavaScript
JavaScript/M03_JavaScriptAdvanced/L06_AdvancedFunctions/Exercises/P01_SortArray.js
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
3
2021-04-06T21:35:50.000Z
2021-08-07T09:51:58.000Z
JavaScript/M03_JavaScriptAdvanced/L06_AdvancedFunctions/Exercises/P01_SortArray.js
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
null
null
null
JavaScript/M03_JavaScriptAdvanced/L06_AdvancedFunctions/Exercises/P01_SortArray.js
todorkrastev/softuni-software-engineering
cfc0b5eaeb82951ff4d4668332ec3a31c59a5f84
[ "MIT" ]
1
2021-12-02T13:58:21.000Z
2021-12-02T13:58:21.000Z
function sortArr(arr, sortType) { let sortFunction = { asc: function (arr) { return arr.sort((a, b) => a - b); }, desc: function (arr) { return arr.sort((a, b) => b - a); } } let func = sortFunction[sortType]; return func(arr); // modificati...
20.85
89
0.467626
745e45bbfc1109f29ccea1a9762cef9e5bdfc717
20,764
css
CSS
css/style.css
Marmik198/Travellicious
17d98562ae1713b963326f4571cd3062d39bae4c
[ "MIT" ]
1
2021-12-02T14:11:43.000Z
2021-12-02T14:11:43.000Z
css/style.css
Marmik198/Travel-Website
0403ac596cb9b46bd1a027447c36e36020595e06
[ "MIT" ]
null
null
null
css/style.css
Marmik198/Travel-Website
0403ac596cb9b46bd1a027447c36e36020595e06
[ "MIT" ]
null
null
null
/*-----Basics-----*/ :root { --cyan: #00d2be; --black: #000; --white: #fff; --linkred: #eb5424; --facebook: #3b5998; --twitter: #4099ff; --googleplus: #d34836; --linkedin: #00a0dc; } body { padding: 0; margin: 0; background: var(--white); font-family:...
16.6245
63
0.556781
58b2e45ba61ccee10f346d404a990a7b9d070d87
999
css
CSS
src/assets/css/style.css
bikingbadger/bikepacking.hiltonmeyer.com
d4de6c84dfe197842b4da55f53af06413c9b0e02
[ "MIT" ]
1
2020-10-20T13:49:47.000Z
2020-10-20T13:49:47.000Z
src/assets/css/style.css
bikingbadger/bikepacking.hiltonmeyer.com
d4de6c84dfe197842b4da55f53af06413c9b0e02
[ "MIT" ]
18
2020-01-08T03:44:23.000Z
2021-07-26T03:22:32.000Z
src/assets/css/style.css
bikingbadger/bikingbadger.com
d4de6c84dfe197842b4da55f53af06413c9b0e02
[ "MIT" ]
null
null
null
:root { /* --background-body: #fff; */ /* --background: #efefef; */ /* --background-alt: #f7f7f7; */ /* --selection: #9e9e9e; */ --text-main: #293748; --text-bright: #293748; /* --text-muted: #70777f; */ /* --links: #0076d1; */ /* --focus: #0096bfab; */ /* --border: #dbdbdb; */ --code: #293748; ...
22.2
80
0.567568
cda6dd2689f1ee57bf4c6c09dcd32700c02c8df2
11,743
ps1
PowerShell
setup/steps/ingress.ps1
codedx/codedx-kubernetes
759cd1083d0fe39a84e93da93e06ee287ce0458b
[ "Apache-2.0" ]
5
2021-08-09T14:49:57.000Z
2022-03-29T17:34:02.000Z
setup/steps/ingress.ps1
codedx/codedx-kubernetes
759cd1083d0fe39a84e93da93e06ee287ce0458b
[ "Apache-2.0" ]
5
2018-12-21T17:36:42.000Z
2021-12-19T09:53:48.000Z
setup/steps/ingress.ps1
codedx/codedx-kubernetes
759cd1083d0fe39a84e93da93e06ee287ce0458b
[ "Apache-2.0" ]
3
2018-12-20T19:57:41.000Z
2022-02-09T03:08:08.000Z
'./step.ps1', '../core/common/input.ps1' | ForEach-Object { Write-Debug "'$PSCommandPath' is including file '$_'" $path = join-path $PSScriptRoot $_ if (-not (Test-Path $path)) { Write-Error "Unable to find file script dependency at $path. Please download the entire codedx-kubernetes GitHub repository and rerun th...
33.078873
237
0.729456
9e2ae99dccd792a92f6b43caaa553be60d562902
6,242
cs
C#
GanttChartWebLibraryDemos/Demos/Samples/CSharp/ScheduleChartView/ResourceStatus/Index.aspx.cs
DlhSoftTeam/GanttChartWebLibrary-Demos
9798786ee55be6ca05eb1e24d3d71335c653e22a
[ "MIT" ]
1
2020-06-02T19:40:55.000Z
2020-06-02T19:40:55.000Z
GanttChartWebLibraryDemos/Demos/Samples/CSharp/ScheduleChartView/ResourceStatus/Index.aspx.cs.txt
DlhSoftTeam/GanttChartWebLibrary-Demos
9798786ee55be6ca05eb1e24d3d71335c653e22a
[ "MIT" ]
null
null
null
GanttChartWebLibraryDemos/Demos/Samples/CSharp/ScheduleChartView/ResourceStatus/Index.aspx.cs.txt
DlhSoftTeam/GanttChartWebLibrary-Demos
9798786ee55be6ca05eb1e24d3d71335c653e22a
[ "MIT" ]
1
2020-10-22T19:37:06.000Z
2020-10-22T19:37:06.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using DlhSoft.Web.UI.WebControls; using System.Drawing; using DlhSoft.Windows.Data; namespace Demos.Samples.CSharp.ScheduleChartView.ResourceStatus { public partial class Ind...
70.134831
229
0.546139
cc80400f3cf3a902ab41a3ee51066a521b31ce63
37
rb
Ruby
app/helpers/projects_tools_helper.rb
jeanettepayne/lettering-project-tracker
df773820c605c90381ea50b37d489ae7bd230029
[ "MIT" ]
2
2021-01-26T23:30:58.000Z
2021-03-07T21:08:53.000Z
app/helpers/projects_tools_helper.rb
jeanettepayne/lettering-project-tracker
df773820c605c90381ea50b37d489ae7bd230029
[ "MIT" ]
null
null
null
app/helpers/projects_tools_helper.rb
jeanettepayne/lettering-project-tracker
df773820c605c90381ea50b37d489ae7bd230029
[ "MIT" ]
1
2021-03-02T14:54:56.000Z
2021-03-02T14:54:56.000Z
module ProjectsToolsHelper end
7.4
26
0.756757
23a989d76985e7b482721835cda6a02c4edc3867
2,328
js
JavaScript
index.js
Knightron1/Week-7
61ecbbe956774e6c7d8ca65bcdaa71a1d1ec93e2
[ "MIT" ]
null
null
null
index.js
Knightron1/Week-7
61ecbbe956774e6c7d8ca65bcdaa71a1d1ec93e2
[ "MIT" ]
null
null
null
index.js
Knightron1/Week-7
61ecbbe956774e6c7d8ca65bcdaa71a1d1ec93e2
[ "MIT" ]
null
null
null
function addTwoNumbers(x, y) { return x+y } console.log(addTwoNumbers(44, 29)); const add = function(a, b){ return a+b } // This is another way of declaring a function in javascript console.log(add(12, 14)) // Hoisting is a JavaScript mechanism where variables and function declarations are moved to the top...
24.25
138
0.719072
4e4a89fdaf9d4c0182473d5646e42fc669b17c3e
187
dart
Dart
security_repository/lib/src/security/user_permission_set.dart
kevmoo/dart_framework
e8a6fcedb7596f706c0abcdd72d016d864235298
[ "MIT" ]
null
null
null
security_repository/lib/src/security/user_permission_set.dart
kevmoo/dart_framework
e8a6fcedb7596f706c0abcdd72d016d864235298
[ "MIT" ]
null
null
null
security_repository/lib/src/security/user_permission_set.dart
kevmoo/dart_framework
e8a6fcedb7596f706c0abcdd72d016d864235298
[ "MIT" ]
null
null
null
class UserPermissionSet { final List<String> permissions; final bool isAdministrator; UserPermissionSet({ required this.permissions, required this.isAdministrator, }); }
18.7
34
0.743316
1a98a9cfc6c4bae0cb2914f737a3e593898e57fa
25
py
Python
python/testData/quickFixes/PyRenameElementQuickFixTest/renameAwaitClassInPy36_after.py
fduminy/intellij-community
fe13dc9ddb7f0f65397325ded25ecb239675eb59
[ "Apache-2.0" ]
2
2018-12-29T09:53:39.000Z
2018-12-29T09:53:42.000Z
python/testData/quickFixes/PyRenameElementQuickFixTest/renameAwaitClassInPy36_after.py
tnorbye/intellij-community
f01cf262fc196bf4dbb99e20cd937dee3705a7b6
[ "Apache-2.0" ]
null
null
null
python/testData/quickFixes/PyRenameElementQuickFixTest/renameAwaitClassInPy36_after.py
tnorbye/intellij-community
f01cf262fc196bf4dbb99e20cd937dee3705a7b6
[ "Apache-2.0" ]
1
2022-01-02T19:58:08.000Z
2022-01-02T19:58:08.000Z
class a(object): pass
12.5
16
0.64
8c1dae0d5996846ea6c3698bd35703d9d9fcc4c0
386
cs
C#
teaching-c/teaching-c/AbstractSyntaxTree/Character.cs
FayzSa/teaching-c
06505a8eabb4ff670c3dca1a464211da7560fddc
[ "MIT" ]
3
2019-11-16T11:56:22.000Z
2022-03-23T11:18:41.000Z
teaching-c/teaching-c/AbstractSyntaxTree/Character.cs
FayzSa/teaching-c
06505a8eabb4ff670c3dca1a464211da7560fddc
[ "MIT" ]
null
null
null
teaching-c/teaching-c/AbstractSyntaxTree/Character.cs
FayzSa/teaching-c
06505a8eabb4ff670c3dca1a464211da7560fddc
[ "MIT" ]
1
2019-11-16T11:56:18.000Z
2019-11-16T11:56:18.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace teaching_c.AbstractSyntaxTree { class Character : AbstractSyntaxTree { public object Value { get; set; } public Character(Token Token) { this.Token...
19.3
41
0.634715
d4115759b959436aad9cec6b1ad256874002207e
10,734
cc
C++
src/conv_common.cc
TUD-UCB-Boda/tud_boda
aa52c85aa0af1110f6f1f5a50c71bb37994b332a
[ "BSD-2-Clause" ]
62
2015-03-19T09:55:50.000Z
2022-02-27T19:06:52.000Z
src/conv_common.cc
moskewcz/boda
27ec86e03ad004ad8beac7f7d74a5b0ef7676ef6
[ "BSD-2-Clause" ]
31
2015-12-02T23:36:06.000Z
2019-04-17T20:11:28.000Z
src/conv_common.cc
TUD-UCB-Boda/tud_boda
aa52c85aa0af1110f6f1f5a50c71bb37994b332a
[ "BSD-2-Clause" ]
24
2015-05-20T14:33:15.000Z
2021-04-25T01:08:36.000Z
// Copyright (c) 2013-2014, Matthew W. Moskewicz <moskewcz@alumni.princeton.edu>; part of Boda framework; see LICENSE #include"boda_tu_base.H" #include"conv_common.H" #include"str_util.H" namespace boda { // conversion functions for image<-->feature space // handle scales / placements // valid: any returned output...
67.0875
117
0.709707
b9df1e1dee4c0fad97fc53f19f18a5eb68c2b331
965
lua
Lua
Mods ChoGGi/Find Map Locations/metadata.lua
ChoGGi/SurvivingMars_CheatMods
a84f54572c9f73c671c94a9384fd58a9ffee7cd0
[ "MIT" ]
64
2018-03-27T02:05:29.000Z
2022-02-28T09:44:22.000Z
Mods ChoGGi/Find Map Locations/metadata.lua
ChoGGi/SurvivingMars_CheatMods
a84f54572c9f73c671c94a9384fd58a9ffee7cd0
[ "MIT" ]
50
2018-03-23T09:43:21.000Z
2022-03-27T02:48:04.000Z
Mods ChoGGi/Find Map Locations/metadata.lua
ChoGGi/SurvivingMars_CheatMods
a84f54572c9f73c671c94a9384fd58a9ffee7cd0
[ "MIT" ]
54
2018-03-25T23:12:12.000Z
2022-03-02T15:10:20.000Z
return PlaceObj("ModDef", { "dependencies", { PlaceObj("ModDependency", { "id", "ChoGGi_Library", "title", "ChoGGi's Library", "version_major", 10, "version_minor", 5, }), PlaceObj("ModDependency", { "id", "ChoGGi_MapImagesPack", "title", "Map Images Pack", "version_major", 0, "version_mi...
26.081081
127
0.665285
5812e99e1670bbcc7a91d2e40da62de0e9f38112
9,932
css
CSS
GitHub/profile_style.css
vorobyovvitaliy/Web
06e40635f2f38d7aee2eb28336b366ac39e41e50
[ "MIT" ]
null
null
null
GitHub/profile_style.css
vorobyovvitaliy/Web
06e40635f2f38d7aee2eb28336b366ac39e41e50
[ "MIT" ]
null
null
null
GitHub/profile_style.css
vorobyovvitaliy/Web
06e40635f2f38d7aee2eb28336b366ac39e41e50
[ "MIT" ]
null
null
null
body { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; } * { margin: 0; padding: 0; } #main-header { height: 60px; background-color: #24292e; display: flex; justify-content: space-between; padding: 0 16p...
18.157221
144
0.606524
dc1b2492905658e1a56d039b8babfb08d612b548
1,511
lua
Lua
SafeLuaAPI.lua
drbo/safer-lua-api
cacfad7d3453cb84fe3a4c8e3f7865e634210c18
[ "Apache-2.0", "MIT" ]
2
2017-06-22T09:14:53.000Z
2018-09-24T17:15:00.000Z
SafeLuaAPI.lua
DemiMarie/safer-lua-api
cacfad7d3453cb84fe3a4c8e3f7865e634210c18
[ "Apache-2.0", "MIT" ]
2
2016-05-02T00:24:37.000Z
2016-05-02T02:12:46.000Z
SafeLuaAPI.lua
DemiMarie/safer-lua-api
cacfad7d3453cb84fe3a4c8e3f7865e634210c18
[ "Apache-2.0", "MIT" ]
null
null
null
--- -- @author Demi Marie Obenour -- @module SafeLuaAPI -- @license MIT/X11 -- @license Apache 2.0 -- @copyright 2016 local SafeLuaAPI = {} local string, assert, io, require, arg, print, os, pcall = string, assert, io, require, arg, print, os, pcall local generator = require 'SafeLuaAPI/generator' local functio...
26.508772
76
0.724686
20ba953b802f47c9fb924d658fe7172aaf436c99
1,748
py
Python
setup.py
vndmtrx/flask-staticsite
a1d80578b810088ce29fa48aa73a84aac178f248
[ "Apache-2.0" ]
2
2018-10-21T18:17:20.000Z
2021-11-27T12:25:17.000Z
setup.py
vndmtrx/flask-staticsite
a1d80578b810088ce29fa48aa73a84aac178f248
[ "Apache-2.0" ]
null
null
null
setup.py
vndmtrx/flask-staticsite
a1d80578b810088ce29fa48aa73a84aac178f248
[ "Apache-2.0" ]
null
null
null
import os import re import sys from setuptools import setup, find_packages DIRNAME = os.path.abspath(os.path.dirname(__file__)) rel = lambda *parts: os.path.abspath(os.path.join(DIRNAME, *parts)) README = open(rel('README.md')).read() INIT_PY = open(rel('flask_staticsite', '__init__.py')).read() VERSION = re.search(...
33.615385
71
0.621854
ed3759f1606c2cf4d082a7227a9321f4206f69d7
18
h
C
source/pcemu/src/jim.h
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
1
2021-11-20T22:46:39.000Z
2021-11-20T22:46:39.000Z
source/pcemu/src/jim.h
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
source/pcemu/src/jim.h
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
void jim_init();
9
17
0.666667
2c515873423c6d4aa774694860058b0149bf6abb
1,645
py
Python
augly/video/augmenters/ffmpeg/color_jitter.py
Adib234/AugLy
35a6a5de07e64f465b8979e3257218551929e57a
[ "MIT" ]
null
null
null
augly/video/augmenters/ffmpeg/color_jitter.py
Adib234/AugLy
35a6a5de07e64f465b8979e3257218551929e57a
[ "MIT" ]
null
null
null
augly/video/augmenters/ffmpeg/color_jitter.py
Adib234/AugLy
35a6a5de07e64f465b8979e3257218551929e57a
[ "MIT" ]
null
null
null
#!/usr/bin/env python3 # Copyright (c) Facebook, Inc. and its affiliates. from typing import Tuple, Dict from augly.video.augmenters.ffmpeg.base_augmenter import BaseFFMPEGAugmenter from ffmpeg.nodes import FilterableStream class VideoAugmenterByColorJitter(BaseFFMPEGAugmenter): def __init__( self, brig...
32.9
85
0.598784
e2c7e1f55b6f31e369d4b927d81360a998dbb4f8
2,181
py
Python
src/api/admin_estacio_api.py
BoaVaga/boavaga_server
7d25a68832d3b9f4f5666d0a3d55c99025498511
[ "MIT" ]
null
null
null
src/api/admin_estacio_api.py
BoaVaga/boavaga_server
7d25a68832d3b9f4f5666d0a3d55c99025498511
[ "MIT" ]
null
null
null
src/api/admin_estacio_api.py
BoaVaga/boavaga_server
7d25a68832d3b9f4f5666d0a3d55c99025498511
[ "MIT" ]
null
null
null
import logging import flask from ariadne import convert_kwargs_to_snake_case from dependency_injector.wiring import Provide, inject from sqlalchemy.orm import Session from src.api.base import BaseApi from src.container import Container from src.repo import AdminSistemaRepo, RepoContainer, AdminEstacioRepo from src.se...
31.608696
104
0.646492
f89e93ac48d6330a5fd84ab0b1a1597836cff797
444
dart
Dart
lib/device/theme/myColors.dart
Usta66/karakok_uygulama_2022
a63beacb022fcafeccc6a8e11639eb30d287228b
[ "MIT" ]
null
null
null
lib/device/theme/myColors.dart
Usta66/karakok_uygulama_2022
a63beacb022fcafeccc6a8e11639eb30d287228b
[ "MIT" ]
null
null
null
lib/device/theme/myColors.dart
Usta66/karakok_uygulama_2022
a63beacb022fcafeccc6a8e11639eb30d287228b
[ "MIT" ]
null
null
null
// ignore_for_file: file_names import 'package:flutter/material.dart'; class MyColors { static MyColors? _instance; static MyColors? get instance { return _instance ??= MyColors._init(); } MyColors._init(); Color seciliRenk = const Color(0xFFC5CAE9); Color normal = const Color(0xFFB2DFDB); Color ...
22.2
46
0.725225
cdc43d7e80c49465a723c604a6c49b6b367684b3
6,439
cs
C#
src/Enterspeed.Source.Sdk/Domain/Services/EnterspeedIngestService.cs
msoelvsteen/enterspeed-sdk-dotnet
a8e77a78d97bfeea42de64252e3f94c41f6ce8e4
[ "MIT" ]
null
null
null
src/Enterspeed.Source.Sdk/Domain/Services/EnterspeedIngestService.cs
msoelvsteen/enterspeed-sdk-dotnet
a8e77a78d97bfeea42de64252e3f94c41f6ce8e4
[ "MIT" ]
3
2021-04-21T19:54:31.000Z
2022-03-18T10:10:08.000Z
src/Enterspeed.Source.Sdk/Domain/Services/EnterspeedIngestService.cs
msoelvsteen/enterspeed-sdk-dotnet
a8e77a78d97bfeea42de64252e3f94c41f6ce8e4
[ "MIT" ]
1
2022-03-14T09:00:42.000Z
2022-03-14T09:00:42.000Z
using System; using System.Net; using System.Net.Http; using System.Net.Http.Headers; using System.Text; using Enterspeed.Source.Sdk.Api.Connection; using Enterspeed.Source.Sdk.Api.Models; using Enterspeed.Source.Sdk.Api.Providers; using Enterspeed.Source.Sdk.Api.Services; using Enterspeed.Source.Sdk.Domain.Connection...
33.020513
106
0.491691
cb36ae11822362749fe190cdef2bc065b1f7fa7d
2,457
sh
Shell
gotolong/chealth/chealth_invoke.sh
ParikhKadam/gotolong
839beb8aa37055a2078eaa289b8ae05b62e8905e
[ "BSD-2-Clause", "BSD-3-Clause" ]
15
2019-12-06T16:19:45.000Z
2021-08-20T13:22:22.000Z
gotolong/chealth/chealth_invoke.sh
ParikhKadam/gotolong
839beb8aa37055a2078eaa289b8ae05b62e8905e
[ "BSD-2-Clause", "BSD-3-Clause" ]
14
2020-12-08T10:45:05.000Z
2021-09-21T17:23:45.000Z
gotolong/chealth/chealth_invoke.sh
ParikhKadam/gotolong
839beb8aa37055a2078eaa289b8ae05b62e8905e
[ "BSD-2-Clause", "BSD-3-Clause" ]
9
2020-01-01T03:04:29.000Z
2021-04-18T08:42:30.000Z
#!/bin/sh DEBUG_LEVEL=1 CONFIG_GLOBAL_DATA_LOC=`python -m gotolong.config.config_ini global_data` CONFIG_GLOBAL_REPORTS_LOC=`python -m gotolong.config.config_ini global_reports` CONFIG_PROFILE_DATA_LOC=`python -m gotolong.config.config_ini profile_data` CONFIG_PROFILE_REPORTS_LOC=`python -m gotolong.config.config_in...
36.671642
158
0.703704
c4b686e364cd0d9b86a354df6e64cbbb8ab96071
343
hpp
C++
src/framework/forms/input/input.hpp
kevinaud/asm-dom-OO-counters
58ea010941b5e7ab860109b6ebbd6f3ca47fd4c6
[ "MIT" ]
9
2018-06-07T00:39:45.000Z
2021-06-28T18:26:51.000Z
src/framework/forms/input/input.hpp
kevinaud/asm-dom-OO-counters
58ea010941b5e7ab860109b6ebbd6f3ca47fd4c6
[ "MIT" ]
null
null
null
src/framework/forms/input/input.hpp
kevinaud/asm-dom-OO-counters
58ea010941b5e7ab860109b6ebbd6f3ca47fd4c6
[ "MIT" ]
2
2019-05-04T15:35:04.000Z
2019-09-24T12:11:45.000Z
#ifndef INPUT_H #define INPUT_H #include "../../component/component.hpp" #include "../../view-property/view-property.hpp" class Input : public Component { public: Input(Component* parent); Input(Component* parent, string initValue); VNode* render(); private: ViewProperty<stri...
18.052632
51
0.641399
c2535da3e2e977798ad39ffa26703c0e13506e19
3,338
swift
Swift
src/Sources/SimpleView/ViewController.swift
vladimir-aubrecht/SimpleView
8e76d088c8f461736b9872b8db979ca886816b6c
[ "Apache-2.0" ]
null
null
null
src/Sources/SimpleView/ViewController.swift
vladimir-aubrecht/SimpleView
8e76d088c8f461736b9872b8db979ca886816b6c
[ "Apache-2.0" ]
null
null
null
src/Sources/SimpleView/ViewController.swift
vladimir-aubrecht/SimpleView
8e76d088c8f461736b9872b8db979ca886816b6c
[ "Apache-2.0" ]
null
null
null
// // ViewController.swift // SimpleView // // Created by Vladimir Aubrecht on 31/07/2017. // Copyright © 2017 Vladimir Aubrecht. All rights reserved. // import Cocoa import SwiftyBeaver import Quartz class ViewController: NSViewController { private let log = SwiftyBeaver.self @IBOutlet var OpeningL...
26.919355
128
0.626423
dc31d95539a11a0938260bd9b85c9a42af315617
774
tsx
TypeScript
components/composite/ErrorContainer/styled.tsx
Quammsrl/commercelayer-react-checkout
830e73db210fe3286779ce39c9c70e3f56a8b23e
[ "MIT" ]
16
2021-12-22T09:01:48.000Z
2022-03-30T15:47:03.000Z
components/composite/ErrorContainer/styled.tsx
Quammsrl/commercelayer-react-checkout
830e73db210fe3286779ce39c9c70e3f56a8b23e
[ "MIT" ]
62
2021-12-29T11:20:38.000Z
2022-03-28T08:48:58.000Z
components/composite/ErrorContainer/styled.tsx
Quammsrl/commercelayer-react-checkout
830e73db210fe3286779ce39c9c70e3f56a8b23e
[ "MIT" ]
7
2021-12-23T07:07:34.000Z
2022-03-08T09:37:21.000Z
import styled from "styled-components" import tw from "twin.macro" import { Logo } from "components/ui/Footer/cl" export const Main = styled.div` ${tw`flex flex-col flex-1 justify-center items-center text-center`} ` export const Wrapper = styled.div` ${tw`flex flex-wrap justify-end items-stretch flex-col h-screen...
28.666667
97
0.702842
f49dc3ac4d68a57a974ffec771e68d46503dd46a
3,326
ts
TypeScript
packages/engine/libs/services/execution.ts
jyfti/jyfti
43f03dfd9ef3410adf4a0b40d70dfef0963492c2
[ "MIT" ]
3
2020-12-27T14:20:03.000Z
2021-05-12T08:49:38.000Z
packages/engine/libs/services/execution.ts
jyfti/jyfti
43f03dfd9ef3410adf4a0b40d70dfef0963492c2
[ "MIT" ]
19
2020-08-16T20:04:53.000Z
2021-01-03T12:39:15.000Z
packages/engine/libs/services/execution.ts
jyfti/jyfti
43f03dfd9ef3410adf4a0b40d70dfef0963492c2
[ "MIT" ]
null
null
null
import { Observable, of } from "rxjs"; import { State, Workflow, Inputs, Environment, StepResult, JsonSchema, StepRequire, StepFailure, Path, } from "../types"; import { evaluate } from "./evaluation"; import { createVariableMapFromState } from "./variable-map-creation"; import { executeStep } from "...
28.186441
116
0.662057
757b5687c0b0fede5a5e7eae1c098bbf9687b5b5
1,132
css
CSS
assets/stylesheet/style.css
Golder0912/homepage
555d9c65d1c740dfd7933bb350a5640b17625e3c
[ "MIT" ]
null
null
null
assets/stylesheet/style.css
Golder0912/homepage
555d9c65d1c740dfd7933bb350a5640b17625e3c
[ "MIT" ]
25
2019-05-11T16:29:31.000Z
2019-05-14T13:58:49.000Z
assets/stylesheet/style.css
vladossuper/homepage
5a2e984515fdff92102cb0dca3f44ec18bf5552a
[ "MIT" ]
null
null
null
main { background-image: url('../images/flagUSA.jpg'); background-attachment: fixed; background-repeat: no-repeat; } .new-border { border: 20px solid transparent; -moz-border-image: -moz-linear-gradient(top, #fd0101 0%, #0c0266 66%, #ffffff 100%); -webkit-border-image: -webkit-linear-gradie...
26.952381
96
0.633392
e33b10bce196d4e6afc8b0a7cb97457dbe183a6b
571
rb
Ruby
lib/handlers/json.rb
michalkoczwara/intrigue-core
70036551215d5d125112e320ba71e28aeb5ab445
[ "BSD-3-Clause" ]
null
null
null
lib/handlers/json.rb
michalkoczwara/intrigue-core
70036551215d5d125112e320ba71e28aeb5ab445
[ "BSD-3-Clause" ]
null
null
null
lib/handlers/json.rb
michalkoczwara/intrigue-core
70036551215d5d125112e320ba71e28aeb5ab445
[ "BSD-3-Clause" ]
null
null
null
module Intrigue module Handler class Json < Intrigue::Handler::Base def self.type "json" end def process(task_result, options) ### THIS IS A HACK TO GENERATE A FILENAME ... think this through a bit more shortname = "#{task_result.task_name}-#{task_result.base_entity.name.gsub("/","")}...
23.791667
89
0.646235
dbaf9cc0c397661def5fbe7810903dcd6de89072
1,470
php
PHP
src/app/Http/routes.php
shadowbone/api.onex
9b12432ee8a7f127e2807ce360b87256f62a1761
[ "MIT" ]
null
null
null
src/app/Http/routes.php
shadowbone/api.onex
9b12432ee8a7f127e2807ce360b87256f62a1761
[ "MIT" ]
null
null
null
src/app/Http/routes.php
shadowbone/api.onex
9b12432ee8a7f127e2807ce360b87256f62a1761
[ "MIT" ]
null
null
null
<?php /* |-------------------------------------------------------------------------- | Application Routes |-------------------------------------------------------------------------- | | Here is where you can register all of the routes for an application. | It is a breeze. Simply tell Lumen the URIs it should respond t...
31.276596
79
0.561224
79a5a6e41bea343208e87ef1ff5652a402456fde
1,296
php
PHP
console/migrations/m211014_030420_alter_table_orders_remove_created_at_foreign_key.php
masterplan1/ishop
273877089bfafb48e848f8d1fc5f2b5e21265119
[ "BSD-3-Clause" ]
null
null
null
console/migrations/m211014_030420_alter_table_orders_remove_created_at_foreign_key.php
masterplan1/ishop
273877089bfafb48e848f8d1fc5f2b5e21265119
[ "BSD-3-Clause" ]
null
null
null
console/migrations/m211014_030420_alter_table_orders_remove_created_at_foreign_key.php
masterplan1/ishop
273877089bfafb48e848f8d1fc5f2b5e21265119
[ "BSD-3-Clause" ]
null
null
null
<?php use yii\db\Migration; /** * Class m211014_030420_alter_table_orders_remove_created_at_foreign_key */ class m211014_030420_alter_table_orders_remove_created_at_foreign_key extends Migration { /** * {@inheritdoc} */ public function safeUp() { //drops foreign key for table `{{%user}...
21.245902
101
0.525463
07789268b494141562dc5f0d880dad0cb908fc71
364
css
CSS
public/mars/web-base/widgets/streetscape/view.css
2015lalala/noiCheck
0cc8d946023c34980f30faba566ecd70a15d1f86
[ "MIT" ]
null
null
null
public/mars/web-base/widgets/streetscape/view.css
2015lalala/noiCheck
0cc8d946023c34980f30faba566ecd70a15d1f86
[ "MIT" ]
4
2021-03-09T04:23:53.000Z
2022-02-26T11:01:40.000Z
public/mars/web-base/widgets/streetscape/view.css
2015lalala/noiCheck
0cc8d946023c34980f30faba566ecd70a15d1f86
[ "MIT" ]
2
2020-04-21T05:36:06.000Z
2020-12-09T08:17:23.000Z
/* 2017-9-28 13:40:41 | 修改 木遥(QQ:346819890) */ .streetscapeBar { position: absolute; right: 5px; top: 5px; z-index: 19910601; height: 50px; padding: 5px 10px 5px 10px; font-size: 14px; background-color: #ffffff; border-radius: 5px; } .dark .streetscapeBar { color: #ffffff; ...
20.222222
46
0.607143
6740b34e6ea00228ba3a4bcaa75c18a4b246e36f
1,421
rs
Rust
mapf/src/trace.rs
open-rmf/mapf
b0d99523d3514d3e6aedc819d33bb763e878bf6a
[ "Apache-2.0" ]
3
2022-03-22T16:34:51.000Z
2022-03-24T01:35:00.000Z
mapf/src/trace.rs
open-rmf/mapf
b0d99523d3514d3e6aedc819d33bb763e878bf6a
[ "Apache-2.0" ]
1
2022-03-22T16:48:39.000Z
2022-03-22T16:48:39.000Z
mapf/src/trace.rs
open-rmf/mapf
b0d99523d3514d3e6aedc819d33bb763e878bf6a
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2022 Open Source Robotics Foundation * * 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 appl...
28.42
75
0.659395
daa9a81694a773067f422784eb3418106fe08b4a
1,029
php
PHP
resources/views/servey.blade.php
sonthth1903012/Laravel
b6746a08b9a28494676722ceb73bb3a42ab769c7
[ "MIT" ]
null
null
null
resources/views/servey.blade.php
sonthth1903012/Laravel
b6746a08b9a28494676722ceb73bb3a42ab769c7
[ "MIT" ]
null
null
null
resources/views/servey.blade.php
sonthth1903012/Laravel
b6746a08b9a28494676722ceb73bb3a42ab769c7
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>List student</title> <link rel="stylesheet" href="{{asset('css/bootstrap.min.css')}}"> </head> <body> <div class="container"> <h3 style="text-decoration: under...
25.725
86
0.483965
eb7c0a5905e71aa80dd5eb12e459c7ecb88e7f0a
20,239
css
CSS
public/css/verde-gourmet.webflow.css
VerdeGourmet/VG_20180704_MidoriNoYasai_Portal
4eca87617f01065dd52ad08d5a8a6dd540dd3f21
[ "MIT" ]
null
null
null
public/css/verde-gourmet.webflow.css
VerdeGourmet/VG_20180704_MidoriNoYasai_Portal
4eca87617f01065dd52ad08d5a8a6dd540dd3f21
[ "MIT" ]
null
null
null
public/css/verde-gourmet.webflow.css
VerdeGourmet/VG_20180704_MidoriNoYasai_Portal
4eca87617f01065dd52ad08d5a8a6dd540dd3f21
[ "MIT" ]
null
null
null
.hero { position: static; width: 100%; height: 100vh; background-image: url('../images/HeroLow.jpg'); background-position: 50% 58%; background-size: auto; } .titulo { position: absolute; left: 0px; top: 30%; right: 0px; text-align: center; } .titulo1 { font-family: Code, sans-serif; color: #...
17.268771
83
0.643263
52539b2ab6c13aca34fcbeedb59bc9fdf632c6af
135
kt
Kotlin
src/commonMain/kotlin/org/guiVista/gui/widget/display/LevelBarEvent.kt
gui-vista/guivista-gui
484e1e8437a3d57faaf5667489d622402fe7be01
[ "Apache-2.0" ]
null
null
null
src/commonMain/kotlin/org/guiVista/gui/widget/display/LevelBarEvent.kt
gui-vista/guivista-gui
484e1e8437a3d57faaf5667489d622402fe7be01
[ "Apache-2.0" ]
null
null
null
src/commonMain/kotlin/org/guiVista/gui/widget/display/LevelBarEvent.kt
gui-vista/guivista-gui
484e1e8437a3d57faaf5667489d622402fe7be01
[ "Apache-2.0" ]
null
null
null
package org.guiVista.gui.widget.display public object LevelBarEvent { public const val offsetChanged: String = "offset-changed" }
22.5
61
0.777778
444c4b7c36e28a58ff7465104c8e55466ccb9599
3,242
py
Python
torchqf/model/factor_model.py
simaki/torchqf
e4dfd154c62ccd858847048f77d8c2f82924ae80
[ "BSD-3-Clause" ]
7
2021-05-18T17:03:10.000Z
2021-12-01T07:58:41.000Z
torchqf/model/factor_model.py
vishalbelsare/torchqf
e4dfd154c62ccd858847048f77d8c2f82924ae80
[ "BSD-3-Clause" ]
27
2021-05-18T03:54:17.000Z
2022-01-31T15:16:16.000Z
torchqf/model/factor_model.py
vishalbelsare/torchqf
e4dfd154c62ccd858847048f77d8c2f82924ae80
[ "BSD-3-Clause" ]
3
2021-07-13T12:56:12.000Z
2021-12-26T23:00:06.000Z
from typing import TypeVar import torch from torch import Tensor from torch.nn import Module T = TypeVar("T") class FactorModel(Module): """Factor model. Attributes: beta (Tensor): Created after `fit`. Shape: - input: :math:`(*, A, T)` :math:`A` is the number of assets. ...
34.489362
93
0.534855
ec5e03f31ddf519345a4e3b3fdc7a8b6d39c88f4
1,298
swift
Swift
ios/Common/React/MixerReactModule.swift
Freeway1979/ReactNativeApp
e3ccf1b54c3d53ef94e62563a990e244f0fd08b2
[ "MIT" ]
null
null
null
ios/Common/React/MixerReactModule.swift
Freeway1979/ReactNativeApp
e3ccf1b54c3d53ef94e62563a990e244f0fd08b2
[ "MIT" ]
null
null
null
ios/Common/React/MixerReactModule.swift
Freeway1979/ReactNativeApp
e3ccf1b54c3d53ef94e62563a990e244f0fd08b2
[ "MIT" ]
null
null
null
// // MixerReactModule.swift // ReactNativeApp // // Created by Andy Liu on 2020/9/19. // Copyright © 2020 Study. All rights reserved. // import Foundation class MixerReactModule: NSObject { static let shared = MixerReactModule() var bridge: RCTBridge? func createBridgeIfNeeded() -> RCTBridge { ...
28.217391
91
0.590139
a00591089dc3afb2e0e6546f440e08f652868b71
1,013
ts
TypeScript
app/core/service/TopicService.ts
thonatos/tegg-cnode
f24cb4226e644e97872a7e062c54bf9430ce7258
[ "MIT" ]
1
2022-01-10T10:33:57.000Z
2022-01-10T10:33:57.000Z
app/core/service/TopicService.ts
thonatos/tegg-cnode
f24cb4226e644e97872a7e062c54bf9430ce7258
[ "MIT" ]
1
2022-01-23T07:47:11.000Z
2022-01-23T07:47:11.000Z
app/core/service/TopicService.ts
thonatos/tegg-cnode
f24cb4226e644e97872a7e062c54bf9430ce7258
[ "MIT" ]
1
2022-01-18T12:57:32.000Z
2022-01-18T12:57:32.000Z
import { AccessLevel, ContextProto, Inject } from '@eggjs/tegg'; import { AbstractService } from './AbstractService'; import { Topic } from '@/app/model/Topic'; import { TopicRepository } from '../../repository/TopicRepository'; import { FilterQuery, QueryOptions } from 'mongoose'; const defaltProjection = []; @Conte...
31.65625
86
0.728529
f52e6164147c5029e3ef2d61fe4b8ef3bfab0333
4,172
go
Go
vendor/github.com/hashicorp/terraform/plugin/resource_provisioner.go
erikvanbrakel/terraform-provider-cloudconformity
81ab817a6dc1ce7e3b414f4861df205b8764974a
[ "MIT" ]
5
2018-07-15T09:55:08.000Z
2019-03-06T03:47:14.000Z
vendor/github.com/hashicorp/terraform/plugin/resource_provisioner.go
erikvanbrakel/terraform-provider-cloudconformity
81ab817a6dc1ce7e3b414f4861df205b8764974a
[ "MIT" ]
2
2018-10-17T15:39:50.000Z
2019-03-06T04:12:03.000Z
vendor/github.com/hashicorp/terraform/plugin/resource_provisioner.go
erikvanbrakel/terraform-provider-cloudconformity
81ab817a6dc1ce7e3b414f4861df205b8764974a
[ "MIT" ]
null
null
null
package plugin import ( "net/rpc" "github.com/hashicorp/go-plugin" "github.com/hashicorp/terraform/terraform" ) // ResourceProvisionerPlugin is the plugin.Plugin implementation. type ResourceProvisionerPlugin struct { F func() terraform.ResourceProvisioner } func (p *ResourceProvisionerPlugin) Ser...
23.977011
90
0.710451
a378486dbf500859ef2484e96f69fdf50a919e72
2,725
java
Java
interpreter-backend/GuitarLanguage/src/com/zachl/objects/data/Chord.java
Ddg3/TabWriter
9447b5cb9a801163b4a35d2fb86ebdbcd2a71a82
[ "MIT" ]
null
null
null
interpreter-backend/GuitarLanguage/src/com/zachl/objects/data/Chord.java
Ddg3/TabWriter
9447b5cb9a801163b4a35d2fb86ebdbcd2a71a82
[ "MIT" ]
null
null
null
interpreter-backend/GuitarLanguage/src/com/zachl/objects/data/Chord.java
Ddg3/TabWriter
9447b5cb9a801163b4a35d2fb86ebdbcd2a71a82
[ "MIT" ]
null
null
null
package com.zachl.objects.data; import com.zachl.Constants; import java.util.*; import java.util.Map.Entry; public class Chord { protected Note root; protected Set<Integer> intervals; protected boolean hasOctave = false; protected int[] frets; protected Note[] notes = new Note[6]; private Str...
29.301075
76
0.482569
a167d384a7480e2505e01c9f0bb2565335848628
349
ts
TypeScript
src/parser/utils/power.ts
ittedev/towait
ba488eeec3c464bd1dc001e2af8ddadf66435756
[ "MIT" ]
null
null
null
src/parser/utils/power.ts
ittedev/towait
ba488eeec3c464bd1dc001e2af8ddadf66435756
[ "MIT" ]
null
null
null
src/parser/utils/power.ts
ittedev/towait
ba488eeec3c464bd1dc001e2af8ddadf66435756
[ "MIT" ]
null
null
null
export const power = (operator: string): number => { switch (operator) { case '!': return 70 case '*': case '/': case '%': return 60 case '+': case '-': return 50 case '<': case '>': case '<=': case '>=': return 40 case '==': case '!=': case '===': case '!==': return 30 case '&&': return 20 ...
29.083333
59
0.487106
5ace1c1633d731e5b3b108c7c40e9bfa77815540
9,238
cs
C#
Reflector/XmlRenderer.cs
forki/Labs
403ee5e05fcd280bf8123b874a7e9bb2b6dc390c
[ "Apache-2.0" ]
1
2015-09-08T17:11:41.000Z
2015-09-08T17:11:41.000Z
Reflector/XmlRenderer.cs
forki/Labs
403ee5e05fcd280bf8123b874a7e9bb2b6dc390c
[ "Apache-2.0" ]
null
null
null
Reflector/XmlRenderer.cs
forki/Labs
403ee5e05fcd280bf8123b874a7e9bb2b6dc390c
[ "Apache-2.0" ]
1
2018-02-28T09:12:45.000Z
2018-02-28T09:12:45.000Z
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; using System.Xml.Linq; namespace Reflector { public class XmlRenderer : BaseRenderer, IRenderable { private Assembly _assemblySource; private List<Assembly> _assemblyTypes; pub...
39.478632
127
0.430071
2c4f42f57cba27e8e7f815d693fbc45340c3bb54
20,084
py
Python
ContainmentTrials/triangulate_topology.py
kasmith/cbmm-project-christmas
2543eaf9ab57f31d68fef8a9f5d629ce0116ca1a
[ "MIT" ]
null
null
null
ContainmentTrials/triangulate_topology.py
kasmith/cbmm-project-christmas
2543eaf9ab57f31d68fef8a9f5d629ce0116ca1a
[ "MIT" ]
null
null
null
ContainmentTrials/triangulate_topology.py
kasmith/cbmm-project-christmas
2543eaf9ab57f31d68fef8a9f5d629ce0116ca1a
[ "MIT" ]
null
null
null
from physicsTable import * from operator import itemgetter import sys import geometry import numpy as np # Constants for ease L = 101 R = -101 T = 103 B = -103 # Wall class for various operations class Wall(object): def __init__(self, p1, p2): self.l = p1[0] self.t = p1[1] self.r = p2[0] ...
38.772201
521
0.552878
5a7d126c2c5ec732a554a6f67d045f758340814c
613
dart
Dart
test/extensions/index_test.dart
ibrahimyetkin/darq
9e4a317aa4f734addc49aad1a16c127c50d3482b
[ "MIT" ]
53
2019-06-12T19:08:24.000Z
2021-04-03T15:24:38.000Z
test/extensions/index_test.dart
ibrahimyetkin/darq
9e4a317aa4f734addc49aad1a16c127c50d3482b
[ "MIT" ]
8
2021-04-03T18:35:23.000Z
2021-12-09T13:48:32.000Z
test/extensions/index_test.dart
ibrahimyetkin/darq
9e4a317aa4f734addc49aad1a16c127c50d3482b
[ "MIT" ]
8
2019-06-12T23:18:35.000Z
2021-03-10T13:51:06.000Z
import 'package:darq/darq.dart'; import 'package:test/test.dart'; void main() { group('index', () { test('Generate indices', () { final list = ['a', 'b', 'c', 'd']; final result = list.index(); expect(result.length, 4); expect(result.elementAt(0).key, 0); expect(result.elementAt(0)....
29.190476
45
0.579119
dac53e506a462d98e0577245adcccffe6afd3116
43
rb
Ruby
test/fixtures/cookbooks/test/metadata.rb
sclark007/sudo
106b9781ccc4f86d9c6aa90053e63ef3e1c575db
[ "Apache-2.0" ]
43
2015-09-11T12:28:55.000Z
2021-08-24T01:04:41.000Z
test/fixtures/cookbooks/test/metadata.rb
sclark007/sudo
106b9781ccc4f86d9c6aa90053e63ef3e1c575db
[ "Apache-2.0" ]
70
2015-09-17T19:15:40.000Z
2021-06-18T23:47:03.000Z
test/fixtures/cookbooks/test/metadata.rb
sclark007/sudo
106b9781ccc4f86d9c6aa90053e63ef3e1c575db
[ "Apache-2.0" ]
85
2015-09-24T00:45:39.000Z
2021-08-12T21:36:38.000Z
name 'test' version '1.0.0' depends 'sudo'
10.75
15
0.674419
c9f7c61a68e238a1d3792b808d513a1b2d36ee4b
649
ts
TypeScript
build/generate-root-readme-badges.ts
jameswilddev/woobly
6b1721f3e9c0a5036d4beb330702180e4d21a719
[ "MIT" ]
null
null
null
build/generate-root-readme-badges.ts
jameswilddev/woobly
6b1721f3e9c0a5036d4beb330702180e4d21a719
[ "MIT" ]
1
2019-11-24T11:17:41.000Z
2019-11-24T11:17:41.000Z
build/generate-root-readme-badges.ts
jameswilddev/woobly
6b1721f3e9c0a5036d4beb330702180e4d21a719
[ "MIT" ]
1
2019-11-08T23:33:05.000Z
2019-11-08T23:33:05.000Z
export default function ( ): string { return [ `[![Travis](https://img.shields.io/travis/jameswilddev/woobly.svg)](https://travis-ci.org/jameswilddev/woobly)`, `[![License](https://img.shields.io/github/license/jameswilddev/woobly.svg)](https://github.com/jameswilddev/woobly/blob/master/license)`, `[![FOS...
64.9
205
0.728814
159776b01a57502649203d6ffd3743a480846398
13,442
lua
Lua
tests/test_cache.lua
JanSharp/phobos
8dc4957873c732cbb4bb1a8c2b98af3d47da6de8
[ "MIT" ]
3
2021-10-29T20:36:19.000Z
2021-11-19T05:02:08.000Z
tests/test_cache.lua
JanSharp/phobos
8dc4957873c732cbb4bb1a8c2b98af3d47da6de8
[ "MIT" ]
2
2021-11-21T00:20:54.000Z
2021-11-24T21:46:14.000Z
tests/test_cache.lua
JanSharp/phobos
8dc4957873c732cbb4bb1a8c2b98af3d47da6de8
[ "MIT" ]
null
null
null
local framework = require("test_framework") local assert = require("assert") local virtual_io_util = require("lib.virtual_io_util") local io_util = require("io_util") local cache = require("cache") local profile_util = require("profile_util") local phobos_version = require("phobos_version") local constants = require(...
34.03038
107
0.73553
c39bb48fb83201ad7dabab13f0ee276bffd1041f
1,646
cs
C#
SharpSploit.Tests/SharpSploit.Tests/Persistence/AutorunTests.cs
awsmhacks/SharpSploit
2e567e25243f189a9034680572be0c279ad0ebd6
[ "BSD-3-Clause" ]
1,464
2018-09-20T15:39:43.000Z
2022-03-31T14:35:37.000Z
SharpSploit.Tests/SharpSploit.Tests/Persistence/AutorunTests.cs
awsmhacks/SharpSploit
2e567e25243f189a9034680572be0c279ad0ebd6
[ "BSD-3-Clause" ]
51
2018-10-08T22:06:30.000Z
2021-12-22T16:30:25.000Z
SharpSploit.Tests/SharpSploit.Tests/Persistence/AutorunTests.cs
awsmhacks/SharpSploit
2e567e25243f189a9034680572be0c279ad0ebd6
[ "BSD-3-Clause" ]
286
2018-09-20T16:32:30.000Z
2022-02-10T12:12:36.000Z
// Author: Ryan Cobb (@cobbr_io) // Project: SharpSploit (https://github.com/cobbr/SharpSploit) // License: BSD 3-Clause using System; using Win = Microsoft.Win32; using Microsoft.VisualStudio.TestTools.UnitTesting; using SharpSploit.Enumeration; using SharpSploit.Persistence; namespace SharpSploit.Tests.Persistenc...
42.205128
144
0.695018
609acf2a80ad296912ca35329264b36f5c4f4690
5,264
h
C
build-Takingvariables-Desktop_Qt_6_1_0_MinGW_64_bit-Debug/ui_mainwindow.h
morkos11/files-reader-desktop-app
d0b9c5586c12b87a840352163e2c2063bb6d82da
[ "Apache-2.0" ]
null
null
null
build-Takingvariables-Desktop_Qt_6_1_0_MinGW_64_bit-Debug/ui_mainwindow.h
morkos11/files-reader-desktop-app
d0b9c5586c12b87a840352163e2c2063bb6d82da
[ "Apache-2.0" ]
null
null
null
build-Takingvariables-Desktop_Qt_6_1_0_MinGW_64_bit-Debug/ui_mainwindow.h
morkos11/files-reader-desktop-app
d0b9c5586c12b87a840352163e2c2063bb6d82da
[ "Apache-2.0" ]
null
null
null
/******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** ** Created by: Qt User Interface Compiler version 6.1.0 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
35.328859
138
0.679141
05a4e4bbe1f24d33952a396deb85f1e737213fd6
3,867
py
Python
batch3/outputs/ns_r_inflation.py
sjoudaki/CosmoJBD
3c1d029b74034b92cb2974de15e4c18637a5277e
[ "MIT" ]
null
null
null
batch3/outputs/ns_r_inflation.py
sjoudaki/CosmoJBD
3c1d029b74034b92cb2974de15e4c18637a5277e
[ "MIT" ]
null
null
null
batch3/outputs/ns_r_inflation.py
sjoudaki/CosmoJBD
3c1d029b74034b92cb2974de15e4c18637a5277e
[ "MIT" ]
null
null
null
# Uses first-order slow-roll results, with naive N definition, as in inflation paper import planckStyle as s from pylab import * import numpy as np BK = 'BK15' def N_r_ns(r, ns): return (r - 16) / (8. * ns - 8 + r) / 2. def r_ns(ns, p): return 8. * (1 - ns) * p / (2. + p) def r_ns_2(ns, p): return -...
39.060606
493
0.504784
2cc40282401d286361ae77fca61b80f8276105d1
8,835
py
Python
inferpy/models/prob_model.py
PGM-Lab/InferPy
a9530ff7cde1894d54c393b69ea176d44dba7670
[ "Apache-2.0" ]
140
2018-04-04T10:35:36.000Z
2022-03-23T22:49:33.000Z
inferpy/models/prob_model.py
amidst/INFERPY
a9530ff7cde1894d54c393b69ea176d44dba7670
[ "Apache-2.0" ]
183
2018-03-13T16:06:41.000Z
2020-12-29T14:18:57.000Z
inferpy/models/prob_model.py
amidst/InferPy
a9530ff7cde1894d54c393b69ea176d44dba7670
[ "Apache-2.0" ]
17
2018-03-27T07:34:18.000Z
2021-12-13T14:48:24.000Z
# -*- coding: utf-8 -*- # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, softw...
42.071429
117
0.662932
2488786a2b37c908902f37dc31813763ea644058
14,625
php
PHP
resources/views/front/registration/include/career.blade.php
ashokkumar2342/nse
9dfecdc078a7bf0a6318e4b6c0b871f11b7664d2
[ "MIT" ]
null
null
null
resources/views/front/registration/include/career.blade.php
ashokkumar2342/nse
9dfecdc078a7bf0a6318e4b6c0b871f11b7664d2
[ "MIT" ]
null
null
null
resources/views/front/registration/include/career.blade.php
ashokkumar2342/nse
9dfecdc078a7bf0a6318e4b6c0b871f11b7664d2
[ "MIT" ]
null
null
null
<div class="row"> <form action="{{ route('career') }}" method="post" no-reset="true" class="add_form" accept-charset="utf-8" novalidate> {{ csrf_field() }} <div class="col-md-12"> <div class="col-md-6 col-lg-6 b-r"> <div class="form-horizontal"> <div class="box-body"> ...
54.775281
251
0.388718
cdfa92a9f6faab1515102dada3050f42f71f9c80
116
cs
C#
src/quartz.reservoirs.test/NewReservoirTests.cs
alahearty/quartz
77a6868fe3aa2b57f81d9ec88d95c00350b81514
[ "MIT" ]
null
null
null
src/quartz.reservoirs.test/NewReservoirTests.cs
alahearty/quartz
77a6868fe3aa2b57f81d9ec88d95c00350b81514
[ "MIT" ]
null
null
null
src/quartz.reservoirs.test/NewReservoirTests.cs
alahearty/quartz
77a6868fe3aa2b57f81d9ec88d95c00350b81514
[ "MIT" ]
null
null
null
using NUnit.Framework; using System; namespace quartz.reservoirs.test { class NewReservoirTests { } }
11.6
32
0.698276
bd3dcf57d18d916778fdcc82f10360471684fb49
1,298
gemspec
Ruby
eol.gemspec
itroman/eol
7e4e09f7584d12ced137b0544009389b70dfc324
[ "MIT" ]
null
null
null
eol.gemspec
itroman/eol
7e4e09f7584d12ced137b0544009389b70dfc324
[ "MIT" ]
null
null
null
eol.gemspec
itroman/eol
7e4e09f7584d12ced137b0544009389b70dfc324
[ "MIT" ]
null
null
null
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'eol/version' Gem::Specification.new do |spec| spec.name = "eol" spec.version = Eol::VERSION spec.authors = ["Rob Roman"] spec.email = ["rob@romancoding.com"] ...
37.085714
144
0.665639
7c04e4d4ef99c13ab723e975362279ad5e0a78a7
18
asm
Assembly
test/jzas/symboltable/invalid/fail09.asm
scoffey/jz80sim
0de07a5ef51a1e7131b27056744459f29cd11d39
[ "MIT" ]
1
2015-03-27T15:58:50.000Z
2015-03-27T15:58:50.000Z
test/jzas/symboltable/invalid/fail09.asm
scoffey/jz80sim
0de07a5ef51a1e7131b27056744459f29cd11d39
[ "MIT" ]
null
null
null
test/jzas/symboltable/invalid/fail09.asm
scoffey/jz80sim
0de07a5ef51a1e7131b27056744459f29cd11d39
[ "MIT" ]
null
null
null
var1: defs "pepe"
9
17
0.666667
85124beab1d0e54fab649e58ff69662ce9f4ed15
4,212
cs
C#
Content/MainPatcher.cs
Stari0n/MagicTime
16decca0b0ab01f16a66555645e85f90897975c8
[ "MIT" ]
3
2021-12-07T10:12:35.000Z
2022-01-06T16:16:52.000Z
Content/MainPatcher.cs
Vek17/MagicTime
5eeb4c09aa473a09e63d346ef1d83c9fe78dcd27
[ "MIT" ]
6
2021-12-06T10:24:08.000Z
2022-03-04T16:09:05.000Z
Content/MainPatcher.cs
Vek17/MagicTime
5eeb4c09aa473a09e63d346ef1d83c9fe78dcd27
[ "MIT" ]
7
2021-12-05T05:57:19.000Z
2022-01-25T04:26:54.000Z
using HarmonyLib; using Kingmaker.Blueprints.JsonSystem; using Kingmaker.Blueprints.Classes; using Kingmaker.Blueprints; namespace MagicTime { static class MainPatcher { [HarmonyPatch(typeof(BlueprintsCache), "Init")] public static class BlueprintPatcher { static bool Initi...
40.5
118
0.570038
e62a1564986fa570c23fc08ac214bb295a8396d2
200
ps1
PowerShell
build.ps1
upperdim/3d-software-renderer
3e81beaebd9d5ee7a1e02f8e543f950a386c348b
[ "MIT" ]
1
2021-08-03T08:12:19.000Z
2021-08-03T08:12:19.000Z
build.ps1
upperdim/3d-software-renderer
3e81beaebd9d5ee7a1e02f8e543f950a386c348b
[ "MIT" ]
null
null
null
build.ps1
upperdim/3d-software-renderer
3e81beaebd9d5ee7a1e02f8e543f950a386c348b
[ "MIT" ]
null
null
null
cd src gcc -c *.c -Wall -I"C:\libsdl\include" -L"C:\libsdl\lib" -lmingw32 -lSDL2main -lSDL2 gcc -s *.o -I"C:\libsdl\include" -L"C:\libsdl\lib" -lmingw32 -lSDL2main -lSDL2 -o .\..\swrender3d.exe cd ..
40
101
0.655
74f46ebffee93bbd4c2e8882e2140ea3fc7c82b7
7,990
css
CSS
public/stylesheets/home_styles.css
Madhuvandhana/stevenshealthcare
20a3ba185b5972d849678401b65d4e5c5c17fdcd
[ "MIT" ]
null
null
null
public/stylesheets/home_styles.css
Madhuvandhana/stevenshealthcare
20a3ba185b5972d849678401b65d4e5c5c17fdcd
[ "MIT" ]
null
null
null
public/stylesheets/home_styles.css
Madhuvandhana/stevenshealthcare
20a3ba185b5972d849678401b65d4e5c5c17fdcd
[ "MIT" ]
null
null
null
* {box-sizing: border-box;} /* header */ .header { overflow: hidden; background-color: #BFEFFF; padding: 20px 10px; } .header a { float: left; color: #296097; text-align: center; padding: 12px; text-decoration: none; font-size: 21px; font-family: graduate; line-heigh...
17.219828
78
0.520275
8b0089a455f9c069912f7b8b53a86090223a6b77
503
rb
Ruby
lib/kavenegar-ruby/requests/info.rb
jmimi/kavenegar-ruby
e60f13b802dca02b56225ba16543e760b0a8c7da
[ "MIT" ]
4
2017-03-31T18:29:48.000Z
2019-09-23T11:22:25.000Z
lib/kavenegar-ruby/requests/info.rb
KaveNegar/kavenegar-ruby
b7bc1e7917ab94bee2d3c4d2efeade0d2e6834a6
[ "MIT" ]
1
2018-10-20T09:53:17.000Z
2018-10-20T09:53:17.000Z
lib/kavenegar-ruby/requests/info.rb
KaveNegar/kavenegar-ruby
b7bc1e7917ab94bee2d3c4d2efeade0d2e6834a6
[ "MIT" ]
3
2017-06-17T06:59:26.000Z
2018-10-20T09:42:41.000Z
module KaveRestApi class Info < KaveRestApi::RequestBase def initialize(args = {}) @ACTION_NAME = [:info,@FORMAT].join('.').freeze @response = ResponseInfo.new end def call connection = Faraday.new(url: "#{API_URL}/account/") do |faraday| faraday.adapter Faraday.def...
25.15
73
0.616302
88b8ca3f93c0746462a491d9f59c6746cbde7b67
685
rs
Rust
src/lib.rs
hixio-mh/exit-status-ext
467007352e1e1869b9888fc195a35f9b2ad1ba48
[ "MIT" ]
2
2019-04-14T13:55:25.000Z
2020-01-31T18:02:12.000Z
src/lib.rs
hixio-mh/exit-status-ext
467007352e1e1869b9888fc195a35f9b2ad1ba48
[ "MIT" ]
1
2020-07-01T09:56:21.000Z
2020-07-01T09:56:21.000Z
src/lib.rs
pop-os/exit-status-ext
467007352e1e1869b9888fc195a35f9b2ad1ba48
[ "MIT" ]
4
2020-05-05T00:27:14.000Z
2022-03-25T09:48:09.000Z
use std::io; use std::process::ExitStatus; /// Additional methods for `std::process::ExitStatus`-like types. pub trait ExitStatusExt { /// Converts the exit status into a `io::Result<()>`. fn as_result(self) -> io::Result<()>; } impl ExitStatusExt for ExitStatus { fn as_result(self) -> io::Result<()> { ...
28.541667
81
0.540146
664f2d91c6b8a25d0d209116cc1196d2264e5f1b
73
py
Python
homeassistant/components/senz/const.py
jlmaners/core
9d016dd4346ec776da40f816764a5be441e34a3b
[ "Apache-2.0" ]
30,023
2016-04-13T10:17:53.000Z
2020-03-02T12:56:31.000Z
homeassistant/components/senz/const.py
jlmaners/core
9d016dd4346ec776da40f816764a5be441e34a3b
[ "Apache-2.0" ]
24,710
2016-04-13T08:27:26.000Z
2020-03-02T12:59:13.000Z
homeassistant/components/senz/const.py
jlmaners/core
9d016dd4346ec776da40f816764a5be441e34a3b
[ "Apache-2.0" ]
11,956
2016-04-13T18:42:31.000Z
2020-03-02T09:32:12.000Z
"""Constants for the nVent RAYCHEM SENZ integration.""" DOMAIN = "senz"
18.25
55
0.712329
46c18910800c39a0af697dc04831e7203975e2f5
2,519
py
Python
core/enum.py
devalv/dj-turnirotron9000
b9ba4f0ac30b907e5d7191bef902c85b6b8cd2ad
[ "MIT" ]
1
2021-12-26T00:10:12.000Z
2021-12-26T00:10:12.000Z
core/enum.py
devalv/dj-turnirotron9000
b9ba4f0ac30b907e5d7191bef902c85b6b8cd2ad
[ "MIT" ]
null
null
null
core/enum.py
devalv/dj-turnirotron9000
b9ba4f0ac30b907e5d7191bef902c85b6b8cd2ad
[ "MIT" ]
null
null
null
from django.db import models from django.utils.translation import gettext_lazy as _ class UnitTypes(models.TextChoices): HQ = "HQ", _("Командир") TROOPS = "Troops", _("Пехота") ELITES = "Elites", _("Элита") FAST_ATTACK = "Fast Attack", _("Быстрая атака") HEAVY_SUPPORT = "Heavy Support", _("Артилле...
41.295082
99
0.679238
a33142a031a3330df337c8abfd19179e4334bcee
369
ts
TypeScript
src/components/theme/theme-styles.ts
deetoouk/deetooui
a95253021963ca8cb4b96ec4e40e866e9cbe6fe4
[ "MIT" ]
null
null
null
src/components/theme/theme-styles.ts
deetoouk/deetooui
a95253021963ca8cb4b96ec4e40e866e9cbe6fe4
[ "MIT" ]
1
2021-05-10T02:21:36.000Z
2021-05-10T02:21:36.000Z
src/components/theme/theme-styles.ts
deetoouk/deetooui
a95253021963ca8cb4b96ec4e40e866e9cbe6fe4
[ "MIT" ]
null
null
null
import { Style } from 'jss'; import forEach from 'lodash/forEach'; export const GlobalStyles = (theme): Style => { let globalVars = {}; const { name, colors } = theme; forEach(colors, (color, type) => { forEach(color, (value, key) => { globalVars[`--d2-${name}-${type}-${key}-color`] = value; }); ...
20.5
62
0.566396
d93afb51a5b8fc3de71f61fe04dee89e2ed91987
620
kt
Kotlin
librum/src/main/kotlin/com/librum/ui/reader/EpubReaderChapterCallback.kt
materka/Librum
b681edb4ef0847196c5402a1b7c4733b94deae48
[ "BSD-3-Clause" ]
8
2020-11-06T05:08:23.000Z
2022-02-21T13:54:19.000Z
librum/src/main/kotlin/com/librum/ui/reader/EpubReaderChapterCallback.kt
alphasldiallo/Librum
b681edb4ef0847196c5402a1b7c4733b94deae48
[ "BSD-3-Clause" ]
null
null
null
librum/src/main/kotlin/com/librum/ui/reader/EpubReaderChapterCallback.kt
alphasldiallo/Librum
b681edb4ef0847196c5402a1b7c4733b94deae48
[ "BSD-3-Clause" ]
3
2019-10-21T18:07:29.000Z
2021-08-05T07:20:09.000Z
package com.librum.ui.reader /** * @author lusinabrian on 07/09/17. * @Notes interface to handle chapter click events on drawer, if any */ interface EpubReaderChapterCallback { /** * on chapter clicked, we get the current position of the view and navigate to it * @param position the position of the gi...
32.631579
100
0.701613
7bd77c37429090f62d3db356b42a313c37f22fee
10,358
cpp
C++
third party/openRTMFP-Cumulus/CumulusLib/sources/RTMFPServer.cpp
Patrick-Bay/SocialCastr
888a57ca63037e566f6c0bf03a646ae91b484086
[ "MIT" ]
5
2015-04-30T09:08:30.000Z
2018-08-13T05:00:39.000Z
third party/openRTMFP-Cumulus/CumulusLib/sources/RTMFPServer.cpp
Patrick-Bay/SocialCastr
888a57ca63037e566f6c0bf03a646ae91b484086
[ "MIT" ]
null
null
null
third party/openRTMFP-Cumulus/CumulusLib/sources/RTMFPServer.cpp
Patrick-Bay/SocialCastr
888a57ca63037e566f6c0bf03a646ae91b484086
[ "MIT" ]
null
null
null
/* Copyright 2010 OpenRTMFP 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, or (at your option) any later version. This program is distributed in...
28.070461
187
0.708728
24b9cd598c6479a9e312c041bb459497ad0d5f2e
2,277
php
PHP
resources/views/master/permissions/show.blade.php
burrodecarga/base-laravel-8-roles
3255ea1552f07e30866d03308c8896f7e019caed
[ "MIT" ]
null
null
null
resources/views/master/permissions/show.blade.php
burrodecarga/base-laravel-8-roles
3255ea1552f07e30866d03308c8896f7e019caed
[ "MIT" ]
null
null
null
resources/views/master/permissions/show.blade.php
burrodecarga/base-laravel-8-roles
3255ea1552f07e30866d03308c8896f7e019caed
[ "MIT" ]
null
null
null
@extends('adminlte::page') @section('content') <div class="container"> <div class="row"> <div class="col-12 col-md-12 mx-auto"> <h4><strong>{{__($title)}}</strong>{{' : '.__($permission->name)}}</h4> <form class="bg-white shadow rounded py-3 px-3" action="{{route('permissions.index'...
35.578125
122
0.44664
df1eec69c2a0e9bcf58c375579e5c4ff7ccb1445
410
rb
Ruby
lib/jibby.rb
sidapa/jibby
87616da02d9c86331fae70347f5977456136aa97
[ "MIT" ]
null
null
null
lib/jibby.rb
sidapa/jibby
87616da02d9c86331fae70347f5977456136aa97
[ "MIT" ]
4
2015-07-25T01:13:18.000Z
2015-08-09T14:52:37.000Z
lib/jibby.rb
sidapa/jibby
87616da02d9c86331fae70347f5977456136aa97
[ "MIT" ]
null
null
null
Dir["#{File.dirname(__FILE__)}/jibby/**/*.rb"].each { |file| require file } # Jibby is a console client that connects to JIRA module Jibby class << self attr_reader :gateway end module_function def interface @interface ||= Console.new end def application @application ||= Application.new en...
17.083333
75
0.678049
fd86ec53b56069b4680bce99ffc89ae67bb14415
3,149
css
CSS
css/cards.css
Bandwidth/design-system
773e498eab90f1e8b63f5f09676f4296ff28a86d
[ "MIT" ]
null
null
null
css/cards.css
Bandwidth/design-system
773e498eab90f1e8b63f5f09676f4296ff28a86d
[ "MIT" ]
19
2017-04-12T19:14:25.000Z
2017-08-30T14:30:35.000Z
css/cards.css
Bandwidth/design-system
773e498eab90f1e8b63f5f09676f4296ff28a86d
[ "MIT" ]
2
2018-10-01T18:04:56.000Z
2019-08-09T03:22:09.000Z
@import url('buttons.css'); body *, html *{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; } .card{ border-radius: var(--border-radius); height: auto; margin: var(--m); box-shadow: var(--shadow); vertical-align: top; } .card h2{ font-weight: 500; font-size: 1.2em; ...
21.568493
69
0.666243
2fb3c3428f697abdd7be188f6220ff2f03a32b0d
666
py
Python
scanner/dummy_GPIO.py
mcecchi/SuperScanTest
63aeed26ccb6a80f4edd58ab523037d45f67625b
[ "Apache-2.0" ]
81
2017-05-17T02:10:59.000Z
2022-02-03T08:22:44.000Z
scanner/dummy_GPIO.py
smilejx/sweep-3d-scanner
2d245517b04ca49ea3d1238d1625fa0c993274c0
[ "MIT" ]
43
2017-05-16T19:57:48.000Z
2020-01-13T01:16:37.000Z
scanner/dummy_GPIO.py
smilejx/sweep-3d-scanner
2d245517b04ca49ea3d1238d1625fa0c993274c0
[ "MIT" ]
53
2017-05-17T02:24:45.000Z
2022-02-06T08:46:04.000Z
""" Dummy version of GPIO """ from random import randint BCM = 1 IN = 2 PUD_DOWN = 3 FALLING = 4 RELEASE = 5 def setmode(mode=None): """ Docstring """ pass def setup(pin=None, IO=None, pull_up_down=None): """ Docstring """ pass def add_event_detect(pin=None, edge=None, callback=None, bouncetime=N...
16.243902
74
0.621622
e69d1d8a2a4aa16a0fcec02eb5041375ecec512d
2,126
c
C
src/parse.c
alexmyczko/logswan
ad3efac05fb79937eaf57ee2c294a48a2629d971
[ "BSD-2-Clause" ]
null
null
null
src/parse.c
alexmyczko/logswan
ad3efac05fb79937eaf57ee2c294a48a2629d971
[ "BSD-2-Clause" ]
null
null
null
src/parse.c
alexmyczko/logswan
ad3efac05fb79937eaf57ee2c294a48a2629d971
[ "BSD-2-Clause" ]
null
null
null
/*****************************************************************************/ /* */ /* Logswan 2.0.3 */ /* Copyright (c) 2015-2018, Frederic Cambus */ ...
32.707692
79
0.392756
a4980790a43b29afdd867daeef3da13eb48fbc0d
6,833
php
PHP
app/Http/Controllers/CategoriaController.php
engelcituk/POS
f76788080c52a1a002473bdc28be7eb45c13dea7
[ "MIT" ]
null
null
null
app/Http/Controllers/CategoriaController.php
engelcituk/POS
f76788080c52a1a002473bdc28be7eb45c13dea7
[ "MIT" ]
null
null
null
app/Http/Controllers/CategoriaController.php
engelcituk/POS
f76788080c52a1a002473bdc28be7eb45c13dea7
[ "MIT" ]
null
null
null
<?php namespace App\Http\Controllers; use Illuminate\Http\Request; use function GuzzleHttp\json_decode; use Yajra\DataTables\DataTables; use Illuminate\Support\Facades\Storage; use Image; class CategoriaController extends Controller { public $urlBase = ""; public function __construct(){ $this...
33.826733
134
0.578809
2c590980d0fd0e12ed4d1c1b315d21272a512ecb
6,339
py
Python
release_motif.py
SteadfastAsArt/simple_motif
f6b07f52b8cecd1317dbe8753e7f5e1766e74413
[ "Apache-2.0" ]
2
2019-07-04T05:37:47.000Z
2021-04-24T05:33:47.000Z
release_motif.py
SteadfastAsArt/simple_motif
f6b07f52b8cecd1317dbe8753e7f5e1766e74413
[ "Apache-2.0" ]
null
null
null
release_motif.py
SteadfastAsArt/simple_motif
f6b07f52b8cecd1317dbe8753e7f5e1766e74413
[ "Apache-2.0" ]
null
null
null
import warnings warnings.filterwarnings(action='ignore', category=UserWarning, module='gensim') import sys from sklearn.linear_model import LogisticRegression import detect_contract as sm import graph_utils as gu import numpy as np import time import pickle as pk import csv import os import observation as ob import ite...
33.718085
117
0.548351
affbd1b322a7a7596f5d29c71d45a202026745ad
5,666
py
Python
ace_parser.py
Clearailhc/ACE2005-toolk
f41e6c499e04fdd6f3cca4e1384da0d678b6df3b
[ "MIT" ]
23
2020-12-14T07:53:53.000Z
2021-12-27T08:18:46.000Z
ace_parser.py
Clearailhc/ACE2005-toolk
f41e6c499e04fdd6f3cca4e1384da0d678b6df3b
[ "MIT" ]
3
2021-07-19T09:00:57.000Z
2022-03-08T20:31:44.000Z
ace_parser.py
Clearailhc/ACE2005-toolk
f41e6c499e04fdd6f3cca4e1384da0d678b6df3b
[ "MIT" ]
3
2021-12-01T17:41:11.000Z
2022-02-28T01:05:29.000Z
from xml.etree import ElementTree class Parser: def __init__(self, path): self.entity_mentions = [] self.event_mentions = [] self.relation_mentions = [] self.parse_xml(path + '.apf.xml') def parse_xml(self, xml_path): tree = ElementTree.parse(xml_path) root = t...
41.357664
119
0.518708
33b4a9c2e10bcb887f5f963ce40d2b3f059297b7
13,339
c
C
release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/oprofile/op_model_amd.c
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
4
2017-05-17T11:27:04.000Z
2020-05-24T07:23:26.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/oprofile/op_model_amd.c
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
1
2018-08-21T03:42:06.000Z
2018-08-21T03:42:06.000Z
release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/oprofile/op_model_amd.c
afeng11/tomato-arm
1ca18a88480b34fd495e683d849f46c2d47bb572
[ "FSFAP" ]
5
2017-10-11T08:09:11.000Z
2020-10-14T04:10:13.000Z
/* * @file op_model_amd.c * athlon / K7 / K8 / Family 10h model-specific MSR operations * * @remark Copyright 2002-2009 OProfile authors * @remark Read the file COPYING * * @author John Levon * @author Philippe Elie * @author Graydon Hoare * @author Robert Richter <robert.richter@amd.com> * @author Barry Kas...
23.360771
77
0.701927
1ab9291c12f3716b79a6ad46237708590a35d51e
12,813
py
Python
tests/test_matching_cost.py
qfardet/Pandora2D
9b36d29a199f2acc67499d22b796c7dd6867bc5f
[ "Apache-2.0" ]
4
2022-02-09T10:07:03.000Z
2022-03-08T05:16:30.000Z
tests/test_matching_cost.py
qfardet/Pandora2D
9b36d29a199f2acc67499d22b796c7dd6867bc5f
[ "Apache-2.0" ]
null
null
null
tests/test_matching_cost.py
qfardet/Pandora2D
9b36d29a199f2acc67499d22b796c7dd6867bc5f
[ "Apache-2.0" ]
4
2022-02-03T09:21:28.000Z
2022-03-25T07:32:13.000Z
#!/usr/bin/env python # coding: utf8 # # Copyright (c) 2021 Centre National d'Etudes Spatiales (CNES). # # This file is part of PANDORA2D # # https://github.com/CNES/Pandora2D # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You...
40.67619
120
0.543276
0d38e7652d8a54021a72746d91adb8d0e8aee9a7
178
cs
C#
advanced-programming-methods/labs/toy-interpreter-sharp/exceptions/HeapException.cs
vampy/university
9496cb63594dcf1cc2cec8650b8eee603f85fdab
[ "MIT" ]
6
2015-06-22T19:43:13.000Z
2019-07-15T18:08:41.000Z
advanced-programming-methods/labs/toy-interpreter-sharp/exceptions/HeapException.cs
vampy/university
9496cb63594dcf1cc2cec8650b8eee603f85fdab
[ "MIT" ]
null
null
null
advanced-programming-methods/labs/toy-interpreter-sharp/exceptions/HeapException.cs
vampy/university
9496cb63594dcf1cc2cec8650b8eee603f85fdab
[ "MIT" ]
1
2015-09-26T09:01:54.000Z
2015-09-26T09:01:54.000Z
using System; namespace Exceptions { public class HeapException : Exception { public HeapException(string message) : base(message) { } } }
13.692308
60
0.595506
a4a5d31f4ae1e54e683042286419825de74912ff
25,816
php
PHP
resources/views/people/editSchedule.blade.php
oammike/testRepo
b0b6ab483a904d673d0455c9688ca68ea4191395
[ "MIT" ]
null
null
null
resources/views/people/editSchedule.blade.php
oammike/testRepo
b0b6ab483a904d673d0455c9688ca68ea4191395
[ "MIT" ]
null
null
null
resources/views/people/editSchedule.blade.php
oammike/testRepo
b0b6ab483a904d673d0455c9688ca68ea4191395
[ "MIT" ]
null
null
null
@extends('layouts.main') @section('metatags') <title>Edit {{$user->firstname}}'s Schedule</title> <meta name="description" content="profile page"> @stop @section('content') <section class="content-header"> <h1> Employee Profile <small></small> </h1> <ol class="breadcrumb"...
50.719057
268
0.326658
388c567bcf11c65cfd8d30fe354ea8dde8b69cfe
1,371
php
PHP
resources/views/evidance/index.blade.php
maudyannisa/tools_audit2
d1ef802f89745ef691ec10ffdda58c8b17507c16
[ "MIT" ]
null
null
null
resources/views/evidance/index.blade.php
maudyannisa/tools_audit2
d1ef802f89745ef691ec10ffdda58c8b17507c16
[ "MIT" ]
null
null
null
resources/views/evidance/index.blade.php
maudyannisa/tools_audit2
d1ef802f89745ef691ec10ffdda58c8b17507c16
[ "MIT" ]
null
null
null
@extends('layouts.app') @section('title', 'Dokumen Perusahaan') @section('content') <div class="content"> <div class="container"> <!-- Page-Title --> <div class="row"> <div class="col-sm-12"> <h4 class="pull-left page-title">Evidance Document</h4> <ol clas...
39.171429
136
0.427425
717855699387102ede1ad5039faccea114dbf478
5,601
rs
Rust
libsplinter/src/circuit/routing/error.rs
isabeltomb/splinter
9a516e08cfaa7cbfb80fad9c512347a044757174
[ "Apache-2.0" ]
null
null
null
libsplinter/src/circuit/routing/error.rs
isabeltomb/splinter
9a516e08cfaa7cbfb80fad9c512347a044757174
[ "Apache-2.0" ]
null
null
null
libsplinter/src/circuit/routing/error.rs
isabeltomb/splinter
9a516e08cfaa7cbfb80fad9c512347a044757174
[ "Apache-2.0" ]
2
2020-12-26T06:24:55.000Z
2021-09-04T17:09:08.000Z
// Copyright 2018-2020 Cargill Incorporated // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
28.576531
98
0.683985
2ffd24b4bce8ff58bd73d8edc7a22960a22087c4
565
py
Python
lib/Program.py
Youhana-Hana/interpolation
e091fef4ad258fe48a80169b5c448377246cd733
[ "MIT" ]
null
null
null
lib/Program.py
Youhana-Hana/interpolation
e091fef4ad258fe48a80169b5c448377246cd733
[ "MIT" ]
null
null
null
lib/Program.py
Youhana-Hana/interpolation
e091fef4ad258fe48a80169b5c448377246cd733
[ "MIT" ]
null
null
null
from lib import InputTransport from lib import Parser from lib import Interpolator class Program: def __init__(self): self.transport = InputTransport() self.parser = Parser() self.interpolator = Interpolator() def run(self): try: input = self.transport.read() ...
28.25
64
0.630088
db83497e9c56049951cda52704b1dd1019302268
298
php
PHP
lvyecms/Application/Content/Fields/typeid/field_add_form.inc.php
xueyuwan/www
6ee4914baf88ca7c6a4c5fa966432e22d774bab4
[ "Apache-2.0" ]
null
null
null
lvyecms/Application/Content/Fields/typeid/field_add_form.inc.php
xueyuwan/www
6ee4914baf88ca7c6a4c5fa966432e22d774bab4
[ "Apache-2.0" ]
131
2017-04-10T06:10:03.000Z
2017-12-06T10:27:02.000Z
shuipf/Application/Content/Fields/typeid/field_add_form.inc.php
rentianhua/tsf
5aa420b063bf8bee20c2954963b7c8bf6f5b846b
[ "MIT" ]
1
2018-11-19T16:15:03.000Z
2018-11-19T16:15:03.000Z
<table cellpadding="2" cellspacing="1" width="96%"> <tr> <td>默认值</td> <td> <input type="hidden" name="setting[minnumber]" value="5"/> <input type="text" name="setting[defaultvalue]" value="0" size="40" class="input"/> 正整数 最大长度 5 </td> </tr> </table>
37.25
112
0.54698
23d98e73b22dd7072640ab33984d8f98e809716b
1,771
js
JavaScript
Documentation/search/all_4.js
CollegiumXR/Unity-SCORM-Integration-Kit
cc566fc11849611b195f3a35534714b83aca6db7
[ "Apache-2.0" ]
20
2016-03-09T15:02:58.000Z
2022-01-28T06:02:04.000Z
Documentation/search/all_4.js
CollegiumXR/Unity-SCORM-Integration-Kit
cc566fc11849611b195f3a35534714b83aca6db7
[ "Apache-2.0" ]
5
2016-11-10T03:52:07.000Z
2021-12-22T00:02:53.000Z
Documentation/search/all_4.js
CollegiumXR/Unity-SCORM-Integration-Kit
cc566fc11849611b195f3a35534714b83aca6db7
[ "Apache-2.0" ]
7
2020-03-05T18:57:20.000Z
2022-01-28T06:02:06.000Z
var searchData= [ ['debug',['debug',['../scorm_8js.html#a651046067579e48d7f0d03ce38dc7cf8',1,'scorm.js']]], ['debugprint',['DebugPrint',['../scorm_8js.html#a80a162fca7d5e07b8757a9f1b7f17fc1',1,'scorm.js']]], ['deliveryspeed',['deliverySpeed',['../class_student_record_1_1_learner_preference.html#a6718b9380069aa126...
98.388889
314
0.762846
91a3623b8b8789f2aa8b642f495cf31a52492108
14,365
dart
Dart
lib/slidable.dart
MXilian/simple_slidable
0d7ab478454a53a5f4290899754310acb6cd9914
[ "CC0-1.0" ]
1
2020-10-21T11:38:33.000Z
2020-10-21T11:38:33.000Z
lib/slidable.dart
MXilian/simple_slidable_flutter
0d7ab478454a53a5f4290899754310acb6cd9914
[ "CC0-1.0" ]
null
null
null
lib/slidable.dart
MXilian/simple_slidable_flutter
0d7ab478454a53a5f4290899754310acb6cd9914
[ "CC0-1.0" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:simple_slidable/slide_controller.dart'; import 'package:simple_slidable/utils.dart'; class Slidable extends StatefulWidget { final Widget child; /// Slide menu on the left final Widget slideMenuL; /// Slide menu on the right final Widget slideMenuR; ...
35.9125
102
0.624922
74f3bce4a0a037c0d3d6923f07bb19c72f4eef27
823
css
CSS
src/style.css
geicibarham/Team-Profile-Generator
677964636145aafcaa9115886495a51cf3750629
[ "MIT" ]
null
null
null
src/style.css
geicibarham/Team-Profile-Generator
677964636145aafcaa9115886495a51cf3750629
[ "MIT" ]
null
null
null
src/style.css
geicibarham/Team-Profile-Generator
677964636145aafcaa9115886495a51cf3750629
[ "MIT" ]
null
null
null
nav{ display: flex; flex-wrap: wrap; padding:25px; background-color:#9896f1; align-content: center; justify-content: center; } h1{ color:white; } .cards{ border-radius: 5px; margin-top: 25px; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: ce...
14.438596
36
0.616039
83267c86c3cb585f528ccc1b7201fb9974a3d0b0
144
ts
TypeScript
src/orden/dto/orden.dto.ts
andrucar25/BackendWebMovilConcursoProyectos
9ccafd1585f15132f48539c7edc87854ff600c25
[ "MIT" ]
null
null
null
src/orden/dto/orden.dto.ts
andrucar25/BackendWebMovilConcursoProyectos
9ccafd1585f15132f48539c7edc87854ff600c25
[ "MIT" ]
null
null
null
src/orden/dto/orden.dto.ts
andrucar25/BackendWebMovilConcursoProyectos
9ccafd1585f15132f48539c7edc87854ff600c25
[ "MIT" ]
null
null
null
export class CreateOrdenDto{ idConcurso:string; ordenProyectos:{}; categoria:string; tituloConcurso:string; estado:string; }
20.571429
28
0.708333
ada41818a3257b80a51ee154273e0fee8d8d39f4
3,321
swift
Swift
Tests/EvolvParticipantTest.swift
divbyzero/EvolvKit
2bb6da782a93a4eb30e268986ff33ca98714ac0e
[ "Apache-2.0" ]
2
2019-08-08T00:30:55.000Z
2019-11-04T11:20:43.000Z
Tests/EvolvParticipantTest.swift
divbyzero/EvolvKit
2bb6da782a93a4eb30e268986ff33ca98714ac0e
[ "Apache-2.0" ]
4
2019-07-30T17:34:23.000Z
2019-08-22T07:27:46.000Z
Tests/EvolvParticipantTest.swift
divbyzero/EvolvKit
2bb6da782a93a4eb30e268986ff33ca98714ac0e
[ "Apache-2.0" ]
1
2019-07-23T16:14:34.000Z
2019-07-23T16:14:34.000Z
// // EvolvParticipantTest.swift // // Copyright (c) 2019 Evolv Technology Solutions // // 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...
38.616279
105
0.682325
e8f1abe2f96a52918a6108883319d223dc607f9c
3,186
swift
Swift
07-Linking-Accounts/Auth0Sample/HomeViewController.swift
alexisluque/auth0-ios-swift-sample
bc752e61939f671aed5bdbc24cca8f6cc88261e9
[ "MIT" ]
1
2021-12-09T22:06:14.000Z
2021-12-09T22:06:14.000Z
07-Linking-Accounts/Auth0Sample/HomeViewController.swift
TillDev/auth0-ios
a271c34920054f35e486e201e8690a0c2ece7ced
[ "MIT" ]
null
null
null
07-Linking-Accounts/Auth0Sample/HomeViewController.swift
TillDev/auth0-ios
a271c34920054f35e486e201e8690a0c2ece7ced
[ "MIT" ]
null
null
null
// HomeViewController.swift // Auth0Sample // // Copyright (c) 2016 Auth0 (http://auth0.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 limit...
37.046512
118
0.603578
8ede24e05ed2ff7b85c655f051ff5f23ac188188
30,687
swift
Swift
ShowcaseApp/ShowcaseAppSwift/Controllers/VideoCamViewController.swift
samtstern/mlkit-material-ios
faadf28ee4478e69030483301d06da2c66ded957
[ "Apache-2.0" ]
57
2019-05-08T06:59:13.000Z
2020-07-12T22:52:58.000Z
ShowcaseApp/ShowcaseAppSwift/Controllers/VideoCamViewController.swift
samtstern/mlkit-material-ios
faadf28ee4478e69030483301d06da2c66ded957
[ "Apache-2.0" ]
7
2019-05-08T19:55:04.000Z
2020-08-03T12:52:05.000Z
ShowcaseApp/ShowcaseAppSwift/Controllers/VideoCamViewController.swift
samtstern/mlkit-material-ios
faadf28ee4478e69030483301d06da2c66ded957
[ "Apache-2.0" ]
16
2019-06-29T20:00:33.000Z
2020-06-19T18:48:34.000Z
/** * Copyright 2019 Google ML Kit team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
38.120497
128
0.707824
cdb6ac58ad71a9ba3fd953bd3fadcb5c34ab300d
327
cs
C#
RMSDataManager.Library/Models/UserModel.cs
devsonukr/RetailManagementSystem
cc1da0cf1e8330bb6f9679eedf133bcb6759944c
[ "MIT" ]
null
null
null
RMSDataManager.Library/Models/UserModel.cs
devsonukr/RetailManagementSystem
cc1da0cf1e8330bb6f9679eedf133bcb6759944c
[ "MIT" ]
null
null
null
RMSDataManager.Library/Models/UserModel.cs
devsonukr/RetailManagementSystem
cc1da0cf1e8330bb6f9679eedf133bcb6759944c
[ "MIT" ]
null
null
null
using System; namespace RMSDataManager.Library.Models { public class UserModel { public string Id { get; set; } public string FirstName { get; set; } public string LastName { get; set; } public string EmailAddress { get; set; } public DateTime CreateDate { get; set; } ...
23.357143
48
0.611621
259dc24b0e413dc974f3897f26c1529ac2457c39
8,356
cs
C#
Kooboo.Json.Test/Test/Deserialize/ObjectDeserializeTest.cs
Kooboo/Json
43ced8973ef20b029f735b371445e5cc272983f3
[ "MIT" ]
146
2019-03-26T10:03:12.000Z
2022-01-18T09:03:59.000Z
Kooboo.Json.Test/Test/Deserialize/ObjectDeserializeTest.cs
Kooboo/Json
43ced8973ef20b029f735b371445e5cc272983f3
[ "MIT" ]
7
2019-03-28T10:51:50.000Z
2022-01-20T08:11:32.000Z
Kooboo.Json.Test/Test/Deserialize/ObjectDeserializeTest.cs
Kooboo/Json
43ced8973ef20b029f735b371445e5cc272983f3
[ "MIT" ]
29
2019-03-27T05:18:20.000Z
2022-01-18T09:04:03.000Z
using Microsoft.VisualStudio.TestTools.UnitTesting; using Kooboo.Json; using System; using System.Dynamic; using System.Collections.Generic; namespace Kooboo.Json.Test { [TestClass] public class ObjectDeserializeTest { class _Objects { public int A; public string B ...
34.386831
251
0.54787
798f1843ee47d9e709c3bad5df01f23cdf7bb53c
660
php
PHP
database/seeds/CompanyTableSeeder.php
emalisuranga/kpmg
c3feba8ad1df7e6f99e6b76bb9f9160b2e22debe
[ "MIT" ]
null
null
null
database/seeds/CompanyTableSeeder.php
emalisuranga/kpmg
c3feba8ad1df7e6f99e6b76bb9f9160b2e22debe
[ "MIT" ]
null
null
null
database/seeds/CompanyTableSeeder.php
emalisuranga/kpmg
c3feba8ad1df7e6f99e6b76bb9f9160b2e22debe
[ "MIT" ]
null
null
null
<?php use Illuminate\Database\Seeder; use App\Company; class CompanyTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $data = array( array('id' => 813181234, 'type_id'=> 17,'name' => 'ROC','postfix' => '(PVT) LTD','status...
28.695652
125
0.533333
c67fc2c1e20ff89a755135f265bf316ac8234b20
2,998
rs
Rust
compiler/crates/graphql-transforms/src/validations/validate_global_variables.rs
HeroicHitesh/relay
b96329c9c90d28b4c2336cb4f1cdcae7f9c6f846
[ "MIT" ]
3
2020-09-11T17:04:49.000Z
2020-09-12T12:57:56.000Z
compiler/crates/graphql-transforms/src/validations/validate_global_variables.rs
HeroicHitesh/relay
b96329c9c90d28b4c2336cb4f1cdcae7f9c6f846
[ "MIT" ]
null
null
null
compiler/crates/graphql-transforms/src/validations/validate_global_variables.rs
HeroicHitesh/relay
b96329c9c90d28b4c2336cb4f1cdcae7f9c6f846
[ "MIT" ]
null
null
null
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ use crate::{root_variables::InferVariablesVisitor, MATCH_CONSTANTS}; use common::{Diagnostic, NamedItem}; use graphql_ir::{ Fra...
33.311111
95
0.556037
e3a75f1581cac701930afa3501a1670f14b8d5a9
2,268
psd1
PowerShell
ScsmMpcPx.psd1
KirkMunro/ScsmMpcPx
4e097e0eeac368e3b142ff89429e8ba87fb2745a
[ "Apache-2.0" ]
22
2015-12-08T23:49:08.000Z
2022-03-18T07:31:45.000Z
ScsmMpcPx.psd1
KirkMunro/ScsmMpcPx
4e097e0eeac368e3b142ff89429e8ba87fb2745a
[ "Apache-2.0" ]
null
null
null
ScsmMpcPx.psd1
KirkMunro/ScsmMpcPx
4e097e0eeac368e3b142ff89429e8ba87fb2745a
[ "Apache-2.0" ]
4
2015-05-29T07:20:48.000Z
2016-12-20T17:36:06.000Z
<############################################################################# DESCRIPTION Copyright 2015 Provance Technologies. 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:/...
34.363636
130
0.455467
7dbf7cc510e2a23562c0513e4953cba59e0d07a8
40,079
css
CSS
public/dist/css/general.min.css
NullixAT/framelix-core
1d33c39ef09f72a26c1b8141ebaddfc86d56b451
[ "MIT" ]
null
null
null
public/dist/css/general.min.css
NullixAT/framelix-core
1d33c39ef09f72a26c1b8141ebaddfc86d56b451
[ "MIT" ]
null
null
null
public/dist/css/general.min.css
NullixAT/framelix-core
1d33c39ef09f72a26c1b8141ebaddfc86d56b451
[ "MIT" ]
null
null
null
@charset "UTF-8"; .framelix-alert { border-radius: var(--border-radius); margin-bottom: 5px; background: var(--color-alert-default-bg); color: var(--color-alert-default-text); --icon-color-hue: var(--color-primary-hue); font-size: 0.95rem; padding: 10px; position: relative; border: 2px solid rgba(0, 0...
32.088871
182
0.686369
6ff899e6e9bfbd771e797954f6bb5c6cab0d40e8
487
swift
Swift
RsyncUI/Model/Utils/Environment.swift
SpuzzSomchai/RsyncUI
7ebc0ef3e413f4afad2078464051923ed7d474b6
[ "MIT" ]
990
2017-03-19T18:28:51.000Z
2022-03-20T21:35:34.000Z
RsyncOSX/Environment.swift
FreddyZeng/RsyncOSX
f83124c60e8f779891584e28c0c6d1ab0ddff300
[ "MIT" ]
116
2017-05-06T05:33:50.000Z
2022-01-22T07:31:44.000Z
RsyncOSX/Environment.swift
FreddyZeng/RsyncOSX
f83124c60e8f779891584e28c0c6d1ab0ddff300
[ "MIT" ]
74
2017-05-16T15:07:00.000Z
2022-03-08T19:35:18.000Z
// // Environment.swift // RsyncOSX // // Created by Thomas Evensen on 02/06/2019. // Copyright © 2019 Thomas Evensen. All rights reserved. // import Foundation struct Environment { var environment: [String: String]? init?() { if let environment = SharedReference.shared.environment { ...
22.136364
79
0.63655
38c756fa631c02a1b630b8f324233b8e37c728b4
1,431
php
PHP
tests/Toolbar/ViewFactoryTest.php
garfieldius/run-script
7c6457c1416d17ae406927210634f3f803fea973
[ "MIT" ]
1
2021-07-19T13:03:26.000Z
2021-07-19T13:03:26.000Z
tests/Toolbar/ViewFactoryTest.php
garfieldius/run-script
7c6457c1416d17ae406927210634f3f803fea973
[ "MIT" ]
null
null
null
tests/Toolbar/ViewFactoryTest.php
garfieldius/run-script
7c6457c1416d17ae406927210634f3f803fea973
[ "MIT" ]
null
null
null
<?php declare(strict_types=1); /* * (c) 2021 Georg Großberger <contact@grossberger-ge.org> * * This file is free software; you can redistribute it and/or * modify it under the terms of the MIT license * * For the full copyright and license information see the file * LICENSE or <https://opensource.org/licenses/M...
33.27907
121
0.694619
4ee73589f72d711360c5f26466ff188ef04625ea
6,495
asm
Assembly
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_2890.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_2890.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NONE/_st_/i7-7700_9_0x48.log_21829_2890.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 %r10 push %r11 push %r14 push %r9 push %rbx push %rcx push %rdi push %rsi lea addresses_normal_ht+0x9e36, %rsi lea addresses_WT_ht+0x1053c, %rdi clflush (%rsi) clflush (%rdi) and $3020, %rbx mov $21, %rcx rep movsq nop nop nop nop nop xor %r10, %r10 lea addresses_WT_ht+...
35.686813
2,999
0.658199
b33be3d81c428aa1780bf8e92dc9c2b133c3b923
3,681
py
Python
run_wallet.py
STR-Coding-Club/RobCoin
a47e232fdea193bea0c2c634f4c6fbf7d4806e0b
[ "MIT" ]
3
2021-05-27T23:00:58.000Z
2021-06-04T20:20:00.000Z
run_wallet.py
Ti1mmy/RobCoin
a47e232fdea193bea0c2c634f4c6fbf7d4806e0b
[ "MIT" ]
3
2021-05-20T19:31:35.000Z
2021-07-20T23:24:56.000Z
run_wallet.py
Ti1mmy/RobCoin
a47e232fdea193bea0c2c634f4c6fbf7d4806e0b
[ "MIT" ]
4
2021-05-27T23:01:13.000Z
2021-06-13T01:25:17.000Z
""" MIT License Copyright (c) 2021 STR-Coding-Club Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publis...
36.445545
117
0.644933