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
f60eb6100c61281118c2d2ee25a3127f2f91d7e9
228
cpp
C++
010-files/src/FilesBefore.cpp
platisd/refactoring-for-testablity-cpp
126ee079c73c169bae8a31a2f2ccdc873e819cca
[ "MIT" ]
33
2020-04-18T22:43:57.000Z
2022-02-01T23:48:34.000Z
010-files/src/FilesBefore.cpp
platisd/refactoring-for-testablity-cpp
126ee079c73c169bae8a31a2f2ccdc873e819cca
[ "MIT" ]
null
null
null
010-files/src/FilesBefore.cpp
platisd/refactoring-for-testablity-cpp
126ee079c73c169bae8a31a2f2ccdc873e819cca
[ "MIT" ]
7
2020-04-23T00:39:09.000Z
2021-11-10T15:05:33.000Z
#include "FileEncoder.hpp" using namespace before; namespace { const auto kFilePath = "write.txt"; // File with some contents } int main() { FileEncoder f; const auto r = f.encode(kFilePath); return r ? 0 : 1; }
13.411765
62
0.657895
db901fe58d0aea0e4f86cc3c841318a2af3edb8e
2,603
php
PHP
src/FurryBear/Resource/SunlightOpenStates/Method/Districts.php
SparkInfluence/FurryBear
2438dbff92677273c7caaf314cc6f5c5cd148ace
[ "MIT" ]
9
2015-02-17T04:54:48.000Z
2017-09-27T17:59:21.000Z
src/FurryBear/Resource/SunlightOpenStates/Method/Districts.php
SparkInfluence/FurryBear
2438dbff92677273c7caaf314cc6f5c5cd148ace
[ "MIT" ]
3
2015-08-10T14:30:41.000Z
2017-01-06T21:26:55.000Z
src/FurryBear/Resource/SunlightOpenStates/Method/Districts.php
SparkInfluence/FurryBear
2438dbff92677273c7caaf314cc6f5c5cd148ace
[ "MIT" ]
3
2016-12-29T20:54:27.000Z
2020-03-26T15:41:46.000Z
<?php /** * FurryBear * * PHP Version 5.3 * * @category Congress_API * @package FurryBear * @author lobostome <lobostome@local.dev> * @license http://opensource.org/licenses/MIT MIT License * @link https://github.com/lobostome/FurryBear */ namespace FurryBear\Resource\SunlightOpenStates\Method; u...
32.135802
111
0.626969
465103c117d6b0f89b8b395de8ff1a0aa3cfa559
1,986
php
PHP
local-env-setup/src/mvc/views/listView.php
epuce/web-bootcamp
ce92f4c8f8622e5487b288c188819503536dd497
[ "MIT" ]
null
null
null
local-env-setup/src/mvc/views/listView.php
epuce/web-bootcamp
ce92f4c8f8622e5487b288c188819503536dd497
[ "MIT" ]
13
2020-02-04T09:27:52.000Z
2022-03-02T07:45:34.000Z
local-env-setup/src/mvc/views/listView.php
epuce/web-bootcamp
ce92f4c8f8622e5487b288c188819503536dd497
[ "MIT" ]
3
2019-08-15T22:35:54.000Z
2020-04-05T22:26:00.000Z
<?php use MVC\entity\Product; require_once __DIR__ . "/../components/modifyForm.php"; class listView { private $productList; public function __construct($data = []) { $this->productList = $data; } public function html() { ?> <table...
34.842105
113
0.316213
64002689419c3056ede7dd51032e8608cd038db6
6,276
swift
Swift
Sources/GXUtilz/Common/String.swift
Devishyns/garpix_utils
5c21a9b649d24e97903ce00da5dc7009f89aa729
[ "MIT" ]
18
2021-08-02T11:44:34.000Z
2021-12-27T05:38:07.000Z
Sources/GXUtilz/Common/String.swift
Devishyns/garpix_utils
5c21a9b649d24e97903ce00da5dc7009f89aa729
[ "MIT" ]
10
2021-08-03T10:04:22.000Z
2021-09-20T15:37:34.000Z
Sources/GXUtilz/Common/String.swift
Devishyns/garpix_utils
5c21a9b649d24e97903ce00da5dc7009f89aa729
[ "MIT" ]
8
2021-08-02T13:22:57.000Z
2021-09-20T07:28:25.000Z
// // File.swift // // // Created by Anton on 20.07.2021. // import UIKit public extension String { /// Этот метод поможет вам форматировать строку с различными содержимым при помощи маски /// ``` /// let text = "123FШ^" /// /// let formattedText = text.formatText( /// mask: "(X-X-X) :...
34.866667
327
0.575526
a43c61d169accd931ed792d17a6d25ee4684d1eb
5,118
php
PHP
src/AppBundle/Entity/Movies.php
raviteja71/test-greta
79e19c175ccf6692033dd8105cecc1c37913d32c
[ "MIT" ]
null
null
null
src/AppBundle/Entity/Movies.php
raviteja71/test-greta
79e19c175ccf6692033dd8105cecc1c37913d32c
[ "MIT" ]
null
null
null
src/AppBundle/Entity/Movies.php
raviteja71/test-greta
79e19c175ccf6692033dd8105cecc1c37913d32c
[ "MIT" ]
null
null
null
<?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; /** * Movies * * @ORM\Table(name="movies") * @ORM\Entity(repositoryClass="AppBundle\Repository\MoviesRepository") */ class Movies { /** * @var int * * @ORM\Column(name="id", type="integer") * @ORM\Id * @ORM\Generated...
16.94702
71
0.497265
db7316439655d299c003f84191cca2803ea424b4
923
php
PHP
resources/views/nonUser/index.blade.php
JoaoAugusto48/testePIC
08c0adee8b850750b13cdd94fa822b734bd5c7c4
[ "MIT" ]
null
null
null
resources/views/nonUser/index.blade.php
JoaoAugusto48/testePIC
08c0adee8b850750b13cdd94fa822b734bd5c7c4
[ "MIT" ]
1
2021-09-06T19:00:53.000Z
2021-09-06T19:00:53.000Z
resources/views/nonUser/index.blade.php
JoaoAugusto48/HistoriaQuadrinhos
08c0adee8b850750b13cdd94fa822b734bd5c7c4
[ "MIT" ]
null
null
null
@extends('layouts.app') @section('content') <div class="row"> <div class="col-sm-6 d-flex align-items-center"> <p class="h5 text-justify"> {{ config('app.name') }} é uma plataforma para auxiliar desenvolvedores com a especificação de requisitos de software. </p> ...
38.458333
184
0.531961
c54a048dea399410b085ab8b3443ae30eda2de27
91
css
CSS
modules/leoblog/assets/admin/blogmenu.css
prakashnsm/freshstore
c465a1d491c9453c02c424534fb2c617dd43a2eb
[ "Apache-2.0" ]
1
2021-02-12T08:14:57.000Z
2021-02-12T08:14:57.000Z
modules/leoblog/assets/admin/blogmenu.css
prakashnsm/freshstore
c465a1d491c9453c02c424534fb2c617dd43a2eb
[ "Apache-2.0" ]
null
null
null
modules/leoblog/assets/admin/blogmenu.css
prakashnsm/freshstore
c465a1d491c9453c02c424534fb2c617dd43a2eb
[ "Apache-2.0" ]
null
null
null
.icon-AdminLeoblogManagement:before { content: "\f040"; font-family: FontAwesome }
22.75
38
0.703297
70357c9d19d6b47f5395531214f23676dcdfb4c5
704
cpp
C++
world/source/unit_tests/Armour_test.cpp
prolog/shadow-of-the-wyrm
a1312c3e9bb74473f73c4e7639e8bd537f10b488
[ "MIT" ]
60
2019-08-21T04:08:41.000Z
2022-03-10T13:48:04.000Z
world/source/unit_tests/Armour_test.cpp
prolog/shadow-of-the-wyrm
a1312c3e9bb74473f73c4e7639e8bd537f10b488
[ "MIT" ]
3
2021-03-18T15:11:14.000Z
2021-10-20T12:13:07.000Z
world/source/unit_tests/Armour_test.cpp
prolog/shadow-of-the-wyrm
a1312c3e9bb74473f73c4e7639e8bd537f10b488
[ "MIT" ]
8
2019-11-16T06:29:05.000Z
2022-01-23T17:33:43.000Z
#include "gtest/gtest.h" TEST(SW_World_Armour, get_is_good_cstat) { Armour a; EXPECT_FALSE(a.get_is_good()); a.set_evade(2); EXPECT_TRUE(a.get_is_good()); a.set_evade(6); EXPECT_TRUE(a.get_is_good()); a.set_soak(-8); EXPECT_FALSE(a.get_is_good()); a.set_addl_damage(10); EXPECT_TRUE(a.get_i...
14.08
77
0.710227
9388a67072b84a0cf877dcf11155fb65ae5081e3
4,722
cs
C#
unity4.0/Assets/Soomla/Editor/SoomlaSettingsEditor.cs
remohammadi/unity3d-store
4f1d4c0fe576350eff40b9c09daf4aa53e61367a
[ "MIT" ]
1
2019-02-10T19:33:45.000Z
2019-02-10T19:33:45.000Z
unity4.0/Assets/Soomla/Editor/SoomlaSettingsEditor.cs
remohammadi/unity3d-store
4f1d4c0fe576350eff40b9c09daf4aa53e61367a
[ "MIT" ]
null
null
null
unity4.0/Assets/Soomla/Editor/SoomlaSettingsEditor.cs
remohammadi/unity3d-store
4f1d4c0fe576350eff40b9c09daf4aa53e61367a
[ "MIT" ]
null
null
null
using UnityEngine; using UnityEditor; using UnityEditor.SoomlaEditor; using System.Collections; using System.Collections.Generic; using System.Reflection; [CustomEditor(typeof(SoomSettings))] public class SoomlaSettingsEditor : Editor { bool showAndroidSettings = (EditorUserBuildSettings.activeBuildTarget == Bui...
37.47619
195
0.735917
e8323652efafd8135b2a90d53db0487cff4d76ca
11,704
cs
C#
LBH.AdultSocialCare.Api/V1/Services/Auth/AuthenticationManager.cs
LBHackney-IT/lbh-adult-social-care-api
fff264997d5e688e1f23146c470c1eaa00f557a5
[ "MIT" ]
3
2022-01-06T10:22:32.000Z
2022-02-03T11:45:45.000Z
LBH.AdultSocialCare.Api/V1/Services/Auth/AuthenticationManager.cs
LBHackney-IT/lbh-adult-social-care-api
fff264997d5e688e1f23146c470c1eaa00f557a5
[ "MIT" ]
3
2021-05-20T11:24:59.000Z
2021-11-22T08:02:52.000Z
LBH.AdultSocialCare.Api/V1/Services/Auth/AuthenticationManager.cs
LBHackney-IT/lbh-adult-social-care-api
fff264997d5e688e1f23146c470c1eaa00f557a5
[ "MIT" ]
null
null
null
using Common.Exceptions.CustomExceptions; using Common.Exceptions.Models; using Common.Extensions; using LBH.AdultSocialCare.Api.V1.Domain.Security; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Identity; using Microsoft.Extensions.Configuration; using Microsoft.IdentityModel.Tokens; using System; using S...
41.651246
172
0.533237
da51eba53779c09ef467f4484b5264ced96ac15d
16,462
kt
Kotlin
desktop/faceUI/src/main/kotlin/com/thepyprogrammer/fxtools/angles/AnglePicker.kt
bbcs2021-team-7/.github
312f743bc21d32185357f8321393943969b60037
[ "MIT" ]
3
2021-07-18T14:17:10.000Z
2021-07-22T16:22:33.000Z
desktop/faceUI/src/main/kotlin/com/thepyprogrammer/fxtools/angles/AnglePicker.kt
bbcs2021-team-7/.github
312f743bc21d32185357f8321393943969b60037
[ "MIT" ]
1
2021-06-03T13:15:58.000Z
2021-06-03T13:31:34.000Z
desktop/faceUI/src/main/kotlin/com/thepyprogrammer/fxtools/angles/AnglePicker.kt
bbcs2021-team-7/.github
312f743bc21d32185357f8321393943969b60037
[ "MIT" ]
2
2021-06-02T06:58:41.000Z
2021-06-03T10:02:50.000Z
package com.thepyprogrammer.fxtools.angles import javafx.beans.DefaultProperty import javafx.beans.InvalidationListener import javafx.beans.property.DoubleProperty import javafx.beans.property.DoublePropertyBase import javafx.beans.property.ObjectProperty import javafx.beans.property.ObjectPropertyBase import javafx.b...
35.709328
147
0.570465
b0190a6a53bc00847e455cc5524b9e8b09c6744c
2,139
py
Python
virtual/journal_entry_rules.py
PyUnchained/books
656d375765300accb1767a8ab1bf4b96c884539f
[ "MIT" ]
null
null
null
virtual/journal_entry_rules.py
PyUnchained/books
656d375765300accb1767a8ab1bf4b96c884539f
[ "MIT" ]
14
2019-10-23T00:01:18.000Z
2022-03-11T23:38:52.000Z
virtual/journal_entry_rules.py
PyUnchained/books
656d375765300accb1767a8ab1bf4b96c884539f
[ "MIT" ]
null
null
null
from django.contrib.auth.models import User from django.urls import reverse, reverse_lazy from django.shortcuts import get_object_or_404 from django import forms from django.core.exceptions import ObjectDoesNotExist from django.utils import timezone from crispy_forms.helper import FormHelper from crispy_forms.layout ...
31.455882
93
0.738195
44eba7f2ca08ddf97aa4c7c28de5bd66d8cbd880
199
kt
Kotlin
app/src/main/java/com/example/styletransfer/interfaces/ImageViewHandler.kt
tapos-datta/ImageStyleTransfer
7592089931d7e1ee3987867e9bf0ce05074c2c8d
[ "Apache-2.0" ]
1
2021-12-25T08:31:33.000Z
2021-12-25T08:31:33.000Z
app/src/main/java/com/example/styletransfer/interfaces/ImageViewHandler.kt
tapos-datta/ImageStyleTransfer
7592089931d7e1ee3987867e9bf0ce05074c2c8d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/styletransfer/interfaces/ImageViewHandler.kt
tapos-datta/ImageStyleTransfer
7592089931d7e1ee3987867e9bf0ce05074c2c8d
[ "Apache-2.0" ]
null
null
null
package com.example.styletransfer.interfaces import android.opengl.GLSurfaceView /** * Created by tapos-datta on 12/19/20. */ interface ImageViewHandler { fun getImageView(): GLSurfaceView }
18.090909
44
0.763819
84fab43e7cf3962f071becc567a004c1ff071556
496
dart
Dart
EasyAndFastFlutterAppDev/C04/pomodoro_timer/lib/tools/utils.dart
kimhyeonu/flutter-master
6f9d051a371ca2a9da1fa81350b6efc610e18bc2
[ "MIT" ]
null
null
null
EasyAndFastFlutterAppDev/C04/pomodoro_timer/lib/tools/utils.dart
kimhyeonu/flutter-master
6f9d051a371ca2a9da1fa81350b6efc610e18bc2
[ "MIT" ]
null
null
null
EasyAndFastFlutterAppDev/C04/pomodoro_timer/lib/tools/utils.dart
kimhyeonu/flutter-master
6f9d051a371ca2a9da1fa81350b6efc610e18bc2
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:sprintf/sprintf.dart'; import 'package:fluttertoast/fluttertoast.dart'; String secondsToString(int seconds) { return sprintf("%02d:%02d", [seconds ~/ 60, seconds % 60]); } void showToast(String message) { Fluttertoast.showToast( msg: message, toastLe...
24.8
61
0.717742
12dfb42899b45891d8e390087f0c27b6c3e0d6e6
288
cs
C#
ENET MVC/EnetMVC/DAL/DAL/Website/ViewModels/ValueReportViewModel.cs
Shuvayu/DevPracticeBox
18c592b060de999ee021f11ddb603c965e3d3ca8
[ "MIT" ]
2
2016-01-16T12:20:38.000Z
2016-01-16T12:20:40.000Z
ENET MVC/EnetMVC/DAL/DAL/Website/ViewModels/ValueReportViewModel.cs
Shuvayu/DevBox
18c592b060de999ee021f11ddb603c965e3d3ca8
[ "MIT" ]
null
null
null
ENET MVC/EnetMVC/DAL/DAL/Website/ViewModels/ValueReportViewModel.cs
Shuvayu/DevBox
18c592b060de999ee021f11ddb603c965e3d3ca8
[ "MIT" ]
null
null
null
using System; using System.Web; using System.Collections.Generic; namespace Website.ViewModels { public class ValueReportViewModel { public string FromLocation { get; set; } public string ToLocation { get; set; } public int Count { get; set; } } }
18
48
0.65625
08c67f24c24fe1a5470a75ece882a9e5883aa345
29,336
css
CSS
css/style.css
dzimiks/mogo-design
e6e10f275347bbdf3aa07f0601133dd467a4d5af
[ "MIT" ]
null
null
null
css/style.css
dzimiks/mogo-design
e6e10f275347bbdf3aa07f0601133dd467a4d5af
[ "MIT" ]
null
null
null
css/style.css
dzimiks/mogo-design
e6e10f275347bbdf3aa07f0601133dd467a4d5af
[ "MIT" ]
null
null
null
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap'; @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap'; @import 'https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap'; * { margin: 0; padding: 0; } *, *::before, *::after { box-sizing...
26.669091
179
0.605195
13c23e6e215242b452897c72b056d7cb947c11f2
829
gemspec
Ruby
tyrion.gemspec
razielgn/tyrion
0d157691b0a0cc940a31057c50c5d9c90501f53e
[ "MIT" ]
1
2015-07-31T13:57:29.000Z
2015-07-31T13:57:29.000Z
tyrion.gemspec
razielgn/tyrion
0d157691b0a0cc940a31057c50c5d9c90501f53e
[ "MIT" ]
null
null
null
tyrion.gemspec
razielgn/tyrion
0d157691b0a0cc940a31057c50c5d9c90501f53e
[ "MIT" ]
null
null
null
# encoding: utf-8 $:.push File.expand_path('../lib', __FILE__) require 'tyrion/version' Gem::Specification.new do |s| s.name = 'tyrion' s.version = Tyrion::VERSION s.authors = ['Federico Ravasio'] s.email = ['ravasio.federico@gmail.com'] s.homepage = 'http://github.com/razielgn/tyrio...
31.884615
118
0.679131
7975b1025b4c2f6f3772f9e94283e2fc037e990a
54
php
PHP
modules/Calendar/actions/PaxHeader/SaveAjax.php
Bvdldf/ABP
245d36043db59568fc373951dc477ba4c8454c77
[ "PHP-3.0", "Apache-2.0", "ECL-2.0" ]
null
null
null
modules/Calendar/actions/PaxHeader/SaveAjax.php
Bvdldf/ABP
245d36043db59568fc373951dc477ba4c8454c77
[ "PHP-3.0", "Apache-2.0", "ECL-2.0" ]
null
null
null
modules/Calendar/actions/PaxHeader/SaveAjax.php
Bvdldf/ABP
245d36043db59568fc373951dc477ba4c8454c77
[ "PHP-3.0", "Apache-2.0", "ECL-2.0" ]
null
null
null
30 mtime=1556801038.956379723 24 SCHILY.fflags=extent
18
29
0.851852
0af5f61819b80be92cb1091c8a1edbddad7eb1ab
1,221
cpp
C++
Gameplay/entities/enemies/BugAnimationManager.cpp
AkitaInteractive/Hachiko-Engine
9d682ed7e00e1f6b889e6e73afa36f290cfb2222
[ "MIT" ]
4
2022-02-17T11:44:39.000Z
2022-03-10T02:20:05.000Z
Gameplay/entities/enemies/BugAnimationManager.cpp
AkitaInteractive/Hachiko-Engine
9d682ed7e00e1f6b889e6e73afa36f290cfb2222
[ "MIT" ]
26
2022-02-17T20:02:51.000Z
2022-03-31T22:52:14.000Z
Gameplay/entities/enemies/BugAnimationManager.cpp
AkitaInteractive/Hachiko-Engine
9d682ed7e00e1f6b889e6e73afa36f290cfb2222
[ "MIT" ]
null
null
null
#include "scriptingUtil/gameplaypch.h" #include "entities/enemies/BugAnimationManager.h" #include "entities/enemies/EnemyController.h" Hachiko::Scripting::BugAnimationManager::BugAnimationManager(Hachiko::GameObject* game_object) : Script(game_object, "BugAnimationManager") , _enemy_controller(nullptr) , _previous_...
22.611111
94
0.752662
d6607648bff18ef518072456e7fc318d8918180b
5,220
cs
C#
demo/F0.Talks.NullVoid.Library/NullableAttributes.cs
Flash0ver/F0-Talks-NullVoid
06690bf8325e6852c847ab67d48088804e028181
[ "MIT" ]
5
2021-05-14T12:03:12.000Z
2021-12-19T19:15:14.000Z
demo/F0.Talks.NullVoid.Library/NullableAttributes.cs
Flash0ver/F0-Talks-NullVoid
06690bf8325e6852c847ab67d48088804e028181
[ "MIT" ]
2
2021-05-14T13:02:26.000Z
2021-07-28T20:34:45.000Z
demo/F0.Talks.NullVoid.Library/NullableAttributes.cs
Flash0ver/F0-Talks-NullVoid
06690bf8325e6852c847ab67d48088804e028181
[ "MIT" ]
null
null
null
using System; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.IO; using System.Linq; using System.Net.Http; using System.Runtime.ExceptionServices; // ReSharper disable All namespace F0.Talks.NullVoid.Library { public class NullableAttributes { } // ...
20.15444
109
0.681801
ae33915ab3c3235ca99b7bc9429e1dde83af2d89
4,519
cs
C#
src/ProjectInSolution.cs
hediet/ext-vs-ProjectAsCustomTool
72ad7a33ce4e8561f32cf55274a5cf4624badb60
[ "MIT" ]
1
2021-03-15T08:25:16.000Z
2021-03-15T08:25:16.000Z
src/ProjectInSolution.cs
hediet/ext-vs-ProjectAsCustomTool
72ad7a33ce4e8561f32cf55274a5cf4624badb60
[ "MIT" ]
2
2016-10-06T19:58:36.000Z
2016-10-06T19:59:29.000Z
src/ProjectInSolution.cs
hediet/ext-vs-ProjectAsCustomTool
72ad7a33ce4e8561f32cf55274a5cf4624badb60
[ "MIT" ]
null
null
null
using System; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using EnvDTE; using EnvDTE80; using Microsoft.VisualStudio.Shell; using Microsoft.VisualStudio.Shell.Interop; using VSLangProj80; using Task = System.Threadi...
29.730263
200
0.734012
a8c82c80edd378c0682e0b57b8c2d128526a80e6
134
sql
SQL
Portal/WebSystem/WCMS.Framework.SqlDabase/dbo/Stored Procedures/MChapter_Del.sql
dsalunga/mPortal
3c727231e576c4ab0c3ace21cc412a2cf344974a
[ "MIT" ]
1
2018-05-08T21:06:38.000Z
2018-05-08T21:06:38.000Z
Portal/WebSystem/WCMS.Framework.SqlDabase/dbo/Stored Procedures/MChapter_Del.sql
dsalunga/mPortal
3c727231e576c4ab0c3ace21cc412a2cf344974a
[ "MIT" ]
null
null
null
Portal/WebSystem/WCMS.Framework.SqlDabase/dbo/Stored Procedures/MChapter_Del.sql
dsalunga/mPortal
3c727231e576c4ab0c3ace21cc412a2cf344974a
[ "MIT" ]
3
2017-12-19T17:51:25.000Z
2022-02-02T03:45:43.000Z
CREATE PROCEDURE dbo.MChapter_Del ( @Id int ) AS SET NOCOUNT ON IF(@Id > 0) DELETE FROM MChapter WHERE Id= @Id; RETURN
11.166667
34
0.649254
3fa1427f9b7e662539eb94ba354e422597320b2d
429
php
PHP
resources/views/layout/partials/navbar.blade.php
AndreaIglio/laravel-base-crud
c16be4d99f33070ae984b6f8b4869cc3a83619f3
[ "MIT" ]
null
null
null
resources/views/layout/partials/navbar.blade.php
AndreaIglio/laravel-base-crud
c16be4d99f33070ae984b6f8b4869cc3a83619f3
[ "MIT" ]
null
null
null
resources/views/layout/partials/navbar.blade.php
AndreaIglio/laravel-base-crud
c16be4d99f33070ae984b6f8b4869cc3a83619f3
[ "MIT" ]
null
null
null
<div class="container"> <nav class="flex" role="navigation"> <h3 class="navbar-brand" href="#">Blog</h3> <ul class=""> <li class=""> <a href="/">Home</a> </li> <li> <a href="{{route('blog.index')}}">Blog</a> </li> ...
26.8125
58
0.370629
c3d87bceb168e1c067bfe6989fdaec77a2f16b12
2,089
cs
C#
ADP_Tests/ADP_Tests/ADPageFactory/TotalSolutions/BRET/BretModifySolution.cs
adpautomation/ADPAutomation
77b40402de54f4ec67000c2f85d876e8281e7956
[ "Apache-2.0" ]
null
null
null
ADP_Tests/ADP_Tests/ADPageFactory/TotalSolutions/BRET/BretModifySolution.cs
adpautomation/ADPAutomation
77b40402de54f4ec67000c2f85d876e8281e7956
[ "Apache-2.0" ]
null
null
null
ADP_Tests/ADP_Tests/ADPageFactory/TotalSolutions/BRET/BretModifySolution.cs
adpautomation/ADPAutomation
77b40402de54f4ec67000c2f85d876e8281e7956
[ "Apache-2.0" ]
null
null
null
using ADP_Tests.ADP_PageFactory; using ADP_Tests.resources; using OpenQA.Selenium; using OpenQA.Selenium.Support.PageObjects; namespace ADP_Tests.ADPageFactory.TotalSolutions.BRET { class BretModifySolution: AdpAbstractPageFactory { private By _title = By.XPath("//h2[.='Solutions Summary']");...
37.303571
114
0.610819
7ce3c1889efa8b71bd940681a7c2aa7f0747b0b1
767
js
JavaScript
1. Programming Basics With JS (February 2021)/00-exams/exam_28032020/catWalking.js
kzborisov/SoftUni
ccb2b8850adc79bfb2652a45124c3ff11183412e
[ "MIT" ]
1
2021-02-07T07:51:12.000Z
2021-02-07T07:51:12.000Z
1. Programming Basics With JS (February 2021)/00-exams/exam_28032020/catWalking.js
kzborisov/softuni
9c5b45c74fa7d9748e9b3ea65a5ae4e15c142751
[ "MIT" ]
null
null
null
1. Programming Basics With JS (February 2021)/00-exams/exam_28032020/catWalking.js
kzborisov/softuni
9c5b45c74fa7d9748e9b3ea65a5ae4e15c142751
[ "MIT" ]
null
null
null
// Task 3 - Cat Walking function catWalking(input) { // Read Input let walkingMinutes = Number(input.shift()); // Per day let walkingCount = Number(input.shift()); // Per day let calories = Number(input.shift()); // Per day // Logic let totalWalkingTime = walkingMinutes * walkingC...
30.68
108
0.634941
2cedfc3ba43084292ac980477bdd476c8269785c
5,116
rb
Ruby
spec/aws/ec2/tag_spec.rb
sorah/aws-sdk-ruby
cea6c487a68e7ec9477fc6d705a615b1dbc80967
[ "Apache-2.0" ]
1
2021-07-07T14:21:45.000Z
2021-07-07T14:21:45.000Z
spec/aws/ec2/tag_spec.rb
sorah/aws-sdk-ruby
cea6c487a68e7ec9477fc6d705a615b1dbc80967
[ "Apache-2.0" ]
1
2021-01-19T15:08:04.000Z
2021-01-19T15:08:04.000Z
spec/aws/ec2/tag_spec.rb
sorah/aws-sdk-ruby
cea6c487a68e7ec9477fc6d705a615b1dbc80967
[ "Apache-2.0" ]
2
2021-02-08T19:26:55.000Z
2021-02-08T23:43:56.000Z
# Copyright 2011-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"). You # may not use this file except in compliance with the License. A copy of # the License is located at # # http://aws.amazon.com/apache2.0/ # # or in the "license" fil...
26.78534
82
0.520328
cc7abe8458229cf40fde8f5f965d730a223bfe80
563
dart
Dart
lib/data/providers/hub/socket/src/socket.dart
aliyazdi75/flutter_chat
2c59239000bac9132071d81a4ba6727e5014a14d
[ "BSD-3-Clause" ]
51
2021-01-26T09:40:59.000Z
2022-03-24T21:45:30.000Z
lib/data/providers/hub/socket/src/socket.dart
aliyazdi75/flutter_chat
2c59239000bac9132071d81a4ba6727e5014a14d
[ "BSD-3-Clause" ]
4
2021-03-14T18:45:08.000Z
2021-07-27T12:09:33.000Z
lib/data/providers/hub/socket/src/socket.dart
aliyazdi75/flutter_chat
2c59239000bac9132071d81a4ba6727e5014a14d
[ "BSD-3-Clause" ]
17
2021-01-26T02:14:14.000Z
2022-01-24T08:50:50.000Z
import 'package:flutter_chat/services/signalR/index.dart'; import 'package:signalr_core/signalr_core.dart'; class SocketHub { static Future<HubConnection> connect( String token, { Function? onReconnecting, Function? onReconnected, }) async { return await SignalRHelper().startConnection( token...
26.809524
78
0.735346
433d81e62d146b9105f4a952cb509032ebb838dc
1,617
ts
TypeScript
src/auth/auth.controller.ts
Nishke-Paz/NestJS_timetable-for-students
94c46265c0d896989b27d0f68fbc23e42cd5951e
[ "MIT" ]
null
null
null
src/auth/auth.controller.ts
Nishke-Paz/NestJS_timetable-for-students
94c46265c0d896989b27d0f68fbc23e42cd5951e
[ "MIT" ]
null
null
null
src/auth/auth.controller.ts
Nishke-Paz/NestJS_timetable-for-students
94c46265c0d896989b27d0f68fbc23e42cd5951e
[ "MIT" ]
null
null
null
import { BadRequestException, Body, Controller, Get, Post, Req, Res, UnauthorizedException, } from '@nestjs/common'; import { AuthService } from './auth.service'; import { JwtService } from '@nestjs/jwt'; import { Response, Request } from 'express'; @Controller('api') export class AuthController { co...
22.774648
65
0.622758
85377eedba533caeb80e7bbcb4459ee69a67151a
4,491
cs
C#
Source/AllOverIt.Fixture/Extensions/ExceptionAssertionsExtensions.cs
TimeTravelPenguin/AllOverIt
df10205a51bae34def8417e8db92e5d6de70c46f
[ "MIT" ]
1
2019-11-18T07:43:54.000Z
2019-11-18T07:43:54.000Z
Source/AllOverIt.Fixture/Extensions/ExceptionAssertionsExtensions.cs
TimeTravelPenguin/AllOverIt
df10205a51bae34def8417e8db92e5d6de70c46f
[ "MIT" ]
1
2021-06-14T09:04:38.000Z
2021-06-29T08:45:29.000Z
Source/AllOverIt.Fixture/Extensions/ExceptionAssertionsExtensions.cs
TimeTravelPenguin/AllOverIt
df10205a51bae34def8417e8db92e5d6de70c46f
[ "MIT" ]
2
2021-06-14T08:53:14.000Z
2022-01-12T10:52:45.000Z
using FluentAssertions; using FluentAssertions.Specialized; using System; using System.Threading.Tasks; namespace AllOverIt.Fixture.Extensions { public static class ExceptionAssertionsExtensions { public static ExceptionAssertions<InvalidOperationException> WithMessageWhenNull( this Except...
49.9
124
0.692496
b0d5b1f14d1e08ae83b27daff547c34e93a0bc83
630
py
Python
project1/tasks/migrations/0004_auto_20200414_2310.py
sujeethiremath/Project-1
7f0bff66287d479e231e123615f2df18f9107178
[ "MIT" ]
null
null
null
project1/tasks/migrations/0004_auto_20200414_2310.py
sujeethiremath/Project-1
7f0bff66287d479e231e123615f2df18f9107178
[ "MIT" ]
null
null
null
project1/tasks/migrations/0004_auto_20200414_2310.py
sujeethiremath/Project-1
7f0bff66287d479e231e123615f2df18f9107178
[ "MIT" ]
null
null
null
# Generated by Django 3.0.3 on 2020-04-14 23:10 from django.db import migrations, models import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ ('tasks', '0003_taskcategory'), ] operations = [ migrations.AlterField( model_name='taskcategory'...
25.2
106
0.611111
5843f51d7f7f67c8527640720137dcd001e8557a
485
css
CSS
site/source/_static/custom.css
jenhaoyang/datumaro
add81ddb59502362fa65fa07e5bc4d8c9f61afde
[ "MIT" ]
null
null
null
site/source/_static/custom.css
jenhaoyang/datumaro
add81ddb59502362fa65fa07e5bc4d8c9f61afde
[ "MIT" ]
null
null
null
site/source/_static/custom.css
jenhaoyang/datumaro
add81ddb59502362fa65fa07e5bc4d8c9f61afde
[ "MIT" ]
1
2021-12-15T22:15:59.000Z
2021-12-15T22:15:59.000Z
/* Copyright (C) 2021 Intel Corporation SPDX-License-Identifier: MIT */ .wy-nav-content { max-width: 1280px; } .wy-nav-side { background-color: #f9fafb; border-right: 1px solid #dee2e6; } .wy-menu-vertical a { color: #495057; } .wy-menu-vertical a:hover { background-color: #f9fafb; color: #4282e2; } ....
13.472222
36
0.663918
a370eb96ec5af26bdaa68979718a11286901f2e8
5,507
java
Java
src/jhi/germinate/shared/datastructure/database/Synonym.java
HuttonICS/germinate
ca85e5e491b88351dd1f857e8ffeec2baa542ba5
[ "Apache-2.0" ]
5
2018-02-11T23:54:04.000Z
2020-01-13T19:50:31.000Z
src/jhi/germinate/shared/datastructure/database/Synonym.java
HuttonICS/germinate
ca85e5e491b88351dd1f857e8ffeec2baa542ba5
[ "Apache-2.0" ]
19
2017-11-10T07:32:56.000Z
2019-12-10T16:06:36.000Z
src/jhi/germinate/shared/datastructure/database/Synonym.java
HuttonICS/germinate
ca85e5e491b88351dd1f857e8ffeec2baa542ba5
[ "Apache-2.0" ]
3
2017-11-08T14:06:46.000Z
2020-06-18T13:35:18.000Z
/* * Copyright 2017 Information and Computational Sciences, * The James Hutton Institute. * * 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/...
24.806306
197
0.702742
f486b37a643959bdb02a0edc64aff7b7f1659647
359
ts
TypeScript
apps/home-app/src/app/projects-page/projects.module.ts
lawrence77/TheFlamingOx
c9da6bf96053fc68e6ee9664eeabbe9409a3efa0
[ "MIT-0", "MIT" ]
null
null
null
apps/home-app/src/app/projects-page/projects.module.ts
lawrence77/TheFlamingOx
c9da6bf96053fc68e6ee9664eeabbe9409a3efa0
[ "MIT-0", "MIT" ]
50
2019-11-30T04:02:12.000Z
2022-02-26T20:48:53.000Z
apps/home-app/src/app/projects-page/projects.module.ts
lawrence77/TheFlamingOx
c9da6bf96053fc68e6ee9664eeabbe9409a3efa0
[ "MIT-0", "MIT" ]
null
null
null
import { NgModule } from '@angular/core'; import { RouterModule } from '@angular/router'; import { projectRouterConfig } from '../router-config'; import { ProjectsPageComponent } from './projects-page.component'; @NgModule({ declarations: [ProjectsPageComponent], imports: [RouterModule.forChild(projectRouterConf...
27.615385
66
0.749304
8c1e19415ae59d0900f2ee6216ee9adcdabec4ba
600
cs
C#
Assets/Scripts/PhotonLogin.cs
Dasha-coder659/gb0122
bbb76f9de60fe4aee17ea514ab5e35449ba02efe
[ "MIT" ]
null
null
null
Assets/Scripts/PhotonLogin.cs
Dasha-coder659/gb0122
bbb76f9de60fe4aee17ea514ab5e35449ba02efe
[ "MIT" ]
null
null
null
Assets/Scripts/PhotonLogin.cs
Dasha-coder659/gb0122
bbb76f9de60fe4aee17ea514ab5e35449ba02efe
[ "MIT" ]
null
null
null
using Photon.Pun; using UnityEngine; public class PhotonLogin : MonoBehaviourPunCallbacks { private void Awake() { PhotonNetwork.AutomaticallySyncScene = true; } private void Start() { Connect(); } public void Connect() { if (PhotonNetwork.IsConnected) ...
17.647059
52
0.571667
4bc36bae0a9f615755d7491639d71fdbe8239104
25,663
cc
C++
SimMuon/CSCDigitizer/src/CSCGasCollisions.cc
Purva-Chaudhari/cmssw
32e5cbfe54c4d809d60022586cf200b7c3020bcf
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
SimMuon/CSCDigitizer/src/CSCGasCollisions.cc
Purva-Chaudhari/cmssw
32e5cbfe54c4d809d60022586cf200b7c3020bcf
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
SimMuon/CSCDigitizer/src/CSCGasCollisions.cc
Purva-Chaudhari/cmssw
32e5cbfe54c4d809d60022586cf200b7c3020bcf
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
// This implements the CSC gas ionization simulation. // It requires the GEANT3-generated tables in the input file // (default) MuonData/EndcapData/collisions.dat // Outstanding problems to fix 15-Oct-2003 // - ework must be re-tuned once eion or ework are removed before delta e range // estimation. // - logic of long...
44.094502
120
0.573588
fa145534ed2ca5a09dd724073d7b787b656e1cc4
816
cpp
C++
Notebook/codes/estruturas/map.cpp
rodrigoAMF7/Notebook---Maratonas
06b38197a042bfbd27b20f707493e0a19fda7234
[ "MIT" ]
4
2019-01-25T21:22:55.000Z
2019-03-20T18:04:01.000Z
Notebook/codes/estruturas/map.cpp
rodrigoAMF/competitive-programming-notebook
06b38197a042bfbd27b20f707493e0a19fda7234
[ "MIT" ]
null
null
null
Notebook/codes/estruturas/map.cpp
rodrigoAMF/competitive-programming-notebook
06b38197a042bfbd27b20f707493e0a19fda7234
[ "MIT" ]
null
null
null
// Map é uma variação da estrutura set e sua implementação também é feita utilizando Red- Black Trees. A principal diferença entre um set e um map é o segundo armazena os conjuntos chave, valor e o primeiro apenas chave. map<string, int> M; // Declaração M.insert(make_pair("Alana", 10)); //Inserimos uma variável do tip...
74.181818
220
0.714461
30f164fb136c85a88f6f457beee4605c267edc7d
302
asm
Assembly
programs/oeis/105/A105336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/105/A105336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/105/A105336.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A105336: a(n) = n*(n+1)/2 mod 128. ; 0,1,3,6,10,15,21,28,36,45,55,66,78,91,105,120,8,25,43,62,82,103,125,20,44,69,95,122,22,51,81,112,16,49,83,118,26,63,101,12,52,93,7,50,94,11,57,104,24,73,123,46,98,23,77,4,60,117,47,106,38,99,33,96,32,97,35,102,42 mov $1,$0 pow $1,2 add $0,$1 mod $0,256 div $0,2
33.555556
214
0.629139
0d96dd288ca6d9831bca0693593d8058f1ccd4d0
4,917
cs
C#
Insight.Database/CodeGenerator/ObjectReader.cs
micahasmith/Insight.Database
bc5b41f91239e9b6da90727c856eb3f059b8375f
[ "BSD-2-Clause" ]
1
2018-03-23T18:01:06.000Z
2018-03-23T18:01:06.000Z
Insight.Database/CodeGenerator/ObjectReader.cs
micahasmith/Insight.Database
bc5b41f91239e9b6da90727c856eb3f059b8375f
[ "BSD-2-Clause" ]
null
null
null
Insight.Database/CodeGenerator/ObjectReader.cs
micahasmith/Insight.Database
bc5b41f91239e9b6da90727c856eb3f059b8375f
[ "BSD-2-Clause" ]
null
null
null
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Data; using System.Globalization; using System.Linq; using System.Reflection.Emit; using System.Text; using System.Threading.Tasks; namespace Insight.Database.CodeGenerator { /// <summary> /// Encapsulates the informat...
35.890511
176
0.696563
831a3f39d744f74057de62c7f2f4ef881070c695
2,447
ts
TypeScript
src/utils/http_headers.ts
fusee-code-lab/node-music-api
ec422123074eddce874e6d92c444fa68630c63f6
[ "MIT" ]
null
null
null
src/utils/http_headers.ts
fusee-code-lab/node-music-api
ec422123074eddce874e6d92c444fa68630c63f6
[ "MIT" ]
null
null
null
src/utils/http_headers.ts
fusee-code-lab/node-music-api
ec422123074eddce874e6d92c444fa68630c63f6
[ "MIT" ]
1
2021-06-15T16:41:08.000Z
2021-06-15T16:41:08.000Z
// FIXME: refactor to enum export abstract class HttpHeaders { static readonly acceptHeader = "accept"; static readonly acceptCharsetHeader = "accept-charset"; static readonly acceptEncodingHeader = "accept-encoding"; static readonly acceptLanguageHeader = "accept-language"; static readonly acceptRangesHeader...
48.94
67
0.771148
0726f6dac17d12535fb9f7097f3b49cbda6966af
493
css
CSS
nav-bar/public/screen.css
suncoast-devs/web-course-test-drive
ce2eff7774739d23a78fb70a26979e1493ff03e9
[ "MIT" ]
null
null
null
nav-bar/public/screen.css
suncoast-devs/web-course-test-drive
ce2eff7774739d23a78fb70a26979e1493ff03e9
[ "MIT" ]
null
null
null
nav-bar/public/screen.css
suncoast-devs/web-course-test-drive
ce2eff7774739d23a78fb70a26979e1493ff03e9
[ "MIT" ]
null
null
null
:root { font: 16px / 1 sans-serif; } html { height: 100%; } body { margin: 0; min-height: 100%; } nav { background-color: cornflowerblue; color: white; width: 100%; height: 5rem; display: flex; justify-content: space-between; align-items: center; } .menu { width: 50%; display: flex; list...
12.325
35
0.604462
ee44157b8aa1910655e55f5c70c94a7acdca64bf
157
sql
SQL
db/getLink.sql
mrfkelly46/link-shortener
40f7aa8389b64788674c41b70cc4e1b02fcf1db7
[ "MIT" ]
null
null
null
db/getLink.sql
mrfkelly46/link-shortener
40f7aa8389b64788674c41b70cc4e1b02fcf1db7
[ "MIT" ]
null
null
null
db/getLink.sql
mrfkelly46/link-shortener
40f7aa8389b64788674c41b70cc4e1b02fcf1db7
[ "MIT" ]
null
null
null
DELIMITER // DROP PROCEDURE IF EXISTS getLink // CREATE PROCEDURE getLink(IN linkID int) BEGIN SELECT * FROM links WHERE id=linkID; END // DELIMITER ;
13.083333
39
0.732484
a35b6e763036b3ebd95f8cbd6e93385edc82a984
1,797
h
C
assignment.h
stavka0619/cuda_array
c428777b364583cd95237b81d463dac192a56676
[ "Apache-2.0" ]
null
null
null
assignment.h
stavka0619/cuda_array
c428777b364583cd95237b81d463dac192a56676
[ "Apache-2.0" ]
null
null
null
assignment.h
stavka0619/cuda_array
c428777b364583cd95237b81d463dac192a56676
[ "Apache-2.0" ]
null
null
null
#ifndef ASSIGNMENT #define ASSIGNMENT namespace cuda_array { const int THREADS = 512; // forward declaration template <class L, class R> __global__ void assign(L dest, R expr) { const int tid = blockIdx.x*blockDim.x + threadIdx.x; if (tid < dest.numElements() ) { ...
24.283784
75
0.501948
c2ddd208336759709764552f4e65fb38d80a4b3d
48
css
CSS
docs/playground_10-3.css
EugeneVoitenko/Homeworks
180bfa668559696a7f5ab94c792742f604c87fd5
[ "MIT" ]
null
null
null
docs/playground_10-3.css
EugeneVoitenko/Homeworks
180bfa668559696a7f5ab94c792742f604c87fd5
[ "MIT" ]
4
2020-04-05T21:36:26.000Z
2022-03-24T07:41:51.000Z
docs/playground_10-3.css
EugeneVoitenko/Homework
180bfa668559696a7f5ab94c792742f604c87fd5
[ "MIT" ]
null
null
null
/*# sourceMappingURL=playground_10-3.css.map*/
16
46
0.75
a38b60f2dde9138ca9f7db0cad4a5ec1a727dff7
54,419
kt
Kotlin
text/text/src/androidTest/java/androidx/compose/ui/text/android/animation/SegmentBreakerBreakSegmentTest.kt
semoro/androidx
9edfb9c95d72d2a93f4c13b9634b5dd821aaf193
[ "Apache-2.0" ]
7
2020-07-23T18:52:59.000Z
2020-07-23T20:31:41.000Z
text/text/src/androidTest/java/androidx/compose/ui/text/android/animation/SegmentBreakerBreakSegmentTest.kt
liutikas/androidx
d32ea8befc88e2df9e93fb7305d7397ecf5aab27
[ "Apache-2.0" ]
2
2020-07-23T19:17:07.000Z
2020-07-23T19:43:42.000Z
text/text/src/androidTest/java/androidx/compose/ui/text/android/animation/SegmentBreakerBreakSegmentTest.kt
liutikas/androidx
d32ea8befc88e2df9e93fb7305d7397ecf5aab27
[ "Apache-2.0" ]
5
2020-07-23T18:45:08.000Z
2020-07-23T18:56:15.000Z
/* * Copyright 2020 The Android Open Source Project * * 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 applica...
34.355429
95
0.436906
665eb54823eb6b850bb3e95445760aefb7bddbee
6,298
swift
Swift
xcode2/Core/Helpers/Onboarding/ATCSignUpScreenManager.swift
ayaanrahim/Ascend
53c4a4369c780c244d5da2990e30fe6d04e42bd9
[ "Apache-2.0" ]
null
null
null
xcode2/Core/Helpers/Onboarding/ATCSignUpScreenManager.swift
ayaanrahim/Ascend
53c4a4369c780c244d5da2990e30fe6d04e42bd9
[ "Apache-2.0" ]
null
null
null
xcode2/Core/Helpers/Onboarding/ATCSignUpScreenManager.swift
ayaanrahim/Ascend
53c4a4369c780c244d5da2990e30fe6d04e42bd9
[ "Apache-2.0" ]
null
null
null
// // ATCSignUpScreenManager.swift // DashboardApp // // Created by Florian Marcu on 8/10/18. // Copyright © 2018 Instamobile. All rights reserved. // import FirebaseAuth import UIKit protocol ATCSignUpScreenManagerDelegate: class { func signUpManagerDidCompleteSignUp(_ signUpManager: ATCSignUpScreenManager, ...
48.446154
202
0.585742
b04f4e70e7110baf9d0660e46824997939b8c279
11,467
py
Python
main.py
LerikP/T2
d22039c67e5523ae2734fd6b7828fd8b3bf1d58c
[ "MIT" ]
null
null
null
main.py
LerikP/T2
d22039c67e5523ae2734fd6b7828fd8b3bf1d58c
[ "MIT" ]
null
null
null
main.py
LerikP/T2
d22039c67e5523ae2734fd6b7828fd8b3bf1d58c
[ "MIT" ]
null
null
null
import pygame from pygame.locals import * import sys import random from copy import deepcopy CELL_WIDTH = 32 CELL = (CELL_WIDTH, CELL_WIDTH) DISPLAY_WIDTH = 510 DISPLAY_HEIGHT = 610 DISPLAY = (DISPLAY_WIDTH, DISPLAY_HEIGHT) OFFSET = (20, 50) SHAPES = [['1111'], ['11', '11'], ['010', '111'], ['110', '011'], ...
31.245232
88
0.536758
7012f6ad931ecf22093e4978bfbc70ca0358d986
39,873
sql
SQL
dades.sql
stonks13/apicovid
20e5ef0f145f6a0a0f1761f9c5a28dc3b9c416d8
[ "MIT" ]
null
null
null
dades.sql
stonks13/apicovid
20e5ef0f145f6a0a0f1761f9c5a28dc3b9c416d8
[ "MIT" ]
null
null
null
dades.sql
stonks13/apicovid
20e5ef0f145f6a0a0f1761f9c5a28dc3b9c416d8
[ "MIT" ]
null
null
null
INSERT INTO ia14 (fecha, ccaa_id,media) VALUES ('12-03-2021',1,166 ); INSERT INTO ia7 (fecha, ccaa_id,media) VALUES ('12-03-2021',1,28 ); INSERT INTO muertos (fecha,ccaa_id,numero)VALUES ('12-03-2021',1,53 ); INSERT INTO casos (fecha,ccaa_id,numero)VALUES ('12-03-2021',1,129 ); INSERT INTO ia14 (fecha, ccaa_id,media) V...
69.586387
73
0.712738
72d5f56dd94787ae139247b5d8f56df47175f374
853
swift
Swift
Package.swift
andrewwoz/RxTestExt
cac7e841d5b0c3cb79d203a3143fa9698c270f56
[ "MIT" ]
10
2017-12-05T08:46:22.000Z
2022-03-27T07:54:50.000Z
Package.swift
andrewwoz/RxTestExt
cac7e841d5b0c3cb79d203a3143fa9698c270f56
[ "MIT" ]
8
2017-12-03T11:26:48.000Z
2020-08-21T08:58:12.000Z
Package.swift
andrewwoz/RxTestExt
cac7e841d5b0c3cb79d203a3143fa9698c270f56
[ "MIT" ]
3
2017-11-30T16:42:14.000Z
2021-05-02T20:27:03.000Z
// swift-tools-version:5.2 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "RxTestExt", products: [ .library( name: "RxTestExt", targets: ["RxTestExt"]), ], dependenc...
28.433333
113
0.541618
c6fcc9cbca56f5df041a4ed9ea2f7598577810cf
7,168
py
Python
nova/tests/unit/fake_processutils.py
bopopescu/nova-token
ec98f69dea7b3e2b9013b27fd55a2c1a1ac6bfb2
[ "Apache-2.0" ]
null
null
null
nova/tests/unit/fake_processutils.py
bopopescu/nova-token
ec98f69dea7b3e2b9013b27fd55a2c1a1ac6bfb2
[ "Apache-2.0" ]
null
null
null
nova/tests/unit/fake_processutils.py
bopopescu/nova-token
ec98f69dea7b3e2b9013b27fd55a2c1a1ac6bfb2
[ "Apache-2.0" ]
2
2017-07-20T17:31:34.000Z
2020-07-24T02:42:19.000Z
begin_unit comment|'# Copyright (c) 2011 Citrix Systems, Inc.' nl|'\n' comment|'#' nl|'\n' comment|'# Licensed under the Apache License, Version 2.0 (the "License"); you may' nl|'\n' comment|'# not use this file except in compliance with the License. You may obtain' nl|'\n' comment|'# a copy of the License at'...
14.964509
147
0.637695
0a8eb8d28ae4ae29261f4f43feef0ec869716afc
265
lua
Lua
python-SimpleDB/lib/SimpleDB.lua
OpenPrograms/lperkins2-Programs
aa3027f17a1f762ebb6133053552b1d49820a7f1
[ "MIT" ]
3
2016-03-01T02:13:31.000Z
2018-07-07T19:15:22.000Z
python-SimpleDB/lib/SimpleDB.lua
OpenPrograms/lperkins2-Programs
aa3027f17a1f762ebb6133053552b1d49820a7f1
[ "MIT" ]
1
2015-12-02T21:50:29.000Z
2015-12-02T21:50:29.000Z
python-SimpleDB/lib/SimpleDB.lua
OpenPrograms/lperkins2-Programs
aa3027f17a1f762ebb6133053552b1d49820a7f1
[ "MIT" ]
null
null
null
local python=require('python/python') local None, SimpleDB=python.execfile('/usr/lib/python2/SimpleDB.pyc') local SDB=SimpleDB.locals['SimpleDB'] function newDB(path) local db=Type.__new__(SDB) db:__init__(path) return db end return {SimpleDB=newDB}
20.384615
69
0.743396
96cd357e4cd5b29b77dd446faa2a852462293cbe
34,396
cs
C#
src/InstallerWindow.cs
ModTheGungeon/ETGMod.Installer.Core
40793e9ceb30f290d4aca471ad130f6576bf9dbb
[ "MIT" ]
30
2016-06-26T13:44:33.000Z
2021-12-30T23:18:46.000Z
src/InstallerWindow.cs
Firesparkplug78/ETGMod.Installer
40793e9ceb30f290d4aca471ad130f6576bf9dbb
[ "MIT" ]
58
2017-01-24T18:36:37.000Z
2021-08-02T11:14:19.000Z
src/InstallerWindow.cs
ModTheGungeon/ETGMod.Installer.Core
40793e9ceb30f290d4aca471ad130f6576bf9dbb
[ "MIT" ]
16
2016-07-27T01:56:22.000Z
2021-12-14T16:42:32.000Z
using System; using System.Windows.Forms; using System.Drawing; using System.Drawing.Drawing2D; using System.Reflection; using System.IO; using System.Drawing.Text; using Mono.Cecil; using System.Threading; using System.Threading.Tasks; using System.ComponentModel; using System.Collections.Generic; using System.Window...
39.581128
181
0.532853
c69687f043bf2d67e2c2727bd5c7a86f621ad088
2,131
py
Python
web_monkey/url_monkey/db_monkey.py
nikoksr/web-monkey
5fbd173f64cf7a89343a413830c6ec6e1507fb26
[ "MIT" ]
2
2020-02-16T17:02:00.000Z
2020-03-04T15:21:37.000Z
web_monkey/url_monkey/db_monkey.py
nikoksr/web_monkey
5fbd173f64cf7a89343a413830c6ec6e1507fb26
[ "MIT" ]
null
null
null
web_monkey/url_monkey/db_monkey.py
nikoksr/web_monkey
5fbd173f64cf7a89343a413830c6ec6e1507fb26
[ "MIT" ]
null
null
null
''' imports ''' import sqlite3 class DatabaseMonkey(): ''' A monkey thats gonna create a sqlite database based on the collected urls from the url-monkey. ''' def __init__(self, name): ''' Init the db-monkey with the db-name ''' # Database name self.name = name # C...
30.014085
75
0.536837
9b64b6ab62bd5726b479ab3abbdef9ae47a0a4ee
620
swift
Swift
FXIM/HIM/Models/Transform/HIMTransform.swift
fuxinto/hfx-im
f6fb06b89ab6d86adca862f1ae5fe378c3473ea5
[ "MIT" ]
null
null
null
FXIM/HIM/Models/Transform/HIMTransform.swift
fuxinto/hfx-im
f6fb06b89ab6d86adca862f1ae5fe378c3473ea5
[ "MIT" ]
null
null
null
FXIM/HIM/Models/Transform/HIMTransform.swift
fuxinto/hfx-im
f6fb06b89ab6d86adca862f1ae5fe378c3473ea5
[ "MIT" ]
null
null
null
// // HIMTransform.swift // FXIM // // Created by 黄福鑫 on 2022/5/6. // import Foundation extension Pb_Message{ func tranMsg() -> HIMMessage { let msg = HIMMessage() msg.timestamp = timestamp msg.content = content msg.msgUid = msgUid msg.conversationId = targetID m...
22.142857
45
0.6
8dd49336c2e2861e9785a407e2f36f9715e0951b
902
js
JavaScript
coder/templates/utils.js
plrabbit/vunt
6ec7a3135586fb9e3f396f038261f147ae531ffb
[ "MIT" ]
null
null
null
coder/templates/utils.js
plrabbit/vunt
6ec7a3135586fb9e3f396f038261f147ae531ffb
[ "MIT" ]
null
null
null
coder/templates/utils.js
plrabbit/vunt
6ec7a3135586fb9e3f396f038261f147ae531ffb
[ "MIT" ]
null
null
null
exports.validateName = function (name) { return /^[a-zA-Z$_][a-zA-Z\d_]*$/.test(name) } exports.validateMethod = function (method) { if (typeof method !== 'string') return false return /^(get|post|put|patch|delete|head)$/i.test(method) } exports.validateDuplicatedPathParams = function (pathParams) { return ne...
30.066667
145
0.592018
8b21b2b12baea1940e9b303ff6e1d4b52ddc7de0
5,545
dart
Dart
app/lib/widgets/user/collections/CollectionOnUserListWidget.dart
FlyGoat/BangumiN
3fbf95886b116650820f5fbf4672d771fd1e5aae
[ "MIT" ]
56
2018-09-26T05:03:51.000Z
2022-02-16T12:27:46.000Z
app/lib/widgets/user/collections/CollectionOnUserListWidget.dart
FlyGoat/BangumiN
3fbf95886b116650820f5fbf4672d771fd1e5aae
[ "MIT" ]
25
2018-08-14T05:33:29.000Z
2022-02-13T00:50:21.000Z
app/lib/widgets/user/collections/CollectionOnUserListWidget.dart
FlyGoat/BangumiN
3fbf95886b116650820f5fbf4672d771fd1e5aae
[ "MIT" ]
5
2019-08-05T03:59:01.000Z
2022-01-07T06:44:12.000Z
import 'package:flutter/material.dart'; import 'package:munin/models/bangumi/collection/CollectionStatus.dart'; import 'package:munin/models/bangumi/common/BangumiImage.dart'; import 'package:munin/models/bangumi/setting/general/PreferredSubjectInfoLanguage.dart'; import 'package:munin/models/bangumi/subject/review/Rev...
34.440994
88
0.622543
0c4973c24c64410f5330c532242a089e37b8699b
144
rb
Ruby
app/models/category.rb
vdice/lunarleap
6a2cebd99fa6883913ba76cefb7c9b1cefa05f34
[ "Unlicense", "MIT" ]
null
null
null
app/models/category.rb
vdice/lunarleap
6a2cebd99fa6883913ba76cefb7c9b1cefa05f34
[ "Unlicense", "MIT" ]
null
null
null
app/models/category.rb
vdice/lunarleap
6a2cebd99fa6883913ba76cefb7c9b1cefa05f34
[ "Unlicense", "MIT" ]
null
null
null
class Category < ActiveRecord::Base has_and_belongs_to_many :challenges validates :name, presence: true validates_uniqueness_of :name end
24
37
0.8125
86b2ff0d1bb7132cb6e1df9e74241c0f8ef80771
5,234
swift
Swift
Solitaire/CardView.swift
hcanfly/SwiftSolitaire
b96c06e94ad44fdda0e08bb1a2555d69c87ad472
[ "Unlicense" ]
2
2019-07-07T15:13:21.000Z
2022-03-04T00:18:46.000Z
Solitaire/CardView.swift
hcanfly/SwiftSolitaire
b96c06e94ad44fdda0e08bb1a2555d69c87ad472
[ "Unlicense" ]
null
null
null
Solitaire/CardView.swift
hcanfly/SwiftSolitaire
b96c06e94ad44fdda0e08bb1a2555d69c87ad472
[ "Unlicense" ]
null
null
null
// // CardView.swift // CardStacks // // Created by Gary on 4/22/19. // Copyright © 2019 Gary Hanson. All rights reserved. // import UIKit let numberOfCardsInSuit = 13 enum Suit: Int { case spades, diamonds, hearts, clubs func name() -> String { switch (self) { case .clubs: ...
29.077778
124
0.574895
6442289272bc3c1d823807a4f15c36a7adc637b0
228
py
Python
api/serializers.py
shahjalalh/file_metadata_microservice
79119d4a38accb2f4d78edfcec5857b9fa5ef0d8
[ "MIT" ]
null
null
null
api/serializers.py
shahjalalh/file_metadata_microservice
79119d4a38accb2f4d78edfcec5857b9fa5ef0d8
[ "MIT" ]
null
null
null
api/serializers.py
shahjalalh/file_metadata_microservice
79119d4a38accb2f4d78edfcec5857b9fa5ef0d8
[ "MIT" ]
null
null
null
from rest_framework import serializers from filemetadata_app.models import FileUpload class FileUploadSerializer(serializers.ModelSerializer): class Meta: model = FileUpload fields = ('datafile', 'created')
28.5
56
0.758772
a4f75c9b4043f0467b8d1f372561a7bcb533cecb
430,242
sql
SQL
ArtistMarketplace.sql
uzairahmadxy/MySQL_ArtistMarketPlace
4f3a8e6e30ba97a73296e0585181f5a583f11fc3
[ "MIT" ]
null
null
null
ArtistMarketplace.sql
uzairahmadxy/MySQL_ArtistMarketPlace
4f3a8e6e30ba97a73296e0585181f5a583f11fc3
[ "MIT" ]
null
null
null
ArtistMarketplace.sql
uzairahmadxy/MySQL_ArtistMarketPlace
4f3a8e6e30ba97a73296e0585181f5a583f11fc3
[ "MIT" ]
null
null
null
CREATE DATABASE IF NOT EXISTS `artistmarketplace` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */; USE `artistmarketplace`; -- MySQL dump 10.13 Distrib 8.0.26, for Win64 (x86_64) -- -- Host: database-1.cu9lnwhoyxjz.us-east-2.rds.amazonaws.com Database: ar...
547.381679
124,163
0.715486
c520a335ac1489f28bf4e882999f20e70e7b1903
3,248
css
CSS
footer.css
vinaykharayat/fixdd-electrical.github.io
c65ce7ee436be96fd7dffc64b30f536a5c245f08
[ "Apache-2.0" ]
null
null
null
footer.css
vinaykharayat/fixdd-electrical.github.io
c65ce7ee436be96fd7dffc64b30f536a5c245f08
[ "Apache-2.0" ]
null
null
null
footer.css
vinaykharayat/fixdd-electrical.github.io
c65ce7ee436be96fd7dffc64b30f536a5c245f08
[ "Apache-2.0" ]
null
null
null
.f1{ display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "f1 f2"; background-color: #161616; height: 385px; } .reachus{ grid-area: f1; display: flex; flex-direction: column; /* justify-content: center; */ margin-left: 138px; margin-top: 65px; } .reachus h3, .reachus h2{ font-family: ...
17.652174
48
0.561268
8b807d0a7e80b67d345ea74c9279e8181ba37031
130
dart
Dart
lib/pages/vehicle_inspection/vehicle_inspection.dart
muhammadmateen027/firebase-module
ca48babebfc88dbfd4bd4faaccff0c9bd640f029
[ "MIT" ]
null
null
null
lib/pages/vehicle_inspection/vehicle_inspection.dart
muhammadmateen027/firebase-module
ca48babebfc88dbfd4bd4faaccff0c9bd640f029
[ "MIT" ]
null
null
null
lib/pages/vehicle_inspection/vehicle_inspection.dart
muhammadmateen027/firebase-module
ca48babebfc88dbfd4bd4faaccff0c9bd640f029
[ "MIT" ]
null
null
null
export 'create_vehicle_inspection/create_vehicle_inspection.dart'; export 'vehicle_inspections_list/vehicle_inspection_list.dart';
65
66
0.9
a7e9b407bcd233082c71405a08060c5129c4c56a
2,156
swift
Swift
compute/resource-manager/Sources/compute/data/DiskInstanceViewData.swift
Azure/azure-libraries-for-swift
b7321f3c719c381894e3ee96c5808dbcc97629d7
[ "MIT" ]
9
2018-03-13T00:10:01.000Z
2021-02-04T16:16:48.000Z
containerservice/resource-manager/Sources/containerservice/data/DiskInstanceViewData.swift
Azure/azure-libraries-for-swift
b7321f3c719c381894e3ee96c5808dbcc97629d7
[ "MIT" ]
1
2018-03-31T05:08:07.000Z
2018-04-09T19:54:43.000Z
containerservice/resource-manager/Sources/containerservice/data/DiskInstanceViewData.swift
Azure/azure-libraries-for-swift
b7321f3c719c381894e3ee96c5808dbcc97629d7
[ "MIT" ]
5
2018-03-13T00:27:36.000Z
2021-01-10T11:17:48.000Z
// 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. import Foundation import azureSwiftRuntime internal struct DiskInstanceViewData : DiskInstance...
41.461538
150
0.708256
8e64a9e3352024a8b12090c976582d17a9ab37f3
525
js
JavaScript
Start Wars Info/obj/Release/Package/PackageTmp/Public/js/src/store/index.js
knivek91/react-redux-first-step
2e1d4d369122e8a3e64d9f29bfe8dcd2383485de
[ "MIT" ]
null
null
null
Start Wars Info/obj/Release/Package/PackageTmp/Public/js/src/store/index.js
knivek91/react-redux-first-step
2e1d4d369122e8a3e64d9f29bfe8dcd2383485de
[ "MIT" ]
null
null
null
Start Wars Info/obj/Release/Package/PackageTmp/Public/js/src/store/index.js
knivek91/react-redux-first-step
2e1d4d369122e8a3e64d9f29bfe8dcd2383485de
[ "MIT" ]
null
null
null
import { createStore, applyMiddleware } from 'redux'; import { browserHistory } from 'react-router' import { routerMiddleware } from 'react-router-redux' import thunk from 'redux-thunk'; import rootReducer from '../reducer/'; const middlewares = [thunk, routerMiddleware(browserHistory)]; // here we can add middlewa...
32.8125
62
0.731429
be8896f4e38d38936b48ed45d72d12d327688722
3,756
tsx
TypeScript
src/screens/SwitchPlayerScreen.tsx
vicjune/huit-sec
ed6ffc1918a352bf8bf27b022d7ee7f1d7118466
[ "MIT" ]
null
null
null
src/screens/SwitchPlayerScreen.tsx
vicjune/huit-sec
ed6ffc1918a352bf8bf27b022d7ee7f1d7118466
[ "MIT" ]
null
null
null
src/screens/SwitchPlayerScreen.tsx
vicjune/huit-sec
ed6ffc1918a352bf8bf27b022d7ee7f1d7118466
[ "MIT" ]
null
null
null
import React, { FC, useRef, useState } from 'react'; import { StyleSheet, Text } from 'react-native'; import Animated, { Easing } from 'react-native-reanimated'; import Icon from 'react-native-vector-icons/Entypo'; import { BasicButton } from '../components/BasicButton'; import { useModal } from '../contexts/Modal'; im...
25.378378
78
0.567891
cef8b95fb13fcbc53f913516be6e3e0a8fffbcd8
7,455
dart
Dart
lib/src/rive_file.dart
amukas/rive-flutter
5d2b21c28f70b288c33546072c1bfc42d126a764
[ "MIT" ]
4
2021-03-29T08:09:04.000Z
2021-11-10T01:00:18.000Z
lib/src/rive_file.dart
amukas/rive-flutter
5d2b21c28f70b288c33546072c1bfc42d126a764
[ "MIT" ]
null
null
null
lib/src/rive_file.dart
amukas/rive-flutter
5d2b21c28f70b288c33546072c1bfc42d126a764
[ "MIT" ]
null
null
null
import 'dart:collection'; import 'dart:typed_data'; import 'package:rive/src/core/field_types/core_field_type.dart'; import 'package:rive/src/rive_core/component.dart'; import 'package:rive/src/rive_core/runtime/runtime_header.dart'; import 'package:rive/src/rive_core/backboard.dart'; import 'package:rive/src/core/cor...
36.365854
88
0.649363
a39808ba5f041fffbef97de0f1a8ac651b74ee09
2,013
java
Java
activity_5/tabu_search/src/main/java/localSearch/BestImproving.java
lucasguesserts/MO824A-combinatorial-optimization
a88569e4496c0ed4f89a4e8bac7ab8f42f6cb7d4
[ "MIT" ]
null
null
null
activity_5/tabu_search/src/main/java/localSearch/BestImproving.java
lucasguesserts/MO824A-combinatorial-optimization
a88569e4496c0ed4f89a4e8bac7ab8f42f6cb7d4
[ "MIT" ]
null
null
null
activity_5/tabu_search/src/main/java/localSearch/BestImproving.java
lucasguesserts/MO824A-combinatorial-optimization
a88569e4496c0ed4f89a4e8bac7ab8f42f6cb7d4
[ "MIT" ]
null
null
null
package localSearch; import java.util.Collection; import problem.Problem; public class BestImproving extends ImprovingSearchAbstract { public BestImproving( final Problem<Integer, Integer> incubentSolution, final Integer originalBestSolutionCost, final Collection<Integer> tabuList ) ...
35.946429
143
0.680079
68d9bc07928403f34d62236399a5d0701e49d99c
143
sql
SQL
queries/Table Insertion/CreateUser.sql
CapstoneUNCG2020/emuLadder
4bf26599b35f41ef84ade3821ce5a7edd79873f9
[ "MIT" ]
1
2020-04-30T04:10:41.000Z
2020-04-30T04:10:41.000Z
queries/Table Insertion/CreateUser.sql
CapstoneUNCG2020/emuLadder
4bf26599b35f41ef84ade3821ce5a7edd79873f9
[ "MIT" ]
13
2020-02-12T21:34:20.000Z
2022-03-02T07:03:42.000Z
queries/Table Insertion/CreateUser.sql
CapstoneUNCG2020/emuLadder
4bf26599b35f41ef84ade3821ce5a7edd79873f9
[ "MIT" ]
1
2021-06-05T08:36:20.000Z
2021-06-05T08:36:20.000Z
INSERT INTO AccountInformation VALUES ($email, $first_name, $last_name, $user_name); INSERT INTO AccountCredentials VALUES ($email, $password);
35.75
46
0.797203
a6b2c2a15f4a6eee14ba5d410710981fab2bd0c3
78
sql
SQL
src/test/resources/sql/_unknown/159f8811.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
66
2018-06-15T11:34:03.000Z
2022-03-16T09:24:49.000Z
src/test/resources/sql/_unknown/159f8811.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
13
2019-03-19T11:56:28.000Z
2020-08-05T04:20:50.000Z
src/test/resources/sql/_unknown/159f8811.sql
Shuttl-Tech/antlr_psql
fcf83192300abe723f3fd3709aff5b0c8118ad12
[ "MIT" ]
28
2019-01-05T19:59:02.000Z
2022-03-24T11:55:50.000Z
-- file:errors.sql ln:241 expect:false drop instance rule nonesuch on noplace
26
38
0.794872
b28c65df6d3491920a957fc3d361da05f607b3fa
152,903
css
CSS
app_user/static/app_user/css/main.min.css
Dekatron322/onion
5c3e872efcac7444af02761507d0879cbe8f8e9c
[ "MIT" ]
null
null
null
app_user/static/app_user/css/main.min.css
Dekatron322/onion
5c3e872efcac7444af02761507d0879cbe8f8e9c
[ "MIT" ]
null
null
null
app_user/static/app_user/css/main.min.css
Dekatron322/onion
5c3e872efcac7444af02761507d0879cbe8f8e9c
[ "MIT" ]
null
null
null
@charset "UTF-8";/*! * Bootstrap Grid v4.1.3 (https://getbootstrap.com/) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scro...
12,741.916667
101,755
0.793699
0a9fb1aa92429d644f5f28aca29df70531af7816
793
cs
C#
src/Application/ReportingData/Queries/ElementsForDisplay/GetAllFscsQuery.cs
nagasudhirpulla/wrldc_codes_mgmt
2f44fd53e9863d808949e9023820fcec89574e03
[ "MIT" ]
null
null
null
src/Application/ReportingData/Queries/ElementsForDisplay/GetAllFscsQuery.cs
nagasudhirpulla/wrldc_codes_mgmt
2f44fd53e9863d808949e9023820fcec89574e03
[ "MIT" ]
null
null
null
src/Application/ReportingData/Queries/ElementsForDisplay/GetAllFscsQuery.cs
nagasudhirpulla/wrldc_codes_mgmt
2f44fd53e9863d808949e9023820fcec89574e03
[ "MIT" ]
null
null
null
using Core.ReportingData; using Core.ReportingData.ElementsForDisplay; using MediatR; namespace Application.ReportingData.Queries.ElementsForDisplay; public class GetAllFscsQuery : IRequest<List<ReportingFsc>> { public class GetAllFscsQueryHandler : IRequestHandler<GetAllFscsQuery, List<ReportingFsc>> { ...
31.72
114
0.732661
3ad630e0fcdb3a4c81f22c455f9338fec6fa9401
1,592
go
Go
pkg/lvm/nodeallocator_test.go
zdnscloud/csi-lvm-plugin
0fa0486b4b1334959e060c3728f5dcbe647e5b43
[ "Apache-2.0" ]
4
2019-04-24T15:35:42.000Z
2022-03-15T08:35:30.000Z
pkg/lvm/nodeallocator_test.go
zdnscloud/csi-lvm-plugin
0fa0486b4b1334959e060c3728f5dcbe647e5b43
[ "Apache-2.0" ]
1
2019-05-21T10:30:43.000Z
2019-11-29T12:42:48.000Z
pkg/lvm/nodeallocator_test.go
zdnscloud/csi-lvm-plugin
0fa0486b4b1334959e060c3728f5dcbe647e5b43
[ "Apache-2.0" ]
2
2019-04-24T15:36:44.000Z
2019-11-29T13:34:10.000Z
package lvm import ( "math/rand" "testing" "time" ut "github.com/zdnscloud/cement/unittest" ) func TestAllocateNode(t *testing.T) { cases := []struct { statefulset *StatefulSet candidate []string selectNode string }{ { &StatefulSet{ PodAndNode: map[string]string{ "p1": "n1", }, },...
17.304348
86
0.533291
46c4d1fcacc5a875a10800507d49e1a2c58b01f5
1,521
py
Python
q2_fondue/entrezpy_clients/_pipelines.py
misialq/q2-fondue
a7a541ee017381b34d38ef766de39d5d62588465
[ "BSD-3-Clause" ]
null
null
null
q2_fondue/entrezpy_clients/_pipelines.py
misialq/q2-fondue
a7a541ee017381b34d38ef766de39d5d62588465
[ "BSD-3-Clause" ]
null
null
null
q2_fondue/entrezpy_clients/_pipelines.py
misialq/q2-fondue
a7a541ee017381b34d38ef766de39d5d62588465
[ "BSD-3-Clause" ]
null
null
null
# ---------------------------------------------------------------------------- # Copyright (c) 2022, Bokulich Laboratories. # # Distributed under the terms of the Modified BSD License. # # The full license is in the file LICENSE, distributed with this software. # --------------------------------------------------------...
37.097561
78
0.658777
e25b480b0dae540932a8879aa6129477abb46f86
300
js
JavaScript
utilities/index.js
ChadESmith42/jb-node-api-with-jwt
952cd75bf33c6b600ad33f1815063fae43608ca4
[ "MIT" ]
null
null
null
utilities/index.js
ChadESmith42/jb-node-api-with-jwt
952cd75bf33c6b600ad33f1815063fae43608ca4
[ "MIT" ]
null
null
null
utilities/index.js
ChadESmith42/jb-node-api-with-jwt
952cd75bf33c6b600ad33f1815063fae43608ca4
[ "MIT" ]
null
null
null
const authService = require('./auth.service'); const dateFilter = require('./date-filter'); const dbContext = require('./db.context'); const filterPassword = require('./filter-password'); const role = require('./role'); module.exports = { authService, dateFilter, dbContext, filterPassword, role };
37.5
78
0.723333
a71bc0e97ba9a03aba43ce28818fc55c82d4d737
1,160
ps1
PowerShell
build.ps1
campersau/azure-pipelines-tasks-zips
6bf4ecae47549334b7d4da02e337ca0f16d4559d
[ "MIT" ]
6
2022-02-07T23:21:22.000Z
2022-03-14T22:08:03.000Z
build.ps1
campersau/azure-pipelines-tasks-zips
6bf4ecae47549334b7d4da02e337ca0f16d4559d
[ "MIT" ]
2
2022-02-17T12:49:13.000Z
2022-03-13T06:57:51.000Z
build.ps1
campersau/azure-pipelines-tasks-zips
6bf4ecae47549334b7d4da02e337ca0f16d4559d
[ "MIT" ]
1
2022-02-17T12:20:35.000Z
2022-02-17T12:20:35.000Z
if (Test-Path -path azure-pipelines-tasks) { pushd azure-pipelines-tasks & git reset --hard & git pull --all --quiet } else { & git clone https://github.com/microsoft/azure-pipelines-tasks.git --quiet pushd azure-pipelines-tasks } git config --local pager.branch false $branches = & git branch -r $...
25.777778
135
0.616379
b341bf3baaaccc92b884233d52406941b85043af
2,086
py
Python
2D_scalar_waves.py
alula-borealis/gravitational_waves
e058aefe639baf7ab8721707b94c7204b38d7462
[ "MIT" ]
1
2021-11-25T12:45:47.000Z
2021-11-25T12:45:47.000Z
2D_scalar_waves.py
alula-borealis/gravitational_waves
e058aefe639baf7ab8721707b94c7204b38d7462
[ "MIT" ]
null
null
null
2D_scalar_waves.py
alula-borealis/gravitational_waves
e058aefe639baf7ab8721707b94c7204b38d7462
[ "MIT" ]
null
null
null
import matplotlib.pyplot as plt import scipy as sp import scipy.special as spc import matplotlib.pyplot as plt import numpy as np from numpy import random N = 10 x_coords = random.randint(1, 10, size = N) y_coords = random.randint(1, 10, size = N) # greens function def green(x_j, y_j, x_k, y_k): r = np.sqrt((x_j...
24.541176
115
0.659156
38a0293da4a21f7494e64e3ee0bba658eaf7a7b4
1,125
php
PHP
sidebar-relatedgamesright.php
breonwilliams/rainbowme-theme-three
1cebb2739ca03e2e931c491e1674133a9364d73a
[ "MIT" ]
null
null
null
sidebar-relatedgamesright.php
breonwilliams/rainbowme-theme-three
1cebb2739ca03e2e931c491e1674133a9364d73a
[ "MIT" ]
null
null
null
sidebar-relatedgamesright.php
breonwilliams/rainbowme-theme-three
1cebb2739ca03e2e931c491e1674133a9364d73a
[ "MIT" ]
null
null
null
<div class="col-md-3" id="sidebar-right"> <?php if (is_active_sidebar('sidebar-relatedgamesright')) { ?> <?php do_action('before_sidebar'); ?> <?php dynamic_sidebar('sidebar-relatedgamesright'); ?> <?php } ?> <?php $related = ci_get_related_posts( get_the_ID(), 4 ); ...
29.605263
197
0.513778
0a45de577b85d8ea028897cb0df5a914e82e55e0
560
cs
C#
Source/Fasetto.Word.Core/DataModels/ElementHorizontalAlignment.cs
adamissaoui/fasetto-word
41b6f8363d006339e9e38461cbf5da5f3c4a9c48
[ "MIT" ]
427
2017-03-09T22:09:12.000Z
2022-03-26T22:33:31.000Z
Source/Fasetto.Word.Core/DataModels/ElementHorizontalAlignment.cs
adamissaoui/fasetto-word
41b6f8363d006339e9e38461cbf5da5f3c4a9c48
[ "MIT" ]
43
2017-04-28T07:32:22.000Z
2022-02-06T14:04:34.000Z
Source/Fasetto.Word.Core/DataModels/ElementHorizontalAlignment.cs
adamissaoui/fasetto-word
41b6f8363d006339e9e38461cbf5da5f3c4a9c48
[ "MIT" ]
283
2017-03-07T05:33:20.000Z
2022-03-06T16:59:59.000Z
namespace Fasetto.Word.Core { /// <summary> /// Horizontal alignment values for an element /// </summary> public enum ElementHorizontalAlignment { /// <summary> /// Aligned to the left /// </summary> Left = 0, /// <summary> /// Aligned to the center ...
21.538462
50
0.458929
9e0245a2f851d6a8d04b9cfb44f14b468ed41303
1,867
cs
C#
dotJEM.AdvParsers/DotJEM.AdvParsers/ByteCountFactoryExtensions.cs
fossabot/adv-parsers
b4e2e5991e1d4e5598c604b2628d4d34b2140959
[ "MIT" ]
null
null
null
dotJEM.AdvParsers/DotJEM.AdvParsers/ByteCountFactoryExtensions.cs
fossabot/adv-parsers
b4e2e5991e1d4e5598c604b2628d4d34b2140959
[ "MIT" ]
2
2020-06-10T10:12:12.000Z
2020-09-30T07:49:32.000Z
dotJEM.AdvParsers/DotJEM.AdvParsers/ByteCountFactoryExtensions.cs
fossabot/adv-parsers
b4e2e5991e1d4e5598c604b2628d4d34b2140959
[ "MIT" ]
1
2020-06-10T10:08:08.000Z
2020-06-10T10:08:08.000Z
namespace DotJEM.AdvParsers { /// <summary> /// Provides convenience extensions to <see cref="Int32"/> for defining byte sizes. /// <example> /// long twoGigaBytes = 2.GigaBytes(); /// </example> /// </summary> public static class ByteCountFactoryExtensions { /// <summary> ...
42.431818
110
0.605249
dbeee961afbff8ff130b3b3b227af2f25d228451
1,024
php
PHP
resources/lang/en/messages.php
cccaimingjian/framework
6a6717d9f871b55c37328f5c5067af9becb92c2f
[ "MIT" ]
null
null
null
resources/lang/en/messages.php
cccaimingjian/framework
6a6717d9f871b55c37328f5c5067af9becb92c2f
[ "MIT" ]
null
null
null
resources/lang/en/messages.php
cccaimingjian/framework
6a6717d9f871b55c37328f5c5067af9becb92c2f
[ "MIT" ]
null
null
null
<?php return [ /* |-------------------------------------------------------------------------- | Messages Language Lines |-------------------------------------------------------------------------- | | The following language lines are used by the shopper package. | You are free to change the...
40.96
180
0.564453
3a0a31b239fddfc0cf6027c4225454adb3fb9b31
1,244
sql
SQL
SCRIPTS FUNCIONES/Modulo de Jefe/F_VER_PERMISOS_OTORGADOS.sql
kctoby/Asistencia-MP
d018b711038f8e4c34e7a54f826b1c26b50b77ed
[ "Unlicense" ]
null
null
null
SCRIPTS FUNCIONES/Modulo de Jefe/F_VER_PERMISOS_OTORGADOS.sql
kctoby/Asistencia-MP
d018b711038f8e4c34e7a54f826b1c26b50b77ed
[ "Unlicense" ]
null
null
null
SCRIPTS FUNCIONES/Modulo de Jefe/F_VER_PERMISOS_OTORGADOS.sql
kctoby/Asistencia-MP
d018b711038f8e4c34e7a54f826b1c26b50b77ed
[ "Unlicense" ]
null
null
null
--Ver permisos que ha aprobado el jefe, sin embargo estos puede ser que por el momento no han sido aprobados por el jefe de personal. CREATE OR REPLACE FUNCTION "PERMISOS".F_VER_PERMISOS_OTORGADOS(IN P_ID_JEFE CHARACTER VARYING(10), OUT P_NOMBRE_EMPLEADO TEXT, OUT P_TIPO_AUSENCIA CHARACTER VARYING(7...
44.428571
135
0.72508
a32e42e4ed9c2640db9bea3a84a392f0169ab64c
897
tsx
TypeScript
src/renderer/MainWindow/WelcomeScreen/RecentDatasets.tsx
riboseinc/paneron
1ab232b008ba9709c9a80512c0eceaeb525515bf
[ "MIT" ]
5
2020-10-26T10:48:33.000Z
2021-05-29T00:54:43.000Z
src/renderer/MainWindow/WelcomeScreen/RecentDatasets.tsx
riboseinc/paneron
1ab232b008ba9709c9a80512c0eceaeb525515bf
[ "MIT" ]
41
2020-09-25T22:37:56.000Z
2022-03-10T10:13:48.000Z
src/renderer/MainWindow/WelcomeScreen/RecentDatasets.tsx
paneron/paneron
a6af0814e43bdc2b5e09895ad75db1f9e9982800
[ "MIT" ]
null
null
null
/** @jsx jsx */ /** @jsxFrag React.Fragment */ import React from 'react'; import { jsx } from '@emotion/react'; import { Menu } from '@blueprintjs/core'; import { listRecentlyOpenedDatasets } from 'datasets/ipc'; import DatasetMenuItem from './DatasetMenuItem'; const RecentDatasets: React.FC<{ onOpenDataset?: (workDi...
33.222222
125
0.663322
b09464294cea4a8c81be2290b3c8d02d29593208
1,301
py
Python
usaspending_api/disaster/v2/views/def_code/count.py
g4brielvs/usaspending-api
bae7da2c204937ec1cdf75c052405b13145728d5
[ "CC0-1.0" ]
217
2016-11-03T17:09:53.000Z
2022-03-10T04:17:54.000Z
usaspending_api/disaster/v2/views/def_code/count.py
g4brielvs/usaspending-api
bae7da2c204937ec1cdf75c052405b13145728d5
[ "CC0-1.0" ]
622
2016-09-02T19:18:23.000Z
2022-03-29T17:11:01.000Z
usaspending_api/disaster/v2/views/def_code/count.py
g4brielvs/usaspending-api
bae7da2c204937ec1cdf75c052405b13145728d5
[ "CC0-1.0" ]
93
2016-09-07T20:28:57.000Z
2022-02-25T00:25:27.000Z
from django.db.models import OuterRef, Q, Exists from rest_framework.request import Request from rest_framework.response import Response from usaspending_api.common.cache_decorator import cache_response from usaspending_api.disaster.v2.views.disaster_base import DisasterBase from usaspending_api.financial_activities.m...
37.171429
115
0.714835
1aa9f34dd65c09470bc551c9807c2676882e252d
110
py
Python
model/__init__.py
zaky-fetoh/MNIST-BayesianConvAutoEncoder
3c483122f93165d664415f156bac5211adb40e22
[ "MIT" ]
null
null
null
model/__init__.py
zaky-fetoh/MNIST-BayesianConvAutoEncoder
3c483122f93165d664415f156bac5211adb40e22
[ "MIT" ]
null
null
null
model/__init__.py
zaky-fetoh/MNIST-BayesianConvAutoEncoder
3c483122f93165d664415f156bac5211adb40e22
[ "MIT" ]
null
null
null
from .BaysianLayer import * from .Baysian_klLoss import * from .autoencoder import * from .SSIM_loss import *
22
29
0.781818
cdc335bb8141f1789fb7fea6a84ffc8630f365a1
1,296
sh
Shell
wait-for-entrypoint.sh
starjuice/wait-for-entrypoint
721c7264f099ea6ab8442ae93fbd3605e1ece16f
[ "BSD-2-Clause" ]
null
null
null
wait-for-entrypoint.sh
starjuice/wait-for-entrypoint
721c7264f099ea6ab8442ae93fbd3605e1ece16f
[ "BSD-2-Clause" ]
null
null
null
wait-for-entrypoint.sh
starjuice/wait-for-entrypoint
721c7264f099ea6ab8442ae93fbd3605e1ece16f
[ "BSD-2-Clause" ]
null
null
null
#!/bin/sh -e # # https://github.com/starjuice/wait-for-entrypoint # # WAIT_FOR_SERVICES - Space-delimited list of host:port TCP services. # E.g. webserver:443 or 10.0.0.4:80. # WAIT_FOR_SECONDS - Seconds to wait for all services to become # available. Default...
29.454545
87
0.608025
ebab052836dd67a0f0ec0afcba5ac1148c45da2a
54,597
css
CSS
data/usercss/23440.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
118
2020-08-28T19:59:28.000Z
2022-03-26T16:28:40.000Z
data/usercss/23440.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
38
2020-09-02T01:08:45.000Z
2022-01-23T02:47:24.000Z
data/usercss/23440.user.css
33kk/uso-archive
2c4962d1d507ff0eaec6dcca555efc531b37a9b4
[ "MIT" ]
21
2020-08-19T01:12:43.000Z
2022-03-15T21:55:17.000Z
/* ==UserStyle== @name Reddit - Reader-Friendly @namespace USO Archive @author craptacular @description `MAJOR updates coming. Will be slicker but also lighter and faster - using much more CSS3 including gradients, transitions, etc. Holding off releasing it until the official Firefox 4 launc...
791.26087
28,000
0.87144
af4195bc1ea026174c050f1c4d310f8ae19a4317
1,325
py
Python
src/ovals.py
CTimmerman/PyPico8
a68c83ae5a9dc53221ab39d6e55bb68bb5a1e479
[ "MIT" ]
null
null
null
src/ovals.py
CTimmerman/PyPico8
a68c83ae5a9dc53221ab39d6e55bb68bb5a1e479
[ "MIT" ]
null
null
null
src/ovals.py
CTimmerman/PyPico8
a68c83ae5a9dc53221ab39d6e55bb68bb5a1e479
[ "MIT" ]
null
null
null
"""Ovals ported from https://www.lexaloffle.com/bbs/?tid=38665 TODO: Fix character patterns. """ # flake8:noqa from pypico8 import * printh( pico8_to_python( r""" pattern={[0]= …,∧,░,⧗,▤,✽,★,✽, ˇ,░,▤,♪,░,✽,★,☉, ░,▤,♪,░,✽,★,☉,…, ∧,░,⧗,▤,✽,★,✽,★ } function _draw() cls(1) for i=0,31/32,...
18.928571
63
0.366038
9e189401619d960d4c0a6d64627bafe9c6d62452
1,666
cs
C#
src/Taskord.Test/Services/BaseServiceTests.cs
bonevboyan/Taskord
f81970b66f2da198c92cd992dd05bd722fb6ab96
[ "MIT" ]
null
null
null
src/Taskord.Test/Services/BaseServiceTests.cs
bonevboyan/Taskord
f81970b66f2da198c92cd992dd05bd722fb6ab96
[ "MIT" ]
null
null
null
src/Taskord.Test/Services/BaseServiceTests.cs
bonevboyan/Taskord
f81970b66f2da198c92cd992dd05bd722fb6ab96
[ "MIT" ]
null
null
null
namespace Taskord.Test.Services { using System; using Microsoft.EntityFrameworkCore; using Taskord.Data; using Taskord.Services.Chats; using Taskord.Services.Posts; using Taskord.Services.Relationships; using Taskord.Services.Statistics; using Taskord.Services.Teams; using Taskord....
37.022222
120
0.686074
1a7d911cd25e2c9a6942f60cabde8027ee6416f6
486
cs
C#
CrypPlugins/ChaCha/Helper/GetAmountOfDigits.cs
ekzyis/CrypTool-2
1af234b4f74486fbfeb3b3c49228cc36533a8c89
[ "Apache-2.0" ]
12
2021-09-29T14:50:06.000Z
2022-03-31T15:01:21.000Z
CrypPlugins/ChaCha/Helper/GetAmountOfDigits.cs
ekzyis/CrypTool-2
1af234b4f74486fbfeb3b3c49228cc36533a8c89
[ "Apache-2.0" ]
15
2021-12-24T22:53:49.000Z
2021-12-25T10:03:13.000Z
CrypPlugins/ChaCha/Helper/GetAmountOfDigits.cs
ekzyis/CrypTool-2
1af234b4f74486fbfeb3b3c49228cc36533a8c89
[ "Apache-2.0" ]
10
2021-10-17T19:46:51.000Z
2022-03-18T02:57:57.000Z
namespace CrypTool.Plugins.ChaCha.Helper { internal static class Digits { /// <summary> /// Return the amount of digits this number has in the decimal system. /// For example, 154 has 3 digits. /// </summary> public static int GetAmountOfDigits(int n) { ...
24.3
78
0.458848
b2e076b963d0f770ae06e2092e7dc8a9dac3b4e1
2,946
css
CSS
frontend/web/static/css/font.css
songhui678/shebao
5d0de6a0d0cebd5bcb26f61a9ffdce90d19e0213
[ "BSD-3-Clause" ]
null
null
null
frontend/web/static/css/font.css
songhui678/shebao
5d0de6a0d0cebd5bcb26f61a9ffdce90d19e0213
[ "BSD-3-Clause" ]
null
null
null
frontend/web/static/css/font.css
songhui678/shebao
5d0de6a0d0cebd5bcb26f61a9ffdce90d19e0213
[ "BSD-3-Clause" ]
null
null
null
@font-face { font-family: "iconfont"; src: url('../font/iconfont.eot'); /* IE9*/ src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome��firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome��firefox��opera��Safari...
23.015625
306
0.637135
146f1d46d3059db6d4e32772bcc0e60548c782a7
47
ts
TypeScript
frontend/src/Games/AlliesAndEnemies/Components/CurrentTurn/VoteVeto/index.ts
douglasnaphas/secret-traitor
481a86e7c48ce6c6e085db831dcd4b54d12910a2
[ "Apache-2.0" ]
null
null
null
frontend/src/Games/AlliesAndEnemies/Components/CurrentTurn/VoteVeto/index.ts
douglasnaphas/secret-traitor
481a86e7c48ce6c6e085db831dcd4b54d12910a2
[ "Apache-2.0" ]
null
null
null
frontend/src/Games/AlliesAndEnemies/Components/CurrentTurn/VoteVeto/index.ts
douglasnaphas/secret-traitor
481a86e7c48ce6c6e085db831dcd4b54d12910a2
[ "Apache-2.0" ]
null
null
null
export { default } from './VoteVeto.container'
23.5
46
0.723404
a33a7ac9d7882a1f5a12f5818f66d6e10d3093e5
1,389
java
Java
commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneReference.java
milindsingh/commercetools-sdk-java-v2
267799c2cb8fdedf0ba32ef9ec239f42ac535800
[ "Apache-2.0" ]
null
null
null
commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneReference.java
milindsingh/commercetools-sdk-java-v2
267799c2cb8fdedf0ba32ef9ec239f42ac535800
[ "Apache-2.0" ]
null
null
null
commercetools/commercetools-sdk-java-api/src/main/java-generated/com/commercetools/api/models/zone/ZoneReference.java
milindsingh/commercetools-sdk-java-v2
267799c2cb8fdedf0ba32ef9ec239f42ac535800
[ "Apache-2.0" ]
null
null
null
package com.commercetools.api.models.zone; import java.time.*; import java.util.*; import java.util.function.Function; import javax.validation.Valid; import com.commercetools.api.models.common.Reference; import com.fasterxml.jackson.annotation.*; import com.fasterxml.jackson.databind.annotation.*; import io.vrap.r...
27.235294
120
0.719222
3c0f022fdbf37db875743f78e646a6d0ad8f64fb
128
cql
SQL
_/9201OS_08_Code/9201OS_08_04.cql
paullewallencom/apache-cassandra-978-1-7839-8920-1
28644d4d33a7ef6ea31ca0ff04f8ef30fedd022e
[ "Apache-2.0" ]
null
null
null
_/9201OS_08_Code/9201OS_08_04.cql
paullewallencom/apache-cassandra-978-1-7839-8920-1
28644d4d33a7ef6ea31ca0ff04f8ef30fedd022e
[ "Apache-2.0" ]
null
null
null
_/9201OS_08_Code/9201OS_08_04.cql
paullewallencom/apache-cassandra-978-1-7839-8920-1
28644d4d33a7ef6ea31ca0ff04f8ef30fedd022e
[ "Apache-2.0" ]
null
null
null
ALTER TABLE "user_status_updates" DROP "starred_by_users"; ALTER TABLE "user_status_updates" ADD "starred_by_users" SET<text>;
21.333333
33
0.8125
33f9591882b016be0f537937ee67983512071716
31,627
go
Go
Spotify/spirc.pb.go
RoflCopter24/librespot-golang
fcfe8916df153471e3befa79f8e6032c28ee090b
[ "MIT" ]
null
null
null
Spotify/spirc.pb.go
RoflCopter24/librespot-golang
fcfe8916df153471e3befa79f8e6032c28ee090b
[ "MIT" ]
null
null
null
Spotify/spirc.pb.go
RoflCopter24/librespot-golang
fcfe8916df153471e3befa79f8e6032c28ee090b
[ "MIT" ]
1
2018-07-31T23:18:06.000Z
2018-07-31T23:18:06.000Z
// Code generated by protoc-gen-go. DO NOT EDIT. // source: spirc.proto package Spotify import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf type MessageTy...
36.394707
150
0.662725
aeffbcf1d1674b7c29c991cd6d33a41768e88d6c
1,507
cs
C#
tests/Cecil.XmlDocNames.Tests/Internal/TypeDefinitionExtensions.cs
rdeago/cecil-xmldocnames
09b68df4f3dba5acd339959aaffa1fd569409dc2
[ "MIT" ]
null
null
null
tests/Cecil.XmlDocNames.Tests/Internal/TypeDefinitionExtensions.cs
rdeago/cecil-xmldocnames
09b68df4f3dba5acd339959aaffa1fd569409dc2
[ "MIT" ]
null
null
null
tests/Cecil.XmlDocNames.Tests/Internal/TypeDefinitionExtensions.cs
rdeago/cecil-xmldocnames
09b68df4f3dba5acd339959aaffa1fd569409dc2
[ "MIT" ]
null
null
null
// --------------------------------------------------------------------------------------- // Copyright (C) Riccardo De Agostini and Tenacom. All rights reserved. // Licensed under the MIT license. // See the LICENSE file in the project root for full license information. // // Part of this file may be third-party code...
48.612903
108
0.652953
ccf93b81a17e15ada3e4bff8c208302f60d9ce08
252
swift
Swift
GUI/Cards/Cards/Config.swift
chrisjmendez/swift-exercises
548c40ffe13ab826eea620a6075606716be2a12f
[ "MIT" ]
5
2017-01-19T17:05:19.000Z
2022-03-24T22:21:58.000Z
GUI/Cards/Cards/Config.swift
chrisjmendez/swift-exercises
548c40ffe13ab826eea620a6075606716be2a12f
[ "MIT" ]
null
null
null
GUI/Cards/Cards/Config.swift
chrisjmendez/swift-exercises
548c40ffe13ab826eea620a6075606716be2a12f
[ "MIT" ]
5
2016-07-26T01:09:19.000Z
2022-03-24T22:22:00.000Z
// // Config.swift // Cards // // Created by Chris on 1/31/16. // Copyright © 2016 Chris Mendez. All rights reserved. // import UIKit struct Config { struct wildcard { static let apiKey = "d503717a-94fb-4265-a424-74392b41cfcc" } }
16.8
66
0.642857
f440fa80fed536c25408a98aeeffb7c62abe9e51
814
cs
C#
src/RouteServiceAuth/KerberosAuthenticationEvents.cs
brianuol/kerberos-auth-route-service
a586ec602209c2f9e22195c151100f27195024c4
[ "MIT" ]
null
null
null
src/RouteServiceAuth/KerberosAuthenticationEvents.cs
brianuol/kerberos-auth-route-service
a586ec602209c2f9e22195c151100f27195024c4
[ "MIT" ]
null
null
null
src/RouteServiceAuth/KerberosAuthenticationEvents.cs
brianuol/kerberos-auth-route-service
a586ec602209c2f9e22195c151100f27195024c4
[ "MIT" ]
null
null
null
using System.Threading.Tasks; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.Authentication.Cookies; namespace RouteServiceAuth { public class KerberosAuthenticationEvents : CookieAuthenticationEvents { public KerberosAuthenticationEvents() { } ...
29.071429
109
0.635135
8118bb01325ecb3607bb5d7484e442af266179c0
933
lua
Lua
ref/Lua_prj/loadConfigDemo/config.lua
Robin329/lua
2e114789d2d6112dd000bb3574c4c99503b011a3
[ "Apache-2.0" ]
null
null
null
ref/Lua_prj/loadConfigDemo/config.lua
Robin329/lua
2e114789d2d6112dd000bb3574c4c99503b011a3
[ "Apache-2.0" ]
null
null
null
ref/Lua_prj/loadConfigDemo/config.lua
Robin329/lua
2e114789d2d6112dd000bb3574c4c99503b011a3
[ "Apache-2.0" ]
null
null
null
config = { url = "./config/mountconf.txt", --要读取的配置文件路径 gemTest gemconfig mountconf guild.txt tableName = "", --配置文件的表名(默认是txt的文件名;对表名搜索是忽略大小写的) MountConf GemConfig Guild lianyaohu logSave ="./log/", --日志保存路径 as3Name = "", --生成的主表AS3类名,默认是tableName加上Dp后缀 as3Save ="./as3/", --生成的AS3保存路径 as3Pkg = "com....
23.923077
90
0.676313
9e2ea29d2e7b99ebfde50deccf5c4fc67bbca780
9,596
cs
C#
Samples/wcf-fundamentals/materials/programming-clients-exercise-files/demos/Client/Service References/EvalServiceReference/Reference.cs
JYang17/SampleCode
a2b0152a2fbe65ff9b638c36beb280290c447e9d
[ "MIT" ]
null
null
null
Samples/wcf-fundamentals/materials/programming-clients-exercise-files/demos/Client/Service References/EvalServiceReference/Reference.cs
JYang17/SampleCode
a2b0152a2fbe65ff9b638c36beb280290c447e9d
[ "MIT" ]
null
null
null
Samples/wcf-fundamentals/materials/programming-clients-exercise-files/demos/Client/Service References/EvalServiceReference/Reference.cs
JYang17/SampleCode
a2b0152a2fbe65ff9b638c36beb280290c447e9d
[ "MIT" ]
null
null
null
//------------------------------------------------------------------------------ // <auto-generated> // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // </auto-generated> //------------------------------------------------------------------------------ namespace C...
49.210256
194
0.668925
c2851a5dd64ea7397782cafad0cd962ae4ea6693
441
dart
Dart
lib/cfr/builtins/libs/flutter/animation/animation.dart
tilk48/hydro-sdk
f4b86b4d10a8b8925eb4bf63bb882a7f2d5196ff
[ "MIT" ]
null
null
null
lib/cfr/builtins/libs/flutter/animation/animation.dart
tilk48/hydro-sdk
f4b86b4d10a8b8925eb4bf63bb882a7f2d5196ff
[ "MIT" ]
null
null
null
lib/cfr/builtins/libs/flutter/animation/animation.dart
tilk48/hydro-sdk
f4b86b4d10a8b8925eb4bf63bb882a7f2d5196ff
[ "MIT" ]
null
null
null
import 'package:hydro_sdk/cfr/builtins/libs/flutter/animation/alwaysStoppedAnimation.dart'; import 'package:hydro_sdk/hydroState.dart'; import 'package:hydro_sdk/cfr/vm/table.dart'; import 'package:meta/meta.dart'; void loadAnimation( {@required HydroState luaState, @required HydroTable table}) { var animation =...
31.5
91
0.777778
4469dae33136cc5533e4430017f88f84bbccbca9
149
py
Python
samples/proj/newYears.py
Mister-Meeseeks/init-sh
f1876bf9e18dcce3b177dd5deab43473d95df353
[ "Apache-2.0" ]
null
null
null
samples/proj/newYears.py
Mister-Meeseeks/init-sh
f1876bf9e18dcce3b177dd5deab43473d95df353
[ "Apache-2.0" ]
5
2020-02-18T18:14:54.000Z
2020-02-20T08:10:27.000Z
samples/proj/newYears.py
Mister-Meeseeks/initSh
f1876bf9e18dcce3b177dd5deab43473d95df353
[ "Apache-2.0" ]
null
null
null
#!/usr/bin/env initPy import sys import myProj.newYears as nye nCount = int(sys.argv[1]) \ if len(sys.argv) > 1 else 10 nye.countdown(nCount)
14.9
32
0.691275