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
afe65a6bf168cc2e5149d4dd63f11853fcc45cc4
6,736
html
HTML
tutorials/en/foundation/7.1/notifications/push-notifications-overview/push-notifications-native-ios-applications/interactive-and-silent-notifications-in-native-ios-applications.html
MobileFirst-Platform-Developer-Center/DevCenter
ac2351ef8878ff5101f0041323b68f3418b059e6
[ "Apache-2.0" ]
17
2016-07-07T07:24:22.000Z
2022-01-21T07:19:10.000Z
tutorials/en/foundation/7.1/notifications/push-notifications-overview/push-notifications-native-ios-applications/interactive-and-silent-notifications-in-native-ios-applications.html
Acidburn0zzz/DevCenter-1
ac2351ef8878ff5101f0041323b68f3418b059e6
[ "Apache-2.0" ]
49
2016-04-01T07:13:23.000Z
2022-03-08T11:28:04.000Z
tutorials/en/foundation/7.1/notifications/push-notifications-overview/push-notifications-native-ios-applications/interactive-and-silent-notifications-in-native-ios-applications.html
Acidburn0zzz/DevCenter-1
ac2351ef8878ff5101f0041323b68f3418b059e6
[ "Apache-2.0" ]
36
2016-07-07T07:24:27.000Z
2022-01-05T13:40:34.000Z
--- layout: tutorial title: Interactive and Silent Notifications in Native iOS Applications relevantTo: [ios] --- <br> <strong>Prerequisite:</strong> Make sure that you read the <a href="../">Push notifications in native iOS applications</a> tutorial first.</p> <h2>Silent Notifications</h2> <p>iOS 7 and above.</p> <p>S...
70.905263
236
0.770338
96e11b856af9afb8fc7be4e11ef2826322b030ac
1,411
sql
SQL
sql/create_players.sql
hculpan/node-charnomic
e81a12e1d187c9540734312faecc7f10fdd1f456
[ "MIT" ]
null
null
null
sql/create_players.sql
hculpan/node-charnomic
e81a12e1d187c9540734312faecc7f10fdd1f456
[ "MIT" ]
null
null
null
sql/create_players.sql
hculpan/node-charnomic
e81a12e1d187c9540734312faecc7f10fdd1f456
[ "MIT" ]
null
null
null
use charnomic; DELIMITER $$ create procedure create_players() begin drop table if exists players; create table players ( id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, password VARCHAR(20), firstname VARCHAR(30), lastname VARCHAR(50), joined DATETIME DEFAULT CURRENT_TIMES...
31.355556
98
0.664068
9d43fecd48313909dfbfb9bd1bfc917cc574d1a1
692
html
HTML
etlapp/restapi/app/views/signin.scala.html
sleshJdev/bigdatalab
c33a768a18bdd031787d82053ac25dccc0f22212
[ "MIT" ]
null
null
null
etlapp/restapi/app/views/signin.scala.html
sleshJdev/bigdatalab
c33a768a18bdd031787d82053ac25dccc0f22212
[ "MIT" ]
null
null
null
etlapp/restapi/app/views/signin.scala.html
sleshJdev/bigdatalab
c33a768a18bdd031787d82053ac25dccc0f22212
[ "MIT" ]
null
null
null
@() @import helper._ @main("Sign In") { <div class="form-container"> <h3>Sign In</h3> @form(action = routes.AuthController.signIn()) { <div class="form-group"> <label for="login">Email address</label> <input type="text" name="login" class="form-control" ...
34.6
113
0.539017
5118836a4fc11e82f51a7d05e139f7422c029b65
2,012
c
C
d/laerad/mon/stag.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-07-19T05:24:44.000Z
2021-11-18T04:08:19.000Z
d/laerad/mon/stag.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
4
2021-03-15T18:56:39.000Z
2021-08-17T17:08:22.000Z
d/laerad/mon/stag.c
Dbevan/SunderingShadows
6c15ec56cef43c36361899bae6dc08d0ee907304
[ "MIT" ]
13
2019-09-12T06:22:38.000Z
2022-01-31T01:15:12.000Z
//Coded by Bane// #include <std.h> inherit WEAPONLESS; void create(){ object ob; ::create(); set_id(({"stag","black stag","Black Stag", "forestmon"})); set_name("Black Stag"); set_short("A Black Stag"); set_long( "This mystical creature roams these forests in search of lost "+ "souls that it...
34.101695
121
0.659543
164a940929daeb63de5aeeef74e425c7c7ffbb7c
1,072
ts
TypeScript
projects/s-js-utils/src/lib/objects/map-as-keys.spec.ts
simontonsoftware/s-js-utils
a5c6228ad4b90aaa8ea99752261f1eb8c29c4f70
[ "MIT" ]
10
2018-07-24T02:32:57.000Z
2021-04-15T07:19:51.000Z
projects/s-js-utils/src/lib/objects/map-as-keys.spec.ts
simontonsoftware/s-js-utils
a5c6228ad4b90aaa8ea99752261f1eb8c29c4f70
[ "MIT" ]
13
2018-09-02T02:06:17.000Z
2020-06-25T11:53:01.000Z
projects/s-js-utils/src/lib/objects/map-as-keys.spec.ts
simontonsoftware/s-js-utils
a5c6228ad4b90aaa8ea99752261f1eb8c29c4f70
[ "MIT" ]
null
null
null
import { expectCallsAndReset } from 's-ng-dev-utils'; import { mapAsKeys } from './map-as-keys'; describe('mapAsKeys()', () => { it('works with arrays', () => { const result = mapAsKeys([1, 2, 3], (item) => item * item); expect(result).toEqual({ 1: 1, 2: 4, 3: 9 }); }); it('works with objects', () => { ...
30.628571
73
0.55597
3dbc7345375831a0802736ab1fc64cac1a83e521
2,150
rs
Rust
crates/ruma-client-api/src/presence/get_presence.rs
gnunicorn/ruma
ed36ae5ac70d2c669ea3fe05fd0d33b88aff79ba
[ "MIT" ]
null
null
null
crates/ruma-client-api/src/presence/get_presence.rs
gnunicorn/ruma
ed36ae5ac70d2c669ea3fe05fd0d33b88aff79ba
[ "MIT" ]
null
null
null
crates/ruma-client-api/src/presence/get_presence.rs
gnunicorn/ruma
ed36ae5ac70d2c669ea3fe05fd0d33b88aff79ba
[ "MIT" ]
null
null
null
//! `GET /_matrix/client/*/presence/{userId}/status` pub mod v3 { //! `/v3/` ([spec]) //! //! [spec]: https://spec.matrix.org/v1.2/client-server-api/#get_matrixclientv3presenceuseridstatus use std::time::Duration; use ruma_common::{api::ruma_api, presence::PresenceState}; use ruma_identifiers...
31.15942
102
0.552558
bd8118b2052d637c9db839eb5c8c9aa8db83b95b
1,791
swift
Swift
Test/Transition/Interactivity/InteractivityFirstViewController.swift
LeeJoey77/CustomTransition
f6d11725fcabb23ee4ca5f7e0604ced13c67e36f
[ "MIT" ]
null
null
null
Test/Transition/Interactivity/InteractivityFirstViewController.swift
LeeJoey77/CustomTransition
f6d11725fcabb23ee4ca5f7e0604ced13c67e36f
[ "MIT" ]
null
null
null
Test/Transition/Interactivity/InteractivityFirstViewController.swift
LeeJoey77/CustomTransition
f6d11725fcabb23ee4ca5f7e0604ced13c67e36f
[ "MIT" ]
null
null
null
// // InteractivityFirstViewController.swift // Test // // Created by JoeyLee on 2020/4/22. // Copyright © 2020 JoeyLee. All rights reserved. // import UIKit class InteractivityFirstViewController: UIViewController { @IBOutlet var interactiveTransitionRecognizer: UIScreenEdgePanGestureRecognizer! ...
33.792453
152
0.694026
616bed292b9e555dc2ae63cfdc43b2fc7e62d444
2,136
swift
Swift
Sources/Eval/Utilities/Utils.swift
tevelee/Eval
df80bd880d561f1f12bdbac087f835bb13916d5e
[ "Apache-2.0" ]
170
2018-01-05T14:55:25.000Z
2022-02-28T07:56:19.000Z
Sources/Eval/Utilities/Utils.swift
tevelee/Eval
df80bd880d561f1f12bdbac087f835bb13916d5e
[ "Apache-2.0" ]
9
2018-01-14T07:24:25.000Z
2021-03-29T17:42:15.000Z
Sources/Eval/Utilities/Utils.swift
tevelee/Eval
df80bd880d561f1f12bdbac087f835bb13916d5e
[ "Apache-2.0" ]
8
2018-01-09T02:56:00.000Z
2022-03-08T23:14:54.000Z
/* * Copyright (c) 2018 Laszlo Teveli. * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache...
38.836364
126
0.718165
228f46ed7c823c3324a5077631c1fcf3674c0679
1,043
asm
Assembly
test_util/test_util_op8_data.asm
nealvis/nv_c64_util_test
e9893f7c2bb0a3b55bd93e02d17cf497f84f625b
[ "MIT" ]
null
null
null
test_util/test_util_op8_data.asm
nealvis/nv_c64_util_test
e9893f7c2bb0a3b55bd93e02d17cf497f84f625b
[ "MIT" ]
null
null
null
test_util/test_util_op8_data.asm
nealvis/nv_c64_util_test
e9893f7c2bb0a3b55bd93e02d17cf497f84f625b
[ "MIT" ]
null
null
null
////////////////////////////////////////////////////////////////////////////// // test_util_op8_data.asm // Copyright(c) 2021 Neal Smith. // License: MIT. See LICENSE file in root directory. ////////////////////////////////////////////////////////////////////////////// // This file contains data (variables) to be used ...
25.439024
78
0.590604
eb4e2a8c28727b2e36b54d78cceb3fc585d08f0e
476
dart
Dart
test/test_to_work_item_links_test.dart
sowderca/azure_devops_sdk
1ef1b3b5f72dca3d5075d211f97196caa99494ad
[ "MIT" ]
2
2019-10-07T12:30:29.000Z
2021-03-19T11:49:53.000Z
test/test_to_work_item_links_test.dart
sowderca/azure_devops_sdk
1ef1b3b5f72dca3d5075d211f97196caa99494ad
[ "MIT" ]
null
null
null
test/test_to_work_item_links_test.dart
sowderca/azure_devops_sdk
1ef1b3b5f72dca3d5075d211f97196caa99494ad
[ "MIT" ]
null
null
null
import 'package:azure_devops_sdk/api.dart'; import 'package:test/test.dart'; // tests for TestToWorkItemLinks void main() { var instance = TestToWorkItemLinks(); group('test TestToWorkItemLinks', () { // TestMethod test (default value: null) test('to test the property `test`', () async { // TODO ...
20.695652
60
0.628151
20c60cefcf3c91a397e6e21d898a1f7f08e69e91
1,392
swift
Swift
SlideOutMenu/SlideOutMenu/SlideOutMenu.swift
DevLiuSir/SwiftUI-DesignCode
2cb90f3e2bdc5442f0923f3ad6adac43a4004286
[ "MIT" ]
153
2020-10-30T07:22:36.000Z
2022-03-30T12:06:12.000Z
__SwiftUI-DesignCode-Projects/SwiftUI-Slide-Out-Menu/SlideOutMenu/SlideOutMenu.swift
luannguyen252/my-swift-journey
788d66f256358dc5aefa2f3093ef74fd572e83b3
[ "MIT" ]
1
2021-06-30T02:31:18.000Z
2021-07-02T07:36:40.000Z
SlideOutMenu/SlideOutMenu/SlideOutMenu.swift
DevLiuSir/SwiftUI-DesignCode
2cb90f3e2bdc5442f0923f3ad6adac43a4004286
[ "MIT" ]
24
2020-11-05T09:05:35.000Z
2022-01-28T08:34:57.000Z
// // SlideOutMenu.swift // SlideOutMenu // // Created by Liu Chuan on 2020/12/05. // import SwiftUI struct SlideOutMenu: View { /// 左边菜单栏的宽度 @Binding var menuWidth: CGFloat @Binding var isDark: Bool @Binding var offsetX: CGFloat private let edges = UIApplication.shared.wind...
27.294118
90
0.499282
74b94fc3e2e0fd0e8d0f0273ee010e3801f40684
367
js
JavaScript
src/types/chr.js
aaditmshah/aang
e82951245bfb840b24ecb9076cc2250962846b27
[ "MIT" ]
null
null
null
src/types/chr.js
aaditmshah/aang
e82951245bfb840b24ecb9076cc2250962846b27
[ "MIT" ]
null
null
null
src/types/chr.js
aaditmshah/aang
e82951245bfb840b24ecb9076cc2250962846b27
[ "MIT" ]
1
2019-11-08T08:47:19.000Z
2019-11-08T08:47:19.000Z
"use strict"; const fun = require("./fun"); const curry = require("./curry"); const stringify = require("../stringify"); module.exports = fun((functor, chr) => { if (typeof chr !== "string" || chr.length !== 1) { const value = stringify(chr); throw new TypeError(`${value} is not a string...
28.230769
56
0.580381
41303c49b0623b5b0dcd7925022164af0f115ce8
1,840
c
C
programs/sample-bridge/ziti-ncat.c
nf-dev/ziti-sdk-c
38e4258830049c3c43577ab0863642e061f36f66
[ "Apache-2.0" ]
5
2020-01-10T13:51:28.000Z
2020-05-15T17:35:49.000Z
programs/sample-bridge/ziti-ncat.c
NetFoundry/ziti-sdk-c
014c505ff765d3467e71bfd092515fd733cb1404
[ "Apache-2.0" ]
28
2019-12-04T19:59:34.000Z
2020-05-19T03:18:20.000Z
programs/sample-bridge/ziti-ncat.c
nf-dev/ziti-sdk-c
38e4258830049c3c43577ab0863642e061f36f66
[ "Apache-2.0" ]
1
2019-12-31T23:04:13.000Z
2019-12-31T23:04:13.000Z
/* Copyright (c) 2022 NetFoundry, 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 https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwa...
27.878788
90
0.674457
1ff4915bbbe6c07fc34084301a26828e80d02053
11,353
ps1
PowerShell
Centrify.Samples.PowerShell.Example.ps1
centrify/centrify-samples-powershell
aa8e63c7c1bd2b1097e6897ff7c459cc4e14de23
[ "Apache-2.0" ]
11
2016-08-19T20:44:47.000Z
2021-03-19T16:53:00.000Z
Centrify.Samples.PowerShell.Example.ps1
centrify/CentrifyAPIExamples_PowerShell
aa8e63c7c1bd2b1097e6897ff7c459cc4e14de23
[ "Apache-2.0" ]
3
2017-11-17T20:31:19.000Z
2018-05-22T18:48:35.000Z
Centrify.Samples.PowerShell.Example.ps1
centrify/centrify-samples-powershell
aa8e63c7c1bd2b1097e6897ff7c459cc4e14de23
[ "Apache-2.0" ]
10
2016-10-26T23:24:14.000Z
2021-08-23T03:40:26.000Z
# Copyright 2016 Centrify Corporation # # 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 ...
64.505682
234
0.75381
748179c769ff06685f95aad52bd8ae8f5eae118b
574
html
HTML
search/templates/search/search_results.html
UtkarshAgrawalDTU/Betagram
d0c82d87949361d7b66483c57ac2760eebd626fe
[ "MIT" ]
1
2020-03-22T17:30:30.000Z
2020-03-22T17:30:30.000Z
search/templates/search/search_results.html
UtkarshAgrawalDTU/Betagram
d0c82d87949361d7b66483c57ac2760eebd626fe
[ "MIT" ]
4
2021-04-08T19:17:13.000Z
2022-03-12T00:15:53.000Z
search/templates/search/search_results.html
UtkarshAgrawalDTU/Betagram
d0c82d87949361d7b66483c57ac2760eebd626fe
[ "MIT" ]
null
null
null
{% extends 'base.html' %} {% block title %}Search Results{% endblock %} {% block body %} <h1>Search Results</h1> <br> <br> {% for obj in user %} <a href = "{% url 'profile' obj.username %}"> <div class="row" style="max-width: 800px; height: 60px;"> <img src="{{obj.profile.image...
22.076923
110
0.513937
f1c331ee9a35255ef077c0dc0ced1e1bcf5521a8
6,985
sql
SQL
src/models/db/bdd_tests.sql
Nomost80/pimp-my-fridge
b09ad7866ddb584a1e74392552c93dfd877b5275
[ "MIT" ]
null
null
null
src/models/db/bdd_tests.sql
Nomost80/pimp-my-fridge
b09ad7866ddb584a1e74392552c93dfd877b5275
[ "MIT" ]
null
null
null
src/models/db/bdd_tests.sql
Nomost80/pimp-my-fridge
b09ad7866ddb584a1e74392552c93dfd877b5275
[ "MIT" ]
null
null
null
CALL `PimpMyFridge_Project`.`insert_Values` ('2017-10-24 10:08:00', 'Capteur 1', '21'); CALL `PimpMyFridge_Project`.`insert_Values` ('2017-10-24 10:08:00', 'Capteur 2', '22'); CALL `PimpMyFridge_Project`.`insert_Values` ('2017-10-24 10:08:00', 'Capteur 3', '23'); CALL `PimpMyFridge_Project`.`insert_Values` ('2017-10-24...
81.22093
114
0.693057
d6c2f601a0b156c10f8d5972a586f91a1701c199
4,997
lua
Lua
Applications/Robot/Robot.lua
RomanZSeldinov/MineOS
3be5054038cfdfc57d67b27594ceffe429e4c694
[ "MIT" ]
null
null
null
Applications/Robot/Robot.lua
RomanZSeldinov/MineOS
3be5054038cfdfc57d67b27594ceffe429e4c694
[ "MIT" ]
null
null
null
Applications/Robot/Robot.lua
RomanZSeldinov/MineOS
3be5054038cfdfc57d67b27594ceffe429e4c694
[ "MIT" ]
null
null
null
local c = require("component") local modem = c.modem local gpu = c.gpu local event = require("event") local port = 512 modem.open(port) local direction = 1 local xSize, ySize = gpu.getResolution() local xPos, yPos = math.floor(xSize/2), math.floor(ySize/2) local xScreen, yScreen = 0, 0 local points = { } local h...
24.140097
153
0.625575
f07bcc1be66ad63b427b651f681533f05db82f52
430
py
Python
topics/migrations/0003_topic_word.py
acdh-oeaw/mmp
7ef8f33eafd3a7985328d374130f1cbe31f77df0
[ "MIT" ]
2
2021-06-02T11:27:54.000Z
2021-08-25T10:29:04.000Z
topics/migrations/0003_topic_word.py
acdh-oeaw/mmp
7ef8f33eafd3a7985328d374130f1cbe31f77df0
[ "MIT" ]
86
2021-01-29T12:31:34.000Z
2022-03-28T11:41:04.000Z
topics/migrations/0003_topic_word.py
acdh-oeaw/mmp
7ef8f33eafd3a7985328d374130f1cbe31f77df0
[ "MIT" ]
null
null
null
# Generated by Django 3.2 on 2021-10-21 19:26 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('topics', '0002_alter_modelingprocess_modeling_type'), ] operations = [ migrations.AddField( model_name='topic', name='...
21.5
63
0.597674
fb8dd2bebbadae2a0cc1e516ea8f452f8e7dd983
5,226
java
Java
hychat/src/main/java/huayang/hychat/model/po/ChatFriend.java
phy19870227/huayang-ChatProject
9068804d3395c3dc42144bf50a64b9520caecf3b
[ "Apache-2.0" ]
null
null
null
hychat/src/main/java/huayang/hychat/model/po/ChatFriend.java
phy19870227/huayang-ChatProject
9068804d3395c3dc42144bf50a64b9520caecf3b
[ "Apache-2.0" ]
null
null
null
hychat/src/main/java/huayang/hychat/model/po/ChatFriend.java
phy19870227/huayang-ChatProject
9068804d3395c3dc42144bf50a64b9520caecf3b
[ "Apache-2.0" ]
null
null
null
package huayang.hychat.model.po; import java.io.Serializable; public class ChatFriend implements Serializable { /** * This field was generated by MyBatis Generator. * This field corresponds to the database column chat_friend.friend_flow * * @mbggenerated */ private String friendFlow; ...
31.107143
147
0.634137
fa306a1a40369fe551f3c29f28865f0d36df31b2
703
dart
Dart
lootbox/lib/common/models/Collectible.dart
GamePowerDev/nft-collectibles-wallet
51fc682d7ad44079f57461e7011603db986b47fb
[ "Apache-2.0" ]
null
null
null
lootbox/lib/common/models/Collectible.dart
GamePowerDev/nft-collectibles-wallet
51fc682d7ad44079f57461e7011603db986b47fb
[ "Apache-2.0" ]
null
null
null
lootbox/lib/common/models/Collectible.dart
GamePowerDev/nft-collectibles-wallet
51fc682d7ad44079f57461e7011603db986b47fb
[ "Apache-2.0" ]
2
2021-04-07T17:05:31.000Z
2021-07-04T11:02:41.000Z
import 'package:flutter/material.dart'; class Collectible { final String? id, image, title, description; final Color? color; Collectible({ this.id, this.image, this.title, this.description, this.color, }); } // Test Data List<Collectible> collectibles = [ Collectible(title: 'Mike', id: ...
26.037037
46
0.642959
40223b9bdddaaeaee70150f8cd257b0aef71cdf2
4,672
py
Python
dominio/alertas/controllers.py
MinisterioPublicoRJ/apimpmapas
196ad25a4922448b8ae7a66012a2843c7b7194ad
[ "MIT" ]
6
2020-02-11T18:45:58.000Z
2020-05-26T12:37:28.000Z
dominio/alertas/controllers.py
MinisterioPublicoRJ/apimpmapas
196ad25a4922448b8ae7a66012a2843c7b7194ad
[ "MIT" ]
120
2019-07-01T14:45:32.000Z
2022-01-25T19:10:16.000Z
dominio/alertas/controllers.py
MinisterioPublicoRJ/apimpmapas
196ad25a4922448b8ae7a66012a2843c7b7194ad
[ "MIT" ]
null
null
null
from django.conf import settings from dominio.alertas import messages from dominio.alertas.tasks import async_envia_email_ouvidoria from dominio.db_connectors import get_hbase_table class HBaseAccessController: hbase_cf = None hbase_table_name = None hbase_all_cf = None hbase_all_table_name = None ...
29.2
76
0.680223
a4496c6d1bdff7f0a0cee9dc4c37ea97e0c5769a
744
swift
Swift
Brandingdong/Brandingdong/Model/Login/UserData.swift
ByoungilYoun/Brandingdong_iOS
d2c306c1ec779b3044e78298a7542497526f5f86
[ "MIT" ]
null
null
null
Brandingdong/Brandingdong/Model/Login/UserData.swift
ByoungilYoun/Brandingdong_iOS
d2c306c1ec779b3044e78298a7542497526f5f86
[ "MIT" ]
10
2020-08-26T05:53:34.000Z
2020-09-30T10:39:05.000Z
Brandingdong/Brandingdong/Model/Login/UserData.swift
ByoungilYoun/Brandingdong_iOS
d2c306c1ec779b3044e78298a7542497526f5f86
[ "MIT" ]
5
2020-08-13T12:37:44.000Z
2020-09-03T10:29:23.000Z
// // SignUpData.swift // Brandingdong // // Created by 이진욱 on 2020/09/09. // Copyright © 2020 jwlee. All rights reserved. // import UIKit struct SignUpData: Codable { var username: String var email: String var password1: String var password2: String var phonenumber: String init (dic: [String:Any...
20.666667
58
0.633065
7af6587beb4ae280749fa8e41eead14446c6b5ff
351
dart
Dart
repo_support/tool/demoidb_project_generate.dart
braulio94/flutter_app_example
f2fe199ed0b6bb682038e9e24a0966de75cdf8fa
[ "BSD-2-Clause" ]
null
null
null
repo_support/tool/demoidb_project_generate.dart
braulio94/flutter_app_example
f2fe199ed0b6bb682038e9e24a0966de75cdf8fa
[ "BSD-2-Clause" ]
null
null
null
repo_support/tool/demoidb_project_generate.dart
braulio94/flutter_app_example
f2fe199ed0b6bb682038e9e24a0966de75cdf8fa
[ "BSD-2-Clause" ]
null
null
null
import 'package:path/path.dart'; import 'package:tekartik_build_utils/flutter/app/generate.dart'; String idbExampleDirName = join('..', 'demo_idb'); Future main() async { await generate(); } Future generate({bool force}) async { await gitGenerate( dirName: idbExampleDirName, appName: 'tekartik_demoid...
21.9375
64
0.706553
e8227ed1ca66aa2337691379499390df6e809668
12,345
cpp
C++
sp/src/public/interpolatortypes.cpp
joshmartel/source-sdk-2013
524e87f708d6c30360613b1f65ee174deafa20f4
[ "Unlicense" ]
2,268
2015-01-01T19:31:56.000Z
2022-03-31T20:15:31.000Z
sp/src/public/interpolatortypes.cpp
joshmartel/source-sdk-2013
524e87f708d6c30360613b1f65ee174deafa20f4
[ "Unlicense" ]
241
2015-01-01T15:26:14.000Z
2022-03-31T22:09:59.000Z
sp/src/public/interpolatortypes.cpp
DimasDSF/SMI
76cc2df8d1f51eb06743d66169524c3493b6d407
[ "Unlicense" ]
2,174
2015-01-01T08:18:05.000Z
2022-03-31T10:43:59.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // //============================================================================= #include "basetypes.h" #include "tier1/strtools.h" #include "interpolatortypes.h" #include "tier0/dbg.h" #include "mathlib/mathlib.h" // memdbg...
24.397233
115
0.662373
cfc518ec4dc9539b3c4a7617e1d2141717ede0f5
1,310
lua
Lua
lovr-api/graphics/newModel.lua
jmiskovic/aquadeck
d9f1efa31cd9ac445ee5aa39339a5671ee80ff8b
[ "Unlicense" ]
32
2017-01-13T23:15:10.000Z
2022-02-12T11:36:53.000Z
lovr-api/graphics/newModel.lua
jmiskovic/aquadeck
d9f1efa31cd9ac445ee5aa39339a5671ee80ff8b
[ "Unlicense" ]
55
2017-11-22T07:34:49.000Z
2022-03-14T19:24:51.000Z
lovr-api/graphics/newModel.lua
jmiskovic/aquadeck
d9f1efa31cd9ac445ee5aa39339a5671ee80ff8b
[ "Unlicense" ]
25
2017-10-06T21:57:27.000Z
2022-03-14T19:17:19.000Z
return { tag = 'graphicsObjects', summary = 'Create a new Model.', description = [[ Creates a new Model from a file. The supported 3D file formats are OBJ, glTF, and STL. ]], arguments = { filename = { type = 'string', description = 'The filename of the model to load.' }, modelDat...
27.291667
97
0.60916
baf02bf34287a05e4db5d68e1ce42fbe79b41a85
924
sql
SQL
contrib/babelfishpg_money/fixeddecimal--aggs.sql
faizol/babelfish_extensions
3dab47c2a27a784906426c9401fc99c9519906d1
[ "PostgreSQL", "Apache-2.0", "BSD-3-Clause" ]
115
2021-10-29T18:17:24.000Z
2022-03-28T01:05:20.000Z
contrib/babelfishpg_money/fixeddecimal--aggs.sql
faizol/babelfish_extensions
3dab47c2a27a784906426c9401fc99c9519906d1
[ "PostgreSQL", "Apache-2.0", "BSD-3-Clause" ]
81
2021-10-29T19:22:51.000Z
2022-03-31T19:31:12.000Z
contrib/babelfishpg_money/fixeddecimal--aggs.sql
faizol/babelfish_extensions
3dab47c2a27a784906426c9401fc99c9519906d1
[ "PostgreSQL", "Apache-2.0", "BSD-3-Clause" ]
53
2021-10-30T01:26:50.000Z
2022-03-22T00:12:47.000Z
-- Aggregate Support CREATE FUNCTION fixeddecimal_avg_accum(INTERNAL, FIXEDDECIMAL) RETURNS INTERNAL AS 'babelfishpg_money', 'fixeddecimal_avg_accum' LANGUAGE C IMMUTABLE; CREATE FUNCTION fixeddecimal_sum(INTERNAL) RETURNS FIXEDDECIMAL AS 'babelfishpg_money', 'fixeddecimal_sum' LANGUAGE C IMMUTABLE; CREATE FUNCTIO...
20.533333
62
0.767316
dc0c493065ce7903cc36658358bf4e2a7816ba81
4,321
py
Python
nmfamv2/mixtures/run_log.py
gmarupilla/NMRFAMv2
2e9e7e1f43dbf1d8bcdbcff044bb686db3af09e0
[ "MIT" ]
null
null
null
nmfamv2/mixtures/run_log.py
gmarupilla/NMRFAMv2
2e9e7e1f43dbf1d8bcdbcff044bb686db3af09e0
[ "MIT" ]
null
null
null
nmfamv2/mixtures/run_log.py
gmarupilla/NMRFAMv2
2e9e7e1f43dbf1d8bcdbcff044bb686db3af09e0
[ "MIT" ]
null
null
null
import json import os from nmfamv2.graphics import MetaboliteGraphic, MixtureGraphic, ScaledGraphic class RunLog: def __init__(self, user_dir): self.user_dir = user_dir self.top_dirname = os.path.join(user_dir, "logs") self.mixture_dir = os.path.join(self.top_dirname, "mixtures") ...
35.130081
106
0.615367
d275ed207204be6a2a089d43b24248fe5e51eec0
853
php
PHP
plugins/media-library-assistant/examples/plugins/smart-media-categories/admin/views/smc-sync-category-block.php
csgis/wordpress-components
df4ef6e4876a0338b00a1ab2f3d976431643bc6c
[ "Apache-2.0" ]
null
null
null
plugins/media-library-assistant/examples/plugins/smart-media-categories/admin/views/smc-sync-category-block.php
csgis/wordpress-components
df4ef6e4876a0338b00a1ab2f3d976431643bc6c
[ "Apache-2.0" ]
null
null
null
plugins/media-library-assistant/examples/plugins/smart-media-categories/admin/views/smc-sync-category-block.php
csgis/wordpress-components
df4ef6e4876a0338b00a1ab2f3d976431643bc6c
[ "Apache-2.0" ]
3
2019-01-04T14:08:52.000Z
2019-11-27T07:56:52.000Z
<?php /* * Category Block Parameters * * $tax_name taxonomy name, display format * $tax_attr taxonomy slug, attribute format * $tax_checklist checklist for one taxonomy * $taxonomy_options sync/ignore radio buttons for one taxonomy */ ?> <div id="smc-sync-<?php echo $tax_attr; ?>-block"> <span class=...
38.772727
124
0.649472
8093a36f138faf12833f532a3284c7605a29f3a4
1,374
java
Java
UparivanjeBrojeva/src/jasarsoft/UparivanjeBrojeva.java
jasarsoft/java-ex
6e644eb905d600f8f97a1669a7e327368ea3aaba
[ "Apache-2.0" ]
null
null
null
UparivanjeBrojeva/src/jasarsoft/UparivanjeBrojeva.java
jasarsoft/java-ex
6e644eb905d600f8f97a1669a7e327368ea3aaba
[ "Apache-2.0" ]
null
null
null
UparivanjeBrojeva/src/jasarsoft/UparivanjeBrojeva.java
jasarsoft/java-ex
6e644eb905d600f8f97a1669a7e327368ea3aaba
[ "Apache-2.0" ]
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package jasarsoft; //ukljucivanje Scanner potrebnog za ucitavanje sa tastature import java.util.Scanner; /** * * @author ...
29.869565
80
0.556769
393b9c6158981a354f5e0845656907e472ea3ebf
3,348
swift
Swift
0050-generative-art-pt2/Joy/Joy/ViewController.swift
loseth/episode-code-samples
798cd62406f325cc776bd41cfc99450d1ca1e94e
[ "MIT" ]
683
2017-12-09T21:29:01.000Z
2022-03-30T08:48:39.000Z
0050-generative-art-pt2/Joy/Joy/ViewController.swift
loseth/episode-code-samples
798cd62406f325cc776bd41cfc99450d1ca1e94e
[ "MIT" ]
62
2018-03-05T20:30:16.000Z
2022-03-24T14:41:58.000Z
0050-generative-art-pt2/Joy/Joy/ViewController.swift
loseth/episode-code-samples
798cd62406f325cc776bd41cfc99450d1ca1e94e
[ "MIT" ]
262
2018-01-30T02:17:40.000Z
2022-03-28T09:57:23.000Z
import UIKit class ViewController: UIViewController { let imageView = UIImageView(frame: CGRect(x: 0, y: 0, width: 600, height: 600)) let amplitudeLabel = UILabel() let amplitudeSlider = UISlider() let centerLabel = UILabel() let centerSlider = UISlider() let plateauLabel = UILabel() let plateauSlider =...
27
92
0.701912
f72b5cd0c1640808d5030d94742d89cd34f3b5e7
766
h
C
cbits/Cbc.h
amosr/limp-cbc
3d6b9c580c529c0a7151aa7c758305bdf626f0af
[ "MIT" ]
8
2015-05-11T04:18:49.000Z
2020-02-16T00:14:35.000Z
cbits/Cbc.h
amosr/limp-cbc
3d6b9c580c529c0a7151aa7c758305bdf626f0af
[ "MIT" ]
9
2015-06-06T22:02:28.000Z
2020-02-01T22:03:59.000Z
cbits/Cbc.h
amosr/limp-cbc
3d6b9c580c529c0a7151aa7c758305bdf626f0af
[ "MIT" ]
4
2015-05-20T22:04:53.000Z
2020-01-29T21:46:25.000Z
#ifdef FROM_CPP extern "C" { #else typedef struct CbcModel CbcModel; #endif CbcModel* newModel(); void freeModel(CbcModel* model); void loadProblem(CbcModel* model, int ncols, int nrows, int* starts, int* indices, double* values, double* collb, double* colub, ...
21.277778
66
0.654047
7fcd0d697f2c5d534226f201e4b7407fdc8c05c9
9,345
go
Go
pkg/util/util.go
christianh814/cli-v2
05fdc1b57a5780e4f196f7d291523246dfbc0d76
[ "Apache-2.0" ]
null
null
null
pkg/util/util.go
christianh814/cli-v2
05fdc1b57a5780e4f196f7d291523246dfbc0d76
[ "Apache-2.0" ]
null
null
null
pkg/util/util.go
christianh814/cli-v2
05fdc1b57a5780e4f196f7d291523246dfbc0d76
[ "Apache-2.0" ]
null
null
null
// Copyright 2022 The Codefresh 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 ag...
26.853448
132
0.684109
80dc3eee362c11c6e36bd9aa7ff6e503f2211ccf
2,973
java
Java
src/main/java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.java
keshavbashyal/incubator-systemml
5d09d27ad8dc644ed930a8f8bbba70e26c13de7d
[ "Apache-2.0" ]
1
2021-05-31T19:50:45.000Z
2021-05-31T19:50:45.000Z
src/main/java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.java
keshavbashyal/incubator-systemml
5d09d27ad8dc644ed930a8f8bbba70e26c13de7d
[ "Apache-2.0" ]
null
null
null
src/main/java/org/apache/sysml/udf/lib/DynamicReadMatrixCP.java
keshavbashyal/incubator-systemml
5d09d27ad8dc644ed930a8f8bbba70e26c13de7d
[ "Apache-2.0" ]
null
null
null
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
34.172414
132
0.749411
71a221b9588c7011453e4843d7b23ca066c75178
941
tsx
TypeScript
source/components/Divider/Divider.tsx
EasySimple/fishd-mobile
6a1da1ae9088b5d248e9f9a5b10db94a4f70463a
[ "MIT" ]
55
2020-01-21T06:50:33.000Z
2022-03-28T02:36:47.000Z
source/components/Divider/Divider.tsx
hangaoke1/fishd-mobile
db4b2cd6c29723b8fc28c4fd81c688dcd5b544c5
[ "MIT" ]
21
2020-05-21T07:30:41.000Z
2022-03-06T03:02:51.000Z
source/components/Divider/Divider.tsx
hangaoke1/fishd-mobile
db4b2cd6c29723b8fc28c4fd81c688dcd5b544c5
[ "MIT" ]
9
2021-04-02T06:24:13.000Z
2021-12-03T07:16:00.000Z
import classnames from 'classnames'; import * as React from 'react'; import { DividerPropsType } from './PropsType'; export interface DividerProps extends DividerPropsType { prefixCls?: string; className?: string; style?: React.CSSProperties; } class Divider extends React.Component<DividerProps, any> { static...
26.885714
114
0.658874
90ea5cd2bc780ca1bd43b58ba6c69c50884f9118
531
py
Python
programs/pattern3.py
VishalAgr11/CSE-programs
082c984908886adb09fc1a8dcd60482bdd99dbfe
[ "MIT" ]
1
2021-11-15T15:21:29.000Z
2021-11-15T15:21:29.000Z
programs/pattern3.py
VishalAgr11/CSE-programs
082c984908886adb09fc1a8dcd60482bdd99dbfe
[ "MIT" ]
null
null
null
programs/pattern3.py
VishalAgr11/CSE-programs
082c984908886adb09fc1a8dcd60482bdd99dbfe
[ "MIT" ]
2
2021-11-14T01:45:51.000Z
2021-11-15T15:21:08.000Z
''' *000*000* 0*00*00*0 00*0*0*00 000***000 Utkarsh ''' l=int(input()) b=int(input()) print("With for\n") for i in range(1,b+1): for j in range(1,l+1): if j==(l+1)//2 or j==i or j==(l+1)-i: print('*',end='') else: print('0',end='') print() i=1 j=1 print("\nWith while\n")...
14.75
45
0.403013
edfc566d63bb71179413202d81793fd73244855d
168
sql
SQL
SQL/relacionar tabelas e group by.sql
ThiagoMendes1/exercicios-Full-Stack
2ada8a0bbd3a9383de061863700f4ab9d36b9ad9
[ "MIT" ]
null
null
null
SQL/relacionar tabelas e group by.sql
ThiagoMendes1/exercicios-Full-Stack
2ada8a0bbd3a9383de061863700f4ab9d36b9ad9
[ "MIT" ]
1
2020-08-29T21:43:11.000Z
2020-08-29T21:43:11.000Z
SQL/relacionar tabelas e group by.sql
ThiagoMendes1/exercicios-Full-Stack
2ada8a0bbd3a9383de061863700f4ab9d36b9ad9
[ "MIT" ]
null
null
null
select nomecategoria, count(produtoID) as total from produtos p inner join categorias c on p.categoriaID = c.categoriaID group by p.categoriaID order by total desc
33.6
61
0.797619
370a3b82d010355b75109becb293c73b17108f1a
631
dart
Dart
seed_reader/test/routes/home/home_page_test.dart
CristianDRM/mobile-test
e82777ba7a2547b9eef693e2999c7fadcb3c0b09
[ "MIT" ]
null
null
null
seed_reader/test/routes/home/home_page_test.dart
CristianDRM/mobile-test
e82777ba7a2547b9eef693e2999c7fadcb3c0b09
[ "MIT" ]
null
null
null
seed_reader/test/routes/home/home_page_test.dart
CristianDRM/mobile-test
e82777ba7a2547b9eef693e2999c7fadcb3c0b09
[ "MIT" ]
null
null
null
import 'package:flutter_test/flutter_test.dart'; import 'package:seed_reader/generated/l10n.dart'; import 'package:seed_reader/routes/home/components/home_actions_button.dart'; import 'package:seed_reader/routes/home/home_page.dart'; import '../../common/base_testable_widget.dart'; void main() { testWidgets('render ...
30.047619
77
0.733756
80af9f99b4a551cdd64dae82bc313a8d221b021e
5,439
java
Java
core/src/main/java/org/jfantasy/framework/lucene/handler/PropertyFieldHandler.java
limaofeng/jfantasy-framework
781246acef1b32ba3a20dc0d988dcd31df7e3e21
[ "MIT" ]
1
2021-08-13T15:25:01.000Z
2021-08-13T15:25:01.000Z
core/src/main/java/org/jfantasy/framework/lucene/handler/PropertyFieldHandler.java
limaofeng/jfantasy-framework
781246acef1b32ba3a20dc0d988dcd31df7e3e21
[ "MIT" ]
1
2021-09-11T01:28:09.000Z
2021-09-11T13:33:40.000Z
core/src/main/java/org/jfantasy/framework/lucene/handler/PropertyFieldHandler.java
limaofeng/jfantasy-framework
781246acef1b32ba3a20dc0d988dcd31df7e3e21
[ "MIT" ]
null
null
null
package org.jfantasy.framework.lucene.handler; import org.apache.lucene.document.Document; import org.jfantasy.framework.lucene.annotations.IndexProperty; import org.jfantasy.framework.util.reflect.Property; public class PropertyFieldHandler extends AbstractFieldHandler { public PropertyFieldHandler(Object obj, Pro...
44.950413
92
0.65012
5b03aebfe740d45d6783b4af3b78df3457f4c2ab
3,124
lua
Lua
lib/resty/statsd.lua
metwork-framework/lua-resty-statsd
166b3a1db02d3e92961d298c1ecf58f668211814
[ "BSD-3-Clause" ]
null
null
null
lib/resty/statsd.lua
metwork-framework/lua-resty-statsd
166b3a1db02d3e92961d298c1ecf58f668211814
[ "BSD-3-Clause" ]
2
2018-10-01T08:44:37.000Z
2019-01-08T09:12:39.000Z
lib/resty/statsd.lua
metwork-framework/lua-resty-statsd
166b3a1db02d3e92961d298c1ecf58f668211814
[ "BSD-3-Clause" ]
null
null
null
local _M = {} require "resty.core" local mt = { __index = _M } function _M.new(options) options = options or {} local self = { host = options.host or "127.0.0.1", port = options.port or 8125, tags = options.tags or {}, timeout = options.timeout or 250, queue = {}, ...
24.40625
92
0.580666
8cb07c6b194e2156ccd919a2d6073a2ea2e1c5ed
396
swift
Swift
PinPoint/NetworkServices/UserModel.swift
AaronCab/PinPoint
80a68bbe2c535288c515b971949354624931f164
[ "MIT" ]
1
2019-05-29T21:12:23.000Z
2019-05-29T21:12:23.000Z
PinPoint/NetworkServices/UserModel.swift
AaronCab/PinPoint
80a68bbe2c535288c515b971949354624931f164
[ "MIT" ]
5
2019-04-09T20:42:47.000Z
2019-05-10T15:55:57.000Z
PinPoint/NetworkServices/UserModel.swift
AaronCab/PinPoint
80a68bbe2c535288c515b971949354624931f164
[ "MIT" ]
null
null
null
// // UserModel.swift // PinPoint // // Created by Aaron Cabreja on 4/10/19. // Copyright © 2019 Pursuit. All rights reserved. // import Foundation struct UserModel: Codable { let name: String let lat: Double let long: Double let photo: String let interst1: String let interest2: String ...
18.857143
50
0.671717
17652f66a852ffd16ff9056f0bfbfd67af00904c
5,750
htm
HTML
gerandotexto.htm
EditoraFacil/SeuLivro
a794bd519a0b287afee23254a9f90292f84b87fd
[ "CC-BY-3.0" ]
null
null
null
gerandotexto.htm
EditoraFacil/SeuLivro
a794bd519a0b287afee23254a9f90292f84b87fd
[ "CC-BY-3.0" ]
null
null
null
gerandotexto.htm
EditoraFacil/SeuLivro
a794bd519a0b287afee23254a9f90292f84b87fd
[ "CC-BY-3.0" ]
null
null
null
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Gerando Texto</title> <base target="mostra"> <p> <a target="_blank" href="http://www.livropublicado.com.br/"> <img border="0" src="http://www.livropublicado.com.br/images/image001.png" width="300" height="78" align="left"><...
31.767956
216
0.709913
b0af864f6dfa841c64e08fdc41f93db9d07fc802
1,262
swift
Swift
Yelp/FilterSettings.swift
seanmcr/yelp
c2a500bd91ca210bd522e8c252effc611da32765
[ "Apache-2.0" ]
null
null
null
Yelp/FilterSettings.swift
seanmcr/yelp
c2a500bd91ca210bd522e8c252effc611da32765
[ "Apache-2.0" ]
1
2017-04-10T07:53:33.000Z
2017-04-10T22:28:07.000Z
Yelp/FilterSettings.swift
seanmcr/yelp
c2a500bd91ca210bd522e8c252effc611da32765
[ "Apache-2.0" ]
null
null
null
// // FilterSettings.swift // Yelp // // Created by Sean McRoskey on 4/8/17. // Copyright © 2017 Timothy Lee. All rights reserved. // import Foundation class FilterSettings { var onlyDeals: Bool? var sortMode: YelpSortMode? var categories: [String]? var distance: Int? func saveToUserDefau...
32.358974
93
0.655309
dcd300a6d2e8bb84051f250cad9846653e7d1178
885
swift
Swift
ExchangeRate/MainTableViewCell.swift
alexktchen/ExchangeRate
08af48307149e5a4a41af6a0d36a37f970a17364
[ "MIT" ]
1
2017-05-11T11:35:47.000Z
2017-05-11T11:35:47.000Z
ExchangeRate/MainTableViewCell.swift
alexktchen/ExchangeRate
08af48307149e5a4a41af6a0d36a37f970a17364
[ "MIT" ]
null
null
null
ExchangeRate/MainTableViewCell.swift
alexktchen/ExchangeRate
08af48307149e5a4a41af6a0d36a37f970a17364
[ "MIT" ]
null
null
null
// // MainTableViewCell.swift // ExchangeRate // // Created by Alex Chen on 2015/9/24. // Copyright © 2015 Alex Chen. All rights reserved. // import Foundation import UIKit import Core class MainTableViewCell: UITableViewCell { @IBOutlet weak var displayNameLabel: UILabel! @IBOutlet weak var flagImag...
26.818182
79
0.698305
04bad11c3dd421b8b06b15c2f5a345dfc3f8e484
3,147
html
HTML
w/jul05_esv.html
RubeRad/dailycc
313924b5cda06c621d2de629ce9d029bba5d00bd
[ "MIT" ]
1
2021-01-05T04:16:11.000Z
2021-01-05T04:16:11.000Z
w/jul05_esv.html
RubeRad/dailycc
313924b5cda06c621d2de629ce9d029bba5d00bd
[ "MIT" ]
10
2020-01-29T04:59:20.000Z
2022-03-12T22:45:00.000Z
w/jul05_esv.html
RubeRad/dailycc
313924b5cda06c621d2de629ce9d029bba5d00bd
[ "MIT" ]
2
2020-01-03T16:54:52.000Z
2020-03-31T16:52:43.000Z
<h2><center>Westminster Larger Catechism</center></h2> <p><a name="q99" title="q99"></a>Q. 99. <b>What rules are to be observed for the right understanding of the ten commandments?</b><br /> A. For the right understanding of the ten commandments, these rules are to be observed:</p><p>1. That the law is perfect, and bin...
786.75
2,955
0.738799
e595b2e4f889b3f4dc52768cd27370344b4a9f33
193
kt
Kotlin
app/src/main/java/com/example/malfoodware/DataLayer/DBInterface.kt
MikeAllport/FoodDiary
e369ac67843b37ffd246336012e2b7d3169d59bd
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/malfoodware/DataLayer/DBInterface.kt
MikeAllport/FoodDiary
e369ac67843b37ffd246336012e2b7d3169d59bd
[ "Apache-2.0" ]
4
2021-01-05T18:12:20.000Z
2021-01-05T18:19:09.000Z
app/src/main/java/com/example/malfoodware/DataLayer/DBInterface.kt
MikeAllport/FoodDiary
e369ac67843b37ffd246336012e2b7d3169d59bd
[ "Apache-2.0" ]
null
null
null
package com.example.malfoodware.DataLayer import android.database.sqlite.SQLiteDatabase interface DBInterface { fun onCreate(db: SQLiteDatabase?) fun deleteTable(db: SQLiteDatabase) }
24.125
45
0.803109
a641b326bac03c2aa065adac939f7235251682b5
2,590
dart
Dart
lib/ui/pages/sign.dart
ngaurav/chi_food
18143b47bb03bb70c26f02d5fd170f679596f77e
[ "MIT" ]
85
2020-07-13T02:06:43.000Z
2022-03-29T01:11:28.000Z
lib/ui/pages/sign.dart
ngaurav/chi_food
18143b47bb03bb70c26f02d5fd170f679596f77e
[ "MIT" ]
null
null
null
lib/ui/pages/sign.dart
ngaurav/chi_food
18143b47bb03bb70c26f02d5fd170f679596f77e
[ "MIT" ]
30
2021-04-17T03:45:03.000Z
2021-12-26T12:15:54.000Z
import 'package:chifood/bloc/authBloc/AuthBloc.dart'; import 'package:chifood/bloc/authBloc/AuthState.dart'; import 'package:chifood/config.dart'; import 'package:chifood/ui/widgets/loginForm.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_bloc/flutter_blo...
35
118
0.520463
70a3c9e7f7b842d41d80af10a49fc63ee9506217
1,127
cs
C#
src/lib/Microsoft.Health.Fhir.Ingest/Data/IHashCodeGenerator.cs
msebragge/iomt-fhir
f3731567c858c9cdee1636f6ed2a1e3539b4cffa
[ "MIT" ]
1
2022-01-04T10:02:46.000Z
2022-01-04T10:02:46.000Z
src/lib/Microsoft.Health.Fhir.Ingest/Data/IHashCodeGenerator.cs
msebragge/iomt-fhir
f3731567c858c9cdee1636f6ed2a1e3539b4cffa
[ "MIT" ]
null
null
null
src/lib/Microsoft.Health.Fhir.Ingest/Data/IHashCodeGenerator.cs
msebragge/iomt-fhir
f3731567c858c9cdee1636f6ed2a1e3539b4cffa
[ "MIT" ]
null
null
null
// ------------------------------------------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See LICENSE in the repo root for license information. // -----------------------------------------------------------...
51.227273
132
0.566992
50411e5f25bbf3939458345d4ace583b66e5c602
8,131
swift
Swift
ios/ios/news_service.grpc.swift
fb64/grpc-fullstack-demo
39a53279d0a3baa198dfd1620859a51e31886130
[ "MIT" ]
25
2018-09-12T06:55:35.000Z
2022-03-30T04:30:29.000Z
ios/ios/news_service.grpc.swift
fb64/grpc-fullstack-demo
39a53279d0a3baa198dfd1620859a51e31886130
[ "MIT" ]
2
2019-06-27T22:35:43.000Z
2022-01-06T10:04:00.000Z
ios/ios/news_service.grpc.swift
fb64/grpc-fullstack-demo
39a53279d0a3baa198dfd1620859a51e31886130
[ "MIT" ]
3
2019-02-06T12:41:08.000Z
2020-12-24T14:31:24.000Z
// // DO NOT EDIT. // // Generated by the protocol buffer compiler. // Source: news_service.proto // // // Copyright 2018, gRPC Authors 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...
47
165
0.77223
5452c6c457b91a1b8ce8134c1621785f17d6ffc0
1,564
lua
Lua
Assets/sgk/Lua/view/ShowPreFinishTip.lua
freeGamePerson/dev_update
80f75ff1ba6fd0d008e6a4989c2ba09e48129c38
[ "BSD-3-Clause" ]
1
2019-12-30T06:54:48.000Z
2019-12-30T06:54:48.000Z
Assets/sgk/Lua/view/ShowPreFinishTip.lua
freeGamePerson/dev_update
80f75ff1ba6fd0d008e6a4989c2ba09e48129c38
[ "BSD-3-Clause" ]
null
null
null
Assets/sgk/Lua/view/ShowPreFinishTip.lua
freeGamePerson/dev_update
80f75ff1ba6fd0d008e6a4989c2ba09e48129c38
[ "BSD-3-Clause" ]
3
2019-12-30T06:54:52.000Z
2020-12-31T10:04:10.000Z
local ItemHelper = require "utils.ItemHelper" local ShowPreFinishTip = {} function ShowPreFinishTip:Start(data) self:initData(data) self:initUi(data) module.guideModule.PlayByType(1300, 0.2) end function ShowPreFinishTip:initData(data) self.itemTab = {} self.fun = nil if data then self...
28.436364
126
0.683504
fc4f4f632a2043dcd9aa9436a83480310a879123
2,093
ps1
PowerShell
release.ps1
SettingDust/new-tab
67b1fd22d63bcc85b23e555b37988387b924701b
[ "MIT" ]
1
2018-05-27T08:37:07.000Z
2018-05-27T08:37:07.000Z
release.ps1
SettingDust/new-tab
67b1fd22d63bcc85b23e555b37988387b924701b
[ "MIT" ]
null
null
null
release.ps1
SettingDust/new-tab
67b1fd22d63bcc85b23e555b37988387b924701b
[ "MIT" ]
null
null
null
Write-Output "---------- Release $args ----------" # config.js $config = Get-Content src/config/index.js $config = $config -replace "(\d+\.){2}\d+", $args Set-Content src/config/index.js -Value $config npm run build # CHANGELOG.md $changelog = Get-Content CHANGELOG.md [System.Collections.ArrayList]$changelog = $chan...
27.181818
88
0.648352
b2b83258ced2fe53705502f4829a8ece857f0dd4
1,121
lua
Lua
scripts/vscripts/lua_abilities/spectre_desolate_lua/spectre_desolate_lua.lua
xuzolin/dota-2-lua-abilities
5c1ff468bdcf3d9bec7be2acb750db7d4f5be98c
[ "MIT" ]
125
2018-03-26T21:35:49.000Z
2022-03-31T21:01:38.000Z
scripts/vscripts/lua_abilities/spectre_desolate_lua/spectre_desolate_lua.lua
hanzhengit/dota-2-lua-abilities
c6d7b7cff8be6bc32f3580411f31c24b8c0b0eca
[ "MIT" ]
2
2020-07-05T16:02:19.000Z
2020-11-18T02:24:48.000Z
scripts/vscripts/lua_abilities/spectre_desolate_lua/spectre_desolate_lua.lua
hanzhengit/dota-2-lua-abilities
c6d7b7cff8be6bc32f3580411f31c24b8c0b0eca
[ "MIT" ]
40
2019-03-02T11:17:10.000Z
2022-03-31T05:45:26.000Z
-- Created by Elfansoer --[[ Ability checklist (erase if done/checked): - Scepter Upgrade - Break behavior - Linken/Reflect behavior - Spell Immune/Invulnerable/Invisible behavior - Illusion behavior - Stolen behavior ]] -------------------------------------------------------------------------------- spectre_desolate_l...
37.366667
144
0.644068
dfe59a06815369c9cd4f3f99ca80017ee03551bc
437
asm
Assembly
programs/oeis/076/A076895.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/076/A076895.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/076/A076895.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A076895: a(1) = 1, a(n) = n - a(ceiling(n/2)). ; 1,1,2,3,3,4,4,5,6,7,7,8,9,10,10,11,11,12,12,13,14,15,15,16,16,17,17,18,19,20,20,21,22,23,23,24,25,26,26,27,27,28,28,29,30,31,31,32,33,34,34,35,36,37,37,38,38,39,39,40,41,42,42,43,43,44,44,45,46,47,47,48,48,49,49,50,51,52,52,53,54,55,55,56,57,58,58,59,59,60,60,61,62,63,...
31.214286
288
0.588101
3ee8b90d4b94830701766887e1f1a28b44ad3075
254
h
C
OSX/GCDConfig.h
malord/prime
f0e8be99b7dcd482708b9c928322bc07a3128506
[ "MIT" ]
null
null
null
OSX/GCDConfig.h
malord/prime
f0e8be99b7dcd482708b9c928322bc07a3128506
[ "MIT" ]
null
null
null
OSX/GCDConfig.h
malord/prime
f0e8be99b7dcd482708b9c928322bc07a3128506
[ "MIT" ]
null
null
null
// Copyright 2000-2021 Mark H. P. Lord #ifndef PRIME_OSX_GCDCONFIG_H #define PRIME_OSX_GCDCONFIG_H #include "../Config.h" #if defined(PRIME_OS_OSX) && !defined(PRIME_NO_GCD) #include <dispatch/dispatch.h> #else #define PRIME_NO_GCD #endif #endif
13.368421
51
0.751969
e864469da6e4f6c0718c1ed885e85e3cdc87a9c7
5,633
cpp
C++
qtdeclarative/src/qml/debugger/qqmldebug.cpp
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
1
2020-04-30T15:47:35.000Z
2020-04-30T15:47:35.000Z
qtdeclarative/src/qml/debugger/qqmldebug.cpp
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
null
null
null
qtdeclarative/src/qml/debugger/qqmldebug.cpp
wgnet/wds_qt
8db722fd367d2d0744decf99ac7bafaba8b8a3d3
[ "Apache-2.0" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtQml module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commerc...
39.950355
100
0.71951
61748dbfd638ad4aaeafdf5092edd85c5c4e0a55
898
sql
SQL
sql/advanced_select/q3_occupations.sql
mxdzi/hackerrank
4455f73e4479a4204b2e1167253f6a02351aa5b7
[ "MIT" ]
null
null
null
sql/advanced_select/q3_occupations.sql
mxdzi/hackerrank
4455f73e4479a4204b2e1167253f6a02351aa5b7
[ "MIT" ]
null
null
null
sql/advanced_select/q3_occupations.sql
mxdzi/hackerrank
4455f73e4479a4204b2e1167253f6a02351aa5b7
[ "MIT" ]
null
null
null
set @row1=0, @row2=0, @row3=0, @row4=0; SELECT MIN(Doctor), MIN(Professor), MIN(Singer), MIN(Actor) FROM (SELECT CASE WHEN occupation = 'Doctor' THEN (@row1:=@row1 + 1) WHEN occupation = 'Professor' THEN (@row2:=@row2 + 1) WHEN occupation = 'Singer' THEN (...
32.071429
69
0.487751
5114bfad69084e8225be5982534486613f510027
3,504
lua
Lua
Themes/default/Graphics/ScreenSelectMusic CourseContentsList.lua
fpmuniz/stepmania
984dc8668f1fedacf553f279a828acdebffc5625
[ "MIT" ]
1,514
2015-01-02T17:00:28.000Z
2022-03-30T14:11:21.000Z
Themes/default/Graphics/ScreenSelectMusic CourseContentsList.lua
fpmuniz/stepmania
984dc8668f1fedacf553f279a828acdebffc5625
[ "MIT" ]
1,462
2015-01-01T10:53:29.000Z
2022-03-27T04:35:53.000Z
Themes/default/Graphics/ScreenSelectMusic CourseContentsList.lua
fpmuniz/stepmania
984dc8668f1fedacf553f279a828acdebffc5625
[ "MIT" ]
552
2015-01-02T05:34:41.000Z
2022-03-26T05:19:19.000Z
-- Man, I hate this thing. I tried to do what I could with it, though. -- I'm not really sure why this needs to be separate from the main CourseContentsList creation... local transform = function(self,offsetFromCenter,itemIndex,numItems) self:y( offsetFromCenter * 62 ) -- First condition is for making sure the items...
36.884211
109
0.689498
56d0915478697d95bd227f55aec1317969bdc6fd
2,804
go
Go
geometry_test.go
RXDA/geography
01b9cdea5dfbff763ab5a9a526cace4adf5bd6f6
[ "MIT" ]
1
2019-10-17T06:07:14.000Z
2019-10-17T06:07:14.000Z
geometry_test.go
RXDA/geography
01b9cdea5dfbff763ab5a9a526cace4adf5bd6f6
[ "MIT" ]
3
2019-06-11T03:46:30.000Z
2019-07-09T20:52:58.000Z
geometry_test.go
RXDA/geography
01b9cdea5dfbff763ab5a9a526cace4adf5bd6f6
[ "MIT" ]
1
2021-06-02T01:56:29.000Z
2021-06-02T01:56:29.000Z
package geography import ( "database/sql/driver" "testing" "github.com/davecgh/go-spew/spew" "github.com/go-courier/sqlx/v2" "github.com/go-courier/sqlx/v2/builder" "github.com/go-courier/sqlx/v2/migration" "github.com/go-courier/sqlx/v2/mysqlconnector" "github.com/go-courier/sqlx/v2/postgresqlconnector" "gi...
26.205607
108
0.614123
4a7ffb064efeb4780740b7778658c44df49e6b9f
1,194
html
HTML
html-css/doc/basico/sesion5/galeria2.html
PCianes/OpenBootcamp
0568ee025155b3e26b2248c2046bbae1d8e50acc
[ "MIT" ]
null
null
null
html-css/doc/basico/sesion5/galeria2.html
PCianes/OpenBootcamp
0568ee025155b3e26b2248c2046bbae1d8e50acc
[ "MIT" ]
null
null
null
html-css/doc/basico/sesion5/galeria2.html
PCianes/OpenBootcamp
0568ee025155b3e26b2248c2046bbae1d8e50acc
[ "MIT" ]
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>Document</title> <link rel="stylesheet" type="text/css" href="css/galeria2.css" /> </head> <body> ...
39.8
141
0.616415
7cdd679632be2342adabaa464c92b76114dda3ae
4,102
lua
Lua
lua/cccomplete/elixir.lua
RobertDober/vimine
f75fc19bf96fa3039a30eb433f7932822c413aa8
[ "Apache-2.0" ]
1
2021-02-28T04:09:01.000Z
2021-02-28T04:09:01.000Z
lua/cccomplete/elixir.lua
RobertDober/vimine
f75fc19bf96fa3039a30eb433f7932822c413aa8
[ "Apache-2.0" ]
5
2020-12-17T18:54:05.000Z
2020-12-18T07:51:40.000Z
lua/cccomplete/elixir.lua
RobertDober/vimine
f75fc19bf96fa3039a30eb433f7932822c413aa8
[ "Apache-2.0" ]
null
null
null
-- local dbg = require("debugger") -- dbg.auto_where = 2 local A = require "tools.active_support" local T = require "tools"() local H = require "cccomplete.helpers"() local S = require "tools.string" local F = require "tools.fn" local L = require "tools.list" local equals = require'tools.functors'.equals local functio...
28.685315
128
0.653096
4a5771aca8e1c71bd9e6f05ace0fe2f62691f59c
4,119
html
HTML
pa1-skeleton/pa1-data/0/creees.stanford.edu_events_film-series.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
pa1-skeleton/pa1-data/0/creees.stanford.edu_events_film-series.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
pa1-skeleton/pa1-data/0/creees.stanford.edu_events_film-series.html
yzhong94/cs276-spring-2019
a4780a9f88b8c535146040fe11bb513c91c5693b
[ "MIT" ]
null
null
null
center for russian east european & eurasian studies skip to content skip to navigation stanford university home about creees history newsletter support creees people faculty & affiliates steering committee visiting scholars ma students staff student resources courses grants stanford in moscow contact us contact informa...
2,059.5
4,118
0.843166
fb172b12666f847ef0088281f990c2613f37d643
14,461
lua
Lua
1_game_memory_answer.lua
matukaz/Vaimne-Tervis
596cb601203dbf3839535b6b06d4d80a2ee024ff
[ "Apache-2.0" ]
null
null
null
1_game_memory_answer.lua
matukaz/Vaimne-Tervis
596cb601203dbf3839535b6b06d4d80a2ee024ff
[ "Apache-2.0" ]
null
null
null
1_game_memory_answer.lua
matukaz/Vaimne-Tervis
596cb601203dbf3839535b6b06d4d80a2ee024ff
[ "Apache-2.0" ]
null
null
null
--------------------------------------------------------------------------------------------- -- -- -- --------------------------------------------------------------------------------------------- local composer = require( "composer" ) local scene = composer.newScene() -- Require the widget library local widget = r...
28.522682
144
0.634327
2007a1286bfb47d8411ffa15fe036c00f405cf82
466
css
CSS
assets/css/theme.css
srilakshmikanthanp/srilakshmikanthanp.github.io
908892b268196d369e5d4b4d5bbd92d63e0d620c
[ "MIT" ]
3
2021-06-07T01:13:46.000Z
2022-02-16T15:35:59.000Z
assets/css/theme.css
srilakshmikanthanp/srilakshmikanthanp.github.io
908892b268196d369e5d4b4d5bbd92d63e0d620c
[ "MIT" ]
null
null
null
assets/css/theme.css
srilakshmikanthanp/srilakshmikanthanp.github.io
908892b268196d369e5d4b4d5bbd92d63e0d620c
[ "MIT" ]
null
null
null
/** * Copyright (c) 2021 Sri Lakshmi Kanthan P * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ :root { --pri-bg-col: 10, 25, 47; --pri-fg-col: 255, 255, 255; --sec-bg-col: 100, 255, 218; --sec-fg-col: 100, 255, 218; } ::-webkit-scrollbar { width:...
19.416667
51
0.594421
458789172429e365a54005b2bc8a83cc43c6b845
1,735
asm
Assembly
programs/oeis/276/A276764.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/276/A276764.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/276/A276764.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A276764: 1^2 + 3^2, 2^2 + 4^2, 5^2 + 7^2, 6^2 + 8^2, ... ; 10,20,74,100,202,244,394,452,650,724,970,1060,1354,1460,1802,1924,2314,2452,2890,3044,3530,3700,4234,4420,5002,5204,5834,6052,6730,6964,7690,7940,8714,8980,9802,10084,10954,11252,12170,12484,13450,13780,14794,15140,16202,16564,17674,18052,19210,19604,20810,21...
133.461538
1,590
0.810951
fb380996fd47ebee4d3bd4acf394103f02c9e6c3
2,685
java
Java
app/src/main/java/com/wtowto7207/firstcode/mymap/Info.java
wtowto7207/mymap
f5d979320d66628459dd08009d5d0257ead9b577
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/wtowto7207/firstcode/mymap/Info.java
wtowto7207/mymap
f5d979320d66628459dd08009d5d0257ead9b577
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/wtowto7207/firstcode/mymap/Info.java
wtowto7207/mymap
f5d979320d66628459dd08009d5d0257ead9b577
[ "Apache-2.0" ]
null
null
null
package com.wtowto7207.firstcode.mymap; import java.io.Serializable; import java.util.ArrayList; import java.util.List; /** * Created by Administrator on 2015/8/5. */ public class Info implements Serializable { private static final long serialVersionUID = -4525278913679491045L; private double latitude, lo...
23.761062
79
0.616015
650f4d544268699293dfae61c4d5b0971b890ccb
50
py
Python
src/converters/__init__.py
Peilonrayz/json_to_object
ae5ba42dcab71010302f42d78dbfd559c12496c9
[ "MIT" ]
null
null
null
src/converters/__init__.py
Peilonrayz/json_to_object
ae5ba42dcab71010302f42d78dbfd559c12496c9
[ "MIT" ]
null
null
null
src/converters/__init__.py
Peilonrayz/json_to_object
ae5ba42dcab71010302f42d78dbfd559c12496c9
[ "MIT" ]
null
null
null
from .converter import Converter, Converters, ron
25
49
0.82
4c0e7422d9456a4941663efaf97928e7177c4010
652
php
PHP
app/Models/MessageBox.php
karkilil/notice_board
6ab29f1a7020625657ceb6052c2fec0d3bb22e68
[ "MIT" ]
null
null
null
app/Models/MessageBox.php
karkilil/notice_board
6ab29f1a7020625657ceb6052c2fec0d3bb22e68
[ "MIT" ]
null
null
null
app/Models/MessageBox.php
karkilil/notice_board
6ab29f1a7020625657ceb6052c2fec0d3bb22e68
[ "MIT" ]
null
null
null
<?php namespace Notice\Models; use Illuminate\Database\Eloquent\Model; class MessageBox extends Model { /** * Generated */ public $timestamps = false; protected $table = 'message_box'; protected $fillable = ['id', 'boxtype_id', 'msg_id', 'user_id']; public function boxtype() { ...
21.733333
83
0.625767
8078c1568b68405d4edc4fb2e34afc662a3c4866
2,613
java
Java
Chapter6/Convert/Convert.java
IbrahimElsayed26498/Java
60006de56cde96a9224990b58cd1fa372282239b
[ "Apache-2.0" ]
null
null
null
Chapter6/Convert/Convert.java
IbrahimElsayed26498/Java
60006de56cde96a9224990b58cd1fa372282239b
[ "Apache-2.0" ]
null
null
null
Chapter6/Convert/Convert.java
IbrahimElsayed26498/Java
60006de56cde96a9224990b58cd1fa372282239b
[ "Apache-2.0" ]
null
null
null
// Convert.java import java.util.Scanner; import java.util.Random; public class Convert { public static void main(String[] args ) { int[] decimal = new int[256]; Random randomNumber = new Random(); System.out.printf("Decimal\t\t\tBinary\t\t\tOctal\t\t\tHexadecimal\n"); for ( int i = 1; i <= 256...
17.536913
75
0.433219
42d11bf3700cbd2885f6ce5dc44f55c8c8aab2e2
5,664
dart
Dart
edgehead/lib/ruleset/ruleset.dart
kwight/egamebook
c2836ef4d718805847bda5512b88afeb8c1e5b34
[ "BSD-3-Clause" ]
160
2018-08-16T06:16:12.000Z
2022-03-13T16:22:37.000Z
edgehead/lib/ruleset/ruleset.dart
kwight/egamebook
c2836ef4d718805847bda5512b88afeb8c1e5b34
[ "BSD-3-Clause" ]
134
2019-04-06T00:06:53.000Z
2021-07-12T16:57:26.000Z
edgehead/lib/ruleset/ruleset.dart
kwight/egamebook
c2836ef4d718805847bda5512b88afeb8c1e5b34
[ "BSD-3-Clause" ]
16
2018-09-18T02:44:04.000Z
2021-12-09T01:13:00.000Z
library edgehead.ruleset; import 'package:edgehead/fractal_stories/context.dart'; import 'package:meta/meta.dart'; bool _alwaysApplicableCallback(ApplicabilityContext _) => true; typedef RuleApplyCallback = void Function(ActionContext context); typedef RuleIsApplicableCallback = bool Function(ApplicabilityContext c...
27.230769
79
0.646186
53e8ebc8f22909f1d6f52e9437b10aaa61fedd35
3,975
java
Java
app/src/main/java/com/eternel/wlsmv/mvp/ui/activity/TagDetailActivity.java
etenel/MovieTest
b788b5843c18df5a0e3b0a2a7228001f700b6476
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/eternel/wlsmv/mvp/ui/activity/TagDetailActivity.java
etenel/MovieTest
b788b5843c18df5a0e3b0a2a7228001f700b6476
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/eternel/wlsmv/mvp/ui/activity/TagDetailActivity.java
etenel/MovieTest
b788b5843c18df5a0e3b0a2a7228001f700b6476
[ "Apache-2.0" ]
null
null
null
package com.eternel.wlsmv.mvp.ui.activity; import android.content.Intent; import android.os.Bundle; import android.os.Message; import android.os.PersistableBundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.design.widget.TabLayout; import android.suppo...
32.056452
107
0.698616
594aafeaa6907d6a4909d07d538b1d9670c6169a
1,665
cpp
C++
Games/NetGame/Code/Game/GameState.cpp
tonyatpeking/SmuSpecialTopic
b61d44e4efacb3c504847deb4d00234601bca49c
[ "MIT" ]
null
null
null
Games/NetGame/Code/Game/GameState.cpp
tonyatpeking/SmuSpecialTopic
b61d44e4efacb3c504847deb4d00234601bca49c
[ "MIT" ]
null
null
null
Games/NetGame/Code/Game/GameState.cpp
tonyatpeking/SmuSpecialTopic
b61d44e4efacb3c504847deb4d00234601bca49c
[ "MIT" ]
null
null
null
#include "Engine/Core/EngineCommon.hpp" #include "Engine/Core/Console.hpp" #include "Engine/Math/Vec3.hpp" #include "Engine/Renderer/Renderer.hpp" #include "Engine/Time/TweenSystem.hpp" #include "Game/GameState.hpp" #include "Game/GameCommon.hpp" #include "Game/GameState_Playing.hpp" #include "Game/GameState_Loading....
21.075949
92
0.712312
0a090bf5ead276ab3f1a48d5db8296250357e4e1
800
ts
TypeScript
src/users/users.service.ts
shinsw627/nest-prac
e82d2c58486e49d00f309d862cbe4671a789ede2
[ "MIT" ]
null
null
null
src/users/users.service.ts
shinsw627/nest-prac
e82d2c58486e49d00f309d862cbe4671a789ede2
[ "MIT" ]
null
null
null
src/users/users.service.ts
shinsw627/nest-prac
e82d2c58486e49d00f309d862cbe4671a789ede2
[ "MIT" ]
null
null
null
import { ConflictException, Injectable } from '@nestjs/common'; import * as bcrypt from 'bcrypt'; import { UserRequestDto } from './dtos/users.request.dto'; import { UsersRepository } from './users.repository'; @Injectable() export class UsersService { constructor(private readonly usersRepository: UsersRepository) {...
27.586207
72
0.6925
7c9d2a613ec104825e64f460c969e8cc8f8b892f
45
rs
Rust
src/db/exec/mod.rs
twilco/cratify
3fb6c4fd150a80c95e895131255e07c24d942cf2
[ "Apache-2.0", "MIT" ]
5
2018-10-28T03:51:52.000Z
2020-08-26T21:42:48.000Z
src/db/exec/mod.rs
twilco/cratify
3fb6c4fd150a80c95e895131255e07c24d942cf2
[ "Apache-2.0", "MIT" ]
22
2018-09-30T20:53:36.000Z
2022-03-08T22:32:33.000Z
src/db/exec/mod.rs
twilco/cratify
3fb6c4fd150a80c95e895131255e07c24d942cf2
[ "Apache-2.0", "MIT" ]
null
null
null
pub(crate) mod executor; pub(crate) mod msg;
15
24
0.733333
5c5b0f62993cf4427d6c50c33d7b152d15d9bb0f
1,589
h
C
android-emu/android/base/files/MemStream.h
riscv-android-src/device-generic-goldfish-opengl
ee1b0db045b2e40160e56d5335f637f8d756135a
[ "Apache-2.0" ]
1
2022-01-08T17:41:53.000Z
2022-01-08T17:41:53.000Z
android-emu/android/base/files/MemStream.h
riscv-android-src/device-generic-goldfish-opengl
ee1b0db045b2e40160e56d5335f637f8d756135a
[ "Apache-2.0" ]
2
2021-07-28T11:11:39.000Z
2021-11-23T03:00:17.000Z
android-emu/android/base/files/MemStream.h
riscv-android-src/device-generic-goldfish-opengl
ee1b0db045b2e40160e56d5335f637f8d756135a
[ "Apache-2.0" ]
2
2021-07-24T08:14:11.000Z
2021-11-04T12:46:22.000Z
// Copyright 2015 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
26.932203
75
0.712398
4b23573bea80800dd2050df4bd98de2efcd2095f
601
html
HTML
Modulo-1/EXs/ex015/pagina02.html
DarkEyeBr/HTML-CSS
c13eff070a02912230b03aee48f290315b1395d9
[ "MIT" ]
2
2020-11-23T19:19:35.000Z
2020-12-08T23:33:59.000Z
Modulo-1/EXs/ex015/pagina02.html
DarkEyeBr/HTML-CSS
c13eff070a02912230b03aee48f290315b1395d9
[ "MIT" ]
null
null
null
Modulo-1/EXs/ex015/pagina02.html
DarkEyeBr/HTML-CSS
c13eff070a02912230b03aee48f290315b1395d9
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Segunda Página</title> <link rel="stylesheet" href="style.css"> </head> <body> <h1>Segunda Página</h1> <h2>Teste de estilo</h2> <p>Lorem, ipsum dolor s...
40.066667
249
0.705491
049fac2256b78084c0e226ca71dadf82210179c6
873
java
Java
Spring-Cloud-Eureka/application-server/src/main/java/com/boeing/poc/applicationserver/ApplicationServerApplication.java
raghudv9/Spring-Cloud-Examples
f3c28d7683514f40d7a07693535bb0c23b282203
[ "Apache-2.0" ]
null
null
null
Spring-Cloud-Eureka/application-server/src/main/java/com/boeing/poc/applicationserver/ApplicationServerApplication.java
raghudv9/Spring-Cloud-Examples
f3c28d7683514f40d7a07693535bb0c23b282203
[ "Apache-2.0" ]
null
null
null
Spring-Cloud-Eureka/application-server/src/main/java/com/boeing/poc/applicationserver/ApplicationServerApplication.java
raghudv9/Spring-Cloud-Examples
f3c28d7683514f40d7a07693535bb0c23b282203
[ "Apache-2.0" ]
null
null
null
package com.poc.applicationserver; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.SpringApplication; import org.springframework.boot.actuate.endpoint.web.annotation.RestControllerEndpoint; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.spring...
30.103448
87
0.827033
e783bd8822a84db47aebf7ebe1381139a978fa26
686
js
JavaScript
src/store/store.js
mhillerstrom/Quasar-Cordova
853bba0274a1c944727be20f7352b6f9e2c41bad
[ "MIT" ]
2
2020-10-20T23:04:13.000Z
2020-10-20T23:04:16.000Z
src/store/store.js
mhillerstrom/Quasar-Cordova
853bba0274a1c944727be20f7352b6f9e2c41bad
[ "MIT" ]
null
null
null
src/store/store.js
mhillerstrom/Quasar-Cordova
853bba0274a1c944727be20f7352b6f9e2c41bad
[ "MIT" ]
1
2020-06-20T20:32:51.000Z
2020-06-20T20:32:51.000Z
// The server may have made changes to the store before rendering the initial html. It writes those changes to window.__INITIAL_STATE__. We need to set out local store to be the same as the server so vue does not throw an hydration error (server and client html out of sync) import Vue from 'vue' import VueStash from 'v...
34.3
274
0.746356
529b80d1fce1b9dd17f40af6b9914c6b9067c2bd
6,913
dart
Dart
touch_point_click_service_provider/lib/src/screens/requests/requestTracking.dart
iwmakhupane12/touch_point_click_service_provider
5ea7892d05ffff892c8562414b819693c203edbd
[ "MIT" ]
null
null
null
touch_point_click_service_provider/lib/src/screens/requests/requestTracking.dart
iwmakhupane12/touch_point_click_service_provider
5ea7892d05ffff892c8562414b819693c203edbd
[ "MIT" ]
null
null
null
touch_point_click_service_provider/lib/src/screens/requests/requestTracking.dart
iwmakhupane12/touch_point_click_service_provider
5ea7892d05ffff892c8562414b819693c203edbd
[ "MIT" ]
null
null
null
import 'package:flutter/material.dart'; import 'package:touch_point_click_service_provider/src/appUsedStylesSizes/appIconsUsed.dart'; import 'package:touch_point_click_service_provider/src/appUsedStylesSizes/appTextStyles.dart'; import 'package:touch_point_click_service_provider/src/components/onlineOfflineAppBar.dart'...
32.303738
118
0.503255
2155276b3319ca199057c6b7c6b50a6838ee3bc9
933
rs
Rust
src/rust/nomad-client-gen/src/models/node_purge_response.rs
inickles/grapl
f906aba74b2249c9c7d7b1afe6fc540551cdee8b
[ "Apache-2.0" ]
313
2018-10-15T05:58:39.000Z
2020-04-21T20:31:39.000Z
src/rust/nomad-client-gen/src/models/node_purge_response.rs
graplsec/grapl
68386b425c8e9e34f7380a078279b67b316fe2a0
[ "Apache-2.0" ]
33
2018-10-16T00:47:10.000Z
2020-03-16T22:32:45.000Z
src/rust/nomad-client-gen/src/models/node_purge_response.rs
graplsec/grapl
68386b425c8e9e34f7380a078279b67b316fe2a0
[ "Apache-2.0" ]
29
2018-11-18T08:39:14.000Z
2020-04-09T20:59:15.000Z
/* * Nomad * * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.1.4 * Contact: support@hashicorp.com * Generated by: https://openapi-generator.tech */ #[derive(Clone, Debug, PartialEq, Default, Serialize, Deser...
31.1
109
0.6806
3e71192de86d75d4c4eb3c7300e3982827efd24c
640
asm
Assembly
programs/oeis/217/A217775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
22
2018-02-06T19:19:31.000Z
2022-01-17T21:53:31.000Z
programs/oeis/217/A217775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
41
2021-02-22T19:00:34.000Z
2021-08-28T10:47:47.000Z
programs/oeis/217/A217775.asm
neoneye/loda
afe9559fb53ee12e3040da54bd6aa47283e0d9ec
[ "Apache-2.0" ]
5
2021-02-24T21:14:16.000Z
2021-08-09T19:48:05.000Z
; A217775: a(n) = n*(n+1) + (n+2)*(n+3) + (n+4)*(n+5). ; 26,44,68,98,134,176,224,278,338,404,476,554,638,728,824,926,1034,1148,1268,1394,1526,1664,1808,1958,2114,2276,2444,2618,2798,2984,3176,3374,3578,3788,4004,4226,4454,4688,4928,5174,5426,5684,5948,6218,6494,6776,7064,7358,7658,7964,8276,8594,8918,9248,9584,9926,102...
64
525
0.742188
5829f6f819e076469a3aee7c0b148162807d034c
78,463
h
C
src/multi_index_array/LibMIAAlgorithm.h
extragoya/LibNT
60372bf4e3c5d6665185358c4756da4fe547f093
[ "BSD-3-Clause" ]
1
2021-04-26T05:11:32.000Z
2021-04-26T05:11:32.000Z
src/multi_index_array/LibMIAAlgorithm.h
extragoya/LibNT
60372bf4e3c5d6665185358c4756da4fe547f093
[ "BSD-3-Clause" ]
null
null
null
src/multi_index_array/LibMIAAlgorithm.h
extragoya/LibNT
60372bf4e3c5d6665185358c4756da4fe547f093
[ "BSD-3-Clause" ]
1
2017-09-21T15:38:23.000Z
2017-09-21T15:38:23.000Z
/*************************************************************************** The code for introsort and natural mergesort is modified from Keith Schwarz's versions. Original code can be found online at: 1. http://www.keithschwarz.com/interesting/code/?dir=introsort 2. http://www.keithschwarz.com/interes...
35.893413
260
0.602704
4f3777c1ccad0247d18f6c1f0cbd19d3ae214fc2
341
asm
Assembly
libsrc/stdio/mc1000/conio_vars.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
640
2017-01-14T23:33:45.000Z
2022-03-30T11:28:42.000Z
libsrc/stdio/mc1000/conio_vars.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
1,600
2017-01-15T16:12:02.000Z
2022-03-31T12:11:12.000Z
libsrc/stdio/mc1000/conio_vars.asm
jpoikela/z88dk
7108b2d7e3a98a77de99b30c9a7c9199da9c75cb
[ "ClArtistic" ]
215
2017-01-17T10:43:03.000Z
2022-03-23T17:25:02.000Z
SECTION data_clib PUBLIC __mc1000_modeval PUBLIC __mc1000_mode PUBLIC __ink_colour PUBLIC __MODE2_attr __mc1000_mode: defb 0x00 ; 0 = text, 1 = hires, 2 = colour __mc1000_modeval: defb 0x00 ; lores mode 0x9e ;hires mode __ink_colour: defb 7 __MODE2_attr: defb ...
24.357143
86
0.665689
df14dfa478a991b601182737cfca2115777e4095
1,904
lua
Lua
modules/heroes/BGs.lua
D-m-L/evonara
0c70f25ca9a833599929ac5895722357721ce61e
[ "MIT" ]
null
null
null
modules/heroes/BGs.lua
D-m-L/evonara
0c70f25ca9a833599929ac5895722357721ce61e
[ "MIT" ]
null
null
null
modules/heroes/BGs.lua
D-m-L/evonara
0c70f25ca9a833599929ac5895722357721ce61e
[ "MIT" ]
null
null
null
local Sky = {} function Sky:init() self.canvas = lg.newCanvas(scrn.w / scrn.scl, scrn.h / scrn.scl) self.tcanvas = lg.newCanvas(scrn.w / scrn.scl, scrn.h / scrn.scl) self.topcolor = {111, 60, 103, 255} self.botcolor = {250, 190, 120, 255} self.img = lg.newImage('gfx/skies/sky3.png') self.imgh = self.img:g...
31.213115
115
0.657038
46d13c4c03ff3e6e70a99adda3095c3e0fe9631e
1,760
html
HTML
other/js/13.html
5201314999/draftCode
ae76f9d97a9e5b23ca0fec4862048cafbde34595
[ "MIT" ]
null
null
null
other/js/13.html
5201314999/draftCode
ae76f9d97a9e5b23ca0fec4862048cafbde34595
[ "MIT" ]
9
2021-03-09T12:06:23.000Z
2022-03-26T05:41:48.000Z
other/js/13.html
5201314999/draftCode
ae76f9d97a9e5b23ca0fec4862048cafbde34595
[ "MIT" ]
null
null
null
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>防抖函数,节流函数的封装测试</title> <meta name='viewport' content='width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no' /> <meta name="description" content="...
28.387097
122
0.448295
c1e91081ee5426617560e096c1c686c4daf79988
469
asm
Assembly
data/pokemon/base_stats/sinnoh/tangrowth.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/sinnoh/tangrowth.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
data/pokemon/base_stats/sinnoh/tangrowth.asm
Dev727/ancientplatinum
8b212a1728cc32a95743e1538b9eaa0827d013a7
[ "blessing" ]
null
null
null
db 0 ; 465 DEX NO db 100, 100, 125, 50, 110, 50 ; hp atk def spd sat sdf db GRASS, GRASS ; type db 30 ; catch rate db 211 ; base exp db NO_ITEM, NO_ITEM ; items db GENDER_F50 ; gender ratio db 100 ; unknown 1 db 20 ; step cycles to hatch db 5 ; unknown 2 INCBIN "gfx/pokemon/sinnoh/tangrowth/f...
21.318182
55
0.667377
872884a21661c409a3f5f3158c1cbc7a71ea2b43
7,686
swift
Swift
iOS-sample-projects/firefox-ios-master/Client/Frontend/Browser/TabPeekViewController.swift
atierian/privacyflash-pro
1953aef307c8ec4b26274fb16af103672f534601
[ "MIT" ]
142
2020-01-06T11:06:05.000Z
2022-02-14T00:37:29.000Z
iOS-sample-projects/firefox-ios-master/Client/Frontend/Browser/TabPeekViewController.swift
atierian/privacyflash-pro
1953aef307c8ec4b26274fb16af103672f534601
[ "MIT" ]
24
2020-01-12T20:30:15.000Z
2022-02-13T02:46:00.000Z
iOS-sample-projects/firefox-ios-master/Client/Frontend/Browser/TabPeekViewController.swift
atierian/privacyflash-pro
1953aef307c8ec4b26274fb16af103672f534601
[ "MIT" ]
10
2020-01-06T23:14:28.000Z
2021-08-12T13:48:21.000Z
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import UIKit import Shared import Storage import WebKit protocol TabPeekDelegate: AnyObject { func tabPeekDid...
43.423729
294
0.677726
bff2e3bb2f0309e236cb8fd20a196c29bdfc9c82
1,657
rs
Rust
other-benchmarks/rust-gql/src/schema.rs
negezor/node-graphql-benchmarks
e33c6c9fd3a5b7b6179d688f67c3ebf3b851b1d4
[ "MIT" ]
null
null
null
other-benchmarks/rust-gql/src/schema.rs
negezor/node-graphql-benchmarks
e33c6c9fd3a5b7b6179d688f67c3ebf3b851b1d4
[ "MIT" ]
null
null
null
other-benchmarks/rust-gql/src/schema.rs
negezor/node-graphql-benchmarks
e33c6c9fd3a5b7b6179d688f67c3ebf3b851b1d4
[ "MIT" ]
null
null
null
use async_graphql::{ComplexObject, EmptyMutation, EmptySubscription, ID, Object, Schema, SimpleObject}; use md5; use uuid::Uuid; use rand::Rng; use fake::{self, Fake}; #[derive(SimpleObject)] pub struct Book { pub id: ID, pub name: String, pub num_pages: i32, } #[derive(SimpleObject)] #[graphql(complex)]...
23.338028
103
0.537719
7e4c3890a9fa4b20269ffc0ac97790d04823ac1a
2,460
sql
SQL
users.sql
ajanyan/transfer
b86bed565c3bed26f96aad26d1b10465ae1346db
[ "MIT" ]
null
null
null
users.sql
ajanyan/transfer
b86bed565c3bed26f96aad26d1b10465ae1346db
[ "MIT" ]
null
null
null
users.sql
ajanyan/transfer
b86bed565c3bed26f96aad26d1b10465ae1346db
[ "MIT" ]
2
2018-10-02T19:32:59.000Z
2018-12-05T11:33:50.000Z
-- phpMyAdmin SQL Dump -- version 4.6.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 29, 2018 at 04:56 PM -- Server version: 5.7.14 -- PHP Version: 5.6.25 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */...
33.243243
149
0.673171
5c5de85ff109900998ba7753f49938d04df6bfcb
3,301
c
C
firmware/test/commands/test_command_controller_map_motors.c
kbhomes/ps2plus
63467133367082ec06c88e5c0fd623373709717e
[ "MIT" ]
null
null
null
firmware/test/commands/test_command_controller_map_motors.c
kbhomes/ps2plus
63467133367082ec06c88e5c0fd623373709717e
[ "MIT" ]
null
null
null
firmware/test/commands/test_command_controller_map_motors.c
kbhomes/ps2plus
63467133367082ec06c88e5c0fd623373709717e
[ "MIT" ]
null
null
null
#include "test_commands.h" #define MM_COMMAND_ID 0x4D #define MM_PAYLOAD_SIZE 6 const uint8_t MM_PAYLOAD_MAP_SMALL_MOTOR[MM_PAYLOAD_SIZE] = { 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF }; const uint8_t MM_PAYLOAD_MAP_LARGE_MOTOR[MM_PAYLOAD_SIZE] = { 0xFF, 0x01, 0xFF, 0xFF, 0xFF, 0xFF }; const uint8_t MM_PAYLOAD_MAP_BOTH_MOTO...
70.234043
153
0.834293
f9a68156bcaaf0055dbe55b6c47403e4e8fb06c4
27,910
lua
Lua
MMOCoreORB/bin/scripts/object/custom_content/draft_schematic/droid/component/objects.lua
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
18
2017-02-09T15:36:05.000Z
2021-12-21T04:22:15.000Z
MMOCoreORB/bin/scripts/object/custom_content/draft_schematic/droid/component/objects.lua
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
61
2016-12-30T21:51:10.000Z
2021-12-10T20:25:56.000Z
MMOCoreORB/bin/scripts/object/custom_content/draft_schematic/droid/component/objects.lua
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
71
2017-01-01T05:34:38.000Z
2022-03-29T01:04:00.000Z
object_draft_schematic_droid_component_shared_armor_bio_cartridge = SharedDraftSchematicObjectTemplate:new { clientTemplateFileName = "object/draft_schematic/droid/component/shared_armor_bio_cartridge.iff" } ObjectTemplates:addClientTemplate(object_draft_schematic_droid_component_shared_armor_bio_cartridge, "object/d...
69.600998
227
0.69545
654050d7cccb1b2c34b6283890ccaab142889563
48,459
py
Python
lofti_gaia/lofti.py
logan-pearce/lofti_gaia
b88940553669a134a461bb052843afa0dad4d71f
[ "BSD-3-Clause" ]
2
2020-05-06T07:39:56.000Z
2020-07-23T16:39:55.000Z
lofti_gaia/lofti.py
logan-pearce/lofti_gaia
b88940553669a134a461bb052843afa0dad4d71f
[ "BSD-3-Clause" ]
null
null
null
lofti_gaia/lofti.py
logan-pearce/lofti_gaia
b88940553669a134a461bb052843afa0dad4d71f
[ "BSD-3-Clause" ]
2
2020-07-25T15:43:52.000Z
2021-05-18T20:20:55.000Z
import astropy.units as u import numpy as np from lofti_gaia.loftitools import * from lofti_gaia.cFunctions import calcOFTI_C #from loftitools import * import pickle import time import matplotlib.pyplot as plt # Astroquery throws some warnings we can ignore: import warnings warnings.filterwarnings("ignore") '''This mo...
49.650615
170
0.585278
8e6041daeb52c576714a509e7a12f2c1a96c7b95
588
asm
Assembly
MySource/sub.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
MySource/sub.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
MySource/sub.asm
mdabdullahibnaharun/Assembly-Language
a56500622b961c7ecf9690ad9d2136c3e05ea1f7
[ "MIT" ]
null
null
null
.model .stack .data .code main proc mov ah, 01h int 21h mov bl,al mov ah, 01h int 21h mov cl, al ...
14
25
0.202381
58a100ed8e9f8d32b7923ef8d954c81cbb190289
4,122
swift
Swift
Sources/Sector.swift
adelang/DoomKit
f3cf3c7090c65d7e68e1f6e9dee70b5a7cf26cce
[ "MIT" ]
1
2017-06-06T18:10:06.000Z
2017-06-06T18:10:06.000Z
Sources/Sector.swift
adelang/DoomKit
f3cf3c7090c65d7e68e1f6e9dee70b5a7cf26cce
[ "MIT" ]
null
null
null
Sources/Sector.swift
adelang/DoomKit
f3cf3c7090c65d7e68e1f6e9dee70b5a7cf26cce
[ "MIT" ]
null
null
null
// // Sector.swift // DoomKit // // Created by Arjan de Lang on 26-12-14. // Copyright (c) 2014 Blue Depths Media. All rights reserved. // import Foundation import CoreGraphics open class Sector: Equatable { class Delegate { } open var floorHeight: Int16 open var ceilingHeight: Int16 open var floorTextu...
34.932203
214
0.703057
130734effe3c79d3f9f9c51ab4202b39a9ebd2a8
3,625
dart
Dart
kuramba/lib/views/data_view.dart
Ibidukikije-Birambye/Kuramba
4ba6788f263834b94d3b41f23f79e51ab43ae4a2
[ "MIT" ]
1
2021-04-03T10:13:31.000Z
2021-04-03T10:13:31.000Z
kuramba/lib/views/data_view.dart
Ibidukikije-Birambye/Kuramba
4ba6788f263834b94d3b41f23f79e51ab43ae4a2
[ "MIT" ]
null
null
null
kuramba/lib/views/data_view.dart
Ibidukikije-Birambye/Kuramba
4ba6788f263834b94d3b41f23f79e51ab43ae4a2
[ "MIT" ]
1
2021-03-24T15:46:08.000Z
2021-03-24T15:46:08.000Z
import 'package:flutter/material.dart'; import 'package:provider/provider.dart'; // import '../widgets/cards/question_card.dart'; import '../widgets/cards/question_category_card.dart'; import '../providers/question_catalog.dart'; class DataView extends StatelessWidget { static const routeName = '/data_view'; fi...
31.25
79
0.444966
c89e2029d15d5f98820e59c49b05f3fb903a4448
8,591
sql
SQL
sql/bjutoj.sql
suxiongye/bjutoj
6552d69efbce14f13c9be466d4bfbbd8271f7a3d
[ "MIT" ]
null
null
null
sql/bjutoj.sql
suxiongye/bjutoj
6552d69efbce14f13c9be466d4bfbbd8271f7a3d
[ "MIT" ]
null
null
null
sql/bjutoj.sql
suxiongye/bjutoj
6552d69efbce14f13c9be466d4bfbbd8271f7a3d
[ "MIT" ]
null
null
null
# MySQL-Front 5.1 (Build 4.13) /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE */; /*!40101 SET SQL_MODE='STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES */; /*!40103 SET SQL_NOTES='ON' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS */; /*!40014 SET UNIQUE_CHECK...
34.922764
259
0.729601
2f434dea6a29d22c0041330548eba675f0c1db9e
648
java
Java
java/src/main/java/leetcode/Problem83RemoveDuplicatesFromSortedList.java
jaredsburrows/Project-Euler
032b60140ee33166df57e8723a532dc4bd7b0faf
[ "Apache-2.0" ]
56
2016-04-21T13:17:55.000Z
2022-03-13T16:32:37.000Z
java/src/main/java/leetcode/Problem83RemoveDuplicatesFromSortedList.java
jaredsburrows/Project-Euler
032b60140ee33166df57e8723a532dc4bd7b0faf
[ "Apache-2.0" ]
4
2016-06-09T04:33:18.000Z
2019-06-09T22:44:14.000Z
java/src/main/java/leetcode/Problem83RemoveDuplicatesFromSortedList.java
jaredsburrows/Project-Euler
032b60140ee33166df57e8723a532dc4bd7b0faf
[ "Apache-2.0" ]
12
2016-11-30T19:09:17.000Z
2022-01-26T22:35:34.000Z
package leetcode; import leetcode.api.ListNode; /** * https://leetcode.com/problems/remove-duplicates-from-sorted-list */ public final class Problem83RemoveDuplicatesFromSortedList { // Time - O(N), Space - O(1) public ListNode deleteDuplicates(ListNode head) { if (head == null || head.next == null)...
23.142857
67
0.554012
93b306aff373950569900df0a1971a608dab5c91
32,119
html
HTML
docs/a00005_source.html
basicx-StrgV/EasyLogger
c8366b3992f65c0f137a0ca0dba2218c7c90e884
[ "MIT" ]
null
null
null
docs/a00005_source.html
basicx-StrgV/EasyLogger
c8366b3992f65c0f137a0ca0dba2218c7c90e884
[ "MIT" ]
null
null
null
docs/a00005_source.html
basicx-StrgV/EasyLogger
c8366b3992f65c0f137a0ca0dba2218c7c90e884
[ "MIT" ]
null
null
null
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" co...
118.959259
642
0.648308
4a9b680fed62da20888011aff054427503770165
437
html
HTML
quotes.html
agrim123/agrim123.github.io
d752049795e935d2c870391e9eef18721de88a78
[ "MIT" ]
null
null
null
quotes.html
agrim123/agrim123.github.io
d752049795e935d2c870391e9eef18721de88a78
[ "MIT" ]
null
null
null
quotes.html
agrim123/agrim123.github.io
d752049795e935d2c870391e9eef18721de88a78
[ "MIT" ]
null
null
null
--- layout: page title: Quotes permalink: /quotes/ description: "An list of quotes" --- <blockquote> “Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live” <br/> - John Woods </blockquote> <blockquote> "Every great developer you know got there by so...
25.705882
130
0.732265
53135f5c9e96df329ec5af6591c21779b2fc6cd5
778
asm
Assembly
programs/oeis/057/A057356.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
1
2021-03-15T11:38:20.000Z
2021-03-15T11:38:20.000Z
programs/oeis/057/A057356.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
programs/oeis/057/A057356.asm
karttu/loda
9c3b0fc57b810302220c044a9d17db733c76a598
[ "Apache-2.0" ]
null
null
null
; A057356: a(n) = floor(2*n/7). ; 0,0,0,0,1,1,1,2,2,2,2,3,3,3,4,4,4,4,5,5,5,6,6,6,6,7,7,7,8,8,8,8,9,9,9,10,10,10,10,11,11,11,12,12,12,12,13,13,13,14,14,14,14,15,15,15,16,16,16,16,17,17,17,18,18,18,18,19,19,19,20,20,20,20,21,21,21,22,22,22,22,23,23,23,24,24,24,24,25,25,25,26,26,26,26,27,27,27,28,28,28,28,29,29,29,30,30,...
111.142857
716
0.638817
75ff8931c23c48ab92d5ce8ff12e190f13d47e68
2,034
java
Java
ovata-cr-api/src/main/java/ch/ovata/cr/spi/store/Transaction.java
ovatacms/ovata-content-repository
982feacbd031cdc8152a14cfd249d0e57c72e7c1
[ "Apache-2.0" ]
null
null
null
ovata-cr-api/src/main/java/ch/ovata/cr/spi/store/Transaction.java
ovatacms/ovata-content-repository
982feacbd031cdc8152a14cfd249d0e57c72e7c1
[ "Apache-2.0" ]
15
2021-01-02T17:11:25.000Z
2022-03-08T21:12:10.000Z
ovata-cr-api/src/main/java/ch/ovata/cr/spi/store/Transaction.java
ovatacms/ovata-content-repository
982feacbd031cdc8152a14cfd249d0e57c72e7c1
[ "Apache-2.0" ]
null
null
null
/* * $Id: Transaction.java 679 2017-02-25 10:28:00Z dani $ * Created on 12.01.2017, 19:00:00 * * Copyright (c) 2017 by Ovata GmbH, * All rights reserved. * * This software is the confidential and proprietary information * of Ovata GmbH ("Confidential Information"). You * shall not disclose such Confidential...
24.804878
66
0.646509
96b570a6bb5f6da1263aa2fa29e41070fe745679
14,800
ps1
PowerShell
Posh-ACME/Public/New-PAOrder.ps1
webprofusion-chrisc/Posh-ACME
c7d4c1ab154d94aa9da98aa5c0e97e26cf1fd027
[ "MIT" ]
null
null
null
Posh-ACME/Public/New-PAOrder.ps1
webprofusion-chrisc/Posh-ACME
c7d4c1ab154d94aa9da98aa5c0e97e26cf1fd027
[ "MIT" ]
null
null
null
Posh-ACME/Public/New-PAOrder.ps1
webprofusion-chrisc/Posh-ACME
c7d4c1ab154d94aa9da98aa5c0e97e26cf1fd027
[ "MIT" ]
null
null
null
function New-PAOrder { [CmdletBinding(SupportsShouldProcess,DefaultParameterSetName='FromScratch')] [OutputType('PoshACME.PAOrder')] param( [Parameter(ParameterSetName='FromScratch',Mandatory,Position=0)] [Parameter(ParameterSetName='ImportKey',Mandatory,Position=0)] [string[]]...
42.651297
128
0.626622