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
e2e801702704c3093a19e17defe13f16ea24af20
9,049
py
Python
sisppeo/readers/L8_USGS_L2.py
inrae/SISPPEO
f516bb778b505739fdf320affe651b715ed75324
[ "Apache-2.0" ]
5
2021-11-05T09:23:13.000Z
2022-02-18T10:39:13.000Z
sisppeo/readers/L8_USGS_L2.py
inrae/SISPPEO
f516bb778b505739fdf320affe651b715ed75324
[ "Apache-2.0" ]
null
null
null
sisppeo/readers/L8_USGS_L2.py
inrae/SISPPEO
f516bb778b505739fdf320affe651b715ed75324
[ "Apache-2.0" ]
null
null
null
# Copyright 2020 Arthur Coqué, Pôle OFB-INRAE ECLA, UR RECOVER # # 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 applic...
37.704167
78
0.56824
e8553139d3e60191008bdecbfc1d729a4df68388
2,542
cs
C#
src/SpriteKit/ObsoleteCompat.cs
akoeplinger/xamarin-macios
2c3fd9b7813a4a85cf804326074b14fba42c8341
[ "BSD-3-Clause" ]
1
2020-07-12T15:19:12.000Z
2020-07-12T15:19:12.000Z
src/SpriteKit/ObsoleteCompat.cs
akoeplinger/xamarin-macios
2c3fd9b7813a4a85cf804326074b14fba42c8341
[ "BSD-3-Clause" ]
1
2020-12-03T21:49:24.000Z
2020-12-03T21:49:48.000Z
src/SpriteKit/ObsoleteCompat.cs
akoeplinger/xamarin-macios
2c3fd9b7813a4a85cf804326074b14fba42c8341
[ "BSD-3-Clause" ]
1
2020-03-06T09:44:30.000Z
2020-03-06T09:44:30.000Z
// // Compat.cs: Compatibility functions // // Authors: // Miguel de Icaza (miguel@xamarin.com) // // Copyright 2013-2014, 2016 Xamarin Inc using System; using ObjCRuntime; using CoreGraphics; namespace SpriteKit { #if !XAMCORE_3_0 && !MONOMAC public partial class SKAction { [Obsolete ("Use the 'FalloffBy' met...
26.206186
88
0.734068
e4114e6828cd5c908d19c053efc2abfc8b761611
145
cs
C#
SUS/SUS.MVCFramework/ViewEngine/IView.cs
StanislavaMiteva/Csharp-Web-Basics_2020_Sep
42e56cdca735554adf9376c052c47d250d9d21fd
[ "MIT" ]
null
null
null
SUS/SUS.MVCFramework/ViewEngine/IView.cs
StanislavaMiteva/Csharp-Web-Basics_2020_Sep
42e56cdca735554adf9376c052c47d250d9d21fd
[ "MIT" ]
null
null
null
SUS/SUS.MVCFramework/ViewEngine/IView.cs
StanislavaMiteva/Csharp-Web-Basics_2020_Sep
42e56cdca735554adf9376c052c47d250d9d21fd
[ "MIT" ]
null
null
null
namespace SUS.MVCFramework.ViewEngine { public interface IView { string ExecuteTemplate(object viewModel, string user); } }
18.125
62
0.689655
f4364c7fbbbbfb65ec75db344936cdc6cb59de5b
358
ts
TypeScript
src/common/graphql/enums/__test__/graphql-label-types-enum.spec.ts
bujosa/Moss-Green-Nest
ee0e48c04d16e5c894d03fa2441330cd652bf276
[ "MIT" ]
1
2022-02-14T00:56:33.000Z
2022-02-14T00:56:33.000Z
src/common/graphql/enums/__test__/graphql-label-types-enum.spec.ts
devsangwoo/BE-nest.js-practice
64099cadc0763e30f9c5add4d1c7129ca8e6b808
[ "MIT" ]
5
2022-01-17T04:08:07.000Z
2022-01-18T07:53:46.000Z
src/common/graphql/enums/__test__/graphql-label-types-enum.spec.ts
devsangwoo/BE-nest.js-practice
64099cadc0763e30f9c5add4d1c7129ca8e6b808
[ "MIT" ]
1
2021-06-09T13:12:38.000Z
2021-06-09T13:12:38.000Z
import { GraphQlFieldNames } from '../graphql-label-types.enum'; describe('Graphql Labels enum', () => { it('should match the enum values with the given strings', () => { expect(GraphQlFieldNames.ID_FIELD).toEqual('id'); expect(GraphQlFieldNames.INPUT_FIELD).toEqual('input'); expect(GraphQlFieldNames.EMA...
35.8
67
0.698324
beaf021136948fdd5afa115a4babf80aaea0ab7a
17,887
rs
Rust
src/event.rs
pthariensflame/conrod
4683a5f00ba08454dda25127783d1334c06df516
[ "Apache-2.0", "MIT" ]
null
null
null
src/event.rs
pthariensflame/conrod
4683a5f00ba08454dda25127783d1334c06df516
[ "Apache-2.0", "MIT" ]
null
null
null
src/event.rs
pthariensflame/conrod
4683a5f00ba08454dda25127783d1334c06df516
[ "Apache-2.0", "MIT" ]
null
null
null
//! Contains all the structs and enums to describe all of the input events that `Widget`s //! can handle. //! //! The core of this module is the `Event` enum, which encapsulates all of those events. //! //! //! //! The backend for conrod's event system. //! //! Conrod's event system looks like this: //! //! *RawEvent -...
35.072549
99
0.651646
b3355945cdd2c18a433821671caac42e3d9f234e
5,167
py
Python
tests/markup/test_genshi.py
mkdryden/flatland-fork
53a992fc059719c87ba702583b32ec674df82528
[ "MIT" ]
null
null
null
tests/markup/test_genshi.py
mkdryden/flatland-fork
53a992fc059719c87ba702583b32ec674df82528
[ "MIT" ]
null
null
null
tests/markup/test_genshi.py
mkdryden/flatland-fork
53a992fc059719c87ba702583b32ec674df82528
[ "MIT" ]
null
null
null
from flatland import String from flatland.out.generic import Markup from tests._util import assert_raises from tests.markup._util import render_genshi as render, need TemplateSyntaxError = None schema = String.named('element').using(default='val') @need('genshi') def setup(): global TemplateSyntaxError fro...
26.772021
74
0.606348
23f63dd504fb7b556fbd53224e786af6991a59a9
69
js
JavaScript
test/index.test.js
jhwen840220/inline-raw-source-plugin
d365814ab92e16a0093d7f853148458498d659be
[ "MIT" ]
null
null
null
test/index.test.js
jhwen840220/inline-raw-source-plugin
d365814ab92e16a0093d7f853148458498d659be
[ "MIT" ]
null
null
null
test/index.test.js
jhwen840220/inline-raw-source-plugin
d365814ab92e16a0093d7f853148458498d659be
[ "MIT" ]
null
null
null
test('Check the result of 5 + ', () => { expect(5 + 2).toBe(7) })
23
40
0.492754
3ce8feb45fe3b3fd8a0ee6de6bf0ad3ff1b141b0
636
kt
Kotlin
app/src/main/java/com/hadiyarajesh/flowersample/data/database/entity/Quote.kt
kikoso/flower
17f4f724a8d185ab33cc87998327949fc8e8dc8f
[ "MIT" ]
1
2020-10-17T12:49:41.000Z
2020-10-17T12:49:41.000Z
app/src/main/java/com/hadiyarajesh/flowersample/data/database/entity/Quote.kt
kikoso/flower
17f4f724a8d185ab33cc87998327949fc8e8dc8f
[ "MIT" ]
null
null
null
app/src/main/java/com/hadiyarajesh/flowersample/data/database/entity/Quote.kt
kikoso/flower
17f4f724a8d185ab33cc87998327949fc8e8dc8f
[ "MIT" ]
null
null
null
package com.hadiyarajesh.flowersample.data.database.entity import androidx.room.ColumnInfo import androidx.room.Entity import androidx.room.PrimaryKey import com.squareup.moshi.Json import com.squareup.moshi.JsonClass const val ID = 0 @Entity(tableName = "quote") @JsonClass(generateAdapter = true) data class Quote(...
23.555556
58
0.707547
8656a8532ce02e9c9243c3870b3896153f8f45fa
2,327
ps1
PowerShell
PowerCD/PowerCD.tasks.ps1
JustinGrote/PowerCD
04927b397f5a65753ec79da2e181a58ef783f0e3
[ "MIT" ]
36
2018-07-11T11:45:45.000Z
2022-01-26T00:28:49.000Z
PowerCD/PowerCD.tasks.ps1
JustinGrote/PowerCD
04927b397f5a65753ec79da2e181a58ef783f0e3
[ "MIT" ]
8
2018-07-01T18:56:42.000Z
2020-07-01T15:53:12.000Z
PowerCD/PowerCD.tasks.ps1
JustinGrote/PowerCD
04927b397f5a65753ec79da2e181a58ef783f0e3
[ "MIT" ]
5
2019-06-06T04:55:23.000Z
2021-08-05T22:59:30.000Z
Enter-Build { Initialize-PowerCD } task PowerCD.Clean { Invoke-PowerCDClean } task PowerCD.CleanPrerequisites { Invoke-PowerCDClean -Prerequisites } task PowerCD.Version { . Get-PowerCDVersion > $null } task PowerCD.BuildPSModule { Build-PowerCDModule } task PowerCD.UpdateVersion { Set-Pow...
23.505051
109
0.709497
dbf37ed04f8f2cd60978cd8a12c3f23b4116fa90
11,109
php
PHP
app/Http/Controllers/Admin/Dashboardcontroller.php
zenoman/dvina
dd3ecb3baafbeeced803129b21e2f7efc7425b17
[ "MIT" ]
null
null
null
app/Http/Controllers/Admin/Dashboardcontroller.php
zenoman/dvina
dd3ecb3baafbeeced803129b21e2f7efc7425b17
[ "MIT" ]
2
2021-05-06T19:09:38.000Z
2021-05-07T21:53:47.000Z
app/Http/Controllers/Admin/Dashboardcontroller.php
zenoman/dvina
dd3ecb3baafbeeced803129b21e2f7efc7425b17
[ "MIT" ]
null
null
null
<?php namespace App\Http\Controllers\Admin; use Illuminate\Http\Request; use App\Http\Controllers\Controller; use Illuminate\Support\Facades\DB; use Illuminate\Support\Facades\Session; class DashboardController extends Controller { //======================================================== public function edit...
35.835484
107
0.423981
a351b57d89baf640edb8ca533f3a52dc59fb3324
1,095
c
C
Alura/Avançando na Linguagem/fogefoge.c
Evaldo-comp/C
63128d8193575a0af8af435bdf990c6dd629e746
[ "MIT" ]
null
null
null
Alura/Avançando na Linguagem/fogefoge.c
Evaldo-comp/C
63128d8193575a0af8af435bdf990c6dd629e746
[ "MIT" ]
null
null
null
Alura/Avançando na Linguagem/fogefoge.c
Evaldo-comp/C
63128d8193575a0af8af435bdf990c6dd629e746
[ "MIT" ]
1
2020-10-07T08:06:29.000Z
2020-10-07T08:06:29.000Z
#include<stdio.h> #include<stdlib.h> #include "fogefoge.h" char** mapa; int linhas; int colunas; void lemapa(){ FILE* f; f = fopen("mapa.txt", "r"); // abre o mapa em doc de texto apenas para leitura if (f == 0) { // faz a verificação do arquivo, se estiver vazio, ele sai printf("Erro na leitur...
18.559322
82
0.552511
6ff03bc9141ba2d76a122f9a9f37b44af95d35c5
1,319
rb
Ruby
test/test_que_locks.rb
superpro-inc/que-locks
8e5eed732f619c1e821d7ed546eb855669bd4a48
[ "MIT" ]
null
null
null
test/test_que_locks.rb
superpro-inc/que-locks
8e5eed732f619c1e821d7ed546eb855669bd4a48
[ "MIT" ]
14
2020-02-10T08:14:39.000Z
2021-07-12T07:28:25.000Z
test/test_que_locks.rb
superpro-inc/que-locks
8e5eed732f619c1e821d7ed546eb855669bd4a48
[ "MIT" ]
1
2020-07-29T22:21:30.000Z
2020-07-29T22:21:30.000Z
require_relative "test_helper" $executions = [] class TestUntouchedJob < Que::Job def run(user_id) $executions << user_id end end class TestJob < Que::Job self.exclusive_execution_lock = true def run(user_id) $executions << user_id end end class TestReenqueueJob < Que::Job self.exclusive_execut...
19.115942
66
0.736922
2c9a4be39b6f62045c34b2d32e6883bbca91d8c0
453
cc
C++
sandbox/policy/linux/bpf_print_backend_policy_linux.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
sandbox/policy/linux/bpf_print_backend_policy_linux.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
sandbox/policy/linux/bpf_print_backend_policy_linux.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "sandbox/policy/linux/bpf_print_backend_policy_linux.h" namespace sandbox { namespace policy { PrintBackendProcessPolicy::PrintBackendProcessPo...
30.2
73
0.788079
4391a9d1b6d9f9b9301dcdc774d893ecb68b94a3
10,603
tsx
TypeScript
ubl-model-library/src/ubl/2.3/display/doc/DigitalAgreementDisplay.tsx
aleris/ubl-model
43cf9e491a166e9090cb0795af445f045d59a26f
[ "MIT" ]
null
null
null
ubl-model-library/src/ubl/2.3/display/doc/DigitalAgreementDisplay.tsx
aleris/ubl-model
43cf9e491a166e9090cb0795af445f045d59a26f
[ "MIT" ]
null
null
null
ubl-model-library/src/ubl/2.3/display/doc/DigitalAgreementDisplay.tsx
aleris/ubl-model
43cf9e491a166e9090cb0795af445f045d59a26f
[ "MIT" ]
null
null
null
import React from 'react' import { FieldMeta } from '../../meta/FieldMeta' import { DigitalAgreement } from '../../model/doc/DigitalAgreement' import { DigitalAgreementField, DigitalAgreementFieldMeta, DigitalAgreementTypeName } from '../../meta/doc/DigitalAgreementMeta' import { RenderContext } from '../RenderContex...
37.867857
129
0.686127
cf05105dd486bc26a14dee13ecc511bd22bef02c
2,552
php
PHP
tests/src/Collections/FieldCollectionTest.php
baboons/schema
0c9095d6d2c718119e4f2245db3dc994c3e32d46
[ "MIT" ]
1
2018-12-11T17:49:42.000Z
2018-12-11T17:49:42.000Z
tests/src/Collections/FieldCollectionTest.php
baboons/schema
0c9095d6d2c718119e4f2245db3dc994c3e32d46
[ "MIT" ]
null
null
null
tests/src/Collections/FieldCollectionTest.php
baboons/schema
0c9095d6d2c718119e4f2245db3dc994c3e32d46
[ "MIT" ]
null
null
null
<?php declare(strict_types=1); namespace GQLSchema\Tests\Collections; use GQLSchema\Types\InterfaceType; use GQLSchema\Types\Scalars\IntegerType; use GQLSchema\Types\Scalars\StringType; use GQLSchema\Field; use GQLSchema\Collections\FieldCollection; use PHPUnit\Framework\TestCase; /** * Class FieldCollectionTest *...
32.303797
108
0.635188
a61d30c2c217a06516bdcfad8fc723c1a9942450
624
dart
Dart
lib/stripe_sdk_ui.dart
emran92/stripe-sdk
b3b96543eb0b43cfb0ea384a8428c3b392fefbcf
[ "BSD-2-Clause-FreeBSD" ]
133
2019-11-11T17:03:45.000Z
2022-03-24T23:49:46.000Z
lib/stripe_sdk_ui.dart
emran92/stripe-sdk
b3b96543eb0b43cfb0ea384a8428c3b392fefbcf
[ "BSD-2-Clause-FreeBSD" ]
135
2019-11-10T22:15:29.000Z
2022-02-20T05:10:28.000Z
lib/stripe_sdk_ui.dart
emran92/stripe-sdk
b3b96543eb0b43cfb0ea384a8428c3b392fefbcf
[ "BSD-2-Clause-FreeBSD" ]
135
2019-11-17T09:43:45.000Z
2022-03-24T23:49:51.000Z
/// UI widgets, screens and helpers for Stripe and Stripe SDK. library stripe_sdk_ui; export 'src/models/card.dart'; export 'src/ui/checkout_page.dart'; export 'src/ui/models.dart'; export 'src/ui/screens/add_payment_method_screen.dart'; export 'src/ui/screens/payment_methods_screen.dart'; export 'src/ui/stores/paymen...
39
62
0.801282
8d8232ae82da980eedcc509d55252713fc1a51be
1,125
js
JavaScript
src/services/ChatService.js
FozzieHi/Arrow
b3b5031694d9f4a29e28bc3a6c5ec63819b65035
[ "Apache-2.0" ]
5
2018-01-13T08:12:13.000Z
2021-08-29T22:02:59.000Z
src/services/ChatService.js
FozzieHi/Arrow
b3b5031694d9f4a29e28bc3a6c5ec63819b65035
[ "Apache-2.0" ]
1
2019-12-04T09:05:16.000Z
2019-12-04T09:05:16.000Z
src/services/ChatService.js
FozzieHi/Arrow
b3b5031694d9f4a29e28bc3a6c5ec63819b65035
[ "Apache-2.0" ]
1
2018-02-11T09:57:54.000Z
2018-02-11T09:57:54.000Z
const db = require('../database'); const Constants = require('../utility/Constants.js'); const Random = require('../utility/Random.js'); const USD = require('../utility/USD.js'); class ChatService { constructor() { this.messages = new Map(); } async applyCash(msg, sender) { const lastMessage = this.mess...
36.290323
116
0.664
2ac8d517b4959a3bc3fa94627eb9242bd967ed6b
875
css
CSS
css/style.css
rocketmix/rocketmix.github.io
e984029a87a8ebf791869e6ab9da8c5ee3a4ec08
[ "Apache-2.0" ]
null
null
null
css/style.css
rocketmix/rocketmix.github.io
e984029a87a8ebf791869e6ab9da8c5ee3a4ec08
[ "Apache-2.0" ]
null
null
null
css/style.css
rocketmix/rocketmix.github.io
e984029a87a8ebf791869e6ab9da8c5ee3a4ec08
[ "Apache-2.0" ]
1
2020-10-08T16:57:18.000Z
2020-10-08T16:57:18.000Z
html, body { font-family: 'Raleway', sans-serif; } h1 { font-family: 'merriweather', serif; font-weight: bold; color: #DDDDDD; } .text-primary { color: #42d3a5 !important; } .navbar-brand { font-family: 'Caveat', cursive; font-size: 1.6rem; padding-top: 0rem; padding-bottom: 0rem; }...
16.509434
41
0.6
0d809b937142f0f720583e90a1f7f8156d35cce1
4,325
h
C
src/object/jsbasicobject.h
PrinceDhaliwal/grok-exprimental
4db619a91e235c9d0da5bb5a11f7e643f999e022
[ "Apache-2.0" ]
5
2015-12-31T16:30:16.000Z
2019-07-13T15:50:15.000Z
src/object/jsbasicobject.h
PrinceDhaliwal/grok-exprimental
4db619a91e235c9d0da5bb5a11f7e643f999e022
[ "Apache-2.0" ]
null
null
null
src/object/jsbasicobject.h
PrinceDhaliwal/grok-exprimental
4db619a91e235c9d0da5bb5a11f7e643f999e022
[ "Apache-2.0" ]
null
null
null
#ifndef OBJECT_H_ #define OBJECT_H_ #include "object/object.h" #include <map> namespace grok { namespace obj { // type of javascript objects enum class ObjectType { _null, _undefined, _bool, _number, _double, _string, _object, _array, _argument, _function }; template <class Key, class Value> u...
22.409326
76
0.696879
e4058d867c1b5bf782e2579d626dee9ba82c30c3
935
cs
C#
src/Zigbee.Protocol.Zigate/ZCL.Clusters.Color/MoveToColorTemperatureRequest.cs
LsquaredTechnologies/smarthome-zigbee
60e406428e6a235709289d1cdfee9cbf3cffd2e3
[ "MIT" ]
1
2021-02-12T23:40:30.000Z
2021-02-12T23:40:30.000Z
src/Zigbee.Protocol.Zigate/ZCL.Clusters.Color/MoveToColorTemperatureRequest.cs
LsquaredTechnologies/smarthome-zigbee
60e406428e6a235709289d1cdfee9cbf3cffd2e3
[ "MIT" ]
null
null
null
src/Zigbee.Protocol.Zigate/ZCL.Clusters.Color/MoveToColorTemperatureRequest.cs
LsquaredTechnologies/smarthome-zigbee
60e406428e6a235709289d1cdfee9cbf3cffd2e3
[ "MIT" ]
null
null
null
using System; using Lsquared.SmartHome.Zigbee.Protocol.Zigate; namespace Lsquared.SmartHome.Zigbee.ZCL.Clusters.Color { public sealed record MoveToColorTemperatureRequest : Request { public MoveToColorTemperatureRequest(NWK.Address nwkAddr, APP.Endpoint endpoint, int colorTemperature, TimeSpan transiti...
38.958333
135
0.613904
3931a3f02863abaac2d2ac923368ffeed6782fa6
1,283
py
Python
server/dataset/models.py
johnugeorge/medperf
5bc3f643064df14e9476bd4d4c1a4c0cce5337d5
[ "Apache-2.0" ]
1
2021-09-24T18:09:53.000Z
2021-09-24T18:09:53.000Z
server/dataset/models.py
johnugeorge/medperf
5bc3f643064df14e9476bd4d4c1a4c0cce5337d5
[ "Apache-2.0" ]
2
2021-09-27T16:14:04.000Z
2021-11-03T14:24:54.000Z
server/dataset/models.py
johnugeorge/medperf
5bc3f643064df14e9476bd4d4c1a4c0cce5337d5
[ "Apache-2.0" ]
null
null
null
from django.db import models from django.contrib.auth.models import User class Dataset(models.Model): DATASET_STATE = ( ("DEVELOPMENT", "DEVELOPMENT"), ("OPERATION", "OPERATION"), ) name = models.CharField(max_length=20) description = models.CharField(max_length=20, blank=True) lo...
34.675676
78
0.710055
7ad439ff53a0de87f68672a8565c167f365009c0
12,051
cs
C#
Test/Test.cs
sbarisic/Foam
a3cf62854f13c635c63effe3208926492c9343f1
[ "Unlicense" ]
null
null
null
Test/Test.cs
sbarisic/Foam
a3cf62854f13c635c63effe3208926492c9343f1
[ "Unlicense" ]
null
null
null
Test/Test.cs
sbarisic/Foam
a3cf62854f13c635c63effe3208926492c9343f1
[ "Unlicense" ]
null
null
null
using Foam; using RaylibSharp; using System; using System.Collections.Generic; using System.Diagnostics; using System.Drawing; using System.Drawing.Imaging; using System.IO; using System.Linq; using System.Numerics; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading...
30.278894
171
0.668492
c93d51e1d70f368b519e8193ab0db0c47716896b
687
tsx
TypeScript
src/app/pages/AdminPage/sections/CreateContact/index.tsx
pantoine-arsene/carbonapp-boilerplate-front
3a3c1b1922ee0a265014d66223c4d8b14cdeab35
[ "MIT" ]
null
null
null
src/app/pages/AdminPage/sections/CreateContact/index.tsx
pantoine-arsene/carbonapp-boilerplate-front
3a3c1b1922ee0a265014d66223c4d8b14cdeab35
[ "MIT" ]
null
null
null
src/app/pages/AdminPage/sections/CreateContact/index.tsx
pantoine-arsene/carbonapp-boilerplate-front
3a3c1b1922ee0a265014d66223c4d8b14cdeab35
[ "MIT" ]
null
null
null
import { FormConfirmButton, FormElement, FormInput, FormLabel, FormTitle, FormWrapper, } from '../FormComponents'; export function CreateContact() { return ( <FormWrapper> <FormTitle>Créer un contact</FormTitle> <FormElement> <FormLabel>Nom</FormLabel> <FormInput /> </FormEl...
22.9
54
0.636099
bb8a40906527f260c9acfb5fdda11019a425f62a
224
cs
C#
JsonLogViewer/Startup.cs
HighEncryption/JsonLogViewer
bec681a3d559f8b84cfdc2fbb807a8d93b8cb7e0
[ "MIT" ]
null
null
null
JsonLogViewer/Startup.cs
HighEncryption/JsonLogViewer
bec681a3d559f8b84cfdc2fbb807a8d93b8cb7e0
[ "MIT" ]
null
null
null
JsonLogViewer/Startup.cs
HighEncryption/JsonLogViewer
bec681a3d559f8b84cfdc2fbb807a8d93b8cb7e0
[ "MIT" ]
null
null
null
namespace JsonLogViewer { using System; using System.Windows; public class Startup { [STAThread] internal static void Main(string[] args) { App.Start(); } } }
16
48
0.526786
da87ee0caac2b36b158ccee48c3799e87f963d60
1,297
php
PHP
app/Helper/DateHelper.php
ali-nikookherad/khanero
e6b3fb29a4f86d852f4702685c7b681e37207dd9
[ "MIT" ]
null
null
null
app/Helper/DateHelper.php
ali-nikookherad/khanero
e6b3fb29a4f86d852f4702685c7b681e37207dd9
[ "MIT" ]
null
null
null
app/Helper/DateHelper.php
ali-nikookherad/khanero
e6b3fb29a4f86d852f4702685c7b681e37207dd9
[ "MIT" ]
null
null
null
<?php namespace App\Helper; use App\Jobs\SendAdminEmail; use App\Jobs\SendMail; use Illuminate\Support\Facades\Mail; use App\Jobs\sendShareMail; use Morilog\Jalali\jDateTime; class DateHelper { public static function SolarToGregorian($date, $delimeter = '/', $imploder = '-') { $date = explode($delim...
25.94
94
0.64148
6dfd7d5767cfe92cc1e50196da5011b5aa17fb91
158
h
C
SimpleGamesCollection/Classes/life/ZOrderValues.h
beardog-ukr/fuzzy-panther
0282c29afdcfe0f068f9b624de487d566a9a6c14
[ "Unlicense" ]
1
2020-09-05T04:39:06.000Z
2020-09-05T04:39:06.000Z
SimpleGamesCollection/Classes/life/ZOrderValues.h
beardog-ukr/fuzzy-panther
0282c29afdcfe0f068f9b624de487d566a9a6c14
[ "Unlicense" ]
null
null
null
SimpleGamesCollection/Classes/life/ZOrderValues.h
beardog-ukr/fuzzy-panther
0282c29afdcfe0f068f9b624de487d566a9a6c14
[ "Unlicense" ]
null
null
null
#pragma once namespace life { enum ZOrderValues { kGameBackgroundZOrder = 10, kCellsZOrder = 30, kCreatureZOrder = 31, kLifeMarkZOrder = 32, }; }
11.285714
29
0.696203
2c7b23b7628299f1113d367a80f7877aa0071952
589
py
Python
csgame/views.py
someshdube/Crowdsourcing
497fd46415b4c0fc2be69d42e0661d7fe423b278
[ "Apache-2.0" ]
null
null
null
csgame/views.py
someshdube/Crowdsourcing
497fd46415b4c0fc2be69d42e0661d7fe423b278
[ "Apache-2.0" ]
null
null
null
csgame/views.py
someshdube/Crowdsourcing
497fd46415b4c0fc2be69d42e0661d7fe423b278
[ "Apache-2.0" ]
null
null
null
from django.http import * from django.shortcuts import render_to_response,redirect,render def profile(request): return render(request, 'profile.html') def over(request): return render(request, 'over.html') def about(request): return render(request, 'about.html') def handler404(request, *args...
24.541667
64
0.689304
b31acfd9ef0b22cc00d423564148ee8cbd5800b7
1,639
py
Python
tests/operation_test.py
SeaOfOcean/EasyParallelLibrary
93baaa851f5ce078b1c55032a27398a588ca4107
[ "Apache-2.0" ]
100
2022-02-23T08:54:35.000Z
2022-03-31T04:02:38.000Z
tests/operation_test.py
chenyang472043503/EasyParallelLibrary
cd2873fe04c86c62e55418129ba2f1dc83d222b4
[ "Apache-2.0" ]
null
null
null
tests/operation_test.py
chenyang472043503/EasyParallelLibrary
cd2873fe04c86c62e55418129ba2f1dc83d222b4
[ "Apache-2.0" ]
22
2022-02-23T09:02:01.000Z
2022-03-18T03:24:00.000Z
# Copyright 2021 Alibaba Group Holding Limited. 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. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ...
34.87234
79
0.704698
586ea8ea8193b81329f3810c0c2f001927be5d50
2,205
css
CSS
src/App.css
Nishchay9518/quote-machine
d90a0849e49e4e24682ad11132f8c888e413e0aa
[ "MIT" ]
null
null
null
src/App.css
Nishchay9518/quote-machine
d90a0849e49e4e24682ad11132f8c888e413e0aa
[ "MIT" ]
null
null
null
src/App.css
Nishchay9518/quote-machine
d90a0849e49e4e24682ad11132f8c888e413e0aa
[ "MIT" ]
null
null
null
#root,html,body{ margin: 0; padding: 0; height: 100vh; box-sizing: border-box; font-size: 15px; } .app{ height: 100%; margin: 0; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: blueviolet; text-align...
19.342105
75
0.620862
7ac1d98d61046823d43cef6a0a32e7cf5a4f8c95
7,821
asm
Assembly
x86/vhd/vbr1.asm
gramado/gramlo
d738775276e9b085568553fa664ab7c71be96a13
[ "BSD-2-Clause" ]
4
2020-12-18T01:32:16.000Z
2020-12-18T14:09:05.000Z
ge/boot/x86/0vhd/vbr1.asm
moneytech/gramado
6cef2167281f4d9e93aa1c84135cc918ecb8a008
[ "BSD-2-Clause" ]
null
null
null
ge/boot/x86/0vhd/vbr1.asm
moneytech/gramado
6cef2167281f4d9e93aa1c84135cc918ecb8a008
[ "BSD-2-Clause" ]
1
2020-12-18T14:10:37.000Z
2020-12-18T14:10:37.000Z
;; VBR para a partição de boot. ;; O volume começa no setor 63 com esse VBR (boot sector do volume). ;; ;; A FAT1 fica no setor 67, a FAT2 fica no setor ??, o root dir fica ;; no setor 559 a área de dados começa no setor 591. ;; ;; ;; ## VBR ## ;; ;; unsigned char JumpInstruction[3]; db 0xEB, 0x3C, 0x90 ;; unsi...
37.966019
97
0.703491
f4eeeee8c4782bbbbf7a51c2490a853bb849dfce
151
ts
TypeScript
types/lib.d.ts
ducnmisbk/react-native-simple-twitter
cfc8855f9d7f46d63a16e26a98af9e13a9eab7c7
[ "MIT" ]
null
null
null
types/lib.d.ts
ducnmisbk/react-native-simple-twitter
cfc8855f9d7f46d63a16e26a98af9e13a9eab7c7
[ "MIT" ]
null
null
null
types/lib.d.ts
ducnmisbk/react-native-simple-twitter
cfc8855f9d7f46d63a16e26a98af9e13a9eab7c7
[ "MIT" ]
null
null
null
export declare const decodeHTMLEntities: (text: string) => string; export declare const getRelativeTime: (dateTime: string | number | Date) => string;
50.333333
83
0.761589
a44aa7647d68a1634fedabbf3fcd93da1d863156
12,486
php
PHP
resources/views/khaosat.blade.php
andv118/bao_cao_hanh_chinh
289f0b960851d4bf57a7c6eab277843e7369536b
[ "MIT" ]
null
null
null
resources/views/khaosat.blade.php
andv118/bao_cao_hanh_chinh
289f0b960851d4bf57a7c6eab277843e7369536b
[ "MIT" ]
null
null
null
resources/views/khaosat.blade.php
andv118/bao_cao_hanh_chinh
289f0b960851d4bf57a7c6eab277843e7369536b
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <title>Hệ thống quản lý hiệp hội</title> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="sở nội vụ" /> <script src="public/admin/vendors/jquery/dist/j...
39.891374
193
0.513615
545bf39a2fa84f4e1d37d358992dd67eae0b43b7
117
dart
Dart
shoppingapp/lib/core/constants/inapp/shop_strings.dart
VB10/shopp
ba7a7c7f861d9408fb40e3c7c24c7865ed2caf47
[ "Apache-2.0" ]
49
2020-04-12T21:13:58.000Z
2022-03-10T11:37:40.000Z
shoppingapp/lib/core/constants/inapp/shop_strings.dart
VB10/shopp
ba7a7c7f861d9408fb40e3c7c24c7865ed2caf47
[ "Apache-2.0" ]
null
null
null
shoppingapp/lib/core/constants/inapp/shop_strings.dart
VB10/shopp
ba7a7c7f861d9408fb40e3c7c24c7865ed2caf47
[ "Apache-2.0" ]
14
2020-04-12T23:22:11.000Z
2022-03-29T09:20:38.000Z
part of "../app_strings.dart"; class _ShopStrings { final title = "Pasta & Noodies"; final subTitle = "Card"; }
16.714286
34
0.65812
a43877094568ff894a94db3b146282e7587575b1
2,408
swift
Swift
ValidationsDemo/UIViewControllers/Others/ChangePasswordVC.swift
Mindinventory/MIFieldValidator
281f2950dcab6d595469ff616684eb5acf1e7997
[ "MIT" ]
30
2019-10-19T21:39:21.000Z
2021-12-10T09:05:45.000Z
ValidationsDemo/UIViewControllers/Others/ChangePasswordVC.swift
Mindinventory/MIFieldValidator
281f2950dcab6d595469ff616684eb5acf1e7997
[ "MIT" ]
null
null
null
ValidationsDemo/UIViewControllers/Others/ChangePasswordVC.swift
Mindinventory/MIFieldValidator
281f2950dcab6d595469ff616684eb5acf1e7997
[ "MIT" ]
12
2019-11-06T04:32:16.000Z
2021-08-03T15:07:18.000Z
// // ChangePasswordVC.swift // ValidationsDemo // // Created by mac-00011 on 09/10/19. // Copyright © 2019 Mac-0008. All rights reserved. // import UIKit final class ChangePasswordVC: BaseViewController { // MARK:- IBOutlets - @IBOutlet weak var containerView: UIView! @IBOutlet private weak var...
32.540541
161
0.666113
e68a4ee402a454ca3563ea91edda3e36f50a0d92
6,501
c
C
src/vhdwriter/vhdwriter.c
fujiawei-dev/assembly-notes
883b364ecf80df96b6d5e6cf4e3731de05184e49
[ "MIT" ]
1
2022-02-04T08:46:41.000Z
2022-02-04T08:46:41.000Z
src/vhdwriter/vhdwriter.c
fujiawei-dev/assembly-notes
883b364ecf80df96b6d5e6cf4e3731de05184e49
[ "MIT" ]
null
null
null
src/vhdwriter/vhdwriter.c
fujiawei-dev/assembly-notes
883b364ecf80df96b6d5e6cf4e3731de05184e49
[ "MIT" ]
null
null
null
/* * @Date: 2022.02.05 20:54 * @Description: Omit * @LastEditors: Rustle Karl * @LastEditTime: 2022.02.05 20:54 */ #include <string.h> #include <stdarg.h> #include <getopt.h> #include <stdlib.h> #include "vhdwriter.h" int init_vhd_writer(vhd_writer *writer, const char *vhd_file) { FILE *fp = fopen(vhd_file, ...
28.265217
103
0.585756
08ab087ea1d136f187f8656b49a479564002a548
731
cpp
C++
SET_1/00/main.cpp
tony9402/FastCampus_Solution
eb48db9e192cefbe5e0f455afa5195dde25d19c0
[ "MIT" ]
19
2021-07-06T17:33:33.000Z
2022-03-25T03:11:28.000Z
SET_1/00/main.cpp
tony9402/FastCampus_Solution
eb48db9e192cefbe5e0f455afa5195dde25d19c0
[ "MIT" ]
null
null
null
SET_1/00/main.cpp
tony9402/FastCampus_Solution
eb48db9e192cefbe5e0f455afa5195dde25d19c0
[ "MIT" ]
3
2021-07-07T04:33:47.000Z
2021-09-25T01:51:14.000Z
// #include<bits/stdc++.h> #include<iostream> #include<vector> using namespace std; int main(){ ios::sync_with_stdio(false); cin.tie(0); int N, M; cin >> N >> M; vector<int> bulb(N + 1); for(int i=1;i<=N;i++) cin >> bulb[i]; for(int i=0;i<M;i++){ int command, a, b; cin >> command >> ...
20.885714
52
0.428181
c93bea3ebcd95f0cf1d4a0674a5df7057a9aa831
46
tsx
TypeScript
src/components/common/DropdownMultiMenu/index.tsx
harsandevhunt/react-poc
226b75577f7ec27529a997ae7714dd5651b7c14d
[ "MIT" ]
null
null
null
src/components/common/DropdownMultiMenu/index.tsx
harsandevhunt/react-poc
226b75577f7ec27529a997ae7714dd5651b7c14d
[ "MIT" ]
4
2021-03-10T17:45:56.000Z
2022-02-27T04:33:50.000Z
src/components/common/DropdownMultiMenu/index.tsx
harsandevhunt/react-poc
226b75577f7ec27529a997ae7714dd5651b7c14d
[ "MIT" ]
null
null
null
export { default } from './DropdownMultiMenu';
46
46
0.73913
43de784e43e743dd76019b9ee98ebd8e3c809d4c
4,750
ts
TypeScript
packages/data/tests/unit/models/metadata/table-test.ts
DekusDenial/framework
46531c57fbc86dde3d2179aa199debce4db5522f
[ "MIT" ]
null
null
null
packages/data/tests/unit/models/metadata/table-test.ts
DekusDenial/framework
46531c57fbc86dde3d2179aa199debce4db5522f
[ "MIT" ]
null
null
null
packages/data/tests/unit/models/metadata/table-test.ts
DekusDenial/framework
46531c57fbc86dde3d2179aa199debce4db5522f
[ "MIT" ]
null
null
null
import { module, test } from 'qunit'; import { setupTest } from 'ember-qunit'; import TableMetadataModel, { TableMetadataPayload } from 'navi-data/models/metadata/table'; import KegService from 'navi-data/services/keg'; // eslint-disable-next-line @typescript-eslint/no-explicit-any let Payload: TableMetadataPayload, M...
29.141104
115
0.633263
7c01f5fa8329cd5fa6a9c416885f42b8af42f214
2,531
py
Python
examples/rough_translated1/osggraphicscost.py
JaneliaSciComp/osgpyplusplus
a5ae3f69c7e9101a32d8cc95fe680dab292f75ac
[ "BSD-3-Clause" ]
17
2015-06-01T12:19:46.000Z
2022-02-12T02:37:48.000Z
examples/rough_translated1/osggraphicscost.py
cmbruns/osgpyplusplus
f8bfca2cf841e15f6ddb41c958f3ad0d0b9e4b75
[ "BSD-3-Clause" ]
7
2015-07-04T14:36:49.000Z
2015-07-23T18:09:49.000Z
examples/rough_translated1/osggraphicscost.py
cmbruns/osgpyplusplus
f8bfca2cf841e15f6ddb41c958f3ad0d0b9e4b75
[ "BSD-3-Clause" ]
7
2015-11-28T17:00:31.000Z
2020-01-08T07:00:59.000Z
#!/bin/env python # Automatically translated python version of # OpenSceneGraph example program "osggraphicscost" # !!! This program will need manual tuning before it will work. !!! import sys from osgpypp import osg from osgpypp import osgDB from osgpypp import osgViewer # Translated from file 'osggraphicscost.c...
29.091954
113
0.732122
ab10ce6f06d4f1fa4bb3efbb81f8ae7bde61dcfd
4,934
dart
Dart
lib/src/proto/proto_gen/cosmos/slashing/v1beta1/tx.pb.dart
provenance-io/provenance-dart
7b3c4dec367cf5a533d6119a9cb10527dec0873b
[ "Apache-2.0" ]
null
null
null
lib/src/proto/proto_gen/cosmos/slashing/v1beta1/tx.pb.dart
provenance-io/provenance-dart
7b3c4dec367cf5a533d6119a9cb10527dec0873b
[ "Apache-2.0" ]
1
2022-02-05T14:20:38.000Z
2022-02-05T14:20:38.000Z
lib/src/proto/proto_gen/cosmos/slashing/v1beta1/tx.pb.dart
provenance-io/provenance-dart
7b3c4dec367cf5a533d6119a9cb10527dec0873b
[ "Apache-2.0" ]
null
null
null
/// // Generated code. Do not modify. // source: cosmos/slashing/v1beta1/tx.proto // // @dart = 2.12 // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields imp...
41.462185
212
0.693758
1310f0ee33e0521a0b89a3793bde48a1dd25129d
900
c
C
src/mrbx_vm_call_by_method.c
dearblue/mruby-aux
534a2a06720b8ad45243506536782780fa56a53c
[ "CC0-1.0" ]
null
null
null
src/mrbx_vm_call_by_method.c
dearblue/mruby-aux
534a2a06720b8ad45243506536782780fa56a53c
[ "CC0-1.0" ]
null
null
null
src/mrbx_vm_call_by_method.c
dearblue/mruby-aux
534a2a06720b8ad45243506536782780fa56a53c
[ "CC0-1.0" ]
1
2018-02-13T04:10:01.000Z
2018-02-13T04:10:01.000Z
#include <mruby-aux/vmext.h> #include <mruby-aux/compat/mruby.h> #include <mruby-aux/compat/proc.h> #include <mruby-aux/proc.h> mrb_value mrbx_vm_call_by_method(mrb_state *mrb, struct RClass *tc, mrb_method_t m, mrb_sym mid, mrb_value recv, int argc, const mrb_value argv[], mrb_value block) { mrb_func_t cfunc; ...
26.470588
104
0.676667
dbe7805810820e156ca83de88edae32ff6f8f319
5,133
php
PHP
resources/views/formateur/create.blade.php
ismael4174/Gestion_stagiaire
385fa31f658ef07ca2211cff0fbc1d3a454526f6
[ "MIT" ]
null
null
null
resources/views/formateur/create.blade.php
ismael4174/Gestion_stagiaire
385fa31f658ef07ca2211cff0fbc1d3a454526f6
[ "MIT" ]
null
null
null
resources/views/formateur/create.blade.php
ismael4174/Gestion_stagiaire
385fa31f658ef07ca2211cff0fbc1d3a454526f6
[ "MIT" ]
null
null
null
@extends("layouts.app") @section("style") <link href="assets/plugins/datatable/css/dataTables.bootstrap5.min.css" rel="stylesheet" /> @endsection @section("wrapper") <!--start page wrapper --> <div class="page-wrapper"> <div class="page-content"> <!--breadcrumb--> <div class="page-breadcrumb d-no...
49.834951
137
0.403273
0db6b6770b31905fc2e6731693cdfe48c48f3b49
15,019
cs
C#
src/Orchard.Web/Modules/CloudBust.Application/Services/GamesService.cs
doticca/Orchard.CloudBust
b1fae5236fe37ce00ec19d03ac0159c6e94f6592
[ "BSD-3-Clause" ]
1
2017-10-23T06:28:08.000Z
2017-10-23T06:28:08.000Z
src/Orchard.Web/Modules/CloudBust.Application/Services/GamesService.cs
doticca/Orchard.CloudBust
b1fae5236fe37ce00ec19d03ac0159c6e94f6592
[ "BSD-3-Clause" ]
null
null
null
src/Orchard.Web/Modules/CloudBust.Application/Services/GamesService.cs
doticca/Orchard.CloudBust
b1fae5236fe37ce00ec19d03ac0159c6e94f6592
[ "BSD-3-Clause" ]
null
null
null
using System; using System.Collections.Generic; using System.Linq; using CloudBust.Application.Models; using Orchard; using Orchard.ContentManagement; using Orchard.Data; using Orchard.Security; using Orchard.Services; namespace CloudBust.Application.Services { public class GamesService : IGamesService { ...
38.216285
174
0.611492
08c38598f36890ba8f73ce44a3657d20b35751c9
1,758
css
CSS
public/assets/vendor_components/popper/packages/popper/tests/styles/test.css
jogindrakumar/rajputana_body_garage_gym
d5ff66338c7aaa20d729a616b6a91cf29f2bf06b
[ "MIT" ]
404
2015-01-06T17:48:10.000Z
2021-09-28T00:14:42.000Z
public/assets/vendor_components/popper/packages/popper/tests/styles/test.css
jogindrakumar/rajputana_body_garage_gym
d5ff66338c7aaa20d729a616b6a91cf29f2bf06b
[ "MIT" ]
28
2015-03-04T22:31:39.000Z
2020-09-09T09:55:21.000Z
public/assets/vendor_components/popper/packages/popper/tests/styles/test.css
jogindrakumar/rajputana_body_garage_gym
d5ff66338c7aaa20d729a616b6a91cf29f2bf06b
[ "MIT" ]
53
2015-02-26T20:36:08.000Z
2020-09-09T11:50:35.000Z
#rel { position: absolute; color: black; background: yellow; top: 40vh; left: 50vw; padding: 30px; } #theEvilBoundary { position: absolute; top: 300px; left: 100px; background: red; padding: 200px; } #thePopper3 { height: 200px; } .ref { display: inline-block; b...
20.682353
59
0.61661
439140f7f9707080280269836ba6cf23bf763bbb
4,819
ts
TypeScript
src/store/Modules/MagicProjects.ts
Motionline/Piledit-FrontEnd
46438c8b59483e5d5d3b9d1816e61889e3239f2e
[ "MIT" ]
8
2021-01-08T21:39:57.000Z
2021-02-19T11:06:20.000Z
src/store/Modules/MagicProjects.ts
Motionline/Piledit-FrontEnd
46438c8b59483e5d5d3b9d1816e61889e3239f2e
[ "MIT" ]
7
2021-01-05T14:21:14.000Z
2021-02-02T14:05:23.000Z
src/store/Modules/MagicProjects.ts
MotiOnline/Piledit-FrontEnd
46438c8b59483e5d5d3b9d1816e61889e3239f2e
[ "MIT" ]
2
2021-01-24T04:08:33.000Z
2021-02-06T21:39:01.000Z
import { Action, Module, Mutation, VuexModule } from 'vuex-module-decorators' import store, { blocksModule, clipsModule, componentsModule, projectsModule, tabsModule } from '@/store/store' import firebase from 'firebase' import { DB } from '@/firebase/db' import { PBlocks, PClips, PComponents, PProject, PProjects } fro...
43.414414
110
0.711766
6d1523e9da9b30cfed1aa35c29e0abfbdccb1825
499
ts
TypeScript
src/databases/migrations/1586775796162-add-column-display-name.ts
fame1237/test_nestjs_with_type_ORM
93005fb3f44d456241ea44810014cb5408f338b7
[ "MIT" ]
null
null
null
src/databases/migrations/1586775796162-add-column-display-name.ts
fame1237/test_nestjs_with_type_ORM
93005fb3f44d456241ea44810014cb5408f338b7
[ "MIT" ]
null
null
null
src/databases/migrations/1586775796162-add-column-display-name.ts
fame1237/test_nestjs_with_type_ORM
93005fb3f44d456241ea44810014cb5408f338b7
[ "MIT" ]
null
null
null
import {MigrationInterface, QueryRunner, Column, TableColumn} from "typeorm"; export class AddColumnDisplayName1586775796162 implements MigrationInterface { public async up(queryRunner: QueryRunner): Promise<any> { await queryRunner.addColumn('users',new TableColumn({ name: 'displayName', ...
29.352941
78
0.679359
7f2f0af056c64be5f28bf3c6eceb2218d6aeb675
3,595
php
PHP
resources/views/form/product.blade.php
ariq2901/relasiLaravel
51dc011f1f2448ebe299081700489f2a60aff099
[ "MIT" ]
null
null
null
resources/views/form/product.blade.php
ariq2901/relasiLaravel
51dc011f1f2448ebe299081700489f2a60aff099
[ "MIT" ]
null
null
null
resources/views/form/product.blade.php
ariq2901/relasiLaravel
51dc011f1f2448ebe299081700489f2a60aff099
[ "MIT" ]
null
null
null
@extends('../masterlayout') @section('title', 'Product Form') @section('content') <div class="container"> <div class="row justify-content-center mt-3 my-5"> <div class="col col-6"> <div class="card"> <div class="card-header bg-success text-light font-weight-bold">Add Your Product</div> <di...
40.393258
152
0.490403
93029acf6449e65048216e48959e2d2f30ca960d
1,764
go
Go
commands/errors.go
JiriPapousek/insights-operator-cli
f5951beff32290ab4420e875a4fba784298c248a
[ "Apache-2.0" ]
3
2019-11-18T10:25:27.000Z
2020-06-17T03:38:22.000Z
commands/errors.go
JiriPapousek/insights-operator-cli
f5951beff32290ab4420e875a4fba784298c248a
[ "Apache-2.0" ]
338
2019-10-23T12:04:04.000Z
2022-03-01T10:31:21.000Z
commands/errors.go
JiriPapousek/insights-operator-cli
f5951beff32290ab4420e875a4fba784298c248a
[ "Apache-2.0" ]
7
2019-10-10T13:37:35.000Z
2021-07-19T12:27:55.000Z
/* Copyright © 2019, 2020, 2021 Red Hat, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writi...
46.421053
92
0.776077
df2d535d2d0f51e28bb8626ddd0df778a9c80a61
3,493
cs
C#
src/app-ropio/AppRopio.ECommerce/Products/iOS/Views/ProductCard/Cells/Collection/Horizontal/Shops/Cells/PDHShopIndicatorCell.cs
pocheshire/AppRopio.Mobile
7110eb212efa9f7737ccd154d349acf43079b285
[ "Apache-2.0" ]
null
null
null
src/app-ropio/AppRopio.ECommerce/Products/iOS/Views/ProductCard/Cells/Collection/Horizontal/Shops/Cells/PDHShopIndicatorCell.cs
pocheshire/AppRopio.Mobile
7110eb212efa9f7737ccd154d349acf43079b285
[ "Apache-2.0" ]
null
null
null
src/app-ropio/AppRopio.ECommerce/Products/iOS/Views/ProductCard/Cells/Collection/Horizontal/Shops/Cells/PDHShopIndicatorCell.cs
pocheshire/AppRopio.Mobile
7110eb212efa9f7737ccd154d349acf43079b285
[ "Apache-2.0" ]
1
2018-08-01T04:02:43.000Z
2018-08-01T04:02:43.000Z
using System; using AppRopio.Base.Core.Converters; using AppRopio.Base.iOS; using AppRopio.Base.iOS.UIExtentions; using AppRopio.ECommerce.Products.Core.ViewModels.ProductCard.Items.Collection.Horizontal.Shops.Items; using AppRopio.ECommerce.Products.iOS.Models; using AppRopio.ECommerce.Products.iOS.Services; using Fo...
32.64486
146
0.647295
a16f265ef81e79c7a9911011688def54f23e28d9
1,857
ts
TypeScript
packages/sc-core/src/types/category.ts
selfcommunity/community-ui
83a6ac67c9b4bc93e745e76b07856656dfbea446
[ "MIT" ]
null
null
null
packages/sc-core/src/types/category.ts
selfcommunity/community-ui
83a6ac67c9b4bc93e745e76b07856656dfbea446
[ "MIT" ]
null
null
null
packages/sc-core/src/types/category.ts
selfcommunity/community-ui
83a6ac67c9b4bc93e745e76b07856656dfbea446
[ "MIT" ]
1
2022-03-31T14:44:29.000Z
2022-03-31T14:44:29.000Z
import {SCTagType} from './tag'; /** * Interface SCCategoryType. * Category Schema. */ export interface SCCategoryType { /** * The ID of the category. */ id: number; /** * The manual ordering number of the category. */ order?: number; /** * The name of the category. */ name: string; ...
15.221311
50
0.588045
ed11a9a51ca99dd40292b54b9306b21263395edf
1,412
h
C
WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.h
tuxi/WebDriverAgentBackup
e0923925d0a253cc2067fbedea8b3b97e94e74f4
[ "BSD-3-Clause" ]
610
2016-09-09T17:01:21.000Z
2022-03-28T21:21:31.000Z
WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.h
tuxi/WebDriverAgentBackup
e0923925d0a253cc2067fbedea8b3b97e94e74f4
[ "BSD-3-Clause" ]
304
2015-12-23T19:30:10.000Z
2022-03-27T08:37:06.000Z
WebDriverAgentLib/Utilities/XCUIApplicationProcessDelay.h
tuxi/WebDriverAgentBackup
e0923925d0a253cc2067fbedea8b3b97e94e74f4
[ "BSD-3-Clause" ]
265
2015-12-23T16:45:26.000Z
2022-03-31T04:36:08.000Z
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #import <F...
36.205128
107
0.783286
2c8d41f2bea794a70ad7ec39d84322fe3304e038
99
py
Python
etc/scripts/pygments_style.py
bkchung/dotfiles_old
396582eaea2a593f5f05908e136dca2cdf0fd29c
[ "Vim", "curl", "MIT" ]
852
2015-01-15T23:22:27.000Z
2022-03-12T04:13:45.000Z
etc/scripts/pygments_style.py
bkchung/dotfiles_old
396582eaea2a593f5f05908e136dca2cdf0fd29c
[ "Vim", "curl", "MIT" ]
6
2015-10-05T02:47:13.000Z
2022-03-11T15:34:31.000Z
etc/scripts/pygments_style.py
bkchung/dotfiles_old
396582eaea2a593f5f05908e136dca2cdf0fd29c
[ "Vim", "curl", "MIT" ]
326
2015-02-26T12:37:39.000Z
2022-03-13T12:34:46.000Z
from pygments.styles import get_all_styles styles = list(get_all_styles()) print '\n'.join(styles)
24.75
42
0.787879
651970f7cfa82215583c6b4dd662464b4daf4e67
344
css
CSS
public/stylesheets/style.css
aaronfuj/contest_scoreboard
edd12cc78cd792cf4893e6ba1c2b2a91245ce5f4
[ "MIT" ]
2
2020-03-07T23:06:27.000Z
2020-03-08T21:20:16.000Z
public/stylesheets/style.css
aaronfuj/contest_scoreboard
edd12cc78cd792cf4893e6ba1c2b2a91245ce5f4
[ "MIT" ]
null
null
null
public/stylesheets/style.css
aaronfuj/contest_scoreboard
edd12cc78cd792cf4893e6ba1c2b2a91245ce5f4
[ "MIT" ]
null
null
null
body { /* padding: 50px; */ font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #00B7FF; } .home-login-button { background-color: lightblue; } .home-spectate-button { background-color: lightgreen; } .home-button { width: 100%; height: 50vh; line-height: 50vh; font-size: 6vw; v...
14.333333
59
0.651163
7317ff64ca0f15790e2cd37c57c8426e52c08d7c
349,352
sql
SQL
localhost_database_file/cashbook_localhost1.sql
6879/cashbook
6405b13020e76c3899f9eb659d6fad1259789ff4
[ "MIT" ]
null
null
null
localhost_database_file/cashbook_localhost1.sql
6879/cashbook
6405b13020e76c3899f9eb659d6fad1259789ff4
[ "MIT" ]
null
null
null
localhost_database_file/cashbook_localhost1.sql
6879/cashbook
6405b13020e76c3899f9eb659d6fad1259789ff4
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 5.0.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: May 02, 2021 at 06:58 AM -- Server version: 10.4.17-MariaDB -- PHP Version: 7.3.26 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIE...
53.763004
732
0.647628
f4024c46abf53761e35d2c99c8653876e2cbedd3
5,694
cs
C#
src/ThoughtWorks.ConferenceTrackManager.Tests/Models/ConferenceTests.cs
EvanPalmer/TWConferenceTrackManager
f7388e4dcc88823702104a4f236a24575232a0e7
[ "MIT" ]
null
null
null
src/ThoughtWorks.ConferenceTrackManager.Tests/Models/ConferenceTests.cs
EvanPalmer/TWConferenceTrackManager
f7388e4dcc88823702104a4f236a24575232a0e7
[ "MIT" ]
null
null
null
src/ThoughtWorks.ConferenceTrackManager.Tests/Models/ConferenceTests.cs
EvanPalmer/TWConferenceTrackManager
f7388e4dcc88823702104a4f236a24575232a0e7
[ "MIT" ]
null
null
null
using System.Collections.Generic; using Xunit; using Moq; using ThoughtWorks.ConferenceTrackManager.App; using ThoughtWorks.ConferenceTrackManager.Models; using ThoughtWorks.ConferenceTrackManager.Access; namespace ThoughtWorks.ConferenceTrackManager.Tests.Models { public class ConferenceTests { [Fact...
48.666667
154
0.642079
70e6ef941851b278c516a85d624d38e0a9db77ed
39
sql
SQL
project/template/sql/Score/delete.sql
danmaq/dIR
4879f66ff40750c88ed716910ffd87e097529df6
[ "MIT" ]
null
null
null
project/template/sql/Score/delete.sql
danmaq/dIR
4879f66ff40750c88ed716910ffd87e097529df6
[ "MIT" ]
null
null
null
project/template/sql/Score/delete.sql
danmaq/dIR
4879f66ff40750c88ed716910ffd87e097529df6
[ "MIT" ]
null
null
null
DELETE FROM DIR_SCORE WHERE ID = ?;
13
22
0.666667
5899f96b57e3e05a3a36a9ee5c62168df4a7d90f
463
rb
Ruby
lib/b001e/extensions/core/false_class_extensions.rb
JoergWMittag/b001e
3d13f9d78faad7a2cec19236b133d67944821e88
[ "MIT" ]
3
2016-05-08T21:08:28.000Z
2019-10-10T12:21:59.000Z
lib/b001e/extensions/core/false_class_extensions.rb
JoergWMittag/b001e
3d13f9d78faad7a2cec19236b133d67944821e88
[ "MIT" ]
null
null
null
lib/b001e/extensions/core/false_class_extensions.rb
JoergWMittag/b001e
3d13f9d78faad7a2cec19236b133d67944821e88
[ "MIT" ]
null
null
null
# vim: filetype=ruby, fileencoding=UTF-8, tabsize=2, shiftwidth=2 #Copyright (c) 2009 Jörg W Mittag <JoergWMittag+B001e@GoogleMail.Com> #This code is licensed under the terms of the MIT License (see LICENSE.txt) require 'b001e/falsiness' module B001e module Extensions module Core module FalseClassExtensi...
22.047619
75
0.74514
548f929402d3f7a29b3d8a895c3fe4dc114e53e2
22,514
css
CSS
public/assets/css/style-new-home.min.css
tranthanhtuan269/chothuocso
12327b8c07bbcc5ca6aaeabc66093308b2cd5759
[ "MIT" ]
null
null
null
public/assets/css/style-new-home.min.css
tranthanhtuan269/chothuocso
12327b8c07bbcc5ca6aaeabc66093308b2cd5759
[ "MIT" ]
null
null
null
public/assets/css/style-new-home.min.css
tranthanhtuan269/chothuocso
12327b8c07bbcc5ca6aaeabc66093308b2cd5759
[ "MIT" ]
null
null
null
header { border-bottom: 3px solid #3f7fba } header .logo { overflow: hidden; padding: 23px } header .logo img { width: 135px; height: 44px } header .header-info { padding-top: 40px; padding-bottom: 26px; text-align: right } header .header-info .item-header { margin-right: 25px; ...
19.853616
129
0.637381
a326e3c7b81badf7c7c47771e645407c02ef0c62
3,569
java
Java
lealone-test/src/test/java/org/lealone/test/service/generated/AllTypeService.java
xsir/Lealone
dc71794c1c9be73d62972b913644e1dadc8c8f11
[ "Apache-2.0" ]
1,483
2016-02-27T15:35:36.000Z
2022-03-31T17:02:03.000Z
lealone-test/src/test/java/org/lealone/test/service/generated/AllTypeService.java
xsir/Lealone
dc71794c1c9be73d62972b913644e1dadc8c8f11
[ "Apache-2.0" ]
67
2016-03-09T04:52:46.000Z
2022-03-28T03:13:11.000Z
lealone-test/src/test/java/org/lealone/test/service/generated/AllTypeService.java
xsir/Lealone
dc71794c1c9be73d62972b913644e1dadc8c8f11
[ "Apache-2.0" ]
297
2016-02-25T15:17:52.000Z
2022-03-30T17:04:49.000Z
package org.lealone.test.service.generated; import java.math.BigDecimal; import java.sql.*; import java.sql.Array; import java.sql.Blob; import java.sql.Clob; import java.sql.Date; import java.sql.Time; import java.sql.Timestamp; import java.util.UUID; import org.lealone.client.ClientServiceProxy; import org.lealone.d...
37.968085
263
0.570188
3848d4db211db6f7ad66081b2b229548562740fc
458
php
PHP
resources/lang/lv/folder.php
bvalters/webtech
d002acbb97e9f9fc9df9342a876d1968b5a4cb3f
[ "MIT" ]
null
null
null
resources/lang/lv/folder.php
bvalters/webtech
d002acbb97e9f9fc9df9342a876d1968b5a4cb3f
[ "MIT" ]
null
null
null
resources/lang/lv/folder.php
bvalters/webtech
d002acbb97e9f9fc9df9342a876d1968b5a4cb3f
[ "MIT" ]
null
null
null
<?php return [ 'download' => 'Lejupielādēt', 'delete' => 'Dzēst', 'scrolltotop' => 'Iet uz lapas sākumu', 'filename' => 'Nosaukums', 'size' => 'Izmērs', 'date' => 'Datums', 'copiedtoclipboard' => 'Saite nokopēta!', 'choosefile' => 'Spied šeit, lai izvēlētos failus', 'upload' => [ ...
26.941176
92
0.567686
6b174eb56efc4d7b002bbe0708a7c022a9fb1ab1
15,574
js
JavaScript
frontend/micro-ui/web/micro-ui-internals/packages/modules/dss/src/pages/index.js
pradeepkumarcm-egov/DIGIT-Dev
d8fb601fae6d919d2386f36b36dfc7fde77ebd4f
[ "MIT" ]
null
null
null
frontend/micro-ui/web/micro-ui-internals/packages/modules/dss/src/pages/index.js
pradeepkumarcm-egov/DIGIT-Dev
d8fb601fae6d919d2386f36b36dfc7fde77ebd4f
[ "MIT" ]
null
null
null
frontend/micro-ui/web/micro-ui-internals/packages/modules/dss/src/pages/index.js
pradeepkumarcm-egov/DIGIT-Dev
d8fb601fae6d919d2386f36b36dfc7fde77ebd4f
[ "MIT" ]
null
null
null
import { DownloadIcon, EmailIcon, FilterIcon, Header, Loader, MultiLink, RemoveableTag, ShareIcon, WhatsappIcon } from "@egovernments/digit-ui-react-components"; import { format } from "date-fns"; import React, { useEffect, Fragment,useMemo, useRef, useState } from "react"; import { useTranslation } f...
36.992874
144
0.527867
79f3637392812c1bed100654304c4cd9ae21574c
1,844
php
PHP
src/MoneyBundle/Twig/Extension/MoneyFormatterExtension.php
Qurus/SolidInvoice
36486d848f969613c6a269d88debe3c12d50dabf
[ "MIT" ]
null
null
null
src/MoneyBundle/Twig/Extension/MoneyFormatterExtension.php
Qurus/SolidInvoice
36486d848f969613c6a269d88debe3c12d50dabf
[ "MIT" ]
null
null
null
src/MoneyBundle/Twig/Extension/MoneyFormatterExtension.php
Qurus/SolidInvoice
36486d848f969613c6a269d88debe3c12d50dabf
[ "MIT" ]
null
null
null
<?php declare(strict_types=1); /* * This file is part of SolidInvoice project. * * (c) 2013-2017 Pierre du Plessis <info@customscripts.co.za> * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace SolidInvoice\MoneyBundle\Twig\Extension; u...
24.586667
199
0.605206
d7f16d01cffc382d83c4275c9dc87324b63d425d
2,946
h
C
SVEngine/src/base/SVStack.h
SVEChina/SVEngine
56174f479a3096e57165448142c1822e7db8c02f
[ "MIT" ]
34
2018-09-28T08:28:27.000Z
2022-01-15T10:31:41.000Z
SVEngine/src/base/SVStack.h
SVEChina/SVEngine
56174f479a3096e57165448142c1822e7db8c02f
[ "MIT" ]
null
null
null
SVEngine/src/base/SVStack.h
SVEChina/SVEngine
56174f479a3096e57165448142c1822e7db8c02f
[ "MIT" ]
8
2018-10-11T13:36:35.000Z
2021-04-01T09:29:34.000Z
// SVStack.h // SVEngine // Copyright 2017-2020 // yizhou Fu,long Yin,longfei Lin,ziyu Xu,xiaofan Li,daming Li // #ifndef SV_STACK_H #define SV_STACK_H #include "SVBase.h" namespace sv { namespace util { template <class Type,s32 Capacity> class SVStack { public: SVStack(...
27.792453
86
0.418534
797cbaea93914e4469d48e9a4aa5b4e625847b0e
2,731
php
PHP
application/views/admin/privileges/facultyType.php
nanda-abriti/ELibrary
dcee585a69b8b542464c461217238eb515cb68a1
[ "MIT" ]
null
null
null
application/views/admin/privileges/facultyType.php
nanda-abriti/ELibrary
dcee585a69b8b542464c461217238eb515cb68a1
[ "MIT" ]
null
null
null
application/views/admin/privileges/facultyType.php
nanda-abriti/ELibrary
dcee585a69b8b542464c461217238eb515cb68a1
[ "MIT" ]
null
null
null
<main class="app-content" style="background-color:white;margin-top:0"> <div class="row" style="padding:40px"> <div class="col-md-12"> <h4 class="text-center">Faculty Log In </h4> <div class="table-responsive"> <table class="table table-bordered" id="myTable"> <thead>...
39.57971
132
0.30758
962ff91e7d1a252eec8d680879245a200ff4e7f7
1,602
ps1
PowerShell
Public/Get-RedditComment.ps1
1RedOne/PSReddit
5d887c04525409d3ff069ca66e29dea39cba9a55
[ "Apache-2.0" ]
19
2015-09-16T19:00:33.000Z
2020-03-11T18:03:57.000Z
Public/Get-RedditComment.ps1
1RedOne/PSReddit
5d887c04525409d3ff069ca66e29dea39cba9a55
[ "Apache-2.0" ]
3
2016-06-13T08:43:20.000Z
2020-02-09T02:59:48.000Z
Public/Get-RedditComment.ps1
1RedOne/PSReddit
5d887c04525409d3ff069ca66e29dea39cba9a55
[ "Apache-2.0" ]
9
2015-09-16T19:03:15.000Z
2020-03-11T18:04:00.000Z
<# .Synopsis Gets the comments of a Reddit link, or several. .DESCRIPTION Uses the Reddit API to get comments made on a given link, collection of posts or the id. .EXAMPLE Get-RedditComment -id "3i9psm" .EXAMPLE "https://www.reddit.com/r/redditdev/comments/3i9psm/how_can_i_find_the_id_of_the_original_p...
28.607143
125
0.567416
43765f8e7ddab0ec808bee1ac8684b21cd0efd56
6,397
tsx
TypeScript
apps/www/pages/donate/cancel/index.tsx
keesey/phylopic
3838490675b9a10a30e7c63c8b0ed3006a30c427
[ "MIT" ]
null
null
null
apps/www/pages/donate/cancel/index.tsx
keesey/phylopic
3838490675b9a10a30e7c63c8b0ed3006a30c427
[ "MIT" ]
2
2022-03-28T17:48:48.000Z
2022-03-28T20:27:23.000Z
apps/www/pages/donate/cancel/index.tsx
keesey/phylopic
3838490675b9a10a30e7c63c8b0ed3006a30c427
[ "MIT" ]
null
null
null
import { BuildContainer } from "@phylopic/utils-api" import type { NextPage } from "next" import React from "react" import { SWRConfig } from "swr" import PageHead from "~/metadata/PageHead" import SearchContainer from "~/search/SearchContainer" import AnchorLink from "~/ui/AnchorLink" import Breadcrumbs from "~/ui/Bre...
51.176
120
0.357511
4014386b29721c730a722c5ee20e39823d0c2557
2,891
asm
Assembly
Transynther/x86/_processed/P/_zr_/i3-7100_9_0xca_notsx.log_1_837.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/P/_zr_/i3-7100_9_0xca_notsx.log_1_837.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/P/_zr_/i3-7100_9_0xca_notsx.log_1_837.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 %r15 push %r8 push %rax push %rbx push %rcx push %rdi push %rdx push %rsi lea addresses_D_ht+0x1e41b, %r15 nop nop nop sub %rdx, %rdx movw $0x6162, (%r15) cmp %rbx, %rbx lea addresses_D_ht+0x1e89b, %rdi add $50710, %rax mov $0x6162636465666768, %r8 movq %r8, %xmm5 and $...
18.651613
148
0.646835
c385eb76d4bd5255dee10f84abba9f6a04a083ac
1,150
cs
C#
Assets/Scripts/Sounds/SoundManager.cs
KristopherMoore/Midnight-The-Final-Sun
a6846369717ecea929a625a5b31e0500e34d978e
[ "Unlicense" ]
3
2019-05-15T15:42:55.000Z
2019-10-10T19:32:58.000Z
Assets/Scripts/Sounds/SoundManager.cs
KristopherMoore/Midnight-The-Final-Sun
a6846369717ecea929a625a5b31e0500e34d978e
[ "Unlicense" ]
1
2019-05-18T21:23:43.000Z
2019-05-18T21:23:43.000Z
Assets/Scripts/Sounds/SoundManager.cs
KristopherMoore/Midnight-The-Final-Sun
a6846369717ecea929a625a5b31e0500e34d978e
[ "Unlicense" ]
null
null
null
using System.Collections; using System.Collections.Generic; using UnityEngine; public class SoundManager : MonoBehaviour { public static SoundManager Instance; //variables for the players Weapon private GameObject playerWeapon; private AudioSource weaponAudioSource; // Use this for initialization...
26.136364
178
0.68087
c8c99ad6edae849d6115e850e99010e7ffc89d35
419
swift
Swift
VKClientSample/Models/News/PostPhoto.swift
rdscoo1/VKClientSample
dbba30a533d99666e66b4d6523f58b89e556f641
[ "MIT" ]
null
null
null
VKClientSample/Models/News/PostPhoto.swift
rdscoo1/VKClientSample
dbba30a533d99666e66b4d6523f58b89e556f641
[ "MIT" ]
null
null
null
VKClientSample/Models/News/PostPhoto.swift
rdscoo1/VKClientSample
dbba30a533d99666e66b4d6523f58b89e556f641
[ "MIT" ]
null
null
null
// // PostPhoto.swift // VKClientSample // // Created by Roman Khodukin on 9/21/20. // Copyright © 2020 Roman Khodukin. All rights reserved. // struct PostPhoto: Decodable { let id: Int let sizes: [PostPhotoSize]? var highResPhoto: String { guard let photoLinkhighRes = sizes?.first(where: { $0....
22.052632
88
0.606205
6b9ef879ae5c7a635de40eb106d376f953e57998
1,953
dart
Dart
pgsql_serializable/test/src/core_subclass_type_input.dart
anycode/pgsql_serializable.dart
f792a1823a1e6eb8900ddc39bacd4b13b1b8d38c
[ "BSD-3-Clause" ]
null
null
null
pgsql_serializable/test/src/core_subclass_type_input.dart
anycode/pgsql_serializable.dart
f792a1823a1e6eb8900ddc39bacd4b13b1b8d38c
[ "BSD-3-Clause" ]
4
2022-01-03T21:13:19.000Z
2022-03-21T21:12:51.000Z
pgsql_serializable/test/src/core_subclass_type_input.dart
anycode/pgsql_serializable.dart
f792a1823a1e6eb8900ddc39bacd4b13b1b8d38c
[ "BSD-3-Clause" ]
null
null
null
part of '_pgsql_serializable_test_input.dart'; @ShouldThrow( ''' Could not generate `fromPgSql` code for `mapView`. To support the type `MapView` you can: $converterOrKeyInstructions''', element: 'mapView', ) @PgSqlSerializable(createToPgSql: false) class UnsupportedMapField { late MapView mapView; } @ShouldThr...
23.817073
57
0.775218
45ee83a3fcab2775a5d7d462c57a603549583b31
4,469
dart
Dart
lib/core/api/models/posts/post_created_updated_response.dart
musicplayce/flutter-sdk
6d74f92d048baec1897f9776d44f01865c6286ae
[ "MIT" ]
4
2020-05-14T22:19:51.000Z
2022-03-15T22:06:43.000Z
lib/core/api/models/posts/post_created_updated_response.dart
lebaleiro07/flutter-sdk
7abb867517272efc27e92b9bcf5614bef90a2b25
[ "MIT" ]
1
2020-09-03T03:17:10.000Z
2020-09-03T03:17:10.000Z
lib/core/api/models/posts/post_created_updated_response.dart
lebaleiro07/flutter-sdk
7abb867517272efc27e92b9bcf5614bef90a2b25
[ "MIT" ]
3
2020-08-20T15:16:03.000Z
2020-10-14T15:12:37.000Z
import 'dart:convert'; import 'package:music_playce_sdk/core/api/models/posts/meta.model.dart'; import '../users/picture.model.dart'; import '../users/user_response.model.dart'; import 'like.model.dart'; import 'music.model.dart'; import 'release.model.dart'; import 'tag.model.dart'; class PostCreateUpdatedResponse ...
36.333333
80
0.603267
1a8f48a7766b74f41bbae07e905b92e629940ae6
1,512
py
Python
inference.py
Jia-Wei-Liao/Set14_Dataset_Super-Resolution
a24098d8dc52ea463b2e1dca838ad60da019a720
[ "MIT" ]
null
null
null
inference.py
Jia-Wei-Liao/Set14_Dataset_Super-Resolution
a24098d8dc52ea463b2e1dca838ad60da019a720
[ "MIT" ]
null
null
null
inference.py
Jia-Wei-Liao/Set14_Dataset_Super-Resolution
a24098d8dc52ea463b2e1dca838ad60da019a720
[ "MIT" ]
null
null
null
import os import tqdm import imageio import argparse import options.options as option from solvers import create_solver from data import create_dataset, create_dataloader from utils import util def main(args): opt = option.parse(args.opt) opt = option.dict_to_nonedict(opt) solver = create_solver(opt) ...
30.857143
76
0.647487
dd7722ac8e0d04a7fdb5c68012625fc7051f3551
734
java
Java
L05/src/main/java/l05/ExampleTestClass.java
anton-okolelov/otus-java-2017-11-anton-okolelov
ba16796b6a6e157879d3cd2c77458a8198cd6907
[ "Apache-2.0" ]
1
2020-12-07T09:44:57.000Z
2020-12-07T09:44:57.000Z
L05/src/main/java/l05/ExampleTestClass.java
anton-okolelov/otus-java-2017-11-anton-okolelov
ba16796b6a6e157879d3cd2c77458a8198cd6907
[ "Apache-2.0" ]
null
null
null
L05/src/main/java/l05/ExampleTestClass.java
anton-okolelov/otus-java-2017-11-anton-okolelov
ba16796b6a6e157879d3cd2c77458a8198cd6907
[ "Apache-2.0" ]
null
null
null
package l05; import l05.myunit.annotations.After; import l05.myunit.annotations.Before; import l05.myunit.annotations.Test; import static l05.myunit.Assert.*; import java.util.ArrayList; import java.util.List; public class ExampleTestClass { private List<String> list = new ArrayList<>(); @Before public ...
16.681818
50
0.589918
f4af96701c441a0950125d7b80f203c18f017bdf
2,777
tsx
TypeScript
src/components/addpeer/TabSteps.tsx
mastermind88/wiretrustee-dashboard
6724e5bfaabdb5662ef48de2c965a1260e41a1a3
[ "BSD-3-Clause" ]
3
2022-03-27T19:33:56.000Z
2022-03-28T15:03:23.000Z
src/components/addpeer/TabSteps.tsx
mastermind88/wiretrustee-dashboard
6724e5bfaabdb5662ef48de2c965a1260e41a1a3
[ "BSD-3-Clause" ]
3
2022-03-25T16:33:52.000Z
2022-03-26T11:51:07.000Z
src/components/addpeer/TabSteps.tsx
mastermind88/wiretrustee-dashboard
6724e5bfaabdb5662ef48de2c965a1260e41a1a3
[ "BSD-3-Clause" ]
2
2022-03-26T08:17:09.000Z
2022-03-26T11:29:53.000Z
import {useDispatch, useSelector} from "react-redux"; import Highlight from 'react-highlight'; import "highlight.js/styles/mono-blue.css"; import "highlight.js/lib/languages/bash"; import { StepCommand } from './types' import { Typography, Space, Steps, Button } from "antd"; import {copyToClipboard} from "...
35.151899
118
0.443644
54399235072c4274a2703d16708860d7541ef2dd
75
css
CSS
src/Sankey/SankeyLabel/SankeyLabel.module.css
mallowigi/reaviz
16bb931bc6d0a14576c4b7f2007949e15263cd39
[ "Apache-2.0" ]
541
2020-04-27T17:45:17.000Z
2022-03-28T18:41:30.000Z
src/Sankey/SankeyLabel/SankeyLabel.module.css
mallowigi/reaviz
16bb931bc6d0a14576c4b7f2007949e15263cd39
[ "Apache-2.0" ]
43
2020-05-04T16:29:05.000Z
2022-03-30T11:45:03.000Z
src/Sankey/SankeyLabel/SankeyLabel.module.css
mallowigi/reaviz
16bb931bc6d0a14576c4b7f2007949e15263cd39
[ "Apache-2.0" ]
91
2020-05-07T15:37:27.000Z
2022-03-30T09:47:19.000Z
.label { font-size: 12px; user-select: none; pointer-events: none; }
12.5
23
0.64
316aa3d7de9afd18c96298878997125e914954c3
246
rb
Ruby
spec/stub_display.rb
sohbaker/ruby-tic-tac-toe
07c62fbbdcaede62855b9f986e47d9221702f255
[ "MIT" ]
2
2019-03-18T14:07:01.000Z
2019-03-18T16:00:52.000Z
spec/stub_display.rb
sohbaker/tic_tac_toe_ruby
07c62fbbdcaede62855b9f986e47d9221702f255
[ "MIT" ]
3
2019-03-25T11:04:04.000Z
2019-04-10T14:47:19.000Z
spec/stub_display.rb
sohbaker/ruby-tic-tac-toe
07c62fbbdcaede62855b9f986e47d9221702f255
[ "MIT" ]
null
null
null
class StubDisplay def show_board(_board) end def announce_tie end def announce_win(player) end def clear_screen end def prompt_player(player) end def notify_invalid(selection) end def pause_message end end
9.84
31
0.707317
b727edd6f6e528c256e2dc56b9a9c2e0379019bf
1,531
cpp
C++
tests/test_cpu.cpp
Ma-Dan/ncnn
8e94566ffb6b676b05a3d2875eaa9463acc4a176
[ "BSD-3-Clause" ]
59
2020-12-28T02:46:58.000Z
2022-02-10T14:50:48.000Z
tests/test_cpu.cpp
Ma-Dan/ncnn
8e94566ffb6b676b05a3d2875eaa9463acc4a176
[ "BSD-3-Clause" ]
2
2020-11-05T05:39:31.000Z
2020-11-27T06:08:23.000Z
tests/test_cpu.cpp
Ma-Dan/ncnn
8e94566ffb6b676b05a3d2875eaa9463acc4a176
[ "BSD-3-Clause" ]
13
2020-12-28T02:49:01.000Z
2022-03-12T11:58:33.000Z
#include <stdio.h> #include "cpu.h" #if defined __ANDROID__ || defined __linux__ static int test_cpu_set() { ncnn::CpuSet set; if (set.num_enabled() != 0) { fprintf(stderr, "By default all cpus should be disabled\n"); return 1; } set.enable(0); if (!set.is_enabled(0)) { ...
16.641304
108
0.555846
58959c6beb8606cc4fab76b57b5e646f55747fe8
293
php
PHP
app/Models/OnlinePerson.php
wangsllsgnaw/yunda.com
b368cb38907f89d022d78822682c56edaac05f11
[ "BSD-Source-Code", "IJG" ]
null
null
null
app/Models/OnlinePerson.php
wangsllsgnaw/yunda.com
b368cb38907f89d022d78822682c56edaac05f11
[ "BSD-Source-Code", "IJG" ]
null
null
null
app/Models/OnlinePerson.php
wangsllsgnaw/yunda.com
b368cb38907f89d022d78822682c56edaac05f11
[ "BSD-Source-Code", "IJG" ]
null
null
null
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class OnlinePerson extends Model{ protected $connection = 'online_mysql'; protected $table = 'person'; public function personRefer(){ return $this->hasOne('App\Models\OnlinePersonRefer','person_id', 'id'); } }
20.928571
73
0.726962
21c90a89b44f0a624771008af6a22e535ccd3c3d
1,209
js
JavaScript
app/imports/api/intentions/intentions.js
TheAmplifield/platform
22e2d8d262b7aea2765ae70e2964b2e24df6bea2
[ "MIT" ]
1
2020-04-14T04:40:40.000Z
2020-04-14T04:40:40.000Z
app/imports/api/intentions/intentions.js
toddgoldfarb/platform
22e2d8d262b7aea2765ae70e2964b2e24df6bea2
[ "MIT" ]
1
2018-01-19T20:52:57.000Z
2018-01-19T20:52:57.000Z
app/imports/api/intentions/intentions.js
toddgoldfarb/platform
22e2d8d262b7aea2765ae70e2964b2e24df6bea2
[ "MIT" ]
null
null
null
import { Mongo } from 'meteor/mongo'; import { SimpleSchema } from 'meteor/aldeed:simple-schema'; // import { amplify } from '../likes/methods.js'; // import { Likes } from '../likes/likes.js'; const IntentionSchema = new SimpleSchema({ userId: { type: String, }, userName: { type: String, }, userAvat...
18.890625
79
0.589744
8ddcae4de52f412e2a2f8399c01932cdf56bab60
1,008
js
JavaScript
bili.rootconfig.js
alex-min/animxyz
944090b0361945d5cec211b93acbcfcf49440247
[ "MIT" ]
2
2021-01-14T01:16:34.000Z
2021-01-14T07:36:26.000Z
bili.rootconfig.js
alex-min/animxyz
944090b0361945d5cec211b93acbcfcf49440247
[ "MIT" ]
null
null
null
bili.rootconfig.js
alex-min/animxyz
944090b0361945d5cec211b93acbcfcf49440247
[ "MIT" ]
1
2021-01-14T02:21:01.000Z
2021-01-14T02:21:01.000Z
module.exports = function (pkg) { const banner = `/** * ${pkg.moduleName} v${pkg.version} * Copyright (c) 2020-present Ingram Projects * Released under the ${pkg.license} License. * ${pkg.homepage} */ ` return { banner, input: 'src/index.js', output: { moduleName: pkg.moduleName, fileNam...
21.913043
97
0.566468
b0236fe3d1a042b6fb68c15775194e43935217f6
464
py
Python
azure_cli.py
isabella232/azure-storage-dd
fc763f71a4b84498d2d7f3ef90660c9f891b85af
[ "BSD-3-Clause" ]
2
2017-06-21T11:02:34.000Z
2019-07-19T21:10:30.000Z
azure_cli.py
DataDog/azure-storage-dd
fc763f71a4b84498d2d7f3ef90660c9f891b85af
[ "BSD-3-Clause" ]
3
2017-08-07T04:43:32.000Z
2018-05-28T10:26:43.000Z
azure_cli.py
isabella232/azure-storage-dd
fc763f71a4b84498d2d7f3ef90660c9f891b85af
[ "BSD-3-Clause" ]
5
2017-03-28T23:08:19.000Z
2021-02-24T11:27:21.000Z
""" CLI for Azure """ #stdlib import argparse # cli modules from cli.storage_azure import StorageCLI if __name__ == "__main__": tools = [ StorageCLI, ] parser = argparse.ArgumentParser( description="Azure CLI to create/manage resource groups, namespaces, and generate data") sub_parse...
19.333333
96
0.676724
be42d46af18cec75b95acf43a30aabf00bedfe3d
4,739
ts
TypeScript
client/src/game/api/events/shape/core.ts
hktrpg/PlanarAlly
ec2db6d53a619a9629e40f1ed755b2ef97f128bd
[ "MIT" ]
null
null
null
client/src/game/api/events/shape/core.ts
hktrpg/PlanarAlly
ec2db6d53a619a9629e40f1ed755b2ef97f128bd
[ "MIT" ]
1
2020-11-28T05:00:28.000Z
2020-11-28T05:00:28.000Z
client/src/game/api/events/shape/core.ts
franluque2/PlanarAlly
d512b501f9e9803d13f7d38f37970f92708a67ab
[ "MIT" ]
null
null
null
import { SyncMode } from "../../../../core/comm/types"; import { ServerShape } from "../../../comm/types/shapes"; import { EventBus } from "../../../event-bus"; import { layerManager } from "../../../layers/manager"; import { floorStore, getFloorId } from "../../../layers/store"; import { moveFloor, moveLayer } from "....
39.491667
119
0.62376
ecc84d63102111b9160c1042a616d52a86695d8b
12,266
lua
Lua
addons/GearSwap/beta_examples_and_information/Byrth_THF.lua
sigilbaram/Lua
8a950dc13a8d828eaa3c7f0b30bc746e7756607e
[ "Unlicense" ]
167
2015-01-25T05:08:39.000Z
2022-02-18T12:12:19.000Z
addons/GearSwap/beta_examples_and_information/Byrth_THF.lua
sigilbaram/Lua
8a950dc13a8d828eaa3c7f0b30bc746e7756607e
[ "Unlicense" ]
415
2015-01-03T04:51:19.000Z
2022-03-30T14:12:43.000Z
addons/GearSwap/beta_examples_and_information/Byrth_THF.lua
sigilbaram/Lua
8a950dc13a8d828eaa3c7f0b30bc746e7756607e
[ "Unlicense" ]
437
2015-01-05T08:12:13.000Z
2022-03-11T06:25:36.000Z
include('organizer-lib') function get_sets() TP_Index = 1 Idle_Index = 1 ta_hands = {name="Adhemar Wristbands +1"} acc_hands = {name="Adhemar Wristbands +1"} wsd_hands = {name="Meg. Gloves +1",} crit_hands = {name="Adhemar Wristbands +1"} dt_hands = { name="Herculean Gloves", augments...
38.211838
140
0.579733
385551cb907d17e1dc710e2bbc3b791973b96209
1,323
php
PHP
src/main/php/com/selfcoders/phpdyndns/config/User.php
Programie/PHPDynDNS
18521e41a4345b4d824593da07181886bf307ccc
[ "MIT" ]
3
2015-05-15T12:14:28.000Z
2020-11-10T21:40:33.000Z
src/main/php/com/selfcoders/phpdyndns/config/User.php
Programie/PHPDynDNS
18521e41a4345b4d824593da07181886bf307ccc
[ "MIT" ]
1
2020-06-09T20:57:03.000Z
2020-06-11T16:28:25.000Z
src/main/php/com/selfcoders/phpdyndns/config/User.php
Programie/PHPDynDNS
18521e41a4345b4d824593da07181886bf307ccc
[ "MIT" ]
1
2018-02-20T01:43:13.000Z
2018-02-20T01:43:13.000Z
<?php namespace com\selfcoders\phpdyndns\config; class User { /** * @var string */ public $username; /** * @var string */ private $passwordHash; /** * @var Host[] * @required */ public $hosts = []; /** * @var string|null */ public $postProces...
18.375
63
0.50189
f616f24d16b479a5662683750dc5047c412e924e
49,886
cpp
C++
project4/mariadb/server/storage/connect/tabfmt.cpp
jiunbae/ITE4065
3b9fcf9317e93ca7c829f1438b85f0f5ea2885db
[ "MIT" ]
11
2017-10-28T08:41:08.000Z
2021-06-24T07:24:21.000Z
project4/mariadb/server/storage/connect/tabfmt.cpp
jiunbae/ITE4065
3b9fcf9317e93ca7c829f1438b85f0f5ea2885db
[ "MIT" ]
null
null
null
project4/mariadb/server/storage/connect/tabfmt.cpp
jiunbae/ITE4065
3b9fcf9317e93ca7c829f1438b85f0f5ea2885db
[ "MIT" ]
4
2017-09-07T09:33:26.000Z
2021-02-19T07:45:08.000Z
/************* TabFmt C++ Program Source Code File (.CPP) **************/ /* PROGRAM NAME: TABFMT */ /* ------------- */ /* Version 3.9.2 */ /* ...
31.916827
77
0.434972
2563487a02b8a53bbcd797aff466f2fcd9443663
452
js
JavaScript
node_modules/uploadcare-widget-tab-effects/src/components/Content/Content.js
ShinKano/ssi-codecamp
50806c4beadfec61cbea1ea7a27ee8deaa518691
[ "MIT" ]
7
2017-04-04T16:42:45.000Z
2022-01-18T21:35:39.000Z
node_modules/uploadcare-widget-tab-effects/src/components/Content/Content.js
ShinKano/ssi-codecamp
50806c4beadfec61cbea1ea7a27ee8deaa518691
[ "MIT" ]
22
2016-10-31T10:36:23.000Z
2022-01-14T13:05:35.000Z
node_modules/uploadcare-widget-tab-effects/src/components/Content/Content.js
sharife/golden-thread
2b4bdbc36a1cfb605fd4c68ec91e56ea06db0256
[ "MIT" ]
12
2016-12-05T09:55:21.000Z
2022-03-24T14:36:18.000Z
import {createNode} from 'tools' import template from './Content.html' const Content = () => { let $element const getElement = () => { if (!$element) { render() } return $element } const render = () => { $element = createNode(template()) } const appendChild = ($child) => { if ...
14.125
37
0.577434
b0fc26363a944ae235b1ace84d6ecfd3be084a74
901
rs
Rust
src/modules/slack/mod.rs
scanbots/rat
800e19b3004cf0ffb076c8c8a70b1ed5cd32ccf1
[ "MIT" ]
11
2017-05-06T14:36:31.000Z
2021-08-02T20:38:05.000Z
src/modules/slack/mod.rs
scanbots/rat
800e19b3004cf0ffb076c8c8a70b1ed5cd32ccf1
[ "MIT" ]
69
2017-05-06T06:27:06.000Z
2021-01-11T08:31:11.000Z
src/modules/slack/mod.rs
scanbots/rat
800e19b3004cf0ffb076c8c8a70b1ed5cd32ccf1
[ "MIT" ]
5
2017-05-06T06:25:14.000Z
2020-10-25T05:02:40.000Z
use config::Config; use errors::*; use clap::{App, ArgMatches, SubCommand}; pub const NAME: &'static str = "slack"; mod auth; mod client; #[derive(Debug, Deserialize)] pub struct SlackConfig { pub client_id: String, pub client_secret: String, pub access_token: Option<String>, } pub fn build_sub_cli() -...
28.15625
122
0.669256
3d3cce2dd9a71376dff13bde223422321967802a
2,189
sql
SQL
safarii_db.sql
adeesulaeman/safarii.ueu
97ea501a7b9d48407d9621cd58305d9113b4cb31
[ "MIT" ]
1
2018-03-23T06:29:51.000Z
2018-03-23T06:29:51.000Z
safarii_db.sql
adeesulaeman/Safarii
97ea501a7b9d48407d9621cd58305d9113b4cb31
[ "MIT" ]
null
null
null
safarii_db.sql
adeesulaeman/Safarii
97ea501a7b9d48407d9621cd58305d9113b4cb31
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 4.7.0 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jul 25, 2017 at 06:52 AM -- Server version: 10.1.22-MariaDB -- PHP Version: 7.1.4 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD...
23.537634
94
0.670169
474325ad506e583eae6693442d2b78950b7d8e06
8,276
dart
Dart
packages/core/lib/src/data/css.dart
Stewioie/flutter_widget_from_html
525182b8b3709a1090e759388b37f8a5a19bb6fb
[ "MIT" ]
3
2021-04-24T21:17:43.000Z
2022-02-02T06:19:09.000Z
packages/core/lib/src/data/css.dart
Stewioie/flutter_widget_from_html
525182b8b3709a1090e759388b37f8a5a19bb6fb
[ "MIT" ]
null
null
null
packages/core/lib/src/data/css.dart
Stewioie/flutter_widget_from_html
525182b8b3709a1090e759388b37f8a5a19bb6fb
[ "MIT" ]
1
2021-04-24T19:58:34.000Z
2021-04-24T19:58:34.000Z
part of '../core_data.dart'; /// A border of a box. @immutable class CssBorder { final CssBorderSide? _all; final CssBorderSide? _bottom; final bool inherit; final CssBorderSide? _inlineEnd; final CssBorderSide? _inlineStart; final CssBorderSide? _left; final CssBorderSide? _right; final CssBorderSide?...
28.14966
91
0.621315
c679f84c442722ea50c6ed1d56b59b685f35c94f
2,333
py
Python
models.py
nas3444/capstoneproject
6653591ecf26fc466a3429969c514563b00f17cd
[ "PostgreSQL", "MIT" ]
null
null
null
models.py
nas3444/capstoneproject
6653591ecf26fc466a3429969c514563b00f17cd
[ "PostgreSQL", "MIT" ]
null
null
null
models.py
nas3444/capstoneproject
6653591ecf26fc466a3429969c514563b00f17cd
[ "PostgreSQL", "MIT" ]
null
null
null
from datetime import datetime import os from sqlalchemy import Column, String, Integer, create_engine, ForeignKey from flask_sqlalchemy import SQLAlchemy import json from config import DatabaseURI from flask_migrate import Migrate # Creating DB database_path = DatabaseURI.SQLALCHEMY_DATABASE_URI db = SQLAlchemy() de...
24.819149
73
0.621089
57f1015bebc342ef538d7de32b3a5d5ec4bfd912
4,055
php
PHP
modules/index.php
domesticjones/hod-exonym
19aac431e8b8f2bb138c83dffd9d39ff7fc9b80d
[ "MIT" ]
null
null
null
modules/index.php
domesticjones/hod-exonym
19aac431e8b8f2bb138c83dffd9d39ff7fc9b80d
[ "MIT" ]
2
2020-04-12T04:02:51.000Z
2021-03-09T10:15:59.000Z
modules/index.php
domesticjones/exonym-docker
0e0a1f7a427b59db6611d1865cc95a434e5900bd
[ "MIT" ]
null
null
null
<?php if (!defined('WPINC')) { die; } // Module Content Wrapper function ex_wrap($position, $name = 'default', $classes = null, $print = true) { $output = ''; $classesOuter = ['module']; if($classes) { array_push($classesOuter, $classes); } $classesInner = ['module-inner']; $classesInnerPrint =...
49.45122
143
0.560049
8ec367be23609de0bc73f2dc1362b49cb256df90
2,657
js
JavaScript
app.js
scutee3/codeview
47dee987a58d9f5aab0f5c30566d093eca8525e8
[ "MIT" ]
3
2021-07-02T09:29:45.000Z
2021-12-26T03:32:18.000Z
app.js
scutee3/codeview
47dee987a58d9f5aab0f5c30566d093eca8525e8
[ "MIT" ]
113
2021-05-11T14:45:01.000Z
2022-03-23T02:23:10.000Z
app.js
scutee3/codeview
47dee987a58d9f5aab0f5c30566d093eca8525e8
[ "MIT" ]
2
2021-06-23T15:56:13.000Z
2021-12-13T11:50:27.000Z
var createError = require("http-errors"); var express = require("express"); var cookieParser = require("cookie-parser"); var logger = require("morgan"); var usersRouter = require("./routes/users"); var problemsRouter = require("./routes/problems"); var interviewsRouter = require("./routes/interviews"); var answersRout...
28.569892
73
0.650734
eecb00638bd38c2254600cae7f1c161d8ec291b0
4,909
go
Go
vendor/github.com/hashicorp/terraform/builtin/providers/test/resource_defaults_test.go
pavel-z1/terraform-provider-phpipam
47bd3b89f37f642350a3b29f071f93a16124776c
[ "Apache-2.0" ]
null
null
null
vendor/github.com/hashicorp/terraform/builtin/providers/test/resource_defaults_test.go
pavel-z1/terraform-provider-phpipam
47bd3b89f37f642350a3b29f071f93a16124776c
[ "Apache-2.0" ]
null
null
null
vendor/github.com/hashicorp/terraform/builtin/providers/test/resource_defaults_test.go
pavel-z1/terraform-provider-phpipam
47bd3b89f37f642350a3b29f071f93a16124776c
[ "Apache-2.0" ]
null
null
null
package test import ( "strings" "testing" "github.com/hashicorp/terraform/helper/resource" ) func TestResourceDefaults_basic(t *testing.T) { resource.UnitTest(t, resource.TestCase{ Providers: testAccProviders, CheckDestroy: testAccCheckResourceDestroy, Steps: []resource.TestStep{ resource.TestStep{ ...
25.045918
89
0.678753
4b68327de115fb63425fb394ef35d2566477cad3
4,240
cpp
C++
2 Year/2015 Pattern/DSL/Group A/Assignment 9.cpp
bhushanasati25/College
638ab4f038a783beae297652623e8c6679465fef
[ "MIT" ]
4
2020-10-22T15:37:09.000Z
2022-02-17T17:30:03.000Z
2 Year/2015 Pattern/DSL/Group A/Assignment 9.cpp
mohitkhedkar/College
f713949827d69f13b1bf8fb082e86e8bead7ac6e
[ "MIT" ]
null
null
null
2 Year/2015 Pattern/DSL/Group A/Assignment 9.cpp
mohitkhedkar/College
f713949827d69f13b1bf8fb082e86e8bead7ac6e
[ "MIT" ]
5
2021-06-19T01:23:18.000Z
2022-02-26T14:47:15.000Z
// Write C/C++ program for storing matrix. Write functions for // 1. Check whether given matrix is upper triangular or not // 2. Compute summation of diagonal elements // 3. Compute transpose of matrix // 4. Add, subtract and multiply two matrices // Author: Mohit Khedkar #include<iostream> using namespace std; ...
20.582524
143
0.365094
7fb6301611a4b17d623253f500111e7783160074
6,993
php
PHP
app/view/Proveedor/ViewProveedor.php
DarwinMT/subcompro_studen
bde31c2f47b3cb5a11488bb1db7da7b6ef8ce379
[ "MIT" ]
null
null
null
app/view/Proveedor/ViewProveedor.php
DarwinMT/subcompro_studen
bde31c2f47b3cb5a11488bb1db7da7b6ef8ce379
[ "MIT" ]
null
null
null
app/view/Proveedor/ViewProveedor.php
DarwinMT/subcompro_studen
bde31c2f47b3cb5a11488bb1db7da7b6ef8ce379
[ "MIT" ]
null
null
null
<div ng-controller="logicaproveedor" > <!--notificaciones--> <div class="row "> <div class="col-xs-12 notificaciones" style="position: absolute; z-index: 2000;"> </div> </div> <!--notificaciones--> <div class="container" ng-init="get_permisos();get_proveedore(); get_notificaciones();"> <div class="row"> ...
36.046392
206
0.597598
4030951d92524931c1594c4de2a846e318de9aa1
933
rb
Ruby
spec/commands/get_ready_files_command_spec.rb
cobaltroad/hotfolder
0c5f1997d98035b351e493b19e394ed2a2ea79d0
[ "MIT" ]
null
null
null
spec/commands/get_ready_files_command_spec.rb
cobaltroad/hotfolder
0c5f1997d98035b351e493b19e394ed2a2ea79d0
[ "MIT" ]
null
null
null
spec/commands/get_ready_files_command_spec.rb
cobaltroad/hotfolder
0c5f1997d98035b351e493b19e394ed2a2ea79d0
[ "MIT" ]
null
null
null
require 'spec_helper' describe Hotfolder::GetReadyFilesCommand do describe '.execute' do before do allow_any_instance_of(Hotfolder::Hotfile) .to receive(:now) .and_return now end let(:body) do hash = YAML.load_file("spec/fixtures/get_valid_files.yml") hash.to_json en...
27.441176
82
0.652733
54e80a2e7513849abb5df86a7f94d36c0259d8eb
497
go
Go
http.go
Chyroc/163-opencourse-download
56f09fae9c6947f097df2e2c1d1af05ca7c7d352
[ "Apache-2.0" ]
1
2020-01-25T13:12:09.000Z
2020-01-25T13:12:09.000Z
http.go
Chyroc/163-opencourse-download
56f09fae9c6947f097df2e2c1d1af05ca7c7d352
[ "Apache-2.0" ]
1
2020-02-26T05:24:26.000Z
2020-02-26T05:24:26.000Z
http.go
chyroc/163-opencourse-download
56f09fae9c6947f097df2e2c1d1af05ca7c7d352
[ "Apache-2.0" ]
null
null
null
package main import ( "io/ioutil" "net/http" "golang.org/x/text/encoding/simplifiedchinese" ) func httpGet(url string) (string, error) { resp, err := http.Get(url) if err != nil { return "", err } defer resp.Body.Close() bs, err := ioutil.ReadAll(resp.Body) if err != nil { return "", err } bs, err =...
15.060606
51
0.635815
42bb38cae3192af49826edf667ac6c61852f63de
301
kt
Kotlin
src/main/kotlin/com/cognifide/gradle/aem/instance/provision/ProvisionException.kt
sabberworm/gradle-aem-plugin
a689527570707c826a40b1b0fd081c8cb8087f5c
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/com/cognifide/gradle/aem/instance/provision/ProvisionException.kt
sabberworm/gradle-aem-plugin
a689527570707c826a40b1b0fd081c8cb8087f5c
[ "Apache-2.0" ]
null
null
null
src/main/kotlin/com/cognifide/gradle/aem/instance/provision/ProvisionException.kt
sabberworm/gradle-aem-plugin
a689527570707c826a40b1b0fd081c8cb8087f5c
[ "Apache-2.0" ]
null
null
null
package com.cognifide.gradle.aem.instance.provision import com.cognifide.gradle.aem.common.instance.InstanceException open class ProvisionException : InstanceException { constructor(message: String, cause: Throwable) : super(message, cause) constructor(message: String) : super(message) }
27.363636
74
0.790698
5d0c3b90f20d4d8285413757a86b5a10ca171c7a
16,731
cpp
C++
latte-dock/declarativeimports/core/iconitem.cpp
VaughnValle/lush-pop
cdfe9d7b6a7ebb89ba036ab9a4f07d8db6817355
[ "MIT" ]
64
2020-07-08T18:49:29.000Z
2022-03-23T22:58:49.000Z
latte-dock/declarativeimports/core/iconitem.cpp
VaughnValle/kanji-pop
0153059f0c62a8aeb809545c040225da5d249bb8
[ "MIT" ]
1
2021-04-02T04:39:45.000Z
2021-09-25T11:53:18.000Z
latte-dock/declarativeimports/core/iconitem.cpp
VaughnValle/kanji-pop
0153059f0c62a8aeb809545c040225da5d249bb8
[ "MIT" ]
11
2020-12-04T18:19:11.000Z
2022-01-10T08:50:08.000Z
/* * Copyright 2012 Marco Martin <mart@kde.org> * Copyright 2014 David Edmundson <davidedmudnson@kde.org> * Copyright 2016 Smith AR <audoban@openmailbox.org> * Michail Vourlakos <mvourlakos@gmail.com> * * This file is part of Latte-Dock and is a Fork of PlasmaCore::IconItem * * Latte-Dock is fr...
27.931553
152
0.591298
1a8ee7dd5aa6e48537e8cab7ed3b3d6f2943d279
979
py
Python
shopping/views.py
steveshead/django-product-app-v2.0
985aee99faf1b76a3eaa9dd75396f2fe930e879f
[ "MIT" ]
null
null
null
shopping/views.py
steveshead/django-product-app-v2.0
985aee99faf1b76a3eaa9dd75396f2fe930e879f
[ "MIT" ]
null
null
null
shopping/views.py
steveshead/django-product-app-v2.0
985aee99faf1b76a3eaa9dd75396f2fe930e879f
[ "MIT" ]
null
null
null
from django.http import HttpResponse from django.shortcuts import render from django.shortcuts import redirect from carton.cart import Cart from products.models import Product def add(request): cart = Cart(request.session) product = Product.objects.get(id=request.GET.get('id')) cart.add(product, price=pr...
25.763158
59
0.722165