branch_name
stringclasses
149 values
text
stringlengths
23
89.3M
directory_id
stringlengths
40
40
languages
listlengths
1
19
num_files
int64
1
11.8k
repo_language
stringclasses
38 values
repo_name
stringlengths
6
114
revision_id
stringlengths
40
40
snapshot_id
stringlengths
40
40
refs/heads/master
<file_sep># Review Questions ## What is Node.js? ## What is Express? ## Mention two parts of Express that you learned about this week. ## What is Middleware? ## What is a Resource? ## What can the API return to help clients know if a request was successful? ## How can we partition our application i...
1b9e792005282d8b4da85918f8cd8fc9c3272024
[ "Markdown", "JavaScript" ]
2
Markdown
AlexanderCaves/Sprint-Challenge-Node-Express
6e7d7d05c465ecea2c464400a98daaf94daff56f
2859d0170a08f7358d8970b5cc2c8fa023bdb22f
refs/heads/main
<repo_name>ZheniaSteger/producerConsumerThreads<file_sep>/prodcon.c //============================================================================== // Author : <NAME> // Purpose : Demonstrate use of semaphores and threads. // ============================================================================= // IN...
bb0f05a322a3e08e32828a678c73011df1c041c7
[ "C" ]
1
C
ZheniaSteger/producerConsumerThreads
7869913b4c1d65908e681f9aa283c5e839a3e6b6
bf9e1f5a2d040511705ba685c00a6f6648e3667a
refs/heads/master
<file_sep>const express = require('express') var cors = require('cors') var app = express() const port = 8080 const fetch = require('node-fetch'); app.use(cors()) app.get('/todos', function (req, res) { var url = 'https://0je8g9zvze.execute-api.eu-west-1.amazonaws.com/test/todos'; fetch(url) .then(r...
4bf4699e9ebcd08870cd1f214d9735a31a8509df
[ "JavaScript" ]
1
JavaScript
johnaroj/todo-list-app
12b6b66d9045dc629b3a177e0e5fb476c56bd2a0
81b4133650e0f88cd2ad36fe6138d4ca2e25e667
refs/heads/master
<file_sep>import styled from 'styled-components'; import { NavLink } from 'react-router-dom'; import { Form, Field } from 'formik'; // App Styles export const StyledAppMain = styled.main` background-color: black; box-shadow: 0px 0px 5px 5px #7ab363; padding: 25px; `; // Header Styles export const Styled...
e8f772e8b14ce288d1f0b309eb081174f04bf831
[ "JavaScript" ]
6
JavaScript
DMConklin/Sprint-Challenge-Single-Page-Apps
8fabb310a2081b5ebb7b4b3b55f31f1cdb2bf6ba
1ed6be3873695e2bd8b9cc0ead0c0f415e627852
refs/heads/master
<file_sep>import React, { useState, useEffect } from "react"; import { useAuthContext } from "../../../context/auth/AuthState"; import Spinner from "../../../components/Spinner/Spinner"; import "./MyDetails.css"; const MyDetails = () => { const defaultState = { oldPassword: "", newPassword: "", confirmPa...
62d04f8de6017c3361e87e4da2b8cf08ae5325a4
[ "JavaScript", "Markdown" ]
22
JavaScript
M-Kolodziejczyk/library-app
ba5864454d3d3e7c5e3933269a5862ea31c3400c
8a4a51eb1f02f3e773600ccf3da1d7f2e7db8845
refs/heads/master
<file_sep>package org.test1; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.sikuli.script.FindFailed; import org.sikuli.script.Pattern; import org.sikuli.script.Screen; public class SikuliTesting { public static void main(String[] args) throws FindFailed { Sys...
25c5a857f2a6a44a7cb23150445bbf8f4cb38c30
[ "Java" ]
2
Java
sivagane/MavenSample
14ed5e6fd960b5b825ceeacb63b251e265f9cc0c
446138a4aa5641a9f713af2e1f4ba2d214a95cdb
refs/heads/master
<file_sep><?php /*@Green Api Framework [An Open Source API Framework Based On PHP] *@Developer Agency: Green Box *@Publisher Agency: Open Source Solver *@Author: Green Box & Open Source Solver *@Copyright: Green Box & Open Source Solver *@Copyright Under: http://creativecommons.org/licenses/by-nc-sa/4.0/ *@Conta...
35fe75991d7c22870f8a7a2f62f57f48e62f13f2
[ "PHP" ]
14
PHP
GR33NBOX/GAPIF
c51af87fd5c23e6b4f2a888ef05876d0e29f2d5c
8d945c80af74e2882d70bcd42f9b384071663f5c
refs/heads/master
<repo_name>mbibko/vdohnovenie.github.io<file_sep>/app/js/main.js 'use strict'; // (function($) { // var $event = $.event, // $special, // resizeTimeout; // $special = $event.special.debouncedresize = { // setup: function() { // $(this).on("resize", $special.handler);...
4ffabcdba59f3ebc737de01abb4424378ac95149
[ "JavaScript", "HTML" ]
3
JavaScript
mbibko/vdohnovenie.github.io
1ea67f1b50bd567e5dcbf5705f3815565b38eaca
5b08652f66a96a1687863e09ddc51488b340ed15
refs/heads/master
<file_sep>import os import re import json import copy import cgi import random import string import pytest import responses from urlobject import URLObject from nylas import APIClient # pylint: disable=redefined-outer-name,too-many-lines #### HANDLING PAGINATION #### # Currently, the Nylas API handles pagination poor...
6d5541463d78b498811fc7c91fc8331ea25d6c78
[ "Python" ]
1
Python
fagan2888/nylas-python
676547a3ba05dd6cc30322a9ed67575b540e0310
b991242fd5d64e2410651185084efb11fbf20cea
refs/heads/main
<repo_name>laithalenooz/php-mini-website<file_sep>/index.php <?php include 'functions.php'; ?> <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <?php echo $bootstrap; ?> <title>Form Validation</title> </head> <body> <?php echo $mainNav. $slider;?> <...
a2ad8ab07884af5821e9edbccae25a28530c5589
[ "PHP" ]
6
PHP
laithalenooz/php-mini-website
b1330bd0b914051ed7dfb9b58474c5ab9a4c2453
e45f2fd937fb760fca7d9553beeb6e71f8f1a824
refs/heads/main
<repo_name>JohnCMello/starWarsGame<file_sep>/README.md ### Star Wars game in Vanilla JS. - Credits to Franks laboratory: https://www.youtube.com/watch?v=EYf_JwzwTlQ <file_sep>/src/script.js const canvas = document.getElementById('canvas2d'); const ctx = canvas.getContext('2d'); canvas.width = 800; canvas.height = 500;...
3046856d9607645d3bafb8f1dfdc41d7c159904b
[ "Markdown", "JavaScript" ]
2
Markdown
JohnCMello/starWarsGame
16605b56acc60e1b39cd5a09c96f44e13f99ab46
f1a906d1755ff9e9d83b0ecc29a03fb5a51ce1fe
refs/heads/master
<file_sep>package com.example.ktlistview import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.view.Menu import android.view.MenuItem import android.widget.* import androidx.appcompat.app.AlertDialog import com.google.android.material.snackbar.Snackbar class MainActivity : AppCompatA...
8de845a4958849130159cebd7d48cf0c9985e8d5
[ "Kotlin" ]
1
Kotlin
smish-hash/KTListView
c6e487b066de1a7ccbdb6edfaf843f69f7e6f387
adcf124b94aad8b0bc1654aa8e75d29bc4f81fc7
refs/heads/master
<file_sep>let mongoose=require("mongoose"); let joi=require("joi"); let jwt=require("jsonwebtoken"); let config=require("config"); let userSchema=new mongoose.Schema({ firstname:{type:String,required:true,min:5,max:30}, lastname:{type:String,required:true,min:5,max:30}, newsLetterCheck:{type:Boolean}, ...
e3d94f50205482faa41572787d11c253b80dd87c
[ "JavaScript" ]
14
JavaScript
mayurdeveloper95/nodejsproject
ea66cdad89db30fc5a68d89417326f09412f2491
e81563eb8090d7869177f0684d800cd9f578681c
refs/heads/master
<file_sep>namespace Messenger.Client.Objects { public static class WebviewHeightRatios { public const string Compact = "compact"; public const string Full = "full"; public const string Tall = "tall"; } } <file_sep> namespace Messenger.Client.Objects { public static class Mess...
9df723a266cf583bb32a91dfcb9e91c98a8ad121
[ "C#" ]
18
C#
TheNest/messenger-client
a51b6d9cc771074dfe4d7e567417b06d55b0daa9
be104d4d3832aee44589bed19d018126875b7030
refs/heads/main
<file_sep>module github.com/mamoralesMELI/go-hands-on go 1.15 require ( github.com/gin-gonic/gin v1.6.3 github.com/go-resty/resty/v2 v2.3.0 ) <file_sep>package main import ( "github.com/gin-gonic/gin" "github.com/mamoralesMELI/go-hands-on/rest" ) type Greeting struct { greeting string `json:"greeting"` owner ...
019471b97e6f8e7db6fe7b4597412254894e4e45
[ "Go", "Go Module", "Markdown" ]
3
Go Module
mamoralesMELI/go-hands-on
2242e856f57464d373270d4698b862dc0f3d62bf
4b378b8168ceb938ceab402bd3d4a043abb523be
refs/heads/master
<file_sep>/* mixer.c */ #include <stdio.h> #include <stdlib.h> #define TRACK_MAX 10 #define DATA_MAX 44100*300 #define VALUE_MAX 30000 double sum[DATA_MAX]; int main(int argc, char *argv[]){ FILE *f[TRACK_MAX]; int flag[TRACK_MAX], flag2; double n[TRACK_MAX]; int i, max, data; long j, t; /* file load *...
7b040b2e1d4daafe4881c78ad54b30000e268fdf
[ "C" ]
4
C
rionslion/synth
2f040a2d7f5ffb0a6216086f645808585106e20d
a3e39b256f0f06d4a20434577a9bcdfa49c8e172
refs/heads/master
<repo_name>LaurenMangibin/CheatSheet<file_sep>/Stack/StackTester.java public class StackTester { public static void main(String[] args) { AStack myStack = new AStack(); System.out.println(myStack.isEmpty()); //myStack.pop(); for (int i = 0; i < 1000; i++){ myStack.push(i); } while(!mySt...
4bfb236c432e330ff24a0e82bfaa9074aac2b946
[ "Markdown", "Java" ]
4
Java
LaurenMangibin/CheatSheet
0bfc47cd777bc5876a321a6a72345b56c8e051ed
3b43685ccb3429b1ca2b011556ceb2c1f1f2fc92
refs/heads/master
<repo_name>alex-slapoguzov/HT1<file_sep>/src/test/java/com/epam/training/pages/UsersPage.java package com.epam.training.pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class UsersPag...
45af58b9909909496b3d845fd10da6ed1a3c9267
[ "Java" ]
5
Java
alex-slapoguzov/HT1
0f8cd1b73eccbc727e4c91e9ed91daf644ef1af5
3bfe372c20f966804dd5d7441b421d68c0318d52
refs/heads/master
<file_sep>!#/bin/bash export LC_ALL=C.UTF-8 && export LANG=C.UTF-8 alias python=python3 touch db/$DATABASE_NAME python migrate.py db upgrade flask run --host 0.0.0.0 --port 5020<file_sep>"""empty message Revision ID: 5c158644cc09 Revises: <PASSWORD> Create Date: 2019-12-10 17:36:35.994702 """ from alembic import op ...
a8d6ddf06f67c424a438d1e1896f876eaef65d59
[ "Markdown", "Python", "Text", "Dockerfile", "Shell" ]
16
Shell
jagadish432/large_flask
5f29bc0f49f809ea2fb3811333aa93b1df1cf224
7bff34fc14cc196618dc5f2a5ec0f48f8abceff4
refs/heads/master
<file_sep>/* <NAME> March 14, 2013 Wiring: * GND = GND * VCC = 3.3 V * SCL = A5 * SDA = A4 * SDO = GND * CS = 3.3 V * INT2 = NC * INT1 = NC */ #include <Wire.h> #define CTRL_REG1 0x20 #define CTRL_REG2 0x21 #define CTRL_REG3 0x22 #define CTRL_REG4 0x23 #define CTRL_REG5 0x24 int L3G4200D_Address ...
b8b77b4ca4d27b0071fc4be90a485e657d8a129a
[ "C++" ]
1
C++
ryanmaksymic/Dissolving_Self
9bc60ea1f47500bfb87780a5f02fc78c69fcb4df
c332396ba9abda1ed29a7576f949f9a78c056a2b
refs/heads/master
<file_sep>health = 20 --1 enemyhealth = 20 --2 attack = 1--3 money = 0 cost = 0--5 enemyattack= 1 price = money-cost--7 level = 1 attacklevel=1 xp= 0 xpneeded=10 weapon= "fists" repeat--8 print("Your Health="..health)--9 print("The enemies health="..enemyhealth) print("Your weapon="..weapon) print("Your Att...
f3f42aa55440b755a5cdb6051546c654247531dd
[ "Lua" ]
1
Lua
singofwalls/simple-text-arena
c3b834755670ede4cde3501916dc1bca9ecdf038
0198ad4390587cfe495e5c23b6bc8cace530b024
refs/heads/master
<repo_name>NikiSchlifke/javascript_niki_schlifke-codereview_week02_redo<file_sep>/README.md # javascript_niki_schlifke-codereview_week02_redo ## Usage The game asks you 2 times for the player names, first the right one, then the left ount Push the roll button on each side and compare the results. If you'd like to meas...
729cfcd1bba30179c55caad40a6db9d07e46324e
[ "Markdown", "JavaScript" ]
2
Markdown
NikiSchlifke/javascript_niki_schlifke-codereview_week02_redo
93a861629ac547ba2c48941bffb1226209024f6b
71418c1fcfc4fee197ed8966c9da572cb00ad978
refs/heads/master
<file_sep> public class Demo6 { public static void main(String[] args) { System.out.println("Hello World£¡Â½»Ô¶«"); } } <file_sep>import java.awt.BorderLayout; import java.awt.FileDialog; import java.awt.Font; import java.awt.TextArea; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import ...
107d55f45435544217ab4cd6a545cf45d644c723
[ "Markdown", "Java" ]
3
Java
LHD2018/notePad
5281feef6e7e30d87906470838a4d3b69ef85996
3fd34250379802080028c226abe5d6bcaba89459
refs/heads/master
<file_sep>Android XML Coder Plugin ============================================= This plugin help you to edit xml in your Android project. ## Remove current tag ![remove_tag](https://raw.githubusercontent.com/tommykw/android-xml-coder-plugin/master/captures/remove_tag.gif) <file_sep>buildscript { ext.kotlin_ver...
2277c706dd5b61407e93a93c8d334cfb17fbe0bb
[ "Markdown", "Kotlin", "Gradle" ]
3
Markdown
tommykw/android-xml-coder-plugin
aa755eb74de9ee4c4efdd99fe0747185e4e573c3
0ea4a0c1a4c647c768f37c8a3efe6573560db763
refs/heads/master
<repo_name>manfredsteyer/2019_09_06<file_sep>/projects/flight-app/src/app/flight-booking/+state/flight-booking.effects.ts import { Injectable } from '@angular/core'; import { Actions, createEffect, ofType } from '@ngrx/effects'; import { FlightService } from '@flight-workspace/flight-api'; import { loadFlights, flights...
51bc4928c5ed4a761270d096e8dee94ebd8e4a0e
[ "TypeScript" ]
3
TypeScript
manfredsteyer/2019_09_06
6ea3aaad598a9c5e382562169428c681a6267182
a22820be02a212198781e18762b9b965ea5205cc
refs/heads/master
<file_sep>function password(state = { }, { type, payload }) { switch(type) { case "CHANGE_PASSWORD_SUCCESS": case "CHANGE_PASSWORD_FAILURE": return state default: return state } } export default password <file_sep>import { createStore, applyMiddleware } from "redux" import thunkMiddleware f...
f12b447f74bdbbfa27269f4daa4a2bdb497c8ba0
[ "JavaScript" ]
35
JavaScript
8itcoin/console.blockmeta
441ca3114cdfdeb657a5fecc2b385f47bab8ea8f
1d8fe7e770b5db1a9e6971803d0bf41ccccb60fb
refs/heads/master
<repo_name>headbanging3/Team_Project1-3<file_sep>/src/main/java/com/acorn/shoopse/agency/controller/AgencyController.java package com.acorn.shoopse.agency.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; imp...
30f11e12c195cd5ec23c89ed1d23e7881756b69a
[ "Java" ]
5
Java
headbanging3/Team_Project1-3
379bba79e3ca900b6f813cd1c32c816482d79dee
028a348a520b33f977a387fddf8ac0cf4b9793c3
refs/heads/master
<repo_name>LHugueniot/InverseKinematicsTest<file_sep>/emitter.h #ifndef EMITTER_H #define EMITTER_H #endif // EMITTER_H <file_sep>/particle.cpp #ifdef __APPLE__ #include <OpenGL/gl.h> #include <OpenGL/glu.h> #else #include <GL/gl.h> #include <GL/glu.h> #endif #include "glm/glm.hpp" #include "particle.h" #include <iost...
d17fc909a9bc88ab9cae3eb757f80197ffd27d66
[ "C", "C++" ]
7
C
LHugueniot/InverseKinematicsTest
ef35f8034d01d80727c9d0ed9705d67dbc0f3e94
1912694209807539e6d1021c2f5a0f866324eb4f
refs/heads/master
<repo_name>filipelinemburger/appClientRegister<file_sep>/src/test/java/com/br/appclientregister/AppClientRegisterApplicationTests.java package com.br.appclientregister; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class AppClientRegisterApplicationTes...
12d7e3ab4f7bc35c00f8adcc34eabd8702914b60
[ "Java" ]
8
Java
filipelinemburger/appClientRegister
5da0810cb9deb1f0619dedfabb7a5110654fd1ee
81fc3aedb5c3582cf1486082772393c0f5d6f55d
refs/heads/master
<file_sep>#!/bin/bash for l1 in 1 2 3 4 5 6 7 do for samp in 1 2 3 4 5 6 7 8 do ./a.out $l1 $samp done done
51884a47fcf45da264a19b274d18c644343469a7
[ "Shell" ]
1
Shell
Nikos-T/BP-CUDA
fd392e35f7c4b7530f4d1a2164d0cdb643dc8c25
5033cd3a8f4e519e8f6fccf38a9916d49ddd8b63
refs/heads/main
<repo_name>CRLTeam/HLF_Evaluation_Chaincode<file_sep>/evaluation.js /* * Ryserson Cybersecurity Research Lab * <NAME> * * SPDX-License-Identifier: MIT */ 'use strict'; const { Contract } = require('fabric-contract-api'); class Evaluation extends Contract { async InitLedger(ctx) { await ctx.stub.put...
3515706490e58d61574ecf80b22d25d8984ef00b
[ "JavaScript" ]
1
JavaScript
CRLTeam/HLF_Evaluation_Chaincode
5733c1edff6020580fec79470d15a03de4f3f39b
2f6d9940979a25722cbc574897995c5e2ffb3f5a
refs/heads/master
<repo_name>johneosborne/Simon<file_sep>/Simon/src/edu/apsu/csci/simon/Game.java /* * Name: <NAME> * Date: 2/8/2014 * Assignment: #1 - Simon * Class: CSCI 4020 */ package edu.apsu.csci.simon; import java.io.BufferedWriter; import java.io.FileNotFoundException; import java.io.FileOutputStream; import ...
45d964581733a83288c123244f1eff2976294257
[ "Markdown", "Java" ]
3
Java
johneosborne/Simon
3937fe75beacba29a314e033312666197f9ab50f
3de074c9b881935878844269b6b987ec3d19f11f
refs/heads/master
<file_sep>import requests url = 'http://apps.webofknowledge.com/full_record.do?product=UA&search_mode=GeneralSearch&qid=1&SID=7E8ocoeQDScVAjO5OzL&page=1&doc=7' html = requests.get(url).text print(html)<file_sep>zz=1 def y(): x() def x(): global zz zz = 3 y() print(zz)
c9d8febb5063fc2105eaaa6f306d0b1dbf4a1827
[ "Python" ]
2
Python
ZuiYee/ProxyPool
8bd70f58619000e97784be808d401b4db3f8246f
28307445201d58423c6280fabdfbddf31af4ccd8
refs/heads/main
<repo_name>kflores56/UFO-Sitings-Filter<file_sep>/README.md # Javascript Challenge ## Background The extra-terrestrial menace has come to Earth and we here at `ALIENS-R-REAL` have collected all of the eye-witness reports we could to prove it! All we need to do now is put this information online for the world to see a...
c0d5feb9eb48a7c9a346f710913bc56337bd7de6
[ "Markdown", "JavaScript" ]
2
Markdown
kflores56/UFO-Sitings-Filter
1bf55b967e90dcc1b133999c32da5a051da9fe06
ac4cbaa7c50f7ffb9fe5a21053bcc195888fa447
refs/heads/master
<file_sep>var itemTemplate = Handlebars.compile($('#item-template').html()); $('.btn-submit-item').click(function() { if (itemlength % 3 === 0) { addRow(); } var $lastRow = $('.shopping-cart-table').find('.row').last(); var newItem = newItemObj(); itemlength++ $('.shopping-cart-table'...
1c6bc3eeb13cdc62db52f70b3a008aded94444c6
[ "JavaScript" ]
2
JavaScript
YZeitler/shopping-cart
603db0d9abfd655e7be0d63d9793074d20e907f0
0f83e4d4e6c5fdabbe0a809f1002a826d2a33439
refs/heads/master
<repo_name>cvlasin/Fillit<file_sep>/srcs/verificare.c /* ************************************************************************** */ /* */ /* ::: :::::::: */ /* verificare.c ...
b7b9b17746f76e37d7fd220091ab911d81784c9a
[ "Markdown", "C" ]
6
C
cvlasin/Fillit
1f7dec9dbae1c1b12fa5c1a9df4d6930f6985e9c
186f43e764527b1eb229517ed21805fecfcdf42a
refs/heads/master
<repo_name>james-yun/firebase-lab<file_sep>/components/DayCalendar.js import * as React from 'react'; import { View, StyleSheet, FlatList } from 'react-native'; import DayDetailsCard from './DayDetailsCard'; import moment from 'moment'; export default function DayCalendar(props) { let firstdate = props.eventsFor...
123eb62ef71368d9f7d4ca234aceae85cb051fa7
[ "JavaScript", "Markdown" ]
4
JavaScript
james-yun/firebase-lab
c50a97f14bab0b8bdcc001a35bb51ea4a5eea89f
2bf57d321e21f2ae5c70dbe8846cab95fd036503
refs/heads/master
<repo_name>jyhi/practice<file_sep>/hanoi.c /* A program to print how Hanoi Tower should be move when "total" disks on it. * Also a practice of recursion. */ # include <stdio.h> void move ( int n, char z1, char z2, char z3 ); int main ( void ) { int total = 0; printf ( "Enter the number of disks in Hano...
b40e26c051581dc34efd9bb070d26b9e235281ec
[ "C" ]
18
C
jyhi/practice
63302c73afbdc916c16a3f36ecfefe3effa39707
ea361aecde7b8e75d085f75f469a83de9e4063c7
refs/heads/master
<repo_name>sgaikwad/StorePriceCalculator<file_sep>/PriceCalculator/Factory/DiscountFactory.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PriceCalcutor.Factory { public class DiscountFactory { public static IPriceDiscoun...
b8e8d96bad47c5e4efb877d535b1bc19dd42f7c1
[ "C#" ]
15
C#
sgaikwad/StorePriceCalculator
9fe86fb5f9a8db46d5a46b8aa6bc7f5150fd591c
043c6f9577ee2fe991631eff0c03767eeaabde68
refs/heads/master
<repo_name>renium/Python<file_sep>/MacTestGit/MacTest.py from builtins import print __author__ = 'rene' import random import math a = 1; b = 2; print (a+b*b); Ottoei = "Hello Ottoei, pycharm!"; print (Ottoei);
be6f47022815c2aa0a125d3106d134c319e517f1
[ "Python" ]
1
Python
renium/Python
3a1fb80afe8f089016d9775c88524171ba5ea9b5
7662a8e975016b8c6ce2653388837fc1f252adea
refs/heads/master
<repo_name>corcor27/pycbc-<file_sep>/inference.ini [variable_args] ; waveform parameters that will vary in MCMC tc = mchirp = q = spin1_a = spin1_azimuthal = spin1_polar = spin2_a = spin2_azimuthal = spin2_polar = distance = coa_phase = inclination = polarization = ra = dec = [static_args] ; waveform parameters that w...
804b0eba7c86586cbf424c5865c7fc5a66368b0b
[ "Shell", "INI" ]
2
INI
corcor27/pycbc-
df4728ffc9eea4c32cb8d67e7ba7292781c6c377
9b56e574009fccc3c67810fd9ae5eb9df41118ca
refs/heads/master
<repo_name>flouis1/conffile<file_sep>/config_vim_plugins.sh #bin/bash echo "install vim" git clone https://github.com/vim/vim mv vim .vim echo "install pathogen" mkdir -p .vim/autoload curl -LSso .vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim echo "yeahhh cloning your vim pugins" echo "enter in ~/conffile/.vim...
194d748985e0c1511f8dc7aa585324febc71d6c7
[ "Text", "Shell" ]
3
Shell
flouis1/conffile
802ddc1c706d3ffd325fb60c2eb1241ad26b4377
2ac3a4aa759994c77f86c994102cc2b9f37e4628
refs/heads/main
<repo_name>deepanshuyadav22/turtle<file_sep>/Ellipse.py import turtle t = turtle.Turtle() t.seth(-45) #t.seth(45) r = 100 for i in range(0,2): t.circle(r, 90) t.circle(r // 2, 90) turtle.done() <file_sep>/Rhombus.py import turtle t = turtle.Turtle() t.left(135) for i in range(0,4): t.forward(100) t....
dca67a6015f56a81aa2e8b7ae277c1e28cf31d89
[ "Python" ]
5
Python
deepanshuyadav22/turtle
f2786eb92482aad14bdc06c05096a138c7d07cd7
b70590908b23d5f83ab5d5ea01d45c11aefa64fd
refs/heads/main
<repo_name>camawa556/sorceryTest2<file_sep>/app/controllers/application_controller.rb class ApplicationController < ActionController::Base before_action :login_required private def not_authenticated redirect_to login_path, alert: "Please login first" end def login_required redirect_to login_url unl...
d72d853d9e661566af517962bc534eb0c78da7ec
[ "Ruby" ]
2
Ruby
camawa556/sorceryTest2
e1aaf4a60b8a010837530abc8798fcfd7541fda6
7198e45e17ce793120955968553d24bc98415e4e
refs/heads/main
<repo_name>DarkestEcho/rest_api_flask<file_sep>/static/handlers.js const addButtonElem = document.querySelector('#add-book-button'); addButtonElem.addEventListener('click', () => { if(document.forms[0].dataset.id != '-1') { document.forms[0].dataset.id = '-1'; document.forms[0].reset(); ...
a2c6da5175fdfcd0edbe31390e2420eab4f009c3
[ "JavaScript", "Python" ]
2
JavaScript
DarkestEcho/rest_api_flask
4db51124af3bf2ddfba9867381280419ebbefc96
5b8e1a846e786c1c2fa731773e2ee65f2f18e426
refs/heads/master
<file_sep>import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; public class PosAvg{ private static final int INITIAL_SIZE = 10; private String stID; //creating a class variable for the passed in stID private String[] stationData = new String[INITIAL_SIZE]; //array that stores all ...
14cb836153ae42f0ccd2d8890dce831a60e3437f
[ "Markdown", "Java" ]
3
Java
chrisbharucha/CS2334_Project02
9b6bc7acaf8f38a5864269c843e71e24c3b16f98
ae8ea4fd90d2334e7b63062547c3838d085f153a
refs/heads/master
<file_sep># Euclidian-Axiom A little GUI program showcasing the Euclidian Parallelism Axiom. Click once for the first point, twice for the second point to form a line, and then the third click will be the third point, which the parallel line will have to go through. <file_sep>using System; using System.Collections.Ge...
75c68ff1147400f463a0288fdc3db784fbae6a70
[ "Markdown", "C#" ]
2
Markdown
Matyasmester/Euclidian-Axiom
6480ed8963f05d167042e0f1d6d2ee60f5db1608
3118f9a67b660b4c80ee93c85448c81ddcbadb73
refs/heads/master
<repo_name>breatheco-de/attendancy<file_sep>/src/js/store/flux.js import PropTypes from "prop-types"; const ASSETS_URL = process.env.ASSETS_URL + "/apis"; const API_URL = process.env.API_URL; const params = new URLSearchParams(location.search); const assets_token = params.get("assets_token"); const access_token = par...
93e3f986e23a53515b0920ccd5515bacff4b7db6
[ "JavaScript", "Shell" ]
3
JavaScript
breatheco-de/attendancy
77b03f6269d5d93743d45bec1ac80bc40cc142f9
d50bee2abe765524be8a27d07e15e0a33559cbb2
refs/heads/master
<repo_name>nancyzhan/vueblog<file_sep>/target/maven-archiver/pom.properties version=0.0.1-SNAPSHOT groupId=com.wqzhan artifactId=vueblog <file_sep>/src/main/java/com/wqzhan/mapper/UserMapper.java package com.wqzhan.mapper; import com.wqzhan.entity.User; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import or...
9eb4678f16479af7c9742fa87d6b881804571972
[ "Java", "INI" ]
2
INI
nancyzhan/vueblog
28fcdf545e9b1fcec1e1f6e9fb89d4c15e8607c0
a3f1f65b7a998038bc15424ba5aacde2ce5d66ad
refs/heads/master
<repo_name>ly05010419/Prim-Kruskal<file_sep>/Prim und Kruskal/ProgramAlgorithmus.cs using namespaceStuktur; using namespaceUtility; using System; using System.Collections; using System.Collections.Generic; namespace namespaceAlgorithmus { class Algorithmus { public void zeitOfAlgorithmus(string path, ...
0ff0ee1a09a811951dd40d9a9d9d952b9dedabbc
[ "Markdown", "C#" ]
5
C#
ly05010419/Prim-Kruskal
7445e5c7d7fb2894475451546d934da03ca6801c
13d38722eb5890057f4928e03cad86c7f9d5ce9b
refs/heads/master
<repo_name>altmivip/chrome<file_sep>/chk-code.py #!/usr/bin/python ''' @desc : some svn-hook write with python @author : <EMAIL> @date : 2013/05/12 ''' # dir check
74ebc08ff94367ccec7f3753082f755bf7d237de
[ "Python" ]
1
Python
altmivip/chrome
c098f216bec663668ce4b6df51fa8491b11c9103
c1a231eda97c7c9a23680c173857fb7f2e1de1bb
refs/heads/master
<file_sep>using System; using System.IO; using System.Reflection; using OpenQA.Selenium; using OpenQA.Selenium.Chrome; using OpenQA.Selenium.Firefox; namespace uitest.browser { #region Namespace Imports using System; using System.IO; using System.Reflection; using OpenQA.Selenium; using Open...
69e1c3e4c2f835f75255c32781b210f787289dcf
[ "C#" ]
2
C#
surya818/DockDN
c3244976fb344bc1d7087c73ab174ee2fbe194f7
d38f7b8088e04999601decdc33d93b040664d955
refs/heads/master
<repo_name>steveturczyn/svh1<file_sep>/README.rdoc Slapton Village Hall Message Forum Provides a web locale where hall business can be discussed and commented on. <file_sep>/app/controllers/users_controller.rb class UsersController < ApplicationController def new @user = User.new end def show @user = User.find(pa...
939e64b503cfbeeeed0ed180229cd37d321cff04
[ "RDoc", "Ruby" ]
12
RDoc
steveturczyn/svh1
78fca329f2aabb3bdfbea718a44b7274277303d9
969f13d8a2776ccfe06fa66487ccad9a04e86ff9
refs/heads/master
<repo_name>fim-engineering/backend-sisfo<file_sep>/routes/formCompletenessRoute.js const express = require('express'); const router = express.Router(); const { body } = require('express-validator/check') const formCompletenessController = require('../controllers/formCompletenessController'); const isAuth = require('../...
639ebdcd6517fe165b0aedf0b728d14a336327f4
[ "JavaScript", "Markdown" ]
56
JavaScript
fim-engineering/backend-sisfo
cb5df55ce2ba58e7a2cc4375f9380e2a0e059b9c
49c6c8d05d95460d419594b7d6e251036d1ca380
refs/heads/master
<repo_name>kokogamedev/Udemy_3_Project_Boost<file_sep>/Assets/Scenes/Oscillator.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; [DisallowMultipleComponent] //"modifies" class below it public class Oscillator : MonoBehaviour { [SerializeField] Vector...
290119dc518fdc53c9fd365325d612f252713a3d
[ "C#" ]
1
C#
kokogamedev/Udemy_3_Project_Boost
daea1e8a9459f209926f41b6e80247217ad3e037
833e07bd55076f040a67f393554d81f87f5a8b68
refs/heads/master
<file_sep>[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-8d59dc4de5201274e310e4c54b9627a8934c3b88527886e3b421487c677d23eb.svg)](https://classroom.github.com/a/N3gPrse-) <file_sep>package edu.quinnipiac.ser210.bitsandpizza; import android.os.Bundle; import android.view.LayoutI...
2fa1ab6169f2ebe1761571a0552d4cb1105a0227
[ "Markdown", "Java" ]
2
Markdown
SER210-SP21/headfirst-ch12-KevinCouillard
a7099ee87924d2c7b5950eddda213f48eaec07ed
0e99b2c85d994229a5894b22472f05373cb76e7a
refs/heads/main
<file_sep># PCS <NAME> 20.22.2393 <file_sep>package com.bibitaries.sepakbola.data.remote import com.bibitaries.sepakbola.data.model.OlahragaList import retrofit2.Call import retrofit2.http.GET import retrofit2.http.Query interface OlahragaService { @GET("/olahraga") fun listOlahraga() : Call<OlahragaList> ...
7702ff33e65bfee553f8013eab35d723ac10de7f
[ "Markdown", "Kotlin" ]
7
Markdown
bibitganteng/PCS
745759dfa3c9454586ddecf2cfd1c39d134de6ae
154b7af82d93bb579185667ee66cc6a47e2cdbc5
refs/heads/master
<repo_name>jordi-angmond/MyAlgorithymGit<file_sep>/HashTablesRansomNote.c #include <assert.h> #include <limits.h> #include <math.h> #include <stdbool.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> char* readline(); char** split_string(char*); // Complete the chec...
c3deb49b1f50e3cf71b003030b42d9359f1ce7dc
[ "C", "Text", "C++" ]
14
C
jordi-angmond/MyAlgorithymGit
41aa8e1281e3bdf251fef30f252a459b40b89317
4066af4a0c68cea470739eec621870af3e39e5e0
refs/heads/master
<file_sep>#ifndef DIMENSIONS_H #define DIMENSIONS_H #include "json11/json11.hpp" typedef struct Dimensions_t { int w; int h; } Dimensions; typedef struct Site_t { uint8_t owner; uint8_t strength; Site_t(json11::Json site_json); } Site; using Frame = std::vector<std::vector<Site>>; using Productions = std...
27575131dc5473f843bb0f78befd393761b7d4ac
[ "CMake", "C++" ]
12
C++
notenoughram/halite-native-visualiser
e52e31541694ffb7d79ad804c58808095d9a9b8b
e2644151e954842c82c3a7be41b0cf8f8fae8d20
refs/heads/master
<repo_name>sonasuresh/switchon-Frontend<file_sep>/src/views/LoginView.js import React, { Component } from 'react' import { Link } from 'react-router-dom' import callAPI from '../lib/axios' import logger from '../lib/logger' import Alert from '../components/Alert' export default class LoginView extends Component { ...
70a3130c32f068e4484a83a6bb75f856b8cc1e11
[ "JavaScript" ]
7
JavaScript
sonasuresh/switchon-Frontend
2e78642d36714cb3c0d6f61f2df7e3879ce65d7b
a5e36770b89bc3c049d34d3bb77837e776c9e039
refs/heads/master
<file_sep># Node.js Users Admin & Test App Sample This application demonstrates a simple, reusable Node.js web application based on the Express framework. ## Run the app locally 1. [Install Node.js][] 1. Provide a local [MongoDB][] instance without authentication (or else change internal configuration as needed) 1. ...
15a07611aaca6371d7751971b27ad2a8c09840e7
[ "Markdown", "JavaScript" ]
10
Markdown
fvalenti-hr/node-auth-sample
2952a7188399d48fbad8a0251a5a01ed9b85f88a
285734a44d428a3754b9d3d799898c7474aff82c
refs/heads/master
<repo_name>truopensource/hello-hactoberfest2019<file_sep>/languages/python.py import time def printOut(m): l = list(m) for i in range(0, len(l)): print(l[i], end='', flush=True) time.sleep(0.01) print() printOut("Hello World!") input() <file_sep>/CONTRIBUTING.md Contributing ============ ...
ed1529d11c61a18198b385b33ceff6ee4a6edc12
[ "Markdown", "Python" ]
2
Python
truopensource/hello-hactoberfest2019
701f86ec68049e0ed1c739497143268d135d0009
dc0537c14f41c1e88c884c769cab5d41f4092947
refs/heads/master
<file_sep>To contribute to this repository, edit the file you want to make changes to. Then at the bottom of the page press propose changes. Next click create pull request and I will review it and merge it or ask you to change some things and then merge it. <file_sep># Changelog: ### v2.1.0 Added scrollbar to ...
7befae39120456a09cac43fcf91f2c949b009a87
[ "Markdown", "Python" ]
4
Markdown
Madff386/PKE
2112408b9de3ad0b46969f333468eb99f1d9972f
984f2a034c1b4138aa08bb2417d098e3b3d0f717
refs/heads/master
<repo_name>pmorvay/nornir-tools<file_sep>/examples/network/config_management/configure.py #!/usr/bin/env python """ Runbook to configure datacenter """ from nornir.core import InitNornir from nornir.plugins.functions.text import ( print_result, print_title ) from nornir.plugins.tasks.data import load_yaml from norn...
506bb2388f3b6bfda5887f83575d29e0f6e0626a
[ "Markdown", "Python", "Text", "INI" ]
17
Python
pmorvay/nornir-tools
cbccc26083c0c4bea6fc441e7b43c88187963d71
aff8569aa840534dc598ee763fe0c53595a55324
refs/heads/master
<repo_name>yuchengruan/eat-safe<file_sep>/public/javascripts/app.js var app = angular.module('angularjsNodejsTutorial', []); app.controller('loginController', function($scope, $http) { $scope.verifyLogin = function() { // To check in the console if the variables are correctly storing the input: // console.l...
c7067141d6fc3703509391b142e4dacd4ebfe79e
[ "JavaScript", "Markdown" ]
3
JavaScript
yuchengruan/eat-safe
ba8fd78d861bd59f2d09760d7b1296b69a57a29a
1dbdc0a29c09010354672a437fe2f38766c51768
refs/heads/master
<file_sep>/****************************************************************************** * Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of...
10e17ccbed24a75034b28288f30437667eec2cad
[ "JavaScript", "Markdown", "Shell" ]
4
JavaScript
jjones-jr/ipyparaview
2c77a9f2ff843153d2c63270f327848ccd4c16b6
db8a3c872306f121e06d7e91802d343b51a6b037
refs/heads/main
<file_sep>import { mkdirSync, writeFileSync } from 'node:fs' import { join as joinPath } from 'node:path' import { getSVGs, getDirname } from './util.js' import chalk from 'chalk' const __dirname = getDirname(import.meta.url) const icons = [] const basepath = joinPath(__dirname, '../../vue/') mkdirSync(basepath, { rec...
4721f9a3f4d359e08dc82f14411dc83321549457
[ "JavaScript", "Markdown" ]
5
JavaScript
finn-no/fabric-icons
3831a429054a68d4fd3af8e42e310747d9835efb
6ddacffcffe998fcafbc876124d9f53bf990c8db
refs/heads/main
<repo_name>marschall-lab/GFAffix<file_sep>/src/collapse_event_tracker.rs use handlegraph::{ handle::{Direction, Edge, Handle}, handlegraph::{IntoNeighbors, IntoSequences}, hashgraph::HashGraph, mutablehandlegraph::AdditiveHandleGraph, }; use rustc_hash::{FxHashMap, FxHashSet}; /* project use */ use cra...
f755a9c82c6092ae664880f8f635425ca458d0e9
[ "Markdown", "Rust", "TOML" ]
6
Rust
marschall-lab/GFAffix
672bad7fa5f1de0315f7b2379780afa1bd53bbca
83c6a2ba1243971638c349149dc81adb0f794d48
refs/heads/master
<file_sep># ATR2 Test functions # Date import unittest from ATR2 import max_shown ''' #CONSTANTS progname = 'AT-Robots' version = '2.11' cnotice1 = 'Copyright 1997 ''99, <NAME>' cnotice2 = 'All Rights Reserved.' cnotice3 = 'Copyright 2014, William "<NAME>' main_filename = 'ATR2' robot_e...
dad6a2a99d68d4818c8e44550bdb93755b59a64e
[ "Markdown", "Python" ]
7
Python
Seth0110/omurice
309f9dddf776a221fca8b21284a7f2f3e3b5894b
0c554a51e6f5357d2f28310ec695f228ced6b4b4
refs/heads/master
<repo_name>LRTNZ/test-vlc-application<file_sep>/app/build.gradle apply plugin: 'com.android.application' android { // Compiles for android 9 compileSdkVersion 29 buildToolsVersion "29.0.2" defaultConfig { applicationId "com.LRTNZ.testvlcapplication" minSdkVersion 26 targetSdkVe...
f06cf727f63d46d9b788d317281682bf81f7383c
[ "Markdown", "Java", "Gradle" ]
4
Gradle
LRTNZ/test-vlc-application
45aeb38e5d676c4d2f2a90e49f6ab0933bad46eb
71c2651bc0435c680e7d80e45180b082f329fe05
refs/heads/master
<file_sep> import React from 'react'; import * as Sentry from '@sentry/react-native'; //Initialize Sentry with your dsn id Sentry.init({ dsn: '', }); function App() { return ( <View style={styles.container}> <Text>Olá, Sentry!</Text> </View> ); }; const styles = StyleSheet.cr...
b7227704eb1f4a14a5f084d6510f0201098802d4
[ "JavaScript", "INI" ]
2
JavaScript
mensinho/sentry-example
1cc7d953f4919b33c1a7e01f0828710de4083620
161af0c09599b0aea53d69e35cd243eaa3fe0eb0
refs/heads/master
<file_sep>var fs = require('fs'); var _ = require('lodash'); var pkg = require('./package.json'); var config = require('./config.json'); // detect if there is default setting for language if (!config || !config.locale) { config.locale = 'default'; } // set laguage file var i18n = require('./i18n/' + config.locale...
6331b6c4087797416c984d1ea39f5db675840b6e
[ "JavaScript", "Markdown" ]
2
JavaScript
lisposter/rollcall
e5e988cfeee36107ce7e316e6f5f59cfbfb0df2d
20359fa4e13c16654a7fa09f0100dd124e4dfbcd
refs/heads/master
<file_sep>import React from 'react' class Welfare extends React.Component { render() { return ( <div>Welfare</div> ) } } export default Welfare <file_sep># react-seed React Seed <file_sep>// import React from 'react' // import { render } from 'react-dom' // import { Router, Route, Link } from 'react...
7c14f0ae177ee74cca22e4a85c8f5578a76db144
[ "JavaScript", "Markdown" ]
4
JavaScript
bravemantonyzheng/react-seed
1618713d88c57b588aaa3bb56fcc463f8b1a12a0
e3a8f9d4819cd2c27ff8e4c278b498e04e40aae4
refs/heads/master
<file_sep># _Vacation Destination Picker_ #### By _**<NAME>**_ created on 1/15/16 ## Description _After answering 5 questions about yourself, you will be given a suggested destination to visit_ ## Technologies Used _This site was created using HTML, CSS, Bootstrap, Javascript, and jQuery_ ### License Copyright...
96e31abc686492918c37b828b4a266ec6b8d384d
[ "Markdown", "JavaScript" ]
2
Markdown
londonb/destination
304a975632ee2dd47fad5f376c71591ee4bece68
44fa9dd47643dabad85abaca2cdbdb04fec7fe2e
refs/heads/main
<repo_name>ysdnoproject/fast-api-ec-demo<file_sep>/backend/app/src/util/security.py from datetime import timedelta, datetime from typing import Optional from jose import jwt from passlib.context import CryptContext from src.config import settings PWD_CONTEXT = CryptContext(schemes=["bcrypt"], deprecated="auto") ALGO...
d0b6819693ee45d98023dea5592f2183a512c7b2
[ "Markdown", "TOML", "Python", "TypeScript" ]
44
Python
ysdnoproject/fast-api-ec-demo
2ee2b7217084a1d8a1bf2513b856e1bea3ca4b9d
629e611f949bd94a7374bc873452de3ff5cc2d8c
refs/heads/master
<repo_name>prabhavathidodda/FoodOrderingApp<file_sep>/FoodOrderingApp-service/src/main/java/com/upgrad/FoodOrderingApp/service/dao/OrderDAO.java package com.upgrad.FoodOrderingApp.service.dao; import com.upgrad.FoodOrderingApp.service.entity.AddressEntity; import com.upgrad.FoodOrderingApp.service.entity.OrdersEntity;...
ddd9976040bbf1e448408155a515e45c0593922b
[ "Java" ]
1
Java
prabhavathidodda/FoodOrderingApp
984b14b835ce43929c28f50c9fb7aa9843c54579
2f6f5d9f27c20978bf470d78546e87aeb337e5fe
refs/heads/master
<repo_name>harmijay/Gateway-Service<file_sep>/src/main/java/com/jayandra/bank/gateway/Config.java package com.jayandra.bank.gateway; import org.springframework.cloud.gateway.route.RouteLocator; import org.springframework.cloud.gateway.route.builder.RouteLocatorBuilder; import org.springframework.context.annotation.Bea...
435cc54c6695def8511fde485ec80b7ed6b400c2
[ "Java" ]
1
Java
harmijay/Gateway-Service
5c1a34e2469b7368c384ab681f2e7dfaa0e58e0a
029fe1c2310a0fdb83183de64885130335070b17
refs/heads/main
<repo_name>prathameshsanga/Notes-App<file_sep>/routes/noteRouter.js const router = require('express').Router(); const noteController = require('../controllers/noteController'); router.route('/').get(noteController.getNotes).post(noteController.createNote); router .route('/:id') .get(noteController.getNote) .put...
f2f9517dcee7258d4f114454469b780781144007
[ "JavaScript" ]
1
JavaScript
prathameshsanga/Notes-App
7f0f9d0cb16f7c959df5c7279efdca18002ab83f
25e6f858814d10ed2358f6411c13ae437337f30c
refs/heads/master
<repo_name>peterbarraud/rapo-browserify-budo-sassify<file_sep>/README.md # Browserify with Budo & sassify Alright. So we have a base template ([browserify-budo](https://github.com/peterbarraud/rapo-browserify-budo)), and a very convenient [browserify-css](https://github.com/cheton/browserify-css). So let's get to usin...
38978a83246956a30c918a53f4b16820595ce48b
[ "Markdown", "JavaScript" ]
3
Markdown
peterbarraud/rapo-browserify-budo-sassify
3c5f98025bd48b8f325a6ffadf8b0dfb5cfb67ba
ecf5ea50697b59177adadcdd6c8324ec2f931c02
refs/heads/master
<repo_name>Devil7DK/apkname<file_sep>/Main.cpp // // Copyright 2006 The Android Open Source Project // // Android Asset Packaging Tool main entry point. // #include "AaptXml.h" //#include "ApkBuilder.h" //#include "Images.h" //#include "Main.h" //#include "ResourceFilter.h" //#include "ResourceTable.h" #include "XMLNod...
c948094f9c16d3b76a7f53a117df327d1e853a3e
[ "C++" ]
1
C++
Devil7DK/apkname
dbce0a00ec3be5c35c9547d417d2295563f40f63
ca4031f53d9627358d9530f72a1cf7b575e9e0b5
refs/heads/master
<file_sep># Tri-Top Simple arcade game with limited time and lives. The goal is to find the top triangle on the screen and tap it as fast as possible. You think it's easy, let's find out if you were right! <p float="left"> <img src="https://github.com/neczpal/tritop/raw/master/img/screenshot_1.png" width="200" />...
f9babd2569f61418abbf5b8d80a8a7e5d6778190
[ "Markdown", "JavaScript" ]
2
Markdown
neczpal/tritop
7034bd6eea2c02e4769614651084dea2fc616a60
d89ee7ae01854e3679dfcc3d9d9111e1a7de6977
refs/heads/main
<file_sep>import axios from "axios"; const envVariables = ""; import actions from "./types"; const sayHello = (payload) => ({ type: actions.META_SAY_HELLO, payload, }); const toggleModelSelector = (payload) => ({ type: actions.META_TOGGLE_PANEL, payload, }); const goToNextStep = () => ({ type: actions.ME...
7de4e24644345d1a3c939734383bab1e9f2777e0
[ "JavaScript" ]
16
JavaScript
joel1001/single-use-dev
28efed69ab765bfff32bee49cc6b3b9f4edb89ab
d4ed2981897d093be90b1c9bf6ac7b3b2d4f8d7d
refs/heads/master
<file_sep>import pandas as pd import numpy as np import urllib.request import bs4 from coordinate import Coordinate, dms_to_decimal, deg2rad, rad2nm, meters2nm class AirportData: def __init__(self): self.airport_df = None def get_csv_data(self, filename='airports.csv'): #https://openflights.org/d...
d324dc348187e5fe18242c6faa833836afefdd8b
[ "Python" ]
4
Python
mluerman/computational_methods
ad13de64edc105d9705540537c3919111b5473c5
50ecf78c1bcf9b62ba6b0afc97b19ea1c6f5db86
refs/heads/main
<repo_name>SamuelFang/spring-2021-235-assignments-kartikk221<file_sep>/recursion/basics.cpp #include <iostream> #include <map> int fib(int n){ return n <= 1 ? n : fib(n - 1) + fib(n - 2); } int fib_iter(int n){ int prev_number = 0; int next_number = 1; for(int i = 1; i <= n; i++){ int sum = pr...
fa11a6da2d0b6fb90895579a806bb1e1b0b2b480
[ "C++" ]
1
C++
SamuelFang/spring-2021-235-assignments-kartikk221
2edf31d83cf7a861a4f7e1fe507f7ce5e084e223
3c708eff01e8e19f6e06d382d3ef0aab69ca1a98
refs/heads/master
<repo_name>wafflemakr/gethereum<file_sep>/truffle-config.js const HDWalletProvider = require("@truffle/hdwallet-provider"); require("dotenv").config(); const providerFactory = network => { if (process.env.PRIVATE_KEY) return new HDWalletProvider( process.env.PRIVATE_KEY, `https://${network}.infura.io...
eb1c211769f1a8a1d3422358e26ba1aa4971a40f
[ "JavaScript", "Markdown" ]
3
JavaScript
wafflemakr/gethereum
c383a52fd31437128a439bee2c5ad66f83bebe1f
c855bd8bfbef55ad25be8b6631540d3a07496b36
refs/heads/main
<repo_name>wasimiqbal1/Flutter<file_sep>/firstapp_wasim/android/app/src/main/kotlin/com/example/firstapp_wasim/MainActivity.kt package com.example.firstapp_wasim import io.flutter.embedding.android.FlutterActivity class MainActivity: FlutterActivity() { }
a32b2964faf22d76ae62dd711ccd1d4f43d577d4
[ "Kotlin" ]
1
Kotlin
wasimiqbal1/Flutter
ea9f103209e4c3973db55d1e6e27d06c6e7c7c51
f0107e454d9ee20be52cdfca67b77a3ef4f8715d
refs/heads/master
<file_sep>import java.applet.Applet; import java.awt.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.awt.geom.AffineTransform; import java.awt.image.BufferedImage; import java.util.Random; /** * Created by <NAME> on 13/01/2015. * The Asteroid.java is the game itself */ public class...
d097a9b9dc012e2064c7f6b33e040038026c9a3c
[ "Java" ]
2
Java
juanramonestrada/Asteroids
47e8c96d96e7ad65126a52930a48c61e6d84beac
c31013d67d3715f1547620f7920d384a6995cc9f
refs/heads/master
<repo_name>Jackson1603/2020jjvc<file_sep>/api.php <?php ////// error_reporting(0); date_default_timezone_set('Asia/Jakarta'); if ($_SERVER['REQUEST_METHOD'] == "POST") { extract($_POST); } elseif ($_SERVER['REQUEST_METHOD'] == "GET") { extract($_GET); } function GetStr($string, $start, $end) { $str = exp...
4d50f892321ff0978fe2ab71d5e32512b420dfe6
[ "PHP" ]
1
PHP
Jackson1603/2020jjvc
716d4b70e0e07d340741df8fe5baa672fae2c707
eb1fd9e48ddb88c045001d4299ab39bcc2610832
refs/heads/main
<file_sep>#' Hardy Weinbergy Equilibrium Function #' #' This is the main function for the HWE analysis. #' @param Tab data frame of genotype files post processing. #' @note This function is for internal BIGDAWG use only. HWE <- function(Tab) { HWE.out <- list() All.ColNames <- colnames(Tab) loci <- as.list(uniq...
1226e728232e48c238a97519a853b74e12660b3a
[ "Markdown", "R", "RMarkdown" ]
24
R
IgDAWG/BIGDAWG
b5efe5d64e5506dd2da49f22898eff2daf873b18
f14cd5bcfa9a3a0423ffd2c60b26e1d436273ce8
refs/heads/master
<repo_name>zhouyi10/Enable-Cloud-Exam<file_sep>/Exam Manager/src/main/java/com/enableets/edu/enable/cloud/exam/manager/core/CustomRestTemplate.java package com.enableets.edu.enable.cloud.exam.manager.core; import com.enableets.edu.framework.core.util.RestTemplate; import com.enableets.edu.framework.core.util.StringUti...
2e33f84705c54a242e4a7114ddd8295a450aa8c7
[ "JavaScript", "Java", "Maven POM", "INI" ]
96
Java
zhouyi10/Enable-Cloud-Exam
7efb6b973071c4369adf5b43cd8d8f986c80f1ab
eb3f30cd42ce958c909ed3a0806f5439d59dff2c
refs/heads/master
<repo_name>enow97/Engineering-Training-Assignments-projects<file_sep>/CEF 306 Assignment AmaraMachine/src/amaramachine/AmaraMachine.java /* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. *...
05f96167aaebbc808e10bb6eb791a1bf54da46ea
[ "Markdown", "Java", "PHP" ]
11
Java
enow97/Engineering-Training-Assignments-projects
bc5e827384254eadfaf2aa765c8cdafaf7b5314c
426d2b40f068d25c08a7741609a1c69023a49b6a
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Microsoft.Azure.Documents; using Microsoft.Azure.Documents.Client; using Microsoft.Azure.WebJobs; using Microsoft.Azure.WebJobs.Host; using Microsoft.ProjectOxford.Vi...
d1b3f58d62fb1c34be700e11eea05961492ae55d
[ "Markdown", "C#", "TypeScript", "Dockerfile" ]
29
C#
AlexeyBuryanov/SmartHotel220.Web
0970a0548baa1507617a00c4ae96ca6dbda0c48e
2df71cb8979115295e46eb50df678849d2fcbc55
refs/heads/master
<repo_name>albertnovais/Repositorio<file_sep>/Rosnando_semG/Rosnando_semG/Controllers/AdocaoController.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace Rosnando_semG.Controllers { public class AdocaoController : Controller { // GET...
f3bf62f1f95c979f7b78f8a5cee158e8f7ba6218
[ "Markdown", "C#" ]
11
C#
albertnovais/Repositorio
f2e68f062f323e1f32885650bfc02c0ffbadae50
63d5d9753675ef7d30650ec4195e57fd9676c98d
refs/heads/master
<file_sep>/* Project: Lab 9 Purpose Details: Make Pizza Ordering Application Course: IST 242 Author: <NAME> Date Developed: 3/17/2018 Last Date Changed: 3/24/2018 Rev: */ package psu.edu.ist242; import java.util.ArrayList; import java.util.Scanner; //Uses other classes and prompts user for inputs //Use switch stateme...
503f520880dacf11f2ea1453295170869f5eae0b
[ "Java" ]
2
Java
dchen275/PizzaMenu
f7f210a0876db904ae724cc62fa9a2528021d236
38a84a989b8adccb658c2c81b473ae2c6439ea13
refs/heads/master
<file_sep>#include "rw_mutex.h" #include <iostream> #include <thread> #include <stdexcept> inline bool can_start_reading(RWMutex_Mode mode) { return mode == MX_READ_ONLY || mode == MX_RELEASED; } inline bool can_start_writing(RWMutex_Mode mode, std::thread::id const& hot, std::thread::id const& me) { return mode...
bde98e707e580788b6fcc182b039f667e0a8e267
[ "Markdown", "Makefile", "C++", "Lua" ]
22
C++
EssGeeEich/luafcgid2
1e8f65218769679abe6c928058715449261021f0
450d3b2e54c54c10f263c4a50d638e34854859a6
refs/heads/staging
<file_sep>import alt from "alt-instance"; let ErrorActions = class { emitError(msg: string, callback) { return { msg, callback }; } } ErrorActions = alt.createActions(ErrorActions); export { ErrorActions }; export default ErrorActions;<file_sep>webpackJsonp([3], { 1076: function(e, t, o) { "use strict"...
da61e0e8c333602d90af8efb9ffe9bc34cee452b
[ "reStructuredText", "JavaScript", "Markdown", "TypeScript", "Shell" ]
222
TypeScript
CybexDex/cybex-web
edac7da6764a50e400e214d8d2ec370d1c5a1fec
e26c3f1af250c7b2149d31d1d029389bd806d07f
refs/heads/master
<repo_name>Omyun/OMY<file_sep>/README.md #-*-coding:utf8-*-<br> import requests<br> import pymysql<br> import time<br> import colorama<br> import urllib.parse<br> <br> 所有包含的外部库文件<br> class Mysql<br> db_list数据库配置 #lib.db_list调用<br> run_sql(sql) 运行sql语句。 #不返回结果<br> run_sql_beark(sql) 运行sql语句返回查询结果<br> <br><br> c...
d005f784c260bf1f2b313b5194d2e403bae79627
[ "Markdown", "Python" ]
2
Markdown
Omyun/OMY
e6d54cb784dce537b5c688ab6a3e5aab4fbec192
7e393be5d47d1e3b14231a81f1b1f08f53f13694
refs/heads/master
<repo_name>caraya/static-gen<file_sep>/src/pages/voice-ui-agent.md # building a conversation agent I love the idea of talking to my phone for more than just making calls. Tools like Alexa, Google Assistant and others allow you to create voice interactions, either one off or repeating. In this post I'll use Google Ass...
5d1d4bb7019b7b22dd07bc5fde377ee2dc92eb1b
[ "Markdown", "JavaScript" ]
6
Markdown
caraya/static-gen
dd314e16ac86d74bd076b16b8cd6275d4c6d1e9e
5bc9d0b8e1f1af7c7b889c6e0628cdf4dfe87f5d
refs/heads/master
<repo_name>1483795887/costmgnweb<file_sep>/src/dao/contractDAO.js import post from '../common/post' export default { getContracts(type, callback) { post('/api/contract/getContracts', type, callback); }, getContract(id, callback) { post('/api/contract/getContract', id, callback); }, addContract(contract...
cebda69c8454d690c23ecdf6c05a3d07549ea117
[ "JavaScript" ]
12
JavaScript
1483795887/costmgnweb
dfa2893902c98c073e8ff00209b6a22af4bb4844
67de538708cd2a5589000c81790eb8b8476adb6f
refs/heads/main
<repo_name>elegomf/TcpDiscoveryAdapter<file_sep>/tcpDiscoverAdapter.go package main import ( "encoding/binary" "fmt" "net" "os" "os/signal" "strings" "sync" "syscall" "time" ) var TIME time.Duration = 10000000000 var Reset = "\033[0m" var Red = "\033[31m" var Green = "\033[32m" var Yellow = "\033[33m" var B...
90da5705d81dab864e1288db13a455b33065834c
[ "Markdown", "Go" ]
2
Go
elegomf/TcpDiscoveryAdapter
85d85be9dc7c14084af23c867bb53c06667a16a4
8264527384809b5c1e03eb2e0c30ecf3867e62a5