branch_name
stringclasses
149 values
text
stringlengths
23
89.3M
directory_id
stringlengths
40
40
languages
listlengths
1
19
num_files
int64
1
11.8k
repo_language
stringclasses
38 values
repo_name
stringlengths
6
114
revision_id
stringlengths
40
40
snapshot_id
stringlengths
40
40
refs/heads/master
<file_sep>import morgan from 'morgan' import passport from 'passport' import { Strategy as jwtStrategy } from 'passport-jwt' import { ExtractJwt } from 'passport-jwt' import server from './config/server' import {authentication} from './routes' const PORT = 5000 || process.env.PORT // const server = Express() morgan(...
9d578c255c2318bbcfd2282c520f669cfb47de95
[ "JavaScript", "Dockerfile" ]
4
JavaScript
tylern88/nodeContainerized
3958f76fb241bbbb6eece530307485e3f73bb148
739eccea4f351e68e4f75ff9e7abc50d581dee54
refs/heads/master
<file_sep>#---Libraries--- import requests import re from bs4 import BeautifulSoup from stock_screener_options import * #---Scraper--- _SCREENER_URL_BASE = "https://finviz.com/screener.ashx?v=111&f=" # you can change the 111 to 121 or other values on the site, code is modular enough that you can feed it any one and it...
0eead0e6b505fed65b5e763a0074528a65cc9227
[ "Python" ]
4
Python
cheenar/Stocks
718f101743f38b65e5e89e260c38e9ac2a0d5fb6
795dea7c696c75bc92aad62ef17f6b79b31ebfeb
refs/heads/master
<repo_name>babarindeos/Coops<file_sep>/MainApp/MainApp/Classes/PhotoPath.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Data; using System.Data.SqlClient; using System.Windows.Forms; namespace MainApp { public st...
3146028b61a78e31615d8a49905c856b0fea3fa5
[ "C#" ]
62
C#
babarindeos/Coops
9ef243ebde0d61d849cffc0951783b09dd06bfdd
94d87670443996fbcbdbf1c2b11f98608fc055ce
refs/heads/master
<repo_name>Hardey18/nodeFirstApp<file_sep>/sayHello.js const inLogger = require('./logger'); function sayHello(name) { console.log(`Hello ${name}`); } sayHello('Adeola'); console.log(module); inLogger('Adeola');
c181a7c137eafa4411017cdddcc3a5ae23dab296
[ "JavaScript" ]
1
JavaScript
Hardey18/nodeFirstApp
3ef84dd635a47b38e48b5d26e3c16abe9fbd0eec
49cf11db0e2b9c93f94cc4d7b7841b78fcf14acd
refs/heads/master
<repo_name>FE-wuhao/dailyTestPro<file_sep>/src/pages/Context/Father/index.jsx import React, { useState} from 'react'; import ChildComponent from '../Child/index'; export const ct = React.createContext(null); function ContextTest(){ const [count, setCount] = useState(0); return ( <ct.Provider value='111'> ...
eb5434064d7283d1b893610d681796d6f71b0e1a
[ "JavaScript" ]
2
JavaScript
FE-wuhao/dailyTestPro
16115b35b44cacadce6458a517c398222c7bf7b9
c08cb04f39c357a885bec17a4e0f5f96ceb4c5d3
refs/heads/master
<repo_name>ADY1992/lazioforeverBet<file_sep>/src/main/java/com/lazioforeverBet/springmvc/dao/LoginDao.java package com.lazioforeverBet.springmvc.dao; import java.util.List; import javax.annotation.Resource; import org.hibernate.Query; import org.hibernate.Session; import org.hibernate.SessionFactory; import...
257978d3c05e683323042933b87c6654ac9e15e9
[ "JavaScript", "Java" ]
4
Java
ADY1992/lazioforeverBet
3894ed54c5a75e252c9f81ba6d427aaa2f2f3726
7006b6ccee9e4146a709951e2d1a5c3e2248fa55
refs/heads/main
<file_sep>from flask import Flask, request import json from pymongo import MongoClient from bson.json_util import dumps from bson.objectid import ObjectId client = MongoClient('localhost:27017') db = client.cart app = Flask(__name__) app.config["DEBUG"] = True @app.route('/', methods=['GET']) def home()...
1e8780aae6e84c5ac2a59991a62f2fedf82d78b9
[ "Markdown", "Python" ]
2
Python
akashs7/Python-Flask-REST-API
d6e235434b31a9e20146b33750e2db0a6ba971b1
f53fd8239a884813e74724000d9e7732cb38b093
refs/heads/master
<file_sep>package com.example.owen.reciver; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.widget.TextView; public class ActivityNotification extends ActionBarActivity{ @Override protected void onCreate(Bundle savedInstanceState) ...
50419586a37fa5cdcd837eb22bb92f39514303b1
[ "Java" ]
1
Java
fcu-D0441484/Android-HW4-2
63d955324f9100fcaaf383c60067fe0249469e32
0e037233ddbe7cc75aaaefcfa034ed3bf95c2e66
refs/heads/master
<file_sep>export type EVENTS = 'CLIENT_HEARTBEAT' | 'POPULARITY' | 'COMMAND' | 'AUTH_AND_JOIN_ROOM' | 'SERVER_HEARTBEAT' | 'UNKNOW_EVENT' export type COMMAND_TYPE = 'INTERACT_WORD' | 'DANMU_MSG' | 'SEND_GIFT' export interface Command{ meta: null, // 元数据,目前还不知道咋分析,暂时先标为 null data: any, // 内部数据,object } export...
2c925d57f42dff20ee900f652f6bc1b7b1bc7707
[ "JavaScript", "TypeScript", "Markdown" ]
6
TypeScript
flowfire/bilibili-live-danmu
e5a3b89ad0569046c0682eb9fd177b7797506787
d8f067b70a9cc1b856d1bbe9d1e5b34a3084fdca
refs/heads/master
<repo_name>nmorkar/mywc<file_sep>/src/main/resources/db.properties jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://127.11.113.130:3306/wildfly8 jdbc.username=admin44lby3v jdbc.password=<PASSWORD> mail.smtp.host=localhost mail.smtp.port=25 <file_sep>/src/main/java/com/cric/model/CricModel.java package ...
6f2faf98351f3f4012dedbd59375baa2b3f5f621
[ "Java", "INI" ]
4
INI
nmorkar/mywc
019cb72719a1626072804119d7b0e616e844b95b
6d889faf4be5bde16cd5d9d43e14718c026bc5ae
refs/heads/master
<file_sep>package de.mi.ur; /** * Created by Anna-Marie on 01.08.2016. */ public class Constants { //communication between PracticeMain and PractiseActivities public static final String KEY_TYPE_QUESTION = "type of practise question"; public static final int MULTIPLE_CHOICE = 0; public static final i...
fde10a2a5e9afbeda949af2e654d2baadae7d262
[ "Java" ]
17
Java
Maxikilliane/NerdyNumeralChallenge
3b7a18d33365bca993e3e17a5c6fb63ffeb06a4c
d75b55086a254a3b8a7e8f6adb5f52684afb0d00
refs/heads/master
<file_sep>using System; namespace exercise2 { class Program { static void Main(string[] args) { string appUsername = "dionfinnerty"; string appPassword = "<PASSWORD>"; Console.WriteLine("please enter username"); string username =...
f886289daf2251a86549833f2b5f381ffbdade6d
[ "C#" ]
2
C#
DionFinn/SelectionTaskEx1
e36c8b31521f23d6cfb47ce37e0e9c3b70ea64cb
e1508e5021230a03299ff2a0c7049ac9e90a7ca8
refs/heads/master
<file_sep>package com.example.giaodientrangchu; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.view.View; import android.widget.ArrayAdapter; import android.widget.EditText; import ...
b8556905d27308d8684d2165042d6ec8d9e6b0fb
[ "Java" ]
11
Java
minh-ngan/App_Hepat
b8ca3ee2ededc10c5e991e9490cb51af5ba0c425
7acf9d10e8ce5fc9c15be9d283e10d9db0a9deeb
refs/heads/master
<file_sep>#################### # 给定 trigger 预测 这个trigger的属性 subject time value ratio.. ## 原始句子 company time trigger1 m m m, org time trigger2 m m m ## 想分别预测 trigger1 的相关 attribute:company time m m m , # trigger2和相关的属性 都作为unlabel ## 输入 company time triggerRoot m m m, org time trigger m m ...
22c1252fd83436212ac513071f6e124ecac799d8
[ "Markdown", "Python", "Shell" ]
6
Python
2877992943/financialReport_event
655c0c57d06e8599bb939721456bf1159e6fbe6c
0eb4ee982dd857535d2a0c120c111e8afa2009f3
refs/heads/master
<repo_name>sjameson-jhcs/classes<file_sep>/app.py # ********************************* # ****** SECTION 1 - CLASSES ****** # ********************************* # A "Class" is like a blueprint for an object # Objects can be many different things # In a grade tracking program objects might be: Course, Period, Teacher, Stu...
9b57849f1caf75ebc3d447c68f447671a45d756c
[ "Python" ]
2
Python
sjameson-jhcs/classes
91c6e786d05b0288c5cf54e62befd204224c67a5
48f9d06f5ef2e49c71d3bbd676c21033219269e5
refs/heads/master
<repo_name>EdwardKinley/CC_w15_d2_music_homework<file_sep>/src/components/SongDetail.js import React from 'react'; const SongDetail = function(props) { return ( <tr className="table-row"> <td>#{props.position}</td> <td><a href={props.previewLink} target="_blank"><img src={props.image} alt={props.titl...
d0a889e61bfa173556df2f8ff785a8ffa0c42959
[ "JavaScript" ]
2
JavaScript
EdwardKinley/CC_w15_d2_music_homework
417ff150b04c8850738ae921ec966e7f51cf53d8
b5fd7e1fc6450e0480cb348e4fd8896eabd78b85
refs/heads/master
<file_sep>from dasg.DASG import DirectedAcyclicSequenceGraph <file_sep>from pathlib import Path from time import time from typing import List, Hashable class _DirectedAcyclicSequenceGraphNode: def __init__(self, node_id): """ Represents a node in a DASG. Contains an ID, a flag indicating w...
bf33a5e5e3450d1d1c5bb4152c3bdb8472fa3787
[ "Markdown", "Python" ]
4
Python
NorthGuard/dasg
39654dad122fe0eaef267f70da8d7c26807115df
ba0c8da23fca6b4e8e73fd2b468faaf2beda7c56
refs/heads/master
<repo_name>hushlorentz/8080_emu<file_sep>/tests/src/rotate.cpp #include "../../src/cpu.h" #include "../../src/op_codes.h" #include "catch.hpp" using namespace Catch; TEST_CASE("The CPU handles operations that rotate the bits in the accumulator") { CPU cpu; SECTION("A program can rotate the bits in the accumulat...
1d7d99edd5b151b2914c143b774fef9ea466efc0
[ "Makefile", "C", "Text", "C++" ]
34
C++
hushlorentz/8080_emu
540091c1a5bccd4d3740e86313ddce53105a38f9
91a78ee33898cbcbe92710a4059325299b221dc5
refs/heads/master
<repo_name>rinuthomaz/Bale-Back<file_sep>/src/main/java/com/wm/brta/service/SupplierService.java package com.wm.brta.service; import java.util.HashSet; import com.wm.brta.domain.Customer; import com.wm.brta.domain.Supplier; import com.wm.brta.domain.SupplierSite; public interface SupplierService { public HashSet<...
17d6061451d5ebe74c0b61b605e6db4d97a1343b
[ "JavaScript", "Java", "Markdown" ]
35
Java
rinuthomaz/Bale-Back
2ca47385e300a3972b6a73effa7bd6a120fda81a
27b30af7bf27bb19b6082239c3256b9f705808d8
refs/heads/master
<repo_name>o84118317/18_Complete-intro-to-react<file_sep>/js/ClientApp.js let ce = React.createElement; let MyTitle = function(props) { return ( ce('div', null, ce('h1', {style: {color:props.color}}, props.title) ) ); }; let MyFirstComponent = function () { return ( ce('div', null, ce(MyTitle, {color:...
2a4c3a32d0107c112b7a612df7bca4b157661a17
[ "JavaScript" ]
1
JavaScript
o84118317/18_Complete-intro-to-react
f5ea8e6c61a2bf85a25dea0335dd4a92f1209a7d
db484c3b84c3ce788fc3b42f901830dbd26d7764
refs/heads/master
<repo_name>sameerLinked/react-app<file_sep>/src/pages/Contact.jsx import React, { Component } from 'react'; import axios from 'axios'; import Footer from '../components/Footer.jsx'; import Navbar from '../components/Navbar.jsx'; import { Link } from 'react-router-dom'; class Contact extends Component { constructor(...
c5f73021bb2a911e40ec36404d0c2a899388314a
[ "JavaScript" ]
2
JavaScript
sameerLinked/react-app
ffbd553612896f0f32acfa3f17fba8cbfb41a14d
a65a545c97326bbf2b8892946f0a8f7ae2750cde
refs/heads/master
<repo_name>benbolzman/Chess<file_sep>/King.js function King (color, location) { //A constructor for kings var self = this; this.moveCount = 0; this.type = "King"; this.color = color; this.location = location; var blackpieces = [blackpawns[0], blackpawns[1], blackpawns[2], blackpawns[3], blackpawns[4], blackpawn...
5fe47c3d333130cbc3826d48497216bb0ba2d9f3
[ "JavaScript" ]
2
JavaScript
benbolzman/Chess
54019f624c040022a443e7b4f82548ac42001229
775b7c388c4cae14c84ad9d6346b01dff0e0f90f
refs/heads/master
<file_sep>from parsers import PMAG_PLUS_handler, Handler, GASTS_handler, GapAdj_handler, MGRA_handler, Procars_handler, infercarspro_handler, Rococo_handler, Anges_handler ancestor = GASTS_handler.GASTS_handler().parse('/media/hamster/UUI/RealData/fungal_genomes/Fungi')['3'] ancestor2 = Procars_handler.Procars_handl...
c158e87acc10e20d00a2a7008e3022ed0ac9845a
[ "Markdown", "Makefile", "Python", "R", "C++", "Shell" ]
37
Python
AvdeevPavel/mgra_estimator
3f552e6e9cb48f1fd6d58f02aacb92262cbbb6f7
27c3e2949ee0d8d513fa8eeb742a68d6cf401e3a
refs/heads/master
<file_sep>## 1.0.2 (2019-10-30) ### Bug Fixes * bug 1024 ([f814f0d](https://github.com/astonesh/vue-ts-demo/commit/f814f0d9c8e3cd2cc174c50b1db8f31f5389820f)) * bugfix ([6abf3f5](https://github.com/astonesh/vue-ts-demo/commit/6abf3f5c79aa56738839f03911d279ff48bbb354)) * **fix:** fix 20489 ([b46e79c](https://github.co...
b6f60a76ae45170fd6aeb2f70ecbd87d303f3161
[ "Markdown", "Shell" ]
6
Markdown
astonesh/vue-ts-demo
9181cc4a8fb6f753e17631db80950c0285576b5f
ccfc8eca3197e785b629e71c9a2ab1afe25efbe3
refs/heads/master
<file_sep>package errors import ( "massliking/backend/logger" ) var INSTABOT_REQUEST_ERROR = BaseError{1010, "Request to instagram failed", ""} var INSTABOT_LOGIN_ERROR = BaseError{1020, "Instagram login failed", ""} var INSTABOT_BODY_PARSE_ERROR = BaseError{1030, "Error parse instagram response", ""} var INSTABOT_F...
27c2b88cf83bd15af0e8a38f590b57609cab4d4d
[ "JavaScript", "Go", "Markdown", "Shell" ]
50
Go
dsaveliev/massliking
09ac2546595106620e9c563397d4cd4e8fc759e9
943f03d0f8725cf2457abd8bd9a810a1a3635d3c
refs/heads/master
<file_sep>$(document).ready(function(){ $('input[type="submit"]').click(function(){ var accessCode = $('#accessCode').val() if(accessCode.length > 0) { $('form').attr('action', '/loopback/comment/code') } return true; }) });
cbf35450a124f03e6d949e8f254947f495eec741
[ "JavaScript" ]
1
JavaScript
zanthrash/loopback
72366e20acc1efaa03a99e8e773394dc504b7656
d7b6765bde3f0bd18839a58bbf6934889d51dcb5
refs/heads/master
<repo_name>tindang17/LoL-Stat<file_sep>/client/src/store/actions/actions.js export const SET_MATCHES = 'SET_MATCHES'; export const REQUEST_MATCHES = 'REQUEST_MATCHES'; export function getSummonerMatches(query) { return dispatch => { dispatch(requestMatches()) return fetch(`/api/summoner?name=${query}`, { ...
7ef8c8df0ccbdf9e3339a886b6a5442c588fe26d
[ "JavaScript", "Markdown" ]
10
JavaScript
tindang17/LoL-Stat
aab31ee460a17cafc549af9335e7a4fb10cc6304
95262c5f456cd6b6dd9ce8c0733b996f514f6921
refs/heads/master
<file_sep>/* * Copyright (c) 2011-2014 BlackBerry Limited. * * 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 appli...
4573b119f91964cfa97ee1baeb7a5ac055b08f8b
[ "C++" ]
1
C++
michaelhxf/NicoBrowser
e2ccb8c220ab0559778fca317e266ecbe52fce12
0ae7538666291125da89cc45fa6888baecb0ba05
refs/heads/master
<repo_name>mameg725/anilova<file_sep>/app/controllers/public/users_controller.rb # frozen_string_literal: true class Public::UsersController < ApplicationController before_action :login_user, only: %i[edit update mypage create] def show @user = User.friendly.find(params[:id]) end def mypage @post = Po...
c6a3d004aa6c6c27f6429ecf2b6c86ddbb2e1c4b
[ "Ruby" ]
35
Ruby
mameg725/anilova
fd3e927d5f39a7d21b3f01405b611b9f6c152db4
f34e552afc4cdc296e235bde853aa3890a77a9c6
refs/heads/master
<repo_name>littelStarBling/laibatrip<file_sep>/script.js //burger nav toggle const menu = document.querySelector('.nav-links'); const burger = document.querySelector('.burger'); const pageName =document.querySelectorAll('.nav-links li a') const navSlide =()=>{ burger.addEventListener('click',()=>{ burger.c...
abb79341c00b4cb689043d4ea2725f179202b8fc
[ "JavaScript" ]
1
JavaScript
littelStarBling/laibatrip
f299282b6c1be0dedff7e1673e14775cd76f0f85
8086d54be85265053f26eaba27396ec12ac95270
refs/heads/master
<repo_name>caotuan1420008/HotelReservation<file_sep>/app/src/main/java/com/example/an/hotel/Adapter/AdminRoomList.java package com.example.an.hotel.Adapter; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.design.wid...
d95650d6fffba158153603f26cdccdf592f48481
[ "Java" ]
4
Java
caotuan1420008/HotelReservation
f4dc2cb00ee5357d88a6fc994c9fbcf07e72dc24
16c5454bf96c2d6ac0889594ba90ffe01cf2a6a3
refs/heads/master
<repo_name>slsan/DataStructures<file_sep>/Array/src/Main.java import array.Array; import queue.ArrayQueue; import queue.LinkedListQueue; import queue.LoopQueue; import queue.Queue; import stack.ArrayStack; import stack.LinkedListStack; import stack.Stack; import java.util.Random; public class Main { public stati...
a9793c7ce697d2e372f330c1020d76199a7856a8
[ "Java" ]
9
Java
slsan/DataStructures
930c14aa9fef881b93681d24090b97725888714c
7bf1f0efc1e2027bcb24c5d4817c8e996597c3fe
refs/heads/master
<file_sep>require './config/environment' class UserController < ApplicationController configure do set :views, 'app/views/user' end get '/signup' do erb :new end get '/login' do if is_logged_in?(session) redirect to '/tweets' else erb :'session/new' end end post '/log...
dbaaa562e5d5da5afb3b44259f5ec008c2bf5244
[ "Ruby" ]
2
Ruby
blazeiburgess/sinatra-fwitter-group-project-wdf-000
36119e029a0666a61d162b5bbfc8a56446d5922e
9d362cd2e18117d6368db7f5ad26bd78361d63ec
refs/heads/master
<repo_name>albeva/fbide-old-svn<file_sep>/fbide-wx/sdk/include/sdk/Exception.h /* * This file is part of FBIde project * * FBIde is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of th...
668dc83d4bc041d522e35b0c783c3e073fcc0bd2
[ "JavaScript", "Makefile", "INI", "Text", "C", "C++" ]
96
C++
albeva/fbide-old-svn
bde1e72e7e182fabc89452738f7655e3307296f4
4add934982ce1ce95960c9b3859aeaf22477f10b
refs/heads/master
<file_sep>package edu.feicui.main.redditnews.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import android.widget.TextView; import com.squareup.picasso.Picasso; import de.hdodenhof.circleimagevi...
abfab53a3bb153a2fd0c917d2a8dd67ba2ce75be
[ "Java" ]
7
Java
zhao774740820/news
4461ecb0b8784433411658b5ec13d7710b08df79
2f8fe64627b7e3cd4cb447766f53d513b0fc2a90
refs/heads/master
<file_sep>package com.zh.crawler.tool; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.UnsupportedEncodingE...
60a6fb9dcd2f0ab64d91d11f5cc0a8071aa6f2a2
[ "Markdown", "Java", "Maven POM" ]
4
Java
zhtd/Code-Repository
a901169fea68325fb41f4fa69fa855b51fa6efe6
720ef6dd46465a47302ef9504ff6f48a4a6df3b8
refs/heads/master
<file_sep>// // WXClient.swift // SimpleWeather // // Created by <NAME> on 1/10/17. // Copyright © 2017 <NAME>. All rights reserved. // import Foundation import CoreLocation import ObjectMapper import Alamofire class WXClient { let apiKey : String? init() { var keys : NSDictionary? ...
0d73d8e8a4e42963bb3e6ba5c08c55f20da5cac3
[ "Swift", "Markdown" ]
5
Swift
hendychua/simpleweather
992e12e20ba659a18c67882207e37c3239f2a295
ba8666c6be7ba18e2efb2201b337a60307226e29
refs/heads/main
<repo_name>tehpsy/cattrain<file_sep>/README.md A stupid SwiftUI app for training your cat not to meow at night <file_sep>/Shared/DetectSoundsView.swift import Foundation import SwiftUI struct DetectSoundsView: View { @ObservedObject var state: AppState let config: AppConfiguration var body: some View { ...
20f53930dfc4f481d0221b8d089fe1c025a319ed
[ "Markdown", "Swift" ]
4
Markdown
tehpsy/cattrain
2d948baf073e99c6f72b3c8cf1deb534cfe8f06f
bed81a260d135057381643f68624bfe22bec73f3
refs/heads/master
<file_sep>export type Item = { date: Date, category: string, title: string, value: number }//Geralmente vc vai ter uma pasta types onde vc coloca todos os tipos gerais da pagina<file_sep>import {Category} from '../types/Category'; export const categories: Category = {//Simplesmente exportando um obj com as categori...
8bb5768275fa7c8d1321eb0ea837a1cdefa137ac
[ "TypeScript" ]
6
TypeScript
RigobertoCaionda/expense-tracker
362cb2ccf4d07b0c086d65223603bc5b6f673413
556790579693cb3646e501173b25203d7f97cc22
refs/heads/master
<repo_name>skonovalov/tea_book<file_sep>/README.md # tea_book Tea encyclopedia <file_sep>/build/js/script.js $(document).ready(function() { console.time('loading...'); preparePage(); console.timeEnd('loading...'); }); function preparePage() { if( $('#main').length > 0) { openMenu(); closeMain...
c0301d2e8c5cf34ba6aa942c117d25b5669aad87
[ "Markdown", "JavaScript" ]
2
Markdown
skonovalov/tea_book
da95ddd9416feb2e67df3928734d68ecc49aba1c
8cca36521e8eee1992ffa931eeddb3793e3af0fe
refs/heads/master
<repo_name>bakariNouhou/BankAccountKata-Bakari<file_sep>/BankAccount/src/main/java/fr/lcdlv/Bank.java package fr.lcdlv; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import java.util.function.BiFunction; class Bank { private IBankDateTimeProvider dateProvider; private Map<String,...
32ba6c389df581a76ce326ddafd72e99ccd6a9f1
[ "Java" ]
7
Java
bakariNouhou/BankAccountKata-Bakari
83f6cb4f4f3e98942472fad104f9d26b22f55421
24d6307d305f750d218061e8dc666cd6bd6ba2f4
refs/heads/master
<file_sep># <img src="https://github.com/tyblocker/ktane/blob/master/KTANE/ktanepsd.png" width="50" height="50"> Keep Talking and Nobody Explodes Assistant An alternative bomb defusal manual. ## Features: * Command-line prompts (GUI coming soon) enable quicker and easier defusal instructions * Currently includes the f...
5dee6e38da84970f6b9e43a5b0b51bc94a786d8b
[ "Markdown", "C++" ]
2
Markdown
tyblocker/ktane
9ae65cde5f5e776b2bfaf1d048be831d17d55e0c
bfea4cfe339b9f971ef70553fab141248349600d
refs/heads/master
<repo_name>ludwigOleby/OOP_labb1<file_sep>/OOP_labb1/Program.cs  using System; namespace OOP_labb1 { class Program { static void Main(string[] args) { Circle c1 = new Circle(5); Console.WriteLine("Cirkelns area:"); Console.WriteLine(c1.getArea()); ...
fe4681fd07aa023315696770ebb5feb5efdfbf61
[ "C#" ]
1
C#
ludwigOleby/OOP_labb1
4b53d18841c7b1d16ce80ce9d5dd5d30c3c8a642
da0778e4bcb4c11f6c74cef4b6d13befb73a9b48
refs/heads/master
<file_sep>package reet.fbk.eu.jmetal.stoppingCriteria; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.Arrays; import org.apache.commons.math3.stat.inference.KolmogorovSmirnovTest; public class KSTest { public KSTest() { ...
09486238326c1adcb80b29bdb0023ca65155ccb7
[ "Java", "Text", "R", "INI" ]
89
Java
shaikatcse/EnergyPLANDomainKnowledgeEAStep1
649cd38e0ca5e53105f9f6a051831da9cf401646
127b58e0727d19a2ed999f7f24a8921b79d5a6d9
refs/heads/master
<repo_name>zeljko94/text-detection-scene-image<file_sep>/opencv_text_detection/main.py import argparse import os import time import cv2 from nms import nms import numpy as np import utils from decode import decode from draw import drawPolygons, drawBoxes import matplotlib.pyplot as plt import matplotlib.image as mp...
4d587936391b3989566db39c4de7b2d82f0f74e5
[ "Python" ]
1
Python
zeljko94/text-detection-scene-image
baf2aeab6557bafb17fe78e63fef98ba96c37489
3d96806a0109003503b89770ba5fda13c685803e
refs/heads/master
<file_sep>#!/usr/bin/env python3 """ BSD 3-Clause License Copyright (c) 2020, <NAME> & <NAME>. All rights reserved. """ import rospy import random from std_msgs.msg import Int32 from std_msgs.msg import String n = 0 a = ['必う日は近い','他人に妨げられる事あり','願いを伝えよ','他人を助けよ、助けることで叶う','初めは思わしくないが後は必ず良し','2つの願いを一度に叶えんとすれば悪し','思いがけぬ...
4eeeb2f98d44dec7b15df4b6185557692c287a36
[ "Markdown", "Python" ]
3
Python
sakurai-ruka/mypkg
0c3aca6527b46c78341d1b790bff74d01d2002e5
aeb10214254e15f7e30b7e8eefef707349fd377f
refs/heads/master
<file_sep>version: '2' services: jdk7: build: java-7 jetty: depends_on: - jdk7 build: core/environment/src/main/resources ufos-core-jetty: build: core/sufd-server/target dockerfile: core/sufd-server/src/assembly/Dockerfile ports: - "18080" - "5005" <...
1e061ee23981e5180896a3c9df8cdffbfdf2e994
[ "YAML", "Dockerfile", "Shell" ]
8
YAML
sirvaulterscoff/ufos-dockerscripts
3a1e904975dac662f6eef5ff38c059eebfe6e4b5
22172bc16711edc52100aaabd88112bf944f6fcb
refs/heads/master
<file_sep>var pythonver = require("fs").readFileSync("pythonver.txt") function getSTInfo(id, password, url) { var spawn = require("child_process").spawn; var process = spawn(pythonver,["./getStudentInfo.py", id, password, url] ); return new Promise(resolve => { process.stdout.on('data', function(data...
198a6f53fc254c9f83471fc7942e28a2da85c475
[ "JavaScript", "Python", "Markdown" ]
4
JavaScript
LoganMD/StudentVueAPI
6a0b7c1279379102a5755c524e27e5ba910d97c7
426b4129e49bc3c68286b713ab26dc15b2e40aeb
refs/heads/master
<repo_name>gsc229/node-db-challenge<file_sep>/data/seeds/003-resources.js exports.seed = function (knex) { // Deletes ALL existing entries return knex('resources').insert([ { proj_id: 1, resource_name: 'hammer', res_desc: 'used to hammer nails', res_notes: '' }, // res_id 1 { proj_id: 1, resource_name: 'sa...
75a5ba232e1a02c51a06a6c5b608083c28528337
[ "JavaScript", "Markdown" ]
7
JavaScript
gsc229/node-db-challenge
5070f4b5513e4ff3ef4a0507cc351aa23d25856b
7017f7d3635f60da98a2e0e90ed89bb2073f5013
refs/heads/master
<repo_name>Gleb3214/Diplom_js<file_sep>/script.js const catalogProduct = [ { id: 'product1', name: '<NAME>', price: 199999, img: './images/grid_1.png', }, { id: 'product2', name: 'BMW', price: 1348909, img: './images/grid_2.png', }, { ...
d6d12e4d7dc626a0b609ac1aeec8869c32e9704c
[ "JavaScript" ]
1
JavaScript
Gleb3214/Diplom_js
73f4388310650b2c998cbe13359c5616ce7920af
8f9f8ba1967ad627ae6f2559f591d02e38651e0d
refs/heads/main
<repo_name>anibale11/myDotfiles<file_sep>/background #!/bin/bash feh --randomize --bg-fill /home/anibale/Imágenes/background/* compton -b udisksctl mount -b /dev/sda1 <file_sep>/links-directorys.sh #!/bin/bash rm -r ~/{Documentos,Descargas,Música,Vídeos,Imágenes} ln -s /media/anibale/DATA/Documentos ~/Documentos ln -s...
f5df28b8cba570a954c6249f9acf19d27fdad7bf
[ "Markdown", "Shell" ]
4
Shell
anibale11/myDotfiles
b8c9c9c3ecee75417e4603ba0629d2cd004e580e
9d136afade29ccb8b0b07d40dff818aa8404d632
refs/heads/master
<file_sep>''' Created on Dec 21, 2013 @author: <NAME> ''' from mrjob.job import MRJob from common_functions import CoordinatesSharing, Utils from settings import jobsettings from cjson import decode class MRUserCoordinatesSharingDistribution(MRJob): ''' Generates a distribution of users based and coordina...
fcd51666f037a185f212f4bcf2613930001d7ae7
[ "JavaScript", "Python", "R", "Shell" ]
42
Python
hbarthwal/infolab
312687947487a31f4b9837bcbff549163221b8b1
56d499e6b1edca639bba5b1a6e165d0e87bf4978
refs/heads/master
<repo_name>luizlab/iBus<file_sep>/app.js var express = require('express'); var app = express(); var db_string = 'mongodb://127.0.0.1/screencast-restful-master'; var mongoose = require('mongoose').connect(db_string); var db = mongoose.connection; var User; db.on('error', console.error.bind(console, 'Erro ao co...
f0c43a5671fe7767bae5fc35b60ee40f70c673d7
[ "JavaScript" ]
1
JavaScript
luizlab/iBus
da7c280123ffa3a005763e3e404c93c3f1743fab
42d597dd9ed4d19928200f94ed9e1582736aec03
refs/heads/master
<file_sep>package com.kodilla.calculator; public class Calculator { public static int addAToB(int a, int b) { return a+b; } public static int substractAFromB(int a, int b) { return a-b; } public static void main(String[] args) { addAToB(5, 3); System.out.println(a...
a0c273dd3c52d4f59cef31e8c1ae72836bfe0893
[ "Java" ]
1
Java
Anka89/Calculator
b50f81185dc07d02b490c31bc7f4d5d16caa280d
84327630dad90ce65fad0c5f1d9ee41569e039a3
refs/heads/master
<repo_name>rntk/http_mystem<file_sep>/http_mystem.go package http_mystem import ( "fmt" "net/http" "os" "os/exec" "io" "encoding/json" "log" //"time" "strings" //"math/rand" "regexp" "runtime" ) var HEADER_CONTENT_TYPES map[string]string = map[string]string{ "json":...
c10767da19be06790adfda1e96aee8094b293151
[ "Markdown", "Go" ]
3
Go
rntk/http_mystem
6d7d693f5053d545389308934bc98e82ab0c5160
3c81dde3011cc21a2d6ed033a1d146aeae108dcd
refs/heads/master
<file_sep>set(CPACK_WIX_TEMPLATE "${CMAKE_CURRENT_SOURCE_DIR}/mywix.template.in") add_executable(hw hw.cpp) install(TARGETS hw DESTINATION bin) install(FILES hw.cpp DESTINATION src) include(CPack)<file_sep>list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}") add_executable(hw hw.cpp) install(TARGE...
2e9d4fc0868509eb57727423be9fefa0937cb224
[ "Markdown", "C", "CMake", "C++" ]
34
CMake
miguel7penteado/cmake-cpak-wix
2082fb9c3aaac0475397a413b65651a516789e40
f554c48cfb61c15114a5d1acc5bf10d85a5c7392
refs/heads/main
<repo_name>PoojaMallikarjun/OnlineCollaborativeWordProcessor<file_sep>/server/server.js const mongoose = require('mongoose'); const Document = require('./Document') mongoose.connect("mongodb://localhost/google-docs-clone", { useNewUrlParser: true, useUnifiedTopology: true, // useFindAndModify: false, // useCre...
4a1392a7df6ebf7327b9c9c21b31b7445fc340a1
[ "JavaScript" ]
1
JavaScript
PoojaMallikarjun/OnlineCollaborativeWordProcessor
eef19cc46c68a1c8b210f7176558ad77881bf195
c157d49ce16feaa03b936391cfcc584c4a3754a0
refs/heads/master
<file_sep><!DOCTYPE html> <!-- Exercici 1: Crea un array numèric de 10 elements i reassigna els seus index per a que vagin des de l’u fins al deu. --> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="assets/css/main.css" /> <title> </title> </head> <body> ...
d0d3b84c131d49689f2cf2a89312e289fcb6301f
[ "PHP" ]
9
PHP
lavjitsingh/M07
1df626b2b94e491994e8715754c8d78831b3a4ec
8c524ae64b65dbe1c6807defdad6692af96f3ccb
refs/heads/master
<file_sep># ExpressionPlotter A library for evaluating expressions and a control for drawing expression graphs <file_sep>using System; using System.Collections.Generic; namespace ExpressionPlotterControl { public class Expression : IEvaluatable { /// <summary> /// klfjksefklfjkljfklfklsdfjklsdf...
99121eb7dcf9f43d45d2fa717a2a8613b81603da
[ "Markdown", "C#" ]
4
Markdown
LongDuongBIT/ExpressionPlotter
306b8bcade08f1b647900bd881d3c3135c1f9fa8
62a16b870108cd459283b7e07d3655630e4e4a26
refs/heads/master
<repo_name>shahinahmadi/Magnetic_field_calculation<file_sep>/Magneticfield1.C // This code is written to calculate the magnitude of magnetic field in the vicinity of the square Helmholtz coil #include <iostream> #include <fstream> #include <string> #include <sstream> #include <cmath> #include <iomanip> #include <vector...
20ee575d2d0f43e6a408df71368b59f288e2b293
[ "C" ]
2
C
shahinahmadi/Magnetic_field_calculation
16ff71e755cf1ff4e3f603d216bf1bcccf6000a2
207c9158c58839f28bb6a48ce9a1d62e9e91f8b9
refs/heads/master
<repo_name>sayadaazami/phpspec-test<file_sep>/phpspec-test/src/Calculator.php <?php namespace Predmond\Calculator; use Predmond\Calculator\DivisionByZeroException; class Calculator { public function add($x, $y){ return $x + $y; } public function divide($x, $y) { if ($y === 0) { throw new Division...
a17aa54541929119e24a0472b291e73106d25491
[ "Markdown", "PHP" ]
2
PHP
sayadaazami/phpspec-test
b3e782f8557116fca8532cb69fba27012cff52fe
7dc5a0e8fe2d2ee723561beec7a5d73aa67332d3
refs/heads/master
<repo_name>W3Max/koco-router<file_sep>/src/router.js // Copyright (c) CBC/Radio-Canada. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. define(['jquery', 'knockout-utilities', 'knockout', 'lodash', 'byroads', 'router-state', './router-event', ...
66fd3c4d0b555300bd28ff95633c26443f2b248e
[ "JavaScript" ]
1
JavaScript
W3Max/koco-router
f359761439801d31e8239474c215c482057fc696
6eb964e9e678fba46fc748720858affb829514d5
refs/heads/master
<file_sep># Go get the data of 9 tables from postgresql into the python kernel as dataframes # Join all the dataframes as needed # Dump the final dataframe into a table in the olist_staging schema import pandas as pd from sqlalchemy import create_engine import psycopg2 import logging as logger def initial_load(): ...
c4bff7cff8d8878a51ed05ec2676942214b2b34e
[ "Python", "Text" ]
10
Python
pawanyaddanapudi/olistecommerce
6451dc936469cac888d1521d3157427bf39b3445
50f9347006692e4474d38cbab9adb7a1f64c1413
refs/heads/master
<file_sep>package com.example.quizgame; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.os.CountDownTimer; import android.view.Layo...
c6fd5ef31bccc2f15e3f321673c2582e4500d877
[ "Java" ]
3
Java
phoebe94huang/QuizGame
eb5549512ad1bc3ee24ce37bd25385f63ce8fee0
c00d98c300023f427ffa7d84fec0b2ea1984e2b3
refs/heads/master
<file_sep># pebblebeemo Beemo watchface for pebble <file_sep>#include <pebble.h> static Window *s_main_window; static TextLayer *s_time_layer; static Layer *s_canvas; static GPath *s_blue_triangle_path = NULL; static const GPathInfo TRIANGLE_PATH_INFO = { .num_points = 3, .points = (GPoint []) {{135, 132}, {128, ...
eb31dc512875906f56ae56ba54ad2455a7ed4a99
[ "Markdown", "C" ]
2
Markdown
brandtamos/pebblebeemo
695843ed5cb4f941a652b6046543b707073932a9
4b99bb64a98c432d9bbf6fe7773acb8948ba4472
refs/heads/master
<repo_name>wallheac/phcConferenceOrganizer<file_sep>/src/main/java/com/jph/organizer/rest/representation/Participant.java package com.jph.organizer.rest.representation; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.List; public class Parti...
bcd71c0cd171f617d631681024aed8f42d1d2ed6
[ "Markdown", "Java", "INI" ]
15
Java
wallheac/phcConferenceOrganizer
fb4f473f4b03dbe5eefbb51cdaec384b577bd581
3b53ca51e53400175fa4206bf871f3e26bc74a2e
refs/heads/main
<file_sep># jquery-plugin Custom jQuery plugin to print text <file_sep>$(document).ready(function () { $('#here').hello({ name: '<NAME>', color: 'red' }); });<file_sep>(function ($) { $.fn.hello = function (options) { // Default options var settings = $.extend({ ...
1eaa23fff6456245f7d4c27d8abe3c485cf1e28f
[ "Markdown", "JavaScript" ]
3
Markdown
povstenko/jquery-plugin
86b14a8c26f067a1254a5b659fe88f728cee6fe5
d5a2ffa0f1e2728962b27328e8c89b01a33eb60d
refs/heads/master
<file_sep>package com.surinov.alexander.navigationtest; import android.content.Context; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import com.surinov.alexander.navigationtest.fragments.BaseFragment; import java.util.List;...
28c48466a62eec2a960bc5419633ce470db5a117
[ "Java" ]
6
Java
rAseri/NavigationTest
cd4e7e0a0f6f08e2b4cc27923b946676746701e2
ce92df14f73a34e64f5413fd971ac23453b365a4
refs/heads/master
<file_sep>#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # PROGRAMMER: <NAME> # DATE CREATED: 13/11/2018 # REVISED DATE: <=(Date Revised - if any) # PURPOSE: Use a trained network to detect facial keypoints for an input image # # Expected Call with <> indicating expected user input: # python predict....
0e269ef6e65c4e73c6d0cf880315b4e082564ac8
[ "Python" ]
2
Python
vittorio-nardone/Facial-Keypont-Detection
3f8ca7418fc0da6198c92185f9da0f96bc02bc0e
0bc1990c1dba38b9db339061345ff61d6d4050a0
refs/heads/master
<repo_name>epilocal/support-local-news<file_sep>/src/components/button.js import React from 'react'; import "./styles/button.css"; const sizes = { default: `buttonDefault`, lg: `buttonLg`, xl: `buttonXl` }; const fontSizes = { default: `0.875rem`, sm: `0.875rem`, md: `0.950rem`, lg: `1.025rem` }; c...
b8da0a28da0bbcc0993629022c8ab54255100bdd
[ "JavaScript" ]
4
JavaScript
epilocal/support-local-news
09b1a64fe20ed8cb0fa749b571adae78ad7bd11e
06d838f3d7e0787af65ae2cd5645542d61db1d9f
refs/heads/main
<file_sep># frozen_string_literal: true source "https://rubygems.org" do gem "kitchen-terraform", "~> 5.8" gem "inspec-bin", "~> 4.37" end git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" <file_sep>FROM hashicorp/terraform:1.0.2 COPY .ruby-version .ruby-version # Update an...
2ffe096416b97a53d471752c13affe4f978fa562
[ "Markdown", "Ruby", "Dockerfile" ]
5
Ruby
BrownUniversity/terraform-sumologic-gcp-source
2e2588d2b24c795530a6d01086a7ff40a27d8c27
a2e2ae9b47f0a7dcbf410c2a6b33273ca38b87f7
refs/heads/master
<file_sep>import Ember from 'ember'; export default Ember.Route.extend({ model: function() { if (sessionStorage.getItem('entry') !== null) { return { entry: JSON.parse(sessionStorage.entry) } } else if ((sessionStorage.getItem('entry') !== null) && (sessionStorage.getItem('order') !== null)) {...
ec52d0968504d9c538da91cfc368294acbe27699
[ "JavaScript" ]
5
JavaScript
marusa15/beerFTW
cdf7bfe5f6c61bf857bf7e80ab1f04ea1f7b37dd
7b7f598a49640bef129aa4927a6d5b8a647cda8c
refs/heads/master
<repo_name>drewler/babylon-test<file_sep>/src/BabylonPage.js import * as React from 'react'; import * as BABYLON from 'babylonjs'; import 'babylonjs-loaders'; import BabylonScene from './BabylonScene'; // import the component above linking to file we just created. export default class BabylonPage extends React.Compone...
c18900742b60f811633101b9f0f90b46112ca33b
[ "JavaScript" ]
1
JavaScript
drewler/babylon-test
d5dad415ff0c82170c327030725ae40b98aadcd3
b3b5b75b21796ba14792a5af4b63801308fe5a1f
refs/heads/master
<file_sep><?php namespace App\Admin\Controllers; use App\Models\File; use App\Models\Book; use App\Models\Catalog; use Encore\Admin\Controllers\AdminController; use Encore\Admin\Form; use Encore\Admin\Grid; use Encore\Admin\Show; use Storage; class FileController extends AdminController { /** * Title for cu...
c732237932b5891836fe1d55c72c9fb6037c431e
[ "JavaScript", "PHP" ]
9
PHP
lee98064/ans-site
21b4801abaf59784e418b59b10df36d72e177040
b5e4e1a97a8188f090b4883f0257046d8d1ef67b
refs/heads/main
<repo_name>SIGMAOON/Binary_Search<file_sep>/boj_2343.py # 기타 레슨 def blue_ray(lists,mid): cnt = 1 total = 0 for l in lists: if total+l > mid: cnt+=1 total = l else: total+=l return cnt N,M = map(int,input().split()) lesson = list(map(int,input().split())) start = max(lesson) end = sum...
ff5656e6ac33a4aafe9112e3f1d6fdcdde6ee328
[ "Markdown", "Python" ]
23
Python
SIGMAOON/Binary_Search
334cf7966c9130b0d666876eb2c875384c8283aa
677a723c11f721a9e095f5a24492a0371a444a80
refs/heads/master
<repo_name>davidjaggi/miniprojects<file_sep>/MITx_6.00.1x/PS3/PS_3.1.py # Is the world guessed secretWord = 'apple' lettersGuessed = ['e','i','k','p','r','s'] # lettersGuessed = ['a','p','p','l','e'] def isWordGuessed(secretWord, lettersGuessed): for char in secretWord: if char not in lettersGuessed: ...
9d68a39199b2cd0c320b75b4ccf5147f62a857b5
[ "Python" ]
18
Python
davidjaggi/miniprojects
b25199f5924aea35c6539e453f5c13d4b9f53525
9fd9d9d1175ada605753b4c9aefbd8719d8ec34e
refs/heads/master
<repo_name>zcj12396/fastRPC<file_sep>/src/main/java/com/fastRPC/netty/RpcServerLoader.java package com.fastRPC.netty; import com.fastRPC.serialization.RpcSerializeProtocol; import com.fastRPC.utils.PropertyUtil; import io.netty.channel.*; import io.netty.channel.nio.NioEventLoopGroup; import org.slf4j.Logger; import ...
6e0e1a2f3516b650396a85ba06e5a2b0b623a657
[ "Markdown", "Java" ]
21
Java
zcj12396/fastRPC
3b69cebc4e004c5f11445db6242723f98f9724e1
d83eba76f4a6108ccc7f038bd563d1dd64961bb1
refs/heads/master
<repo_name>geoffnagy/bebop_hri<file_sep>/script/leds.sh #/usr/bin/env bash ssh -f edison@tesla '/home/edison/launcher.sh sektor'
0f8338e924d1f54b97a18b14723af0404e492f8b
[ "Shell" ]
1
Shell
geoffnagy/bebop_hri
12eeac1b79ea9414d6f3bac7fcfa0031e1a2af25
9c7f6deddccc5ea8f4cb92e5a9c9ac3a6c9e2a4e
refs/heads/main
<repo_name>phelipecomph/Pong-IA<file_sep>/Game.py class Ball(): def __init__(self,board = ['________________________________________________________ ', '\ / ', '/ ...
b114fe3f266cc0f23ba8a605c6ad93454516dc82
[ "Python" ]
4
Python
phelipecomph/Pong-IA
b97191ad8e474c3e17fb77d8eb2e869157db04b1
717dfad92828ff6cad93e3f3ab260f0e897ac9b8
refs/heads/master
<file_sep>var $ = require('jquery'); require('../lib'); //<file_sep>## jQuery Modal [![npm version](http://img.shields.io/npm/v/@srph/jquery-modal.svg?style=flat)](https://npmjs.org/package/jquery-modal) Spawn modals with jQuery. [Demo](http://submariner-boar-66106.netlify.com/) ## Why? - [NIH](https://en.wikipedia.o...
ec60b29d4f076687b8714aace864610e7c97b754
[ "JavaScript", "Markdown" ]
6
JavaScript
srph/jquery-modal
2c4d13a9538620b6cc32e07337ce1de87718263a
8051e0613f9186ada4c735d2f63e53fffed1366b
refs/heads/master
<file_sep># esp_temp2mqtt Simple esp8266 (Wemos D1 mino pro) temperature logger with MQTT publish <file_sep>//source code from http://www.esp8266learning.com/wemos-mini-ds18b20-temperature-sensor-example.php // OneWire DS18S20, DS18B20, DS1822 Temperature Example #include <OneWire.h> // Power supply of the DS18B20 in...
9c7186fa1b836400554d09f44d660aed19aea0d8
[ "Markdown", "C++" ]
2
Markdown
gevard/esp_temp2mqtt
765d27178fe2885b4cd9cbd821d10cf11953ce4f
4e321a1c4fe075155a80dddf1bc6ef42ea1cfdff
refs/heads/master
<repo_name>afroborg/tic-tac-toe<file_sep>/src/Game.java import java.util.Arrays; import java.util.Scanner; public class Game { private final int BOARD_SIZE = 3; private Tile[][] board; private boolean running; private Tile currentPlayer; public Game() { this.setup(); } private vo...
c495afd348bdb0653c3572e1111aa3c0e5618359
[ "Java" ]
1
Java
afroborg/tic-tac-toe
32b42c7291e5e5437c2ad944292f4c3a9c84df94
0f978b8a13886bf33210a3d178e3fc5c075448a0
refs/heads/master
<file_sep>Garden Home project With association with the Garden Home History Project, I completed a digitization and density analysis of all buildings that were viewable from historical USGS aerial photography. Full project overview at: https://www.spenserkuroda.com/project-garden-home-history.html <file_sep>""" Title...
45f3f692c1c216ff7412d8bfec4c165e1b5be053
[ "Markdown", "Python" ]
9
Markdown
snkuroda/python_portfolio
b6c1684a5d4e2c027956410392abd73a6d61df3b
fe1cf3d11b27a9a9fcfa436425adc60360b243bc
refs/heads/master
<repo_name>PakhomovMA/Online_Store<file_sep>/src/dao/impl/CategoryDAOImpl.java package dao.impl; import dao.CategoryDAO; import entity.CategoryEntity; import exceptions.EntityNotFoundException; import javax.persistence.*; import java.util.List; public class CategoryDAOImpl implements CategoryDAO { private Entity...
cdf31b85e3c614b11c8aed8a564264ba06aa6dbd
[ "Java", "SQL" ]
6
Java
PakhomovMA/Online_Store
72ac73e3e73f4ea77a4374faa10ff844bef1a63f
7d542b543e3019bead76f4c6a2dd4d7ba8b468db
refs/heads/master
<repo_name>LizaKoliechkina/ap-webtech<file_sep>/src/main/java/edu/ap/spring/tml/controller/TMLController.java package edu.ap.spring.tml.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springfram...
cd613d18e16d9cfe897f1c599e8eb76b6db68405
[ "Markdown", "Java" ]
3
Java
LizaKoliechkina/ap-webtech
212e01503538648438379844e765317d64f9c804
16f79dcc70d07ccdb4edeea0999c4a4a749ee86c
refs/heads/master
<repo_name>tardisdriver/starkwebconcepts<file_sep>/src/components/contact.js import React from 'react'; import Back from './back'; import Social from './social'; import './contact.css'; const socialList = [ { img: '/images/githubicon.jpg', account: 'tardisdriver', alt: 'GitHub', link: 'https://github.com/tardisd...
5f207abdaf724da478c36cec7d53a5303f1c2306
[ "JavaScript" ]
8
JavaScript
tardisdriver/starkwebconcepts
4efa5b022a6f321ba9bdb2e877c3192d7d860768
9fd9608e76753762a57fa7e566a93dd0b02389f4
refs/heads/master
<file_sep>#ifndef UI_H #define UI_H #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "esp_log.h" #include "tft.h" #include "bme280_defs.h" #define UI_STACK_SIZE 2048 #define UI_UPDATE_RATE_MS 1000 #define SPI_BUS TFT_HSPI_HOST #define TFT_WIDTH 320 #define TFT_HEIGHT 240 // UI A...
143047c5a1e3842bae5ed7b377cc8ff92c586da5
[ "C", "CMake" ]
4
C
JMare/esp32_enviromonitor
a4d172a38c6351152c55f70bdf8e0c2e7b4572a1
c30af937d54623df196c512b89d3dd75ef7142e4
refs/heads/develop
<repo_name>shota-tsuji/experiment<file_sep>/resource_resolver/resolve.py #!/usr/bin/python import sys import json import copy from pprint import pprint class TemplateEngine: _val = {} def __init__(self, template): for k, v in template["variables"].items(): self._val[k] = v ...
46fa1ef656bb516596889831f880f3a34549c589
[ "Markdown", "TOML", "Makefile", "Rust", "Python", "C", "C++" ]
18
Python
shota-tsuji/experiment
fd086b8ff2f4eaf28373e510e292446d48a52d45
dc211d08431c9192e03d6ad745ab138c1921a72f
refs/heads/master
<file_sep>package bruna.questao5.programa; import bruna.questao5.classe.Pessoa; public class Main { public static void main(String[] args){ try{ Pessoa pessoa = new Pessoa(); pessoa.setEmail("<EMAIL>"); pessoa.setIdade(30); pessoa.setNome("<NAME>"); ...
f8cf052b4872372a9be0370c51a2af5e8ab0847e
[ "Java" ]
1
Java
BrunaBoo93/provac
2f06356dc3f2d1d22934db93ac7c0a3aab678430
5fa6bde91a7e7b205a31c562690db12e15dac2a8
refs/heads/master
<file_sep>#include <ESP8266WiFi.h> #include <ESP8266mDNS.h> #include <ArduinoOTA.h> #include <ESP8266WebServer.h> #define STASSID "Honda-ASUS" #define STAPSK "mobydick" #define INT_MAX 2147483647 #define LATCH D1 #define CLOCK D2 #define DATA D0 #define OE1 D3 #define OE2 D4 #define OE3 D5 #define OE4...
7cd7c473a29473233981eba765e7e3e1e83118ba
[ "C++" ]
1
C++
adambocco/waterfall
d02d50462202de00cd7888d99062198885b8efc5
5788c6dd7c367f2de614c008641916c7cd12a859
refs/heads/master
<repo_name>SteveYTan/SiriSays<file_sep>/SiriSays/ViewController.swift // // ViewController.swift // SiriSays // // Created by <NAME> on 8/18/15. // Copyright © 2015 <NAME>. All rights reserved. // import UIKit import AVFoundation class ViewController: UIViewController, UITableViewDataSource, UITableViewDelegate {...
3b59a55952e955a7220718703f4303b62e94a369
[ "Swift", "Markdown" ]
5
Swift
SteveYTan/SiriSays
990f08f7741af48683816640ab9307bd041bcb62
c44768a9dffc11f55676a15b4dd8fc1471465c0d
refs/heads/master
<repo_name>joelryerson/Little-U<file_sep>/Little U/Subview.swift // // Subview.swift // Little U // // Created by <NAME> on 7/24/20. // Copyright © 2020 <NAME>. All rights reserved. // import SwiftUI struct Subview: View { var imageString: String var body: some View { Image(imageString) ...
9d0e86446209149a8c635cdc2f3591e1e9446ed7
[ "Swift" ]
5
Swift
joelryerson/Little-U
b6b4014be237869633696c1d0e8887fa993a14df
75b47ba241395538120f43dc79a46b41f64e1b59
refs/heads/master
<repo_name>nicolascafure/calculadora-avanzada<file_sep>/src/components/Input.js import React from 'react'; const Input = ({setNumero, numero}) => { const leerValor=(e)=>{ if(e.target.value ===""||Number(e.target.value)){ setNumero(Number(e.target.value)) }else{ return }} const resetValor =()=>{ setNumero(0)...
b9ef7c088325fb1d93c949e57f1cb058dc908745
[ "JavaScript" ]
3
JavaScript
nicolascafure/calculadora-avanzada
c0a77a23823cab20ba0b67990f27a57a31f4eb53
d68dd086f269f395e3d1ef56b01a43a4ab7237ea
refs/heads/master
<repo_name>it-academy-pl/KRK-Java-19-09-1-W<file_sep>/src/pl/itacademy/week9/hw/Box.java package pl.itacademy.week9.hw; import java.util.ArrayList; import java.util.List; public class Box<T> { private List<T> items = new ArrayList<>(); public void addItem(T item) { items.add(item); } public ...
4f9bbbe2538e1976f39242f1171580d691dc1322
[ "Markdown", "Java" ]
44
Java
it-academy-pl/KRK-Java-19-09-1-W
9ae4f5ad133125816b88e5f6041bba52624888b2
fd97d09b49160d8cfc3219209ce760317b109c69
refs/heads/master
<repo_name>JoseDavidRodrigruez/Aplicacion2Bimestre4<file_sep>/Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; namespace Ejercicio2Unidad4 { class Program { static void Main(string[] args) { ...
4ad5d68d8940dcbd28c191207f5d7ac84bac4b84
[ "C#" ]
1
C#
JoseDavidRodrigruez/Aplicacion2Bimestre4
c3f9b51443ccdb649ab45e9aadbc4560b77e511a
2322bf0ed5a0a10636fcf3c6ec291ed4bb666a0e
refs/heads/master
<repo_name>CheezItMan/Composition_sample<file_sep>/ActsLike2.rb # ActsLike.rb module Speak def speak(sound) puts sound end end class EnglishPerson extend Speak end class FrenchPerson extend Speak end class CanadianPerson extend Speak end # Create Instance Variables EnglishPerson.speak("Good Morning!...
cd47d3cef5c3f0243148c497085a9e1d7fad3fbe
[ "Ruby" ]
3
Ruby
CheezItMan/Composition_sample
c3b049bf0ffdb2f23f69ce52cca0e79a7b6d3fab
312815ab216dfabf1ae7b8d10e346b67bfd7c2dc
refs/heads/master
<repo_name>jmoscat/thanxup-web<file_sep>/app/controllers/web_controller.rb class WebController < ApplicationController def index end def test end end <file_sep>/app/mailers/question_mailer.rb class QuestionMailer < ActionMailer::Base default :from => "<EMAIL>" def question_email(wazzup) @wazzup = wazzup ...
77210d36b9bbe5cee4207b014effa634fd8edddb
[ "Ruby" ]
5
Ruby
jmoscat/thanxup-web
4d708c18cb137faa05bdd3d3a499bc47579b6a58
28ecd4484fdfa5efb6c8c1605a68c417e231492f
refs/heads/master
<repo_name>valiants/lista-de-tarea-meteor<file_sep>/server/started.js if(Tasks.find().count() === 0){ Tasks.insert({ text:'Hello wordl', fecha: new Date() }); }
475aa96ad108525cfe1700b3f8612e08e080c6e2
[ "JavaScript" ]
1
JavaScript
valiants/lista-de-tarea-meteor
1312090b9ddb3daf8e54eace8dd6e5377ee23e54
e897b87d2aae33cdc60dddeb25c68fcfe2982034
refs/heads/master
<repo_name>Kaendan/Pong<file_sep>/Assets/Scripts/Controller.cs using System.Collections; using System.Collections.Generic; using UnityEngine; // Abstract class : Used by ControllerPlayer and ControllerAI - Controls a paddle public abstract class Controller : MonoBehaviour { // the paddle's Speed public float ...
6588b6ddf767f6337879a785bd2b367b239f5dfa
[ "C#" ]
9
C#
Kaendan/Pong
683926b5d1a31d3553c528cf5b797a8e67ed9cc4
43abbf6343651c6dd7387a1983373f5e243a5af7
refs/heads/master
<file_sep>package com.coign.sam; import java.io.IOException; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLiteDatabase; import a...
eaca6d04cba00ff1cb268492816369c54f42cc5f
[ "Java" ]
3
Java
Adithya-123/Collegephonebook
b4ed4a54dc9f091812181509bcfa7598fac5c5ca
612cba60660ffdcb59af4c7856cfcda3ffe3f346