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
e222bb549871caf566e70aacde64efb736b5161f
3,082
py
Python
termux-version.py
pyaf/reduce-kaggle-frustation
f43c34ab5ab1b4ff9ccb55f03b547d5c916cffb9
[ "MIT" ]
7
2019-11-24T14:18:47.000Z
2020-04-27T11:55:44.000Z
termux-version.py
pyaf/reduce-kaggle-frustation
f43c34ab5ab1b4ff9ccb55f03b547d5c916cffb9
[ "MIT" ]
null
null
null
termux-version.py
pyaf/reduce-kaggle-frustation
f43c34ab5ab1b4ff9ccb55f03b547d5c916cffb9
[ "MIT" ]
null
null
null
import time import json import requests import subprocess import smtplib, ssl def get_leaderboard_status(): URL = "https://www.kaggle.com/c/3d-object-detection-for-autonomous-vehicles/leaderboard" client = requests.session() # create a session client.get(URL) # sets cookie # prepare cookie string ...
30.82
92
0.631408
433fb0a9c30fc8d30d403422c641d6dee4c47fae
134
ts
TypeScript
models/shared/Picture.ts
tamaskutiod/aac-frontend-api-design
31d3c530e3436fce9e558cee81e7428c1fd5046f
[ "MIT" ]
null
null
null
models/shared/Picture.ts
tamaskutiod/aac-frontend-api-design
31d3c530e3436fce9e558cee81e7428c1fd5046f
[ "MIT" ]
null
null
null
models/shared/Picture.ts
tamaskutiod/aac-frontend-api-design
31d3c530e3436fce9e558cee81e7428c1fd5046f
[ "MIT" ]
null
null
null
import ImageSources from "./ImageSources"; interface Picture { alt: string, sources: ImageSources } export default Picture;
14.888889
42
0.731343
a32ce39579e01fa5d2b5c144863ee02561be9774
2,128
java
Java
src/main/java/com/thinkgem/jeesite/modules/affair/dao/AffairPartyRewardPunishDao.java
FIG5229/Only
7e8bd304524b90f3368b5f0b0c8cf3451735b69a
[ "Apache-2.0" ]
null
null
null
src/main/java/com/thinkgem/jeesite/modules/affair/dao/AffairPartyRewardPunishDao.java
FIG5229/Only
7e8bd304524b90f3368b5f0b0c8cf3451735b69a
[ "Apache-2.0" ]
null
null
null
src/main/java/com/thinkgem/jeesite/modules/affair/dao/AffairPartyRewardPunishDao.java
FIG5229/Only
7e8bd304524b90f3368b5f0b0c8cf3451735b69a
[ "Apache-2.0" ]
null
null
null
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.affair.dao; import com.thinkgem.jeesite.common.persistence.CrudDao; import com.thinkgem.jeesite.common.persistence.annotation.MyBatisDao; import com.thinkgem.jeesite...
60.8
214
0.792293
22ad27938c55d7e3230d846aab93b3163c282f8d
2,604
dart
Dart
lib/apiModel/logistics.dart
wlbwrx/bale_shop
ee63f6251c842ed1fd082efeb99c77b235270317
[ "Apache-2.0" ]
null
null
null
lib/apiModel/logistics.dart
wlbwrx/bale_shop
ee63f6251c842ed1fd082efeb99c77b235270317
[ "Apache-2.0" ]
null
null
null
lib/apiModel/logistics.dart
wlbwrx/bale_shop
ee63f6251c842ed1fd082efeb99c77b235270317
[ "Apache-2.0" ]
null
null
null
import 'package:json_annotation/json_annotation.dart'; part 'logistics.g.dart'; @JsonSerializable() class logistics extends Object { @JsonKey(name: 'body') Body body; @JsonKey(name: 'headers') Headers headers; @JsonKey(name: 'statusCode') String statusCode; @JsonKey(name: 'statusCodeValue') ...
20.666667
210
0.72619
25a5ba30ad8b5c9307807ec76b02b2fc7651179b
2,122
cs
C#
tests/ContosoUniversity.Application.Tests/Validators/DepartmentValidatorTests.cs
theMickster/contoso-university-razor-pages
a845387e6c743a42b9c69ad752661696a5462074
[ "MIT" ]
1
2020-02-09T21:54:22.000Z
2020-02-09T21:54:22.000Z
tests/ContosoUniversity.Application.Tests/Validators/DepartmentValidatorTests.cs
theMickster/contoso-university-razor-pages
a845387e6c743a42b9c69ad752661696a5462074
[ "MIT" ]
null
null
null
tests/ContosoUniversity.Application.Tests/Validators/DepartmentValidatorTests.cs
theMickster/contoso-university-razor-pages
a845387e6c743a42b9c69ad752661696a5462074
[ "MIT" ]
1
2019-09-06T18:06:38.000Z
2019-09-06T18:06:38.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using ContosoUniversity.Application.Validators; using ContosoUniversity.Common; using FluentValidation.TestHelper; using Xunit; namespace ContosoUniversity.Application.Tests.Validators { public clas...
32.646154
131
0.701225
030fa06aaad142d79f4ef91d92ed8a61746c242a
70
rb
Ruby
www/public/medias/rubies/examples/vr_display.rb
atomecorp/atome
c5a50f29282ce2ee0efcf858db33b0c8e6afecbb
[ "MIT" ]
2
2020-10-04T11:52:29.000Z
2022-03-19T19:57:46.000Z
www/public/medias/rubies/examples/vr_display.rb
atomecorp/atome
c5a50f29282ce2ee0efcf858db33b0c8e6afecbb
[ "MIT" ]
9
2021-03-20T11:31:22.000Z
2022-02-27T18:44:49.000Z
www/public/medias/rubies/examples/vr_display.rb
atomecorp/atome
c5a50f29282ce2ee0efcf858db33b0c8e6afecbb
[ "MIT" ]
1
2020-10-05T06:30:59.000Z
2020-10-05T06:30:59.000Z
# vr example i=image(:beach) i.display(:vr) i.width(600) i.height(900)
14
15
0.7
433aec82e7b9b6cc232f933a9adfab307e594f3e
3,777
tsx
TypeScript
src/BouncingBallsDiv.tsx
joejensen/react-bouncing-balls
2bdaaecad4ca9c6396fb93a3d335d75ac0c515b1
[ "Unlicense" ]
null
null
null
src/BouncingBallsDiv.tsx
joejensen/react-bouncing-balls
2bdaaecad4ca9c6396fb93a3d335d75ac0c515b1
[ "Unlicense" ]
null
null
null
src/BouncingBallsDiv.tsx
joejensen/react-bouncing-balls
2bdaaecad4ca9c6396fb93a3d335d75ac0c515b1
[ "Unlicense" ]
1
2020-09-06T07:26:21.000Z
2020-09-06T07:26:21.000Z
/** * @class BouncingBallsDivComponent */ import * as React from 'react'; import {RefObject} from "react"; import {PointCollection} from "./PointCollection"; export type BouncingBallsDivProps = { src: string; width: number; height: number; cellSize: number; } export default class BouncingBallsDivComponent e...
29.27907
115
0.644427
a5193594c5b20a70fcdadf248bf65c1783c0d666
1,311
sh
Shell
Services_dev/MonoApp/run_bash.sh
samuelxu999/Microservices_dev
70d5845fdedbcaecb7f7cf8bc7a623053c57b136
[ "MIT" ]
null
null
null
Services_dev/MonoApp/run_bash.sh
samuelxu999/Microservices_dev
70d5845fdedbcaecb7f7cf8bc7a623053c57b136
[ "MIT" ]
2
2021-03-17T23:27:00.000Z
2021-03-17T23:27:01.000Z
Services_dev/MonoApp/run_bash.sh
samuelxu999/Microservices_dev
70d5845fdedbcaecb7f7cf8bc7a623053c57b136
[ "MIT" ]
2
2019-04-23T22:13:18.000Z
2019-08-19T01:39:51.000Z
#!/bin/bash # -i sets up an interactive session; -t allocates a pseudo tty; --rm makes this container ephemeral # -u specify the process should be run by root. This step is important (v.i.)! # -v @volume:@docker path. use volume to save data # -v /etc/localtime:/etc/localtime:ro make sure docker's time syncs with that...
31.214286
299
0.698703
a3c6f57dfd23638a9fa7ae98f20e5978e71a2198
268
java
Java
gulimall-member/src/main/java/cn/lxtkj/gulimall/member/vo/MemberUserLoginVo.java
leiphp/gulimall
6c53e6db69444cac73899f97e1d5c47b8d5fb43a
[ "Apache-2.0" ]
null
null
null
gulimall-member/src/main/java/cn/lxtkj/gulimall/member/vo/MemberUserLoginVo.java
leiphp/gulimall
6c53e6db69444cac73899f97e1d5c47b8d5fb43a
[ "Apache-2.0" ]
null
null
null
gulimall-member/src/main/java/cn/lxtkj/gulimall/member/vo/MemberUserLoginVo.java
leiphp/gulimall
6c53e6db69444cac73899f97e1d5c47b8d5fb43a
[ "Apache-2.0" ]
null
null
null
package cn.lxtkj.gulimall.member.vo; import lombok.Data; /** * @Description: * @Created: By IntelliJ IDEA. * @author: 雷小天 * @createTime: 2021/9/24 14:52 **/ @Data public class MemberUserLoginVo { private String loginacct; private String password; }
13.4
36
0.682836
9eed519cc396dc27082eba57c0af72ebcfa8780c
6,126
lua
Lua
gamemodes/ix_cotz/schema/items/gear/sh_xm40.lua
kristofferth/cotz
7d76c0214fbe8bbda6a8996697154d0feaf50f44
[ "MIT" ]
null
null
null
gamemodes/ix_cotz/schema/items/gear/sh_xm40.lua
kristofferth/cotz
7d76c0214fbe8bbda6a8996697154d0feaf50f44
[ "MIT" ]
null
null
null
gamemodes/ix_cotz/schema/items/gear/sh_xm40.lua
kristofferth/cotz
7d76c0214fbe8bbda6a8996697154d0feaf50f44
[ "MIT" ]
null
null
null
ITEM.name = "XM-40" ITEM.description = "A newer gasmask." ITEM.longdesc = "A regular plastic and rubber respirator, used to protect the wearer from inhaling harmful dusts, fumes, vapours or gases. Widely used by rookies and veterans of all factions due to its universal functionality. Does not provide any physical prote...
25.848101
269
0.52873
445904e69f1f77fff1669cc9a5cf4413c6b7aa50
1,532
py
Python
fython/instruction/lexiruc.py
nicolasessisbreton/fython
988f5a94cee8b16b0000501a22239195c73424a1
[ "Apache-2.0" ]
41
2016-01-21T05:14:45.000Z
2021-11-24T20:37:21.000Z
fython/instruction/lexiruc.py
nicolasessisbreton/fython
988f5a94cee8b16b0000501a22239195c73424a1
[ "Apache-2.0" ]
5
2016-01-21T05:36:37.000Z
2016-08-22T19:26:51.000Z
fython/instruction/lexiruc.py
nicolasessisbreton/fython
988f5a94cee8b16b0000501a22239195c73424a1
[ "Apache-2.0" ]
3
2016-01-23T04:03:44.000Z
2016-08-21T15:58:38.000Z
from ..config import * from ..module import * from ..resolve import * from ..yacc import * def lexiruc(linecod): s = linecod ibol = s.modifier[-1] new_name = ibol.target funbol = ibol.rest[0] t = funbol.targetted_ast if not ( t.is_routpec or t.is_classpec ): s.throw(err.lexical_interpolation_is_only_on_rou...
19.896104
71
0.695822
7ed698270726c9f6acf53d35581cebc4d08275a1
487
rb
Ruby
app/controllers/session.rb
torihuang/checkers
81ed7a3d5a6b511b9fbb0b21633b6c6a6f39c3b4
[ "MIT" ]
null
null
null
app/controllers/session.rb
torihuang/checkers
81ed7a3d5a6b511b9fbb0b21633b6c6a6f39c3b4
[ "MIT" ]
null
null
null
app/controllers/session.rb
torihuang/checkers
81ed7a3d5a6b511b9fbb0b21633b6c6a6f39c3b4
[ "MIT" ]
null
null
null
get '/' do erb :'session/index' end get '/session/new' do erb :'session/_new', layout: false end post '/session' do puts params[:user_credentials] user = User.authenticate(params[:user_credentials]) if user session[:user_id] = user.id content_type :json {user_id: user.id}.to_json else stat...
19.48
97
0.681725
33cdeb4d19974ab2110e14330a9b9c0cde86c84c
1,782
h
C
lib/pyre/viz/colormaps/HL.h
PyreFramework/pyre
345c7449a3416eea1c1affa74fb32faff30a6aaa
[ "BSD-3-Clause" ]
null
null
null
lib/pyre/viz/colormaps/HL.h
PyreFramework/pyre
345c7449a3416eea1c1affa74fb32faff30a6aaa
[ "BSD-3-Clause" ]
null
null
null
lib/pyre/viz/colormaps/HL.h
PyreFramework/pyre
345c7449a3416eea1c1affa74fb32faff30a6aaa
[ "BSD-3-Clause" ]
null
null
null
// -*- c++ -*- // // michael a.g. aïvázis <michael.aivazis@para-sim.com> // (c) 1998-2022 all rights reserved // code guard #if !defined(pyre_viz_colormaps_HL_h) #define pyre_viz_colormaps_HL_h // interpret three input sources as {hue, saturation, luminosity} and generate {rgb_t} color template <class hueSourceT, cl...
25.457143
92
0.690797
33ce8a2615af698781446f814ab587e074c227b3
441
h
C
jni/sdk/v2_0_1/ARDroneLib/VLIB/Platform/x86/video_config.h
hatpick/DroneMyoGlass
d1a7a0d9ebd71a62f54f4356a47a0eb6b98474ee
[ "Apache-2.0" ]
46
2015-02-11T13:56:53.000Z
2021-03-25T20:46:14.000Z
jni/sdk/v2_0_1/ARDroneLib/VLIB/Platform/x86/video_config.h
hatpick/DroneMyoGlass
d1a7a0d9ebd71a62f54f4356a47a0eb6b98474ee
[ "Apache-2.0" ]
2
2018-02-23T02:22:51.000Z
2020-07-17T03:57:09.000Z
jni/sdk/v2_0_1/ARDroneLib/VLIB/Platform/x86/video_config.h
hatpick/DroneMyoGlass
d1a7a0d9ebd71a62f54f4356a47a0eb6b98474ee
[ "Apache-2.0" ]
20
2015-03-03T16:03:07.000Z
2020-01-23T14:48:49.000Z
#ifndef _VIDEO_CONFIG_X86_H_ #define _VIDEO_CONFIG_X86_H_ /* Default configuration for x86 platform */ #if (TARGET_CPU_X86 == 1) || defined (_WIN32) #define DEFAULT_QUANTIZATION (6) #define MAX_NUM_MACRO_BLOCKS_PER_CALL (1) #define DEFAULT_INTERNAL_STREAM_SIZE (1024 * 8) #define VLIB_ALLOC_ALIGN ...
23.210526
94
0.739229
1a688412a3db94e5aa0c2e4f45550052b3d82fe6
7,019
py
Python
windows/utils/winutils.py
sogeti-esec-lab/LKD
f388b5f8c08b7bba2a31c5a16ea64add6cc2dd1a
[ "BSD-3-Clause" ]
102
2015-10-21T10:58:06.000Z
2021-06-07T17:59:52.000Z
windows/utils/winutils.py
a1ext/LKD
f388b5f8c08b7bba2a31c5a16ea64add6cc2dd1a
[ "BSD-3-Clause" ]
1
2019-09-24T20:45:57.000Z
2019-09-24T20:45:57.000Z
windows/utils/winutils.py
w4kfu/LKD
f388b5f8c08b7bba2a31c5a16ea64add6cc2dd1a
[ "BSD-3-Clause" ]
16
2015-10-29T14:10:14.000Z
2019-10-27T18:58:52.000Z
import ctypes import msvcrt import os import sys import code import windows from .. import winproxy from ..generated_def import windef from ..generated_def.winstructs import * # Function resolution ! def get_func_addr(dll_name, func_name): # Load the DLL ctypes.WinDLL(dll_name) modules = wind...
35.095
129
0.707366
b26e3b7682286081bc6024de93c99d433e164ada
52
rb
Ruby
app/models/type.rb
renoirsousa/Snout
394287bd042640ea26c5a6237d0c1f803b33b930
[ "MIT" ]
null
null
null
app/models/type.rb
renoirsousa/Snout
394287bd042640ea26c5a6237d0c1f803b33b930
[ "MIT" ]
5
2018-04-30T14:57:49.000Z
2018-05-04T22:04:29.000Z
app/models/type.rb
renoirsousa/Snout
394287bd042640ea26c5a6237d0c1f803b33b930
[ "MIT" ]
null
null
null
class Type < ApplicationRecord has_one :pet end
13
30
0.75
ccb854cef4dea211204473ec1570b5b0eddc0c2b
911
ps1
PowerShell
omd/versions/1.2.8p15.cre/share/check_mk/agents/windows/plugins/windows_os_bonding.ps1
NCAR/spol-nagios
4f88bef953983050bc6568d3f1027615fbe223fb
[ "BSD-3-Clause" ]
null
null
null
omd/versions/1.2.8p15.cre/share/check_mk/agents/windows/plugins/windows_os_bonding.ps1
NCAR/spol-nagios
4f88bef953983050bc6568d3f1027615fbe223fb
[ "BSD-3-Clause" ]
null
null
null
omd/versions/1.2.8p15.cre/share/check_mk/agents/windows/plugins/windows_os_bonding.ps1
NCAR/spol-nagios
4f88bef953983050bc6568d3f1027615fbe223fb
[ "BSD-3-Clause" ]
null
null
null
# Windows Bonding interfaces # you need this agent plugin if you want to monitor bonding interfaces # on windows configured on operating system level try { $teams = Get-NetLbfoTeam } catch {} if ($teams) { Write-Host "<<<windows_os_bonding:sep(58)>>>" foreach ($team in $teams){ Write-Host Team Name: $t...
33.740741
95
0.706915
35b021f454c020b2bb6cee40dc3b0ef16fedc948
67
asm
Assembly
Fire Alarm - Smoke Detector/assets/alarm_2.asm
sanils2002/ASSEMBLY-PROJECTS
6974af24bb70c5b710733f5e1cef015f8dc4d708
[ "MIT" ]
null
null
null
Fire Alarm - Smoke Detector/assets/alarm_2.asm
sanils2002/ASSEMBLY-PROJECTS
6974af24bb70c5b710733f5e1cef015f8dc4d708
[ "MIT" ]
null
null
null
Fire Alarm - Smoke Detector/assets/alarm_2.asm
sanils2002/ASSEMBLY-PROJECTS
6974af24bb70c5b710733f5e1cef015f8dc4d708
[ "MIT" ]
null
null
null
LXI SP,0000H MVI A SIM EI HLT <Sub-Routine> MVI A,CCH SIM EI RET
5.153846
13
0.701493
a39bd2e4f32c1a72e75924fd96eef699646f664a
4,352
java
Java
com.b2international.snomed.ql.ui/src/com/b2international/snomed/ql/ui/QLUiPlugin.java
b2ihealthcare/snomed-ql
1e49e49c9670f55248b0cc0e4d14f14449bed7e9
[ "Apache-2.0" ]
4
2021-04-19T14:10:01.000Z
2021-10-11T16:28:34.000Z
com.b2international.snomed.ql.ui/src/com/b2international/snomed/ql/ui/QLUiPlugin.java
b2ihealthcare/snomed-ql
1e49e49c9670f55248b0cc0e4d14f14449bed7e9
[ "Apache-2.0" ]
null
null
null
com.b2international.snomed.ql.ui/src/com/b2international/snomed/ql/ui/QLUiPlugin.java
b2ihealthcare/snomed-ql
1e49e49c9670f55248b0cc0e4d14f14449bed7e9
[ "Apache-2.0" ]
1
2021-04-13T22:11:57.000Z
2021-04-13T22:11:57.000Z
/* * Copyright 2021 B2i Healthcare Pte Ltd, http://b2i.sg * * 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 ...
38.513274
138
0.766774
3f06288bd92fb2faf6e100f5d0b7c48ff36c45e5
1,566
lua
Lua
exercises/practice/roman-numerals/roman-numerals_spec.lua
GriffinMaxwell/lua
637803384da1c0a7b7162ac6db436acf37baa27b
[ "MIT" ]
23
2017-10-26T19:33:20.000Z
2021-11-06T14:23:02.000Z
exercises/practice/roman-numerals/roman-numerals_spec.lua
GriffinMaxwell/lua
637803384da1c0a7b7162ac6db436acf37baa27b
[ "MIT" ]
59
2017-06-18T17:12:43.000Z
2022-03-19T10:50:13.000Z
exercises/practice/roman-numerals/roman-numerals_spec.lua
GriffinMaxwell/lua
637803384da1c0a7b7162ac6db436acf37baa27b
[ "MIT" ]
37
2017-06-21T13:40:10.000Z
2022-03-19T10:37:34.000Z
local to_roman = require('roman-numerals').to_roman describe('roman-numerals', function() it('converts 1', function() assert.are.equal('I', to_roman(1)) end) it('converts 2', function() assert.are.equal('II', to_roman(2)) end) it('converts 3', function() assert.are.equal('III', to_roman(3)) e...
20.605263
51
0.62963
f8b3c17f1c057a48ff43c40e11e40e84feec5ae6
443
c
C
04_2020-10-21/1-4-palindrome.c
sgorblex-unimi/algolab
9ea6cdf120788ad0d1111195ac9cf65cf6b424d6
[ "MIT" ]
1
2021-06-05T13:09:59.000Z
2021-06-05T13:09:59.000Z
04_2020-10-21/1-4-palindrome.c
aclerici-unimi/algolab
9ea6cdf120788ad0d1111195ac9cf65cf6b424d6
[ "MIT" ]
null
null
null
04_2020-10-21/1-4-palindrome.c
aclerici-unimi/algolab
9ea6cdf120788ad0d1111195ac9cf65cf6b424d6
[ "MIT" ]
null
null
null
#include <stdbool.h> #include <stdio.h> #include <string.h> bool isPalindrome(const char *str) { int len = strlen(str); const char *last = str + len - 1; while (last > str) if (*str++ != *last--) return false; return true; } int main(int argc, char *argv[]) { for (int i = 1; i < argc; i++) { printf("%s:\t...
18.458333
36
0.593679
57f449bb9ca440a11c8dd490083a5169abca242d
672
php
PHP
framework/factory/app/BaseAppFactory.php
drthomas21/PHP-Webserver
7796dc33b1cbfd51a373b77f50e6fe5bd9956909
[ "MIT" ]
1
2017-04-21T14:59:48.000Z
2017-04-21T14:59:48.000Z
framework/factory/app/BaseAppFactory.php
drthomas21/PHP-Webserver
7796dc33b1cbfd51a373b77f50e6fe5bd9956909
[ "MIT" ]
null
null
null
framework/factory/app/BaseAppFactory.php
drthomas21/PHP-Webserver
7796dc33b1cbfd51a373b77f50e6fe5bd9956909
[ "MIT" ]
null
null
null
<?php namespace Framework\Factory\App; abstract class BaseAppFactory { const APPLICATION_NAME = "Prophpet"; const APPLICATION_VERSION = "0.3a"; private static $Instances = array(); public static function getInstance(string $appName, \stdClass $config = null): \Framework\App\BaseApp { if(!array_key_exists($appNam...
30.545455
104
0.702381
142ff577e221f05d917630196d4fd237caeb63a7
16,874
ts
TypeScript
__tests__/tokenizer.spec.ts
flowwishthebest/tfp
2b650dc1e1086fcc47775d1a6d12f502004c7409
[ "MIT" ]
null
null
null
__tests__/tokenizer.spec.ts
flowwishthebest/tfp
2b650dc1e1086fcc47775d1a6d12f502004c7409
[ "MIT" ]
16
2020-01-02T19:29:36.000Z
2021-05-10T17:35:18.000Z
__tests__/tokenizer.spec.ts
flowwishthebest/tfp
2b650dc1e1086fcc47775d1a6d12f502004c7409
[ "MIT" ]
null
null
null
import { Tokenizer } from '../src/tokenizer'; import { ETokenType } from '../src/types'; import { PlusToken, MinusToken, MulToken, FloatDivToken, EOFToken, LParenToken, RParenToken, IdToken, SemicolonToken, LBracketToken, AssignToken, RBracketToken, IntegerConstToken,...
36.288172
77
0.620837
d6e0acabcf751b3c4acd96a934f8e1b4b0669897
5,403
nse
Lua
source_code/host_agents/windows/binaries_for_windows_host_agent/nmap_utils/scripts/http-useragent-tester.nse
Doctor-Venom/Cyber-Oracle
0cc3475416ea552704f4b1086d850fa90117ccc6
[ "MIT" ]
16
2020-09-20T22:32:54.000Z
2021-04-02T17:14:25.000Z
source_code/host_agents/windows/binaries_for_windows_host_agent/nmap_utils/scripts/http-useragent-tester.nse
Doctor-Venom/Cyber-Oracle
0cc3475416ea552704f4b1086d850fa90117ccc6
[ "MIT" ]
3
2020-09-30T11:41:49.000Z
2021-12-19T23:27:19.000Z
source_code/host_agents/windows/binaries_for_windows_host_agent/nmap_utils/scripts/http-useragent-tester.nse
Doctor-Venom/Cyber-Oracle
0cc3475416ea552704f4b1086d850fa90117ccc6
[ "MIT" ]
2
2018-10-12T18:34:38.000Z
2019-03-28T03:36:12.000Z
description = [[ Checks if various crawling utilities are allowed by the host. ]] --- -- @usage nmap -p80 --script http-useragent-tester.nse <host> -- -- This script sets various User-Agent headers that are used by different -- utilities and crawling libraries (for example CURL or wget). If the request is -- redirecte...
27.850515
150
0.647603
af92aea286d2904c7eed09915f510854a72ead55
345
py
Python
ACM-Solution/fibonaccitool.py
wasi0013/Python-CodeBase
4a7a36395162f68f84ded9085fa34cc7c9b19233
[ "MIT" ]
2
2016-04-26T15:40:40.000Z
2018-07-18T10:16:42.000Z
ACM-Solution/fibonaccitool.py
wasi0013/Python-CodeBase
4a7a36395162f68f84ded9085fa34cc7c9b19233
[ "MIT" ]
1
2016-04-26T15:44:15.000Z
2016-04-29T14:44:40.000Z
ACM-Solution/fibonaccitool.py
wasi0013/Python-CodeBase
4a7a36395162f68f84ded9085fa34cc7c9b19233
[ "MIT" ]
1
2018-10-02T16:12:19.000Z
2018-10-02T16:12:19.000Z
import sys def fib(n): i=h=1 k=j=0 while n>0: if n%2==1: t=j*h j=i*h+j*k+t i=i*k+t t=h*h h=2*k*h+t k=k*k+t n=n//2 return j def main(): i=0 while i<50: print(fib(i)) i+=1 if __na...
13.8
31
0.344928
050b0252294d85e3c88e73e2dfb160263ca12672
45,858
css
CSS
web/app/themes/illdy/layout/css/main.css
phelippe/aikido_2017
45107a8c7015e74b27a9dbdd7976a0e94cc13b9f
[ "MIT" ]
null
null
null
web/app/themes/illdy/layout/css/main.css
phelippe/aikido_2017
45107a8c7015e74b27a9dbdd7976a0e94cc13b9f
[ "MIT" ]
null
null
null
web/app/themes/illdy/layout/css/main.css
phelippe/aikido_2017
45107a8c7015e74b27a9dbdd7976a0e94cc13b9f
[ "MIT" ]
null
null
null
/** * 01. General * 02. Header * 03. About * 04. Projects * 05. Testimonials * 06. Services * 07. Latest News * 08. Counter * 09. Team * 10. Contact Us * 11. Footer * 12. Blog * 13. Sidebar * 14. Markup Format * 15. Related Posts * 16. Comments * 17. Responsive * 18. Gallery */ /...
18.786563
190
0.647564
6b5b1db0bdff9c92fefd3244fc89ac2dff579d54
4,694
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_13213_588.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_13213_588.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_13213_588.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 %r12 push %r13 push %rax push %rbx push %rcx push %rdi push %rsi lea addresses_A_ht+0x10a01, %r12 nop sub $3952, %rbx mov $0x6162636465666768, %rax movq %rax, (%r12) nop nop nop nop dec %rax lea addresses_normal_ht+0x118f5, %r13 nop nop nop nop sub $59029, %r1...
52.155556
2,999
0.662974
a46302e93ffa310798f9d7d73f4ade5341398dea
50
php
PHP
tests/data/some_file.php
vikijel/joomla-extensions-packager
2a9799c6ebe366cbe0553cb0df2f5e1f529b6173
[ "MIT" ]
3
2016-05-20T17:57:33.000Z
2019-10-28T08:04:58.000Z
tests/data/some_file.php
vikijel/joomla-extensions-packager
2a9799c6ebe366cbe0553cb0df2f5e1f529b6173
[ "MIT" ]
null
null
null
tests/data/some_file.php
vikijel/joomla-extensions-packager
2a9799c6ebe366cbe0553cb0df2f5e1f529b6173
[ "MIT" ]
null
null
null
<?php /** * @author: Viktor Jelínek (VikiJel) */
12.5
36
0.58
6da6a4652d4c43b52ecd5833858dd3206baacfe9
1,956
c
C
xen/xen-4.2.2/tools/libxc/xc_csched2.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
1
2018-02-02T00:15:26.000Z
2018-02-02T00:15:26.000Z
xen/xen-4.2.2/tools/libxc/xc_csched2.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
null
null
null
xen/xen-4.2.2/tools/libxc/xc_csched2.c
zhiming-shen/Xen-Blanket-NG
47e59d9bb92e8fdc60942df526790ddb983a5496
[ "Apache-2.0" ]
1
2019-05-27T09:47:18.000Z
2019-05-27T09:47:18.000Z
/**************************************************************************** * (C) 2006 - Emmanuel Ackaouy - XenSource Inc. **************************************************************************** * * File: xc_csched.c * Author: Emmanuel Ackaouy * * Description: XC Interface to the credit schedu...
30.5625
81
0.663599
e84a2604e2d432090ab0b1c8d7f366cbb8dc8973
4,651
cs
C#
Assets/Space Graphics Toolkit/Features/Shared/Scripts/SgtCamera.cs
wdj294/Virgil
e250986b0fb6e128820480e85a674c3928ae9c74
[ "MIT" ]
1
2017-11-07T05:24:22.000Z
2017-11-07T05:24:22.000Z
Assets/Space Graphics Toolkit/Features/Shared/Scripts/SgtCamera.cs
wdj294/Virgil
e250986b0fb6e128820480e85a674c3928ae9c74
[ "MIT" ]
null
null
null
Assets/Space Graphics Toolkit/Features/Shared/Scripts/SgtCamera.cs
wdj294/Virgil
e250986b0fb6e128820480e85a674c3928ae9c74
[ "MIT" ]
1
2020-02-24T05:43:41.000Z
2020-02-24T05:43:41.000Z
using UnityEngine; #if UNITY_EDITOR using UnityEditor; namespace SpaceGraphicsToolkit { [CanEditMultipleObjects] [CustomEditor(typeof(SgtCamera))] public class SgtCamera_Editor : SgtEditor<SgtCamera> { protected override void OnInspector() { DrawDefault("UseOrigin", ""); DrawDefault("RollAngle", "The am...
24.608466
129
0.722855
0c17efd15172a56c10663f485c9b856115aab0e6
589
rb
Ruby
test/test_helper.rb
nfedyashev/statsd-instrument
3c9bf8675e97d98ebeb778a146168cc940b2fc8d
[ "MIT" ]
273
2015-01-14T05:52:05.000Z
2022-03-31T14:09:24.000Z
test/test_helper.rb
nfedyashev/statsd-instrument
3c9bf8675e97d98ebeb778a146168cc940b2fc8d
[ "MIT" ]
126
2015-02-28T13:04:35.000Z
2021-10-06T15:35:49.000Z
test/test_helper.rb
nfedyashev/statsd-instrument
3c9bf8675e97d98ebeb778a146168cc940b2fc8d
[ "MIT" ]
78
2015-01-12T09:36:54.000Z
2022-03-25T05:15:15.000Z
# frozen_string_literal: true if Warning.respond_to?(:[]=) Warning[:deprecated] = true end ENV["ENV"] = "test" require "minitest/autorun" require "minitest/pride" require "mocha/minitest" require "statsd-instrument" require_relative "helpers/rubocop_helper" module StatsD module Instrument def self.strict_m...
20.310345
77
0.752122
e5c097e287f51ae08c81e0137bf4fc748860866a
645
dart
Dart
lib/models/conference_agenda_item.dart
BK1031/VC-DECA
8f04626ab4b17140e0385dafc7222f9ac4a6ba18
[ "MIT" ]
5
2019-02-26T22:49:23.000Z
2020-06-30T19:45:19.000Z
lib/models/conference_agenda_item.dart
mydeca/VC-DECA-flutter
8f04626ab4b17140e0385dafc7222f9ac4a6ba18
[ "MIT" ]
1
2018-10-04T06:02:19.000Z
2018-10-10T02:53:43.000Z
lib/models/conference_agenda_item.dart
mydeca/VC-DECA-flutter
8f04626ab4b17140e0385dafc7222f9ac4a6ba18
[ "MIT" ]
2
2019-02-18T12:47:53.000Z
2019-10-12T11:43:45.000Z
import 'package:firebase_database/firebase_database.dart'; class ConferenceAgendaItem { String key; String title; String desc; String date; String time; String endTime; String location; ConferenceAgendaItem(this.title, this.desc, this.date, this.time, this.endTime, this.location); ConferenceA...
28.043478
67
0.677519
e2742aa100293e8bc24646f6efc58fdaac1362f0
4,404
py
Python
manager/numbers.py
yeleman/lakalici
44a112a966dffb58cc150ff91527e5d6da224529
[ "MIT" ]
null
null
null
manager/numbers.py
yeleman/lakalici
44a112a966dffb58cc150ff91527e5d6da224529
[ "MIT" ]
null
null
null
manager/numbers.py
yeleman/lakalici
44a112a966dffb58cc150ff91527e5d6da224529
[ "MIT" ]
null
null
null
#!/usr/bin/env python # -*- coding: utf-8 -*- # vim: ai ts=4 sts=4 et sw=4 nu from __future__ import (unicode_literals, absolute_import, division, print_function) import re from py3compat import string_types from django.conf import settings # default country prefix COUNTRY_PREFIX = getattr(se...
36.7
77
0.569936
c99cd027a67a3db1180f88f14ea5ea4628f04612
444
ts
TypeScript
zhangjie/@ucarinc/ulib-utils/lib/crypto.d.ts
dreamSeekerYu/study
8545ff108ce031c8754d57b92fcea34766c014db
[ "CC-BY-4.0" ]
2
2020-09-02T05:40:03.000Z
2020-09-02T07:36:31.000Z
zhangjie/@ucarinc/ulib-utils/lib/crypto.d.ts
dreamSeekerYu/study
8545ff108ce031c8754d57b92fcea34766c014db
[ "CC-BY-4.0" ]
null
null
null
zhangjie/@ucarinc/ulib-utils/lib/crypto.d.ts
dreamSeekerYu/study
8545ff108ce031c8754d57b92fcea34766c014db
[ "CC-BY-4.0" ]
null
null
null
import { Base64 } from 'js-base64'; /** * 加解密相关 */ declare class Crypto { en(oldStr: string, enKey?: string): string | { str: string; key: string; } | undefined; de(denStr: string, key: string): string; random(num?: number): string; } /** * 加解密实例 */ export declare const crypto: Crypt...
19.304348
50
0.632883
1f134c7853353536a9f6a42d687ad26d6a4805ce
377
dart
Dart
lib/src/models/scoped_function_declaration.dart
zmeggyesi/dart-code-metrics
4b3ebb9a900b0b431a0c52d8d6d6cf18da458a2d
[ "MIT" ]
null
null
null
lib/src/models/scoped_function_declaration.dart
zmeggyesi/dart-code-metrics
4b3ebb9a900b0b431a0c52d8d6d6cf18da458a2d
[ "MIT" ]
null
null
null
lib/src/models/scoped_function_declaration.dart
zmeggyesi/dart-code-metrics
4b3ebb9a900b0b431a0c52d8d6d6cf18da458a2d
[ "MIT" ]
null
null
null
import 'package:analyzer/dart/ast/ast.dart'; import 'package:meta/meta.dart'; import 'function_type.dart'; @immutable class ScopedFunctionDeclaration { final FunctionType type; final Declaration declaration; final CompilationUnitMember enclosingDeclaration; const ScopedFunctionDeclaration( this.type, ...
20.944444
51
0.777188
3f2c374e7c40bdb1f95be9a36b69d444113b8fb1
564
php
PHP
semana4/autoloader.php
arzola/PHPZceTestPreparation
99e23d462475d61f4053a34db9fa0089b16b30f9
[ "MIT" ]
null
null
null
semana4/autoloader.php
arzola/PHPZceTestPreparation
99e23d462475d61f4053a34db9fa0089b16b30f9
[ "MIT" ]
null
null
null
semana4/autoloader.php
arzola/PHPZceTestPreparation
99e23d462475d61f4053a34db9fa0089b16b30f9
[ "MIT" ]
null
null
null
<?php //Definimos la ruta base del código define('APP_PATH', dirname(__FILE__)); //Definimos las rutas que vamos a utilizar define('CONTROLLER_PATH', APP_PATH . '/controllers'); define('MODEL_PATH', APP_PATH . '/model'); define('VIEW_PATH', APP_PATH . '/view'); function mi_autoload($class_name) { $className = strt...
21.692308
53
0.707447
6ceefbc0a14dc44a731c8a9a98b8a5525a9040d7
321
css
CSS
assets/css/optimize.css
S20P/Codeigeniter-Meta-Dynamic
dd234ff085a0ea0fa6048ef81e88a77ead3bfc66
[ "MIT" ]
1
2019-07-08T14:24:38.000Z
2019-07-08T14:24:38.000Z
assets/css/optimize.css
S20P/PayPal-Integration-in-CodeIgniter
0805dbe60d2ed33650c36d02198527b672114c35
[ "MIT" ]
null
null
null
assets/css/optimize.css
S20P/PayPal-Integration-in-CodeIgniter
0805dbe60d2ed33650c36d02198527b672114c35
[ "MIT" ]
null
null
null
body { background-color: aliceblue; } .btn { background: #3b5998; border-radius: 3px; font-weight: 600; padding: 5px 10px; display: inline-block; position: static; border-color: #4966a6; color: #ffff; font-size: 16px; } .btn:hover { cursor: pointer; background: #213A6F ...
16.05
32
0.610592
d3c0f8a7c13d63c9c262327895bac1a15e9e391a
590
asm
Assembly
oeis/156/A156641.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/156/A156641.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/156/A156641.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A156641: a(n) = 13*(100^(n+1) - 1)/99. ; 13,1313,131313,13131313,1313131313,131313131313,13131313131313,1313131313131313,131313131313131313,13131313131313131313,1313131313131313131313,131313131313131313131313,13131313131313131313131313,1313131313131313131313131313,131313131313131313131313131313,1313131313131313131313...
59
484
0.877966
e28a0585beeb6b5e91b96d829be099a7f44601bb
8,828
py
Python
00_UAVRTK_a_UpdateCameraPositionWithPPK_ToCSV.py
adille/P4RTK-PPK
04d0977c48d934ac791d526a5ef5cc158932a311
[ "MIT" ]
3
2019-10-28T03:16:34.000Z
2020-04-18T13:28:28.000Z
00_UAVRTK_a_UpdateCameraPositionWithPPK_ToCSV.py
adille/P4RTK-PPK
04d0977c48d934ac791d526a5ef5cc158932a311
[ "MIT" ]
null
null
null
00_UAVRTK_a_UpdateCameraPositionWithPPK_ToCSV.py
adille/P4RTK-PPK
04d0977c48d934ac791d526a5ef5cc158932a311
[ "MIT" ]
1
2019-06-30T15:58:01.000Z
2019-06-30T15:58:01.000Z
# -*- coding: utf-8 -*- # June 2019 # AD # This code aims at updating the position of the camera of Phantom 4 RTK based on RINEX flight info (PPK processing) # It requires a .pos file (output of RTKLIB after processing) and a .MRK file containing timestamps of acqusitions as # well as the pictures (for naming purp...
43.487685
121
0.611917
5611abb9c1467e8569e0b0fbf60813372cbaba72
3,629
rs
Rust
marwood/tests/predicate.rs
strtok/marwood
21b80ec1373ea6520bac5c02cf136fc4d88e31d3
[ "Apache-2.0", "MIT" ]
11
2022-01-02T22:29:17.000Z
2022-03-06T21:32:54.000Z
marwood/tests/predicate.rs
strtok/lisp
2a33501c603beebfe000c40f9da681185ecf3662
[ "Apache-2.0", "MIT" ]
2
2022-02-23T20:50:58.000Z
2022-02-24T17:15:36.000Z
marwood/tests/predicate.rs
strtok/marwood
21b80ec1373ea6520bac5c02cf136fc4d88e31d3
[ "Apache-2.0", "MIT" ]
1
2021-12-29T04:08:46.000Z
2021-12-29T04:08:46.000Z
#[macro_use] mod common; use marwood::cell::Cell; use marwood::lex; use marwood::parse; use marwood::vm::Vm; #[test] fn eqv() { evals![ "(define foo '(1 2 3))" => "#<void>", "(define bar '(1 2 3))" => "#<void>", "(define baz foo)" => "#<void>", "(eq? foo bar)" => "#f", "(eq?...
23.718954
57
0.305869
be497bb8f903442ebae6932051b383590f2c06b5
656
ts
TypeScript
src/app/storage-service.service.ts
teja618/Barclays-eBookStore-Hackathon
0fa2ab79a96a50268960bde367df8e7259209e46
[ "MIT" ]
1
2021-01-24T06:52:15.000Z
2021-01-24T06:52:15.000Z
src/app/storage-service.service.ts
teja618/Barclays-Hackathon
0fa2ab79a96a50268960bde367df8e7259209e46
[ "MIT" ]
1
2021-02-13T15:38:30.000Z
2021-02-13T15:38:30.000Z
src/app/storage-service.service.ts
teja618/Barclays-eBookStore-Hackathon
0fa2ab79a96a50268960bde367df8e7259209e46
[ "MIT" ]
null
null
null
import { Injectable } from '@angular/core'; import { BehaviorSubject } from 'rxjs'; @Injectable({ providedIn: 'root' }) export class StorageServiceService { private cartList:any[]=[]; cartValue:number=0; private bookList:any[]=[]; cartCount:BehaviorSubject<number>=new BehaviorSubject<number>(0); construc...
16
67
0.672256
74f502e43b0ae6eecd15e725a9d3a3d3ac51cb5f
4,596
css
CSS
homepage.css
highiqkid/wonderwomen
b40dab7d590d59194d463d30294e2dcf6a75007b
[ "MIT" ]
null
null
null
homepage.css
highiqkid/wonderwomen
b40dab7d590d59194d463d30294e2dcf6a75007b
[ "MIT" ]
null
null
null
homepage.css
highiqkid/wonderwomen
b40dab7d590d59194d463d30294e2dcf6a75007b
[ "MIT" ]
null
null
null
@import url(http://fonts.googleapis.com/css?family=Raleway:400,,800,900); html{ width:100%; height: 100%; } body{ width: 100%; height: 100%; font-family: 'Raleway', sans-serif; font-size: 20px; background-color:black; } .container{ position:relative; left: 0%; right: 0%; top: 35%; } .ti...
16.240283
78
0.622715
da41c64e6ec6ef024beb9d079b9211f97966c3ca
1,957
php
PHP
resources/views/frontend/news.blade.php
mukesh977/youth-club
735b33220936d41b72d97b8d65051b316c02bfeb
[ "MIT" ]
null
null
null
resources/views/frontend/news.blade.php
mukesh977/youth-club
735b33220936d41b72d97b8d65051b316c02bfeb
[ "MIT" ]
null
null
null
resources/views/frontend/news.blade.php
mukesh977/youth-club
735b33220936d41b72d97b8d65051b316c02bfeb
[ "MIT" ]
null
null
null
@extends('frontend.layout.app') @section('title') News @endsection @section('content') <section class="inner-page-banner"> <div class="inner-page-banner-image" style="background-image: url({{ asset('frontend/images/help.jpg') }});"> <div class="inner-page-banner-breadcrumb"> <div class="contai...
37.634615
122
0.432294
b101a5c9390efb3b3774b4f66ffac1ceb8fcb3cd
1,094
ps1
PowerShell
PembrokePSwman/bin/Invoke-NewConsole.ps1
jpsider/PembrokePStman
18172e21ad4f049b2c9406b1d1d2988a02927cd6
[ "MIT" ]
null
null
null
PembrokePSwman/bin/Invoke-NewConsole.ps1
jpsider/PembrokePStman
18172e21ad4f049b2c9406b1d1d2988a02927cd6
[ "MIT" ]
7
2018-03-25T15:47:07.000Z
2018-04-06T17:25:52.000Z
PembrokePSwman/bin/Invoke-NewConsole.ps1
jpsider/PembrokePStman
18172e21ad4f049b2c9406b1d1d2988a02927cd6
[ "MIT" ]
null
null
null
<# .DESCRIPTION This Script will Execute a specified task, and submit any needed subtasks. .PARAMETER PropertyFilePath A Rest PropertyFilePath is required. .PARAMETER FunctionName A Rest PropertyFilePath is required. .EXAMPLE Start-Process -WindowStyle Normal powershell.exe -ArgumentList "-file Invoke-NewConsole.ps...
29.567568
132
0.736746
97342a372937c988fbb8d1345d6dffd3e3705535
1,649
sql
SQL
database/init.sql
mckennalusk7/bbbs_bridge-it
608507dfb5bdd843b6ae28eabb08a2272cc082f9
[ "MIT" ]
1
2020-06-18T21:43:01.000Z
2020-06-18T21:43:01.000Z
database/init.sql
mckennalusk7/bbbs_bridge-it
608507dfb5bdd843b6ae28eabb08a2272cc082f9
[ "MIT" ]
null
null
null
database/init.sql
mckennalusk7/bbbs_bridge-it
608507dfb5bdd843b6ae28eabb08a2272cc082f9
[ "MIT" ]
null
null
null
-- USER is a reserved keyword with Postgres -- You must use double quotes in every query that user is in: -- ex. SELECT * FROM "user"; -- Otherwise you will have errors! CREATE TABLE "profile" ( "id" SERIAL PRIMARY KEY, "profile_type" int, "first_name" varchar(64), "last_name" varchar(64), "sex" int...
18.120879
61
0.618557
666f72981abdf3d6d67d6cf430f4a9f597978a3e
15,273
sql
SQL
db/postgres/migrations/V1.0__baseline.sql
ricecooker/backend
38f1b874d84d3f50d3deed0f59ef4d189dcc5bb3
[ "Apache-2.0" ]
null
null
null
db/postgres/migrations/V1.0__baseline.sql
ricecooker/backend
38f1b874d84d3f50d3deed0f59ef4d189dcc5bb3
[ "Apache-2.0" ]
null
null
null
db/postgres/migrations/V1.0__baseline.sql
ricecooker/backend
38f1b874d84d3f50d3deed0f59ef4d189dcc5bb3
[ "Apache-2.0" ]
null
null
null
drop role if exists ${roles.primary}; create role ${roles.primary}; create extension if not exists "pgcrypto"; create schema audit authorization ${users.superuser.name}; create table audit.user ( op char(1) , ts timestamp , username text , id uuid , first_name...
30.668675
109
0.64506
ccb6e48d8b87f604e03f27418d9e33d774a5441d
164
ru
Ruby
config.ru
j-a-m-l/jewellery.rb
5e851dda972c23468fb2af9849994c084c38df70
[ "MIT" ]
3
2015-11-03T19:19:19.000Z
2015-12-14T14:03:39.000Z
config.ru
j-a-m-l/jewellery.rb
5e851dda972c23468fb2af9849994c084c38df70
[ "MIT" ]
1
2015-11-30T14:55:17.000Z
2015-12-14T16:33:08.000Z
config.ru
j-a-m-l/jewellery.rb
5e851dda972c23468fb2af9849994c084c38df70
[ "MIT" ]
null
null
null
require 'rubygems' require 'geminabox' Geminabox.data = '/geminabox/' Geminabox.rubygems_proxy = true Geminabox.allow_remote_failure = true run Geminabox::Server
18.222222
37
0.79878
da2812dc4d3893db86d90d4d3cdaeff539ef911b
1,311
dart
Dart
lib/domain/news_content.dart
tnews/news_crawl
a46b6a4615126bf5ac9b82822eba5a760c89e12a
[ "BSD-3-Clause" ]
null
null
null
lib/domain/news_content.dart
tnews/news_crawl
a46b6a4615126bf5ac9b82822eba5a760c89e12a
[ "BSD-3-Clause" ]
11
2019-10-08T16:32:55.000Z
2020-08-16T17:48:23.000Z
lib/domain/news_content.dart
tnews/news_crawl
a46b6a4615126bf5ac9b82822eba5a760c89e12a
[ "BSD-3-Clause" ]
null
null
null
part of tvc_crawl.domain; /** * @author tvc12 * @email meomeocf98@gmail.com * @create date 2019-10-31 23:13:18 * @modify date 2019-10-31 23:13:18 * @desc BaseContent */ @immutable abstract class BaseNewsContent { static const String textType = 'text_content'; static const String imageType = 'text_content'; ...
22.603448
76
0.690313
8294b790188200fef284527f8065575d6b965ae3
2,898
dart
Dart
global_wars/lib/models/play_card/play_card_settings.dart
LeoVen/FlutterApps
601215118db2bb23e4bf510187c194c6807d9ebb
[ "MIT" ]
null
null
null
global_wars/lib/models/play_card/play_card_settings.dart
LeoVen/FlutterApps
601215118db2bb23e4bf510187c194c6807d9ebb
[ "MIT" ]
null
null
null
global_wars/lib/models/play_card/play_card_settings.dart
LeoVen/FlutterApps
601215118db2bb23e4bf510187c194c6807d9ebb
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:global_wars/models/play_card/play_card_types.dart'; class PlayCardSettings { // Rarity static final colorRarity = { PlayCardRarity.common: Colors.grey, PlayCardRarity.uncommon: Colors.blue, PlayCardRarity.rare: Colors.purple, PlayCardRarity.le...
31.16129
73
0.73706
3b6d361ed986a56b4dc325cd81cc2a59f5abe8fe
374,684
rs
Rust
sdk/lambda/src/operation_deser.rs
DreamStageLive/aws-sdk-rust
112463db6195c0b8c052495a1794e07bf0e2f274
[ "Apache-2.0" ]
null
null
null
sdk/lambda/src/operation_deser.rs
DreamStageLive/aws-sdk-rust
112463db6195c0b8c052495a1794e07bf0e2f274
[ "Apache-2.0" ]
null
null
null
sdk/lambda/src/operation_deser.rs
DreamStageLive/aws-sdk-rust
112463db6195c0b8c052495a1794e07bf0e2f274
[ "Apache-2.0" ]
null
null
null
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT. #[allow(clippy::unnecessary_wraps)] pub fn parse_add_layer_version_permission_error( response: &http::Response<bytes::Bytes>, ) -> std::result::Result< crate::output::AddLayerVersionPermissionOutput, crate::error::AddLayerVersi...
46.590898
236
0.53045
21df1cbc671fa06be5d643a018fe6c7e92d4fbb3
547
dart
Dart
lib/primitive_types/boolean.dart
drcdev/fhir
e5e3f72bea70c289b65cdb73d1d9e1ba04174d7d
[ "MIT" ]
1
2020-10-06T16:39:34.000Z
2020-10-06T16:39:34.000Z
lib/primitive_types/boolean.dart
drcdev/fhir
e5e3f72bea70c289b65cdb73d1d9e1ba04174d7d
[ "MIT" ]
null
null
null
lib/primitive_types/boolean.dart
drcdev/fhir
e5e3f72bea70c289b65cdb73d1d9e1ba04174d7d
[ "MIT" ]
null
null
null
import 'package:dartz/dartz.dart'; import 'primitive_failures.dart'; import 'primitive_objects.dart'; class Boolean extends PrimitiveObject<bool> { @override final Either<PrimitiveFailure<String>, bool> value; factory Boolean(dynamic value) { assert(value != null); return Boolean._( validateBoole...
21.038462
58
0.652651
965446421b4f57a3d463765248e47189ca9ec021
290
sql
SQL
freeipa/src/main/resources/schema/app/20191203144540_CB-4548_alter_stack_add_column_minasshdserviceid.sql
anmolnar/cloudbreak
81e18cca143c30389ecf4958b1a4dcae211bddf4
[ "Apache-2.0" ]
174
2017-07-14T03:20:42.000Z
2022-03-25T05:03:18.000Z
freeipa/src/main/resources/schema/app/20191203144540_CB-4548_alter_stack_add_column_minasshdserviceid.sql
anmolnar/cloudbreak
81e18cca143c30389ecf4958b1a4dcae211bddf4
[ "Apache-2.0" ]
2,242
2017-07-12T05:52:01.000Z
2022-03-31T15:50:08.000Z
freeipa/src/main/resources/schema/app/20191203144540_CB-4548_alter_stack_add_column_minasshdserviceid.sql
anmolnar/cloudbreak
81e18cca143c30389ecf4958b1a4dcae211bddf4
[ "Apache-2.0" ]
172
2017-07-12T08:53:48.000Z
2022-03-24T12:16:33.000Z
-- // CB-4548 alter stack add column minasshdserviceid -- Migration SQL that makes the change goes here. ALTER TABLE stack ADD COLUMN IF NOT EXISTS minasshdserviceid VARCHAR(255); -- //@UNDO -- SQL to undo the change goes here. ALTER TABLE stack DROP COLUMN IF EXISTS minasshdserviceid;
29
74
0.765517
d1129ff31d9c19c715752b64c663a47c8907fbbc
522
dart
Dart
examples/dart/fuchsia_modular/slider_mod/lib/src/widgets/app.dart
gnoliyil/fuchsia
a98c2d6ae44b7c485c2ee55855d0441da422f4cf
[ "BSD-2-Clause" ]
4
2020-02-23T09:02:06.000Z
2022-01-08T17:06:28.000Z
examples/dart/fuchsia_modular/slider_mod/lib/src/widgets/app.dart
gnoliyil/fuchsia
a98c2d6ae44b7c485c2ee55855d0441da422f4cf
[ "BSD-2-Clause" ]
null
null
null
examples/dart/fuchsia_modular/slider_mod/lib/src/widgets/app.dart
gnoliyil/fuchsia
a98c2d6ae44b7c485c2ee55855d0441da422f4cf
[ "BSD-2-Clause" ]
1
2021-08-23T11:33:57.000Z
2021-08-23T11:33:57.000Z
// Copyright 2019 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // TODO(https://fxbug.dev/84961): Fix null safety and remove this language version. // @dart=2.9 import 'package:flutter/material.dart' hide Intent; impo...
23.727273
83
0.714559
c01b7b6572797ca882f21752de284f9cf69fdf2e
366
cs
C#
Assets/Scripts/ParentHandler.cs
Arose-Niazi/Sky-Shooter
89abe43464423d732440811d5765efba6118bc6d
[ "MIT" ]
7
2021-04-18T17:58:35.000Z
2022-01-20T14:13:55.000Z
Assets/Scripts/ParentHandler.cs
Arose-Niazi/Sky-Shooter
89abe43464423d732440811d5765efba6118bc6d
[ "MIT" ]
null
null
null
Assets/Scripts/ParentHandler.cs
Arose-Niazi/Sky-Shooter
89abe43464423d732440811d5765efba6118bc6d
[ "MIT" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class ParentHandler : MonoBehaviour { private GameObject _parent; // Start is called before the first frame update void Start() { _parent = GameObject.FindWithTag("MainParentForSpawn"); transform.SetP...
22.875
63
0.710383
b88bfe5cf9ae072d54b30496d1e2b4dc1270b435
970
c
C
src/h4/cons/c/main.c
archibate/h2os
04bf2a16519969eeb605ec97d8cb04d16da93ee9
[ "MIT" ]
1
2020-07-06T02:44:00.000Z
2020-07-06T02:44:00.000Z
src/h4/cons/c/main.c
archibate/h2os
04bf2a16519969eeb605ec97d8cb04d16da93ee9
[ "MIT" ]
null
null
null
src/h4/cons/c/main.c
archibate/h2os
04bf2a16519969eeb605ec97d8cb04d16da93ee9
[ "MIT" ]
null
null
null
#include <h4/sys/types.h> #include <h4/sys/ipc.h> #include <h4/servers.h> #include <h4/file/sysnr.h> #include <l4/stdafx.h> #include <l4/api/hello.h> #include <l4/api/asyncep.h> #include <l4/api/softirq.h> #include <l4/enum/irq-nrs.h> #include <conio.h> #include <fifo.h> #include <errno.h> #include <numtools.h> #includ...
16.440678
37
0.651546
5808b53b1857609060243a319b4f1dfc17631db4
1,510
css
CSS
public/assets/css/style2.css
fadilahyulia2/project-tracerstudy
b81c026afc6054ffc499943a20523c0eef65b444
[ "MIT" ]
null
null
null
public/assets/css/style2.css
fadilahyulia2/project-tracerstudy
b81c026afc6054ffc499943a20523c0eef65b444
[ "MIT" ]
null
null
null
public/assets/css/style2.css
fadilahyulia2/project-tracerstudy
b81c026afc6054ffc499943a20523c0eef65b444
[ "MIT" ]
null
null
null
body { padding: 0; margin: 0; background-size: cover; font-family: "Montserrat", sans-serif; } .overlay { position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); } .box { position: absolute; width: 400px; background-color: white; top: 50%; left: 50%; t...
16.966292
50
0.637086
8dcc1267b0f3a19f9f6a98816a069e6e7b33f056
2,273
js
JavaScript
src/js/controllers/tracker/NutritionCtrl.js
ProjectGinsberg/dashboard-open
0c50e4712b7d5d673c76e4192c9120a55c133e57
[ "MIT" ]
null
null
null
src/js/controllers/tracker/NutritionCtrl.js
ProjectGinsberg/dashboard-open
0c50e4712b7d5d673c76e4192c9120a55c133e57
[ "MIT" ]
null
null
null
src/js/controllers/tracker/NutritionCtrl.js
ProjectGinsberg/dashboard-open
0c50e4712b7d5d673c76e4192c9120a55c133e57
[ "MIT" ]
null
null
null
controllers.controller('NutritionController', ['$scope', '$log', '$http', '$route', 'Popover', 'Utils', function NutritionController($scope, $log, $http, $route, Popover, Utils) { 'use strict'; var NUTRITION_UPPER_LIMIT = 10000; $scope.nutrition = ''; $scope.calories = 0; $scope.submitting = false; $scop...
24.44086
103
0.602288
53f7d466e3251622c5068538d8ddac857aa5820b
43,340
tab
SQL
results/data_analysis/autocorrelation_results/chen.autocorrelation.tab
lareaulab/SingleCell_paper
5c2c82583376946d73f13e97af22dfe7dd202123
[ "MIT" ]
null
null
null
results/data_analysis/autocorrelation_results/chen.autocorrelation.tab
lareaulab/SingleCell_paper
5c2c82583376946d73f13e97af22dfe7dd202123
[ "MIT" ]
null
null
null
results/data_analysis/autocorrelation_results/chen.autocorrelation.tab
lareaulab/SingleCell_paper
5c2c82583376946d73f13e97af22dfe7dd202123
[ "MIT" ]
null
null
null
C_score pval 0610010K14Rik_1 0.015680442328209976 0.2585870706464677 0610010K14Rik_2 0.005293919681461423 0.8215089245537723 0610010K14Rik_3 0.06162983894320251 0.00014999250037498125 0610010K14Rik_4 0.026080887372428974 0.06649667516624169 0610010K14Rik_6 0.05573643499796144 0.02384880755962202 1110038B12Rik_1 0.1435...
49.30603
62
0.895385
93e20a161e8975dc26d1eec2063859c5f52b168b
265
cs
C#
checkers/svghost/src/IChecker.cs
tinh-sau-di-v/hitbsecconf-ctf-2021
cbf2f3c8cb3493989f5dcc8dedd353c03f1f5506
[ "MIT" ]
16
2021-08-27T23:13:06.000Z
2022-01-13T06:09:04.000Z
checkers/svghost/src/IChecker.cs
tinh-sau-di-v/hitbsecconf-ctf-2021
cbf2f3c8cb3493989f5dcc8dedd353c03f1f5506
[ "MIT" ]
3
2021-03-31T19:21:51.000Z
2021-06-08T20:31:48.000Z
checkers/svghost/src/IChecker.cs
tinh-sau-di-v/hitbsecconf-ctf-2021
cbf2f3c8cb3493989f5dcc8dedd353c03f1f5506
[ "MIT" ]
3
2021-08-28T10:17:01.000Z
2021-12-10T09:33:44.000Z
using System.Threading.Tasks; namespace checker { internal interface IChecker { Task<string> Info(); Task Check(string host); Task<string> Put(string host, string id, string flag, int vuln); Task Get(string host, string id, string flag, int vuln); } }
20.384615
66
0.713208
06ef7325a186d60b3af12c787a6a37759f766bd5
10,400
py
Python
planeShooter.py
mparshorov/Py-Games
f0199456024e0f332cab1ccc498edb3eb2e0463c
[ "MIT" ]
null
null
null
planeShooter.py
mparshorov/Py-Games
f0199456024e0f332cab1ccc498edb3eb2e0463c
[ "MIT" ]
null
null
null
planeShooter.py
mparshorov/Py-Games
f0199456024e0f332cab1ccc498edb3eb2e0463c
[ "MIT" ]
null
null
null
# -*- coding: utf-8 -*- import pygame from pygame.locals import * import sys, random BLACK = ( 0, 0, 0) GREEN = ( 0, 255, 0) WHITE = (255, 255, 255) GRAY = (100, 100, 100) NAVYBLUE = ( 60, 60, 100) RED = (255, 0, 0) BLUE = ( 0, 0, 255) YELLOW = (255, 255, 0) ORANGE = (255, 1...
35.616438
86
0.591346
bd995177138838d9808d26585a687ab880a24fa0
148,977
sql
SQL
database/laravel.sql
hackeralistarsays/chaki
a139b0161169f96ad702f9042f0b0da96811bae5
[ "MIT" ]
null
null
null
database/laravel.sql
hackeralistarsays/chaki
a139b0161169f96ad702f9042f0b0da96811bae5
[ "MIT" ]
null
null
null
database/laravel.sql
hackeralistarsays/chaki
a139b0161169f96ad702f9042f0b0da96811bae5
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 5.0.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Mar 08, 2021 at 05:39 PM -- Server version: 10.4.17-MariaDB -- PHP Version: 8.0.2 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIEN...
63.747112
319
0.622264
14247be8b2254a65b7f61989e79e122622f7d71c
490
ts
TypeScript
src/ops/gates/FlushGate.ts
tearsofphoenix/Q-js
b930c6f1c6e379a218513ceffa18f63bcadd077d
[ "Apache-2.0" ]
1
2018-08-14T14:30:29.000Z
2018-08-14T14:30:29.000Z
src/ops/gates/FlushGate.ts
tearsofphoenix/Q-js
b930c6f1c6e379a218513ceffa18f63bcadd077d
[ "Apache-2.0" ]
null
null
null
src/ops/gates/FlushGate.ts
tearsofphoenix/Q-js
b930c6f1c6e379a218513ceffa18f63bcadd077d
[ "Apache-2.0" ]
null
null
null
import { FastForwardingGate } from '../basics'; /** * @class FlushGate * @desc Flush gate (denotes the end of the circuit). Note: All compiler engines (cengines) which cache/buffer gates are obligated to flush and send all gates to the next compiler engine (followed by the flush command). Note: This gate i...
17.5
74
0.693878
bbbc1f8a707261cf968ebc03626e8339031e154d
929
sql
SQL
sql/Tables/ResultsGSSSA.sql
JoelBondurant/RandomCodeSamples
1caed5d1dc2768576dddf915b4b01bf3e9b491ab
[ "Apache-2.0" ]
1
2017-04-11T18:05:06.000Z
2017-04-11T18:05:06.000Z
sql/Tables/ResultsGSSSA.sql
JoelBondurant/RandomCodeSamples
1caed5d1dc2768576dddf915b4b01bf3e9b491ab
[ "Apache-2.0" ]
null
null
null
sql/Tables/ResultsGSSSA.sql
JoelBondurant/RandomCodeSamples
1caed5d1dc2768576dddf915b4b01bf3e9b491ab
[ "Apache-2.0" ]
null
null
null
-- drop table ResultsGSSSA; create table ResultsGSSSA ( ID INT IDENTITY(1, 1), PROCESSBATCH_ID NUMERIC(19, 0) NOT NULL, PRODUCT_ID NUMERIC(19, 0) NOT NULL, STEP_ID NUMERIC(19, 0) NOT NULL, SAMPLINGMETHOD_ID NUMERIC(19, 0) NOT NULL, f_AcLotSamp FLOAT, f_AcWafSamp FLOAT, f_AcWafLotSamp FLOAT, PRIMARY...
42.227273
149
0.791173
51758bc596155fe39d27a294beb9f8b7d9260ddc
574
sql
SQL
database_objects/tables/dbo_sql_health_check.sql
TheRockStarDBA/SQLServerHealthChecker
bbf8623a60bdbafcb2cbd9c97919e59211673a75
[ "Apache-2.0" ]
1
2021-05-14T13:40:09.000Z
2021-05-14T13:40:09.000Z
database_objects/tables/dbo_sql_health_check.sql
TheRockStarDBA/SQLServerHealthChecker
bbf8623a60bdbafcb2cbd9c97919e59211673a75
[ "Apache-2.0" ]
null
null
null
database_objects/tables/dbo_sql_health_check.sql
TheRockStarDBA/SQLServerHealthChecker
bbf8623a60bdbafcb2cbd9c97919e59211673a75
[ "Apache-2.0" ]
null
null
null
create table dbo.sql_health_check ( id bigint identity(1,1) NOT NULL, insertDate datetime2(7) CONSTRAINT DF_insertDate Default (getdate()), applicationServerName varchar(50) NULL, -- primary key NONCLUSTERED index is created to avoid last key insert issue. -- This is an append only table but N number...
44.153846
104
0.743902
5eeff3b6b08869931ea91656d3aa35083e54d50b
1,750
php
PHP
src/HydratingArrayPaginator.php
damor4321/expenseslib
bd4a81f1fe426dc3e3404f1db537feb341149c9c
[ "BSD-3-Clause" ]
null
null
null
src/HydratingArrayPaginator.php
damor4321/expenseslib
bd4a81f1fe426dc3e3404f1db537feb341149c9c
[ "BSD-3-Clause" ]
null
null
null
src/HydratingArrayPaginator.php
damor4321/expenseslib
bd4a81f1fe426dc3e3404f1db537feb341149c9c
[ "BSD-3-Clause" ]
null
null
null
<?php /** * @license http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause * @copyright Copyright (c) 2014 Zend Technologies USA Inc. (http://www.zend.com) */ namespace ExpensesLib; use stdClass; use Zend\Paginator\Adapter\ArrayAdapter as ArrayPaginator; use Zend\Hydrator\HydratorInterface; /** * Specialize...
26.923077
116
0.638857
2b36ffc29479a7588c9474744effe64fc1aec740
122
swift
Swift
Tests/LinuxMain.swift
iOSDigital/STTLibrary
5b3d952db64b45bd4c4fb247043851edcc9014f8
[ "MIT" ]
1
2021-04-12T09:32:48.000Z
2021-04-12T09:32:48.000Z
Tests/LinuxMain.swift
iOSDigital/SSTLibrary
5118897fc7a08e7bf0c2add6132c6292c9a01cfd
[ "MIT" ]
null
null
null
Tests/LinuxMain.swift
iOSDigital/SSTLibrary
5118897fc7a08e7bf0c2add6132c6292c9a01cfd
[ "MIT" ]
1
2021-11-04T22:29:16.000Z
2021-11-04T22:29:16.000Z
import XCTest import STTLibraryTests var tests = [XCTestCaseEntry]() tests += STTLibraryTests.allTests() XCTMain(tests)
15.25
35
0.786885
bb4abc8a8084626bad2ae8125fd50affed2327e5
4,435
cs
C#
Scripts/Autopilot/Aerodynamics/RotorPicker.cs
zrisher/ARMS
bc651e6d5be463fd5763157f464ab7810722ea0e
[ "CC0-1.0" ]
17
2015-03-13T04:39:52.000Z
2016-06-24T20:49:48.000Z
Scripts/Autopilot/Aerodynamics/RotorPicker.cs
Rynchodon/Autopilot
bc651e6d5be463fd5763157f464ab7810722ea0e
[ "CC0-1.0" ]
49
2015-03-13T02:51:00.000Z
2016-08-19T14:12:24.000Z
Scripts/Autopilot/Aerodynamics/RotorPicker.cs
Rynchodon/Autopilot
bc651e6d5be463fd5763157f464ab7810722ea0e
[ "CC0-1.0" ]
19
2015-03-13T07:44:40.000Z
2016-09-23T02:43:59.000Z
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sandbox.Common.ObjectBuilders; using Sandbox.Game.Entities; using Sandbox.Game.Gui; using Sandbox.Graphics.GUI; using Sandbox.ModAPI; using Sandbox.ModAPI.Interfaces.Terminal; using VRage.Game.ModAPI; using VRage.Utils; using V...
36.056911
211
0.772041
387db8136a3143d88a42abc1b3b6dab55b838523
785
php
PHP
layout/sub/characters.php
PokemonOT/website
ecd924e856b0df3fdb6bd18a15d6418ae33fe557
[ "MIT" ]
null
null
null
layout/sub/characters.php
PokemonOT/website
ecd924e856b0df3fdb6bd18a15d6418ae33fe557
[ "MIT" ]
null
null
null
layout/sub/characters.php
PokemonOT/website
ecd924e856b0df3fdb6bd18a15d6418ae33fe557
[ "MIT" ]
null
null
null
<h1>Characters</h1> <p>here you can search for a character, or view a list of all characters.</p> <h2>Search for character</h2> <form action="characterprofile.php" method="GET"> <input type="text" name="name"> <input type="submit" value="Search"> </form><br> <h2>Character list</h2> <?php $players = mysql_select_multi("...
27.068966
113
0.617834
074642c4c7c0debefb21f60263fb062e48488a5a
1,719
css
CSS
style.css
BenCosso/github
38c70658c6eff8885cf5ee729a734313dc77f6af
[ "MIT" ]
null
null
null
style.css
BenCosso/github
38c70658c6eff8885cf5ee729a734313dc77f6af
[ "MIT" ]
null
null
null
style.css
BenCosso/github
38c70658c6eff8885cf5ee729a734313dc77f6af
[ "MIT" ]
null
null
null
html, body { min-height: 100vh; /*fits screen*/ text-align: center; background: linear-gradient(#c69005, red) no-repeat; } h1 { font-family: Bungee Shade, Times New Roman; background: rgba(244, 185, 66, 0.8); } h2 { font-family: Arima Madurai, Helvetica; background: rgba(244, 185, 66, 0.8); } .quote { ...
27.725806
91
0.713787
7f94c653900d32a7aaccf65a6b270c9caca727e4
2,441
php
PHP
app/Views/response/table/home.php
codeigniter-kr/ci4sample
5a0a4439c86ef99692b5ba99e3505cd63a7f0582
[ "MIT" ]
null
null
null
app/Views/response/table/home.php
codeigniter-kr/ci4sample
5a0a4439c86ef99692b5ba99e3505cd63a7f0582
[ "MIT" ]
null
null
null
app/Views/response/table/home.php
codeigniter-kr/ci4sample
5a0a4439c86ef99692b5ba99e3505cd63a7f0582
[ "MIT" ]
1
2021-10-21T04:33:45.000Z
2021-10-21T04:33:45.000Z
<?= $this->extend('sample/layout') ?> <?= $this->section('content') ?> <div class="page-wrapper"> <?= tabler_page_title($title) ?> <div class="page-body"> <?= tabler_card_start() ?> <p>테이블 클래스는 배열 또는 데이터베이스 결과 세트에서 HTML 테이블을 자동 생성할 수있는 메소드를 제공합니다.</p> <h2>클래스 초기화</h2> ...
32.986486
81
0.440393
88979026a94261de9613385bd75733adbc8fec0f
1,866
ps1
PowerShell
src/BareMetal/test/AzBareMetal.Tests.ps1
Aviv-Yaniv/azure-powershell
cd12623240e06f54c74ad820d5c85410e3651c23
[ "MIT" ]
1
2022-03-30T13:51:37.000Z
2022-03-30T13:51:37.000Z
src/BareMetal/test/AzBareMetal.Tests.ps1
Aviv-Yaniv/azure-powershell
cd12623240e06f54c74ad820d5c85410e3651c23
[ "MIT" ]
1
2022-03-18T21:01:39.000Z
2022-03-18T21:01:39.000Z
src/BareMetal/test/AzBareMetal.Tests.ps1
yanfa317/azure-powershell
8b0e3334fa5b3cac182612a0663a4216af7ded4f
[ "MIT" ]
null
null
null
if(($null -eq $TestName) -or ($TestName -contains 'AzBareMetal')) { $loadEnvPath = Join-Path $PSScriptRoot 'loadEnv.ps1' if (-Not (Test-Path -Path $loadEnvPath)) { $loadEnvPath = Join-Path $PSScriptRoot '..\loadEnv.ps1' } . ($loadEnvPath) $TestRecordingFile = Join-Path $PSScriptRoot 'AzBareMetal....
34.555556
130
0.598071
6441c3eafe57996bbd20512fa526314490daaf87
8,100
py
Python
dialog_py/helpers.py
Pasha13666/dialog_py
c54a0e06dc0a5f86d9791b8cbd6fcfacb5b644ff
[ "MIT" ]
1
2021-02-17T07:38:01.000Z
2021-02-17T07:38:01.000Z
dialog_py/helpers.py
Pasha13666/dialog_py
c54a0e06dc0a5f86d9791b8cbd6fcfacb5b644ff
[ "MIT" ]
null
null
null
dialog_py/helpers.py
Pasha13666/dialog_py
c54a0e06dc0a5f86d9791b8cbd6fcfacb5b644ff
[ "MIT" ]
null
null
null
import ctypes import functools from .exceptions import Aborted, NeedHelp, NeedExtra from .native import FUNCTIONS Any = object() def native_bridge(name: str, bases: tuple, dct: dict): dct2 = {} while dct: k, v = dct.popitem() if k.startswith('_') or (not isinstance(v, type) and v is not Any)...
29.67033
108
0.486173
c3d11963df072c51bb6b2ce971eea52c0de4d61e
12,865
cs
C#
RipAdmin/MainForm.Designer.cs
schlomer/ripper
6d0f23dc4916afebc3c5e77d0b9819f0bc551a27
[ "MIT" ]
null
null
null
RipAdmin/MainForm.Designer.cs
schlomer/ripper
6d0f23dc4916afebc3c5e77d0b9819f0bc551a27
[ "MIT" ]
null
null
null
RipAdmin/MainForm.Designer.cs
schlomer/ripper
6d0f23dc4916afebc3c5e77d0b9819f0bc551a27
[ "MIT" ]
null
null
null
namespace RipAdmin { partial class MainForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param ...
51.666667
168
0.629382
f3f840c4c6eb5fc95c93ded72ae1aa02aa024201
533
tsx
TypeScript
src/features/wallet/root/ActivityCard/ActivityCardLoading.tsx
controllinohelium/hotspot-app
40b44f4952178c6ad3fe8c254c935b5b692427d7
[ "Apache-2.0" ]
132
2020-11-13T01:50:46.000Z
2022-03-31T22:22:06.000Z
src/features/wallet/root/ActivityCard/ActivityCardLoading.tsx
controllinohelium/hotspot-app
40b44f4952178c6ad3fe8c254c935b5b692427d7
[ "Apache-2.0" ]
737
2020-11-12T21:15:59.000Z
2022-03-31T09:16:54.000Z
src/features/wallet/root/ActivityCard/ActivityCardLoading.tsx
controllinohelium/hotspot-app
40b44f4952178c6ad3fe8c254c935b5b692427d7
[ "Apache-2.0" ]
117
2020-11-24T00:40:52.000Z
2022-03-31T22:23:27.000Z
import React from 'react' import { useTranslation } from 'react-i18next' import Text from '../../../../components/Text' const ActivityCardLoading = ({ hasNoResults = false, }: { hasNoResults?: boolean }) => { const { t } = useTranslation() if (hasNoResults) { return ( <Text padding="l" ...
17.766667
46
0.581614
7288325baa49c12292aec6299fbb9ae305cc6d06
376
cs
C#
src/SFA.DAS.Campaign.Web/Models/CreateAccountModel.cs
SkillsFundingAgency/das-campaign
5b1e6caffc81ad9894306f5403b6b9dc56bd8af1
[ "MIT" ]
3
2019-03-26T10:08:48.000Z
2021-02-22T15:09:34.000Z
src/SFA.DAS.Campaign.Web/Models/CreateAccountModel.cs
SkillsFundingAgency/das-campaign
5b1e6caffc81ad9894306f5403b6b9dc56bd8af1
[ "MIT" ]
45
2019-01-08T17:06:54.000Z
2021-08-13T13:15:20.000Z
src/SFA.DAS.Campaign.Web/Models/CreateAccountModel.cs
SkillsFundingAgency/das-campaign
5b1e6caffc81ad9894306f5403b6b9dc56bd8af1
[ "MIT" ]
1
2021-04-11T08:36:57.000Z
2021-04-11T08:36:57.000Z
using System.Collections.Generic; using SFA.DAS.Campaign.Domain.Content; using SFA.DAS.Campaign.Domain.Content.HtmlControl; namespace SFA.DAS.Campaign.Web.Models { public class CreateAccountModel { public string BaseEmployerAccountUrl { get; set; } public Menu Menu { get; set; } public...
26.857143
61
0.707447
c326da010dd823dbbf028eb54e0124bec3bc973e
106
kt
Kotlin
Android/core-network-api/src/main/java/ru/iandreyshev/coreNetworkApi/data/NetworkState.kt
iandreyshev/Dreamland
5791228f3d7568883058f414a7cbafff561d58d5
[ "MIT" ]
1
2018-10-14T20:35:06.000Z
2018-10-14T20:35:06.000Z
Android/core-network-api/src/main/java/ru/iandreyshev/coreNetworkApi/data/NetworkState.kt
iandreyshev/Dreamland
5791228f3d7568883058f414a7cbafff561d58d5
[ "MIT" ]
null
null
null
Android/core-network-api/src/main/java/ru/iandreyshev/coreNetworkApi/data/NetworkState.kt
iandreyshev/Dreamland
5791228f3d7568883058f414a7cbafff561d58d5
[ "MIT" ]
null
null
null
package ru.iandreyshev.coreNetworkApi.data enum class NetworkState { MOBILE, WIFI, DISABLED }
15.142857
42
0.726415
385e7430ebec9bcf45939e8eb4e0a60a4d18630f
277
cs
C#
Code/Beskova.Ontology/Beskova.Ontology.Interfaces/ISpecialityRepository.cs
MikhailApsalikov/Veronika
808142f3b308449046d3a2e437342fe832408d1c
[ "MIT" ]
null
null
null
Code/Beskova.Ontology/Beskova.Ontology.Interfaces/ISpecialityRepository.cs
MikhailApsalikov/Veronika
808142f3b308449046d3a2e437342fe832408d1c
[ "MIT" ]
34
2017-03-05T12:52:55.000Z
2017-06-26T18:42:46.000Z
Code/Beskova.Ontology/Beskova.Ontology.Interfaces/ISpecialityRepository.cs
MikhailApsalikov/Veronika
808142f3b308449046d3a2e437342fe832408d1c
[ "MIT" ]
null
null
null
namespace Beskova.Ontology.Interfaces { using System.Collections.Generic; using Entities; using Entities.Filters; public interface ISpecialityRepository { List<Speciality> GetAll(SpecialityFilter filter); Speciality GetById(string id); void Remove(string id); } }
21.307692
51
0.783394
427914f3e5999f4abe83add22e89ee3571f6004a
45,379
tab
SQL
data_raw/datatool_manual/processed/videoinfo_NUfRRckdDGA_2021_03_17-12_14_32_comments.tab
Alioio/social_media_youtube_analysis_project
a38f2da7d5c4f6a4ab3b2525348748b617f5a3bf
[ "MIT" ]
null
null
null
data_raw/datatool_manual/processed/videoinfo_NUfRRckdDGA_2021_03_17-12_14_32_comments.tab
Alioio/social_media_youtube_analysis_project
a38f2da7d5c4f6a4ab3b2525348748b617f5a3bf
[ "MIT" ]
null
null
null
data_raw/datatool_manual/processed/videoinfo_NUfRRckdDGA_2021_03_17-12_14_32_comments.tab
Alioio/social_media_youtube_analysis_project
a38f2da7d5c4f6a4ab3b2525348748b617f5a3bf
[ "MIT" ]
null
null
null
id replyCount likeCount publishedAt authorName text authorChannelId authorChannelUrl isReply isReplyTo isReplyToName UgxzMjclHiwjBdpZrJJ4AaABAg 15 7 2021-01-26 20:04:51 The Damage Report Become a TDR YouTube Member: <a href="http://youtube.com/thedamagereport/join">youtube.com/thedamagereport/join</a> UCl9roQQwv4o4OuBj...
360.150794
1,787
0.82536
b30898332bbcce7ab093777e1a5032e081651c67
21,898
swift
Swift
Kebab/RootViewController.swift
minikin/Kebab-Swift
3753307c87eedf4813224c8451fb7bcc25c9c74e
[ "Apache-2.0" ]
2
2019-05-31T18:40:49.000Z
2020-06-20T17:39:10.000Z
Kebab/RootViewController.swift
minikin/Kebab-Swift
3753307c87eedf4813224c8451fb7bcc25c9c74e
[ "Apache-2.0" ]
4
2019-06-03T14:25:16.000Z
2019-06-03T14:25:17.000Z
Kebab/RootViewController.swift
minikin/Kebab-Swift
3753307c87eedf4813224c8451fb7bcc25c9c74e
[ "Apache-2.0" ]
1
2021-07-13T09:56:53.000Z
2021-07-13T09:56:53.000Z
// // RootViewController.swift // Kebab // // Created by Sasha Prokhorenko on 9/24/15. // Copyright © 2015 Minikin. All rights reserved. // import UIKit import CoreLocation import PSOperations import Mapbox import RealmSwift import Kingfisher import GSMessages class RootViewController: UIViewController { /...
33.432061
193
0.654991
1a632a07e8691440a813140fd18dc3a975e65b61
961
py
Python
act/tests/__init__.py
jrobrien91/ACT
604b93d75366d23029f89d88df9053d52825c214
[ "BSD-3-Clause" ]
9
2019-03-11T19:41:34.000Z
2019-09-17T08:34:19.000Z
act/tests/__init__.py
jrobrien91/ACT
604b93d75366d23029f89d88df9053d52825c214
[ "BSD-3-Clause" ]
127
2019-03-18T12:24:17.000Z
2020-01-06T20:53:06.000Z
act/tests/__init__.py
jrobrien91/ACT
604b93d75366d23029f89d88df9053d52825c214
[ "BSD-3-Clause" ]
15
2019-03-11T15:30:56.000Z
2019-11-01T19:10:11.000Z
""" This module contains sample files used for testing the ARM Community Toolkit. Files in this module should only be used for testing, not production. """ from .sample_files import ( EXAMPLE_AERI, EXAMPLE_ANL_CSV, EXAMPLE_AOSMET, EXAMPLE_BRS, EXAMPLE_CEIL1, EXAMPLE_CEIL_WILDCARD, EXAMPLE_...
21.355556
77
0.729448
7530071f6b5cc99ee706ae7fb74f71740673ce73
111
css
CSS
test/case/test-0008-0.css
livibetter-backup/css-prop-sorter
3895146d9ecda3bc0d1c73ad6b38b3ae2a74bf3e
[ "MIT" ]
1
2015-03-10T06:21:24.000Z
2015-03-10T06:21:24.000Z
test/case/test-0008-0.css
livibetter/css-prop-sorter
3895146d9ecda3bc0d1c73ad6b38b3ae2a74bf3e
[ "MIT" ]
null
null
null
test/case/test-0008-0.css
livibetter/css-prop-sorter
3895146d9ecda3bc0d1c73ad6b38b3ae2a74bf3e
[ "MIT" ]
null
null
null
/* spaces/tabs before brackets */ nav.right-side span.item span { width: 100px; margin: auto; }
15.857143
33
0.612613
9697442555372730c348975979ac5cbd4a86a519
1,374
rb
Ruby
app/controllers/moves_controller.rb
hjwylde/scotland-yard
8721273ed711965bd9fa7f438c0b43bd6da337a6
[ "BSD-3-Clause" ]
1
2020-01-14T18:02:06.000Z
2020-01-14T18:02:06.000Z
app/controllers/moves_controller.rb
hjwylde/scotland-yard
8721273ed711965bd9fa7f438c0b43bd6da337a6
[ "BSD-3-Clause" ]
6
2015-01-05T23:03:51.000Z
2015-01-05T23:03:51.000Z
app/controllers/moves_controller.rb
hjwylde/scotland-yard
8721273ed711965bd9fa7f438c0b43bd6da337a6
[ "BSD-3-Clause" ]
null
null
null
class MovesController < GamesControllerBase before_action :load_player, only: [:index, :create] before_action :load_moves, only: :index before_action :validate_player, only: :create respond_to :json def index render json: @moves end def create to_node = Node.find(move_params[:to_node_id]) ti...
26.941176
104
0.689956
dca421bd28f8de07a8f1e9036f4e24cd6d5cf79a
85
ts
TypeScript
app/_models/person.ts
vnk222/samplerepo
c0add26bbdafa13ba9e74790cb62030be54a7cf5
[ "MIT" ]
null
null
null
app/_models/person.ts
vnk222/samplerepo
c0add26bbdafa13ba9e74790cb62030be54a7cf5
[ "MIT" ]
null
null
null
app/_models/person.ts
vnk222/samplerepo
c0add26bbdafa13ba9e74790cb62030be54a7cf5
[ "MIT" ]
null
null
null
export class Person { count: number; next: string; previous: string; }
17
21
0.611765
12e117c8f5d4d250c7d4a7b32f4d81c1c5c3f99b
3,879
cs
C#
sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices/src/Generated/Models/CommitmentTier.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
3,268
2015-01-08T04:21:52.000Z
2022-03-31T11:10:48.000Z
sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices/src/Generated/Models/CommitmentTier.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
18,748
2015-01-06T00:12:22.000Z
2022-03-31T23:55:50.000Z
sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices/src/Generated/Models/CommitmentTier.cs
gjy5885/azure-sdk-for-net
5491b723c94176509a91c340485f10009189ac72
[ "MIT" ]
4,179
2015-01-07T20:13:22.000Z
2022-03-31T09:09:02.000Z
// <auto-generated> // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // re...
35.263636
327
0.587007
7c91c8c3bb852e30e3b2c5507d34f337369f8f26
1,008
js
JavaScript
test/.eslintrc.js
agilepixel/pixelate
80a888d0f4220b6364cd078eeed9c9217e3a82a4
[ "MIT" ]
null
null
null
test/.eslintrc.js
agilepixel/pixelate
80a888d0f4220b6364cd078eeed9c9217e3a82a4
[ "MIT" ]
6
2021-01-05T14:16:40.000Z
2022-03-08T18:42:50.000Z
test/.eslintrc.js
agilepixel/pixelate
80a888d0f4220b6364cd078eeed9c9217e3a82a4
[ "MIT" ]
null
null
null
/*! Agile Pixel https://agilepixel.io - 2021*/ module.exports = { root: true, globals: { wp: true }, env: { node: true, es6: true, amd: true, browser: true, jquery: true, }, parser: 'vue-eslint-parser', extends: ['agilepixel', 'prettier'], 'parserOptio...
25.846154
78
0.509921
323690b72c0ee8da5fc0d6c224f85489c13a7c69
2,660
rs
Rust
lib/engine_proc_macro/src/lib.rs
OrangeBacon/opengl-rust
842354c929db9d60b73fb54781420d41f8e99f23
[ "MIT" ]
1
2021-05-30T22:32:47.000Z
2021-05-30T22:32:47.000Z
lib/engine_proc_macro/src/lib.rs
OrangeBacon/opengl-rust
842354c929db9d60b73fb54781420d41f8e99f23
[ "MIT" ]
null
null
null
lib/engine_proc_macro/src/lib.rs
OrangeBacon/opengl-rust
842354c929db9d60b73fb54781420d41f8e99f23
[ "MIT" ]
null
null
null
use proc_macro::TokenStream; use quote::quote; use syn::{ parse::{Parse, ParseStream}, parse_macro_input, punctuated::Punctuated, Expr, Ident, ItemStruct, Result, Token, }; /// The inputs to the attribute #[derive(Debug)] struct Attrs { accessor: Expr, globals: Vec<Ident>, } impl Parse for Att...
28.602151
85
0.552256
57f1594f8e12b15d9fbaae89eade06d2acd45155
2,662
go
Go
pkg/server/debug/pprofui/storage_mem.go
IliaRusin/cockroach
66a2b55f2f83679dc5cac32284dfe1ebade0a5da
[ "MIT", "BSD-3-Clause" ]
2
2020-02-28T02:40:42.000Z
2020-02-28T04:08:48.000Z
pkg/server/debug/pprofui/storage_mem.go
IliaRusin/cockroach
66a2b55f2f83679dc5cac32284dfe1ebade0a5da
[ "MIT", "BSD-3-Clause" ]
10
2020-09-06T14:29:19.000Z
2022-03-02T04:56:13.000Z
pkg/server/debug/pprofui/storage_mem.go
rohany/cockroach
12c640b74f8a16a27eb5ba03df9628cec4c99400
[ "MIT", "BSD-3-Clause" ]
2
2019-11-12T13:38:48.000Z
2020-02-02T09:38:19.000Z
// Copyright 2018 The Cockroach Authors. // // Use of this software is governed by the Business Source License // included in the file licenses/BSL.txt. // // As of the Change Date specified in that file, in accordance with // the Business Source License, use of this software will be governed // by the Apache License, ...
26.356436
85
0.681443
5d932fae9acbe884480123b136f824626fa03bda
17,557
cpp
C++
library/uapki/src/api/verify.cpp
DJm00n/UAPKI
7ced3adc6d2990c88cc48b273d44ec99489a0282
[ "BSD-2-Clause" ]
null
null
null
library/uapki/src/api/verify.cpp
DJm00n/UAPKI
7ced3adc6d2990c88cc48b273d44ec99489a0282
[ "BSD-2-Clause" ]
null
null
null
library/uapki/src/api/verify.cpp
DJm00n/UAPKI
7ced3adc6d2990c88cc48b273d44ec99489a0282
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2021, The UAPKI Project Authors. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
37.040084
144
0.695734
5f2e2571cfcb5ee93d8095575e7b7f0e0d6a2a5d
545
dart
Dart
lesson_21/cocktails_mobx/lib/app/core/src/model/ingredient_definition.dart
CheshirskiyCat/otus-cocktails-application
d51121ea0dca2d32a1b13dd1c6c49892cb8cc05f
[ "MIT" ]
null
null
null
lesson_21/cocktails_mobx/lib/app/core/src/model/ingredient_definition.dart
CheshirskiyCat/otus-cocktails-application
d51121ea0dca2d32a1b13dd1c6c49892cb8cc05f
[ "MIT" ]
8
2021-01-31T23:25:23.000Z
2021-11-29T08:49:59.000Z
lesson_21/cocktails_mobx/lib/app/core/src/model/ingredient_definition.dart
CheshirskiyCat/otus-cocktails-application
d51121ea0dca2d32a1b13dd1c6c49892cb8cc05f
[ "MIT" ]
26
2021-03-28T21:20:34.000Z
2022-02-21T18:19:42.000Z
import 'package:json_annotation/json_annotation.dart'; /// /// Ingredient definition used to describe Cocktail instruction depending on measurement /// part 'ingredient_definition.g.dart'; @JsonSerializable() class IngredientDefinition { final String ingredientName; final String measure; IngredientDefinition(...
25.952381
88
0.781651
c549102cb2c66a5a019eac2232ffcf448f40fde0
502
css
CSS
estilos.css
GuilhermeChaves26/unigranhtmlproject
17487d26a4444438697f471977a7b3ce9d0196cc
[ "Unlicense" ]
null
null
null
estilos.css
GuilhermeChaves26/unigranhtmlproject
17487d26a4444438697f471977a7b3ce9d0196cc
[ "Unlicense" ]
null
null
null
estilos.css
GuilhermeChaves26/unigranhtmlproject
17487d26a4444438697f471977a7b3ce9d0196cc
[ "Unlicense" ]
null
null
null
body{ font-family: verdana; background-color: #666666; } div#container { background-color: white; width: 90%; padding: 20px; margin: 0 auto; border: black 1px solid; box-shadow: 0px 0px 10px black; } h1 { font-weight: normal; color: #000066; } h2 { font-weight: normal; color: #0...
13.210526
34
0.61753
d39575b51ce694b6efe5bb3a84cb97fdc610f852
5,644
rb
Ruby
lib/fortuneteller/simulator.rb
HarborEng/fortuneteller
1f4397b1c5817c471d77a5da55acfa06b0f31695
[ "MIT" ]
2
2017-11-21T14:52:07.000Z
2017-12-04T03:02:45.000Z
lib/fortuneteller/simulator.rb
HarborEng/fortuneteller
1f4397b1c5817c471d77a5da55acfa06b0f31695
[ "MIT" ]
1
2018-02-12T01:25:08.000Z
2018-02-12T03:58:17.000Z
lib/fortuneteller/simulator.rb
HarborEng/fortuneteller
1f4397b1c5817c471d77a5da55acfa06b0f31695
[ "MIT" ]
1
2017-12-14T03:32:22.000Z
2017-12-14T03:32:22.000Z
module FortuneTeller # Simulates personal finances. class Simulator OBJECT_TYPES = %i[account job social_security guaranteed_income spending_strategy tax_strategy] USER_TYPES = %i[primary partner] STRATEGIES = %i[allocation debit] attr_reader :beginning USER_TYPES.each do |user_type| att...
28.079602
99
0.650248
cd57c4107a106ab4c9e4f2958b3b31c65898a81d
2,972
dart
Dart
lib/app_host_target.dart
tekartik/app_utils.dart
7a952a0beed5924c0b49c6bffc410d4ba5d40835
[ "BSD-3-Clause" ]
null
null
null
lib/app_host_target.dart
tekartik/app_utils.dart
7a952a0beed5924c0b49c6bffc410d4ba5d40835
[ "BSD-3-Clause" ]
null
null
null
lib/app_host_target.dart
tekartik/app_utils.dart
7a952a0beed5924c0b49c6bffc410d4ba5d40835
[ "BSD-3-Clause" ]
null
null
null
import 'package:tekartik_common_utils/string_enum.dart'; //Version appVersion = new Version(0, 1, 0); bool _isLocalhost(String host) { return host.contains('localhost'); } bool _isHostStaging(String host) { return host.contains('-staging.'); } bool _isHostDev(String host) { return host.contains('-dev.'); } b...
23.776
72
0.646366
05e30602f2e92da59a954b819fa4b92134edd9c4
7,471
py
Python
tasks/geoquery_comment_request.py
aiddata/geo-hpc
8f684e72c14795f2e1532896a4b0999fe6c14d24
[ "MIT" ]
5
2020-02-14T14:21:51.000Z
2021-08-22T19:47:48.000Z
tasks/geoquery_comment_request.py
aiddata/geo-hpc
8f684e72c14795f2e1532896a4b0999fe6c14d24
[ "MIT" ]
1
2017-11-05T20:56:21.000Z
2017-12-08T17:22:13.000Z
tasks/geoquery_comment_request.py
aiddata/geo-hpc
8f684e72c14795f2e1532896a4b0999fe6c14d24
[ "MIT" ]
3
2020-02-27T11:33:43.000Z
2021-08-22T19:47:57.000Z
"""process geoquery request for comment emails called by cronjob on server for branch """ # ----------------------------------------------------------------------------- import sys import os branch = sys.argv[1] utils_dir = os.path.join( os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'utils') s...
27.568266
126
0.591755
d6243969be1997f2387e14efda201c10217cf393
3,303
cs
C#
UiPlus/Library/Charts/UiChartHeat.cs
interopxyz/UiPlus
929579c0932b0be3f36d3b63a1da1acc16d324db
[ "MIT" ]
1
2022-03-20T23:30:49.000Z
2022-03-20T23:30:49.000Z
UiPlus/Library/Charts/UiChartHeat.cs
interopxyz/UiPlus
929579c0932b0be3f36d3b63a1da1acc16d324db
[ "MIT" ]
null
null
null
UiPlus/Library/Charts/UiChartHeat.cs
interopxyz/UiPlus
929579c0932b0be3f36d3b63a1da1acc16d324db
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Rg = Rhino.Geometry; using Gk = Grasshopper.Kernel; using Sw = System.Windows; using Wm = System.Windows.Media; using Sd = System.Drawing; using Wpf = System.Windows.Controls; using Mat = Materi...
23.76259
100
0.517106
5bc6511d2202a568de84aae53a3cf5b4ed64bf99
3,074
css
CSS
public/layout/styles/navi.css
aanadhila/Quiz1_Annisa-Aulia-Nadhila_2C
b85aa53db856c1464b784463f222116e0b92f962
[ "MIT" ]
null
null
null
public/layout/styles/navi.css
aanadhila/Quiz1_Annisa-Aulia-Nadhila_2C
b85aa53db856c1464b784463f222116e0b92f962
[ "MIT" ]
null
null
null
public/layout/styles/navi.css
aanadhila/Quiz1_Annisa-Aulia-Nadhila_2C
b85aa53db856c1464b784463f222116e0b92f962
[ "MIT" ]
null
null
null
@charset "utf-8"; /* Template Name: Realistic Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Navigation CSS */ #topnav{z-index:1000; font-si...
55.890909
243
0.710475
ed1766c006f90c3b91f2d5a3626a94f8bb85e9d4
1,124
h
C
crypto32/idea.h
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
1
2021-04-17T05:01:00.000Z
2021-04-17T05:01:00.000Z
crypto32/idea.h
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
null
null
null
crypto32/idea.h
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
null
null
null
#ifndef CRYPTOPP_IDEA_H #define CRYPTOPP_IDEA_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class IDEA : public BlockTransformation { public: IDEA(const byte *userKey, CipherDir dir); void ProcessBlock(byte * inoutBlock) const {IDEA::ProcessBlock(inoutBlock, inoutBlock);} void ProcessBloc...
21.207547
74
0.746441
ff3afbecb35e337cd5d91f1b208344641966e6d1
2,606
py
Python
pipelinePhase.py
armbrustsamuel/PythonPipelineEmulator
d242fd51da4607eebb9e33feaaf8a8d9466d709d
[ "MIT" ]
null
null
null
pipelinePhase.py
armbrustsamuel/PythonPipelineEmulator
d242fd51da4607eebb9e33feaaf8a8d9466d709d
[ "MIT" ]
null
null
null
pipelinePhase.py
armbrustsamuel/PythonPipelineEmulator
d242fd51da4607eebb9e33feaaf8a8d9466d709d
[ "MIT" ]
null
null
null
# PIPELINE PHASES import re import miscellaneous as misc import calculator as calc instructionMemory = [] # Search phase # @param program counter # @return a instruction such as "dadd","daddi","dsub" ... def search(pc): # Retrieve next instruction in memory instruction = misc.readInstructions("inputfile.txt") ...
24.819048
65
0.671527
2ffe152461479a0e332286f87c289621a42e7337
2,966
py
Python
eclipse-mosquitto/test/broker/06-bridge-b2br-late-connection.py
HenriqueBuzin/mosquitto-eclipse-mqtt
00468923fcf70eefdf2c707b6ba9bdd4f859faf2
[ "Unlicense" ]
2
2021-04-20T14:28:59.000Z
2021-05-06T07:46:53.000Z
eclipse-mosquitto/test/broker/06-bridge-b2br-late-connection.py
HenriqueBuzin/mosquitto-eclipse-mqtt
00468923fcf70eefdf2c707b6ba9bdd4f859faf2
[ "Unlicense" ]
null
null
null
eclipse-mosquitto/test/broker/06-bridge-b2br-late-connection.py
HenriqueBuzin/mosquitto-eclipse-mqtt
00468923fcf70eefdf2c707b6ba9bdd4f859faf2
[ "Unlicense" ]
null
null
null
#!/usr/bin/env python3 # Does a bridge queue up messages correctly if the remote broker starts up late? from mosq_test_helper import * def write_config(filename, port1, port2, protocol_version): with open(filename, 'w') as f: f.write("port %d\n" % (port2)) f.write("allow_anonymous true\n") ...
32.955556
124
0.666217
13732b8a0d547482667a228ccc1113b8bfe6f1ec
1,375
swift
Swift
Sources/Controllers/DitoTrack.swift
ditointernet/dito_ios
807709c6ee5bd4bd51599ac1b2987ef98d1ca9bb
[ "MIT" ]
null
null
null
Sources/Controllers/DitoTrack.swift
ditointernet/dito_ios
807709c6ee5bd4bd51599ac1b2987ef98d1ca9bb
[ "MIT" ]
null
null
null
Sources/Controllers/DitoTrack.swift
ditointernet/dito_ios
807709c6ee5bd4bd51599ac1b2987ef98d1ca9bb
[ "MIT" ]
null
null
null
// // DTTrack.swift // DitoSDK // // Created by Rodrigo Damacena Gamarra Maciel on 24/12/20. // import Foundation class DitoTrack { private let service: DitoTrackService private let trackOffline: DitoTrackOffline init(service: DitoTrackService = .init(), trackOffline: DitoTrackOffline = .init()) ...
31.976744
120
0.563636
c8e16e3ef461bbc1a433d51f5e11044d1a5d0afa
1,321
css
CSS
css/aula17.css
montalvas/front-end-completo-2.0
dbba484050a7c549e6de005651c948ace927349d
[ "MIT" ]
null
null
null
css/aula17.css
montalvas/front-end-completo-2.0
dbba484050a7c549e6de005651c948ace927349d
[ "MIT" ]
null
null
null
css/aula17.css
montalvas/front-end-completo-2.0
dbba484050a7c549e6de005651c948ace927349d
[ "MIT" ]
null
null
null
* { margin: 0; padding: 0; border: 0; } body { font-family: sans-serif; background-color: dimgray; margin: 0px; } header { background-color: white; padding: 10px; margin: 10px; } header > h1 { margin-bottom: 20px; text-align: center; } nav { background-color: gray; ...
14.204301
53
0.590462