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>MutexUnlocked/boostgangx<file_sep>/requirements.txt dwave-ocean-sdk>=3.3.0 scikit-learn==0.23.1; python_version>='3.6' scikit-learn==0.22.2.post1; python_version<'3.6' pandas==1.2.1; python_version>='3.6.1' pandas==0.25.3; python_version<'3.6.1' scipy==1.5.4; python_version>='3.6' scipy==1.4.1; python_versio...
345ee540aea43720dd7af25b980a7c511801fd00
[ "Markdown", "Python", "Text" ]
4
Text
MutexUnlocked/boostgangx
47d0992de93fb93d48fb8cd760bdf95c647364ad
e6d29524a6bac661fefa1eb845ecc4ba943136b2
refs/heads/master
<repo_name>brti/simple-vagrant<file_sep>/README.md # simple-vagrant This repository provides an easy way of creating, and setting up Vagrant boxes by reading in the configuration specified in the `box.json` file. ##Usage To use this repository just clone it, and copy the files into the directory of your current proje...
fe2c14367bbb9973358bf3b64f791c240850f8c2
[ "Markdown", "Shell" ]
2
Markdown
brti/simple-vagrant
b58d5af9fd7536969326e64e0a12a7184d51fa0e
52f57f55806a072793923b52ca0b313634a5f5e6
refs/heads/master
<file_sep>using UnityEngine; using UnityEngine.Rendering; public class LinkedListOIT : MonoBehaviour { public Material sortMaterial; ComputeBuffer headPointerBuffer; ComputeBuffer nodeBuffer; private int[] headPointerBuffer_data; private void Start() { int screenSize = Screen.width * Screen.height; int ...
f32b03cbefb73bf36fa3eb34ae3043dd7406626e
[ "Markdown", "C#" ]
2
C#
ArionTT/LinkedListOIT
1a3a920cb74d9db4ce0c9064cd1e3fbf563fa36f
4afe28e0ad4ceb5f6b7259d8d88acbbc47dbe8ed
refs/heads/main
<file_sep># Simple BFF demo with Cloud Run A demo application shows Simple BFF (Backends For Frontends) with [Cloud Run](https://cloud.google.com/run). The requests from BFF go through [Serverless VPC Access](https://cloud.google.com/vpc/docs/configure-serverless-vpc-access) and your VPC, internally reach out to B...
1c38dac9900a0cd7e8422c16960a1a86ca70aca1
[ "Markdown", "Go Module", "Go" ]
4
Markdown
kazshinohara/simple-bff-demo
dab02d41b8c49b7805be300299ee31d7073f670a
173456ddf08178113ce64a9cec71c2c0833b4947
refs/heads/master
<repo_name>unicaes-ing/practica-09-MaximoZM77<file_sep>/Practica9/Practica9/ejercicio1.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Practica9 { class ejercicio1 { static void Main(string[] args) { ...
bbb37ff26f25590d31559d4b2738b0b374bf9353
[ "C#" ]
2
C#
unicaes-ing/practica-09-MaximoZM77
07cabb927324792607278fc3a62ec1d6bf04ce10
0c92c07bef613de6dd2890ab1f43756627e3300e
refs/heads/main
<file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Data.SqlClient; using System.Data; namespace WebApplication4 { public partial class foward : System.Web.UI.Page { public String con = "Data ...
7d910c01fccb76b103f991c1cc751a2fadbf3e46
[ "C#" ]
14
C#
Ma-B-Tailors/CMPG223Project
e9bdfeb8dc975b845010a0c14aefecd475a2015c
39a0cf8bee310dce9ac642febdf7b0debe690559
refs/heads/master
<repo_name>Vlasya/hillel_hw_7<file_sep>/main.js // Задача: Создание массива значений Фаренгейта из массива значений Цельсия // let celsius = [-15, -5, 0, 10, 16, 20, 24, 32]; let celsius = [-15, -5, 0, 10, 16, 20, 24, 32]; let fahrenheit= celsius.map(item => item*1.8 +32 ) console.log('celsius: ', celsius); console....
52c6736973bd260e71c6da399e44a8895dabdf90
[ "JavaScript" ]
1
JavaScript
Vlasya/hillel_hw_7
d422c08ba6f041477e43c3e6d31fcaadfc534622
381fbc4185ad4733d5175d002bc53ff3158c2d2f
refs/heads/main
<repo_name>Vipr2G/intercept_generator<file_sep>/README.md # intercept_generator Generates intercepts with parameters randomized around user provided seed values This was written using python 3.73 and has also run in 3.8.X There are 3 files associated with the intercept_generator: intercept_generator.py parameter_g...
3ed55d6f5ecefce633eb82462fc3a8303d585248
[ "Markdown", "Python" ]
3
Markdown
Vipr2G/intercept_generator
8d55bf70af41f6212980d37f0963e9e7d5bf02b0
c2cfe72a9186db16b9ae51336538763a1f0caa5f
refs/heads/master
<file_sep><?php // 播放器后台解析歌曲代码 error_reporting(0); function parseSheet($songsheetstr) { $type=substr($songsheetstr,-2); $songsheetid=substr($songsheetstr, 0, -2); $play_list=''; if($type=='wy'){ $data = get_curl('http://music.163.com/api/playlist/detail?id='.$songsheetid,0,'http://music.163.com/'); ...
13b7a93493e1299409db10829a51655ff53e70d5
[ "JavaScript", "PHP" ]
8
PHP
wuto/MusicPlayer
bfc07a66778b369e552551a9a6c9cf3605d23e5b
26b0ecae6146bd80f2ed23c6b751adb7c3266b27
refs/heads/master
<repo_name>PauloHPS1991/Projetos<file_sep>/conexao.php <?php define('DB_DRIVER', 'mysql'); define('DB_HOST', 'localhost'); define('DB_USER', ''); define('DB_PWD', ''); define('DB_DATABASE', ''); $dsn = ""; try { $PDO = new PDO(DB_DRIVER.':host='.DB_HOST.';dbname='.DB_DATABASE, DB_USER, DB_PWD); i...
125c257f0739d9d632b1aeff4076d938455ae4ad
[ "PHP" ]
1
PHP
PauloHPS1991/Projetos
a57c293633f349a12cb4087d1b0c0195ee64db7a
0bfc46bd11a1a2878c111c11cedd182208fd1330
refs/heads/master
<file_sep>import view.ViewCadastro; public class main { public stativ void main(Strings []args) { ViewCadastro viewCadastro = new ViewCadastro(); viewCadastro.setVisible(true); } } <file_sep>package view; import java.awt.Color; import java.awt.Dimension; import java.awt.Image; import java.awt.event.ActionEv...
5cd70cf5f2212db8cc59b45513dcea4436c77b7d
[ "Java" ]
4
Java
MagicCoffeeNinja/APOO-APS
69a2df032be3750252c72f05c8e4c601b9353fe7
caed2b476b98fc3f7e49981d33a4c0752a30be95
refs/heads/master
<file_sep>#include <libraries.h> #include <stdio.h> #include <time.h> #include <stdlib.h> #include <stdbool.h> #define HILOLAY_ALUMNO_CONFIG_PATH "../configs/hilolay_alumnos.config" typedef struct hilolay_operations { int (*suse_create) (int); int (*suse_schedule_next) (void); int (*suse_join) (int); int (*suse_c...
53d95355d030b17346c51d4b47f89e8b12dd6c2a
[ "C" ]
1
C
lopezjazmin/pruebasSO2019
e9b47cc03dd8a208870cbf0f50375b197994e432
a76d9783de18c3d53f266a2953f2270363112518
refs/heads/master
<repo_name>alejandrogualdron/Laboratorio_Vistas<file_sep>/settings.gradle include ':app' rootProject.name = "Vistas y grupos de vistas"<file_sep>/app/src/main/java/com/example/vistasygruposdevistas/Exercise_6.java package com.example.vistasygruposdevistas; import androidx.appcompat.app.AppCompatActivity; import andro...
32e3ff7f2949f33f6ebaef39322d2e66dd6c0e0f
[ "Java", "Gradle" ]
3
Gradle
alejandrogualdron/Laboratorio_Vistas
dd02255cc194fda0e9bd80fd98d20124000ae5fe
aa30cf9df0ce5a647940b54081a885f382283281
refs/heads/master
<repo_name>johatfie/demo_app<file_sep>/app/models/user.rb class User < ActiveRecord::Base attr_accessible :email, :user has_many :microposts end
230de1091b207774b5bd10ac3c2ecc45bacc5006
[ "Ruby" ]
1
Ruby
johatfie/demo_app
34967f3c5f17e58440cdd90ed20f2e9a87074c66
ebd15bec30bbe1da24b27a21c7e84db4afa4877a
refs/heads/master
<repo_name>GTI710/frontend<file_sep>/src/app/cart/cart.component.ts import { Component, OnInit } from '@angular/core'; import { DataService} from '../data.service'; import { Observable } from 'rxjs'; @Component({ selector: 'app-cart', templateUrl: './cart.component.html', styleUrls: ['./cart.component.css'] }) e...
d931519312563242eb25c1b56fdf14a8f7c75749
[ "TypeScript" ]
5
TypeScript
GTI710/frontend
d854034477efb40d59f378e88fc3f002e66fbce9
669ac4b552c95d0139df0a17d6da9ab7b734dce7
refs/heads/main
<file_sep> package com.crypto.arbitrer.ticker; import javax.annotation.Generated; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyOrder; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ "...
59be16fd406fc64e9e37bb750753290712f7c298
[ "Markdown", "Java" ]
6
Java
rocio2603/arbitrer
8a6044e5c32c652b3f9d635f45fd2e4b4ddb3ab0
12cccde48492e76d7724f29ac2da62cb8b787c83
refs/heads/master
<file_sep>"# imo_web" <file_sep><?php namespace WatatApp\Models; class Article extends Db{ } <file_sep><?php namespace WatatApp\Controllers; use WatatApp\Models\User; class NoAuthController extends Controller { public function __construct() { parent::__construct(); ...
bd541797c51be513aa2bab524d634534b78570ad
[ "Markdown", "Text", "PHP" ]
20
Markdown
dy05/imo_web
206cd06b5e7bf31e6283a25162f15d5d7aca901c
2a0af0c3ee63788416da71e6b26adb2800cb3943
refs/heads/master
<repo_name>gazzwi86/itinerate-consulting<file_sep>/client/components/navbar/navbar.component.js 'use strict'; /* eslint no-sync: 0 */ import angular from 'angular'; export class NavbarComponent { menu = [{ title: 'Home', link: 'banner', }, { title: 'Services', link: 'services', }, { titl...
6256597c1618d7ce601f29c4a345780060d145d9
[ "JavaScript" ]
1
JavaScript
gazzwi86/itinerate-consulting
e97084660fd03b95633229595ed0efc265e2ec73
63cf03489abecb939ebe25559cb96311af7d96c0
refs/heads/master
<repo_name>linahandayani/BPJS<file_sep>/app/src/main/java/com/e/bpjs/MainActivity.kt package com.e.bpjs import android.content.Intent import android.net.Uri import android.os.Bundle import android.support.v7.app.AppCompatActivity import com.bumptech.glide.Glide import kotlinx.android.synthetic.main.activity_main.* cl...
b4b8a84e80b03e02fd1c51efc341bdae071172df
[ "Kotlin", "Gradle" ]
3
Kotlin
linahandayani/BPJS
955a6dd6c155eb825ee1513a091cc70448d6b787
f4d75e28663a7a20cdf53f5164e92b51261fbbd2
refs/heads/master
<file_sep>import React from 'react'; import './UserBox.css'; const UserBox = () => { return ( <div className='sidebar-user'> <div className='sidebar-user-img' /> <div className='sidebar-user-textbox'> <p className='sidebar-user-upper-text'>Warakorn</p> <p className='sidebar-user-lower...
5aad9d7e78bc3dece1973fecd0df5430a89ab1aa
[ "JavaScript" ]
16
JavaScript
boy-warakorn/hostel-management
8bc691e751b146cf338f5f165e38425fcea65c92
fc28cac5462a79dec7ab7efe50d01e21776546df
refs/heads/master
<repo_name>KyonLeague/RAREKarthus<file_sep>/RAREAIO/RAREAIO/Program.cs #region copyrights // Copyright 2016 <NAME> // Program.cs is part of RAREAIO. // RAREAIO 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 Foun...
71d21c298faed8a076f7746fd958dea9e30c22c6
[ "Markdown", "C#" ]
16
C#
KyonLeague/RAREKarthus
9b1b7270a6c930cabc5a4e3be065c3a24c4082e3
2edb4da226c16d5cf73b090fe5bd750338a9ad42
refs/heads/main
<repo_name>Senseering/spaicer-translation-srs<file_sep>/translator/index.js const debug = require("debug")("main") const WebSocket = require('ws') const fetch = require('node-fetch'); let Worker = require('@senseering/worker') let config = './config.json'; let worker = new Worker(); // azure credentials (translator)...
8a384d863a034f380ff4d24c5132c4b3668cc583
[ "JavaScript", "Markdown" ]
4
JavaScript
Senseering/spaicer-translation-srs
1ce26e42bc2a05895ce25f511adb1706cf18a187
326d60847e1ed0ceefa38a785c391931f77a1600
refs/heads/master
<repo_name>jarednixonx/DigitalSignalProcessing<file_sep>/ProjOne_Signals/Source Code/Nixon_Source.cpp #include <iostream> #include <sstream> #include <fstream> // Used only to write the summary text file. #include <time.h> // Used to measure the performance of the program. using namespac...
44b3e88149f5f791a2c745a3e9911a6e3a67f4aa
[ "Markdown", "C++" ]
3
C++
jarednixonx/DigitalSignalProcessing
100989dfa9a5cc9f4e12e1eb9f127296eef70b54
932f3c21fb20ba5ee85b3b797edfa06c618eaf29
refs/heads/master
<repo_name>blady8/helloacademy<file_sep>/Exam2/Paras_def/Galaxy.Core/Entities/Abstracts/MonitorableEntityBase.cs using Paras.Core.Entities.Interfaces; using System; namespace Paras.Core.Entities { /// <summary> /// Classe astratta per tutte le entità monitorabili /// </summary> public abstract class M...
fa2a75f12b38a049e2205f16aecbd9dc9a996e00
[ "Markdown", "C#" ]
38
C#
blady8/helloacademy
53311524b3ab79f124def7e30f4e33ae34061469
f8556f67d8089cba0ca60746a48a256c998054db
refs/heads/master
<file_sep># -*- coding: utf-8 -*- """ Created on Wed Jan 9 11:46:30 2019 @author: 748418 """ class Herois: def __init__(self, nome, genero, poder): self.nome = nome self.genero = genero self.poder = poder <file_sep># -*- coding: utf-8 -*- """ Created on Sun Jan 6 22:08:5...
334e1e9cea9f80a7bb25f9d4e0149fbefe0534b7
[ "Python" ]
19
Python
AVogelsanger/Python
b78e27f11d53a773f48bfbe135eb53f628540ab6
e706a5e3b2c18c6542108f3a54628c86f794d95e
refs/heads/master
<repo_name>hauntgossamer/node-db1-project<file_sep>/router/router.js const express = require("express") const db = require("../data/dbConfig") const router = express.Router() router.get("/", (req, res) => { db("accounts") .then(accounts => res.status(200).json(accounts)) .catch(() => res.status(400...
10cf21b0742977c0d36f883032633280b7eb2c72
[ "JavaScript" ]
2
JavaScript
hauntgossamer/node-db1-project
a99c31684ef84ecea65c1a06c7393828a718ca5e
8ca0dc7a73f56e569f63d902edc4b6ad48370216
refs/heads/master
<file_sep>package com.krixon.javarest.repository; import com.krixon.javarest.domain.Identifiable; import java.util.*; abstract public class InMemoryRepository<T extends Identifiable> { private List<T> elements = Collections.synchronizedList(new ArrayList<>()); public void add(T element) throws Exception ...
49acdf91485342b2bcc4254ceb86458b3100b4a3
[ "Java" ]
5
Java
krixon/java-rest-exploration
198bacf4d5dbb439bab57fff55eb82260761b730
83af3c239fec7a93a3731a4861d12b3f0184a133
refs/heads/main
<repo_name>dmitriytyulin/auto-changelog-okko<file_sep>/auto_changelog/__init__.py from typing import Any from auto_changelog.domain_model import RepositoryInterface, PresenterInterface __version__ = "1.0.0dev1" github_issue_pattern = r"(#([\w-]+))" github_issue_url = "{base_url}/issues/{{id}}" github_diff_url = "{ba...
ea8dd10945a8fb9a290ce45c7bb279e9e1722c28
[ "Python" ]
1
Python
dmitriytyulin/auto-changelog-okko
6ee93415615475cc3666e48f169663786683455d
b9349379e6c751864e3c27bb8c8a3daab028fe17
refs/heads/master
<repo_name>RafaelCaeta/Portfolio-Website<file_sep>/main.js import {TweenMax} from "gsap";
024b1c8edd14def510aa7a00cd6cc750a9f2a266
[ "JavaScript" ]
1
JavaScript
RafaelCaeta/Portfolio-Website
dc1cc4257cc9dd3c3ddb14c50e5b3a63ca84fca0
615d5e0445de0a07803d2fa4f8ae76b65f77b4f3
refs/heads/master
<repo_name>CalebRabbon/464cpe-Networks<file_sep>/3A:Rcopy/srej.h #ifndef __SREJ_H__ #define __SREJ_H__ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/uio.h> #include <sys/time.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #include <strings.h> #include <...
1e31d98113437e950548bac1f91bbe39076f7662
[ "C", "Makefile", "Shell" ]
44
C
CalebRabbon/464cpe-Networks
5d57e459a3bea336ae54cbe7deb72fa38111bd98
e10109722afb6b758b76c0bed87d220cd35b38f5
refs/heads/master
<repo_name>robss04/GETSOON<file_sep>/config/initializers/session_store.rb # Be sure to restart your server when you modify this file. ProfilrComingSoon::Application.config.session_store :cookie_store, key: '_profilr-coming-soon_session' <file_sep>/lib/tasks/profilr.rake namespace :profilr do desc "TODO" task retre...
9282b4312697c360a7ee4292dcba19735478903e
[ "Markdown", "RDoc", "Ruby" ]
8
Ruby
robss04/GETSOON
70849a68b17133bfd932124a5ba92b60d879a81b
bbbeaa4f0a36826ffd3ccbfb7306c619b3f9e609
refs/heads/master
<repo_name>Guiguerreiro39/PasswordManager<file_sep>/crypt.py import os, sys from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC from cryptography.hazmat.primitives.ciphers.aead import AESGCM from cry...
f415b5075577ba0182ea714e094f39a9394f8061
[ "Markdown", "Python" ]
5
Python
Guiguerreiro39/PasswordManager
720f968eb47696962eb4a7807e1780e9df88675f
c1c58bd1bfb2c7f8b05b5a922f1f9d63cd9301d5
refs/heads/master
<repo_name>sohaibex/jee_ecom<file_sep>/src/Controller/AuthServlet.java package Controller; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest...
264f88b66a84565f6c4ff23c43915268dfab0c91
[ "Java" ]
4
Java
sohaibex/jee_ecom
b1833f478b7eb776ca4fc13644f207a8a6a9b633
4b73c3df8e73e769b623be3a6d0acf2649a88bfd
refs/heads/master
<repo_name>enorith/event<file_sep>/go.mod module github.com/enorith/event go 1.13 <file_sep>/event.go package event import ( "errors" "sync" ) //BUS public var of evnet bus var BUS = NewBus() //Listener define listener handler type Listener func(e Event, payload ...interface{}) //Event interface type Event inter...
24730b7985019c42e4dea86e7952a8f3326f6738
[ "Go", "Go Module" ]
2
Go Module
enorith/event
700d37504478a10f9161b717c0b8c3fa2190ba5c
175d92fc5ea9dcffd6107654732ffb2d91793bf0
refs/heads/master
<repo_name>TigerAVAF6R/FengRuiYangChe<file_sep>/FengRuiYangChe/WebContent/js/customize/filters/filters.js 'use strict'; /* Filters */ angular.module('mainApp.filters', []). filter('interpolate', ['version', function(version) { return function(text) { return String(text).replace(/\%VERSION\%/mg, ve...
7b77c718789469e3c938e463049c4cf1482b0a01
[ "JavaScript", "Java", "Markdown" ]
15
JavaScript
TigerAVAF6R/FengRuiYangChe
e78625cb34bc8152d009faae0b5b3b65b1c0db46
f5a7f46ecabc42c48742c3e5916a8681b8eb380b
refs/heads/main
<repo_name>SoftwareEngAhmetDemir/uploadedReact<file_sep>/backend/routes/customersGroups.js const router = require("express").Router(); const passport = require("passport"); const JWT = require("jsonwebtoken"); let CustomersGroups = require("../models/customersgroups.model"); let Customer = require("../models/customer.m...
cae7ed782865dd7c7bf3b875ad23d9dc50ae6856
[ "JavaScript" ]
19
JavaScript
SoftwareEngAhmetDemir/uploadedReact
cf80dcc4a62bef4db0da560f869ee7c239cad19c
ecb4ddcf3d735990ab3ec7b8b14eb2030c4dabc7
refs/heads/master
<file_sep>package za.co.zantech.dao; import za.co.zantech.dao.common.BaseDAO; import za.co.zantech.entities.Permission; import java.util.Optional; /** * Created by zandrewitte on 2017/06/06. * PermissionDAO */ public class PermissionDAO extends BaseDAO<Permission> { public Optional<Permission> getPermission(...
eb3fd0f6ed3a3aeada665413d76c87b2ee0fade8
[ "Markdown", "Java", "SQL" ]
14
Java
zandrewitte/zantech_api
293f86caf0cd47b9911aeb20376c8b1a10ba49fc
68d75e9813f4e1f5c90b2f7614a292e56513e246
refs/heads/master
<repo_name>oliversalzburg/speciality<file_sep>/Configuration/TypoScript/constants.ts ################################################### # TypoScript: constants ################################################### # TypoScript constants coming from third-party extensions. <INCLUDE_TYPOSCRIPT: source="FILE:EXT:css_style...
db0d78e1ed6175670d62390c3e8a9ddd746e6145
[ "TypeScript" ]
2
TypeScript
oliversalzburg/speciality
999eaf299e342e6372546e8bc177b375da37045b
70cbaf6324a4f4fb43f361655ff69cdf94474b98
refs/heads/master
<repo_name>zwq-009/Uni-read<file_sep>/util/user_http/chapter.js import axios from '../api/http' const base_url = '/book-chapter' /** * 获取章节列表 * @param {Object} params * @param {Object} options */ export function getChapterList(params, options) { return axios.request(params, { ...options, method: 'GET'...
71d29ac3ef107b27594e928da9f9ad1de9f4c3ff
[ "JavaScript", "Markdown" ]
12
JavaScript
zwq-009/Uni-read
93f4d8b9ab9110019947cb10a0967647e430081b
62e83bd06536c9d11ee3fe8933c3c5f8fd8723bc
refs/heads/master
<repo_name>andern7/WCFService1<file_sep>/Service1.svc.cs using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Web; using System.Text; namespace WcfService1 { // NOTE: You can use the "Rename" command on the "Refa...
70856fcde373bf21c31cdabc6a6749dad38f01c5
[ "C#" ]
1
C#
andern7/WCFService1
50f38f47857bb963d9101eda386c3ecb68affe68
67dbb07b7fd8fa3dde760dbe0b868e1376805297
refs/heads/master
<file_sep>// preloader /* jQuery Pre loader -----------------------------------------------*/ $(window).on("load", function() { $(".preloader").delay(400).fadeOut(500); // set duration in brackets }); $(document).ready(function() { // ---------------porject area--------------------- let $btns = $(".p...
d10990a7afeae63bb02a0dd37edc48c85072e734
[ "JavaScript" ]
1
JavaScript
SahilMund/website_folio
3714a0956adfa047b520c5b9e283e016e90ec7d1
6fe46ef343506403584dbd04668b8df9eb38b897
refs/heads/master
<repo_name>artamir/v7_dllLogger<file_sep>/v7_DllLogger/v7_DllLogger.cpp // v7_DllLogger.cpp : Defines the exported functions for the DLL application. // #include "stdafx.h" #include <stdio.h> #include <stdlib.h> #include <ctime> //**************************************** enum MessageMarker { mmNone = 0, mmBlueTria...
993a241f1c67e5a819c970925fb226e844c465e5
[ "C", "C++" ]
2
C++
artamir/v7_dllLogger
98773a5df940fbc9e6fadf199f8a9f04c5b90182
be9d0fa1f4842c0be852128408ec73c949a7d530
refs/heads/master
<repo_name>TA-Buch/FileStreams<file_sep>/src/FileAppender.java import java.io.*; import java.nio.file.*; import java.util.Collection; /** * Класс внесение строки в начало текстового файла. Вывод на экран в * консоль найденных файлов. */ public class FileAppender { /** * Процедура вносит строку "T E S T" ...
17058d4dfb8dc3b90e1bcac5d040bdf8caf2dcba
[ "Java" ]
1
Java
TA-Buch/FileStreams
df2838bc5e2ca67770959467745e05a72b2fa007
c0f85f025030324216af87c399fcad7c812e65a3
refs/heads/master
<file_sep>package be.intecbrussel.tools; import org.springframework.security.crypto.bcrypt.BCrypt; // Password cannot be stored in the database as plain text. If the database is compromised, the hacker has all the // passwords of all the users. Therefor we stored a salted hashed password instead. BCrypt is designed t...
c7c1a591c1dee7db1c194074fe919665509b3f0f
[ "JavaScript", "Java", "Maven POM", "Markdown" ]
15
Java
IzunaTan/BlogCentral
829c06920a6bc305e286d9b691c843785910b83b
81601d7845caca567371b58ca0e9653d61bbb89c
refs/heads/master
<file_sep>package main import ( "time" ) func collector(result <-chan Bid) []Bid { var bids []Bid done := make(chan bool) go runTimer(done) for { select { case bid := <-result: bids = append(bids, bid) // if bids are complete if len(bids) == len(Bidders) { return bids } case <-done: retu...
f816e1a17f01676fded9f6fa431daac28d64420f
[ "Makefile", "Go", "Dockerfile", "Markdown" ]
13
Go
SiddhantAgarwal/BidderAndAuctioneers
2d53c920785c0da6dc03709f2913764768b40273
f27e483631c77c3e830d6d255de9827b4e513653
refs/heads/main
<repo_name>thaominh97/travel-app<file_sep>/src/components/Header/index.jsx import React, { memo } from 'react' import Navigation from './Top_Nav' import DecoreImg from '../Container/DecoreImg/decoreImg' //import Navbar from './Navbar/Navbar' function Header() { return ( <div> <DecoreImg/> ...
b994620ba4fad21320a1fc20b0327eb0380918b8
[ "JavaScript" ]
22
JavaScript
thaominh97/travel-app
e5a97683bf11f0e03befeabfdb76dcd4821c5e01
8e8f10f088c64639ebf6296356bce2599525b416
refs/heads/master
<repo_name>Teja1605/Playground<file_sep>/Prime numbers from 2 to given number using functions/Main.java import java.util.Scanner; class Main{ public void prime(int n) { System.out.println("2"+"\n"+"3"+"\n"+"5"+"\n"+"7"); for(int i=2;i<=n;i++) { int flag=0; for(int j=2;j<n/2;j++) { if(i%j==0) { ...
5f0a4761ee08bba3978edd96ae502154ec37f902
[ "Java" ]
5
Java
Teja1605/Playground
860e00e9488bd9f3a7ceb9f1e3e1ee075bf212ae
b0573562e3b1b517418b9cba839b0044f7e93ec2
refs/heads/master
<repo_name>PacktPublishing/Publishing-Your-Application-with-React-Native<file_sep>/Section 2/src/Movies/Components/MovieInfo.js /* @flow */ import React from 'react' import { Text, StyleSheet, TouchableOpacity } from 'react-native' import MovieInfoTitle from './MovieInfoTitle' import MovieInfoBody from './MovieInfoBod...
47ff04f06c0545ab8ed993853262adea765ddafa
[ "JavaScript", "Markdown", "Gradle" ]
25
JavaScript
PacktPublishing/Publishing-Your-Application-with-React-Native
85481822df6ae339ebe8da13de8730ba4cb6b131
16ca66a818fb266f4ef27fd147302887a220755d
refs/heads/master
<file_sep>var five = require('johnny-five'); var board = new five.Board(); board.on('ready', function() { var green = new five.Led(9); var red = new five.Led(10); var blue = new five.Led(11); red.pulse({ easing: "linear", duration: 7500, cuePoints: [0, 0.27, 0.33, 0.6, 0.67, 0.93, 1], keyFrames: [255, 127, 0,...
d517a913ddb5d964c731cc2dc8fc25612daaf91d
[ "JavaScript" ]
1
JavaScript
LucianCole/PodPi
7747c84ad11f9519c89de6fdf27bc6ba895b9931
bb76bd3544b3f032c8afcf3a6e49784bad46fa1d
refs/heads/master
<file_sep>package main /* * skey.go * Handle the server's key * By <NAME> * Created 20160122 * Last Modified 20160122 */ import ( "crypto/rand" "crypto/rsa" "crypto/x509" "encoding/pem" "io/ioutil" "os" "golang.org/x/crypto/ssh" ) /* serverKey gets or makes a server key, possibly reading it from pkf */...
e00734e879a2b6019bbb13bff1d0ac1dc0c9d39b
[ "Markdown", "Go", "Shell" ]
17
Go
shakenetwork/sshhipot
8378317c3fe330eab2bf3f21f1ff6851a3551b64
a045e70467f10e7ccba27d39598fc09c6f5357b9
refs/heads/master
<repo_name>nangs/pdfraster<file_sep>/demo_raster_encoder/bw1_ccitt_strip_data.h unsigned char bw1_ccitt_2521x0279_3_bin[] = { 0x26, 0xa4, 0x0b, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xfb, 0xff, 0xff, 0xff, 0xd7, 0x7d, 0x77, 0xfd, 0x10, 0x17, 0x0d, 0xf6, 0x83, 0xe8, 0x80, 0xb1, 0xa4, 0x9f, 0x...
9ec922a22c5f2be8b82772c0f977a2627a8fe444
[ "C", "Shell" ]
11
C
nangs/pdfraster
6572217f1a483c3ec34c0f0f782176ad03cba44a
51bde14de4bf8d326962e512ed06435340008f62
refs/heads/master
<repo_name>jmsevold/meet-halfway<file_sep>/config/routes.rb Rails.application.routes.draw do devise_for :users root to: "landing#index" get '/dashboard', to: 'dashboard#index' resources :surveys resources :entries get '/halfway/:token', to: 'application#link' end <file_sep>/db/seeds.rb # This file should co...
2146915cc00ce5c0da74b6cdaed612f2a2f60c98
[ "Ruby" ]
5
Ruby
jmsevold/meet-halfway
7b69f8f467118e2d41881ce9876297e6b5935f0a
b8ffe628d16245101cfe810cfed62e9a29a3ea75
refs/heads/master
<file_sep><!-- @author: <NAME>, @Date: 26th October, 2016, @Description: Basic Sample blog html file --> <h1> Sample Blog </h1> <div *ngFor="let blog of blogs"> <p>BlogDetails :: {{blog._id}}, {{blog.blogger}}, {{blog.createdDate | date}}</p> <div [innerHTML]="blog.blogcontent || blog.data"> </div> <hr *ngIf="bl...
1704f2bf84ef4287109b862caac5b85bd88df3e4
[ "Markdown", "TypeScript", "JavaScript", "HTML" ]
15
HTML
jyotirmay123/myblog_1.0
15d07c96a4d29970376a4b88acea713bcbd14724
1e6f8b0e190c874306697bd5c14ec1fb664c68ac
refs/heads/master
<file_sep>import numpy as np import random import math class FullyConnectedNetwork: def __init__(self, layer_heights = [9,3,9]): def CreateLayers(): self.layers = [] ### Create and append input layer self.input_layer = [Node.__init__() for i in range(layer_heights[0])] self.layers.append(self.input_laye...
a51193d6b2708b4e1aaab2b401e4532c3e843ade
[ "Python" ]
3
Python
vvmirkovic/AIProject
11276003cb97b9506f2113155686d3847d936b85
6dfc647bb1f09c25f15dc560ee151041aae0e38f
refs/heads/master
<repo_name>yifanlee1128/PythonProject_Coursework_Derivative<file_sep>/Assignment4/Q3.py import numpy as np def TrinomialTree(isAmerican, isCall, S0, K, r,q,sigma, n): N=360 dt = 1 / N # time steps u = np.exp(sigma * np.sqrt(2 * dt)) # up d = np.exp(- sigma * np.sqrt(2 * dt)) # down m = 1.0 # do not...
3e83ada1b61b894d8585af21c3c038cb62daaa81
[ "Python" ]
3
Python
yifanlee1128/PythonProject_Coursework_Derivative
b442987067078b54186792ab1a9ad1574f795444
7c25c4666048e9b8376bd7248e116b489caabb61
refs/heads/master
<file_sep>// // BST.h // TreeProject // // Created by <NAME> on 11/13/14. // Copyright (c) 2014 <NAME>. All rights reserved. // #ifndef __TreeProject__BST__ #define __TreeProject__BST__ #include "BTNode.h" #include <exception> class DuplicateValueException : std::exception{}; class BST{ private: BTNode* roo...
f29c06013620a851b0a05ea7481676353d6a5dde
[ "CMake", "C++" ]
7
C++
sgattus/Lab10_0_BinaryTrees
281ebce62a777e51456d058dd5229e7f6047cb99
fa4fc9ad00604bc3550d191f2ecab3659a0d4172
refs/heads/master
<repo_name>wh-forker/RL-Experiments<file_sep>/src/baselines/DDPG/demo.py # -*- coding: utf-8 -*- import copy import gym import numpy as np import torch import torch.nn as nn from torch.optim import Adam from baselines.DDPG import Agent from baselines.base import ReplayBuffer, NoiseGenerator class Actor(nn.Module): ...
e99a7f54cb2c8a6592adc53a6720edf47f89a3ea
[ "Markdown", "Python", "Text" ]
19
Python
wh-forker/RL-Experiments
255aa7a9c03e38349d7c03540769eb9dfa91d33d
27d69b8db195f2da76c7261e123859f1a25f341b
refs/heads/master
<repo_name>vweevers/common-roots<file_sep>/readme.md # common-roots **Given some files, find their root directories (containing some identifying file like `.git`, `package.json`, etc). For files in the same root directory, it does a single lookup.** [![npm status](http://img.shields.io/npm/v/common-roots.svg?style=fl...
67d352aaa4e019ef6430f1ab397f0e43eee98afc
[ "Markdown", "JavaScript" ]
2
Markdown
vweevers/common-roots
5695011a71da23a8b03f320b2b7d86e7602db06b
277cc5934737e9a55d900a58b7ccb9166ba94df5
refs/heads/master
<repo_name>jeffehobbs/bizanime<file_sep>/README.md # bizanime *Business anime GIF tweets* How to get this working? 1) download/clone repo 2) enter the project directory ` cd bizanime` 3) create a virtual environment `python3 -m venv` 4) enter virtual environment `source venv/bin/activate` 5) install "requests...
b6c0678a6f22ecff6a250da5ce94e0c6f51d0e99
[ "Markdown", "Python" ]
2
Markdown
jeffehobbs/bizanime
3d62a4ce2d3e82f4d347628debe11e19867861df
8ffed02678d8e7bf73bd173b8fc68a73e6f8fc03
refs/heads/master
<repo_name>orezi/elk_heroku_log_drain<file_sep>/README.md # Heroku ELK Log Drain Heroku ELK Log Drain provides a central place where all the logs from heroku can go to. It was built with ELK stack - Elasticsearch, Logstash and Kibana - and tests written with Cucumber. ### Testing Locally **Install the following on yo...
a0979c16181813fcd2e0b4b77b28d06396acbc6b
[ "Markdown", "Ruby", "INI" ]
3
Markdown
orezi/elk_heroku_log_drain
0ddf977862626bc73f25869f57db9551a7bc444c
4f31d41a1de73f0165ca8a63bf23464337aff9c4
refs/heads/main
<file_sep>#!/bin/bash headcount=0 tailcount=0 for ((i=1; i<=5; i++)) do random=$(($RANDOM%2)) if [ $random -eq 1 ] then headcount=$(($headcount+1)) else tailcount=$(($tailcount+1)) fi diff_one=$(($headcount-$tailcount)) diff_two=$(($tailcount-$headcount)) done echo "Head on : $headcount times" echo "Tail on : $tail...
76f449cc4943671fb35012553c5a88bddd87fc59
[ "Markdown", "Shell" ]
2
Shell
PraveenkumarElanchezhian/FlipCoin
53ab62de3879fae3223111539431c8d65d2fc470
bc583d1a98160b1df33e4f1119edc77d312f0743
refs/heads/master
<file_sep>import React, { Component } from 'react'; //import { Form, FormGroup, ControlLabel, FormControl, Button, Col } from 'react-bootstrap' import '../MailBox.css' import MailItem from './MailItem'; import { connect } from 'react-redux' import MailControl from './MailControl'; import * as actions from '../../...
23a2c7036cdeec0faaf517f40988a20affd13050
[ "JavaScript" ]
26
JavaScript
nguyenvantri130895/mailbox-app
dd5270a7a2739bfc944d8ffabe69e5cae5b59dc0
ca6947a58365aa2557f220f065367e302bc5acc4
refs/heads/master
<file_sep>require 'csv' require_relative 'state_lookup.rb' class CensusParser CENSUS_DATA_FILE = "data/sc-est2019-agesex-civ.csv" OPTIMIZED_STATE_AGE_DATA = "data/optimized-state-age-data.yml" def initialize(state, age) @state = state @age = age end def people_older_than_you_in_your_state opti...
c6e75848a4cbf46ae52d1083b0a6483e1707977e
[ "Markdown", "Ruby" ]
9
Ruby
erikthiem/covid-vaccine-calculator
e5eda36c3f4db4e6f2e1ed8e7d23955c0c34d109
58892dd8c7ac25f440e79f1fdeeb272e96fb7e75
refs/heads/master
<repo_name>RDubby/FastFluency<file_sep>/README.md # FastFluency - Web app offering HSK1+ level flashcards for Mandarin Chinese study - Implements React with Javascript and CSS - Feel free to contribute to the flashcard list # Getting Started with Fast Fluency ## Available Scripts In the project directory, you can ru...
110228e0aa8d00677577a0a4cb6f10a1face4613
[ "Markdown", "JavaScript" ]
2
Markdown
RDubby/FastFluency
eb11cddcccd370645be93a7ee1b3cbb4c6e6b682
b30056ddf080599150b90326bb3af5dabb19e927
refs/heads/main
<file_sep>import httpClient from "./httpClients" const ENDPOINT= "/api/"; const insertUser = (user) => httpClient.post(ENDPOINT + "register", user); const getUser = (correo) => httpClient.get(ENDPOINT + "login/" + correo ); export{ insertUser, getUser, }<file_sep>import httpClient from "./httpClients"...
ea0a5f94a4d6de6155ad8e764bd7638981b934a8
[ "JavaScript" ]
7
JavaScript
MiguelDev2021/Proyecto_3_MisionTic
65a10a7842b365ce1c535e5a38fb135342b70849
e4f072bd68f99a3b8dfbce0e2a082af2a7dc6df0
refs/heads/master
<file_sep><?php namespace Qafoo\PheanstalkCli; class SystemTest extends \PHPUnit_Framework_TestCase { /** * @var \Pheanstalk_PheanstalkInterface */ private static $pheanstalk; /** * @var int */ private static $testJobId; /** * @var string */ private $binPath; ...
67819dbd8be554f0c394df7cc1941edb558805f2
[ "PHP" ]
2
PHP
bcremer/pheanstalk-cli
0463b32717634e8cae983e719cdd3458c4c19c81
6ce29fbf76df858089954d9a9d9df94cd60842fd
refs/heads/master
<file_sep>package org.example.stepDefinitions; import cucumber.api.java.en.When; import junit.framework.Assert; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; public class InfoUpdatesSteps { WebDriver driver; @When("^clicks on address$") public...
31dbd7565f1e5fa7937566660ac557296c11b600
[ "JavaScript", "Java" ]
2
Java
Shinoor/webTask
a73b747d5dee5452abe1073adc37224b7c034a9c
93dc1b83638499ced0587ec2a4e88fb1fdc9ff04
refs/heads/master
<repo_name>mariomalaga/Bingo-Game<file_sep>/app/src/main/java/com/example/mario/bingoandroid_17/MainActivity.kt package com.example.mario.bingoandroid_17 import android.content.Intent import android.support.v7.app.AppCompatActivity import android.os.Bundle import android.view.View import android.widget.Button class M...
8704ea51a4e1b4f5718104cf97578a19885c8b29
[ "Java", "Kotlin" ]
2
Kotlin
mariomalaga/Bingo-Game
003b9b5a53e3ff9ef95fbbfa53a634562d839759
7260ee6c152669c49dcec2d646ffc5beadad1895
refs/heads/master
<file_sep><?php get_header(); ?> <main class="main"> <?php get_template_part('partials/embellishments'); ?> <section class="grid grid__adult-classes--full-width"> <div class="adult-classes__masthead"> <h1>Adult Dance Classes</h1> </div> </section> <section class="grid grid__adult-classes"> <di...
98648bc784bfb695cba9f401e91fd2e8138d551f
[ "JavaScript", "PHP" ]
24
PHP
tekjoe/gkds
b06ca670bbf77cd47bd2dfaae9607af2de626bc5
e3cca828d9e666cb09a9e01e773f8a2f46145cad
refs/heads/main
<file_sep>#pragma once #include "TGAImage.h" #include "GaussianBlur.h" class WriterTGA { public: WriterTGA(); ~WriterTGA(); void WriteImage(GaussianBlur* blur,TGAImage* image,std::string path); private: std::string pathForSave; void CloseImage(std::ofstream *image); void Clo...
4067122f3c08117017c32f00851d6c1dbb5a08e7
[ "CMake", "C++" ]
9
C++
ankie17/ImageBlur
ffa14dc5b735b3230e51ca913fcb36be59d179b4
9a145dbd8038e80c252168a53b1e19b12a3caa5f
refs/heads/master
<repo_name>struters/Football-Manager<file_sep>/README.md Football-Manager ================ V8.0 <file_sep>/src/football_manager/Championnat_Première_division.java /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open ...
f5c4ee83489a5c204db0eed9787e24aa0549251f
[ "Markdown", "Java" ]
3
Markdown
struters/Football-Manager
f5452fb03a47213e042a64c115ab328ac21c1eaf
17a4cae3d0048d111f76b60776a202ac074226e5
refs/heads/main
<file_sep>const Blog = require('../models/blog.js') test('if likes is missing, set default value to 0', async () => { const newBlog = new Blog({ title: "Canonical string reduction", author: "<NAME>", url: "http://www.cs.utexas.edu/~EWD/transcriptions/EWD08xx/EWD808.html" }) expec...
f5e699db9996dac8d7927e670413caec082c8041
[ "JavaScript" ]
5
JavaScript
hussnaindev/part4
e70260d9a22e945b39b191acba6e6148ea622917
87ef79b173f2af19baa944b71d3710016e029711
refs/heads/master
<repo_name>parismichelle/mixedmessages<file_sep>/README.md # Random compliment generator Generates random compliments. ## Motivation Created to satisfy Portfolio Project 1 for beginning and intermediate Javascript modules on Codecademy. ## Language Javascript ES6 <file_sep>/main.js /* Sentence structure: You ar...
bd92889461490e576d15aeec148906f51a867a41
[ "Markdown", "JavaScript" ]
2
Markdown
parismichelle/mixedmessages
75c929aca939166d1c389bff4253f6c09f6f59bc
6691f8455c8366c28cfff815b1dce25177dd4d85
refs/heads/main
<file_sep>enum PusherStatus { CONNECTING, CONNECTED, UNAVAILABLE, FAILED } export default PusherStatus <file_sep>import { NextApiRequest, NextApiResponse } from 'next' import { MongoClient, Db } from 'mongodb' import Pusher from 'pusher' import never from 'never' import Events from '../../lib/Events' import li...
758bd86e75f68330f4bbfaf0503711b6f17c1538
[ "JavaScript", "TypeScript" ]
6
TypeScript
ChocolateLoverRaj/vercel-app
538d2a6688704b6ee067103b299856b236ccc98d
b61afe86ac4376afd3b3a661fa16c0ad1aee3fac
refs/heads/master
<file_sep>#!/usr/bin/env python # -- coding: utf-8 -- """ budget.py a Flask web app for the natural science budget <NAME> | cs.marlboro.edu | MIT License """ from flask import Flask, render_template app = Flask(__name__) @app.route('/') def index(): return render_template('index.html') if __name__ == '__mai...
5b5726a69a4b7a474582626e50a62c38b1e8d612
[ "Markdown", "SQL", "Python", "Shell" ]
6
Python
MarlboroCollegeComputerScience/NaturalScienceBudget
034f153bfd7420026adfa021c61c4c4ab265cb2a
2751a70480ed0064cbdc9d7f7a4c1c11e183e810
refs/heads/master
<repo_name>MintYiqingchen/MVCC-STM<file_sep>/include/TxManager.h // // Created by mintyi on 6/3/20. // #ifndef STM_TXMANAGER_H #define STM_TXMANAGER_H #include <set> #include <mutex> class TxManager { static std::mutex& getMtx() { static std::mutex mtx; return mtx; } static std::set<long>& ...
51bc5f2ff1545e345b111cfe9b9533f222f0d19a
[ "Markdown", "CMake", "C++", "Shell" ]
17
C++
MintYiqingchen/MVCC-STM
16005258b89e54947aa8a4331044aa7b77508b2a
582ffb30660937a12a80de71f0f708a85616fcd4
refs/heads/master
<file_sep># PWA-phase-2 resume building <file_sep>var cache1 = "c1"; this.addEventListener("install",function(event){ event.waitUntil( caches.open(cache1).then(cache=>{ cache.addAll([ ]) }) ); }); this.addEventListener('fetch',function(event){ event.respondWith( caches.open(cache1).then(function(cach...
c3f851c1ff18a3781059247d033b1c6d20907278
[ "Markdown", "JavaScript" ]
2
Markdown
satyavenkat66nagam/PWA-phase-2
f0c96e95bb6e974579045bc788ebef397b09dc8f
1339053b64e36a078bbf1708b976652f1206e927
refs/heads/master
<repo_name>mserhatyuksel/park-alani<file_sep>/README.md # park-alani Demoyu görüntülemek için AkilliOtopark.exe dosyasını çalıştırın.<br> Dosyanın çalışabilmesi için yerel sunucu kurulu ve otopark adlı bir database oluşturulması gereklidir.<br> Park isimli bir table oluşturun ve içeriğini aşağıdaki gibi yapın.<br><br> ...
fd69083a75b78470318329fa2343f1eef6743a47
[ "Markdown", "Python", "PHP" ]
3
Markdown
mserhatyuksel/park-alani
9c9bd4c5b2460203f8a08a4316f42184d15dfd94
276ec2952a010cf0038968531f63f30368829c1e
refs/heads/master
<repo_name>tzelleke/theodroszelleke.com<file_sep>/user/themes/ceeveeChild/ceeveeChild.php <?php namespace Grav\Theme; use Grav\Common\Theme; class CeeveeChild extends Theme { } <file_sep>/user/pages/#.blog/blog.md --- title: Blog content: items: '@page': '/home' --- Hallo Welt!<file_sep>/user/pages/01....
387824a1ceb09a53802c2630737fa19cc2490f1a
[ "Markdown", "JavaScript", "PHP" ]
9
PHP
tzelleke/theodroszelleke.com
73a081fd7dea300b85d683002e148b59616d24ca
10ceb90d421729a333ec25352b536c811a25d1d7
refs/heads/master
<repo_name>JFoxhallASC/JaredMacCode.py<file_sep>/myLife.py from random import * import time print("welcom to Make Your Own Life! Please follow the following instructions") time.sleep(2.0) dreamSchool1 = raw_input("What is your first choice school?") dreamSchool2 = raw_input("What is your second choice school?") d...
f430525c927b5ece831c9da56ad33aada7bd5ac5
[ "Python" ]
5
Python
JFoxhallASC/JaredMacCode.py
c17dad1dc0b3426ebce4ff4e4072ef6fb571b56c
af0b1a50db2afc21d5d619be2ef60c71d48d64dd
refs/heads/master
<file_sep>import React, {Component} from 'react'; import { AppRegistry, FlatList, StyleSheet, Text, View, Image, Alert, Platform, TouchableHighlight, TouchableOpacity, ImageBackground, } from 'react-native'; import {horizontalFlatListData} from '../data/horizontalFlatListData'; import {horizontalS...
aa2ee84d565711f6dbefa0e40ef7624f71b21114
[ "JavaScript" ]
5
JavaScript
hoangthuc296/hoangvanthuc
851255197745f8c4271ab1755db6976cf0d37230
739d1b61455fbb1d36da467933594ab17dcbc001
refs/heads/main
<repo_name>angelorobsonmelo/ops-error<file_sep>/app/src/test/java/com/angelorobson/monitorerrorapp/ui/fragments/opserrordetails/viewmodel/OpsErrorDetailsViewModelTest.kt package com.angelorobson.monitorerrorapp.ui.fragments.opserrordetails.viewmodel import androidx.arch.core.executor.testing.InstantTaskExecutorRule im...
5ea8da7ea977e84cd1906d96de4ae363ef5d4412
[ "Markdown", "Kotlin", "Gradle" ]
39
Kotlin
angelorobsonmelo/ops-error
c57e4cae40800fe06c9900277deb22ef5d486119
fda35397163420dd82f27771a64a79d94aea4cbe
refs/heads/master
<file_sep>from django.db import models # Create your models here. from django.urls import reverse STATUS_CHOICE = [ ('progress', 'progress'), ('completed', 'completed'), ('pending', 'pending'), ] class Todos(models.Model): title = models.CharField(max_length=256, null=False) description = models...
305e0b2b5302ecb50cf183deaaa96c7ed38739da
[ "Markdown", "Python" ]
7
Python
snalla-axis/StayAbode
4e1e40e0e06535b9c345177200e8b075e838c9ab
993f063c5b03d07c1f6fff35d136764693d0e779
refs/heads/master
<repo_name>chewett/ArduinoBot<file_sep>/read_arduino_json.py import serial import socket import json import time arduino = serial.Serial('COM4', 115200, timeout=None) sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) server_address = ('localhost', 31415) sock.connect(server_address) sock.sendall('{"mode": "se...
1f8cfee84d5de382e8574f8069dd3708816ea0ee
[ "Markdown", "Python", "C++" ]
4
Python
chewett/ArduinoBot
4e5f0fdbbbc017210cf924117e32434db62cec83
00f6c19dfc6ef7e970bed90860fdc15abd30459a
refs/heads/main
<repo_name>asort1976/ping-pong<file_sep>/pong.py import pygame pygame.init() WW =700 WH = 500 sc = pygame.display.set_mode((WW, WH)) clock = pygame.time.Clock() back = pygame.transform.scale(pygame.image.load('fon.png'), (700, 500)) class GameSprite(pygame.sprite.Sprite): def __init__(self, player_image, pl...
76051d661f362fafb4d505cb40bbdd808f936cd6
[ "Markdown", "Python" ]
2
Python
asort1976/ping-pong
913254ac85f08f7fcbd993ba3b8ca7f5fb42eaf3
bdec16e64d06341ee9b1c0f9bd53d35492305f54
refs/heads/master
<repo_name>arronMing/studyLearning<file_sep>/fun/src/main/java/concurrent/CountDownLatch.java package concurrent; public class CountDownLatch { static class Runner1 implements Runnable{ private java.util.concurrent.CountDownLatch countDownLatch; public Runner1(java.util.concurrent.CountDownLatc...
a3975527cc6b38ee70246be13ea03d3fa70f696a
[ "Java" ]
33
Java
arronMing/studyLearning
75a167481b94942430c2fcf80b43aab07dcd8051
4930619567b37cc3da365a962110ed956d772f2f
refs/heads/master
<file_sep>package com.main.eureka_server; public class Trace { public void methodStart() { StackTraceElement thisMethodStack = (new Exception()).getStackTrace()[2]; System.out.println("[" + thisMethodStack.toString() + "]-----MethodStart"); } public void methodEnd() { ...
c6f62f55929a90e27a9839b0c98f6bf39e105e94
[ "Java", "Dockerfile" ]
3
Java
pwenxin/eureka-server
df5704b1b78d6dde3a0395bb93a2d25887335783
f100184d895f30b5e37d68840dd5357d9891ac67
refs/heads/master
<repo_name>Rammoja/Animal-Shelter<file_sep>/controllers/breed_controller.rb require( 'sinatra' ) require( 'sinatra/contrib/all' ) require( 'pry-byebug' ) require_relative( '../models/animal.rb' ) require_relative( '../models/owner.rb' ) require_relative( '../models/breed.rb' ) require_relative( '../models/adoption.rb' ...
03927cb83a822aca916224b2f43d09cf16703ec2
[ "SQL", "Ruby" ]
8
Ruby
Rammoja/Animal-Shelter
852fccbaeb5e9e26ffc5069cf7645e99c72a42c6
ec8674f9c4e75036ef498df9f5ef57d85e293298
refs/heads/master
<file_sep>Calculator ========== My Calculator <file_sep>#calculator app puts "what's the 1st number?" num1 = gets.chomp puts "what's the 2nd number?" num2 = gets.chomp puts "=> The second number was #{num2}, and the class is #{num2.class}" puts "=>Which operation would you like to perform? 1) + 2) ...
cb74b57082ef3792ade7dcbdb5ffafdfdc5a0143
[ "Markdown", "Ruby" ]
2
Markdown
YuchuanWeng/Calculator
db548878ce650b602a995baba3f7bea97bc4779d
63227bfc7d34ffeb6611d92ebce075d36400192e
refs/heads/main
<repo_name>FrancescaPontin/CDRC_Python_day_2<file_sep>/Example_CDRC_Data/Access_to_Healthy_Assets_and_Hazards_AHAH/Combined_Authorities/E47000003/readme.txt Access to Healthy Assets & Hazards index (AHAH) - 2019 - Combined Authorities Geodata Pack: West Yorkshire (E47000003) + Abstract This geodata pack provides the ...
6534547f7fc1bd7eeffeaf79702da9ce2f23e55a
[ "Python", "Text" ]
2
Text
FrancescaPontin/CDRC_Python_day_2
4174c991ae14027c1bcb00dc95b12fc7568dd74d
3a743e7a43ce1feffdb129d5bdedbf5a06f3cd7f
refs/heads/master
<repo_name>thisoldbear/vanilla-parcel-starter<file_sep>/README.md # vanilla-parcel-starter A basic [Parcel](https://parceljs.org/) starter. 💻📦🚀 ## Install ``` npm install ``` ## Dev To run in development mode: ``` npm run start ``` ## Build To run in production mode: ``` npm run start ``` ## Docs Checkout...
fb3974a5641ca672e3967515579c10c8f1a8d251
[ "Markdown", "JavaScript" ]
2
Markdown
thisoldbear/vanilla-parcel-starter
b972448a3cb3834b5f2a527eb480302afebe0c2b
f54742a526e83473d6c0b0eaafda38af594bc6ff
refs/heads/master
<file_sep>import axios from 'axios' export const checkVerified = (address: string) => { return axios({ url: 'https://arweave.net/graphql', method: 'post', data: { variables: { address: address, authNodes: ["s-hGrOFm1YysWGC3wXkNaFVpyrjdinVpRKiVnhbo2so"], }, query: ` ...
8ff9518d419fb4ff1021a80ae085c92e837f1954
[ "TypeScript" ]
2
TypeScript
mcmonkeys1/arverify-js
5e730a7c76db42fbbdc989f2b1949e52d8971ed2
bf91c5f62858e14d9507b05ef8ce54d19e03d9cb
refs/heads/master
<repo_name>hidetoshi1230/chat-space<file_sep>/README.md # VERSION * Ruby version ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] * Rails version Rails 5.0.6 # DATABASE ## messagesテーブル |Column|Type|Options| |------|----|-------| |body|text|| |image|string|| |user|references|null: f...
aad36a7ba943c49f172229abfc661b019acf6ee4
[ "Markdown", "Ruby" ]
4
Markdown
hidetoshi1230/chat-space
3bce7a2dc44ec6e3d5ebabeb4c9ca2fe3b3dd512
b641536642870868862e93328ba8f024d4facac2
refs/heads/master
<repo_name>stephaney92/slot-machine-game<file_sep>/app/src/main/java/com/example/slot_machine/rules_Activity.java package com.example.slot_machine; import android.content.Intent; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; public class rules_Activity extends AppCompatActivity { pro...
9fd6b37abb155ee4e111ccc6c1cace7eff6e93d6
[ "Java" ]
1
Java
stephaney92/slot-machine-game
afc24db794494bfaaf237796d9f9f3a687dd04c2
a1ede29974f95c0dc66ef6d9a22dd6d49b4d0517
refs/heads/master
<repo_name>siddhantrawat/SpringProject1<file_sep>/src/main/resources/application.properties spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/Sid spring.datasource.username=root spring.datasource.password=<PASSWORD> <file_sep>/src/main/java/com/siddhant/project1/Servic...
8f5bcaf2697806f89811e5865d4083231e43b2e6
[ "Java", "INI" ]
2
INI
siddhantrawat/SpringProject1
6437e82bb6dbaeb16523c8f72dfc0da82770b69d
92f51c632db95ca124d5d4579108a45746586efc
refs/heads/master
<repo_name>hoebbelsB/meteor-grapher-stub<file_sep>/server/main.js import { Meteor } from 'meteor/meteor'; import '../imports/api/invoice'; import {invoiceCollection, invoiceLineItemCollection} from "../imports/api/invoice"; Meteor.startup(() => { invoiceCollection.remove({}); invoiceLineItemCollection.remove({...
e4ad8be8b860daa73bf02d71eee0b49b9647fac6
[ "JavaScript" ]
2
JavaScript
hoebbelsB/meteor-grapher-stub
99e23f8b7495dcb1d21c6fbd5521978094b3335b
8f0862e5f3a7493be54affd8a47d7dd5fa89955f
refs/heads/master
<file_sep>#!/bin/bash ############################################################ #region removeStuff systemctl stop tested.socket systemctl stop tested.service rm /run/tested.sk #endregion ############################################################ #region copyStuff cp tested.service /etc/systemd/system/ cp tested...
95401683fd67e570dcb807ff4993a7d28488696d
[ "Shell" ]
1
Shell
JhonnyJason/abi-cache-service
5b6efb3c7938eb177418d2d7bfaedfa43b132b67
b1b95921c6abff3f447c9e1091f712782fec9ec9
refs/heads/master
<repo_name>GuiDoSignal/saks<file_sep>/performance/oracle_application_server/parseActiveSessionsFromCsv.sh #!/bin/bash ################ Not configurable section if [[ $# -ne 2 ]] then echo "`date +'%d/%b/%Y %H:%M:%S'` [Error] Wrong numbers of parameters $#" echo "Usage: `basename $0` <gziped_csv_file> <instancePI...
2c8c9f54d4ee4211b050906e1756870ca671bcc1
[ "SQL", "Markdown", "Java", "Python", "Shell" ]
42
Shell
GuiDoSignal/saks
1f0916878653e2d5bb6687f611e7d42a14c6a741
63dffffd2248e2cc6d868fc5ff0b1e459cd21707
refs/heads/main
<repo_name>htmlfriend/angularNodeMongoApp<file_sep>/client/src/app/login-page/login-page.component.ts import { Component, OnInit } from '@angular/core'; import { FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms'; @Component({ selector: 'app-login-page', templateUrl: './login-page.component.ht...
7aed54efa680687769d99ef7c13a162f45eddf94
[ "TypeScript" ]
1
TypeScript
htmlfriend/angularNodeMongoApp
e85ab1e8c1b4cee1adb4f817ad6de8182735b249
1b75c65aa9eaf2998d20735afe7e699d17109050
refs/heads/master
<file_sep>import httpx import pandas as pd from bs4 import BeautifulSoup class DataFetcher: def __init__(self, url: str): self.url: str = url self.df: pd.DataFrame = None async def parse(self, table_name): content = await self._fetch_content() values = self._parse_table(conten...
f9d31a387000e5325056a3d595f085431e96aee5
[ "Markdown", "Python", "Text" ]
4
Python
nino-rasic/dhmz_data_fetcher
f6cf26aef8d474518be4245704259f9f048e7a4c
060d6aa914ea817b75fb609f90993c68dc3d2ccf