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/main
<repo_name>Guilospanck/Dota2CountersBackend<file_sep>/README.md # Dota 2 Counters - Backend Backend hosted on an EC2 Amazon instance to serve as backend to the react native application [Dota2CountersReactNative](https://github.com/Guilospanck/Dota2CountersReactNative). --- ## Some configurations to remember ### FOR ...
3e5181b8e5cc6e069265fe5239be9ef6fac3d46c
[ "Markdown", "JavaScript" ]
2
Markdown
Guilospanck/Dota2CountersBackend
fa12dc044f3fdde157af6cb16befca9187f7e554
8483b6ec9d5f509b1b2d1e37b7514ae676774570
refs/heads/master
<file_sep>ANSIBLE_GROUPS = { "chronos" => ["chronos1"], "all_groups:children" => ["chronos"] } Vagrant.configure(2) do |config| config.vm.box = "ubuntu/trusty64" config.vm.provider "virtualbox" do |v| v.memory = 1024 end config.vm.define "chronos1" do |chronos1| chronos1.vm.networ...
7892c5f9437963106145a45ad168d68275144bb5
[ "SQL", "Ruby", "Dockerfile", "Shell" ]
9
Ruby
puneetguptanitj/mesos-vagrant-setup
724062e79e2f4e3c0b559bdd3fd5f486425cb003
729813586104a0d7cba5edb5df9610037c34d773
refs/heads/master
<file_sep>using System.Collections; using System.Collections.Generic; using UnityEngine; public class ColorChangingScript : MonoBehaviour { Light lt; public Light leftLight; public Light rightLight; public List<Color> colors; void Start() { lt = GetComponent<Light>(); //S...
3e001784b35c6f2b95610ee1d383cb4665095a5a
[ "C#" ]
1
C#
garry645/ArenaModel-Team8
8a074693153aa2bd010941cbf970f6075eb6bcb3
d305374cc3a2bd8f1724fdc1d5d06e3a8c7d5671
refs/heads/master
<file_sep>window.onload=function(){ let banner=document.querySelectorAll(".banner .imgqw"); let dot=document.querySelectorAll(".banner li"); let but=document.querySelector(".banner .leftmini"); let but2=document.querySelector(".banner .rightmini"); let father=document.querySelector(".banners"); ...
3a6f66f25af7df0fef6c5edfaad0d3fcc8d41f75
[ "JavaScript", "Markdown" ]
2
JavaScript
wrxwrx/xiaomibig
1699786859408de46acfe7ef4a596dc0eebb37bc
3fb188d60c1c3238a8707def128e128112fba51c
refs/heads/master
<repo_name>H3nr1q/initKotlin<file_sep>/src/com/teste/br/testes/TesteFuncionarioGerente.kt package com.teste.br.testes import com.teste.br.Analista import com.teste.br.Funcionario import com.teste.br.Gerente import com.teste.br.Pessoa import java.math.BigDecimal fun main(){ val Maria = Gerente(nome = "<NAME>", cp...
6a38d904615b620e8919a369681dea90366fc242
[ "Kotlin" ]
5
Kotlin
H3nr1q/initKotlin
d0de3e082e015d453dd0d7b1b1ec5066957e67c0
79c2485d3ee0dfc29c03811e514c4659ca7d1aaa
refs/heads/master
<repo_name>railyt/3.kodutoo-IV-ruhm<file_sep>/edit.php <?php //edit.php require("functions.php"); require("editFunctions.php"); if(isset($_GET["delete"])){ deletePerson($_GET["id"]); header("Location: data.php"); exit(); } //kas kasutaja uuendab andmeid if(isset($_POST["update"])){ updatePerso...
53cb7a587419eab8266b725dc1aa5e8ad55d8583
[ "PHP" ]
4
PHP
railyt/3.kodutoo-IV-ruhm
b93404c94eaf1f17b728e066695c962868cae6b6
652c34dd2b283934e5028355e25fca6037ee3c86
refs/heads/master
<repo_name>cowkey-gem/ars<file_sep>/doc/tables_run.sh #!/bin/sh cat ./tables.txt | while read line do php ../artisan make:migration create_${line}_table done <file_sep>/database/migrations/2018_10_10_084810_create_appointments_table.php <?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\B...
d7cca7ac22f66201be0bfd095ada95043b44638d
[ "PHP", "Shell" ]
2
Shell
cowkey-gem/ars
45b85d328d0691eea285346e013748f8758f07cf
8004961e74eef93c9c7c0d072604afaf45871057
refs/heads/master
<repo_name>MajaMarkovic1/health-institution-typescript<file_sep>/health-institution.ts class Person { firstName: string; lastName: string; date: Date; constructor(firstName: string, lastName: string){ this.firstName = firstName; this.lastName = lastName; this.date = new Date(); ...
a707ca79dd1a8817d7fa8d3116ff7fbe8d694ced
[ "Markdown", "TypeScript", "JavaScript" ]
3
TypeScript
MajaMarkovic1/health-institution-typescript
c12bb3799d734bcd4b544a587aa3ce126fe8d036
4813fa01ae41c8923e49ce794f083496380942b4
refs/heads/master
<repo_name>KiarashMajdiPortfolio/Othello<file_sep>/MoveMaker.java public class MoveMaker { /* * This method is used to apply a previously verified and converted move to the previously defined game board * @position This parameter indicates user or AI specified position. (integer [2]; 0 <= int[0] < 8 ...
42e009c1e539fb22b345b5e985410949a6f08e77
[ "Java" ]
1
Java
KiarashMajdiPortfolio/Othello
c23e4e6d5b90afa668c24b9bdf902ad36ad19ddf
c6ead543ddd831fae2b3c3b5bb01da7e6b57ecf3
refs/heads/master
<repo_name>liurufeng/fb-login-php-lower-version<file_sep>/sample-use/account.php <?php require_once $_SERVER['DOCUMENT_ROOT'] . '/Facebook/autoload.php'; $fb = new Facebook\Facebook(array( 'app_id' => 'YOUR-FB-ID', 'app_secret' => 'YOUR-FB-secret', 'default_graph_version' => 'v2.5'...
5a6833cf38e3a2631976181c626d93c29bac9eed
[ "PHP" ]
1
PHP
liurufeng/fb-login-php-lower-version
ae2e58dadc622b46880be85553aabea8e0b87c80
27b3c18d18fe0a3852274cbee93c881461cb69ed
refs/heads/temitope-unstack
<file_sep>import React from "react" import Layout from "../components/layout" const NotFoundPage = () => ( <Layout> <div className="py-20 px-6" style={{ background: "linear-gradient(90deg, green 0%, darkgreen 100%)" }} > <h1 className="text-4xl font-bold mb-2 text-white">404</h1> <p c...
10e8799a6e5badfe862755294ee6536772ce1710
[ "JavaScript" ]
1
JavaScript
temitopeakinsoto/unstack
676256ed07de1511dd870f0955911330c8a5334a
35ca59784bb75cee1c7f1dfe4cf5bd06746a1fae
refs/heads/main
<file_sep># Google-meet-self-attendance-bot ![image](https://user-images.githubusercontent.com/53044755/128644862-24050b91-ce1c-4988-bfe7-1ba20a484a9b.png) An attendance bot which joins google meet automatically according to schedule and marks present in the google meet. I have been missing my morning online lectur...
d7abf68e24508ab4340ac1bee2aa28b7ce80cbde
[ "Markdown", "Python" ]
2
Markdown
Sameer-Karoshi/Google-meet-self-attendance-bot
fc4da64b53ed2f21bf3c4aa3dc07752c635e6c4f
cc12c3a59bc7f204395443c66bde00cd4ad3eedb
refs/heads/master
<repo_name>hdwatts/project-euler-even-fibonacci-e-000<file_sep>/lib/even_fibonacci.rb # Implement your procedural solution here! def even_fibonacci_sum(limit) arr = fib([1, 2], limit) sum = 0 arr.each do |num| if num % 2 == 0 sum += num end end sum end def fib(array, limit) if array[-1] + a...
d102b2203f99a4f378ee59580abca22159b51fab
[ "Ruby" ]
2
Ruby
hdwatts/project-euler-even-fibonacci-e-000
f5d1f026c9ae60292010d40d5c0a53735169573f
f4f468c1227611c87ec5edb69c08d5cd35eede2a
refs/heads/main
<file_sep>using NUnit.Framework; namespace Oware.Tests { public class MockScoreHouse : IScoreHouse{ public int GetCount() { throw new System.NotImplementedException(); } public void AddSeed(Seed seed) { throw new System.NotImplementedExcept...
af29f69364d971408d571b819ddc4f999e697d3d
[ "C#" ]
1
C#
siya9/travi
75911a6c2e5072212dcb43a36ac488ae1e8b985b
88d432e5998c51ec1973e4c8cd452eb0af547bb1
refs/heads/master
<file_sep># MyButton_iOS UIView를 상속받아 나만의 버튼을 만들어보는 예제입니다. <file_sep>// // MyButton.swift // MyButtonIBDesignable // // Created by yagom // Copyright © 2017년 yagom. All rights reserved. // import UIKit /** 영문 문장으로 작성되어 있는 주석은 UIButton 혹은 그의 부모 클래스, 혹은 UIControlState 등 UIButton 문서에서 찾아볼 수 있는 property 혹은 method의...
c79c0a46ac76954734b5b38b4f15233bfa2e1c78
[ "Markdown", "Swift" ]
3
Markdown
connect-boostcamp/MyButton_iOS
a020c1903be0fa2d52faa73236ff9fc416e03c31
6bfa7001fb36570a448c73e866f2d7830f39a23c
refs/heads/master
<file_sep>using FakeItEasy; using Microsoft.Practices.Prism.Mvvm.Interfaces; using Microsoft.VisualStudio.TestTools.UnitTesting; using Sandbox.UILogic.ViewModels; namespace Sandbox.Tests.ViewModels { [TestClass] public class TestMainPageViewModel { private INavigationService _navigationService; ...
5fadbda7653e837d5d690bd91a29c8e628a6eb0b
[ "C#" ]
31
C#
tomaszpolanski/Sandbox
9c0e582098994e84473ff647c7fa4d408e61d957
02094b49d1f1f19375f09064f4bb599d752e501a
refs/heads/master
<repo_name>taityoukou/JavaProject_for_study<file_sep>/DesignPattern_State/readme.md 状态模式(State) 核心思想就是:当对象的状态改变时,同时改变其行为,很好理解!就拿QQ来说,有几种状态,在线、隐身、忙碌等,每个状态对应不同的操作,而且你的好友也能看到你的状态,所以,状态模式就两点:1、可以通过改变状态来获得不同的行为。2、你的好友能同时看到你的变化。 例子里面,State类是个状态类,Context类可以实现切换 输出: execute the first opt! execute the second opt! ...
9f2cdd352cd17a8309bbe7e40f5b80ab36624c8a
[ "Markdown", "Java" ]
14
Markdown
taityoukou/JavaProject_for_study
7f89bb699d4a6818f86a1e1762f0a03f678ec72e
75a8a09713071e9c76af63f2c446298c949fbbcd
refs/heads/master
<file_sep>#pragma once #include<vector> #include "Tonomat.h" #include <deque> #include <list> #include <iostream> #include <algorithm> #include <iterator> #include <fstream> using namespace std; template<typename T> class RepoT { private: vector<T> el; public: RepoT(); void addItem(T t); void d...
69947c72fa3746ecb8cadc37381741655227620c
[ "C++" ]
10
C++
LauraDiosan-CS/lab5-6-template-stl-Lorena-Pop
fffe9691137bf1bccd46acfc01dede42ff72d02a
66548e60edc2e7c188b35b571816b4607d91b6bb
refs/heads/master
<file_sep>import React from "react"; import "./App.css"; import Website from "./website/Website"; import Client from "./client/Client"; class App extends React.Component { constructor() { super(); this.state = { username: "", showLogin: false }; } login = username => this.setState({ user...
71a5152e6b295b76be0511e63246adc1a18a4831
[ "JavaScript", "Markdown" ]
25
JavaScript
LaSkilzs/HairStudio-CRM2-FrontEnd
dc67418d6cb6801389430f9309716b6adc6790d8
230c836dff30b66ce3366f42e325df2a3854c07c
refs/heads/master
<file_sep>const insertCss = () => { const css = `.error_choose { display: none !important; }` const head = document.head || document.getElementsByTagName('head')[0] const style = document.createElement('style') head.appendChild(style) style.type = 'text/css' style.appendChild(document.createTextNode(...
873329297a581465cba6d0e537a2acadc9bda8c2
[ "JavaScript" ]
1
JavaScript
spasea/tests-helper
9dfa557c1bdb499a24837c7b5f49d8cb713a3cd1
89d65094e2a4423e1c44eecde7eb058bf5626232
refs/heads/master
<file_sep>#!/usr/bin/env node import LSPServer from "./language-server"; import * as fs from "fs"; import findUp from "find-up"; import * as path from "path"; const packageFilePath = findUp.sync("elm.json"); if (packageFilePath === null) { console.log("Unable to find an elm.json file, elm-lsp will be disabled."); ...
83d0d28d87ddfb29b23f162460cf81c03e90ad36
[ "JavaScript", "TypeScript", "Markdown" ]
3
JavaScript
antew/elm-lsp
742032ece7104e34c33554092546b4a5a0ef4a5a
900b8969b36afa7292e7c7f7fd691a799a107f6d
refs/heads/master
<repo_name>nabeshin/Cyotek.Windows.Forms.ColorPicker<file_sep>/Cyotek.Windows.Forms.ColorPicker.Demo/ColorPickerDialogDemoForm.cs using System; using System.Drawing; using System.Windows.Forms; namespace Cyotek.Windows.Forms.ColorPicker.Demo { // Cyotek Color Picker controls library // Copyright © 2013-2014 Cyote...
7c9c8ea3a1cc76eee52cd9b74324bbe1e2e19935
[ "C#" ]
1
C#
nabeshin/Cyotek.Windows.Forms.ColorPicker
0a8020bf2079b311249f98563b5fe12160c7b593
a37f465b0c3e846d6d3374d7e981eea74ccbea7a
refs/heads/master
<repo_name>njdup/personalSite<file_sep>/views/animation.js function print(text){ var message = document.createTextNode(text); var cursor = document.getElementById("cursor"); document.getElementById("firstLine").removeChild(cursor); document.getElementById("firstLine").appendChild(message); document....
25641cf2ef9df5a480923d8ef85593d5e55e0f5f
[ "JavaScript" ]
1
JavaScript
njdup/personalSite
f4db4bbc14791c2f61c01490920eea3eb6ece67c
18f965dd753803ecc106f43e10b2ce734d2ba68a
refs/heads/master
<repo_name>Egalloc/CollageBuilderUpdated<file_sep>/collageBuilderMockup/src/collageBuilderMockup/APIResponse.java package collageBuilderMockup; import java.util.List; public class APIResponse { SearchInfo searchInformation; Item[] items; public SearchInfo getSearchInformation() { return searchInf...
9330291bf041422aa1a0f5aafd1d5b4fd43fa657
[ "Java" ]
1
Java
Egalloc/CollageBuilderUpdated
3105136d10673d4c9fe80ceee5e68d082dd0fd85
938280d6ed94b685a96ebc14f5446636bee533ed
refs/heads/master
<file_sep>#![feature(proc_macro_hygiene, decl_macro)] #[macro_use] extern crate rocket; #[macro_use] extern crate rocket_contrib; #[macro_use] extern crate serde_derive; #[macro_use(bson)] extern crate bson; extern crate chrono; mod lib; mod meta; mod models; mod controllers; mod utils; #[get("/")] fn index() -> &'...
b34f80223b8bea00dfe8092f1eb45f3e90d9a91f
[ "Markdown", "Rust", "TOML" ]
4
Rust
Rodrigoaz7/twitter-rocket-rust
c32abdda7b7979a4bae307a998313fcb2c2c38b1
709d1320125d6d06eae0e14c0973396bca9daac2
refs/heads/master
<file_sep># Installation > OS - Linux(RHEL/CentOS/SUSE/u) - Win - OS X > 字符集 character set - utf8 - utf8mb4 - gbk ## REF - [installing](https://dev.mysql.com/doc/refman/5.6/en/installing.html) - [binary-installation](https://dev.mysql.com/doc/refman/5.6/en/binary-installation.html) - [windows-installation](https:...
0ee3daa464cf466b38176d242b4ca5d26e578e3a
[ "Markdown", "SQL", "Shell" ]
54
Markdown
dikang123/mysql-study
dd4a6b53a4204e7a2f723571b9d551500dd29799
0a1fe95b299707cbefc0b50b131c334ae33c3f6d
refs/heads/master
<repo_name>evgenidb/Telerik-exams<file_sep>/Semester 1/CSharp - Part 2/FirstExam/Greedy Dwarf/Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Greedy_Dwarf { class Program { static void Main(string[] args) ...
f1c250ad63e4c811ff2d7d31fa041c3e3efce9cc
[ "C#" ]
3
C#
evgenidb/Telerik-exams
9ab3141db0bcd202d6df4a21704ca912e491f898
ce7b676af543e52b3aff9da44ff81a9eac53352f
refs/heads/master
<file_sep>from django.contrib import admin from termine.models import * # Register your models here. <file_sep>from django.shortcuts import render from django.views.generic import TemplateView from termine.models import * # Create your views here. class TermineView(TemplateView): template_name = "base_termine_ind...
93fb224f08f59e46b7d9c05eb175b88dc0ab90ea
[ "Markdown", "Python", "Text" ]
28
Python
enlightenedbit/SchuetzenHomepage
79dc8a999c9e2e2752958e480e1bc1da3ed2601a
c6aee18b9e846521bba4503af797b99b8a877518
refs/heads/master
<file_sep>export const MY_CONST = 36; <file_sep># verdaccio-publish Publishing to a private NPM registry with `verdaccio` ---- ### Publish via the `verdaccio` CLI: ``` yarn --cwd ./publisher-cli && yarn --cwd ./publisher-cli test ``` ### Publish via the `verdaccio` Node.js API: ``` yarn --cwd ./publisher-node-api &&...
91b7e82e2ba2e8ffa15b55badde7f65ba677bf9e
[ "JavaScript", "Markdown" ]
2
JavaScript
kittaakos/verdaccio-publish
9bc16a8302b069ad1eb6aafc8281124ec4eb603d
db9fc7ccac9b9dfa58a3dc06b9df66692aece866
refs/heads/master
<file_sep>package com.example.backend; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertTrue; import java.util.List; import java.ut...
d8fbc9e8dd218e0551df0f7c200bdea7ed0faf60
[ "Markdown", "Java", "INI" ]
15
Java
PVT6/PVT6
006b23e16f05b588b8c450ab379577d5744e3ded
de791aa0dc33801503bb9e5840b01b43a17ae8ce
refs/heads/master
<file_sep>// This Program uses the Luhn Algorithm to detect // invalid credit card numbers // by <NAME> 2017 #include <stdlib.h> #include <stdio.h> //--------------------------------------------------- // **** PROTOTYPES **** //--------------------------------------------------- int find_sum1(int a[], int le...
7fcbccfa8a4e2451633dd16ed9cd285d8d7d3657
[ "Markdown", "C" ]
2
C
AndrewColbeck/C_CreditCardValidator
c97948281bee3afcf0647b4abef5e3c711cf5b74
a512bd04cdc818db04d0c4b18f7f63bebaea5288
refs/heads/master
<file_sep>import scrapy from musicspider.items import MusicspiderItem class QuotesSpider(scrapy.Spider): name = "musicspider" domain = 'http://www.luoo.net' def start_requests(self): urls = [] for i in range(1,90): urls.append('http://www.luoo.net/tag/?p='+str(i)) for u...
c314257f6edbdc0ed764e25f4af4f2755e7c011a
[ "Markdown", "Python" ]
4
Python
zmarvin/music_spider
cfa8bf7f1ca9ef577820fc3f0981bc0fd113a318
54501a8b792e9095cf376d9ba153571ad1bc2815
refs/heads/main
<file_sep>[package] name = "nginx-log-rotator" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "3.0.0-beta.4" env_logger = "0.9.0" log = "0.4.14" nix = "0.22.1" serde = "1.0.130" serde_derive = "1.0.130" serde_ya...
f89b81b5392ae8f7b4d20b1af30fcd95f9fa46d7
[ "TOML", "Rust", "Markdown" ]
3
TOML
namachan10777/nginx-log-rotator
8579ad79946f4c60f555d63d03ef3ca14c76c99d
31dc38ec50e2c704dcc7d6fd408a13b84daa15db
refs/heads/master
<repo_name>elastict/Orleans.CosmosDB<file_sep>/src/Orleans.Persistence.CosmosDB/Options/IPartitionKeyProvider.cs using Orleans.Runtime; using System.Threading.Tasks; namespace Orleans.Persistence.CosmosDB.Options { public interface IPartitionKeyProvider { ValueTask<string> GetPartitionKey(string grainT...
62c92b82ffd0667a456d1c79acd46229f6b0649c
[ "C#" ]
1
C#
elastict/Orleans.CosmosDB
62c600bdf34900cc32d72838db870a438581dcc2
9afb853fd69b26bc9cbcf74e02f75fb6f9ac988d
refs/heads/master
<repo_name>helderberto/d3test-front<file_sep>/app/components/InputField/index.js import React, { Component } from 'react'; import ReactDOM from 'react-dom'; import PropTypes from 'prop-types'; import InputMask from 'react-input-mask'; class InputField extends Component { constructor(props) { super(props); } ...
e7c5aca4d9d3d015e5805b56f002ee496d42d6eb
[ "JavaScript" ]
7
JavaScript
helderberto/d3test-front
c4db5a854d1b2c365542ffda812bdf49824240f1
dadaaffdda0a43ca8eab17a898c86c851777c84f
refs/heads/master
<file_sep>import React,{ Component } from 'react'; import {View,Text,Image,TextInput,StyleSheet,TabNavigator} from 'react-native'; import newsComponent from './news'; export default class HomeComponent extends Component { constructor(){ super(); } render(){ return <View> ...
c60cae1305ebf79ff0aacdd1254f5eeea01cea31
[ "JavaScript" ]
3
JavaScript
wenfangcao/haiboApp
28fafa254a243f16ebc483607f190de1b560eeaf
591ec7007b1515c0472c8dabb18e6fe805d7823c
refs/heads/main
<repo_name>xyh777/acceleratorBe<file_sep>/accelerator/src/main/java/com/accelerator/accelerator/repository/StudentRepository.java package com.accelerator.accelerator.repository; import org.springframework.data.jpa.repository.JpaRepository; import com.accelerator.accelerator.entity.Student; public interface Student...
807749635c73d26e41f35a2b67c46667d8e5b105
[ "Java" ]
2
Java
xyh777/acceleratorBe
b76b9cec42dff18b4e1102cf3b60ce197534e787
8238b2245a558fd51330740e0d592a2aedeb0bcb
refs/heads/master
<file_sep>import React from 'react' import EventCard from './EventCard' const AllEventsList = ({events = []}) => { return( events.map(event => <EventCard name={event.name} time={event.time} location={event.location} date={event...
535b3d0fa77f816716be2202413603a8c59cf990
[ "JavaScript", "Markdown" ]
53
JavaScript
adao88/handshake
3dc4e921376eda80900fb53bdcc2a0adaf6163b0
b2a8625b64b71b3ac6a23acc07e0b1dbc46262ee
refs/heads/master
<file_sep>from enum import Enum case_running_status = Enum('PASS', 'FAILED', 'INIT', 'RUNNING') case_operation_status =Enum('PRE','POST') <file_sep># -*- coding: utf-8 -*- import logging import sys import importlib as importlib from time import sleep import yaml from cct.engine import Engine from cct.testset impo...
a9f1507c12139e6687983445b5e5f5e97062ae41
[ "Python" ]
10
Python
LmangoLemon/mind
1b269acca41f840c5c71cb6c92ec92ecfb977ad4
9dc7e08ab879c5999e7f0e0256ea2cf043e61297
refs/heads/master
<repo_name>gt-elc-lab/thrum<file_sep>/README.md # thrum visualization for campus social media activity <file_sep>/__init__.py from collection import * from analysis import * __all__ = ['collection', 'analysis'] <file_sep>/analysis/tfidf.py import math import re import nltk import string from nltk.tokenize import word_...
e8b2e19fc6f24895876ab91c9b6093181d615e12
[ "Markdown", "Python", "JavaScript" ]
15
Markdown
gt-elc-lab/thrum
6ef19f6b3e58107eeab78c14efcab159a396a8fa
04ee497a7ad17d43dedacb95bb729b9e05bc2474
refs/heads/master
<repo_name>ShreedharaCA/clone-flipkart<file_sep>/.c9/metadata/workspace/README.md {"changed":true,"filter":false,"title":"README.md","tooltip":"/README.md","value":" The Following page is a Clone Of FLIPKART by Using Twitter Bootstrap. The intention of making this page is only for LEARNING PURPOSE ALONE.","undoManager"...
2dd5c4e4b5c13bc344fc24a28893e992510e89fe
[ "Markdown", "PHP" ]
3
Markdown
ShreedharaCA/clone-flipkart
249163a3e1ea3644de3c6a2a8b8b2bd1c311fcc9
6f9b431dd34f1f1f9ff257731d53c62d733a3b52
refs/heads/main
<repo_name>simplex3510/Geometria_Fail<file_sep>/Assets/Scripts/Title/SureExit.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class SureExit : MonoBehaviour { float height= 50f; RectTransform rectTransform; void Start() { rectTrans...
eb86c37fded5f0d5bad2d8714e147c67d3b5eef6
[ "C#" ]
10
C#
simplex3510/Geometria_Fail
7ebe809a5cecd1770633fecd4c8b8f0c5481cc16
42433d5247cf8fa9e524fa4bdae16ae0c12425bc
refs/heads/master
<repo_name>dmkanter/PIR-burgler-alarm<file_sep>/README.md # PIR-burgler-alarm Created this for my kid so we get alerted should someone dare enter his room To use, need to have the RPi.GPIO python library installed also need to have a Prowl API key <file_sep>/pir-nokey.py #!/usr/bin/python import RPi.GPIO as GPIO impo...
bdc331ab3a6b8bdca09fdf5dae5aad253997a9fe
[ "Markdown", "Python" ]
2
Markdown
dmkanter/PIR-burgler-alarm
bf81b732fb43f5f0a42f03cfe246c59227a0a295
8b3b3f747453e90b3728f96ec4bbbcbb217dc5bb
refs/heads/master
<file_sep>from django.shortcuts import render , redirect from django.contrib import messages from .models import Show # Create your views here. def index(request): context = { 'shows': Show.objects.all() } return render(request, 'shows.html', context) def new(request): return render(request, '...
4b8e025931db7ed234b2f4a9aaf34bdc1434346e
[ "Markdown", "Python", "HTML" ]
24
Python
hayesspencer/python
14daad63b452edaa6ad14a3ca1cb3b2a453532bb
93e23866624be1c5fcea0650252313e9574555fd
refs/heads/master
<repo_name>cooper-lyt/participant<file_sep>/src/main/java/cc/coopersoft/common/EnumHelper.java package cc.coopersoft.common; import cc.coopersoft.common.util.DefaultMessageBundle; import javax.inject.Inject; import javax.inject.Named; import java.util.MissingResourceException; import java.util.ResourceBundle; /** *...
5912098c0bcace0765d65173ceab9766f5c40b6b
[ "SQL", "HTML", "JavaScript", "Maven POM", "INI", "Java" ]
34
Java
cooper-lyt/participant
fcf45dc13cdd058b34ddb79d41d3b22f5f8a8267
2378913c25d56ce73b508aba046f76f7e4faf366
refs/heads/master
<file_sep> ## Comments ### 2016-11-04 Linux has a NOTE on mis-spelled words, it is a false positive. All revdep authors were emailed on 2016-10-17. Have only been in contact with the authors of 'plotly' about changes. Thank you for your time. Best, Barret #### Test environments and R CMD check results * local OS...
91db4a1eaca8975ecd06119bf2d0d7d445c30c0e
[ "Markdown", "R" ]
12
Markdown
cpsievert/ggally
274deb8c72d6408a31b34adc751d445dcdd46ee6
622426a8d357378db595b2f5272033259d002c2e
refs/heads/main
<file_sep>using System; namespace oppmotobayi { public class Motor { public int secim { get; set; } public int Hscm1 = 1000; public int Hscm2 = 1000; public int Hscm3 = 1000; public int Hscm4 = 1000; public int Hscm5 = 1000; public int Hsc...
cdba73fe3e9ecc15f792ba03550d37651ef80600
[ "C#" ]
1
C#
canmadenn37/oppmotobayi
77b6d1ba7ccae11ad808ae12cf44abfd64bfaa65
f1c10f7834ed539aab1e5eb3ed3768fc1f2a27b5
refs/heads/master
<file_sep><?php /** * SermonAudioAPI connects to the sermonaudio.com json api via PHP * * @author <NAME> * @package SermonAudioAPI * @version 0.2.2 */ namespace CarlosRios; class SermonAudioAPI { /** * API key provided by Sermon Audio * * @access private * @since 0.1 * * @var string */ priv...
af4e3479b36bff862e00041c21aaaddf0613e5c8
[ "Markdown", "PHP" ]
3
PHP
CarlosRios/sermonaudio-php-api
424424902a41fdc747e1ba9911133c68c9a64eed
4c4b69448adac392a19fdd8e63c78e2a450ddbda
refs/heads/master
<repo_name>haiplk/Dockerfiles<file_sep>/mysql-56/docker-entrypoint-initdb.d/setup-sstmp.sh #!/bin/sh # Create the /etc/ssmtp/ssmtp.conf file for sending reports, using # values specified in the environment. cat << EOM > /etc/ssmtp/ssmtp.conf root=$SSMTP_SENDER_ADDRESS mailhub=$SSMTP_HOST AuthUser=$SMTP_USER AuthPass=$...
06f1cccb06d2dbbaac29f51d7cfb91f156f29f64
[ "Markdown", "Dockerfile", "YAML", "Shell" ]
6
Shell
haiplk/Dockerfiles
fc7e94bfcdc6cb6020ec32f393cf02311645d853
f3a8c8e1321ec1be81fc0e1f3209c5f411f92b8e
refs/heads/master
<file_sep>using System; namespace exercise_2 { class Program { static void Main(string[] args) { Console.WriteLine("Введите слово!"); String word = Console.ReadLine(); switch (word) { case "мяу": Console.WriteL...
b5776c0843db4f28872e13a92ecf78dfd93138be
[ "C#" ]
1
C#
Ratimir989/exercise_2
1da9832bdbade3cd9988c4be3edf10fe79b7536c
421331ed48ae2f867383d49653d5ed8ff5d6b5cf
refs/heads/master
<repo_name>kain647/product-page<file_sep>/README.md Project can be found here: https://product-page-kappa.vercel.app/ <file_sep>/src/product/styled.js import styled from "styled-components"; export const Container = styled.div` display: flex; width: 100%; height: 100%; justify-content: center; align-items: c...
431062b939aee2a583faaf199da2935c048910af
[ "Markdown", "JavaScript" ]
3
Markdown
kain647/product-page
b4f0c7594d28ef85735d5e88109bf8359cc735ca
acd77a37d86399aeceea77a4977b986c048f2489
refs/heads/master
<file_sep>package cn.itcast.constant; public class TransactionConstants { public static final String USER_ID = "id"; public static final String USER_ROLE = "role"; public static final String USER_USERNAME = "username"; public static final String USER_NICKNAME = "nickname"; public static final String USER_SESSION...
726143b295476163338521bcabd8ae1f891f33bc
[ "Java" ]
18
Java
atlantis68/biantrade
c9187b37e18baf82402fb14a8af3616330ee68f3
3860c277832bf5d9a69636119276e609d29ce254
refs/heads/master
<repo_name>lforet/robomow<file_sep>/telemetry/gps_tool.py #GPS distance and bearing between two GPS points (Python recipe) #This code outputs the distance between 2 GPS points showing also the vertical and horizontal bearing between them. from math import * #Two Example GPS Locations lat1 = 53.32055555555556 lat2 = ...
02d1d89ed3c2a71a4f5a36f3a19f0683a0ae37e5
[ "Python", "C++", "reStructuredText" ]
307
Python
lforet/robomow
eca69d000dc77681a30734b073b2383c97ccc02e
49dbb0a1c873f75e11228e24878b1e977073118b
refs/heads/master
<repo_name>chrisgud/TriviaGame<file_sep>/README.md # TriviaGame ### A simple trivia game * Clicking the Start button displays: * A 30 second timer that counts down to 0 * 8 multiple choice trivia questions with 4 possible answers * A Done button to submit answers, otherwise the quiz ends when the timer hi...
ac191da58a94f512acc917d9d1743f322a194ba4
[ "Markdown", "JavaScript" ]
2
Markdown
chrisgud/TriviaGame
6491f465db8030e639c963f4b4973be12bf527db
f0feea548adff814c777d6b317dc621765cd73a1
refs/heads/master
<file_sep>'use strict'; let inquirer = require('inquirer'); const question = { type: 'list', name: 'game', message: 'Welcome! Select the game, U want to play:', choices: ['puzzles', 'building'] }; function getSelectedGame() { return inquirer.prompt([question]); } module.exports = { getSelectedGa...
600c5ed51847313c7151d4e7501c90281762f3de
[ "JavaScript", "Markdown" ]
9
JavaScript
Julia-Chubatyuk/tetris
409ace611202deadb91d6f0a4866c400e66290a9
47e463d58a72c9b54aa05aeccfe3aae8781fd631
refs/heads/master
<file_sep>package com.neuedu.hospital_back.service; import com.neuedu.hospital_back.mapper.InvoiceMapper; import com.neuedu.hospital_back.mapper.RegistrationMapper; import com.neuedu.hospital_back.mapper.WorkloadsCountMapper; import com.neuedu.hospital_back.po.WorkloadsCount; import net.sf.json.JSONObject; import org....
8071f03a8810602882290d42374f630126476c16
[ "Java" ]
39
Java
Jesse-HXY/hospital_back
21811ccd06b48498e8e17a7609e85431d76d9c18
b770d3489b5af6e20ef7fd75ab5c77254b2de5ab
refs/heads/master
<file_sep>``` Usage: rrdtoold.py [options] command Options: -s, --signal=[start|stop|restart|debug] -h, --help INSERT INTO mps_messages(topic, message, created_at) VALUES('rrdtool', '{"command":"remove", "username":"twkang010602", "datetime":["2017020801","2017020802"]}', now()); CREATE TABLE `mps_messages` ( `id` ...
9bf1a9a5da31495c596bfdb3f5d531fee267a12b
[ "Markdown", "Python" ]
4
Markdown
ms0011054/rrdtoold
cd98e50ce1950e0dc6f0ff1addcae6cf27911785
10f64c07abe5998614ebaa2518d6deae051cc526
refs/heads/master
<file_sep>DISCORD_TOKEN=<PASSWORD> BOARD_NAMES=a,c,w,m,cgl,cm,n,jp,v,vg,vp,vr,co,g,tv,k,o,an,tg,sp,asp,sci,his,int,out,toy,po,p,ck,lit,mu,fa,3,gd,diy,wsg,qst,biz,trv,fit,x,adv,lgbt,mlp,news,wsr,vip,a,a,biz,biz,o,o,adv,adv,tv,tv,mlp,mlp,v,v,vg,vg BOT_PREFIX=! BOT_FREQUENCY=10000 INSULT_0=GITHUB_TOS<file_sep>const fetch ...
83f8434c5b6d4be142be4fd59c94acaaf50af536
[ "JavaScript", "Markdown", "Shell" ]
11
Shell
ACSD/thread-watcher
96dd269a34048778fa04e63f97b925942efd7f65
10e4dbfc27378c63784eb8c7c9038e56755cfcf4
refs/heads/master
<repo_name>IVnaBo/SwiftCookBook<file_sep>/Podfile target 'SwiftCookBook' do platform :ios, '9.0' use_frameworks! pod 'SnapKit' pod 'Kingfisher' pod 'SVProgressHUD' pod 'Alamofire' pod 'SwiftyJSON' pod 'MJRefresh' end <file_sep>/SwiftCookBook/SearchCtrl.swift // // SearchCtrl.swift // SwiftCookBook // // Created by...
beed5026ef846c70a071dd70199a421f54014b92
[ "Swift", "Ruby", "Markdown" ]
14
Ruby
IVnaBo/SwiftCookBook
461af0ef2807ca24f2dd733d13a6708655535414
6f5eb7c9af6d960868c9765e6415823f87cdc86d
refs/heads/master
<file_sep>const express = require('express') const db = require('./models') const app = express(); const bodyParser = require('body-parser') const cookieParser = require("cookie-parser"); const userRoutes = require('./routes/user') const port = process.env.PORT || 3000 app.use(bodyParser.json()); app.use(express.urle...
aedff78095eaf9001692a7ae00e2b4198a6349e6
[ "JavaScript" ]
2
JavaScript
manpreet711/UserLogin
0e3a12884f8fc94e5364c0088a158c2cc677c150
76fc3a38bd764b8c5e5fa0e02bfae965af9161a8
refs/heads/master
<file_sep>module Helper def instance_running?(*args) state = ec2_instance_state(*args) state == 'running' ? true : false end def instance_stopped?(*args) state = ec2_instance_state(*args) state == 'stopped' ? true : false end def instance_stopping?(*args) state = ec2_instance_state(*args...
7b5c90c33f953a48181d954278504308a912d8f1
[ "Ruby" ]
9
Ruby
AaronKalair/jlaws
b039ed79b7ebe1a63f310d2f2f7edb2f05e1a711
3d191faffb237ff5a2c4549b0fcc006265291f57
refs/heads/master
<repo_name>kshnam/Tensorflow_Tutorial<file_sep>/Load_and_preprocess_data/Load_and_preprocess_data(pandas_DataFrame).py from __future__ import absolute_import, division, print_function, unicode_literals import pandas as pd import tensorflow as tf # heart.csv파일을 다운받는다. csv_file = tf.keras.utils.get_file('heart.csv', 'h...
d08e2039ef3144754f10735542e706c12d56da8c
[ "Python" ]
1
Python
kshnam/Tensorflow_Tutorial
e4296af7f45a296097ace615ca138035a2202a79
c9bd4152492add7dd9a6c7aafa354444d3a76329
refs/heads/main
<repo_name>hrkanon/pin-matcher<file_sep>/mine.js function generatePin(){ const pin = Math.round(Math.random() * 10000); const pinText = pin + ""; if(pinText.length == 4){ document.getElementById("display-pin").value = pin; return pin; } else{ generatePin(); } } document...
62d071ecdfde50dcaf33ab7b879cd885398787ba
[ "JavaScript" ]
1
JavaScript
hrkanon/pin-matcher
51ded64da5d719cfa155782b6c4ac8ea001f2780
57c5cb0c4dc3b905c0e5f41ec95781021e8d49a9
refs/heads/master
<file_sep>require 'sequel' require 'pact_broker/models/pacticipant' module PactBroker module Repositories class PacticipantRepository def find_by_name name PactBroker::Models::Pacticipant.where(name: name).single_record end def find_all PactBroker::Models::Pacticipant.order(:n...
8ca0b0759a2aade6ad1754917829992b3945b9c4
[ "Markdown", "Ruby" ]
29
Ruby
Maxim-Filimonov/pact_broker
cd8baf2798b9882e1a4799ea0334db1a14da03df
3db376ea76483ca53510a6fb9ecc427e921bafc0
refs/heads/master
<repo_name>jaebyunglee/Algorithm<file_sep>/SCAD완성_(2019.05.16).R rm(list=ls()) set.seed(1) n = 1000; p = 30 x.mat = matrix(rnorm(n*p),ncol=p); b.vec = 1/(1:p) exb.vec = exp(drop(x.mat%*%b.vec)); p.vec = exb.vec/(1+exb.vec) y.vec = rbinom(n,1,prob=p.vec) iter.max = 1e+3;eps = 1e-05 ###concave function # lam ...
b628b8359db2eef2b1ddf81e15094eec29da5b7f
[ "R" ]
4
R
jaebyunglee/Algorithm
0a5380bad71105f788d623278586b41b37420a05
f830dfb98ed27c4a2c9927e1353e291aa00df30f
refs/heads/master
<file_sep>export default { addCount(state, num){ state.count = num } }<file_sep>export default { updatedAsync({commit},payload) { setTimeout(()=>{ commit('addCount', payload.num) },payload.time) }, }<file_sep>import Vue from 'vue' import Vuex from 'vuex' import state ...
da5ae26b43b4eaa87818ce0cba039522dd864f45
[ "JavaScript" ]
3
JavaScript
F1eyadu/vue-demo
bcd504bdc00ae20a73dbf98905af8e942912beea
26114fa18d4b57d663856571025d57eaac2a4112
refs/heads/master
<repo_name>yanzheyusam/COSI12b-Team07-Final-Project<file_sep>/src/StoreAssistantManager/Product.java /* The Product class that is abstract, containing the information of a product */ package StoreAssistantManager; public class Product { public String name; public double cost; public double price; public int...
ef51050fc70bc0c107080ebbf2190d5d6d06172d
[ "Java" ]
4
Java
yanzheyusam/COSI12b-Team07-Final-Project
08feb25400a4d0851ecd3326ed65de426bdf46aa
253b24fdb6ca380ced43b2656e9f7d80583e9607
refs/heads/master
<file_sep>// Ionic Starter App // angular.module is a global place for creating, registering and retrieving Angular modules // 'starter' is the name of this angular module example (also set in a <body> attribute in index.html) // the 2nd parameter is an array of 'requires' angular.module('quizTaker', ['ionic']) .co...
cf556eef1c4c96a5ee5c5291d19bfc0c1b10b381
[ "JavaScript", "HTML", "Markdown" ]
7
JavaScript
haideralishah/QuizTaker
4c58c0556cfd9cf143f91a325c85caafe144fe77
096eb998a2a3a87a839a2c585b1d97d9bd29cc36
refs/heads/master
<file_sep>const aws_sdk = require('aws-sdk'); const schema = require('./validation'); aws_sdk.config.update({region: 'ap-south-1'}); const book = new aws_sdk.DynamoDB.DocumentClient(); function getByBookId(id) { var params = { TableName: "books_dev", Key: { book_id:parseInt(id) ...
4123005cf5c277f15208a2cfe70bd249fc6be77c
[ "JavaScript" ]
4
JavaScript
amolnarayanpatil08/book
b1372143188e5a785b32108602dae4bf360c0352
f54d0de48c146a935d5045c3e104566abff51e04
refs/heads/main
<file_sep># Notes - http://www.joshkunz.com/iTunesControl/ - https://discussions.apple.com/thread/250208393 - http://samsoft.org.uk/iTunes/scripts.asp - http://samsoft.org.uk/iTunes/links.asp - https://pbpython.com/windows-com.html - https://documentation.help/iTunesCOM/main.html - https://github.com/ybnd/beets-plugin...
3515398f62ddc2f156c771e857ac988c99299e90
[ "Markdown", "Python" ]
4
Markdown
Zazvo/beets-itunesimport
7bcca238a0812789deed33ff4e2d1e98cfdf3d1b
22250f68e731553155315bc242660bcec14dda2a
refs/heads/master
<repo_name>yuki-js/lnd<file_sep>/invoices/invoice_expiry_watcher.go package invoices import ( "fmt" "sync" "time" "github.com/lightningnetwork/lnd/channeldb" "github.com/lightningnetwork/lnd/clock" "github.com/lightningnetwork/lnd/lntypes" "github.com/lightningnetwork/lnd/queue" "github.com/lightningnetwork/l...
c3eb104f511bc3ca8a6b84b4fb8e5bee6137497b
[ "Go" ]
2
Go
yuki-js/lnd
241f62fbb69df7abf098d528f036259ac6185a1f
51fde58df80f361b72c5ed50c90959833f3417cc
refs/heads/master
<file_sep><?php //declaration du titre de la page $blog->titre='Erreurs'; //démarrage de la mémoire tampon ob_start(); //mise en forme des erreurs ?> <p class='erreurs'>Une erreur est survenue : <?= $message ?></p> <?php //arret de la mémoire tampon $contenu=ob_get_clean(); //appel à mon gabarit require_once 'gabar...
7baf8db20248f4638aab17d8a951ac9a05f8c377
[ "SQL", "PHP" ]
13
PHP
Mylenelj/testAntho
dac59743456a10b2e8a1aae6442abcdf7f3a86c7
7e6cdd1dffe2c5747f7c2fcce90be5d861055d2d
refs/heads/master
<file_sep>Django>=3.1,<3.2 wagtail>=2.12,<2.13 gunicorn==20.0.4 psycopg2==2.8.3 dj_database_url <file_sep># general imports from django.urls import path # api imports # api urls # general urls urlpatterns = [] <file_sep># project_name Wagtail 2.12 + Django 3.1 + Webpack + Postgres 11 + Dokku config (Production Read...
9ab56d4e5f00fd5bb04351c5af0dfebfcbddbf5b
[ "Markdown", "Python", "Text", "Dockerfile" ]
4
Text
cwsuba/wagtail-webpack-dokku
a7a2d8cad22d5189dab072028b29dfa2860e0b9b
d89239f245ea66de783081e4dbdfd91ff59d5db4
refs/heads/main
<file_sep>import React, { Component } from 'react'; import { ToastContainer } from 'react-toastify'; import 'react-toastify/dist/ReactToastify.css'; import Searchbar from './Searchbar/Searchbar'; import ImageGallery from './ImageGallery/ImageGallery'; export default class App extends Component { state = { searc...
eeb678e7c4f907ba5f3b2b681070eca6c303294f
[ "JavaScript" ]
1
JavaScript
Viacheslav-Koksharov/react-hw-03-image-finder
a415454bdd22ed7212983dc735d1bc31414d0e07
9ffe8a192838fb0de2e9ce3262ee6c0b24e439fa
refs/heads/master
<repo_name>chown-coffee/projeto-integrador<file_sep>/resources/data/dashboards/dashboard1.min.js $(function () { //SMS c3.generate({ bindto: "#sms", data: { columns: [["SMS Consumido", 30]], type: "gauge", tooltip: {show: !0} }, donut: { label: {show: !1}, title: "Sales", width: ...
39f33adbc55200b159631833a1e6b7e2aedbd748
[ "JavaScript", "PHP", "Markdown" ]
4
JavaScript
chown-coffee/projeto-integrador
3de252585ed3eb1bc6425a32ed504acf6cfdad8c
6d706caa6c012e8f4e6d4cbd0e6085a95c574b02
refs/heads/master
<file_sep>package com.example.anupam; import com.example.ayush.A; public class B extends A{ Integer obj; public void doThings(){ Integer localVar = null; if(obj == null){ if(localVar != null){ } } } public B(){ super(""); } } <file_sep>package com.example.home.suntistassigment; i...
47e0a208e56c3a4f86b87a5814ae35ef38b46c5f
[ "Java" ]
2
Java
sarafayush/sample
bc242f63231a2bdefcb747e754504313fd8ba5e0
91a04eee65afa08e8e26d1bfc47d647d3035f228
refs/heads/master
<repo_name>QueenBeauty2312/tag-youre-it<file_sep>/tag-youre-it.py # Based on Amazon tutorial # import os # import sys import time import logging import json import random import threading from enum import Enum from agt import AlexaGadget from ev3dev2.led import Leds from ev3dev2.sound import Sound from ev3dev2.motor...
6292c378758de7ec1fc5febbff5983068e3a0c53
[ "Python" ]
1
Python
QueenBeauty2312/tag-youre-it
07fa84747fbcda4369aff9fe3c2e375c91b02d19
c90fb18f5ca24de2f02a268d2449b3b01d164121
refs/heads/master
<repo_name>kimjunghak/Antlr2<file_sep>/src/test.c int max=500; void main(int a){ int i; int j; int k; int rem; int sum; int rea[5]; int c=4; i=2; while( i <= max){ sum = 0; k = i/2; j=i; while(j<=k){ rem =i%j; if(rem == 0){ ...
b31913e8ec6ab6942f3044232b142faa4d5aeecd
[ "C" ]
1
C
kimjunghak/Antlr2
c2097f6fc2264bcb57f89d9cba2d28a35ab01ab1
f253282517c88976539027b41a1838239079a08c
refs/heads/master
<file_sep>import com.brentvatne.react.ReactVideoPackage; @Override protected List<ReactPackage> getPackages() { return Arrays.asList( new MainReactPackage(), new ReactVideoPackage() ); }<file_sep>include ':AVRecorderPlayer' <file_sep>JAVA_HOME=/usr/bin/java export JAVA_HOME;
637c4c6a133858444f05240d8c0e7b8aa774b8d4
[ "Java", "Shell", "Gradle" ]
3
Java
CatPerry/AVRecorderPlayer
83f4b050a71ffde10cf86cab703e833fce682724
422a7e0e3403267c2c98dc2a428dd5b41406f157
refs/heads/main
<file_sep>Rails.application.routes.draw do root to: 'sessions#welcome' resources :users, only: [:new, :create, :homepage, :profile] get '/login' => 'sessions#new' post '/login' => 'sessions#create' delete '/logout' => 'sessions#destroy' get '/signup' => 'users#new' post '/signu...
51c4c08e36bab8297d520140266dff0bc32c4384
[ "Markdown", "Ruby" ]
14
Ruby
myhaikudream/kpoponrails
2ab3446542b0468598d03edfcf2c22cfb38eed03
d52e7390671b0e509c7f1065ab651207f516a63d
refs/heads/master
<file_sep># -*- coding: utf-8 -*- """ Created on Wed Mar 29 11:18:32 2017 @author: <NAME> """ import numpy as np def saliency_map(img): import cv2 imgM2 = img.copy() height = imgM2.shape[0] width = imgM2.shape[1] md = np.min([width,height]) labImgM2 = cv2.cvtColor(i...
dd6d50bd14fbc6ef3c820ccfcfc01296456086ed
[ "Markdown", "Python" ]
2
Python
mohammadimtiazz/python_saliencyMap
9386249912eadfbcb2fa1dab505803eb202f8d68
76ba3f6c9c358545b7466a2e7e744489d1abfc49
refs/heads/master
<file_sep><?php echo "hello nadim<br>"; $x=5; $y=10; echo $x+$y ."<br>"; echo $y-$x ."<br>"; echo $y/$x ."<br>"; echo $x*$y ."<br>"; while ($x<=10) { if($x==7) { echo "7 is lucky <br>"; } echo "x = ".$x."<br>"; $x++; } echo"<br>"; for($i=1;$i<=10;$i++) { echo $i . "...
57da188d5f8f78a7de16a5a8b449ce3850b05820
[ "Markdown", "PHP" ]
2
PHP
EANadim/My-first-PHP-code
e771cdc7f4fc40df6c7967cad6a4bf4ce5e3cbdc
93cc47784c2ba58ff5abd6077240b81bf1a52138
refs/heads/master
<file_sep>CREATE TABLE IF NOT EXISTS employees ( id INT AUTO_INCREMENT PRIMARY KEY, first_name VARCHAR NOT NULL, last_name VARCHAR NOT NULL, salary DECIMAL(8,2) NOT NULL );<file_sep># Avenue Code Integration Challenge Hey! First off, Thanks for the opportunity. So, I have any problems (I was without internet conne...
74a598bcdd84c7c8eec73e2e5a4b0366ebb08826
[ "Markdown", "SQL", "Java" ]
4
SQL
brunosouzas/MUL-INT-API-integration-challenge-v1
cab4dad2222fb1c6dc4278286db757a5c678e762
0c1356bd4804024bea47cb0731c1e2149c389644
refs/heads/main
<repo_name>shubhamrajpurohit963/tictactoe_2020<file_sep>/README.md # tictactoe_2020 This app was build by using React Native, and I've used STATES & PROPS to just to enhance the learning experience. ## Technology Used React Native <file_sep>/components/Icons.js import React,{useState} from 'react' import I...
eb06e3ec3a9d1ecd8210b721ea200aae467b627f
[ "Markdown", "JavaScript" ]
2
Markdown
shubhamrajpurohit963/tictactoe_2020
97a98886e37e0dd9e95e35cd9d54e2e388a65251
666038a9b06d6fae076b590c8b589bb317ac90b0
refs/heads/master
<repo_name>Zumbalamambo/neuraudio<file_sep>/app/build.gradle apply plugin: 'com.android.application' android { compileSdkVersion 25 buildToolsVersion "25.0.0" defaultConfig { applicationId "com.goperez.neuraudio" minSdkVersion 16 targetSdkVersion 25 versionCode 1 ver...
bb1918649f7b45b8bf497a0cc295a9a4e6c51afa
[ "Markdown", "Java", "Gradle" ]
4
Gradle
Zumbalamambo/neuraudio
d5c5dda6267120aaf7ddf71fdaf1bb5163237e95
8ed517a0a26903fdba4b666bb106074841fa2481
refs/heads/master
<repo_name>zhoukegui/lc_private_codes<file_sep>/Workstation/Clustering using ALFF/screenPatients.py # -*- coding: utf-8 -*- """ Created on Wed Nov 7 21:02:52 2018 @author: lenovo """ import pandas as pd scaleDataPath=r"D:\WorkStation_2018\WorkStation_2018_08_Doctor_DynamicFC_Psychosis\Scales\8.30大表.xlsx" trainDataPa...
6c8d070675c5df6480f6813b38a2f99cf31d8865
[ "Python" ]
10
Python
zhoukegui/lc_private_codes
b6272eea294427f02f404894f4eeeb6ed95ab820
38f56812bcc32cb1321eefce6989fb1ecc41cdd8
refs/heads/master
<repo_name>mohdasim8018/RMI-Remote-Method-Invocation-<file_sep>/src/Patient.java import java.io.Serializable; import java.rmi.Naming; import java.rmi.RemoteException; import java.util.*; public class Patient implements Serializable { private static final long serialVersionUID = 1L; private String glob; protected ...
9623673b9b9ffdaa60078fae0f6ada0fd92f372b
[ "Java" ]
4
Java
mohdasim8018/RMI-Remote-Method-Invocation-
48c38b1c1845ba032c5a9da8c66a21eac2e46ff6
5a992d9ccaaa80b1c84701a7b2a9bbee40118d24
refs/heads/master
<file_sep>#!/bin/sh cwd=$(cd `dirname $0`; pwd) echo $cwd job=$1 url=`grep "url" *$job* | awk -F 'job: ' '{print $2}' | tail -1` dt=`grep "date" *props* | grep -h delta_merge | awk -F '=' '{print $2}' | sed 's/\\\\//g'` python $cwd/put_mr_metric.py -m $job -u $url -d "$dt" <file_sep>.. queryengine documentation m...
d4883325f313054646b71e02723df84820b2a165
[ "Markdown", "Python", "reStructuredText", "Shell" ]
53
Shell
joyyoj/blog
0a6ab728f880e5eaa06557393f10b03e1d3afc19
f2405f1f4d6056afe21a3415d463944622722274
refs/heads/master
<file_sep># skynet-endpoint-js-raspi <file_sep>var mqtt = require('mqtt'); var explorer_hat = require('./explorer-hat/explorer-hat'); var client = mqtt.connect('tcp://localhost', { clientId: 'skynet_ep_' + Math.random().toString(16).substr(2,5) }); client.on('connect', function () { // Subscribe to the relevant topi...
b4f14d0612228b6555e5bbf04594aee650e353ca
[ "Markdown", "JavaScript" ]
4
Markdown
zhiquanyeo/skynet-endpoint-js-raspi
633d4b1c36a9550ff101b7062df4c3c5aeb59ffb
829f9d092dd1b2ea0c296c70e1f8102dd42c5640
refs/heads/main
<repo_name>Guruprasad1399/SimplyNote_React_Native<file_sep>/screens/NoteItem.js import React from "react"; import { View, Text, TouchableOpacity, StyleSheet } from "react-native"; export default function NoteItem(props) { return ( <TouchableOpacity activeOpacity={0.8}> <View style={styles.listItem}> ...
7ede44fba27e721937d0d9493d35855ced6c3aab
[ "JavaScript" ]
3
JavaScript
Guruprasad1399/SimplyNote_React_Native
9a01e386f78a9a9c275d394d49d26f0225247377
fa4516dc409ae98df238c08b9919843d6b6bc0d8
refs/heads/main
<file_sep><?php /** * Template part for displaying page content in page.php. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Clean_Commerce */ ?> <?php $args = array( 'parent' => 0, 'orderby' => 'ID', 'order' => 'ASC', 'show_count' => 1, '...
8806136003b6b91921a6b48bdfae711a66365949
[ "Markdown", "Text", "PHP" ]
14
PHP
BelarusDigitalFuture/e-otstavka
12c81e53db67a44e4d33ac92eef3ef43a67ea9fe
be58b8bd1748877055a854a208ee96b6bdacc05c
refs/heads/master
<repo_name>rahimianarezoo/LIQID-Coding-Challenge<file_sep>/data.js var productList = [ { productTitle: 'LIQID Wealth', amount: '500.000 €', flag: 'surplus', percent: '25.3%' }, { productTitle: 'LIQID Cash', amount: '260.000 €', flag: 'surplus', ...
80412ade5b75ef0c82891bba90adf7d298773d31
[ "JavaScript", "Markdown" ]
3
JavaScript
rahimianarezoo/LIQID-Coding-Challenge
b1b05f4b5bc2d99d13aabb27748239e964d3b9f7
a34dc02dc10269f8e2c16ba6fea1582eee07ee51
refs/heads/master
<file_sep># UserManagementAPI Very basic API build using node.js and Express connected to a MySQL database. This API was created for a demo webshop and includes many operations for working with user data. Security was out of scope in this project. ## Dependencies - node.js - npm ## Setting up the API 1. Clone this r...
eab04a604d6d0d4c06199c92ad8bfff95e1b7f3b
[ "Markdown", "JavaScript" ]
4
Markdown
strumswell/UserManagementAPI
102ee29c60d0c22eb5edd274a3b2481b512d4dd1
7bb116788818917e6c97537cd34d429b8fcdce25
refs/heads/master
<file_sep><?php session_start(); ?> <html> <head> <title>Test</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> </head> <body> <form name="form" action="add_submit.php" method="POST" enctype="multipart/form-data"> Name:<input type="text" ...
f87eef4437b96e390218cea862ecf659fded0678
[ "Markdown", "PHP" ]
3
PHP
manojasai/corephpvalidation
bc998a5e66c9260dba47ef8ddaae8194da79d72c
094a445153fbf2dfe9d7e463097a16bd4f1bc9c1
refs/heads/master
<repo_name>ArvoGuo/dir-href<file_sep>/temp/config.js module.exports = { host: 'http://c.oooooo6.com', temp: '<a href="{url}" target="_blank" class="btn btn-primary">{urlName}</a>\n' };<file_sep>/README.md dir-href ##说明 能够找到当前目录下所有的.html文件,并且提示你命名同时生成html目录 ```javascript assumption: your host is : http://ww...
a2db35feb04952a7dcfdf2543463b1a80d32b277
[ "JavaScript", "Markdown" ]
3
JavaScript
ArvoGuo/dir-href
eb13f9f56c1e4c83ed82e21dde32ce869ffa1b30
96d58d6aea526e2c078cbf348acb2e8c6120f99c
refs/heads/master
<repo_name>JonathanBowker/ahmia-crawler<file_sep>/onionElasticBot/README.md # onionElasticBot Crawl .onion and .i2p websites from the Tor network ## Prerequisistes Please follow [installation guide](https://github.com/ahmia/ahmia-crawler) ## Usage ```sh $ scrapy crawl OnionSpider -s DEPTH_LIMIT=2 -s ROBOTSTXT_OBEY=0 ...
62f2cddfba22d34cff692b0d5a48db51139520c2
[ "Markdown", "Python" ]
4
Markdown
JonathanBowker/ahmia-crawler
c7212ab61516eec1414dd01e6753bb60cd0f6d2f
b35c0ef29d17f47279414b423faa2feb30c25e9e
refs/heads/main
<repo_name>Mikhail-Martynenko/Project-Activities<file_sep>/README.md # Project-Activities- Appclication - основная папка App1RemoteForAndriod - содержит приложение для andriod.
3019787f4ecd06359b32a78e58aef41ada619d5e
[ "Markdown" ]
1
Markdown
Mikhail-Martynenko/Project-Activities
d9fea9797d94f6b67b86d314beb25267c7f60166
043e91c99b775f4aa7a0165a23295a8434e01313
refs/heads/master
<repo_name>jtrimm007/image-scraper<file_sep>/src/MyTimerTask.java import java.util.Date; import java.util.TimerTask; /** * ------------------------------------------------- * File name: MyTimerTask.java * Project name: Migration * ------------------------------------------------- * Creator's name: <NAME> * Email...
b2a7bf6077a828d5090b5c5aa94a8cb0a3c622a9
[ "Java" ]
1
Java
jtrimm007/image-scraper
3bbd830f6366a9fed23b0ff477313ebcdeb12e56
9887d794eec92f000bb202120cd02fa8e2b42b37
refs/heads/master
<file_sep>import React from 'react'; import PropTypes from 'prop-types'; import styles from './styles.module.css'; const Page = ({ children }) => { return ( <section className={styles.page}> <main className={styles.main}> {children} </main> <footer className={styles.footer}>powered by T...
d7d8ebd29eff96b0b52b6e4132be6b2fca2649ac
[ "JavaScript", "Markdown" ]
19
JavaScript
Traffiq-Team/queue-frontend
a5ae233676d73221e91123a188e1debe783c1693
c9f924afe122736398723e83ff0e126c3d672fd8
refs/heads/master
<repo_name>deltatre-webplu/deltatre.utils<file_sep>/src/Deltatre.Utils/Dto/OperationResult_WithError.cs using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using Deltatre.Utils.Types; namespace Deltatre.Utils.Dto { /// <summary> /// Represents the result obtained...
e5b1d4174142e71226f57fec59fa205099a4b6f4
[ "Markdown", "C#" ]
82
C#
deltatre-webplu/deltatre.utils
3e210d249adaa7b943bb4818ea35a3b9836e0024
41f36b71397adeaafb12737cbe34ac3d98913116