branch_name
stringclasses
15 values
target
stringlengths
26
10.3M
directory_id
stringlengths
40
40
languages
listlengths
1
9
num_files
int64
1
1.47k
repo_language
stringclasses
34 values
repo_name
stringlengths
6
91
revision_id
stringlengths
40
40
snapshot_id
stringlengths
40
40
input
stringclasses
1 value
refs/heads/master
<repo_name>Zorqe/DataMiningProjectCTU-13<file_sep>/KnnModel.py import pandas as pd import numpy as np from sklearn.neighbors import KNeighborsClassifier from sklearn.metrics import accuracy_score dataFrameTrain = pd.read_csv('trainDataCombinedCaptureNewFeatureGenerated.csv') dataFrameTest = pd.read_csv('testDataCombi...
f7adfab6dcc9c380225e642149f025bc508637c2
[ "Markdown", "Python" ]
5
Python
Zorqe/DataMiningProjectCTU-13
c19b7c7e72a030b033f4323ea6cded9248354b8c
abf19bd408ab1214170f5dc20e955cb73ce3dd42
refs/heads/master
<file_sep># Pixabay Android Studio Project. Search pictures (with JSON, from Pixabay) <file_sep>package com.dev.marki.pixabay.Util; /** * Created by marki on 07.02.2018. */ public class Url { private final String link ="https://pixabay.com/api/?key=7925845-047526e650d3691a10a353f31&q="; private final String...
6ea1dfd80a776a3fabc11d0578164b84641ae605
[ "Markdown", "Java" ]
2
Markdown
markiyurtdas/Pixabay
482d3ca8f5f76d0fdebe66b14f1c8383d97d48d8
8048f274fa1473d01ef112e331258322da4e0fcd
refs/heads/master
<file_sep>-- phpMyAdmin SQL Dump -- version 5.0.4 -- https://www.phpmyadmin.net/ -- -- Servidor: 127.0.0.1 -- Tiempo de generación: 03-05-2021 a las 21:54:36 -- Versión del servidor: 10.4.17-MariaDB -- Versión de PHP: 8.0.2 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101...
69a9cd50005185f0ab70522e56b4f316d81df1b9
[ "Java", "SQL" ]
3
SQL
Morena-20/CRUD_Estudiantes
1dac50f33f5ef6cc5fb5cdbb116cc0dc91d6a382
28ff82d2cb105322c871732ab3f7ad38b25d37f1
refs/heads/master
<repo_name>ilkinzeynalli/ruby<file_sep>/veri_yapilari_odev.rb ruby ==== #Stack veri yapisinin tanimi] #LUtfen Html_orneklerini girdiginizde turkce karakter kullanmayin.Yok USC2 hatasi alirsiniz class Stack def initialize @store = Array.new end def pop return(@store.pop()) end def push(e...
21da4374db58bc9bca8283021e9d91fd28ff651b
[ "Ruby" ]
1
Ruby
ilkinzeynalli/ruby
3c78c7d91baf32a0603cf87348459e0d3934c752
72e6c9c7941c1aebc59c966a65347c1f97e880b0
refs/heads/master
<file_sep>/* input : 3 6 10 30 Output : 1 2 3 */ //Initial Template for C++ #include <bits/stdc++.h> using namespace std; // } Driver Code Ends //User function Template for C++ //Complete this function bool isprime(int n); int exactly3Divisors(int N) { //Your code here int c=1; if(N<=3) { ...
d41626d947fdf4eff6c9ddfdae11c8dbecb9f80a
[ "C++" ]
2
C++
silentkillerforever/Geeks-for-Geeks
545c8945674a7b63222ac732000d86e30fba8692
9a2592cca7a1604802be33b9ed3ce4f0c08a6d91
refs/heads/master
<repo_name>xoofoo-xoops-themes/xdt_standard<file_sep>/language/french_iso/script.js /* $Id: script.js 275 2010-05-24 10:00:13Z kris_fr $ */ /* Localization script */<file_sep>/README.md xdt_standard ============ theme standard for xoops
df2887aec3c19cb8f3b6b530f062f749462e23e8
[ "JavaScript", "Markdown" ]
2
JavaScript
xoofoo-xoops-themes/xdt_standard
fdb7322d504ce316023d9d10b59be5180249c9d6
9aa2e2c02d96a4798032a02f85d8f44bb70762c3
refs/heads/master
<file_sep>const reverseWords = (str: String) => str .split(" ") .reduce((revStr: Array<String>, word: String) => [word, ...revStr], []) .join(" "); export default reverseWords; <file_sep>import reverseWords from "./mod.ts"; console.log(reverseWords("This is fun"));
2379a809346d9acdb1ee320c344bb7d3583b4d21
[ "TypeScript" ]
2
TypeScript
felipecrs/reverse-words
19bbfbd20c8e3f3f173ab7bc76ccda0478b961c8
6d8843815146f928ea393bc90cbaaba119c433e1
refs/heads/master
<file_sep>from setuptools import setup, find_packages def load_requirements(): try: with open("./requirements.txt") as f: return [line.strip() for line in f.readlines()] except FileNotFoundError: print("WARNING: requirements.txt not found") return [] setup( name="toraw"...
9b5afc9dba1ef1dd15b016e5d4ab50a15c126cfe
[ "Markdown", "Python" ]
3
Python
bwulff/toraw
fe89297b61578741d81742bdbc302cb20769296d
d66d0f20392abbd23943ce636ebfca3959fc1434
refs/heads/master
<file_sep>/** * Copyright 2016 <NAME> * * 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 agree...
ee9ff621c8e4cd1724efca4544012928581c01e8
[ "Java" ]
1
Java
albertogoya/redisson
2f797e2c1f09c1d16d48712315b2b6558443191d
cb344c7cc4a93c87b37ed6e8eac2cafefdd85a91
refs/heads/master
<repo_name>ashmoran/language_implementation_patterns<file_sep>/Gemfile source 'http://rubygems.org' ruby '1.9.3' gem 'facets' gem 'treetop' group :development do gem 'guard' gem 'listen' gem 'rb-fsevent' gem 'growl' gem 'terminal-notifier-guard' gem 'cucumber' gem 'guard-cucumber' gem 'aruba' gem 'rspec...
88dc429a8b45a587e6dce5882c083a7bc9f0a84d
[ "Markdown", "Ruby" ]
47
Ruby
ashmoran/language_implementation_patterns
fa9923cd9c51c069b719cbf7247e407535d9dc70
e89ed786e3ce554f5fab18fd3c9adc4af3301c01
refs/heads/master
<file_sep>import org.junit.Test; import static org.junit.Assert.*; import org.junit.After; import org.junit.Before; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; import org.mockito.*; @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class RentACatTest { /** * The test fixture for th...
104f72a2018693a712cd911ba23481e72bddc609
[ "Java" ]
2
Java
vahob/cs1632
a06a1ab81435b2bc2418bb839e56cebffd844828
2d0b9d5f743f795f086c907e4c3c11efb6a836a8
refs/heads/master
<file_sep><?php namespace App\Entity; use Doctrine\ORM\Mapping as ORM; use Symfony\Component\Validator\Constraints as Assert; /** * @ORM\Entity(repositoryClass="App\Repository\CurrencyRepository") */ //create Currency database class Currency { /** * @ORM\Id() * @ORM\GeneratedValue() * @ORM\Col...
e37d474a4269594a2df3e29dcfd5c8b8fa28dddb
[ "Markdown", "JavaScript", "PHP" ]
4
PHP
vstogiannis/currency-calculator
cbb95d61934679c5fa9a0a01ed3635020c6d5035
0cf8325d281354bb3aafc3a94c00f894066d95db
refs/heads/master
<repo_name>liyuan837/leolder<file_sep>/src/main/java/com/liyuan/demo/controller/HeroController.java package com.liyuan.demo.controller; import com.liyuan.demo.entity.Hero; import com.liyuan.demo.service.HeroService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.anno...
730202cf298d0e45f9d31bee996be16ec5795d1d
[ "Java" ]
7
Java
liyuan837/leolder
01040f5dda4e6db697d19a38699e3ae3de662efa
36a97fd8db303515c724243a4f2766e987a4a65e
refs/heads/master
<file_sep>A small experiment to generate the badges for speakers at Codemotion. To generate the list of badges, run the following: ``` python -m SimpleHTTPServer 8000 ``` Tne open http://localhost:8000 with either Firefox or Explorer. Printing with background images seems to be extremely brittle cross-browser; with C...
e73515906e28ae0a5a2a2fe937b6495bc204dbaf
[ "Markdown", "JavaScript" ]
2
Markdown
icoloma/codemotion-badges
ad36879a92005dc5a0f7df61fc8efe74158c1329
9dce6e29df9eae247cdd01edbf5b30346bde4f7e
refs/heads/master
<repo_name>SamaherAlattas/Game<file_sep>/main.js let level1=['C','R','T','A','m','o','o','n'] let level=['b','a','r','i','l','l','n','g','e','d'] let level3=['',''] let words1=['CART','CAR','RAT','moon','no','on'] let words=['bring','ball','bread','bed','big','ring'] let user=[] let x= Math.floor(Math.random() * 6) /...
764b664354d10ccd0e2f10d3a4c0b2e4cf42068f
[ "JavaScript", "Markdown" ]
2
JavaScript
SamaherAlattas/Game
3c1c6a9b1bb3470698b02cac13505c8b72b38ce1
d70aa0592be054e4011801cbc862124844a75bc4
refs/heads/master
<file_sep> package controllers.chapter; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javax.validation.ValidationException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.util.Assert;...
e603553595ffa76051f6c208470644e6ad8cf52c
[ "Java", "SQL", "INI" ]
44
Java
apcm/DTIID02
5616c64812e5bc55707d5fb6e2824153484124c4
47f1f4b849c41859e2f3b57d083e0be9b4fc8ffe
refs/heads/main
<file_sep>import tkinter as tk # function to load any button clicks into a global variable that will be displayed on screen def press(item): global expression # concatenate button presses into variable expression expression += str(item) # set StringVar equation to value of expression variable equ...
62d695fa4f3d575271b142c9757af414d1ae6dfd
[ "Markdown", "Python" ]
2
Python
dainebigham/python-gui-calculator
41e7b21d87c3f50434d916610320dcd3d4906f3e
ec41682001fa568aaacd977bab8ffe373a732d95
refs/heads/master
<repo_name>tbelahi/rackcity<file_sep>/js/audiocontroller.js define(function (require) { var javascriptNode; function initAudio(url, audioContext, source, analyser, audioProcessCallback) { var buffer; var audioBuffer; // Load var request = new XMLHttpRequest(); request.open("GET", url, true); request....
50366cf4f5d3901c7ffaf28d929dc08e35db10a8
[ "JavaScript" ]
2
JavaScript
tbelahi/rackcity
e50283136e1b8595ceb7de8d79541325d60f0460
721a35ee7c89f2b580d5c50ef1c8d4c23cb9c1a8
refs/heads/master
<repo_name>iibrahimli/se_polish_calc<file_sep>/src_polish_calc/src/CMakeLists.txt project(polish_calc) set(polish_calc_source main.cpp) add_executable(${PROJECT_NAME} ${polish_calc_source})<file_sep>/src_polish_calc/include/element.hpp #ifndef ELEMENT_HPP #define ELEMENT_HPP #include <iostream> #include <vector> #inc...
748ed5ff1bc6d9e5985d738e8f78992a977cbfbc
[ "Markdown", "CMake", "C++" ]
10
CMake
iibrahimli/se_polish_calc
133e3b30c6bcd2b86298eba7a71432cff43b31ff
cfa1aeb2c86ba53d21b40477f5aa0412e7c59135
refs/heads/master
<file_sep>/** ****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** * * * * Redistribution and use in source and binary forms, wi...
d6510b07d945e0178e2e0613d34fe0312ce2dfc1
[ "C", "Text" ]
3
C
saleric/demo
8913d6e6b5c68806506ba91fd49b95181183b326
67d9aaf943e0c4766c6cd2ee31884d9b9695ba47
refs/heads/master
<file_sep># MyProjects Here are my students works, trey are lousy, don't watch it, please <file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace calculator2 { class RationalNumber { public double c = 0; public do...
f04e674ee4395b96f068098423b7275e9f9c1fe2
[ "Markdown", "C#" ]
2
Markdown
AastAve/MyProjects
fcb09774c9a2d3ce9b4e773dd6ee39b7f18da926
efd5cfa87d33ce67a96db121228e542055e523e1
refs/heads/master
<file_sep>import time; # generate random no using time module def generate_random(c, d): ticks = int(time.time()) if (d <= 0): return 0 c = d-1 c = str(c) length = len(c) rand='' # get random value as per the length of value of max range, for ex b=100, then lenght is 2 while(leng...
a7730d09ccaf4d7afef9b6ea199a7f5be2fa231a
[ "Python", "Text" ]
2
Python
diljeet1994/random_no_generator
1b72e36660c70d6ca0074b2e16798697d2269b71
67eb483651ec5a963832ba04b90bd7eab265e83b
refs/heads/master
<repo_name>antbrothers/LearningNode<file_sep>/Chapter01/02_load_albums.js var http=require('http'), fs=require('fs'); function load_albums_list(callback){ debugger; fs.readdir( "albums", function(err,files){ debugger; if(err){ callback(err,files); ...
205315552dbe3a700a3180976288716ac52658b2
[ "JavaScript" ]
4
JavaScript
antbrothers/LearningNode
9acd33474309d57f07546ffff6adf82a4a9187d5
e86e833367480f0edabf133b59a79cca560c8181
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using static Venturi77CallHijacker.CallHijacker; namespace Venturi77CallHijacker { static class Worker { static Worker() { for(int i = 0; i<Utils.Configuration.Functions....
6bd7555aa9eeafdfa530051daa0ed1fa538ce4b4
[ "C#" ]
1
C#
2217936322/Venturi77CallHijacker
d3469cef21027e1c9a8aadc749a85635e6757620
0f5a56c8342807e47204f1478060d6fe535bde3f
refs/heads/master
<file_sep>require './email_reportable.rb' require './employees.rb' require './manager' require './intern.rb' employee1 = Actualize::Employee.new({:first_name => "Fred", :last_name => "Flintsone", :salary => 80000, :active => true}) employee2 = Actualize::Employee.new(first_name: "Barney", last_name: "Wruble", salary: ...
2e69aec7fa7d416025dce3b3f651060f06a2282a
[ "Ruby" ]
4
Ruby
BDCoop1972/factory
d8fa9cd52753088d048d6622e0b1f4176df9c908
e717fece573d522e666c3366689fffe217270a13
refs/heads/master
<file_sep># android-device-resolutions This is an android project. When run, apk will print android device resource folder name by resolution. You can paste device specific settings there. For example if resolution comes as sw540dp-xhdpi than your device specific values folder can be "values-sw540dp-xhdpi" <file_sep>in...
379f8b790805cd4aa0d84b7f4dbd59acd226c222
[ "Markdown", "Kotlin", "Gradle" ]
3
Markdown
colossusmk2/android-device-resolutions
0a2ee83255638387af5a0198bf5a1f377e655427
dc2e2510e294c576106082e5294725ffd7268bd7
refs/heads/master
<repo_name>francikjm/project2<file_sep>/testalgos.py # This file will test all four functions using the same test cases #import 2nd algorithm #import 3rd algorithm # import Juans's 2nd algorithm from algo2 import changegreedy as getchange2 def main(): #Test Cases testOne = [1,2,4,8] testTwo = [1,3,7,1...
93febd150e058d545884a09bd08121e786074558
[ "Markdown", "Python" ]
2
Python
francikjm/project2
e9b654b411b5e005bee19b3153bd50cc81e920ee
2250e28372c9146adfef5769c89bb17bc7cdf362
refs/heads/master
<file_sep>Framework7, Dom7, and Template7 type definitions have been adopted into their respective projects! The Framework7-React may still need to live on for full type expression ... to be updated... <file_sep>declare module "framework7-react" { import Dom7, { Dom7Static } from 'Dom7' import Template7 from '...
df87e1c218470a7d6f65531044b9c6696a1383a0
[ "Markdown", "TypeScript" ]
4
Markdown
JasonKleban/Framework7.d.ts
5103b75bccdf78f1d7a339cc71b8c86f152b9691
c4cdf6f1ae47cef3d66d3a70710648bffddb73d1
refs/heads/master
<file_sep># TheMovieDatabase List of tasks completed 1. Catalog of most popular movies -> Done 2. Detail page of selected movie -> Done 3. Fullscreen plyback of trailer on click of "Watch Trailer" -> Done 4. Offile mode handling -> Done 5. iPad and iPhone, Portrait and Landscape support -> Done <file_sep>// // Popula...
54279195d8605c071d1e6d5746a3e278387341af
[ "Markdown", "Ruby", "Swift" ]
13
Markdown
rahulbelekar/TheMovieDatabase
91e26cfa510872dcf37a2cab92b49e66a0a6dfe6
2b53d90a2686bbdebf7923a3cf3a2e22baadac1f
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace InlämningAdressList { /*CLASS:Person *PURPOSE: The person entry in the adress list */ class Person { public string name, address, teleph...
67a0a00bae195b71b6874f34f16726896cdc6353
[ "C#" ]
1
C#
Husseinnoori/-Inlamning_2_ra
672630a09a58a103e47fc716087657a53d8e3173
4c9b57b51b3cf4cbad531666c177fdcd10465a1e
refs/heads/master
<repo_name>maildebjyoti/jazzytrip<file_sep>/References.md #Angular2 https://angular.io/docs/ts/latest/tutorial https://angular.io/docs/ts/latest/guide/cheatsheet.html https://angular.io/docs/ts/latest/guide/style-guide.html #ng2 + Express https://universal.angular.io/quickstart/ #Others Debugging: https://juristr.com...
7276e2415011687ffae1fae0e83d56a9222655f3
[ "Markdown", "TypeScript", "JavaScript" ]
5
Markdown
maildebjyoti/jazzytrip
2b15b0102e38ecb50367b32dd000a30e684f9fa1
b8005d97f1c4843c55607aa12b81c0a1c9c43fbf
refs/heads/master
<repo_name>tanya1oberemok/ProductList<file_sep>/src/app/components/log-in/log-in.component.ts import { Component, OnInit } from '@angular/core'; import { FormGroup, FormBuilder, Validators } from '@angular/forms'; import { Router } from '@angular/router'; import { AuthService } from 'src/app/services/auth.service'; @C...
e212f4fff4054830ce6fa0d9e849ad07a875c0ca
[ "TypeScript" ]
4
TypeScript
tanya1oberemok/ProductList
67d06916013601ebfc7d37005370c82bc118b268
9c266750556ce828d962cc82d5e48aa650fa6ba0
refs/heads/master
<repo_name>MahmoudReyad/Yallaa_Fix<file_sep>/index.php <?php if($_SERVER['REQUEST_METHOD'] == "POST"){ if (!empty($_POST['choosing-submit'])) { $iphoneType = filter_var($_POST['select_iphone'] , FILTER_SANITIZE_STRING); $iphone_color = filter_var($_POST['color'] , FILTER_SANITIZE_STRING); ...
50761e05ffddc0e1dfb3a60ef626fbaea497cf36
[ "Markdown", "PHP" ]
3
PHP
MahmoudReyad/Yallaa_Fix
b7523b5dd4a777fcef80d48426b2b13063d3c53d
a284b6ba97bccc931f0c6950660c062a4dd58eb1
refs/heads/master
<repo_name>MyCryptoHQ/eth-exists<file_sep>/src/utils/make-request.spec.ts import { makeHttpRequest } from '@src/utils/make-request'; import moxios from 'moxios'; describe('makeHttpRequest tests', () => { beforeEach(() => moxios.install()); afterEach(() => moxios.uninstall()); it('should return with a successful...
75b646b89d5034aa1e17f55a3faa8dd967964603
[ "Markdown", "TypeScript" ]
5
TypeScript
MyCryptoHQ/eth-exists
387310531e77fe95e90ffe042aaf9d17b391a088
c27db80a012618d73b1cdac779fce3bac4bd9935
refs/heads/main
<repo_name>lmontem/news-explorer-api<file_sep>/constants/constants.js const userNotFoundMessage = 'User not found'; const articleNotFoundMessage = 'Article not found'; const invalidDataMessage = 'Invalid data'; const duplicateMessage = 'Duplicate Email'; const authMessage = 'Authorization required'; const incorrectMess...
2df0ead3a2ac7421890e13f0e8eab37ba03b87f6
[ "JavaScript", "Markdown" ]
2
JavaScript
lmontem/news-explorer-api
b38a8bb67f785e1b8a0d5d5c68b3848f6c9cf4f5
16ff76dd4ab2c07c1127ba6cb953a7c5d0d37f71
refs/heads/master
<file_sep>import sys #I mADE A CHANGE lower = 1 print "User supplied {} arguments at run time".format(len(sys.argv)) if len(sys.argv) == 1: #array my_input = raw_input("Enter something, yo!") else: my_input = sys.argv[1] n = int(my_input) for i in xrange(lower,n): try: if i % 15 == 0: print "fizz bu...
af8465dc990571bcb6ac7b5a9aa305b98af5aefd
[ "Python" ]
1
Python
mlitman/FizzBuzzPython
acb19af57bd30f7540f968bf8d57aa6695906095
c7866dae27f1fea42a97106253198fbbd2225c94
refs/heads/master
<repo_name>casteem/insteem<file_sep>/src/components/StoryList/components/StoryListItem/components/StoryListItemExtra.js import moment from "moment/moment"; import React from "react"; import steem from "steem"; import styled from "styled-components"; import { Link } from "react-router-dom"; import { Icon, Label } from "...
5ad4b5fb54f3b51a056f0953b321ad476182d87a
[ "JavaScript", "Markdown" ]
34
JavaScript
casteem/insteem
9572b49c15ca2590de3083a572930db44817adc6
a2e60f6bcdaba50786dd5b3cd53d58868b464b31
refs/heads/master
<repo_name>jcap49/clipit<file_sep>/db/migrate/20130415200037_add_photo_attachment_to_clips_table.rb class AddPhotoAttachmentToClipsTable < ActiveRecord::Migration def self.up add_attachment :clips, :photo end def self.down remove_attachment :clips, :photo end end <file_sep>/spec-week4-14.md ClipIt Spec...
1790a4a944ea0e79c5a442fdf21d530cd1e812f9
[ "Markdown", "Ruby" ]
15
Ruby
jcap49/clipit
f6387133c243cc1044e6bade4eadf105875284f9
7d4163fbf9ab53b2cce0b7e3d21f4564f9819fdd
refs/heads/master
<file_sep>/** * Definition for singly-linked list. * struct ListNode { * int val; * ListNode *next; * ListNode(int x) : val(x), next(NULL) {} * }; */ /** * time : 12ms */ class Solution { public: ListNode* rotateRight(ListNode* head, int k) { if(!head){ return head; ...
7058096061e6a1f672646bbf819c104f8bbc9272
[ "C++" ]
5
C++
AmazingFrog/leetcodePractice
4763ae23080e3ad91861d57a223be32d71dd2518
03cc707f5afc1c1fec44540a33e876c0ccb3717f
refs/heads/master
<file_sep>// // ViewController.swift // MapViewDemo // // Created by <NAME> on 2016/12/05. // Copyright © 2016年 ARTE Co., Ltd. All rights reserved. // import UIKit import MapKit class MapViewController: UIViewController, MKMapViewDelegate, CLLocationManagerDelegate { private let locationManager...
816c46f28ee4f67abc86b4f5a545946075722d24
[ "Swift" ]
1
Swift
sf-arte/MapViewDemo
a6b8a4ed5dd4fe54fcbc117e197c4405214d3d31
a05d4c98905d0d8be9732670e63667bb364bfc5d
refs/heads/master
<repo_name>bioShaun/MultiQC-oms<file_sep>/multiqc_oms/modules/expCorr/expCorr.py #!/usr/bin/env python """ MultiQC module to parse output from HISAT2 """ from __future__ import print_function from collections import OrderedDict import os import logging import pandas as pd from multiqc import config from multiqc.plo...
21e47e6f48c1bb58916e528c1bb1dacf79659fa0
[ "Python" ]
15
Python
bioShaun/MultiQC-oms
5e6368380d2a95bbf2916846689697a39b0c582f
f3c6585d84c3806515d71c3d5d224955323c654a
refs/heads/master
<file_sep>package nl.han.dare2date.matchservice; import facebook4j.User; import nl.han.dare2date.matchservice.model.MatchResponse; import nl.han.dare2date.matchservice.model.MatchResult; import org.apache.camel.Exchange; import org.apache.camel.processor.aggregate.AggregationStrategy; import twitter4j.Status; import ...
781e4057a1a153b8fd969027e89abe6152d43d96
[ "Markdown", "Java", "INI" ]
5
Java
toru2220/icaase
f937e885b7c02a752303ae874542df33cc3bf547
f67f1b9e27aac7da3c3adb1fbb18dd958dc8c07b
refs/heads/master
<file_sep>Rails.application.routes.draw do # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html root 'application#search_steam' get 'search/:busqueda', to: 'search_steam#scrape_steam' get 'prices/:id/:title', to: 'search_steam#obtener_mejor_precio' end <file_sep>c...
473202ab5a7f1c83f84f1bbe1cf394d599da71b5
[ "Ruby" ]
3
Ruby
DiktatorShadaloo/GunstigeSpiele
0b22500c3307588ce9e2b70026c19295b37a4226
6b42c5526eea126a4f11fbc4b66b41d2c1ed364f
refs/heads/master
<file_sep> var Discord = require('discord.js'); var bot = new Discord.Client(); var fs = require('fs'); var rbx = require('roblox-js'); var commandsList = fs.readFileSync('Storage/commands.txt', 'utf8'); var config = require('./Storage/client.json') const prefix = '::'; bot.on('message', message => { var sen...
0377ea3ab692ddade4dfb27eea328ed75fca0250
[ "JavaScript" ]
1
JavaScript
ArmedGaming/mtfbot2
dda23dc726e8c32906251312ccae6c1d7095fce8
d05ccb991a99d75498c7c398ac679f6cf6cc25c4
refs/heads/master
<file_sep># Gesture Detection and Recognition in TV News Videos Communication using body language is an ancient art form, currently evolving in many fascinating ways. And automatic detection of human body language is becoming an active subject of research due to its application in various vision-based articulated body...
295122a8120b1dd930c4a0d2d3ba0d0e11fef23c
[ "Markdown", "Python" ]
15
Markdown
abhinavpatel2912/Gesture-Detection
9c460c063fa4f68dad1be4a62bfba3c36d81db21
a6427edd36a56564e314117d25b174b7e8097d57
refs/heads/master
<repo_name>mellauyellow/Music-App<file_sep>/app/models/album.rb class Album < ActiveRecord::Base ALBUM_STATUS = %w(live studio) validates :band_id, :name, :status, presence: true validates :status, inclusion: ALBUM_STATUS belongs_to :band, class_name: :Band, primary_key: :id, foreign_key: :band_id...
cc9d9118142965c2692e7936323875fefa6ec2c4
[ "Ruby" ]
4
Ruby
mellauyellow/Music-App
f9754c61f04daafa32c86ca4fc4e69b11acfc82b
cc6aec4132154f69340c026693a00c3313bc8173
refs/heads/main
<file_sep># laravel-with-react ReactJS CRUD with Laravel REST API from Scratch <file_sep>import axios from "axios"; import { useState,useEffect } from "react"; import { Link } from "react-router-dom"; import React from 'react'; import swal from "sweetalert"; export default function EditStudent(props) { const...
72033662b757dc5f1ac25253073c3d9033c7d2d4
[ "Markdown", "JavaScript" ]
3
Markdown
FC91thunderbird/react-crud-with-laravel
396d3afea335e3a28eda20593bb485df7f012dcc
39d71fda8bb82fd0633e014b742af5fc9b491ee8
refs/heads/master
<file_sep><?php error_reporting(E_ALL); header('HTTP/1.1 404 Not Found');<file_sep><?php /** * YAF引导类, * * * * * * */ class Bootstrap extends Yaf_Bootstrap_Abstract { // public function _initPlugin(Yaf_Dispatcher $dispatcher) { // $user = new UserPlugin(); // $dispatcher->registerP...
b676ffa0e42eaf32f03f1fdc05ba521d89efa01e
[ "JavaScript", "Markdown", "PHP", "INI" ]
45
PHP
godruoyi/yaf
be83f2494011b35a47eb982923734bbf87eed11f
bfa45d54a5fe98c34c40c811a47e4837967bb483
refs/heads/master
<repo_name>MartinShishkov/blog-demos<file_sep>/clean-controllers/CleanControllers.Web/Controllers/DirtyController.cs using System; using System.Linq; using System.Net; using CleanControllers.Web.Models.Business; using CleanControllers.Web.Models.Web; using Microsoft.AspNetCore.Mvc; namespace CleanControllers.Web.Cont...
769c2a3ae04788c289d2e138faa288bc907fb2e9
[ "Markdown", "C#" ]
18
C#
MartinShishkov/blog-demos
c2d7a632b778a1dd60ca76d22ae9e8372580a352
667d4a855c95a9bff6cbbc7e2a9914d251df5150
refs/heads/master
<repo_name>codyzazulak1/LargestOfArray<file_sep>/C-Starter-Project/main.c // // main.c // Project Name // // Created by <NAME>. // All rights reserved. // #include <stdio.h> int main(int argc, const char * argv[]) { int array[] = {33, 74, 98, 21, 19}; int storedValue = 0; for(int i = 0; i < sizeo...
89e70af9dbcad0485861826c81ae1f1c770f509b
[ "C" ]
1
C
codyzazulak1/LargestOfArray
478daad99af74ede3d7551d161e3a6289c8b7fc9
76e0599a04d823fb4773bec02c67403882378895
refs/heads/master
<repo_name>rahulshanwal/metal-trade<file_sep>/refdataServices/models/Commodity.js const mongoose = require('mongoose'); const CommoditySchema = new mongoose.Schema({ value: String, primaryText: String }); module.exports = mongoose.model("Commodity", CommoditySchema);<file_sep>/refdataServices/router.js const ...
f64b736bc303e56f0ae54f6e4b7be61d67b42bf6
[ "JavaScript", "Markdown" ]
28
JavaScript
rahulshanwal/metal-trade
b5d4d276e7bc35fa747d6a65e0bbe4cc23688bc5
eca380418d23dbe0c28c124ae9bf5634b1482ae6
refs/heads/master
<repo_name>DrDet/parser-generator<file_sep>/src/NonTerm.h #pragma once #include <vector> #include "Unit.h" using unit_name_t = std::string; using Rule = std::vector<unit_name_t>; struct NonTerm : public Unit { std::vector<Rule> rules; std::vector<std::vector<std::string> > exp_lists; // rule_num -> std::vect...
127ddadd4105ac3d009c49ca1cc17e257221178b
[ "Markdown", "CMake", "C++", "Shell" ]
12
C++
DrDet/parser-generator
89ce643dfab9869ef971a00dd422a30efd700529
4c787b5874c9ae78c359858998ca37d2bb984099
refs/heads/master
<file_sep># Coder: <NAME>, 2019.5.25, Ver:1 # The code is a digital reprentation of the constellation Orion # Angle/Distance references taken from the following webpage: # http://wordpress.mrreid.org/2011/10/30/constellations-from-a-different-angle/ import turtle turtle.hideturtle() turtle.pensize(3) #Draw Betelgeuse...
0adb387b306a13cf251f6f37119f28c44428d1d5
[ "Python" ]
1
Python
usf-cs-spring-2019-anita-rathi/110-project-constellation-AndrewRCabezudo
1304911b880ab8c273ba2a2b1784ac739b8321a4
76d744ebba6111985474aeb6843cc0d9f53c9eac
refs/heads/master
<file_sep>package com.haya.entity; import lombok.Data; import javax.persistence.*; import java.util.Collection; import java.util.List; /** * @author haya */ @Entity @Table(name = "course") @Data public class Course { @Id @Column(name = "id") private int id; @Basic @Column(name = "name") pri...
5e844ae247093ad31db58a302378f5cacb09a935
[ "Java", "INI" ]
11
Java
Hayaking/SSH
c6a537d9e10c6d718ae410466ff88443b8611328
ee466fab5b331039e4c0c177d45c435224a9cc3c
refs/heads/master
<file_sep> // basic setup ENT.Type = "anim"; ENT.PrintName = ""; ENT.Author = ""; ENT.Contact = ""; ENT.Purpose = ""; ENT.Instructions = ""; ENT.Spawnable = false; ENT.AdminSpawnable = false; ENT.AutomaticFrameAdvance = true; ENT.Model = "models/Humans/Group03/male_02.mdl"; ...
99fa743a2fa442a9ddd217958f2586f3b910b085
[ "Markdown", "Lua" ]
4
Lua
hoverboard-apps/hoverboard
e84fad3f1065372b02b7364d3ae1bc558a671fb6
25970c359acaa8e14d526ec28e782fe51ce99969
refs/heads/master
<repo_name>linocontreras/paralell-drc<file_sep>/src/sequential/SequentialCompressor.java /** * Programación avanzada: Proyecto final * Fecha: 2019-12-03 * Autor: A01700457 - <NAME> */ package sequential; import java.io.*; import java.nio.*; public class SequentialCompressor { double[] frames; double thre...
cd9e799538bef0766331670815631e73e9bf4b7e
[ "Markdown", "Makefile", "Java", "C", "C++" ]
7
Java
linocontreras/paralell-drc
ed1458efdb8ebe1f9b700e4c06f391f9e2118c1b
2b5ce0464b13487bf2989d25362198701c04cd5d
refs/heads/master
<repo_name>GuysFromLab/GuysFromLab.github.io<file_sep>/README.md # GuysFromLab Our official website ## Projects <file_sep>/js/preloader.js $(document).ready(function () { jQuery(window).load(function () { // fade out the load-screen jQuery(".loader").fadeOut(); // fade out <div> that covers...
2f435561ce1d3ad5f8cd3b973084ca318c859606
[ "Markdown", "JavaScript" ]
2
Markdown
GuysFromLab/GuysFromLab.github.io
cfadbb0d7f8e89b603aa69d1a3a632339d8fc511
76cc8ba14ff4771039bd4f6176e242172301bc14
refs/heads/main
<repo_name>Piyush-syst/FirstProjGitiOS<file_sep>/Podfile platform :ios, '8.1' target "FirstProj" do pod 'Firebase' pod 'Firebase/Messaging' pod 'Firebase/Analytics' pod 'Firebase/Crashlytics' pod 'Firebase/Crashlytics' pod 'GoogleSignIn' pod 'FBSDKLoginKit' pod 'FBSDKCoreKit' pod 'Branch' end <file_sep>/File.swift // ...
c0d3b30b496dca4814b3f5a5e62b48305e0b958d
[ "Swift", "Ruby" ]
2
Ruby
Piyush-syst/FirstProjGitiOS
eaca7ca450b5b299fb92ab1060f54a5d525e118d
53d3af2a3e833fe663a8f83bf9ed60af9b099a43
refs/heads/master
<repo_name>gzharun/SFND_Lidar_Obstacle_Detection<file_sep>/src/render/box.h #ifndef BOX_H #define BOX_H #include <Eigen/Geometry> struct BoxQ { Eigen::Vector3f bboxTransform; Eigen::Quaternionf bboxQuaternion; float cube_length; float cube_width; float cube_height; float volume() { return cube_length ...
ca51f75055e7de31b3e51190b3ebeac904490de2
[ "C", "C++" ]
3
C
gzharun/SFND_Lidar_Obstacle_Detection
25dcc73590739d5a9ab494fe2bbc2d76518652a3
772429a7590a1d4b0d5931e39d36feba75b65409
refs/heads/master
<repo_name>dgdagadin87/test_redux<file_sep>/resources/js/service/reducers.jsx import {combineReducers} from 'redux'; import application from '../reducers/application'; import books from '../reducers/books'; import errors from '../reducers/errors'; const allReducers = combineReducers({ commonData: application, ...
c210d37feca641893c36f48148d3f937073f0f1b
[ "JavaScript" ]
10
JavaScript
dgdagadin87/test_redux
de604c6afa2ff473c5e4dde04f1385da402ac081
4bac9b6efb11cf24fd4bc6aac2dd1304353033b4
refs/heads/master
<file_sep>""" >>> A = [2, 3, -2, 4] >>> max_product(A) 6 >>> A = [-7, -4, -2, 4] >>> max_product(A) 28 >>> A = [2, 3] >>> max_product(A) 6 >>> A = [2, 3, 9, 4] >>> max_product(A) 36 >>> A = [-2, -3, -2, 0] >>> max_product(A) 6 >>> A = [-2, -10, 2, 3, -2, 4, 20] >>> max_product(A) 80 >>> A = [0, 0, 0, 0] >>> max_product...
a8de3c933a554005beafba692afccdb558887cb5
[ "Markdown", "Python" ]
66
Python
aouyang1/InsightInterviewPractice
96532db8333e52ef250083e5adcf02ab64e7ba22
abaaa53ba1ce65bfc089f01853526150b210b354
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Drawing; using System.Threading.Tasks; namespace LabDFP { public struct Response { public PointF Arg { get; set; } public double Func { get; set; } public int Iterations { get; ...
997af23b41ae54a978aba4b281e4f02c44b33a5f
[ "C#" ]
1
C#
MrMagic24/LabDFP
f659cdd8e63530a5b95be96aa8edef4116204132
6623c233f6b0769192c783345cedbb65ceb43ea6
refs/heads/master
<file_sep>package uk.gov.meto.javaguild; import javax.swing.*; import java.util.ArrayDeque; import java.util.Random; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.TimeUnit; /** * Hello world! */ public class App { static ScheduledThreadPoolExecutor executor = new Schedule...
fa89bfd0a36cd3be3fd38c56edb9e0e173006058
[ "Java" ]
1
Java
umdeeahhdee/rx-workshop
69e9a88c19c7d72171ebbe3acdc842c61aa49efa
1200b0ee3c7628347cdff73b68b1b00b85dd8a2e
refs/heads/master
<repo_name>ikyzmin/googletranslatelab1<file_sep>/app/src/main/java/com/ssau/googletranslateexample/TranslateActivity.java package com.ssau.googletranslateexample; import android.os.Bundle; import android.os.PersistableBundle; import android.support.annotation.Nullable; import android.support.v4.view.GravityCompat; imp...
450549f74731b28d1e6225b7fb17f4661751a3e0
[ "Java" ]
1
Java
ikyzmin/googletranslatelab1
0c012c8eda96fa867b36c1f46a423bd0bed8d8cd
e9ace1bb30328cc06b724284a78248a27e5b0218
refs/heads/master
<file_sep>module.exports = (css, settings) => { const sass = getSassImplementation(); const cssWithPlaceholders = css .replace( /%%styled-jsx-placeholder-(\d+)%%(\w*\s*[),;!{])/g, (_, id, p1) => `styled-jsx-placeholder-${id}-${p1}` ) .replace( /%%styled-jsx-placeholder-(\d+)%%/g, ...
ae429ed9e667bfd5fa75c34d944a288356ba71d0
[ "JavaScript" ]
1
JavaScript
xhuz/styled-jsx-plugin-sass
eabd57a286ecd88430dd707a20ffeca2ba50c14f
e8da90acd934d446ea743c361ca1513b6265bc96
refs/heads/main
<file_sep>gdjs.StartCode = {}; gdjs.StartCode.GDGreenFloorObjects1= []; gdjs.StartCode.GDGreenFloorObjects2= []; gdjs.StartCode.GDGreenFloorObjects3= []; gdjs.StartCode.GDbg3Objects1= []; gdjs.StartCode.GDbg3Objects2= []; gdjs.StartCode.GDbg3Objects3= []; gdjs.StartCode.GDbg4Objects1= []; gdjs.StartCode.GDbg4Objects2= ...
c89b5820918591ebc34daa880b19cdf690abbd7f
[ "JavaScript" ]
2
JavaScript
Videojuegos-Secundaria-Tercero/3010-emilianoa
ebd19b886d3171834f6404fd070045c0cc524a59
945147a14d0cf249d3461c3e7dac03f1a6d24ce1
refs/heads/master
<file_sep>package com.lti.portal.microallotmovie.controller; import java.util.List; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframe...
825e1edfd9e5216b821b8d0d694a7b7cd2e8d5dd
[ "Java", "TypeScript", "HTML" ]
38
Java
Nandhinidevisekar/Lti-portal
299034a2606457522ee12fdd749eb48aa4b6ff50
22f4ba59cea961007dc090cc412008f3246818d7
refs/heads/master
<file_sep>import Base from 'formiojs/components/_classes/component/Component'; import editForm from 'formiojs/components/editgrid/EditGrid' import Components from 'formiojs/components/Components'; var InspireTree = require("inspire-tree"); var InspireTreeDOM = require("inspire-tree-dom"); function _get(target, property...
31c7873fe2b7e4cea765bad068eee7f0e1067818
[ "JavaScript" ]
1
JavaScript
m-eydimorad/cdn
e8337666edfcf7290cbcae7f6f4f98f6e1c5b49c
49aadabe5fca21d0bf1c201354fe4260720809e5
refs/heads/master
<repo_name>evans760/js-control-flow<file_sep>/src/js/filterLongWords.js // Hardcode an array of words. Have a variable maxLength, // and push those words to only to an array filter long words. // Return words less than maxLength. array = ["Puppies", "a", "Surf", "dog", "Drink", "Sun"]; for (var i = 0, maxLength = 6;...
e72b7fe037a73cff444f16d123e5bd904d3606ab
[ "JavaScript", "Markdown" ]
2
JavaScript
evans760/js-control-flow
324445cb314034ebaaa878a7d0f5027d47814812
e4cae95a38a655238021c948218b11f155fda7db
refs/heads/master
<file_sep>// Copyright 2019 <NAME> // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, publish, ...
39254a8f6c9139cbb11b4bac0839268e70129426
[ "Markdown", "Go Module", "Go" ]
6
Go
tep/net-peercredlistener
c44d99b8a7136b456ae3e64e3962f206cc971889
f08038f6de58ca1645b88a3656b21a9cf02f2319
refs/heads/main
<file_sep>#bash ngantok.sh ngantok.sh <file_sep># bash DanuReal.sh DanuReal.sh
9338c596170b719df75d50d3d0d609211af5319f
[ "Shell" ]
2
Shell
DanuRealid/ngantok
99bd9db81ca2bd32f63a181e4137001334c364ab
79bca3afc15c87294c576e9241462804d86eec92
refs/heads/master
<file_sep>import java.util.HashMap; import java.util.Random; import edu.rit.util.Hex; import edu.rit.util.Packing; /** * Class AttackRC5 is a attack program that attack one round RC5 algorithm * <P> * <I>Key</I> = Cipher Key */ public class AttackRC5 { private final int w = Integer.SIZE; // Word size (32bits) ...
271f40d7becd274646f20865c3dbfced654c901d
[ "Java", "Text" ]
2
Java
zhenkuanghe0710/RC5CryptoAttack
c9e8c8bf8e70cbbc781f15b850f5f60c63b4ffb3
9b86ec4bf82190262b584d7fd559b4870ad6034e
refs/heads/master
<repo_name>gustavo-ren/numpy<file_sep>/PythonNumpy/spam/main.py import numpy as np my_list = [1, 2, 3, 4] array_np = np.array(my_list) print(type(array_np)) arr = np.arange(0, 1000) print(arr * 8) print(arr.mean()) filtro = arr > 500 print(arr[filtro]) arr_lin = np.linspace(0, 15, 10) print(arr_lin)...
0c01278311480816f490fb13b9f5c6c1a5ec9170
[ "Markdown", "Python" ]
2
Python
gustavo-ren/numpy
93c464506965bc6288154d06d7b3eaf446dd7813
dcc4a6d939019c8f7214ab186b053e9aacc5e00e
refs/heads/main
<repo_name>PhilipL1/project-2<file_sep>/service-1/requirements.txt flask requests flask_sqlalchemy pymysql flask_testing pytest requests_mock pytest-cov<file_sep>/service-3/tests/test_app.py from flask import url_for from flask_testing import TestCase import requests_mock from app import app import re class Te...
e9be6013dc6ee8a384bc2e54d4dc58a336fa94d6
[ "Markdown", "Python", "Text", "Shell" ]
18
Text
PhilipL1/project-2
e59890708585f5c99dfcdd15080c2411db935cbb
c7abc27bbc23350004bc41418e5bcca6164911ba
refs/heads/master
<repo_name>avdeyArtem/my-first-shop<file_sep>/catalog/migrations/0001_initial.py # -*- coding: utf-8 -*- # Generated by Django 1.11.2 on 2017-06-06 15:34 from __future__ import unicode_literals from django.db import migrations, models class Migration(migrations.Migration): initial = True dependencies = [ ...
e94b24acfe7a48ecba8af9e6784f0c1ee02ff546
[ "JavaScript", "Python" ]
10
Python
avdeyArtem/my-first-shop
e6ef21b210aece41df58709be4dfd952c50a84bb
8d7a1a276dc017d0d4d9517e0a5d768ba1675223
refs/heads/master
<file_sep>Click==7.0 Flask==1.0.2 Flask-PyMongo==2.2.0 itsdangerous==1.1.0 Jinja2==2.10 MarkupSafe==1.1.0 pymongo==3.7.2 python-dateutil==2.8.0 six==1.12.0 Werkzeug==0.14.1 <file_sep>RESTful Flask API with MongoDB __________________________________ This repo is an example of CREATE-READ-UPDATE-DELETE (CRUD) API in Pyth...
0bb7c9e694dd84c99c48c1dca8b0861fbb12e311
[ "Markdown", "Python", "Text" ]
3
Text
tien-han/REST-API-with-MongoDB
729051791044abe77e4c6d7a44486f08cd090f46
7007346f1153897bfd13ac41a8a772244c9f31bf
refs/heads/master
<repo_name>weimingtom/learn<file_sep>/sys_program/player/src/inc/process_lrc.h /* ************************************************************************ * Filename: process_lrc.h * Description: * Version: 1.0 * Created: 2015年07月31日 星期五 09時17分38秒 HKT * Revision: none * Co...
a027f58a6f329768800eedf66c35c62c2cfeaba5
[ "Markdown", "Makefile", "Java", "Text", "C", "Shell" ]
324
C
weimingtom/learn
f70dca6bd9ac0f078986fcff90fa13e9ee099901
ddf61784b8abf4caf99df826709bb4c3d11de632
refs/heads/master
<repo_name>timleschinsky/se-server<file_sep>/settings.gradle rootProject.name = 'se_spring_demo' <file_sep>/src/main/java/com/ovgu/se/openapispringboot/demo/model/ItemDbo.java package com.ovgu.se.openapispringboot.demo.model; import io.swagger.models.auth.In; import lombok.*; import javax.persistence.Column; import ...
922b9346c5a3a44c46a5d8ea71e982ae1474b1ce
[ "Markdown", "INI", "Gradle", "Java", "Dockerfile" ]
8
Gradle
timleschinsky/se-server
ef7a347c9fa8c4ed0dbc1d855de99fc69efd399a
e77ec0d7cc3d6aa83e346d904a0a7478bf7db0d5
refs/heads/main
<file_sep>import { draw } from "wasm-game-of-life"; const canvas = document.getElementById('drawing'); const ctx = canvas.getContext('2d'); const realInput = document.getElementById('real'); const imaginaryInput = document.getElementById('imaginary'); const renderBtn = document.getElementById('render'); renderBtn.ad...
0eb5e1c5aab5a7e75d328ec84fdb59d6212cc017
[ "JavaScript", "Rust" ]
6
JavaScript
JunaYa/rust-wasm-game-of-life
e67c142eef5fa0cd6bb101e75c91ea02f8743688
f066a49f06b2a7d6bd078c5cdda92cd4d01f8bbc
refs/heads/master
<file_sep>'use strict'; // brings in the assert module for unit testing const assert = require('assert'); // brings in the readline module to access the command line const readline = require('readline'); // use the readline module to print out to the command line const rl = readline.createInterface({ input: process....
11e0c386ecba548e0c40d578ac2322b8412baf22
[ "JavaScript" ]
1
JavaScript
laavang/JS211_PigLatinProject
d624234243a4947cefd7e1e3643df124ec8eb241
9f24a621ecfa9c6e0d9219806f332224133a05a0
refs/heads/master
<repo_name>kgt15/FarmFriend-app<file_sep>/app/src/main/java/gino/farmfriend/banana.java package gino.farmfriend; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import java.util.prefs.AbstractPreferences; /** * Created by Gino on 19-02-2016. */ import android.content.Context; im...
25d0d94d9cc1cf33057f6605b13268b183c87418
[ "Java" ]
2
Java
kgt15/FarmFriend-app
d21866a1465492f9e572384d51f8a61de1b4e355
6be8b329e0e5ea9870e11d6e52414487f31f22e4
refs/heads/master
<repo_name>GorNishanov/ipr<file_sep>/tests/unit-tests/simple.cpp #define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN #include "doctest/doctest.h" #include <ipr/impl> #include <ipr/io> #include <sstream> TEST_CASE("global constant variable can be printed") { using namespace ipr; impl::Lexicon lexicon{}; impl::Module m{le...
fb18439a7ed628bce85c0113a0409d9b264258a9
[ "C++" ]
1
C++
GorNishanov/ipr
34dce3817bf533b83005ae62d7f9e6b2c5532b05
0d0a8399faf647e13f6f6357bb9ec4bc6152fb15
refs/heads/master
<repo_name>moniir/StrategyPatternExample<file_sep>/src/ShoppingCart.java import java.util.ArrayList; import java.util.List; public class ShoppingCart { List<Product> productList; public ShoppingCart() { this.productList = new ArrayList<>(); } public void addProduct(Product product){ ...
2b4205f0f42d0d9a1b93349bce027a3154fb4099
[ "Java" ]
1
Java
moniir/StrategyPatternExample
512753d5f819e94404f3d5d7258c51ad3f4f46be
36662b9571aa17f497e4e6798718ec9ab15f60d6
refs/heads/master
<repo_name>levi1913/Portafolio<file_sep>/index.php <?php include('header.php')?> <section> <svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg"><defs></defs><path id="myID" d=""/></svg> </section> <div class="bienvenida"> <div class="hello"> <div class="bann...
75697423078e491d6460ec862a3150bdea6a7f53
[ "PHP" ]
1
PHP
levi1913/Portafolio
35b0d2e91cc16470ba15cbaaf1e051a327519393
d7a8b2fb9db307cbd42a83519f1773e78c70dfb4
refs/heads/main
<file_sep># -*- coding: utf-8 -*- """ @Time : 2020/12/16 15:19 @Author : <EMAIL> @File : docxParser.py @ Software : PyCharm @Desc : 获取word文档内容及图片 """ import xml.dom.minidom import zipfile import os import sys class DocxParser: def get_content(self,file_path): if not os.path.exists(fil...
4a661ce24bed2fcd1dc2dad76fa3262e8ab6ade3
[ "Markdown", "Python" ]
2
Python
william-sv/docxParser
61a01fb5826d2e88c14344214cbce6a2e9fb6da6
8975d79d98c44263e95c5be39350e39b6f1b7456
refs/heads/master
<repo_name>DipeshYogi/api_jobseeker<file_sep>/jobseeker_api/api/views.py from django.shortcuts import render from rest_framework.views import APIView from rest_framework.response import Response import psycopg2 from api.serializers import recomm_serializer from rest_framework import status from rest_framework.renderers...
7bfc65d93bdfc3b563fd8afcf84a259c4d941fc3
[ "Python", "Text" ]
5
Python
DipeshYogi/api_jobseeker
892f096b66956977888f8a41d772951d729c1bad
65eda8ab540ba2fb6f27b59e4f8544320b769180
refs/heads/master
<file_sep>const express = require('express'); const cors = require('cors') const bodyParser = require('body-parser'); const path = require('path'); const http = require('http'); const mongoose = require('mongoose'); const app = express(); app.use(cors()) var config = require('./config'); mongoose.connect(config.datab...
27191e22df0490ac0c2363a9d3ea33a9514177c7
[ "JavaScript", "TypeScript" ]
21
JavaScript
EisenEgan/BellicciPizza
fc9c5c2ef3801c6dd711cf7d2c54c36b065ccc80
f912277f4532414bae02f8048bd85baf36c86fb7
refs/heads/master
<repo_name>rrosenblum/rails-footnotes<file_sep>/lib/rails-footnotes/extension.rb require 'active_support/concern' module Footnotes module RailsFootnotesExtension extend ActiveSupport::Concern included do prepend_before_action :rails_footnotes_before_action after_action :rails_footnotes_after_ac...
edda201e0a8542e7c2aba048499b607c674b4a3f
[ "Ruby" ]
1
Ruby
rrosenblum/rails-footnotes
2cac543d747873070495e6dc45effa97728e6abf
681e385953b78b95a648e093ac9724d1240552ce
refs/heads/master
<repo_name>Assumeru/CMIBOD023T<file_sep>/src/main/java/nl/hro/cmibod023t/classification/Classifier.java package nl.hro.cmibod023t.classification; public interface Classifier<T> extends Trainable<T> { Result<T> test(Object... features); default Result<T> test(Classifiable object) { return test(object.getFeat...
d8b80f4fbc6f1daeb6216cf3d2c4568e4056feab
[ "Java" ]
19
Java
Assumeru/CMIBOD023T
af02b88d8fd29dc0c7cfacf5f4d56e5759ba34cc
430bc3af74b4764a21321dd88b0154cb648925a5
refs/heads/master
<file_sep>#load large file data <- read.table( "household_power_consumption.txt", sep=";", header=TRUE, na.strings='?', colClasses=c(rep('character', 2), rep('numeric', 7))) #filter the target date data<-data[data["Date"]=="1/2/2007"|data["Date"]=="2/2/2007",] ...
a163712fc9abc27e5ef4bef60b1da4ff39bf1f39
[ "R" ]
3
R
voltain/plotCourseraOrg
bd7fd24cd24b7df554e50f68d2b2420d11dc6d87
1c0335228272d98751bf2456e511b5e339d67eff
refs/heads/master
<repo_name>marcopandolfo/He4rt-Cup<file_sep>/src/app/Dao/ChallengesDAO.js /* eslint-disable no-underscore-dangle */ function challengeDAO(connection) { this._connection = connection; } challengeDAO.prototype.create = function create(gameId) { return new Promise((resolve, reject) => { this._connection.query('IN...
8801ca5043d157e94618a2e0ac0be1ddf02de7ce
[ "JavaScript", "Markdown" ]
13
JavaScript
marcopandolfo/He4rt-Cup
fc81bb8b05bffb43a5d2ab30b68e2f934ccb2476
98ed4322588b7dd581012f044838de1757e86c14
refs/heads/main
<file_sep>package com.k8s.kubernetsk8s.ws; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class KubeController { @GetMapping("/hello") public String hello() { return "Welcome - suresh-k8s"; } } <file...
ec499ea307f67b67d694cf7bb6c980f5da5aefc4
[ "Java", "Gradle" ]
2
Java
kulaalasuresh/kubernets-k8s
ab1b70454b5f3fab6291ef89144486eeacc87e29
e3fb6dfee382aa1978908f817e57cb2b2b1b5595
refs/heads/master
<repo_name>alex-andres/week-4-game<file_sep>/README.md # week-4-game This game is an RPG that allows the user to start the game with the start prompt The user then is prompted to choose their character Once the character has been chosen the remaining character options shift into the choose opponent container The ...
0b0533a6d8d8b16f0bcbb638c8d1cfe7d152a3a3
[ "Markdown", "JavaScript" ]
2
Markdown
alex-andres/week-4-game
605929ff5916830f90757e4566475a82967da3e3
02e017f4057eb726355be08c0deca2b958faab4c
refs/heads/master
<file_sep>/** * Copyright 2016 Daniel "Dadie" Korner * * 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 * * distributed under the Lice...
806dcc4a62853de51f0e7911ba8f19d71b96f891
[ "Java" ]
1
Java
MeasureTools/android.gpio_app
e921f07deb7e512a400b83f6d3565af624b5e0c0
c870fb1f3a9f908513a9eb11af1de1afe4dd98d7
refs/heads/master
<file_sep>import stackTrace from 'stacktrace-js'; let order = 0; const sendMessageToExtension = (identifier, data, trace) => { window.postMessage({ spit_event: true, identifier, data, trace, order: order++, }, '*'); }; const getStackTrace = (identifier, data, debugError) => { if (debugError...
5af103617575148c27a872c432d5b8ebb96ab5a2
[ "JavaScript" ]
3
JavaScript
phzimmermann/react-spit-chrome-extension
533c554b07498c6838e64857956ee9eea60336a5
0cc0b82409cf895c5624335ee9c19a7f438af150
refs/heads/master
<file_sep>// // TaskDetailProtocols.swift // TaskLogger // // Created by <NAME> on 30/9/18. // Copyright © 2018 <NAME>. All rights reserved. // import UIKit protocol TaskDetailViewProtocol: class { var presenter: TaskDetailPresenterProtocol? { get set } func showTask(_ task: TaskItem) } protoco...
282ececf182e9cb334270b1e4320ad4877f4d4b4
[ "Swift", "Markdown" ]
15
Swift
iaaqibhussain/TaskLogger
07614cbd2a58dd15f3c09348ef6f651ad25ff469
7408767b6622129a949ed7fec98765b674d7d0b2
refs/heads/master
<file_sep>#!/bin/bash # IMDSv2 # Get the Token TOKEN=`curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 21600"` && curl -H "X-aws-ec2-metadata-token: $TOKEN" -v http://169.254.169.254/latest/meta-data/ # Get the AMI id of this instance curl -H "X-aws-ec2-metadata-token: $...
8bce28a16c716b795ddccbb3d9b18a543f322557
[ "Shell" ]
21
Shell
AbhiWarzone/awsadministration
b1d065443b26b600e01def4607480b36b6115729
f93a3dd0bbad29da6d2cafcca68d326de4dfbfb4
refs/heads/master
<repo_name>GiaGenae/calendoc<file_sep>/README.md # CalenDOC CalenDOC is an app created for a user to manage all his or her medical appointments, by date or by physician. ## Installation Start this application by running `bundle` then `rails s`. After, open localhost:3000 in your browser and enjoy! ## License MIT...
fea84372727f51faee8389ea37b2c79c13ac6b02
[ "Markdown", "Ruby" ]
3
Markdown
GiaGenae/calendoc
97e155fa51a86e5a3456f4f83f3a3302e25021c8
e550f80e78bca51f24a841011563016a56272a87
refs/heads/master
<repo_name>NatalieShostak/HomeWork4Back<file_sep>/Task2.java public class Task2 { public static void drawRectangle(int width, int height) { for (int j = 0; j <= height - 1; j++) { for (int i = 0; i <= width - 1; i++) { System.out.print("+"); } System.out.p...
ce2af0e903dfdd50ee100f8a328c15f474c84178
[ "Java" ]
4
Java
NatalieShostak/HomeWork4Back
593707563673647fc2c3d45a0505a2688b4a531d
cce5b0eea7c10682691a3adfbf33f8a8d5b711fe
refs/heads/develop
<repo_name>official-frandly/frandly-market-landing<file_sep>/src/components/header/PlainHeader.js import React from "react"; import styled from "styled-components"; function PlainHeader(props) { return <div>PlainHeader</div>; } export default PlainHeader; <file_sep>/src/components/cards/EducationCard.js imp...
336afc25f9af654ae4e4dbac731948a51e7e0558
[ "JavaScript" ]
10
JavaScript
official-frandly/frandly-market-landing
9aac474670101e2f0769846be9c133bca1857bf2
5c08c4aceb4ccda18a6467135caaa8c70aaa6296