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
3fcd0b31374d916bf52fbaf84660b1375e2c8a2c
5,735
dart
Dart
lib/audio/handlers/audio_player_handler.dart
delletenebre/Yamus
1c2b9d57ffb9436084829cad35b74268dd1d0348
[ "Apache-2.0" ]
54
2019-09-30T19:39:22.000Z
2022-03-21T10:02:55.000Z
lib/audio/handlers/audio_player_handler.dart
delletenebre/Yamus
1c2b9d57ffb9436084829cad35b74268dd1d0348
[ "Apache-2.0" ]
13
2019-10-21T12:08:50.000Z
2021-07-28T13:14:05.000Z
lib/audio/handlers/audio_player_handler.dart
delletenebre/Yamus
1c2b9d57ffb9436084829cad35b74268dd1d0348
[ "Apache-2.0" ]
13
2019-11-14T16:11:01.000Z
2021-09-07T13:23:29.000Z
import 'package:audio_service/audio_service.dart'; import 'package:just_audio/just_audio.dart'; import 'package:rxdart/rxdart.dart'; import 'package:yamus/audio/medial_library.dart'; import 'package:yamus/main.dart'; class AudioPlayerHandler extends BaseAudioHandler with QueueHandler, SeekHandler { // ignore: cl...
35.401235
87
0.660331
600c179d32b55f88d088ca6d5b4407796f057a82
4,900
sql
SQL
casahogar.sql
Aliciaardila/casahogar
fb240c551d05175c821d42030125b57e9c5d290d
[ "MIT" ]
null
null
null
casahogar.sql
Aliciaardila/casahogar
fb240c551d05175c821d42030125b57e9c5d290d
[ "MIT" ]
null
null
null
casahogar.sql
Aliciaardila/casahogar
fb240c551d05175c821d42030125b57e9c5d290d
[ "MIT" ]
null
null
null
-- phpMyAdmin SQL Dump -- version 5.0.4 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 12-11-2021 a las 22:59:30 -- Versión del servidor: 10.4.17-MariaDB -- Versión de PHP: 7.3.27 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD...
42.608696
229
0.714694
64ee37a39afdd3054b5801842c33f6578451fcae
518
java
Java
src/org/santhoshkumar/Misc/CatalanNumber.java
skcodeworks/MissionInterview
ef2368b758d351b159f3b48eb9f13b043ed787d0
[ "MIT" ]
null
null
null
src/org/santhoshkumar/Misc/CatalanNumber.java
skcodeworks/MissionInterview
ef2368b758d351b159f3b48eb9f13b043ed787d0
[ "MIT" ]
null
null
null
src/org/santhoshkumar/Misc/CatalanNumber.java
skcodeworks/MissionInterview
ef2368b758d351b159f3b48eb9f13b043ed787d0
[ "MIT" ]
null
null
null
package org.santhoshkumar.Misc; /** * Created by santhoshkumar on 18/10/15. */ public class CatalanNumber { public static void print(){ int n = 7; System.out.println("\nCatalan Number"); int[] a = new int[n+1]; a[0]= a[1] = 1; for(int i = 2; i <= n ; i++){ fo...
19.923077
47
0.430502
40fb5fec2b146e146a23785f222c9aee8be6c225
228
py
Python
Ogrenciler/Eren/tekmiciftmii.py
ProEgitim/Python-Dersleri-BEM
b25e9fdb1fa3026925a46b2fcbcba348726b775c
[ "MIT" ]
1
2021-04-18T17:35:22.000Z
2021-04-18T17:35:22.000Z
Ogrenciler/Eren/tekmiciftmii.py
waroi/Python-Dersleri-BEM
b25e9fdb1fa3026925a46b2fcbcba348726b775c
[ "MIT" ]
null
null
null
Ogrenciler/Eren/tekmiciftmii.py
waroi/Python-Dersleri-BEM
b25e9fdb1fa3026925a46b2fcbcba348726b775c
[ "MIT" ]
2
2021-04-18T18:22:26.000Z
2021-04-24T17:16:19.000Z
#kullanıcıdan alınan bir sayının tek mi ya da çift mi olduğunu bulan kodu yazınız sayi = int(input("Bir Sayı Giriniz : ")) if sayi%2==0: print(" Sayısı Çift Sayıdır. ",sayi) else: print(" Sayısı Tek Sayıdır. ",sayi )
28.5
81
0.684211
0463f3145d44767743a35b1a0a45c6b42cf82d9a
248
java
Java
src/test/java/test/ignore/issue2396/FirstTest.java
t-rasmud/testng
47aa43b5d88be43da4d476a15398d0cffee491c7
[ "Apache-2.0" ]
null
null
null
src/test/java/test/ignore/issue2396/FirstTest.java
t-rasmud/testng
47aa43b5d88be43da4d476a15398d0cffee491c7
[ "Apache-2.0" ]
1
2021-03-16T08:49:56.000Z
2021-03-16T08:49:56.000Z
src/test/java/test/ignore/issue2396/FirstTest.java
t-rasmud/testng
47aa43b5d88be43da4d476a15398d0cffee491c7
[ "Apache-2.0" ]
4
2021-05-13T05:00:07.000Z
2021-05-13T08:56:44.000Z
package test.ignore.issue2396; import org.testng.annotations.Ignore; import org.testng.annotations.Test; @Test public class FirstTest { public void testShouldBeInvoked() { } @Ignore public void testShouldBeIgnored(String name) { } }
14.588235
48
0.75
6524869e78875d68bc7830017790dd24a2253209
738
py
Python
app/libpinanny/__init__.py
MelonSmasher/piNanny
2bc3a7b5eda83615e21518a2f36c3844b241d201
[ "MIT" ]
null
null
null
app/libpinanny/__init__.py
MelonSmasher/piNanny
2bc3a7b5eda83615e21518a2f36c3844b241d201
[ "MIT" ]
2
2021-03-10T05:28:36.000Z
2021-09-02T05:40:44.000Z
app/libpinanny/__init__.py
MelonSmasher/piNanny
2bc3a7b5eda83615e21518a2f36c3844b241d201
[ "MIT" ]
null
null
null
from subprocess import PIPE, Popen # Converts celsius temps to fahrenheit def c2f(celsius): return (9.0 / 5) * celsius + 32 # Gets the CPU temperature in degrees C def get_cpu_temperature(): process = Popen(['vcgencmd', 'measure_temp'], stdout=PIPE) output, _error = process.communicate() return floa...
25.448276
62
0.609756
625f8f7bcbff4a07e1c48de9c5c63aefc148c0f6
788
sql
SQL
odev4.sql
Nasdicle/SQLProje
95b464ca704b7041931470b866f9510b5d5471da
[ "MIT" ]
null
null
null
odev4.sql
Nasdicle/SQLProje
95b464ca704b7041931470b866f9510b5d5471da
[ "MIT" ]
null
null
null
odev4.sql
Nasdicle/SQLProje
95b464ca704b7041931470b866f9510b5d5471da
[ "MIT" ]
null
null
null
1. film tablosunda bulunan replacement_cost sütununda bulunan birbirinden farklı değerleri sıralayınız. select distinct(replacement_cost) from film 2. film tablosunda bulunan replacement_cost sütununda birbirinden farklı kaç tane veri vardır? select count(distinct(replacement_cost)) from film 3. film tablosunda bulun...
52.533333
126
0.810914
0c619836cbb98385e9d64fe6430236b99a8352af
657
html
HTML
quickinfo_and_error_popup.html
bertilnilsson/TypeScript-Sublime-Plugin
268ddfec73ff33394c6cf5bc70ca36a30899fa20
[ "Apache-2.0" ]
1,688
2015-04-01T19:48:34.000Z
2019-05-06T10:18:55.000Z
quickinfo_and_error_popup.html
bertilnilsson/TypeScript-Sublime-Plugin
268ddfec73ff33394c6cf5bc70ca36a30899fa20
[ "Apache-2.0" ]
584
2015-04-01T19:21:43.000Z
2019-05-05T23:50:05.000Z
quickinfo_and_error_popup.html
bertilnilsson/TypeScript-Sublime-Plugin
268ddfec73ff33394c6cf5bc70ca36a30899fa20
[ "Apache-2.0" ]
268
2015-04-02T19:05:38.000Z
2019-04-28T15:08:57.000Z
<style> div.wrapper { margin: 5px; } div.error { color: red; margin-bottom: 5px; } span.punctuation { ${punctuationStyles} } span.text { ${textStyles} } span.className { ${typeStyles} } span.propertyName { ${propertyStyles} } span.keyword { ${keywordStyles} } span.localName { ${variableStyles} } span....
13.6875
36
0.668189
3e225c730b25d6afbfaca7b23c0123c247097127
41,198
c
C
net/ipsec/spd/server/mmspecific.c
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
net/ipsec/spd/server/mmspecific.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
net/ipsec/spd/server/mmspecific.c
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1999 Microsoft Corporation Module Name: mmspecific.c Abstract: This module contains all of the code to drive the mm specific filter list management of IPSecSPD Service. Author: abhisheV 08-December-1999 Environment User Level: Win32 Revision His...
24.106495
84
0.561435
399451d4baf7054fba8ff4fdea1fea71e5f9454a
2,153
dart
Dart
lib/instagram/widgets/instagram_profile/widgets/instagram_profile_header/widgets/profile_infographics.dart
anemchinova/404fest_flutter
12ff80827d2c0bc65005c0b5c906113a079a4eb3
[ "MIT" ]
null
null
null
lib/instagram/widgets/instagram_profile/widgets/instagram_profile_header/widgets/profile_infographics.dart
anemchinova/404fest_flutter
12ff80827d2c0bc65005c0b5c906113a079a4eb3
[ "MIT" ]
null
null
null
lib/instagram/widgets/instagram_profile/widgets/instagram_profile_header/widgets/profile_infographics.dart
anemchinova/404fest_flutter
12ff80827d2c0bc65005c0b5c906113a079a4eb3
[ "MIT" ]
null
null
null
import 'package:fest404/instagram/data/instagram_profile_data.dart'; import 'package:fest404/instagram/widgets/instagram_profile/widgets/instagram_profile_header/widgets/circle_photo.dart'; import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; class ProfileInfographics extends StatelessWidge...
26.9125
120
0.61542
66399773afc68a52c0ff18f292239c629f6a1b69
231
kt
Kotlin
suspend-dialogs/src/main/java/com/xeinebiu/suspend/dialogs/SuspendDialogResult.kt
xeinebiu/android-suspend-dialogs
40996e6151d9348b81bc7b8c52fed215e414a81d
[ "MIT" ]
26
2021-07-22T19:04:06.000Z
2021-12-18T16:01:36.000Z
suspend-dialogs/src/main/java/com/xeinebiu/suspend/dialogs/SuspendDialogResult.kt
xeinebiu/android-suspend-dialogs
40996e6151d9348b81bc7b8c52fed215e414a81d
[ "MIT" ]
null
null
null
suspend-dialogs/src/main/java/com/xeinebiu/suspend/dialogs/SuspendDialogResult.kt
xeinebiu/android-suspend-dialogs
40996e6151d9348b81bc7b8c52fed215e414a81d
[ "MIT" ]
6
2021-07-23T07:07:07.000Z
2022-03-30T01:03:11.000Z
package com.xeinebiu.suspend.dialogs import androidx.fragment.app.DialogFragment /** * Provides [SuspendDialogResult.result] member to return from the [DialogFragment] */ interface SuspendDialogResult<T> { var result: T? }
21
83
0.770563
85882e7ab28440bdfa406cb56a2b817e7f259e16
1,751
js
JavaScript
http-ntlm-req.js
IdanZel/node-red-contrib-http-ntlm-req
b117c9bca1dfd29bbe163367cbceee0658ad0141
[ "MIT" ]
null
null
null
http-ntlm-req.js
IdanZel/node-red-contrib-http-ntlm-req
b117c9bca1dfd29bbe163367cbceee0658ad0141
[ "MIT" ]
null
null
null
http-ntlm-req.js
IdanZel/node-red-contrib-http-ntlm-req
b117c9bca1dfd29bbe163367cbceee0658ad0141
[ "MIT" ]
1
2022-02-01T19:25:56.000Z
2022-02-01T19:25:56.000Z
module.exports = function (RED) { function HttpNtlmReqNode(config) { var httpntlm = require('httpntlm'); RED.nodes.createNode(this, config); const node = this; const resetStatus = () => node.status({}); const raiseError = (text, msg) => { node.status({ fill: "red", shape: "dot", text: text }); ...
23.986301
78
0.576813
c2a52675c6353c196f5627776f2709b9b00380bc
3,419
go
Go
modules/multi2vec-clip/vectorizer/vectorizer.go
beholdenkey/weaviate
d6d7eba92ff9c57d7e3400983ca592b5001f7770
[ "BSD-3-Clause" ]
1
2021-12-23T05:04:47.000Z
2021-12-23T05:04:47.000Z
modules/multi2vec-clip/vectorizer/vectorizer.go
beholdenkey/weaviate
d6d7eba92ff9c57d7e3400983ca592b5001f7770
[ "BSD-3-Clause" ]
17
2021-10-02T09:20:04.000Z
2021-12-17T16:30:22.000Z
modules/multi2vec-clip/vectorizer/vectorizer.go
beholdenkey/weaviate
d6d7eba92ff9c57d7e3400983ca592b5001f7770
[ "BSD-3-Clause" ]
null
null
null
// _ _ // __ _____ __ ___ ___ __ _| |_ ___ // \ \ /\ / / _ \/ _` \ \ / / |/ _` | __/ _ \ // \ V V / __/ (_| |\ V /| | (_| | || __/ // \_/\_/ \___|\__,_| \_/ |_|\__,_|\__\___| // // Copyright © 2016 - 2021 SeMI Technologies B.V. All rights reserved. // // CONTACT: hello@s...
23.909091
91
0.661304
7b7571f86dbf4fd0210e12bbf040dccf63a2a61e
46,649
psm1
PowerShell
stig/windows/src/PSDscResources/2.12.0.0/DscResources/MSFT_UserResource/MSFT_UserResource.psm1
JakeDean3631/ato-toolkit
0c8b68eb5b9df17047785d5a0fe53224566d3676
[ "MIT" ]
124
2016-10-08T02:26:59.000Z
2022-03-30T05:17:10.000Z
stig/windows/src/PSDscResources/2.12.0.0/DscResources/MSFT_UserResource/MSFT_UserResource.psm1
JakeDean3631/ato-toolkit
0c8b68eb5b9df17047785d5a0fe53224566d3676
[ "MIT" ]
197
2016-10-15T11:13:22.000Z
2022-02-28T01:41:18.000Z
stig/windows/src/PSDscResources/2.12.0.0/DscResources/MSFT_UserResource/MSFT_UserResource.psm1
JakeDean3631/ato-toolkit
0c8b68eb5b9df17047785d5a0fe53224566d3676
[ "MIT" ]
65
2016-10-08T02:34:57.000Z
2022-02-25T02:38:48.000Z
# User name and password needed for this resource and Write-Verbose Used in helper functions [Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingUserNameAndPassWordParams', '')] [Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSDSCUseVerboseMessageInDSCResource', '')] param () $errorActionPreferen...
29.228697
169
0.586272
b9ebbc709ddcab66f74c8842a52857abb2380037
1,490
ps1
PowerShell
PowerShell-scripts/Configure-Default-Send-Handler-for-each-Send-Ports/Configure_the_Default_SendHandler_for_each_SendPorts_v2.0.ps1
sandroasp/BizTalk-Server-Resources
cec2007374967994074a1fe00f4aeac7072b61d6
[ "MIT" ]
8
2021-02-21T22:37:36.000Z
2022-02-21T22:16:43.000Z
PowerShell-scripts/Configure-Default-Send-Handler-for-each-Send-Ports/Configure_the_Default_SendHandler_for_each_SendPorts_v2.0.ps1
sandroasp/BizTalk-Server-Resources
cec2007374967994074a1fe00f4aeac7072b61d6
[ "MIT" ]
null
null
null
PowerShell-scripts/Configure-Default-Send-Handler-for-each-Send-Ports/Configure_the_Default_SendHandler_for_each_SendPorts_v2.0.ps1
sandroasp/BizTalk-Server-Resources
cec2007374967994074a1fe00f4aeac7072b61d6
[ "MIT" ]
10
2020-04-29T16:33:50.000Z
2022-03-28T19:18:10.000Z
[string] $bizTalkDbServer = "BTSSQL\INSTANCE" [string] $bizTalkDbName = "BizTalkMgmtDb" [System.reflection.Assembly]::LoadWithPartialName("Microsoft.BizTalk.ExplorerOM") | Out-Null $catalog = New-Object Microsoft.BizTalk.ExplorerOM.BtsCatalogExplorer $catalog.ConnectionString = "SERVER=$bizTalkDbServer;DATABASE=$biz...
43.823529
118
0.656376
e77b69cda269bd8f3a4e65e7038c570c2d1ea291
2,521
js
JavaScript
node_modules/oimo/src/shape/Shape.js
darlincode/House-fall-game
dce833a3071eccfce1da47c40d5d2cad032c40c8
[ "MIT" ]
null
null
null
node_modules/oimo/src/shape/Shape.js
darlincode/House-fall-game
dce833a3071eccfce1da47c40d5d2cad032c40c8
[ "MIT" ]
5
2021-03-10T17:02:03.000Z
2022-02-19T01:39:56.000Z
node_modules/oimo/src/shape/Shape.js
darlincode/House-fall-game
dce833a3071eccfce1da47c40d5d2cad032c40c8
[ "MIT" ]
null
null
null
import { SHAPE_NULL } from '../constants'; import { printError } from '../core/Utils'; import { _Math } from '../math/Math'; import { Vec3 } from '../math/Vec3'; import { Mat33 } from '../math/Mat33'; import { AABB } from '../math/AABB'; var count = 0; function ShapeIdCount() { return count++; } /** * A s...
25.989691
73
0.637842
59519364b9117dc6252320001df5df587aca744d
2,741
cc
C++
mojo/shell/external_application_registrar_connection.cc
domenic/mojo
53dda76fed90a47c35ed6e06baf833a0d44495b8
[ "BSD-3-Clause" ]
5
2019-05-24T01:25:34.000Z
2020-04-06T05:07:01.000Z
mojo/shell/external_application_registrar_connection.cc
domenic/mojo
53dda76fed90a47c35ed6e06baf833a0d44495b8
[ "BSD-3-Clause" ]
null
null
null
mojo/shell/external_application_registrar_connection.cc
domenic/mojo
53dda76fed90a47c35ed6e06baf833a0d44495b8
[ "BSD-3-Clause" ]
5
2016-12-23T04:21:10.000Z
2020-06-18T13:52:33.000Z
// Copyright 2014 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 "mojo/shell/external_application_registrar_connection.h" #include "base/bind.h" #include "base/files/file_path.h" #include "base/memory/scoped_p...
33.839506
79
0.749726
731de9526e1f3822309e1c1e3a9377ce2485c935
11,098
rs
Rust
src/ds/flow_instructions.rs
The127/oath2
88ff08d06ded999faee477dd230853bbd1099f52
[ "MIT" ]
1
2019-07-19T14:19:03.000Z
2019-07-19T14:19:03.000Z
src/ds/flow_instructions.rs
The127/oath2
88ff08d06ded999faee477dd230853bbd1099f52
[ "MIT" ]
null
null
null
src/ds/flow_instructions.rs
The127/oath2
88ff08d06ded999faee477dd230853bbd1099f52
[ "MIT" ]
null
null
null
use super::super::err::*; use byteorder::{BigEndian, ReadBytesExt, WriteBytesExt}; use num_traits::{FromPrimitive, ToPrimitive}; use std::convert::{Into, TryFrom}; use std::io::{Cursor, Seek, SeekFrom}; use super::actions; use std::path; #[derive(Primitive, Debug, PartialEq, Clone)] pub enum InstructionType { //...
32.168116
97
0.568571
ad8b98a6d5821be0ffc2931400ab69b5d091bd6b
735
rs
Rust
src/formation_search/unused_slots.rs
sgrif/cotli-helper
510f8f14d73390921a4e22a24eab9fb0a64554ad
[ "MIT" ]
5
2017-05-29T04:51:21.000Z
2020-12-18T10:10:38.000Z
src/formation_search/unused_slots.rs
sgrif/cotli-helper
510f8f14d73390921a4e22a24eab9fb0a64554ad
[ "MIT" ]
null
null
null
src/formation_search/unused_slots.rs
sgrif/cotli-helper
510f8f14d73390921a4e22a24eab9fb0a64554ad
[ "MIT" ]
null
null
null
use formation::Formation; use crusader::{Crusader, Slot}; pub fn unused_slots<'a>( formation: &Formation, crusaders: &'a [Crusader], ) -> impl Iterator<Item=&'a Crusader> + Clone { UnusedSlots { crusaders: crusaders.iter(), used_slots: formation.used_slots(), } } #[derive(Debug, Clone,...
22.96875
70
0.583673
c57c2c3f537cd69e94fe5f16773568adebf18d90
876
hpp
C++
framework/graphics/graphics/scene/scene_2.hpp
YiJiangFengYun/vulkan-graphics-examples
e7b788b8f47dd238b08840c019940c7c52335a54
[ "MIT" ]
1
2018-03-01T01:05:25.000Z
2018-03-01T01:05:25.000Z
framework/graphics/graphics/scene/scene_2.hpp
YiJiangFengYun/vulkan-graphics-examples
e7b788b8f47dd238b08840c019940c7c52335a54
[ "MIT" ]
null
null
null
framework/graphics/graphics/scene/scene_2.hpp
YiJiangFengYun/vulkan-graphics-examples
e7b788b8f47dd238b08840c019940c7c52335a54
[ "MIT" ]
null
null
null
#ifndef VG_SCENE_2_H #define VG_SCENE_2_H #include "graphics/scene/space_info.hpp" #include "graphics/scene/scene.hpp" namespace vg { class Scene2 : public Scene<SpaceType::SPACE_2> { public: Scene2(); virtual MatrixType getProjMatrix(const ProjectorType *pProjector) const override; ...
30.206897
102
0.688356
acc8009acf7ca6dfcde029b273c6b07612d37b60
17,215
cpp
C++
tplib/matrix/matrix/matrix.cpp
yuwang211/TriplePlus
753d44107a63a29a675d8129012ecc512e0651c2
[ "MIT" ]
null
null
null
tplib/matrix/matrix/matrix.cpp
yuwang211/TriplePlus
753d44107a63a29a675d8129012ecc512e0651c2
[ "MIT" ]
null
null
null
tplib/matrix/matrix/matrix.cpp
yuwang211/TriplePlus
753d44107a63a29a675d8129012ecc512e0651c2
[ "MIT" ]
null
null
null
inline void Matrix::setindex() { double *d = num->begin(); for (int i = 0; i < row; ++i) { (*index)[i] = d; d += col; } } inline void Matrix::makeonly() { if (uc.makeonly()) { Block<double> *tmp = num; num = new Block<double>(row * col); Assert(num, "malloc failed"); index = new Bloc...
22.681159
101
0.485507
1fa3fec191440ee24d65edb5bc0f89a3f18e95b7
463
asm
Assembly
programs/oeis/131/A131136.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/131/A131136.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
programs/oeis/131/A131136.asm
jmorken/loda
99c09d2641e858b074f6344a352d13bc55601571
[ "Apache-2.0" ]
null
null
null
; A131136: Denominator of (exponential) expansion of log((x/2-1)/(x-1)). ; 1,2,4,4,8,4,8,8,16,4,8,8,16,8,16,16,32,4,8,8,16,8,16,16,32,8,16,16,32,16,32,32,64,4,8,8,16,8,16,16,32,8,16,16,32,16,32,32,64,8,16,16,32,16,32,32,64,16,32,32,64,32,64,64,128,4,8,8,16,8,16,16,32,8,16,16 mov $2,$0 mov $0,0 mov $3,$2 mul $2,2 lpb $...
21.045455
202
0.559395
3be4ce105ad2ea75d62e90926389a3b8dc7f5255
23,297
dart
Dart
lib/screens/community_screens/forum_screen.dart
ihassanjavaid/Eye-Diagnostic-System
1be6c76664ff995daf4736dc111e5674266f32c2
[ "MIT" ]
2
2021-05-30T11:08:59.000Z
2021-05-31T17:56:56.000Z
lib/screens/community_screens/forum_screen.dart
ihassanjavaid/Eye-Diagnostic-System
1be6c76664ff995daf4736dc111e5674266f32c2
[ "MIT" ]
null
null
null
lib/screens/community_screens/forum_screen.dart
ihassanjavaid/Eye-Diagnostic-System
1be6c76664ff995daf4736dc111e5674266f32c2
[ "MIT" ]
2
2021-06-08T15:43:52.000Z
2021-09-09T14:45:26.000Z
import 'package:cloud_firestore/cloud_firestore.dart'; import 'package:eye_diagnostic_system/components/header_clipper_component.dart'; import 'package:eye_diagnostic_system/models/forum_question_data.dart'; import 'package:eye_diagnostic_system/models/provider_data.dart'; import 'package:eye_diagnostic_system/screens/...
41.233628
132
0.379663
f59dbee59e69e97758529f3b25db51d3cdbe28c0
888
sql
SQL
aot/optimizer_bug.sql
nenadnoveljic/tpt-oracle
b64c45cc7911b9bb4698901ba8a3eedd1c6a3e28
[ "Apache-2.0" ]
483
2018-05-16T04:52:12.000Z
2022-03-18T18:15:28.000Z
aot/optimizer_bug.sql
nenadnoveljic/tpt-oracle
b64c45cc7911b9bb4698901ba8a3eedd1c6a3e28
[ "Apache-2.0" ]
27
2019-01-21T07:55:13.000Z
2022-02-28T12:00:30.000Z
aot/optimizer_bug.sql
nenadnoveljic/tpt-oracle
b64c45cc7911b9bb4698901ba8a3eedd1c6a3e28
[ "Apache-2.0" ]
237
2018-05-16T04:52:25.000Z
2022-03-24T03:48:35.000Z
-- Copyright 2018 Tanel Poder. All rights reserved. More info at http://tanelpoder.com -- Licensed under the Apache License, Version 2.0. See LICENSE.txt for terms & conditions. DROP TABLE t; CREATE TABLE t AS SELECT * FROM dba_objects; CREATE INDEX i1 ON t(owner); CREATE INDEX i2 ON t(owner,object_name); CREATE INDE...
35.52
93
0.754505
8037ca093dd7949f8d296a71715bf4d481dfa8b7
8,194
java
Java
hermes-test-helper/src/main/java/pl/allegro/tech/hermes/test/helper/builder/SubscriptionBuilder.java
dswiecki/hermes
0e882de4d151abc97aa8aaf786dcd19052f4154e
[ "Apache-2.0" ]
null
null
null
hermes-test-helper/src/main/java/pl/allegro/tech/hermes/test/helper/builder/SubscriptionBuilder.java
dswiecki/hermes
0e882de4d151abc97aa8aaf786dcd19052f4154e
[ "Apache-2.0" ]
null
null
null
hermes-test-helper/src/main/java/pl/allegro/tech/hermes/test/helper/builder/SubscriptionBuilder.java
dswiecki/hermes
0e882de4d151abc97aa8aaf786dcd19052f4154e
[ "Apache-2.0" ]
null
null
null
package pl.allegro.tech.hermes.test.helper.builder; import pl.allegro.tech.hermes.api.*; import java.net.URI; import java.util.ArrayList; import java.util.List; public class SubscriptionBuilder { private final TopicName topicName; private final String name; private Subscription.State state = Subscript...
36.417778
130
0.725531
1f511b5cc774e91af80afea669efd8535136dac3
690
css
CSS
public/theme_resources/frontend/orama/stylesheets/albums/1472.css
thangtyt/orama
f5214f60cfe24a422e67a60b00cd2576dc281e07
[ "MIT", "Unlicense" ]
null
null
null
public/theme_resources/frontend/orama/stylesheets/albums/1472.css
thangtyt/orama
f5214f60cfe24a422e67a60b00cd2576dc281e07
[ "MIT", "Unlicense" ]
null
null
null
public/theme_resources/frontend/orama/stylesheets/albums/1472.css
thangtyt/orama
f5214f60cfe24a422e67a60b00cd2576dc281e07
[ "MIT", "Unlicense" ]
null
null
null
body { background:#B4D2E6; } h1 { color: #646419 } div#logo h1 { color: #646419 } #menu-links ul > li a { color: #4b4b00 } #breadcrumbs { color: #4b4b00 } #breadcrumbs a { color: #4b4b00; } table.album-showcast .release-date { color: #414100 } table.album-showcast .summary { color: #55550a } table.album-showcast a { c...
36.315789
61
0.686957
39d18e7a24bfcf53ed03c10cd66529b3c254d255
222
js
JavaScript
docs/search/defines_10.js
bitshares/doxygen.bitshares.org
9a25a0fbc9d3fa2697ea7f73132c7d8d885360ee
[ "MIT" ]
1
2020-09-22T21:16:48.000Z
2020-09-22T21:16:48.000Z
docs/search/defines_10.js
bitshares/doxygen.bitshares.org
9a25a0fbc9d3fa2697ea7f73132c7d8d885360ee
[ "MIT" ]
3
2019-07-17T15:16:56.000Z
2019-07-17T21:42:28.000Z
docs/search/defines_10.js
bitshares/doxygen.bitshares.org
9a25a0fbc9d3fa2697ea7f73132c7d8d885360ee
[ "MIT" ]
1
2019-05-02T11:07:55.000Z
2019-05-02T11:07:55.000Z
var searchData= [ ['ulog',['ulog',['../logger_8hpp.html#ac513cc2a5da0419b4e241277d20b37fb',1,'logger.hpp']]], ['unlikely',['UNLIKELY',['../exception_8hpp.html#ab10d0a221f4d7a706701b806c8135fd7',1,'exception.hpp']]] ];
37
106
0.716216
f061b6d50d8ec8a1a7719ecfc696b74a1891da82
669
js
JavaScript
src/reducers/rolesReducer.test.js
AndelaOSP/wire
59eaac02e2014b1512f7c9678a722dfa49f8277c
[ "MIT" ]
1
2020-07-26T23:45:10.000Z
2020-07-26T23:45:10.000Z
src/reducers/rolesReducer.test.js
theartisancodes/wire
39db85212aa0b435d3e2ce4e0b9ff49c7d979318
[ "MIT" ]
124
2017-11-06T12:41:51.000Z
2022-02-26T09:59:33.000Z
src/reducers/rolesReducer.test.js
theartisancodes/wire
39db85212aa0b435d3e2ce4e0b9ff49c7d979318
[ "MIT" ]
3
2018-05-04T00:39:21.000Z
2018-06-25T12:43:40.000Z
import * as ActionTypes from '../actions/actionTypes'; import reducer from './rolesReducer'; import initialState from './initialState'; describe('Reducers :: Roles', () => { const getInitialState = initialState.roles; it('should get initial state by default', () => { const action = { type: 'unknown' }; con...
33.45
70
0.678625
fb37afdfe3dd27069d39e4e33e432ac8372b7f17
6,176
java
Java
src-plugins/jep/src/main/java/org/lsmp/djepJUnit/VectorJepTest.java
robertb-r/fiji
4eb8d690811c5c9d746e673dbd7c3297ec12dfdf
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src-plugins/jep/src/main/java/org/lsmp/djepJUnit/VectorJepTest.java
robertb-r/fiji
4eb8d690811c5c9d746e673dbd7c3297ec12dfdf
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src-plugins/jep/src/main/java/org/lsmp/djepJUnit/VectorJepTest.java
robertb-r/fiji
4eb8d690811c5c9d746e673dbd7c3297ec12dfdf
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/* @author rich * Created on 22-Apr-2005 * * See LICENSE.txt for license information. */ package org.lsmp.djepJUnit; import org.lsmp.djep.vectorJep.VectorJep; import org.nfunk.jep.ParseException; import junit.framework.Test; import junit.framework.TestResult; import junit.framework.TestSuite; /** * @author Rich...
33.748634
97
0.544527
fd6f11499c232de202aca5b46b4f09cc7ba8d2b0
561
swift
Swift
Package.swift
kkk669/swift-log-playground
0f378ca5c69f3ce120dec0e8c8684ad670047af0
[ "MIT" ]
null
null
null
Package.swift
kkk669/swift-log-playground
0f378ca5c69f3ce120dec0e8c8684ad670047af0
[ "MIT" ]
null
null
null
Package.swift
kkk669/swift-log-playground
0f378ca5c69f3ce120dec0e8c8684ad670047af0
[ "MIT" ]
null
null
null
// swift-tools-version:5.5 import PackageDescription let package = Package( name: "LoggingPlayground", products: [ .library( name: "LoggingPlayground", targets: ["LoggingPlayground"] ) ], dependencies: [ .package(url: "https://github.com/apple/swift-log....
22.44
95
0.520499
afc1c7f9f2c4547d6d534e9e0395cef6c0a45cae
27,615
html
HTML
doc/manual/html/p11-kit-Deprecated.html
tizenorg/platform.upstream.p11-kit
3d0b8da7604baf10579ecb33c45459065f4151c0
[ "BSD-3-Clause" ]
null
null
null
doc/manual/html/p11-kit-Deprecated.html
tizenorg/platform.upstream.p11-kit
3d0b8da7604baf10579ecb33c45459065f4151c0
[ "BSD-3-Clause" ]
null
null
null
doc/manual/html/p11-kit-Deprecated.html
tizenorg/platform.upstream.p11-kit
3d0b8da7604baf10579ecb33c45459065f4151c0
[ "BSD-3-Clause" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Deprecated</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="p11-kit"> <link rel="up" href="reference...
62.619048
476
0.714793
b91897e7c16444e3284c56c573abcda5a15a28ae
669
go
Go
meraki/products/ms/livetools.go
ddexterpark/merakictl
1308e915e94adec584451db630a643cd0088b60e
[ "Apache-2.0" ]
8
2020-10-13T01:52:29.000Z
2022-01-09T02:23:37.000Z
meraki/products/ms/livetools.go
ddexterpark/merakictl
1308e915e94adec584451db630a643cd0088b60e
[ "Apache-2.0" ]
null
null
null
meraki/products/ms/livetools.go
ddexterpark/merakictl
1308e915e94adec584451db630a643cd0088b60e
[ "Apache-2.0" ]
null
null
null
package ms import ( "github.com/ddexterpark/dashboard-api-golang/api/products/switch/livetools" "github.com/ddexterpark/merakictl/shell" "github.com/spf13/cobra" ) var PostPortCycle = &cobra.Command{ Use: "cyclePorts", Short: "Cycle a set of switch ports.", Run: func(cmd *cobra.Command, args []string) { _, ...
26.76
76
0.692078
f18f60e138c39da4df9bbeb08f91719ab5f5ffd6
3,219
swift
Swift
Smulle/TestViewController.swift
matsmorot/Smulle
235fc612103c8e3048e3070a7aec07198e3e81f6
[ "CC-BY-3.0" ]
null
null
null
Smulle/TestViewController.swift
matsmorot/Smulle
235fc612103c8e3048e3070a7aec07198e3e81f6
[ "CC-BY-3.0" ]
6
2017-01-12T13:19:31.000Z
2017-04-10T15:29:11.000Z
Smulle/TestViewController.swift
matsmorot/Smulle
235fc612103c8e3048e3070a7aec07198e3e81f6
[ "CC-BY-3.0" ]
null
null
null
// // TestViewController.swift // Smulle // // Created by Mattias Almén on 2017-03-16. // Copyright © 2017 pixlig.se. All rights reserved. // import UIKit class TestViewController: UIViewController { @IBOutlet weak var stack1: UIStackView! @IBOutlet weak var stack2: UIStackView! let deck = Deck(...
32.515152
108
0.611059
9c32fc5543664219c073017c854d0a3d50b43b16
3,737
js
JavaScript
src/Home/CreateRoom/WorkoutTable.test.js
SynchroCise/SynchroCise
6bf51a393d594e712b0934509533dbeb7599427b
[ "MIT" ]
null
null
null
src/Home/CreateRoom/WorkoutTable.test.js
SynchroCise/SynchroCise
6bf51a393d594e712b0934509533dbeb7599427b
[ "MIT" ]
null
null
null
src/Home/CreateRoom/WorkoutTable.test.js
SynchroCise/SynchroCise
6bf51a393d594e712b0934509533dbeb7599427b
[ "MIT" ]
null
null
null
import React from 'react'; import { shallow } from 'enzyme'; import { findByTestAttr, initContext } from '../../utils/test'; import WorkoutTable, { Row } from './WorkoutTable'; jest.mock("../../utils/requests"); const mockPush = jest.fn(); jest.mock('react-router-dom', () => ({ useHistory: () => ({ push: m...
34.925234
104
0.578271
7b2188a41ccd32f9b8028f8d88be2cbe12de319e
9,954
rb
Ruby
demos/appointment.rb
movitto/cdk
d2258ae5f6167d963703e5ebf63b822b0076338d
[ "BSD-3-Clause" ]
2
2018-04-01T03:55:47.000Z
2019-11-29T23:42:01.000Z
demos/appointment.rb
movitto/cdk
d2258ae5f6167d963703e5ebf63b822b0076338d
[ "BSD-3-Clause" ]
null
null
null
demos/appointment.rb
movitto/cdk
d2258ae5f6167d963703e5ebf63b822b0076338d
[ "BSD-3-Clause" ]
null
null
null
#!/usr/bin/env ruby require 'optparse' require 'ostruct' require_relative '../lib/cdk' class Appointment MAX_MARKERS = 2000 GPAppointmentAttributes = [ Ncurses::A_BLINK, Ncurses::A_BOLD, Ncurses::A_REVERSE, Ncurses::A_UNDERLINE, ] AppointmentType = [ :BIRTHDAY, :ANNIVERSARY, :APPOI...
29.362832
78
0.622765
bd4bcb12510a5ccc7c8b5fd93edf82e107f1ef71
399
asm
Assembly
libsrc/enterprise/exos_write_block.asm
andydansby/z88dk-mk2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
1
2020-09-15T08:35:49.000Z
2020-09-15T08:35:49.000Z
libsrc/enterprise/exos_write_block.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
libsrc/enterprise/exos_write_block.asm
andydansby/z88dk-MK2
51c15f1387293809c496f5eaf7b196f8a0e9b66b
[ "ClArtistic" ]
null
null
null
; ; Enterprise 64/128 specific routines ; by Stefano Bodrato, 2011 ; ; exos_write_block(unsigned char channel, unsigned int byte_count, unsigned char *address); ; ; ; $Id: exos_write_block.asm,v 1.1 2011/03/15 14:34:08 stefano Exp $ ; XLIB exos_write_block exos_write_block: pop af pop de pop bc pop hl push hl...
12.870968
91
0.701754
afeebe97cbd92d5cf64f5531e56a919d7f577b9d
2,116
html
HTML
popup.html
ktsanter/infoDeck-extension
b33c561cfb7f1fb3b4eed33d974298792f1ad05d
[ "MIT" ]
null
null
null
popup.html
ktsanter/infoDeck-extension
b33c561cfb7f1fb3b4eed33d974298792f1ad05d
[ "MIT" ]
null
null
null
popup.html
ktsanter/infoDeck-extension
b33c561cfb7f1fb3b4eed33d974298792f1ad05d
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <title> infoDeck popup </title> <meta charset="utf-8"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymo...
36.482759
95
0.57845
ff68f86af3ee60a004412c548df8b1eb0914ac80
1,578
kt
Kotlin
src/main/java/org/mtransit/parser/db/DumpDbUtils.kt
mtransitapps/parser
72bcff24c37ff04d90f8a1e018fd1ef87798c3b8
[ "Apache-2.0" ]
2
2015-03-09T12:40:58.000Z
2022-01-02T22:17:01.000Z
src/main/java/org/mtransit/parser/db/DumpDbUtils.kt
mtransitapps/parser
72bcff24c37ff04d90f8a1e018fd1ef87798c3b8
[ "Apache-2.0" ]
3
2015-03-07T17:06:59.000Z
2015-03-31T12:58:13.000Z
src/main/java/org/mtransit/parser/db/DumpDbUtils.kt
mtransitapps/parser
72bcff24c37ff04d90f8a1e018fd1ef87798c3b8
[ "Apache-2.0" ]
3
2015-03-07T17:33:26.000Z
2019-08-29T06:17:21.000Z
package org.mtransit.parser.db import org.mtransit.commons.GTFSCommons import org.mtransit.parser.FileUtils import java.io.File import java.sql.Connection import java.sql.DriverManager object DumpDbUtils { @JvmStatic fun getConnection(filePath: String): Connection { delete(filePath) // delete previou...
37.571429
81
0.742079
f742140c1fd7997496982bb3a7a07301bab388ba
10,608
c
C
fipscavs/dispatch/cavs_dispatch_l4.c
holyswordman/apple_corecrypto_mirror
7f67b02ab1fe07817b818c4e6f0d65ac39999d06
[ "AML" ]
20
2018-07-11T17:56:35.000Z
2021-11-03T06:49:13.000Z
fipscavs/dispatch/cavs_dispatch_l4.c
holyswordman/apple_corecrypto_mirror
7f67b02ab1fe07817b818c4e6f0d65ac39999d06
[ "AML" ]
null
null
null
fipscavs/dispatch/cavs_dispatch_l4.c
holyswordman/apple_corecrypto_mirror
7f67b02ab1fe07817b818c4e6f0d65ac39999d06
[ "AML" ]
null
null
null
/* * Copyright (c) 2016,2017,2018 Apple Inc. All rights reserved. * * corecrypto Internal Use License Agreement * * IMPORTANT: This Apple corecrypto software is supplied to you by Apple Inc. ("Apple") * in consideration of your agreement to the following terms, and your download or use * of this Apple software ...
33.891374
92
0.673643
d2a2a4c9b3cbe8d379ef156b4408b532e0d26c07
2,455
php
PHP
resources/views/orders/index.blade.php
hadeer-elhefnawy/EEC-Group
2699bbebfa09227a2b7d36f214af87e61ce2767c
[ "MIT" ]
null
null
null
resources/views/orders/index.blade.php
hadeer-elhefnawy/EEC-Group
2699bbebfa09227a2b7d36f214af87e61ce2767c
[ "MIT" ]
null
null
null
resources/views/orders/index.blade.php
hadeer-elhefnawy/EEC-Group
2699bbebfa09227a2b7d36f214af87e61ce2767c
[ "MIT" ]
null
null
null
@extends('layouts.app') @section('content') <div class="row"> <div class="col-lg-12 margin-tb"> <div class="pull-left"> <h2>All orders</h2> </div> <div class="pull-right"> <a class="btn btn-success" href="{{ route('orders.create') }}"> Cre...
29.22619
100
0.432994
4c27060e2a1e05a281eeec7a3f253b1a1269d0e4
88
php
PHP
resources/views/client/layouts/homepagelay.blade.php
alifraz123/gameoftech
1f4c184a6112cb98a1d65f48d1620b1ae590637a
[ "MIT" ]
null
null
null
resources/views/client/layouts/homepagelay.blade.php
alifraz123/gameoftech
1f4c184a6112cb98a1d65f48d1620b1ae590637a
[ "MIT" ]
null
null
null
resources/views/client/layouts/homepagelay.blade.php
alifraz123/gameoftech
1f4c184a6112cb98a1d65f48d1620b1ae590637a
[ "MIT" ]
null
null
null
@include('client/includes/header') @yield('content') @include('client/includes/footer')
22
34
0.75
e8c9f3d73bb4ea6a7ed71a79ed56dad91cbd8ff5
2,010
swift
Swift
MuseSwift/Source/Render/SingleLineScore/SingleLineScoreLayout.swift
ocadaruma/museswift
d1b5db275f7cd208f9f46ece6ce36f48074ccd15
[ "MIT" ]
1
2016-04-07T02:01:12.000Z
2016-04-07T02:01:12.000Z
MuseSwift/Source/Render/SingleLineScore/SingleLineScoreLayout.swift
ocadaruma/museswift
d1b5db275f7cd208f9f46ece6ce36f48074ccd15
[ "MIT" ]
4
2015-11-18T15:04:46.000Z
2015-12-03T16:07:37.000Z
MuseSwift/Source/Render/SingleLineScore/SingleLineScoreLayout.swift
ocadaruma/museswift
d1b5db275f7cd208f9f46ece6ce36f48074ccd15
[ "MIT" ]
null
null
null
import Foundation let staffNum: Int = 5 public class SingleLineScoreLayout { public let staffHeight: CGFloat public let staffLineWidth: CGFloat public let stemWidth: CGFloat public let widthPerUnitNoteLength: CGFloat public let barMarginRight: CGFloat public let minStemHeight: CGFloat public let maxBeam...
33.5
60
0.744279
7c81eaddae3d916682e3d0d3b33ab2412f6a7c98
174
lua
Lua
resources/words/nin.lua
terrabythia/alfabeter
da422481ba223ebc6c4ded63fed8f75605193d44
[ "MIT" ]
null
null
null
resources/words/nin.lua
terrabythia/alfabeter
da422481ba223ebc6c4ded63fed8f75605193d44
[ "MIT" ]
null
null
null
resources/words/nin.lua
terrabythia/alfabeter
da422481ba223ebc6c4ded63fed8f75605193d44
[ "MIT" ]
null
null
null
return {'nina','ninoofs','ninove','ninovenaar','ninovieter','ninja','nine','nini','ninja','ninke','nino','ninaber','ninjas','ninas','nines','ninis','ninjas','ninkes','ninos'}
174
174
0.66092
8a50ef97fe8d916a2f429aad00048fd2dfd1dd19
574
asm
Assembly
cgi-bin/contentf.asm
Konamiman/NestorWeb
434a23176518c137731f4784046d3c472b845842
[ "MIT" ]
4
2020-01-19T11:53:25.000Z
2021-05-10T21:13:47.000Z
cgi-bin/contentf.asm
Konamiman/NestorWeb
434a23176518c137731f4784046d3c472b845842
[ "MIT" ]
null
null
null
cgi-bin/contentf.asm
Konamiman/NestorWeb
434a23176518c137731f4784046d3c472b845842
[ "MIT" ]
1
2020-01-20T05:17:46.000Z
2020-01-20T05:17:46.000Z
;Example of NestorWeb SCGI script that returns a response body from a content file. ;The file for this example is to be located at <base directory>\cgi-bin\contentf\datafile.dat CR: equ 13 LF: equ 10 STDOUT: equ 1 _WRITE: equ 49h org 100h ld b,STDOUT ld de,HEADERS ld hl,HEADER_END-HEADE...
22.96
94
0.670732
1f774464d3384217033bbe8be94d8b885bdf424a
73
asm
Assembly
gfx/pokemon/mawile/anim.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
gfx/pokemon/mawile/anim.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
gfx/pokemon/mawile/anim.asm
Ebernacher90/pokecrystal-allworld
5d623c760e936842cf92563912c5bd64dd69baef
[ "blessing" ]
null
null
null
frame 1, 06 frame 2, 14 frame 3, 10 frame 2, 12 frame 3, 08 endanim
12.166667
12
0.643836
52e0c614749839d1b813b92bb61ad8fcd1faf9cf
3,196
swift
Swift
Sources/Features/iOS/PassbookCapability.swift
anthonyherron/Operations
fa2ee4f3a5c14bdfc39b265c95dfa5d388513551
[ "MIT" ]
1
2021-03-04T01:56:07.000Z
2021-03-04T01:56:07.000Z
Sources/Features/iOS/PassbookCapability.swift
anthonyherron/Operations
fa2ee4f3a5c14bdfc39b265c95dfa5d388513551
[ "MIT" ]
null
null
null
Sources/Features/iOS/PassbookCapability.swift
anthonyherron/Operations
fa2ee4f3a5c14bdfc39b265c95dfa5d388513551
[ "MIT" ]
null
null
null
// // PassbookCapability.swift // Operations // // Created by Daniel Thorpe on 02/10/2015. // Copyright © 2015 Dan Thorpe. All rights reserved. // import PassKit /** A refined CapabilityRegistrarType for Capability.Passbook. This protocol only defines whether the library is available as there are no other perm...
29.869159
104
0.716521
70e5f67b2530fa39c75c7dad4a4d225df032bfb7
363
c
C
testing/printfpercents/strings.c
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
testing/printfpercents/strings.c
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
testing/printfpercents/strings.c
marshallmidden/m4
8ff1cb050efdefe6963c6d7f459fd6f3d25eea94
[ "BSD-2-Clause" ]
null
null
null
#include <stdio.h> static char str1[] = "Thisisthestring."; static char str2[] = "Short."; int main(void) { printf(".10s=(%.10s)\n", str1); printf("10s=(%10s)\n", str1); printf("10.10s=(%10.10s)\n", str1); printf("\n"); printf(".10s=(%.10s)\n", str2); printf("10s=(%10s)\n", str2); printf("...
21.352941
40
0.534435
76f8f1b5cdc0baa0bc5e0d2a311691741244935f
3,873
dart
Dart
lib/src/bin/shell/shell_bin_command.dart
tekartik/process_run.dart
9c95dc016765f90fe5672fcda794192bbd9eaa25
[ "BSD-2-Clause" ]
107
2017-09-04T08:16:15.000Z
2022-03-14T03:45:54.000Z
lib/src/bin/shell/shell_bin_command.dart
tekartik/process_run.dart
9c95dc016765f90fe5672fcda794192bbd9eaa25
[ "BSD-2-Clause" ]
51
2019-10-02T05:52:16.000Z
2022-02-12T18:01:23.000Z
lib/src/bin/shell/shell_bin_command.dart
tekartik/process_run.dart
9c95dc016765f90fe5672fcda794192bbd9eaa25
[ "BSD-2-Clause" ]
15
2019-04-26T03:32:14.000Z
2022-01-15T18:39:54.000Z
import 'dart:io'; // ignore: import_of_legacy_library_into_null_safe import 'package:args/args.dart'; import 'package:meta/meta.dart'; import 'package:process_run/src/bin/shell/shell.dart'; import 'package:process_run/src/common/import.dart'; // ignore: import_of_legacy_library_into_null_safe import 'package:pub_semve...
23.472727
78
0.637749
81a4e56a6660cde6df6ed9e1f51e5505208c7662
28,375
go
Go
pkg/controller/ec2/launchtemplateversion/zz_controller.go
goober/provider-aws
969f757b2e174cf35ad3b87fda7e869242b11270
[ "Apache-2.0" ]
1
2022-03-10T10:51:02.000Z
2022-03-10T10:51:02.000Z
pkg/controller/ec2/launchtemplateversion/zz_controller.go
goober/provider-aws
969f757b2e174cf35ad3b87fda7e869242b11270
[ "Apache-2.0" ]
1
2021-09-01T00:32:03.000Z
2021-09-01T00:32:03.000Z
pkg/controller/ec2/launchtemplateversion/zz_controller.go
goober/provider-aws
969f757b2e174cf35ad3b87fda7e869242b11270
[ "Apache-2.0" ]
1
2021-04-28T19:53:10.000Z
2021-04-28T19:53:10.000Z
/* Copyright 2021 The Crossplane Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, ...
45.692432
207
0.768493
969172599e514cd64d6adb5d2cf37c2553132250
3,263
dart
Dart
lib/services/network_handler.dart
ashmishra1/Recyclo
10678dc99aeeb1f8826f97d7332832178b34b1f2
[ "Apache-2.0" ]
null
null
null
lib/services/network_handler.dart
ashmishra1/Recyclo
10678dc99aeeb1f8826f97d7332832178b34b1f2
[ "Apache-2.0" ]
null
null
null
lib/services/network_handler.dart
ashmishra1/Recyclo
10678dc99aeeb1f8826f97d7332832178b34b1f2
[ "Apache-2.0" ]
null
null
null
import 'dart:convert'; import 'package:camera/camera.dart'; import 'package:logger/logger.dart'; import 'package:http/http.dart' as http; import 'package:recyclo/models/post.dart'; class NetworkHandler { String baseUrl = "https://recyclo.herokuapp.com/api"; var log = Logger(); Future<bool> checkUrl(String url)...
29.133929
79
0.635305
e35ebebcf0e113de1ffcfbb0be012b73911374a4
2,019
kt
Kotlin
app/src/main/java/com/revolgenx/anilib/ui/presenter/TagPresenter.kt
rev0lgenX/AniLib
9d38d80ef45c8f905669bf70884a8f729933bd91
[ "Apache-2.0" ]
35
2020-10-18T18:39:03.000Z
2022-03-24T17:22:50.000Z
app/src/main/java/com/revolgenx/anilib/ui/presenter/TagPresenter.kt
rev0lgenX/AniLib
9d38d80ef45c8f905669bf70884a8f729933bd91
[ "Apache-2.0" ]
8
2021-01-08T08:38:00.000Z
2022-03-25T16:45:05.000Z
app/src/main/java/com/revolgenx/anilib/ui/presenter/TagPresenter.kt
rev0lgenX/AniLib
9d38d80ef45c8f905669bf70884a8f729933bd91
[ "Apache-2.0" ]
2
2021-08-21T19:59:45.000Z
2022-02-17T18:19:01.000Z
package com.revolgenx.anilib.ui.presenter import android.content.Context import android.view.LayoutInflater import android.view.ViewGroup import androidx.core.content.ContextCompat import com.otaliastudios.elements.Element import com.otaliastudios.elements.Page import com.pranavpandey.android.dynamic.support.theme.Dyn...
32.047619
100
0.666667
8193002259c38b333eb3d1b755d03a2ff9a085d5
580
go
Go
pcapng/examples/dump/main.go
bearmini/pcapng-go
f495b2753bf8db55d837a9d8b34a45bcc7e7c493
[ "MIT" ]
1
2018-04-05T12:33:31.000Z
2018-04-05T12:33:31.000Z
pcapng/examples/dump/main.go
bearmini/pcapng-go
f495b2753bf8db55d837a9d8b34a45bcc7e7c493
[ "MIT" ]
2
2018-03-08T03:56:59.000Z
2018-07-04T08:34:10.000Z
pcapng/examples/dump/main.go
bearmini/pcapng-go
f495b2753bf8db55d837a9d8b34a45bcc7e7c493
[ "MIT" ]
null
null
null
package main import ( "errors" "fmt" "os" "github.com/bearmini/pcapng-go/pcapng" ) func main() { err := run() if err != nil { fmt.Fprintf(os.Stderr, "ERROR: %+v\n", err) os.Exit(1) } } func run() error { if len(os.Args) < 2 { return errors.New("no input file name is specified") } fname := os.Args[1...
12.340426
54
0.567241
4fa5a3e42e6517e844b58c21ac23e415f86fdd60
1,443
asm
Assembly
_maps/obj26.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
_maps/obj26.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
2
2019-06-13T14:26:59.000Z
2019-10-10T13:15:14.000Z
_maps/obj26.asm
vladjester2020/Sonic1TMR
22e749a2aab74cc725729e476d6252b071c12e42
[ "Apache-2.0" ]
null
null
null
; -------------------------------------------------------------------------------- ; Sprite mappings - output from SonMapEd - Sonic 1 format ; -------------------------------------------------------------------------------- SME_hGqPU: dc.w SME_hGqPU_18-SME_hGqPU, SME_hGqPU_1E-SME_hGqPU dc.w SME_hGqPU_29-SME_hGqP...
31.369565
82
0.519751
0c775506d8225eb85fc7190f4a2cf9049c82ec26
4,676
html
HTML
www/chapter_10/templates/maintenance.html
PacktPublishing/-Learn-MongoDB-4.0
011f14fc66c42498dcbf07e64e760b5e9f420243
[ "MIT" ]
13
2020-08-06T17:05:50.000Z
2021-11-08T13:12:11.000Z
www/chapter_10/templates/maintenance.html
PacktPublishing/-Learn-MongoDB-4.0
011f14fc66c42498dcbf07e64e760b5e9f420243
[ "MIT" ]
4
2020-09-20T05:30:39.000Z
2021-04-01T08:35:40.000Z
www/chapter_10/templates/maintenance.html
PacktPublishing/-Learn-MongoDB-4.0
011f14fc66c42498dcbf07e64e760b5e9f420243
[ "MIT" ]
12
2020-08-07T06:45:43.000Z
2021-12-08T06:58:23.000Z
{% load static %} <style> .td-left { text-align: left; } .td-right { text-align: right; } .th-right { text-align: right; padding: 10px; } </style> <h2>Loan Maintenance</h2> <hr> <table> <tr> <!-- get borrower and accept payment --> <td width="5...
39.294118
168
0.386014
874e276366a72febf7dbec7d4242079b7522190d
675
html
HTML
Study/practice/RWD/icon-font.html
khsi12345/TIL
b638581527ef52dadbe97b7eb6ece503f127b76c
[ "MIT" ]
null
null
null
Study/practice/RWD/icon-font.html
khsi12345/TIL
b638581527ef52dadbe97b7eb6ece503f127b76c
[ "MIT" ]
null
null
null
Study/practice/RWD/icon-font.html
khsi12345/TIL
b638581527ef52dadbe97b7eb6ece503f127b76c
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="ko"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>아이콘 폰트 적용하기</title> <link rel="stylesheet" href="css/icon-font.css"> </head> <body> <h1 class="fontel...
30.681818
74
0.567407
681c3ce717f76965cfd9aa386d669c7056d2a767
546
html
HTML
angular-src/src/app/view-list/view-list.component.html
Alweezy/bucketlist-node
b0da5056036b74aebf39b1b81a9636684fa1f6e7
[ "MIT" ]
null
null
null
angular-src/src/app/view-list/view-list.component.html
Alweezy/bucketlist-node
b0da5056036b74aebf39b1b81a9636684fa1f6e7
[ "MIT" ]
null
null
null
angular-src/src/app/view-list/view-list.component.html
Alweezy/bucketlist-node
b0da5056036b74aebf39b1b81a9636684fa1f6e7
[ "MIT" ]
null
null
null
<h2> Awesome Bucketlist </h2> <table id="table"> <thead> <tr> <th> Priority Level </th> <th> Title </th> <th> Description </th> <th> Delete </th> </tr> </thead> <tbody> <tr ngForm="let list of lists"> <td>{{list.category }}</td> <td>{{list.title }}</td> <td...
21
104
0.53663
5fd2fc75765585d84cbf349757a6b38b8353dc3a
277
h
C
Moodie/Moodie-Bridging-Header.h
rahulrrixe/Facemoji
009b2efead5c6deb452a4e8bbd67a342f28c1d67
[ "MIT" ]
null
null
null
Moodie/Moodie-Bridging-Header.h
rahulrrixe/Facemoji
009b2efead5c6deb452a4e8bbd67a342f28c1d67
[ "MIT" ]
null
null
null
Moodie/Moodie-Bridging-Header.h
rahulrrixe/Facemoji
009b2efead5c6deb452a4e8bbd67a342f28c1d67
[ "MIT" ]
null
null
null
// // Moodie-Bridging-Header.h // Moodie // // Created by Rahul Ranjan on 2/6/17. // Copyright © 2017 Rahul Ranjan. All rights reserved. // #ifndef Moodie_Bridging_Header_h #define Moodie_Bridging_Header_h #import <Affdex/Affdex.h> #endif /* Moodie_Bridging_Header_h */
18.466667
55
0.729242
96d3bfb1c68ebe2f18f54cbd8f0c41293e2befa1
3,065
inl
C++
gui/include/gui_type_resource.inl
awarnke/crystal-facet-uml
89da1452379c53aef473b4dc28501a6b068d66a9
[ "Apache-2.0" ]
1
2021-06-06T05:57:21.000Z
2021-06-06T05:57:21.000Z
gui/include/gui_type_resource.inl
awarnke/crystal-facet-uml
89da1452379c53aef473b4dc28501a6b068d66a9
[ "Apache-2.0" ]
1
2021-08-30T17:42:27.000Z
2021-08-30T17:42:27.000Z
gui/include/gui_type_resource.inl
awarnke/crystal-facet-uml
89da1452379c53aef473b4dc28501a6b068d66a9
[ "Apache-2.0" ]
null
null
null
/* File: gui_type_resource.inl; Copyright and License: see below */ static inline void gui_type_resource_init_diagram ( gui_type_resource_t *this_, data_diagram_type_t type, const char * name, ...
35.229885
107
0.584339
f4eab7869e8d1aa599c23af519b7686d348f9bc3
10,052
go
Go
lib/album.go
schnoddelbotz/albutim
7ff4efa12f7339c8274b30309b0c2df27954ad4a
[ "MIT" ]
null
null
null
lib/album.go
schnoddelbotz/albutim
7ff4efa12f7339c8274b30309b0c2df27954ad4a
[ "MIT" ]
null
null
null
lib/album.go
schnoddelbotz/albutim
7ff4efa12f7339c8274b30309b0c2df27954ad4a
[ "MIT" ]
null
null
null
package lib import ( "bytes" "encoding/json" "github.com/nfnt/resize" "html/template" "image" "image/jpeg" "io/ioutil" "log" "os" "path/filepath" "strings" "sync" ) type Album struct { BackgroundImage string `json:"backgroundImage"` Title string `json:"title"` SubTitle string `json:...
27.844875
153
0.647433
96749e42c3bd5b572d7b50d3b632576573d5b2b4
272
swift
Swift
EssentialApp/EssentialAppTests/Helpers/UIButton+TestHelpers.swift
chihyinwang/EssentialFeedStudy
e3b13596bce9faa6fde1b4e86f1726255aeab4ec
[ "MIT" ]
2
2020-11-26T09:54:20.000Z
2021-01-24T04:41:11.000Z
EssentialApp/EssentialAppTests/Helpers/UIButton+TestHelpers.swift
chihyinwang/EssentialFeedCaseStudy
e3b13596bce9faa6fde1b4e86f1726255aeab4ec
[ "MIT" ]
1
2020-08-16T09:43:20.000Z
2020-08-16T09:43:20.000Z
EssentialApp/EssentialAppTests/Helpers/UIButton+TestHelpers.swift
chihyinwang/EssentialFeedCaseStudy
e3b13596bce9faa6fde1b4e86f1726255aeab4ec
[ "MIT" ]
null
null
null
// // UIButton+TestHelpers.swift // EssentialFeediOSTests // // Created by chihyin wang on 2020/8/23. // Copyright © 2020 chihyinwang. All rights reserved. // import UIKit extension UIButton { func simulateTap() { simulate(event: .touchUpInside) } }
17
54
0.676471
8b7c27687c01d4dc0327b082e5ab4e6e3405e1e5
324
sql
SQL
Exareme-Docker/src/mip-algorithms/KMEANS/init/2/local.template.sql
tchamabe1979/exareme
462983e4feec7808e1fd447d02901502588a8879
[ "MIT" ]
null
null
null
Exareme-Docker/src/mip-algorithms/KMEANS/init/2/local.template.sql
tchamabe1979/exareme
462983e4feec7808e1fd447d02901502588a8879
[ "MIT" ]
null
null
null
Exareme-Docker/src/mip-algorithms/KMEANS/init/2/local.template.sql
tchamabe1979/exareme
462983e4feec7808e1fd447d02901502588a8879
[ "MIT" ]
null
null
null
requirevars 'defaultDB' 'prv_output_global_tbl'; attach database '%{defaultDB}' as defaultDB; --var 'prv_output_global_tbl' 'defaultDB.clustercenters_global'; --DELETE drop table if exists defaultDB.clustercenters_local; create table defaultDB.clustercenters_local as select * from %{prv_output_global_tbl}; select "o...
32.4
86
0.808642
a1ca1a23a2655c65197b6a5baec133c50b433b0b
6,075
c
C
Projects/NUCLEO-L476RG/Applications/2_Images/2_Images_SBSFU/SBSFU/Target/sfu_low_level_flash.c
pintoXD/stm32wb55LoRaFuota
7b84971f7ac063a04a38fa825a806b33b2213b76
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
Projects/NUCLEO-L476RG/Applications/2_Images/2_Images_SBSFU/SBSFU/Target/sfu_low_level_flash.c
pintoXD/stm32wb55LoRaFuota
7b84971f7ac063a04a38fa825a806b33b2213b76
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
Projects/NUCLEO-L476RG/Applications/2_Images/2_Images_SBSFU/SBSFU/Target/sfu_low_level_flash.c
pintoXD/stm32wb55LoRaFuota
7b84971f7ac063a04a38fa825a806b33b2213b76
[ "Apache-2.0", "BSD-3-Clause" ]
1
2021-09-25T16:44:11.000Z
2021-09-25T16:44:11.000Z
/** ****************************************************************************** * @file sfu_low_level_flash.c * @author MCD Application Team * @brief SFU Flash Low Level Interface module * This file provides set of firmware functions to manage SFU flash * low level interface. **...
31.973684
126
0.665679
e9521bce4150d73f8f954086c4e4c47bc1d58f91
559
go
Go
repo/main.go
ffshen/go-istio-api
ef171bf683f917dca74f2d8b0e306d5032f4fa17
[ "Apache-2.0" ]
null
null
null
repo/main.go
ffshen/go-istio-api
ef171bf683f917dca74f2d8b0e306d5032f4fa17
[ "Apache-2.0" ]
null
null
null
repo/main.go
ffshen/go-istio-api
ef171bf683f917dca74f2d8b0e306d5032f4fa17
[ "Apache-2.0" ]
null
null
null
package main import ( "fmt" log "github.com/sirupsen/logrus" "net/http" ) func main() { http.Handle("/repo/v1/info", loggingMiddleware(http.HandlerFunc(handler))) http.ListenAndServe(":9528", nil) } func handler(w http.ResponseWriter, req *http.Request) { //fmt.Println(string(body)) fmt.Fprintf(w, "this is go...
22.36
75
0.710197
29cf32fa0dbf7e979635c64d7c37e2cfb1341e13
17,771
psm1
PowerShell
glazier-scripts/common/openstack-tools.psm1
hpcloud/cf-glazier
cb6dd1d200651bfe2e390d07aa39a859f170baec
[ "Apache-2.0" ]
null
null
null
glazier-scripts/common/openstack-tools.psm1
hpcloud/cf-glazier
cb6dd1d200651bfe2e390d07aa39a859f170baec
[ "Apache-2.0" ]
null
null
null
glazier-scripts/common/openstack-tools.psm1
hpcloud/cf-glazier
cb6dd1d200651bfe2e390d07aa39a859f170baec
[ "Apache-2.0" ]
null
null
null
$currentDir = split-path $SCRIPT:MyInvocation.MyCommand.Path -parent Import-Module -DisableNameChecking (Join-Path $currentDir './utils.psm1') $pythonDir = Join-Path $env:SYSTEMDRIVE 'Python27' $pythonScriptDir = Join-Path $pythonDir 'Scripts' $glanceBin = Join-Path $pythonScriptDir 'glance.exe' $novaBin = Join-Path ...
29.717391
263
0.665748
6b3674bd86f8da3b5de9fcdd13be89a8e04ab7e0
16,778
htm
HTML
Components/ibm-worklight-7.1.0.1/docs/html/21db73d2-38fd-ec15-0a10-2350915d3e23.htm
jbravobr/Xamarin.Plugins
897ce3cc8384c5d4ae2e9203024d8cf23f7e944d
[ "MIT" ]
3
2016-05-30T09:57:24.000Z
2016-05-30T20:23:17.000Z
Components/ibm-worklight-7.1.0.1/docs/html/21db73d2-38fd-ec15-0a10-2350915d3e23.htm
jbravobr/Xamarin.Plugins
897ce3cc8384c5d4ae2e9203024d8cf23f7e944d
[ "MIT" ]
null
null
null
Components/ibm-worklight-7.1.0.1/docs/html/21db73d2-38fd-ec15-0a10-2350915d3e23.htm
jbravobr/Xamarin.Plugins
897ce3cc8384c5d4ae2e9203024d8cf23f7e944d
[ "MIT" ]
null
null
null
<html><head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><link rel="shortcut icon" href="../icons/favicon.ico" /><link rel="stylesheet" type="text/css" href="../styles/branding.css" /><link rel="stylesheet" type="text/css" href="../styles/branding-en-US.css" /><script type="text/javascript" src="../scripts/b...
381.318182
4,181
0.729527
89fd5aa8ff850d5fb9689935139fe8be0ba21ace
891
lua
Lua
src/Shared/Libraries/AdornmentUtils.lua
Floating-Point-Studios/deus-framework
ffdf673c9cd7a3fba9894d8191821d4c34d827ae
[ "MIT" ]
null
null
null
src/Shared/Libraries/AdornmentUtils.lua
Floating-Point-Studios/deus-framework
ffdf673c9cd7a3fba9894d8191821d4c34d827ae
[ "MIT" ]
null
null
null
src/Shared/Libraries/AdornmentUtils.lua
Floating-Point-Studios/deus-framework
ffdf673c9cd7a3fba9894d8191821d4c34d827ae
[ "MIT" ]
null
null
null
local Output local ValidClasses = { "BoxHandleAdornment", "ConeHandleAdornment", "CylinderHandleAdornment", "LineHandleAdornment", "SphereHandleAdornment", "ImageHandleAdornment", } local AdornmentUtils = {} function AdornmentUtils.make(className, parent, cframe, isWorldSpace, properties) ...
23.447368
100
0.714927
11bd954c01b6803b6668085c6585e63d2715137c
268
asm
Assembly
programs/oeis/332/A332557.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/332/A332557.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/332/A332557.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A332557: Number of inequivalent Z_{2^s}-linear Hadamard codes of length 2^n. ; 1,1,1,1,1,3,3,6,7,11,13,20 sub $0,3 lpb $0 mov $2,$0 max $2,0 seq $2,97066 ; Expansion of (1-2*x+2*x^2)/((1+x)*(1-x)^3). add $0,$2 div $0,12 add $3,$2 lpe mov $0,$3 add $0,1
17.866667
78
0.574627
fe95ad927f9a61f6ffd11c14d0c3c67163130b45
312
asm
Assembly
oeis/157/A157027.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/157/A157027.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/157/A157027.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A157027: Denominator of Euler(n, 1/26). ; 1,13,676,4394,456976,2970344,308915776,2007952544,208827064576,1357375919744,141167095653376,917586121746944,95428956661682176,620288218300934144,64509974703297150976,419314835571431481344 mov $1,26 pow $1,$0 mov $2,$0 sub $2,9 gcd $2,2 div $1,$2 dif $1,$2 mov $0,$1
26
190
0.778846
fb95ff5c05498332503ce644b4c78c2975d9882b
897
java
Java
src/app/java/Metrics/Test/NumOfImplInterfacesTest.java
BlazicIvan/Net-CQA
8de24de7c5af9ea4afcd7fc390da2f793679d69a
[ "Unlicense", "MIT" ]
null
null
null
src/app/java/Metrics/Test/NumOfImplInterfacesTest.java
BlazicIvan/Net-CQA
8de24de7c5af9ea4afcd7fc390da2f793679d69a
[ "Unlicense", "MIT" ]
null
null
null
src/app/java/Metrics/Test/NumOfImplInterfacesTest.java
BlazicIvan/Net-CQA
8de24de7c5af9ea4afcd7fc390da2f793679d69a
[ "Unlicense", "MIT" ]
null
null
null
package Metrics.Test; import Metrics.Test.Setup.MetricTestSetup; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; class NumOfImplInterfacesTest { private static MetricTestSetup ts; private static final String[]...
29.9
83
0.670011
2fd14c630109db985fedee8ab4d91ae407100a40
1,135
dart
Dart
lib/utils/app_file.dart
tronglv92/make_request
603841523c3901b7b76e0e78cdc13bde4997171a
[ "MIT" ]
null
null
null
lib/utils/app_file.dart
tronglv92/make_request
603841523c3901b7b76e0e78cdc13bde4997171a
[ "MIT" ]
null
null
null
lib/utils/app_file.dart
tronglv92/make_request
603841523c3901b7b76e0e78cdc13bde4997171a
[ "MIT" ]
null
null
null
import 'dart:io'; import 'package:firebase_storage/firebase_storage.dart'; import 'package:flutter/cupertino.dart'; import 'package:provider/provider.dart'; class AppFile{ static Future<String> uploadFile({required BuildContext context,required File image,required String destination}) { return context.read<AppF...
37.833333
132
0.747137
c845d60bc7db31ffb139778d2aa0751cfb8da530
127
kt
Kotlin
idea/testData/multiModuleLineMarker/fromCommonToJvmImpl/common/common.kt
qussarah/declare
c83b764c7394efa3364915d973ae79c4ebed2437
[ "Apache-2.0" ]
7
2017-06-13T03:01:04.000Z
2021-04-22T03:01:06.000Z
idea/testData/multiModuleLineMarker/fromCommonToJvmImpl/common/common.kt
qussarah/declare
c83b764c7394efa3364915d973ae79c4ebed2437
[ "Apache-2.0" ]
null
null
null
idea/testData/multiModuleLineMarker/fromCommonToJvmImpl/common/common.kt
qussarah/declare
c83b764c7394efa3364915d973ae79c4ebed2437
[ "Apache-2.0" ]
4
2019-06-24T07:33:49.000Z
2020-04-21T21:52:37.000Z
// !CHECK_HIGHLIGHTING header class Header { fun foo(): Int } header fun foo(arg: Int): String header val flag: Boolean
12.7
32
0.692913
47ad06178e7788cd2ef8b27489db70c7b2ae579b
3,800
dart
Dart
test/writer/create_package_test.dart
6thsolution/Fantom
c46bccb83a17a6d29fda154f8fb198b6dbf8a7e4
[ "MIT" ]
13
2021-11-17T14:06:39.000Z
2022-01-27T19:42:24.000Z
test/writer/create_package_test.dart
6thsolution/Fantom
c46bccb83a17a6d29fda154f8fb198b6dbf8a7e4
[ "MIT" ]
4
2021-10-18T09:45:26.000Z
2021-11-08T08:00:42.000Z
test/writer/create_package_test.dart
rekabhq/fantom
c46bccb83a17a6d29fda154f8fb198b6dbf8a7e4
[ "MIT" ]
null
null
null
@Timeout(Duration(minutes: 1)) import 'dart:io'; import 'package:fantom/src/cli/commands/generate.dart'; import 'package:fantom/src/cli/config/exclude_models.dart'; import 'package:fantom/src/cli/config/fantom_config.dart'; import 'package:fantom/src/cli/options_values.dart'; import 'package:fantom/src/generator/utils...
35.849057
78
0.647632
3bb5dee340b188c0841f848f8ea722e3e874a566
312
h
C
pins.h
mariuszskon/ardutainment
38b9c4178f544489419ac093317482a9e5c41a0d
[ "MIT" ]
null
null
null
pins.h
mariuszskon/ardutainment
38b9c4178f544489419ac093317482a9e5c41a0d
[ "MIT" ]
null
null
null
pins.h
mariuszskon/ardutainment
38b9c4178f544489419ac093317482a9e5c41a0d
[ "MIT" ]
null
null
null
#ifndef PINS_H #define PINS_H // LCD #define RS_PIN 7 #define EN_PIN 8 #define D4_PIN 9 #define D5_PIN 10 #define D6_PIN 11 #define D7_PIN 12 // PIEZO #define PIEZO_PIN 6 // BUTTONS #define BUTTON0_PIN 2 #define BUTTON1_PIN 3 #define BUTTON2_PIN 4 // UNCONNECTED ANALOG #define UNCONNECTED_ANALOG A0 #endif
13
29
0.762821
a33588469e7bae4ab690c0b744c5a0629e858ee3
498
ps1
PowerShell
NexthinkPSUtils/Classes/ValidateCampaignUIDAttribute.ps1
joshwright10/NexthinkPSUtils
6952e4cd2155db40e411ac81aed742af8bcead26
[ "MIT" ]
null
null
null
NexthinkPSUtils/Classes/ValidateCampaignUIDAttribute.ps1
joshwright10/NexthinkPSUtils
6952e4cd2155db40e411ac81aed742af8bcead26
[ "MIT" ]
null
null
null
NexthinkPSUtils/Classes/ValidateCampaignUIDAttribute.ps1
joshwright10/NexthinkPSUtils
6952e4cd2155db40e411ac81aed742af8bcead26
[ "MIT" ]
null
null
null
class ValidateCampaignUIDAttribute : System.Management.Automation.ValidateArgumentsAttribute { [void]Validate([object]$value, [System.Management.Automation.EngineIntrinsics]$engineIntrinsics) { if ([string]::IsNullOrWhiteSpace($value)) { throw [System.ArgumentNullException]::new() } ...
31.125
102
0.608434
80768570e0bf48d4aca9e6c287ac450520a418fd
23,812
java
Java
common/arcus-common/src/main/java/com/iris/regex/RegexDfaByte.java
pupper68k/arcusplatform
714802f0a48b12a8b6b5957447e3ec02b88156ec
[ "Apache-2.0" ]
null
null
null
common/arcus-common/src/main/java/com/iris/regex/RegexDfaByte.java
pupper68k/arcusplatform
714802f0a48b12a8b6b5957447e3ec02b88156ec
[ "Apache-2.0" ]
null
null
null
common/arcus-common/src/main/java/com/iris/regex/RegexDfaByte.java
pupper68k/arcusplatform
714802f0a48b12a8b6b5957447e3ec02b88156ec
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2019 Arcus 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 applicable law or agreed to ...
28.179882
161
0.568789
add911935672f21b5fe04169d746cacaeb859cc9
12,609
sql
SQL
blog.sql
L-zhicong/BlogApi
7ae99188e9af3837b7df1418fd748bf366994a5c
[ "Apache-2.0" ]
null
null
null
blog.sql
L-zhicong/BlogApi
7ae99188e9af3837b7df1418fd748bf366994a5c
[ "Apache-2.0" ]
1
2022-03-09T02:47:50.000Z
2022-03-09T02:47:50.000Z
blog.sql
L-zhicong/BlogApi
7ae99188e9af3837b7df1418fd748bf366994a5c
[ "Apache-2.0" ]
null
null
null
SET NAMES utf8mb4; SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- -- Table structure for article -- ---------------------------- DROP TABLE IF EXISTS `article`; CREATE TABLE `article` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) DEFAULT NULL COMMENT '分类id', `name` varchar...
52.978992
327
0.645571
92cc7ce6f67c9206f6ec2d206f6d236fccb4f339
7,088
h
C
chain_flow/Pin_System_Definition.cydsn/Generated_Source/PSoC5/current_24_v_a2.h
glenn-edgar/psoc_5lp_moisture_sensor
48040f4a8813cfd472f774a879be4936fa989f65
[ "MIT" ]
null
null
null
chain_flow/Pin_System_Definition.cydsn/Generated_Source/PSoC5/current_24_v_a2.h
glenn-edgar/psoc_5lp_moisture_sensor
48040f4a8813cfd472f774a879be4936fa989f65
[ "MIT" ]
null
null
null
chain_flow/Pin_System_Definition.cydsn/Generated_Source/PSoC5/current_24_v_a2.h
glenn-edgar/psoc_5lp_moisture_sensor
48040f4a8813cfd472f774a879be4936fa989f65
[ "MIT" ]
null
null
null
/******************************************************************************* * File Name: current_24_v_a2.h * Version 2.20 * * Description: * This file contains Pin function prototypes and register defines * * Note: * ******************************************************************************** * Copyright 20...
42.698795
104
0.623166
74d276e04abb8b766f9756502a7d19365d7b5a37
127
ps1
PowerShell
iis/manage/powershell/powershell-snap-in-advanced-configuration-tasks/samples/sample6.ps1
mitchelsellers/iis-docs
376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429
[ "CC-BY-4.0", "MIT" ]
90
2017-06-13T19:56:04.000Z
2022-03-15T16:42:09.000Z
iis/manage/powershell/powershell-snap-in-advanced-configuration-tasks/samples/sample6.ps1
mitchelsellers/iis-docs
376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429
[ "CC-BY-4.0", "MIT" ]
453
2017-05-22T18:00:05.000Z
2022-03-30T21:07:55.000Z
iis/manage/powershell/powershell-snap-in-advanced-configuration-tasks/samples/sample6.ps1
mitchelsellers/iis-docs
376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429
[ "CC-BY-4.0", "MIT" ]
343
2017-05-26T08:57:30.000Z
2022-03-25T23:05:04.000Z
get-webconfiguration //* | where {$_.psbase.SectionPath -like "*" -and $_.psbase.SectionPath.length -gt 0} | select SectionPath
127
127
0.732283
d7833f5ff8e412e30b12faff31fb9a1a534df0b9
486
dart
Dart
Health Patron/lib/widgets/reusable_container.dart
FarishtaJayas/Hospital-Companion-App
551b3eaadd925f6c193b537f72ea71aa6c49d7f7
[ "MIT" ]
null
null
null
Health Patron/lib/widgets/reusable_container.dart
FarishtaJayas/Hospital-Companion-App
551b3eaadd925f6c193b537f72ea71aa6c49d7f7
[ "MIT" ]
null
null
null
Health Patron/lib/widgets/reusable_container.dart
FarishtaJayas/Hospital-Companion-App
551b3eaadd925f6c193b537f72ea71aa6c49d7f7
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; class ReusableContainer extends StatelessWidget { final Color chooseColor; final Widget childWidget; ReusableContainer({this.childWidget, @required this.chooseColor}); @override Widget build(BuildContext context) { return Container( child: childWidget, ...
23.142857
68
0.697531
98a0d69623d43dc9e8158c8af5785645687d8118
633
html
HTML
app/templates/project_page.html
Nicolas1st/versionControlWebsite
4bcbcc654d3c3ac238c2d0d60b5e0bb684df3357
[ "MIT" ]
null
null
null
app/templates/project_page.html
Nicolas1st/versionControlWebsite
4bcbcc654d3c3ac238c2d0d60b5e0bb684df3357
[ "MIT" ]
null
null
null
app/templates/project_page.html
Nicolas1st/versionControlWebsite
4bcbcc654d3c3ac238c2d0d60b5e0bb684df3357
[ "MIT" ]
null
null
null
{% extends "project_page_base.html" %} {% block items %} <div class="padding-top"> {% for file_name in file_names %} <div class="panel panel-primary"> <div class="panel-heading"> <span class="badge pull-right custom-badge"> <a href="{{...
39.5625
158
0.511848
569396ce2405b660bcb7adf364e2461c2f117497
1,098
go
Go
vendor/gprovision/pkg/log/flags/flags.go
mpictor/cfa
65abd42d0cfcb7c5d5d013d57254670793dc2eb4
[ "BSD-3-Clause" ]
2
2020-04-23T15:30:57.000Z
2020-10-06T13:34:07.000Z
vendor/gprovision/pkg/log/flags/flags.go
mpictor/cfa
65abd42d0cfcb7c5d5d013d57254670793dc2eb4
[ "BSD-3-Clause" ]
null
null
null
vendor/gprovision/pkg/log/flags/flags.go
mpictor/cfa
65abd42d0cfcb7c5d5d013d57254670793dc2eb4
[ "BSD-3-Clause" ]
2
2021-07-22T10:30:31.000Z
2022-02-17T10:08:02.000Z
// Copyright (C) 2015-2020 the Gprovision Authors. All Rights Reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // // SPDX-License-Identifier: BSD-3-Clause // package flags import ( "encoding/json" "fmt" "strings" ) type Flag int const ( NA Flag = ...
21.115385
110
0.667577
8af5963db9613b3eeedbcf9cc37f42d128cc510a
224,176
lua
Lua
assets/maps/slide.lua
qwook/dpsht
627a0980c258d92c719e02326197d55738125ed1
[ "MIT" ]
null
null
null
assets/maps/slide.lua
qwook/dpsht
627a0980c258d92c719e02326197d55738125ed1
[ "MIT" ]
null
null
null
assets/maps/slide.lua
qwook/dpsht
627a0980c258d92c719e02326197d55738125ed1
[ "MIT" ]
null
null
null
return { version = "1.1", luaversion = "5.1", orientation = "orthogonal", width = 100, height = 100, tilewidth = 32, tileheight = 32, properties = {}, tilesets = { { name = "tilemap2", firstgid = 1, tilewidth = 32, tileheight = 32, spacing = 0, margin = 0, ...
218.070039
545
0.333707
fda352aebb6b2773d1474a6f39f96588d1e6219d
3,544
asm
Assembly
main.asm
Kenneth-Sweet/GameBoyCProj
cccb47969b6beb275a286bdb5d4412cc28431978
[ "MIT" ]
null
null
null
main.asm
Kenneth-Sweet/GameBoyCProj
cccb47969b6beb275a286bdb5d4412cc28431978
[ "MIT" ]
null
null
null
main.asm
Kenneth-Sweet/GameBoyCProj
cccb47969b6beb275a286bdb5d4412cc28431978
[ "MIT" ]
null
null
null
;-------------------------------------------------------- ; File Created by SDCC : free open source ANSI-C Compiler ; Version 4.1.6 #12539 (MINGW32) ;-------------------------------------------------------- .module main .optsdcc -mgbz80 ;-------------------------------------------------------- ; Public variables in...
24.611111
66
0.430587
76fe6e39aa11c3c70c150f07d0803d4934287614
1,274
h
C
src/Private/AnimSceneActions/SetHelpInfoAction.h
heltena/KYEngine
4ccb89d0b20683feb245ffe85dd34b6ffdc42c8e
[ "MIT" ]
null
null
null
src/Private/AnimSceneActions/SetHelpInfoAction.h
heltena/KYEngine
4ccb89d0b20683feb245ffe85dd34b6ffdc42c8e
[ "MIT" ]
null
null
null
src/Private/AnimSceneActions/SetHelpInfoAction.h
heltena/KYEngine
4ccb89d0b20683feb245ffe85dd34b6ffdc42c8e
[ "MIT" ]
null
null
null
#pragma once #include <tinyxml.h> #include <KYEngine/Action.h> #include <KYEngine/Utility/Vector4.h> #include <string> class AnimSceneFactory; class SetHelpInfoAction : public Action { public: SetHelpInfoAction(); virtual ~SetHelpInfoAction(); public: static const std::string XML_NODE; static SetHelpInfoActi...
26.541667
76
0.728414
a9939c478ce6d767cd8499707f6473484396c535
258
swift
Swift
Flix/Views/PosterCell.swift
Kristine92/Flix
b3485ddebaf0e823fac4c7176bfb4b5b8f7a51a8
[ "Apache-2.0" ]
null
null
null
Flix/Views/PosterCell.swift
Kristine92/Flix
b3485ddebaf0e823fac4c7176bfb4b5b8f7a51a8
[ "Apache-2.0" ]
2
2018-02-12T15:56:41.000Z
2018-02-12T16:02:04.000Z
Flix/Views/PosterCell.swift
Kristine92/Flix
b3485ddebaf0e823fac4c7176bfb4b5b8f7a51a8
[ "Apache-2.0" ]
null
null
null
// // PosterCell.swift // Flix // // Created by Kristine Laranjo on 2/5/18. // Copyright © 2018 Kristine Laranjo. All rights reserved. // import UIKit class PosterCell: UICollectionViewCell { @IBOutlet weak var posterImageView: UIImageView! }
17.2
59
0.70155
94630ff53398e35e614fea3b55b849e9ee63d303
4,141
lua
Lua
NvChad/lua/custom/plugins/dap.lua
i3Cheese/dots
30567481dc80a3dabc0ca4079049f5eca7ac926f
[ "MIT" ]
null
null
null
NvChad/lua/custom/plugins/dap.lua
i3Cheese/dots
30567481dc80a3dabc0ca4079049f5eca7ac926f
[ "MIT" ]
null
null
null
NvChad/lua/custom/plugins/dap.lua
i3Cheese/dots
30567481dc80a3dabc0ca4079049f5eca7ac926f
[ "MIT" ]
null
null
null
local M = {} M.dap = { config = function() local dap = require('dap') vim.cmd "silent! command RunDebug lua require'dap'.continue()" vim.cmd "silent! command StopDebug lua require'dap'.disconnect()" require('custom.mapping').dap() dap.adapters.lldb = { type = '...
36.008696
98
0.426467
653a329a6751d0238d209ac94ea516fbc85c7239
672
asm
Assembly
oeis/061/A061354.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
11
2021-08-22T19:44:55.000Z
2022-03-20T16:47:57.000Z
oeis/061/A061354.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
9
2021-08-29T13:15:54.000Z
2022-03-09T19:52:31.000Z
oeis/061/A061354.asm
neoneye/loda-programs
84790877f8e6c2e821b183d2e334d612045d29c0
[ "Apache-2.0" ]
3
2021-08-22T20:56:47.000Z
2021-09-29T06:26:12.000Z
; A061354: Numerator of Sum_{k=0..n} 1/k!. ; Submitted by Christian Krause ; 1,2,5,8,65,163,1957,685,109601,98641,9864101,13563139,260412269,8463398743,47395032961,888656868019,56874039553217,7437374403113,17403456103284421,82666416490601,6613313319248080001,69439789852104840011,611070150698522592097,135140514096788650...
42
486
0.830357
f49e10d2c38216167c1fc14110b1fd216b4b6c2d
46,281
sql
SQL
examples/install_init_oracle_demo.sql
efluid/datagate
0181409ea67bc93d682f360c2039f29f36aa248b
[ "Apache-2.0" ]
7
2019-07-18T06:39:51.000Z
2021-12-16T14:30:44.000Z
examples/install_init_oracle_demo.sql
efluid/datagate
0181409ea67bc93d682f360c2039f29f36aa248b
[ "Apache-2.0" ]
9
2020-03-13T16:11:38.000Z
2022-01-20T09:30:13.000Z
examples/install_init_oracle_demo.sql
efluid/datagate
0181409ea67bc93d682f360c2039f29f36aa248b
[ "Apache-2.0" ]
4
2020-02-28T15:17:13.000Z
2022-02-11T10:15:55.000Z
-- Script de préparation de la BDD demo (schéma public) - ORACLE 18.2 DROP TABLE "TTABLEOTHER"; DROP TABLE "TMODELE"; DROP TABLE "TTYPEMATERIEL"; DROP TABLE "TCATEGORYMATERIEL"; DROP TABLE "TTABLEOTHERTEST2"; DROP TABLE "NOT_USED"; DROP TABLE "ADVANCED_COLS"; DROP TABLE "TDEMO_VERSION"; DROP TABLE "TAPPLICATIONINFO"; ...
84.608775
300
0.689462
f75298126d448d6a9467a8c1be0c4c1d1935986f
5,736
asm
Assembly
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21659_1138.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
9
2020-08-13T19:41:58.000Z
2022-03-30T12:22:51.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21659_1138.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
1
2021-04-29T06:29:35.000Z
2021-05-13T21:02:30.000Z
Transynther/x86/_processed/NC/_zr_/i7-8650U_0xd2.log_21659_1138.asm
ljhsiun2/medusa
67d769b8a2fb42c538f10287abaf0e6dbb463f0c
[ "MIT" ]
3
2020-07-14T17:07:07.000Z
2022-03-21T01:12:22.000Z
.global s_prepare_buffers s_prepare_buffers: push %r12 push %r8 push %rbp push %rbx push %rcx push %rdi push %rsi lea addresses_D_ht+0x651f, %rsi lea addresses_WT_ht+0x161ef, %rdi nop inc %r8 mov $101, %rcx rep movsq nop nop xor %rbx, %rbx lea addresses_UC_ht+0x1199f, %rbp nop nop nop nop sub $30699, %r12 mov $0x616263...
42.176471
2,999
0.661262
85a4c7266474773ede375028b446a4f7d983757f
325
h
C
types.h
supbruh732/s19_ipd
0bf09c6bc187561ac07670791515124ce99e2dba
[ "MIT-0" ]
2
2020-12-07T07:24:01.000Z
2020-12-28T05:02:25.000Z
types.h
supbruh732/s19_ipd
0bf09c6bc187561ac07670791515124ce99e2dba
[ "MIT-0" ]
null
null
null
types.h
supbruh732/s19_ipd
0bf09c6bc187561ac07670791515124ce99e2dba
[ "MIT-0" ]
null
null
null
typedef unsigned int uint; typedef unsigned short ushort; typedef unsigned char uchar; enum procstate { UNUSED, EMBRYO, SLEEPING, RUNNABLE, RUNNING, ZOMBIE }; typedef unsigned int uint32; typedef unsigned long uint64; typedef unsigned long addr_t; typedef addr_t pde_t; typedef addr_t pml4e_t; typedef addr_t pdp...
21.666667
71
0.790769
f857ecebcea9cdb014774814cc7ff7824683d877
1,837
asm
Assembly
Interrupts.asm
Mihail-K/PONIX
e473669c05fd011a93bbb7e29beed44f29ec33a8
[ "MIT" ]
null
null
null
Interrupts.asm
Mihail-K/PONIX
e473669c05fd011a93bbb7e29beed44f29ec33a8
[ "MIT" ]
null
null
null
Interrupts.asm
Mihail-K/PONIX
e473669c05fd011a93bbb7e29beed44f29ec33a8
[ "MIT" ]
null
null
null
.file "Interrupts.asm" .macro InterruptHandler Id .extern InterruptRoutine\Id .global InterruptHandler\Id .type InterruptHandler\Id, @function InterruptHandler\Id: call InterruptRoutine\Id iret .endm .global InterruptTable .type InterruptTable, @object InterruptTable: .long InterruptHandler0 .long Interr...
20.640449
37
0.85411
5256ab211adc8e6132f623636ba55c9e96a3492e
1,007
lua
Lua
lua/metrostroi/systems/sys_tatra_systems.lua
angelus1637/MetrostroiAddon
655efac296d8cf50fe74789218172969da7dc904
[ "MIT" ]
26
2021-01-15T14:39:49.000Z
2022-03-30T15:39:37.000Z
lua/metrostroi/systems/sys_tatra_systems.lua
angelus1637/MetrostroiAddon
655efac296d8cf50fe74789218172969da7dc904
[ "MIT" ]
317
2021-01-07T01:41:58.000Z
2022-03-14T17:48:33.000Z
lua/metrostroi/systems/sys_tatra_systems.lua
angelus1637/MetrostroiAddon
655efac296d8cf50fe74789218172969da7dc904
[ "MIT" ]
17
2021-02-08T16:15:18.000Z
2022-02-28T22:02:52.000Z
-------------------------------------------------------------------------------- -- Placeholder for Tatra-T3 systems -------------------------------------------------------------------------------- Metrostroi.DefineSystem("Tatra_Systems") TRAIN_SYSTEM.DontAccelerateSimulation = true function TRAIN_SYSTEM:Initialize() ...
30.515152
80
0.578947
d7b94a1a87992afc437eb034cddbb94d5c7202f0
555
swift
Swift
PerfectlyCrafted/Extensions/Dateformatter.swift
Ashlirankin18/PerfectlyCrafted
3bc7945113e35acdc294cbd467973a1cff123a88
[ "MIT" ]
null
null
null
PerfectlyCrafted/Extensions/Dateformatter.swift
Ashlirankin18/PerfectlyCrafted
3bc7945113e35acdc294cbd467973a1cff123a88
[ "MIT" ]
24
2020-03-08T01:25:02.000Z
2020-06-22T02:29:06.000Z
PerfectlyCrafted/Extensions/Dateformatter.swift
Ashlirankin18/PerfectlyCrafted
3bc7945113e35acdc294cbd467973a1cff123a88
[ "MIT" ]
null
null
null
// // Dateformatter.swift // PerfectlyCrafted // // Created by Ashli Rankin on 3/9/20. // Copyright © 2020 Ashli Rankin. All rights reserved. // import Foundation extension DateFormatter { /// A static instance of date formatter. static let postDateFormatter: DateFormatter = DateFormatter() ...
24.130435
65
0.67027
af0427ec4b27ef5652cd9fd0c0bc43b562cd642a
5,614
html
HTML
Noticia1.html
Tekeck/NewsToday
18534463e32c3ae484f21ea8ca81fdea81c65897
[ "CC0-1.0" ]
null
null
null
Noticia1.html
Tekeck/NewsToday
18534463e32c3ae484f21ea8ca81fdea81c65897
[ "CC0-1.0" ]
null
null
null
Noticia1.html
Tekeck/NewsToday
18534463e32c3ae484f21ea8ca81fdea81c65897
[ "CC0-1.0" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Noticias | NewsToday</title> <link href="css/estilo-paginas.css" rel="stylesheet" /> <link ...
63.795455
834
0.669042
fc0f33de28b0553bc1f56a46b2aaac19c2751eca
4,901
ps1
PowerShell
src/AzureDevOps/SQLServerDeploy/Tasks/MSSQLDeploy/command.ps1
GustavoAmerico/SQLServerDeploy
78750e1e93c51e95054fb1e8037b60ac166afa18
[ "MIT" ]
11
2017-08-03T01:37:05.000Z
2021-09-18T09:37:33.000Z
src/AzureDevOps/SQLServerDeploy/Tasks/MSSQLDeploy/command.ps1
GustavoAmerico/SQLServerDeploy
78750e1e93c51e95054fb1e8037b60ac166afa18
[ "MIT" ]
6
2018-06-07T16:55:17.000Z
2020-11-13T21:38:21.000Z
src/AzureDevOps/SQLServerDeploy/Tasks/MSSQLDeploy/command.ps1
GustavoAmerico/SQLServerDeploy
78750e1e93c51e95054fb1e8037b60ac166afa18
[ "MIT" ]
2
2018-05-18T12:33:17.000Z
2019-01-24T13:25:14.000Z
[CmdletBinding(DefaultParameterSetName = 'None')] param( [String] [Parameter(Mandatory = $True)][string] $dacpacPattern, [String] [Parameter(Mandatory = $True)][string] $dacpacPath, [String] [Parameter(Mandatory = $True)][string] $server, [String] [Parameter(Mandatory = $True)][string] ...
35.007143
383
0.644358
46df6e0d82973fc7d29ed05bbc18678f8522a170
160,815
html
HTML
Web/gwt/mail/mail/0938D19FC7C11BB844E09F92A794E8B3.cache.html
Inflectra/library-information-system
f6417125fb0339463a0b821f1bb5138af51477c2
[ "Apache-2.0" ]
null
null
null
Web/gwt/mail/mail/0938D19FC7C11BB844E09F92A794E8B3.cache.html
Inflectra/library-information-system
f6417125fb0339463a0b821f1bb5138af51477c2
[ "Apache-2.0" ]
null
null
null
Web/gwt/mail/mail/0938D19FC7C11BB844E09F92A794E8B3.cache.html
Inflectra/library-information-system
f6417125fb0339463a0b821f1bb5138af51477c2
[ "Apache-2.0" ]
null
null
null
<html><head><meta charset="UTF-8" /><script>var $gwt_version = "2.0.3";var $wnd = parent;var $doc = $wnd.document;var $moduleName, $moduleBase;var $strongName = '0938D19FC7C11BB844E09F92A794E8B3';var $stats = $wnd.__gwtStatsEvent ? function(a) {return $wnd.__gwtStatsEvent(a);} : null,$sessionId = $wnd.__gwtStatsSession...
138.753236
63,133
0.734919
90d41dd445a0e101c6369f41876a9290b6c9c337
4,993
py
Python
tests/test_app_text.py
uwcirg/true_nth_usa_portal
e2434731aed86f1c43f15d428dde8ffc28ac7e5f
[ "BSD-3-Clause" ]
3
2017-01-15T10:11:57.000Z
2018-10-02T23:46:44.000Z
tests/test_app_text.py
uwcirg/true_nth_usa_portal
e2434731aed86f1c43f15d428dde8ffc28ac7e5f
[ "BSD-3-Clause" ]
876
2016-04-04T20:45:11.000Z
2019-02-28T00:10:36.000Z
tests/test_app_text.py
uwcirg/truenth-portal
459a0d157982f010175c50b9cccd860a61790370
[ "BSD-3-Clause" ]
9
2016-04-13T01:18:55.000Z
2018-09-19T20:44:23.000Z
"""Unit test module for app_text""" import sys from urllib.parse import parse_qsl, unquote_plus, urlparse from flask import render_template_string from flask_webtest import SessionScope import pytest from portal.extensions import db from portal.models.app_text import ( AppText, MailResource, Unversioned...
32.633987
75
0.633687
9fc3681974207e3f933cebc9302c3bb62cbe6bff
2,225
sql
SQL
DBADashDB/dbo/Tables/DatabasesHADR.sql
carehart/dba-dash
1e763bc9051504fab81ab8dfe8880585bde5568c
[ "MIT" ]
78
2022-01-13T22:03:59.000Z
2022-03-30T15:45:41.000Z
DBADashDB/dbo/Tables/DatabasesHADR.sql
carehart/dba-dash
1e763bc9051504fab81ab8dfe8880585bde5568c
[ "MIT" ]
54
2022-01-17T08:58:59.000Z
2022-03-30T20:26:39.000Z
DBADashDB/dbo/Tables/DatabasesHADR.sql
carehart/dba-dash
1e763bc9051504fab81ab8dfe8880585bde5568c
[ "MIT" ]
16
2022-01-14T03:41:58.000Z
2022-03-27T17:37:22.000Z
CREATE TABLE dbo.DatabasesHADR ( DatabaseID INT NOT NULL, group_database_id UNIQUEIDENTIFIER NOT NULL, is_primary_replica BIT NULL, synchronization_state TINYINT NULL, synchronization_health TINYINT NULL, is_suspended BIT NULL, suspend_reason TINYINT NULL, replica_id UNIQUEIDENTIFIER NO...
71.774194
416
0.778427
a7b7ec358c09fe4c1f9f3dceee7adce3bed361cc
3,300
sql
SQL
openGaussBase/testcase/SUBPARTITION/Opengauss_Function_Subpartition_Case0275.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/SUBPARTITION/Opengauss_Function_Subpartition_Case0275.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
openGaussBase/testcase/SUBPARTITION/Opengauss_Function_Subpartition_Case0275.sql
opengauss-mirror/Yat
aef107a8304b94e5d99b4f1f36eb46755eb8919e
[ "MulanPSL-1.0" ]
null
null
null
-- @testpoint: range_range二级分区表:null值/local/global/unlogged,测试点合理报错 --step1: 创建表空间; expect:成功 drop table if exists t_subpartition_0275; create table t_subpartition_0275 ( col_1 int , col_2 int , col_3 varchar2 ( 30 ) not null , col_4 int ) partition by range (col_1) subpartition by list (col_2) ( pa...
31.132075
175
0.727879
f2d92b2972bd2c01bc70a26e71174d5987f2b8fd
11,365
sql
SQL
src/database/data/dim_name_abbr.sql
deshk04/addressparser
03c33859bb585a6cf767e0f4d3dfd23cabd2d78b
[ "MIT" ]
null
null
null
src/database/data/dim_name_abbr.sql
deshk04/addressparser
03c33859bb585a6cf767e0f4d3dfd23cabd2d78b
[ "MIT" ]
null
null
null
src/database/data/dim_name_abbr.sql
deshk04/addressparser
03c33859bb585a6cf767e0f4d3dfd23cabd2d78b
[ "MIT" ]
null
null
null
-- -- PostgreSQL database dump -- -- Dumped from database version 9.6.11 -- Dumped by pg_dump version 10.4 (Ubuntu 10.4-2.pgdg16.04+1) SET statement_timeout = 0; SET lock_timeout = 0; SET idle_in_transaction_session_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SELECT pg_catalog.set...
13.449704
81
0.837571