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
<repo_name>Hl4p3x/tenkai-pow3<file_sep>/java/org/l2jmobius/gameserver/gui/AdminTab.java package org.l2jmobius.gameserver.gui; import org.l2jmobius.gameserver.gui.playertable.PlayerTablePane; import org.l2jmobius.gameserver.model.announce.Announcement; import org.l2jmobius.gameserver.util.Broadcast; import javax.swing...
a6e807053a13921aa5b5b7c10b1eb6f853f812c4
[ "HTML", "Java", "Kotlin", "INI" ]
32
Java
Hl4p3x/tenkai-pow3
4873365a5409cbad0cf8dbaa771a46ee4a59d812
536b738ea5060b229ac903687cb79f43172425bc
refs/heads/main
<repo_name>nnsriram/Credit_Risk_Modelling<file_sep>/train.py ########################################################## # The train.py file is used for training credit risk model ########################################################## import pandas as pd import numpy as np from sklearn.externals import joblib from ...
95bcbda839f44d9ba1f3836d2a2e6106d5090d60
[ "Markdown", "Python" ]
4
Python
nnsriram/Credit_Risk_Modelling
8c98edf8de6e6bd0bbe11adc5ac70d34da34c8e7
57794cc15b3a78eeed9b3319bd50c7f83366e2f1
refs/heads/master
<file_sep>TODO Items ** https://www.meteor.com/try/3 ** Mobile export *** Android ** Data Related *** Create import script from a text file (mongoimport) *** Create export script from mongodb (use mongodump) *** Create script that reimports data from export file (use mongorestore) <file_sep> // flashcards = new Mongo.C...
e42b0b52e0f73ad51cd9ea5e219eb909281e904f
[ "Markdown", "JavaScript" ]
2
Markdown
caesargus/flashcard-app
025ff11d35ebd6b4f1e456846ac2fdfeb8b53e41
0d0d9635929c3f311a77452d9121588177280b69
refs/heads/master
<file_sep>gem 'sidekiq' gem 'slim', '>= 1.3.0' gem 'sinatra', '>= 1.3.0', :require => nil gem 'sidekiq-status' gem 'sidekiq-unique-jobs' gem 'sidekiq-failures' gem 'clockwork' gem 'daemons'<file_sep>require 'sidekiq' require 'sidekiq-status' module RedmineSidekiq class Configure file = File.join(...
eaf2846234c1864f9985e312dc67af5307ce1b5c
[ "Ruby" ]
2
Ruby
threeturn/redmine_sidekiq
482ae4e7a7dcb1545a60c1e75d39bdfacf6e970f
58aeec5faf496d527eadcf419662004791c9a208
refs/heads/master
<file_sep>package com.black.fixedlength.manager; import java.io.UnsupportedEncodingException; import java.lang.reflect.Field; import java.text.ParseException; import java.util.Calendar; import com.black.fixedlength.FLTConfig; import com.black.fixedlength.annotation.Column; import com.black.fixedlength.annota...
08e87a9989c32f2fca05c583761a95338f068b97
[ "Java" ]
9
Java
brackk/black-fixedlength
57fce60cfc4ea8d4a454ff692b2e3de2a7efd41c
e2538a08c50ee9ccf648b5f5f82169a03806099b
refs/heads/master
<repo_name>VisualGMQ/Android<file_sep>/ContainerProvider/app/src/main/java/com/example/visualgmq/containerprovider/MainActivity.java package com.example.visualgmq.containerprovider; import android.content.Intent; import android.content.pm.PackageManager; import android.net.Uri; import android.support.v4.app.ActivityCo...
7e2fae1be4bbe8aa050488e67f6e6d86be79aa83
[ "Java" ]
3
Java
VisualGMQ/Android
536dc431396f70e710f3e7a298a2e0733eb52325
15403f59b692dc5a736cb9d8646401eb3d4d88d3
refs/heads/master
<repo_name>Piper616/SaludRapanui-master<file_sep>/home/urls.py from django.urls import path from . import views urlpatterns = [ path('', views.inicio, name='inicio'), path('nosotros/', views.nosotros, name='nosotros'), path('campañas/', views.campañas, name='campañas'), path('contacto/', views.contact...
42cbf0ab81ff09a178bba67435734437a29fa7cb
[ "Python" ]
2
Python
Piper616/SaludRapanui-master
5092c772289a4e26d543135441d924276d7be06b
3f634189f72eb5ba55e95b94c4337b5c2264b70b
refs/heads/master
<repo_name>localidata/SPARQL-Interceptor<file_sep>/SPARQLInterceptor/src/tests/GenericTest.java package tests; import java.util.Collection; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import org.junit.runners.Paramete...
8531fb733a22f60d5a8ba9735547ce8d5747921a
[ "Markdown", "Java" ]
7
Java
localidata/SPARQL-Interceptor
763e26f3ca8bb8145290d1c7ecc0c62abd45f8de
e8df9502190b34ed6ba37534d434b6c1f13573c2
refs/heads/master
<file_sep>import time import board import adafruit_lis3dh #altered to show alt readings # Software I2C setup: import bitbangio i2c = bitbangio.I2C(board.SCL, board.SDA) lis3dh = adafruit_lis3dh.LIS3DH_I2C(i2c) # Set range of accelerometer (can be RANGE_2_G, RANGE_4_G, RANGE_8_G or RANGE_16_G). lis3dh.range...
076e2f6101c61eabaa5809686a3fc126d69ac224
[ "Markdown", "C", "Python", "C++" ]
4
Python
jaimeprojects/w1
9c15cf427dc9ffac623b64f1c0cf974295e0db0b
88ebdd22a06e55edf152b98eadfee5e64ee56b8b
refs/heads/master
<repo_name>Shrinks99/tomesh2<file_sep>/build.md --- layout: mkdownpage title: Build A Node parent: Get Involved order: 1 --- The following instructions will help you set up an encrypted mesh network on Raspberry Pi's. It takes about 15 minutes to set up a node with the Pi 3. Obviously, to have a mesh you will need more...
c28b2698c6f7b4831bb881a78f123b381eb5c003
[ "Markdown", "JavaScript" ]
6
Markdown
Shrinks99/tomesh2
51d34fac0e5f4d55a66e3301f63a16f3c1118b13
146de557351178ac64e4a005bfba0533ab29ed51
refs/heads/master
<repo_name>Muhammadk28/cv<file_sep>/skills.js var skills = [ { technology: 'Html', projects: '30+', exeperiences: '2+', rating: 8, }, { technology: 'Css', projects: '30+', exeperiences: '2+', rating: 8, }, { technology: 'JS', projects: '20+', exeperiences: '2+', ...
2bc89764da0495c59f46deba585e33527cc7a21c
[ "JavaScript" ]
1
JavaScript
Muhammadk28/cv
6ef6d6c87de6dc3b1e1356e361ccb3c0e35109cc
e73c9a385fddd09a60c66cb2b83c4c1cf7dbbc9b
refs/heads/master
<file_sep>var start = null; var quickestTime = null; function resizeGame() { var center = document.getElementsByClassName("game-bounds").item(0); center.style.width = (document.body.clientWidth - 50) + "px"; center.style.height = (document.body.clientHeight - 50) + "px"; } resizeGame(); if (window.attac...
cbf431bfa77ec5feadb61ee3a2d004a28e333ee5
[ "JavaScript" ]
8
JavaScript
ChrisStayte/chrisstayte
b199eea7b8e0b14b6b3563a22c3bf002d96acdc8
5db645ece95ca2a021e6e0145b1d0ca4b9167a53
refs/heads/master
<file_sep>package org.pw.GA.func; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.a...
dfcd7a2ace7be826fa73abb0a5feab7625898edf
[ "Java" ]
3
Java
nirvik00/spg2.0_today
98f45a0e7d6f4965202ef9d860a4d3559a21d495
504592d3915b259fee650d4b2db6dde3ed55aa19
refs/heads/master
<repo_name>opensafely/emis-smoke-tests<file_sep>/analysis/study_definition.py from cohortextractor import StudyDefinition, patients, codelist_from_csv asthma_dx_codes = codelist_from_csv( "codelists/primis-covid19-vacc-uptake-ast.csv", system="snomed", column="code" ) asthma_rx_codes = codelist_from_csv( "code...
76d49283b26556d48336a930b5da314604ee4703
[ "Python" ]
2
Python
opensafely/emis-smoke-tests
4f4f2b9df3abccc5fe0c214f1abdf102d172b4cf
ec0720ebfdbad0dca28bdddaf5591be98735bc61
refs/heads/main
<repo_name>arcrozier/HAL<file_sep>/chatbot/consumers.py import json import logging import re from typing import Final from channels.generic.websocket import AsyncWebsocketConsumer from channels.exceptions import StopConsumer class MessageConsumer(AsyncWebsocketConsumer): placeholder: Final = "I don't understand...
72ceeb1ebeb0110f05652ba16031726a94ea222e
[ "Markdown", "Python", "Text", "Shell" ]
8
Python
arcrozier/HAL
64609fdf152eb35ca3f34ea30bf5d9c7e3e09de5
420972793a6a61c518a748bca23526f54ecfa4bc
refs/heads/master
<file_sep>export const THEMES_NAMES = { light: "light", dark_grey: "dark_grey", green: "green", purpule: "purpule", rainbow: "rainbow", }; export const REFRESH_RATE_MS = 500; export const SETTINGS_FILE_NAME = "settings.json"; export const MUSIC_FOLDER = "/Music/"; <file_sep>// See the Electron documentation...
17ea3cb0580cc173e19a11fd30ae8ef75083aa7c
[ "JavaScript", "Markdown" ]
24
JavaScript
miroslawlis/steering-fox
77341e3cfab8c42fb41e1adde8bd199f32dba33f
1a618a2e3d7c236c5ccaebe3518fed0c60438876
refs/heads/master
<repo_name>Sobiash/SASS-Project<file_sep>/gulp/tasks/build.js const gulp = require("gulp"), usemin = require("gulp-usemin"), rev = require("gulp-rev"), del = require ("del"); gulp.task("deleteDistFolder", function(){ return del(["dist/styles/*.css", "./dist/img/**", "./dist/*.html"]); }); gulp.t...
5a7a570eb55a8a36a7e4325bc64a29435ecedd68
[ "JavaScript", "Markdown" ]
3
JavaScript
Sobiash/SASS-Project
7fb5b9cb05b9f10f89068498154b9010bd08c180
484d07f5486c7a778edf888ff1f9b93e3035d15c
refs/heads/master
<repo_name>Eragoneq/Lumium_Mod<file_sep>/java/com/eragon_skill/lumium/items/ExplosionRod.java package com.eragon_skill.lumium.items; import java.util.Set; import com.eragon_skill.lumium.entities.EntityThrownTNT; import com.google.common.collect.Sets; import net.minecraft.block.Block; import net.minecraft.blo...
177b55ebc77f1350b3ee4ffcfdc70f6d4cb39a05
[ "Java" ]
9
Java
Eragoneq/Lumium_Mod
50de19e1b4bc745fe9e451cca7a5dc23ab503f15
2971f9a6de05fb0c36dca1d72b945b6c8a34bc8c
refs/heads/master
<repo_name>LataB/cmpe273-projectPhase1<file_sep>/src/main/java/edu/sjsu/cmpe/dropbox/dto/FileDto.java package edu.sjsu.cmpe.dropbox.dto; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import edu.sjsu.cmpe.dropbox.domain.File; import edu.sjsu.cmpe.dropbox.domain.Review; @JsonPropertyOrder(alphabetic = tru...
17593914e00a7d2d0dd9d3e267b3a05392b012a2
[ "Java" ]
3
Java
LataB/cmpe273-projectPhase1
1431e87a97af33253ff9d188661695cda9b441f1
c0f6577bf29cfd3dd1c868dce5a713941bdf1366
refs/heads/master
<repo_name>downneck/prometheus-kubernetes<file_sep>/remove.sh #!/bin/bash kubectl delete -f ./k8s/grafana kubectl delete -f ./k8s/ingress kubectl delete -R -f ./k8s/prometheus kubectl delete -f ./k8s/kube-state-metrics kubectl delete -f ./k8s/rbac kubectl delete ns monitoring <file_sep>/cleanup.sh git checkout k8s/in...
ea4b11a99408a3bd906fbb8f9e0b078e677ad32b
[ "Shell" ]
2
Shell
downneck/prometheus-kubernetes
913b3fff358e3c26b96b60c340c8028b2921c272
b4ce50c9fc8c116ead62b3498688a619ea17f2bb
refs/heads/master
<file_sep>REST_PAGINAACTUAL = 0; $(document).ready(init); function init(){ cargarFront(); } function cargarFront(){ $.ajax({ url: 'ajax/selectPlatos.php', type: 'POST', data: 'pagina='+REST_PAGINAACTUAL, success: function(datos){ mostrarGaleria(datos); }, ...
4dcf5f3ee8b95549250933a75c0dcbbcc2666622
[ "JavaScript", "SQL", "Markdown", "PHP" ]
12
JavaScript
jgallegoweb/restaurante
91063fbd6aa88568cd799548a3a285ed952c9c55
53a5fb49be5802bc95180ffd82f1a4f3f00185f5
refs/heads/master
<repo_name>scatterbrain/wave<file_sep>/lib/wave.rb require 'gitlab_git' require 'rugged' module Wave extend self REPO_PATH='/tmp/example/example.git' BLOB_PATH="document.md" def gitdo(msg) case msg["cmd"] when "commit" reply = commit(msg, repo()) when "read" reply = read(repo()) e...
5764912e1189e8d024995a59d565273596f1f9ec
[ "Ruby" ]
3
Ruby
scatterbrain/wave
ec2f63894acbec4ddf04e8908416722ab207d7f3
70221b6169932edc1eab77ac3862df73fa4c099e
refs/heads/master
<file_sep>--- title: 0.2.0 - Usernames date: 2015-03-10 layout: post --- Just deployed version 0.2.0 of the SceneVR server. It now supports usernames! [Claim a username](//login.scenevr.com/users/sign_up) now at login.scenevr.com. ## Behind the scenes I've been thinking about authentication for scenevr for a long ti...
cf98d419ad26e08ae7cd9934ec8b21880eee71e2
[ "Markdown", "Ruby", "Makefile" ]
33
Markdown
scenevr/docs
9280436074ac704c7de9f1b4690c78343d65b0ba
6d92f465219eed0888592d85ab48757bd993c34a
refs/heads/master
<file_sep>import {securityId, UserProfile} from '@loopback/security'; import {HttpErrors} from "@loopback/rest"; // import {TokenService} from '@loopback/authentication'; import {inject} from '@loopback/core'; import {promisify} from 'util'; import {UserRepository} from "@loopback/authentication-jwt"; import {TokenServ...
4a664dd3c5b024c34fd36b3a0e452cf1cfd68156
[ "TypeScript" ]
4
TypeScript
gopigof/lb_refresh_token
1410da088fb84ee58bd61a123cc57afd60bb9c37
442df6a42ffbcff83502a649a9ee8a3cf7f69512
refs/heads/master
<file_sep>import React, { useEffect } from 'react' import styled, { keyframes, css } from 'styled-components' import Portal from './Portal' import { MdClose } from 'react-icons/md' const fadeIn = keyframes` 0% { opacity: 0 } 100% { opacity: 1 } ` const fadeOut = keyframes` 0% { opacity: 1 } ...
d33bb0107cddd3dcbcce6b303de9f027bb4f6d26
[ "JavaScript", "Markdown" ]
8
JavaScript
su79eu7k/eungyeol.art
01f188345cecf489dab081f046b35b15bc0dc6ef
fa03205bf5c9ae1bacb5855b502a54050c63222f
refs/heads/master
<repo_name>ifricker/ifricker.github.io<file_sep>/game.js // Design Basic Game Solo Challenge // This is a solo challenge // Your mission description: // Overall mission: Create a simple Casino War simulator // Goals: Create simple card game // Characters: Ask user for input using prompt, alert, and confirm // Objec...
01bd05937cf79dd974726f8c36e72e327ff78c6f
[ "JavaScript", "HTML", "Markdown" ]
4
JavaScript
ifricker/ifricker.github.io
ec9025d77be8548b922e4143dd375234412a02bb
199c4f672e70dcea86add8977bffec8ab9176902
refs/heads/master
<repo_name>Vamsi404/word-game-hangamn<file_sep>/README.md # word-game-hangamn using c++ <file_sep>/word.cpp #include<iostream> #include<conio.h > #include<string.h> #include<stdlib.h> using namespace std; const int maxlength=80; const int maxtries=5; const int maxrow=7; int letterfill(char,char[],char[]); void...
100381279a7e978083206954de594407c8ee59dc
[ "Markdown", "C++" ]
2
Markdown
Vamsi404/word-game-hangamn
1c39fa9b411fa7d318bfd481ebfa19a06e471f5b
089969f13ccb630b340486870269185b4b6631f6
refs/heads/master
<repo_name>tokarskimarcin/laravel-admin-ext-select-inline-create<file_sep>/resources/lang/pl/select.php <?php return [ 'empty_option' => 'Opcja nie została dodana ze względu na brak etykiety.', 'entity_not_found' => 'Jednostka nie znaleziona z nieznanego powodu. Skontaktuj się z administratorem.' ]; <file_sep>...
8ed79a7463cc191dcfda6998ad812e5bffabdbb6
[ "JavaScript", "Markdown", "PHP" ]
11
PHP
tokarskimarcin/laravel-admin-ext-select-inline-create
cbe6538c70aae686571ae146062e0ed00e3f9dbe
fe17f514b76c67ac80b8462224517fc1d5cdfafe
refs/heads/master
<file_sep># ShinyWookie [![Build Status](https://travis-ci.org/kvannotten/shiny_wookie.png?branch=master)](https://travis-ci.org/kvannotten/shiny_wookie) ShinyWookie is a command line utility that generates documents with random data for you. ## Installation Install via the command line: $ gem install shiny_wo...
dbc4b7cefbfccb6f0448407d7a76bc43421affb8
[ "Markdown", "Ruby" ]
8
Markdown
kvannotten/shiny_wookie
ec2e07aed1ee9ed0bdbc6c7f4354d0724ae227f6
2a80c4485b8cbdebe76c8148a2f8a196e8df54a4
refs/heads/master
<file_sep>import isPlainObject from 'lodash/isPlainObject'; import { of as of$ } from 'rxjs/observable/of'; import { merge as merge$ } from 'rxjs/observable/merge'; import { concatMap as concatMap$ } from 'rxjs/operator/concatMap'; import { scan as scan$ } from 'rxjs/operator/scan'; import isObservable from './isObser...
546b66c170bfb503fa4e73bb2fc0536545d01f29
[ "JavaScript", "TypeScript", "HTML", "Markdown" ]
51
JavaScript
fahad19/frint
916f44c2587ccce2fc9529ae83d3066d4fbf7a68
2c8e14c39df2148dbc40c16c9a929121c8a14e43
refs/heads/master
<file_sep>// CodinGame - Entrainement 1 #include <iostream> #include <string> using namespace std; int main() { int n1; int n2; string line; string w1; string w2; cin >> n1 >> n2; cin.ignore(); // this reads the '\n' just after n2 getline(cin, line); cin >> w1 >> w2; // lo...
a717e4bd47c5fcf2e96fd8b66817d775dcc8b2d3
[ "Markdown", "CMake", "C++", "Shell" ]
7
C++
Brinicle001/codingame
ea908e8e09cc9831cdcf7035501cfced745a617a
ab62783d6f904de985d9a7fb4c8e0398cfd77c0c
refs/heads/master
<repo_name>MarjorieAndrieux/apimeteo<file_sep>/README.md https://marjorieandrieux.github.io/apimeteo/ <file_sep>/js/api.js /*Mise en place de moment.js pour parametrer la date automatique*/ moment.locale("fr"); $("#date").text(moment().format("DD MMMM YYYY")); $(document).ready(function () { /*Mise en place de l'api...
f88e50b64682389e35829bb3a08c54bb86fcd6d4
[ "Markdown", "JavaScript" ]
2
Markdown
MarjorieAndrieux/apimeteo
9d1acf389db419ef39c03dd9cbaf03a4ffc9b5c8
0fdcb3eb509cfaa2c62dd9190598a83fb24c4596
refs/heads/master
<file_sep>import React from 'react'; import { Alert, StyleSheet, Text, View, TouchableOpacity, Image } from 'react-native'; import { Facebook } from 'expo'; const FB_APP_ID = 'fb297781467791687'; //facebook links used: //https://docs.expo.io/versions/latest/sdk/facebook/ //https://www.youtube.com/watch?v=ThcelIFSMWQ /...
cb8c7a1f8c6f2cc9ffc635e0866d91acefdf706e
[ "JavaScript" ]
3
JavaScript
2019cjin/my-todo-list
a8198d9606b9ee31ce50bc4593219f585c3da63b
0af49703303d2d3b66c5063687746888eb513adf
refs/heads/master
<repo_name>viorelaioia-zz/discourse-tests<file_sep>/pages/category.py from selenium.webdriver.common.by import By from pages.base import Base class Category(Base): _notifications_dropdown_locator = (By.CSS_SELECTOR, '.dropdown-toggle') _notification_options_locator = (By.CSS_SELECTOR, '.dropdown-menu li spa...
cceadf6e4f84e1fdf0e84dd135e4738fed66d4e2
[ "Markdown", "Python" ]
10
Python
viorelaioia-zz/discourse-tests
1756b3ea0de2e9da26246aa9951ee7b4a8387f0c
5a0ca3b24c0f1b1fd5d5b5e0d99e37b7ceff7efa
refs/heads/main
<file_sep><?php $servername = "localhost:3308"; $username = "root"; $password = ""; $database = "bank"; // Create connection $conn = new mysqli($servername, $username, $password, $database); if ($conn->connect_error) { die("Connection failed: " . $conn->connect_error); } ...
6d5b441a6ea9e8acf92cc1e9058f871eff68a9d5
[ "PHP" ]
3
PHP
gowtham-nani/Basic-Bank-System
611dc510278458f5dec34fa49d9a04f8a240cbf2
28c10d4bf53beee4f81b53f5da1f324fbf9f186f
refs/heads/master
<file_sep>package lock; import org.junit.Test; import java.util.concurrent.CountDownLatch; import java.util.concurrent.TimeUnit; public class CountDownLatchTest { @Test public void testCountDownLatch() throws InterruptedException { final CountDownLatch latch = new CountDownLatch(2); new Th...
2773b8885d46f6710bb65f36134e100277766b30
[ "Markdown", "Java" ]
12
Java
ericchen1127/juc
9ab4ba58ef785de142663859734403e293fecac5
570bc8e49aed2e22c8cffbbca3df2b79e5b0518b
refs/heads/master
<repo_name>DMDWSK/SelfEvaluation<file_sep>/authentication/models.py # from django.db import models # from allactions import Departments # # # Create your models here. # class Users(models.Model): # class Meta: # db_table = "Users" # # name = models.CharField(max_length=60, default=None) # surname = ...
9cadd48be092beb6fe68137736c63df8f91220eb
[ "Python" ]
13
Python
DMDWSK/SelfEvaluation
b0feb33578cef64a96a8a14b5da18fe06d78dabc
927512bc9464adc37483c16f7344d2342251b8db
refs/heads/master
<file_sep>#!/usr/bin/env python # encoding: utf-8 """ @author: leason @time: 2018/2/27 15:32 """ class Queue: def __init__(self): self.list = [] def enqueue(self, item): self.list.insert(0, item) def dequeue(self): if self.list: return self.list.pop() return N...
e22f8b76e186e0038d414fd1c344453fc981d90f
[ "Python" ]
7
Python
leason00/learning-by-python
5aa999a00950a4650e0e8d3a12266b24f5014a3c
4b41dbd639efc36cc5b975f64cb1ac455e3012a9
refs/heads/master
<file_sep>FROM golang:1.9-stretch WORKDIR /go/src/github.com/JumboInteractiveLimited/Gandalf RUN echo "Pulling go dependencies" \ && go get -v -u \ github.com/fatih/color \ github.com/NodePrime/jsonpath \ github.com/jmartin82/mmock \ github.com/tidwall/gjson COPY . . RUN echo "Testing gandalf" \ && go test -v...
54c67f9413eed767182fb1190f847cf9d3f47926
[ "Go", "Dockerfile" ]
2
Dockerfile
HeatherBoard/Gandalf
f3d3da269247a8b28f0d60676b6d7864041319d8
f231aad5622ee88724a0298dc898091789c37626
refs/heads/master
<file_sep><?php use App\User; use App\Address; /* |-------------------------------------------------------------------------- | Application Routes |-------------------------------------------------------------------------- | | Here is where you can register all of the routes for an application. | It's a breeze. Simply...
3ebcaa9e825e76e091b4d23f4fda2b48a45cd482
[ "PHP" ]
1
PHP
mengkongly/lar_one2one
607a08417e1367ca13b69688624adbd4ce217299
179d1a1538c40750a6bed23c67d8098ca8db7cf2
refs/heads/master
<file_sep># -*- coding:utf-8 -*- import subprocess as sp import json import os import requests import urllib import time import logging import datetime class Connector(): def __init__(self): now = int(time.time()) timeArray = time.localtime(now) _time = time.strftime("%Y-%m-%d-%H-%M-%...
ec1f219e0339fa5e342c09cda33a37978f7e6b70
[ "Markdown", "Python" ]
3
Python
JackWHQ/AutoConnect
7e4aa4a20359fb518257b883a4bcbcabfe3d0226
daf536313567158bce0685fe1b2cd238d85ef525
refs/heads/master
<file_sep><?php include 'config.php'; include 'user.php'; $response=array(); $user = new User($pdo); $list = $user->check_login_details($_POST["email"],$_POST["password"]); if($list) { $response['success']=$list; $response['msg']="Valid user"; } else { $response['success']=0; $response['msg']="invalid user...
25f555805678f1f29eb61e1c4b9a3de13b75eb3f
[ "PHP" ]
10
PHP
sandeepbalpande/AjaxProject
093e271ffd40668719e2ba4bb8ba0310aff72fd8
ea11bebe43690cc4adecfa89d916e3a6f1da6874
refs/heads/master
<repo_name>caixin/video<file_sep>/database/migrations/2019_12_03_065041_create_user_share_log_table.php <?php use Illuminate\Database\Migrations\Migration; use Illuminate\Database\Schema\Blueprint; use Illuminate\Support\Facades\Schema; class CreateUserShareLogTable extends Migration { /** * Run the migratio...
6c19374db308513617e067afc647b4a68c650eb4
[ "PHP", "Shell" ]
134
PHP
caixin/video
40f1258e4328dc028433fe7888a3aecfc2f61e93
833ccfe4cbebb6304ae16e7e6081ee8b6ad6cabc
refs/heads/master
<repo_name>cytechinformatica/home-page<file_sep>/app/scripts/i18n/translations.js const _cy_translations = { 'contact_email': { 'en': '<EMAIL>', 'pt': '<EMAIL>' }, 'copyright': { 'pt': 'copyright © 2017' }, 'cytech_name': { 'en': 'Cytech Informática', 'pt': 'C...
440aef968f7e0f8172dc41ad643b51960cbd3385
[ "JavaScript" ]
5
JavaScript
cytechinformatica/home-page
ec67f954c0c9d657c101a29e785cc6d00832fdb5
86a925020409bd901779f26bca5f5c5fbbccb89e
refs/heads/master
<repo_name>CaioMaxi/IGTI-dev-full-stack<file_sep>/index.js import { promises as fs } from "fs"; import readline from "readline"; import { rejects } from "assert"; let arrStates = []; let arrCities = []; let citiesList = []; let arrLength = []; let allStatesQty = []; let allCitiesWord = []; let allCitiesWord2...
e1de7ed8a8a202b8b6123dd0c2b733481b115755
[ "JavaScript" ]
1
JavaScript
CaioMaxi/IGTI-dev-full-stack
f547e04f9e77d784d0664c48fddf1452f985d977
31ef8de2b409f58f607a89035a68f3cd7bb5e7a9
refs/heads/main
<repo_name>GeorgeEBeresford/ContentExplorer<file_sep>/ContentExplorer/Core/Scripts/Common/Repositories/TagRepository.js /** * An object which sends and retrieves tag-related information to and from the server * @class */ function TagRepository() { /** * An object which deals with sending HTTP requests to ...
6b30e73f095b6cb5c7caf012931e1f6979ce5171
[ "JavaScript", "C#", "Markdown" ]
31
JavaScript
GeorgeEBeresford/ContentExplorer
0390f33808a7a2c8ede89f52475f47b44d7868e5
385eadf8a313bc759627216289fa39019cdfe81e
refs/heads/master
<repo_name>Chadarr/3_bars<file_sep>/README.md # 3_bars - First of all, you have to download data file from this URL: http://data.mos.ru/opendata/export/1796/json/2/1 - Unzip it somewhere and input it's filepath to program - Enter your longitude and latitude to find the closest bar.<file_sep>/bars.py import json import...
13cddd93ebcd3e82cd4193b1954a9130e538ebd8
[ "Markdown", "Python" ]
2
Markdown
Chadarr/3_bars
fd2436424e7b85b8f5c6d7da10786b4260202a34
27b40857059ddfa1676b6130189d8424ec391204
refs/heads/master
<repo_name>vinamramaliwal/DesignPatterns<file_sep>/TicTacToe.cpp Pubic class User{ string name; CellType c; } public class Game{ Board* board; User* a; User* b; Game(User* a,User* b) { this.a=a; this.b=b; board=new Board(); } bool checkifUserWon(User* user) ...
a531b82a5530fc7159289422b71baf3ef23cb83a
[ "Markdown", "C++" ]
7
C++
vinamramaliwal/DesignPatterns
e006e5d1f20277b80d432c939f14d8c18c762181
83c149a12d3314c036c516ae338c9273cd862861
refs/heads/master
<repo_name>AbelTarazona/vue-firebase<file_sep>/src/main.js import Vue from 'vue' import firebase from 'firebase' import App from './App.vue' import router from './router' Vue.config.productionTip = false; let app = ''; firebase.initializeApp({ apiKey: "<KEY>", authDomain: "implementacion-b0389.firebaseapp.com", ...
8f4d10875744ecf5fe9fd5f596e0ffe813166f1e
[ "JavaScript", "Markdown" ]
2
JavaScript
AbelTarazona/vue-firebase
1044b1d635b26aa15997417eb5f3391969f66696
1581a2da8a2b3375c3931c7b7bbc06f8725cb6e5
refs/heads/main
<file_sep>#ifndef MYTHERMOMETER_H #define MYTHERMOMETER_H #include <QWidget> class MyThermometer : public QWidget { Q_OBJECT private: double temperature; public: MyThermometer(QWidget *parent = 0); void paintEvent(QPaintEvent *); void setTemperature(double temperature); }; #endif <file_sep>#inclu...
2244588e6ed8148ee004fad2e280fa35c3dcdc7a
[ "Markdown", "C++" ]
21
C++
rororwwww/QtDbusDemo
abc897955be148f3ddd2b852ccda25493918505e
dea0393ac2f7a2189340b26eb2aa70bda9f01728
refs/heads/master
<file_sep>**Artificial Intelligence Frameworks:** - Frameworks: - Caffee - Theano - PyTroch - Distbelief - Tensorflow: Set of APIs and data structures **Website for datasets:** - seach for datasets: - https://www.kaggle.com/datasets - https://cocodataset.org/#explore - http://www.image-net.org/ - htt...
792e1dcc95a5b834a18495a80932661e2a3fa1b6
[ "Markdown", "Python" ]
6
Markdown
neToX-live/gesture_project
1be2a47d58e8511e4d92f7434e60922ff97ba4d4
4b34df2441218dd924dfa8973cc7a3f38ff6c841
refs/heads/master
<repo_name>meowskers/BeirRun-1<file_sep>/BeirRun/Scenes/MenuScene.swift // // GGScene.swift // BeirRun // // Created by <NAME> on 9/27/19. // Copyright © 2019 BeirRunRCOS. All rights reserved. // import SpriteKit class MenuScene: SKScene { var menu: UILabel? var playAgain = UIButton.init(type: .rounde...
21ed709d8fad0dfa933409684307a43b0ba12535
[ "Swift" ]
3
Swift
meowskers/BeirRun-1
eb09f1bd3da17d0df932d9a2f41adfc6e76773e8
cb41714bc80eefedcb9fac8e96c7bbcec30e32b0
refs/heads/main
<repo_name>al7r0/M5StickPlusClock<file_sep>/ClockM5Stick/ClockM5Stick.ino #include "M5StickCPlus.h" #include "AXP192.h" #include "7seg70.h" #include "ani.h" #define grey 0x65DB RTC_TimeTypeDef RTC_TimeStruct; RTC_DateTypeDef RTC_DateStruct; int bright[4]={8,9,10,12}; void setup() { pinMode(39,INPUT_PU...
511089ccdbfc08d6962f91ed0e044ff2b741af1c
[ "C++" ]
1
C++
al7r0/M5StickPlusClock
f38603a67053d09331d8dfbfc51d284627c76628
17846242fd34661508221bba77fbb0f478e5c7c6
refs/heads/main
<repo_name>szmass/bash_aliases<file_sep>/.bash_aliases function dnames-fn { for ID in `docker ps | awk '{print $1}' | grep -v 'CONTAINER'` do docker inspect $ID | grep Name | head -1 | awk '{print $2}' | sed 's/,//g' | sed 's%/%%g' | sed 's/"//g' done } function dip-fn { echo "IP addresses of all named run...
26b6416b1ab5cd17003f82c312315147303aa905
[ "Shell" ]
1
Shell
szmass/bash_aliases
d4dbc7e9d9de081b76ec83d39a5d54f2e549b542
4bf9af86c4171607e67f8834bffdaa05bc112723
refs/heads/master
<repo_name>tarangparikh/GeeksForGeeks<file_sep>/src/CountDistinctElementsInEveryWindow.java import java.io.*; import java.util.Arrays; import java.util.HashMap; public class CountDistinctElementsInEveryWindow { BufferedReader bf; PrintWriter writer; StringBuilder sb; static boolean local_system = true;...
cdf68b768b7a93e480a0bfd457ab9c47cfaab32a
[ "Java" ]
12
Java
tarangparikh/GeeksForGeeks
0315f6dd4602f9362c9df9b0dbf4bdca0d3fda90
ba71be59100b8333c4a92bc951051bd52973b4a8
refs/heads/master
<repo_name>ylzz1997/graduateDesign<file_sep>/app/src/main/java/com/lhy/ggraduatedesign/DateProcessor.java package com.lhy.ggraduatedesign; import android.os.Build; import android.support.annotation.RequiresApi; import android.widget.ProgressBar; import java.util.ArrayList; import java.util.Collections; import java.ut...
4cc3efbf5cc5da4f842217333f32fac1fb510e82
[ "Java" ]
3
Java
ylzz1997/graduateDesign
9bc70d3d8d99fd9de40b831cba46fc31594ad1e5
b75e31b96ef40544641d1518cabec444e6d9a9e2
refs/heads/master
<repo_name>VestedSkeptic/datagrab<file_sep>/reddit/config.py import cLogger clog = None # -------------------------------------------------------------------------- def initializeCLogger(): global clog clog = cLogger.cLogger(__name__) clog.addTraceLoggingLevel() clog.generateFuncDict() clog.addCon...
88dd02708e5a914a95d079fd9f6ca437dca66a39
[ "Python" ]
27
Python
VestedSkeptic/datagrab
ad4c8b5185dce6c24a156d1e29b5b32af3257343
48caeb2bb7ea4af96d014369cf8f63c82bc45d3b
refs/heads/main
<file_sep>package profiling import ( "net/http" _ "net/http/pprof" "runtime" "github.com/pkg/errors" "go.uber.org/dig" "github.com/gohornet/hornet/pkg/node" "github.com/iotaledger/hive.go/configuration" ) func init() { Plugin = &node.Plugin{ Status: node.StatusEnabled, Pluggable: node.Pluggable{ Nam...
350ce4ab30ca9c861f164c191024677a8a5b80c4
[ "Markdown", "Go Module", "Go" ]
42
Go
sudharya0506/hornet
85d82d7a543ac67a1ad7259b7322656c665d017c
b4f4ba19a67176aa82a2292fab4f632b82558e0d
refs/heads/master
<file_sep>package main import ( "net" "fmt" "sync" "time" ) type NetNod struct { recvCon *net.UDPConn broadCon *net.UDPConn recvChan chan []byte broadChan chan []byte sync.RWMutex } var netNod *NetNod = &NetNod{ recvChan:make(chan []byte,1024), broadChan:make(chan []byte,1024), } func publish(msg[]byte){ ...
1bc9f8f8f8b0ca88c779070da2ab2777387ca1d8
[ "Go" ]
3
Go
leiwenxuan/Go-im
a4c90f82565ed4692219448f8af03c35dcb6b9a2
85f4f55c28cb84511bf128690cc2b12794f807d7
refs/heads/master
<file_sep>import React, { Component } from 'react'; import Highcharts from 'highcharts'; import { connect } from 'react-redux'; import {requestHomeOrder} from 'actions/homeActions'; class MyMonitor extends Component { constructor(props) { super(props); this.state = { orders: props.orders || [] } ...
72c03141862ff45cc28a961de8a991984e027fa7
[ "SQL", "JavaScript", "Markdown", "Python", "Text" ]
38
JavaScript
yuzhibing/browsers
3f9d6a4d97b893278bc01d141e1b655c89a851cb
5659d299e794bb01a555b608c87d6670379aa702
refs/heads/master
<file_sep>import math import numpy as np from itertools import combinations from random import randrange # Klasa przedstawiająca punkty # Każdy punkt zawiera kategorię oraz zbiór cech class Pkt: def __init__(self, klasa, cechy): self.cecha = {} self.klasa = klasa for i in ran...
fbbd33953a6fa595a47f6ffba81ee4409d8e2e6c
[ "Python" ]
1
Python
233130/SMPD
8c0b33f72b4def4025da3a40185fd0e01dd5ac6c
dd1457c020ee6be1c8bd82f62557049ba63067a4
refs/heads/master
<repo_name>josiahdavis/base_python<file_sep>/base_python.py """ Introduction to Base Python Author: <NAME> """ # ================================================================== # D A T A T Y P E S # ================================================================== # Integer type(2) # Fl...
79b5d64347f0a0159536639d14a7b37d257ccf07
[ "Markdown", "Python" ]
2
Python
josiahdavis/base_python
ce55f4ff10d71ca81afd8116da362cd225a2ea33
d3b87848846526cdb0185b0128c6bffb8eff0957
refs/heads/master
<repo_name>TuhinSah/Hindi-Dialect-Recognition-and-Generation<file_sep>/Code/f_one_score_calc.py import sys predictions = [] answers = [] with open(sys.argv[1], "r") as prediction_file: for line in prediction_file: (_, dialect) = line.strip().split(" | ") predictions.append(dialect) with open(sys....
c2e90c6877762425f6b44de1890c5e7dd1b7d35f
[ "Markdown", "Python" ]
3
Python
TuhinSah/Hindi-Dialect-Recognition-and-Generation
65690e8b1bcaa0b5c12fed0bd00cf067cdf7301e
40789ba665aa1b42670ea052eb0741ff611e4920
refs/heads/master
<repo_name>mohsinalimat/AACameraView<file_sep>/AACameraView/Classes/AACameraView.swift // // AACameraView.swift // AACameraView // // Created by <NAME> on 07/02/2017. // Copyright © 2017 AA-Creations. All rights reserved. // import UIKit import AVFoundation /// MARK:- AACameraView @IBDesignable open class AACamer...
dc7ca5fa5fb506bf52b0902acd1770b9abcf45dd
[ "Swift" ]
1
Swift
mohsinalimat/AACameraView
c0285b829289e983fa6555046deefb81ab632316
0bd96c5fe37379d32ade78084680d14349da711e
refs/heads/master
<file_sep>var express = require('express'); var router = express.Router(); var db = require('../db/db') /* GET home page. */ router.post('/eliminar', function (req, res, next) { db.eliminar({id:req.body.id}, function (success, cb) { console.log(cb) res.json({success: success, result: cb}) }) }...
560facdfc062872a03d651270e687566f91fd5e2
[ "JavaScript" ]
2
JavaScript
carlosen14/todo-api
efd65c928839e59d822d2da918ca4dfd56741369
b42d14fb1c4423903dbb28742d6bb40eb4fe217e
refs/heads/master
<file_sep>"use strict"; // Load plugins const browsersync = require("browser-sync").create(); const gulp = require("gulp"); const sass = require("gulp-sass"); const plumber = require("gulp-plumber"); const imagemin = require("gulp-imagemin"); const newer = require("gulp-newer"); const pug = require('gulp-pug'); const ...
bff8c2a55d3ef376aa3c29038d26edb6835360d2
[ "JavaScript", "Markdown" ]
2
JavaScript
fahimshani/gaps
d526fa56c87aa4738f3194c1ca0c832ed3f05b6a
0eb08e0c0821b04881842cca7b2a6527d9975676
refs/heads/main
<file_sep>import User from '../models/Usuarios' import Role from '../models/Rol' import jwt from 'jsonwebtoken' import config from '../config' export const signup = async (req, res) => { //obteniendo req body const {username, email,password,nombre,apellido,numero,poblacion,address,codigo,roles} = req.body ...
a6a004e88faec745fbc3fdc0bb7fcf33b50d306a
[ "JavaScript", "Markdown" ]
13
JavaScript
SyTW2020/E08
e9ad61fe63927428f3bbb94a595bce1c65454681
f82d7059b2317db56e9a638967f2b23924f9cc1e
refs/heads/master
<repo_name>ctl43/sarlacc_prototype<file_sep>/sam2ranges/split_sam.R sam <- sam2ranges("/Users/law02/Dropbox (Cambridge University)/Univeristy of Cambridge/Academic/Internship/NanoporeProject/test_20180612/analysis/2h-RNA-unbl/data/genome_pass-both-chopped_sarlacc_2h-RNA-unbl_full-oligo-dT_TSO-with-TruSeq.sam.gz", minq ...
aac4a0dead504a1bcb4550dc3fa56bfaa73a5461
[ "R" ]
6
R
ctl43/sarlacc_prototype
8615088c9a9f07be87f54a949534c96adb193e8c
3413785bdbf8722c19eb55fd4f5b1e18a5d4561a
refs/heads/master
<file_sep>#gdbus monitor -y -d org.freedesktop.login1 | grep LockedHint #echo 'ready' sleep 30 #echo 'done' gdbus monitor -y -d org.freedesktop.login1 |\ grep --line-buffered -i "LockedHint" |\ sed -uE 's/.*LockedHint.*<(.*)>.*/\1/g' |\ ( while true; do read X # if echo $X | grep "true" &> /dev/null; then ...
4bf9d57d47ce7af517d36499ded05fe842f2c2d5
[ "Markdown", "Shell" ]
2
Shell
Yeshey/Run-program-while-idle-Linux
7ac51e4f3e0fa63ea0fa659020908ed6010c4311
c3101f9aec495bf2eeb08721cd5259bdef7cf458
refs/heads/master
<repo_name>zhengzhirun/Finite-Element-Methods<file_sep>/Possion方程--C++(CVT自适应)/Possion.h /************************************************************************* > File Name: Possion.h > Author: ZhirunZheng > Mail: <EMAIL> > Created Time: 2018年08月19日 星期日 22时04分12秒 **********************************************...
973c40d65aa57953ab304fd32cac082f3ced3ee6
[ "Markdown", "Makefile", "C++" ]
28
C++
zhengzhirun/Finite-Element-Methods
53150d7e15da421eb2330497f648b3d48c81f8fb
1001db437694e30870243c825f6d4c86f6ef6ec8
refs/heads/master
<file_sep># 1. Reordering Destinations Date: 2019-04-09 ## Status Accepted ## Context A list of destinations should be reorderable, not fixed ## Decision A trip is made up of a list of destinations. This list should be able to be reordered, on the main site or the mobile version of the site. Draggable would be ...
45bda2cca46f29157f80cd02b4294125d8bf54ae
[ "Markdown", "JavaScript" ]
36
Markdown
Farai-Mutsva/ELEN4010
05f7e11d2f6dd2fe631bab41c88aedcbc74dd9b6
c23fc880ed44213a202579dff34845947da7625f
refs/heads/master
<file_sep># "Stopwatch: The Game" # Import modules import simplegui # define global variables display_text = "0:00.0" interval = 100 timer_count = 0 a = 0 b = 0 c = 0 success_stops = 0 failed_stops = 0 total_stops = 0 results = "0 / 0" # define helper function format that converts time # in tenths of seconds into fo...
578001f86f8996ae51f1c1974dd171cc1d108a51
[ "Markdown", "Python" ]
4
Python
jjh5030/Coursera_Intro_to_Python
6b8ae12790e2c89fa4ab966052e0368e0e1c7b09
40df4b0d708dca79ca6bd688aa3116a28ae42175
refs/heads/master
<repo_name>rohacompany/TestProject<file_sep>/app/src/main/java/color/test/roha/com/colortestproject/custom/CountryInfo.java package color.test.roha.com.colortestproject.custom; import java.text.Collator; import java.util.Locale; class CountryInfo implements Comparable<CountryInfo> { private final Collator collato...
caaaff3e9370bdc1de33517512f8cef7f58ff9a4
[ "Java" ]
9
Java
rohacompany/TestProject
f31a3183c989b27073d296758ac51b3b360a1c08
ffc04c6872b7fd56030f2792adf5a23824cbadc5
refs/heads/master
<file_sep>const ROW_ANIMATION_DURATION = 250; const ANIMATION_ACCELERATION_EXPONENT = 1 / 2; const ANIMATION_EQUATION_DENOMINATOR = 2 * Math.pow(0.5, ANIMATION_ACCELERATION_EXPONENT); function invertHeaderSorting(header, animate) { var table = document.getElementById("transcript").children[0]; var rows = []; ...
c23195d886fc8bc05e09f17e41c4561c71733bad
[ "JavaScript" ]
1
JavaScript
JacobBrunsting/personal-website
4d5beb1b63462d7a4758b03437b2c2980293fa0d
891762ae1a2f7b93c51623bc971c01f57afbdd2f
refs/heads/master
<repo_name>xuewengeophysics/xwStudyNLP<file_sep>/text_classification/Transformer/model/Transformer.py import tensorflow as tf import math import numpy as np from tensorflow.python.ops import array_ops class Muti_head_Attention(object): def __init__(self, max_length, num_classes, vocab_size, embedding_size, hidde...
b63995a2e2944a649d58d7395b6031c0ad697253
[ "Markdown", "Python" ]
28
Python
xuewengeophysics/xwStudyNLP
60555770680e964241284318f935f3783aa7076c
df43be97b1fda9dc0ae5aa2b7e98d58d4e2421f2
refs/heads/master
<file_sep>// // Movie+CoreDataProperties.swift // SeeMe // // Created by Leandersson, Johan (Grey London) on 23/02/2016. // Copyright © 2016 Leandersson, Johan (Grey London). All rights reserved. // // Choose "Create NSManagedObject Subclass…" from the Core Data editor menu // to delete and recreate this implemen...
e94a58519004b33466833b419d00dfff2cf7dbfd
[ "Swift" ]
7
Swift
Leandersson/WatchMe
300209e5961c8c08774e6bc4b85e5ea0b830ed5c
0dab586d209f4250bc615345878fc8224ce855db
refs/heads/master
<file_sep>import React from 'react'; import {shallow} from 'enzyme'; import {toggleInfoModal} from '../actions' import {InfoModal} from './info-modal'; describe('<InfoModal />', () => { it('Renders without crashing', () => { shallow(<InfoModal />); }); it('Fires the onClose callback when the close...
3143f6b2c8d2db2416995baa1daffd49519006dd
[ "JavaScript" ]
3
JavaScript
thinkful-c11/Testing-Redux-With-Sonja-And-Tanner
37ea31eee65218c019df5c8e098210b9a3cee5ea
a3fc3da0da8086608567d59a74747c1090f59467
refs/heads/main
<repo_name>AvijitDasAdhikary/laravel8<file_sep>/app/Http/Controllers/TodoController.php <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\Models\Todo; use Redirect,Response; use Validator; class TodoController extends Controller { /** * Display a listing of the resource. * ...
648cb0e7e7f03a88184d99993f221be87c74de19
[ "JavaScript", "PHP" ]
18
PHP
AvijitDasAdhikary/laravel8
e18903c054cfe37114b51500624322c2deb47bab
690d5e3642812100e167a644b3f0142a1c936cb8
refs/heads/master
<repo_name>KirillZhdanov/reverse-int<file_sep>/src/index.js module.exports = function reverse (n) { n=Math.abs(n); let s=n.toString().split("").reverse(); n=Number(s.join("")); console.log("output type is <"+typeof(n)+"> and output value is: "+n) return n; }
4380ab4dc8bd001995bece756f469d30f365b807
[ "JavaScript" ]
1
JavaScript
KirillZhdanov/reverse-int
70a8e2d4e09bb47e585a881120a5b98f367d3f41
9d0d2afe4ccef254cc8bcb8b642ec8f75fdc7e94
refs/heads/master
<repo_name>nghiatv/mvc-routes<file_sep>/resources/views/admin/edit_user.php <?php include '_admin_template/header.php' ?> <body class="hold-transition skin-blue sidebar-mini"> <?php include '_admin_template/menu.php' ?> <?php include '_admin_template/sidebar.php' ?> <div class="register-box"> <div cla...
2655313741b48166bce540cc84056d8134ddd134
[ "PHP" ]
29
PHP
nghiatv/mvc-routes
e08b718e247ce2570d47e985f7532f5352deaf73
51862b6aa276a510e8c979f14570fff781a2f5a4
refs/heads/master
<repo_name>MusicBoxOUYA/MusicBoxContent<file_sep>/server.js var express = require("express"), app = express(), http = require("http"); app.get("/", function(req,res) { res.send("I'm up!"); }); app.use("/resources", express.static("resources")); app.listen(process.env.PORT||3000);<file_sep>/resources/js/table.js f...
0cc7d1bd05691d7727531d1a087bb3e0518338eb
[ "JavaScript", "JSON" ]
5
JavaScript
MusicBoxOUYA/MusicBoxContent
6798053add02accdef6dcfb703569283724ea76d
a96b239436c8cb64ceb8903084749b0ed6633cfe
refs/heads/master
<repo_name>raytieu/to-make-or-to-go<file_sep>/js/to_make.js $(document).foundation(); $(document).ready(function () { // Took the Current Url let queryString = window.location.search; // Splitting the Url Parameters from the current URL let urlParams = new URLSearchParams(queryString); let modalResult = $("#r...
40ec0e9b7f090cd154da698f3438de25616486f6
[ "JavaScript", "Markdown" ]
3
JavaScript
raytieu/to-make-or-to-go
5c15a8fc31eeff4df72f79b14da20c99ed70c975
b3c51bc31c11054af7641519391283680baebf54
refs/heads/master
<repo_name>kaolaqi/alittleQQ<file_sep>/src/server/dataStore/index.js var DataStoreServer = function() { } // 设置长期数据 DataStoreServer.prototype.setLongData = function(key, value) { window.localStorage.setItem(key, JSON.stringify(value)) } // 读取长期数据 DataStoreServer.prototype.getLongData = function(key) { return JSO...
e6e0c5a549fe24fa23da100e5f1fc24e91655d05
[ "JavaScript" ]
17
JavaScript
kaolaqi/alittleQQ
316898204db8f25cbb474408515091589f75f886
704281a3edcf95f299b3c1dd7aad6c069cfdfb9c
refs/heads/master
<repo_name>ashvi23/My-Malloc<file_sep>/memgrind90noprint.c #include <stdio.h> #include <stdlib.h> #include <time.h> #include "mymalloc.c" #include "mymalloc.h" #define malloc(x) mymalloc(x,__FILE__,__LINE__) #define free(x) myfree(x,__FILE__,__LINE__) int main (int argc, char**argv){ time_t starttime; time_t endtime; ...
6df961062a633cda5f7ff927c06dd6adf84fdf32
[ "C", "Text" ]
15
C
ashvi23/My-Malloc
f240f7c88a4700e53a308eed7990586fbd9917df
b7e090500fe6e4fa78259b997f8bac26c21ea966
refs/heads/master
<file_sep>namespace System //Conversor_BIN_DEC_HEX.Functions { class ConvertHexDecBin { public void ConvertBinDec() { int contador = 0; Console.WriteLine(); Console.Write("Digite um número hexadecimal: "); ConversorDecimal dec = new ConversorDecim...
6238d563281926ef7a47ce956aa04141563194dc
[ "C#" ]
6
C#
nakappa/conversor-git
cc5d21ba5c95b0d6ddf310979052776af252c6f1
78b220f2951b1020425e4c7f02460d4363f6747b
refs/heads/master
<repo_name>catatonicprime/sacp<file_sep>/README.md # Simple Apache Config Parser Welcome to the Simple Apache Config Parser! This package is intended to ease the parsing/analysis of apache config files. This parser uses the Apache Config Lexer provided by the [pygments](http://pygments.org/) project. This project is s...
2cb4527a7f7c7b9e6c02b6aeac40137d45879818
[ "Markdown", "Python" ]
6
Markdown
catatonicprime/sacp
b991704bd4cbe44c5e1aa5cbbd53cd8249df5970
0a8e972864adfde0aebb7c38e64d23c2330664bc
refs/heads/master
<file_sep>all: build APP_NAME = puppet PKGDIR_TMP = ${TMPDIR}golang .pre-build: mkdir -p build deps: go get -u github.com/golang/dep/... go get -u golang.org/x/lint/golint dep ensure -vendor-only -v clean: rm -rf build/ rm -rf ${PKGDIR_TMP}_darwin build: .pre-build GOOS=darwin go build -i -o build/${APP_NAM...
6af89ec0bacf827fc6b59182c23bed68fcb7d2a5
[ "Go", "Makefile" ]
6
Makefile
grahamgilbert/osquery-puppet-ext
21354fbf98d958bab142b3744249e4b6d81cffa2
71d6820533df95b9c85af9523462c700ea9ac87a
refs/heads/master
<file_sep>import React, { PureComponent, Suspense, useEffect, useState } from "react"; import { AudioRecorder, AudioRecorderFunction } from "./AudioRecorder"; import { BrowserRouter as Router, Switch, Route, Link } from "react-router-dom"; import allmight from "./allmight.png"; import Button from "./Button"; import { F...
bc11e46d210c417e973ddefa555ad2a1a42b165f
[ "JavaScript" ]
1
JavaScript
Spoof14/juke
bc1618da928d8a1ec06549175d6fd9f0d063bd72
80f7478121716077ccf13ca81792aec733a16954
refs/heads/main
<repo_name>Variapolis/OpenGL-CW1-CarGame<file_sep>/3DExample1/src/EndGate.h #pragma once #include "Rect.h" #include "PlayerCar.h" class EndGate : public Rect //Endgate class used to regenerate a new level when player passes through. { public: EndGate(GLfloat x, GLfloat y, GLfloat width, GLfloat height); bool Chec...
ade38d0873666593e3125dea4d56dc802d8c3755
[ "C++" ]
16
C++
Variapolis/OpenGL-CW1-CarGame
395ad982743441d6c54293af49912b40daef14a1
5f4b6436ee53ecad302faaf42a9deccd1f8b0fb4
refs/heads/master
<repo_name>KaminskayaLyuba/iipu_lr5<file_sep>/Device.h #pragma once #define BUFFERL_SIZE 2048 #define REG_PATH "SYSTEM\\CurrentControlSet\\Services\\\0" #define REG_IMAGE "ImagePath" #define DISC_DISABLE 2 #define DISC_ENABLE 1 #define PROBLEM_CODE 22 #include <string> #include <Windows.h> #include <SetupApi.h> #includ...
5ead333429d7afc2acbe07d503d26d4a922d457a
[ "C++" ]
2
C++
KaminskayaLyuba/iipu_lr5
eabade7f41aedfaceddd3a819bfcd7563f523aa1
3c11f4f2daf428847844f78a1e0033f0f2a5a9b5
refs/heads/master
<repo_name>emma58min/CoronaChatbot<file_sep>/README.md # CoronaChatbot #### 정부혁신제안 끝장개발대회 ##### 서비스 소개 N&A (News&Answer)은 코로나 소식을 알려주는 챗봇 서비스 입니다. 서울 지역의 최근 코로나 확진자정보, 마스크 판매 약국 현황, 코로나 위탁병원 정보를 구별로 제공해줍니다. 처음 사용하는 분이나 기계에 익숙하지 않은 분도 쉽게 사용할 수 있는 버튼형 챗봇으로 제작되었습니다. ##### 못난이 호랭이팀 [문서희](https://github.com/MunSeoHee) [...
f1af803a852733139c8e6cdc0876fbacc8dd93e6
[ "Markdown", "Python" ]
3
Markdown
emma58min/CoronaChatbot
f5a600af6d8670a45b4c345654fb93f5d1d5d65c
b4c6253bd2a6f91c4276eb5cd3631293b46c251b
refs/heads/master
<file_sep><?php session_start(); #includes #sql connection require_once('_dependancies/sql.php'); #navigation require_once('app/navigation-functions.php'); #forum-thread-functions require_once('app/forum-thread-functions.php'); #security require_once('app/security-functions.php'); #additional function...
db40938eabb98b178abf3c8d090dad098162bd0c
[ "Markdown", "SQL", "PHP" ]
22
PHP
lorenzothedev/retro-forum
2fb102ca05f7273cc934c2e157f72b4d60c78586
b8782bdcf5ea4e3871a362ecfd06b1790efc9e30
refs/heads/master
<repo_name>Sophia10/Sophia10.github.io<file_sep>/projekt/js/map.js window.onload = function () { // WMTS-Layer L.TileLayer.Common = L.TileLayer.extend({ initialize: function (options) { L.TileLayer.prototype.initialize.call(this, this.url, options); } }); var layers = { ...
9f9862f39128d26549c582c370ea135d17ed2657
[ "JavaScript", "Markdown" ]
3
JavaScript
Sophia10/Sophia10.github.io
083ca7819a361aae996858c00ad7f590c7cd9a44
74c99e095fdc14b90905bfc7f43b065b8e2937ef
refs/heads/master
<file_sep>package com.letsrace.game.screen; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.ScreenAdapter; import com.badlogic.gdx.graphics.GL20; import com.badlogic.gdx.scenes.scene2d.actions.Actions; import com.badlogic.gdx.scenes.scene2d.ui.Image; import com.letsrace.game.FRConstants; import com.letsrace.game....
4c2431e648e52179666713e4d0078f959ebb12d6
[ "Markdown", "Java" ]
20
Java
nihalsid/Lets-Race
a1a02621199220b222d6ef74ab2b759aacabed28
a2a63cddb3c5f89bb09c4fed885ba14a890c38e7
refs/heads/master
<repo_name>kacpercierpiak/SensorTagPython<file_sep>/SensorTagPython/main.py import asyncio import threading import time import curses from os import name, system from bleak import discover,BleakClient from sensor_calcs import * stdscr = curses.initscr() curses.noecho() class gatt_set: def __init__(self, data, con...
d14860f6b7c50744c74f4579ed3f3c245c11332a
[ "Python" ]
2
Python
kacpercierpiak/SensorTagPython
548e4fcf65f4638111ddd6d58d395a932a598524
8745eed2d3ed3c7b6fe980c57a89d5a0d6278511
refs/heads/master
<file_sep>from flask import Flask from flask import request from dbHelper import * from Urfu_api import * import time from strings import * app = Flask(name) schedules_commands = ['скажи расписание', 'сегодняшнее расписание'] schedules_commands_tomorrow = ['скажи расписание на завтра', 'завтрашнее расписание', 'распи...
b663c09c1d4c2b3c041cb4a0f23026cad38016cb
[ "Markdown", "Python" ]
11
Python
BuroRoll/UrfuAlice
9b73efa6eb8f4328f3eea529fb7505c69a58ff84
804b2493cd64450e69e1fc263459ea1c59f29448
refs/heads/master
<repo_name>Ligerlilly/triangle_js<file_sep>/spec/triangle_spec.js var assert = require('assert'); var triangle = function(side_a, side_b, side_c){ var isTriangle, isEquilateral, isIsosceles, isScalene; isTriangle = function(){ var sides_a_b; var sides_a_c; var sides_c_b; var sid...
142f2c0edee3483b83521b1dde0b0a4b55a63821
[ "JavaScript" ]
2
JavaScript
Ligerlilly/triangle_js
400ffcd55c6bd143bfb76f6920ca80a50f47701f
cfe92ecd8df3f37ed20809b35af8a430b3cf58bc
refs/heads/master
<repo_name>riiswa/orchalang-server<file_sep>/orchalang-orchacompiler/src/main/kotlin/orcha/lang/compiler/DemoApplication.kt package orcha.lang.compiler import orcha.lang.compiler.OrchaCompiler import orcha.lang.compiler.syntax.ReceiveInstruction import org.springframework.beans.factory.annotation.Autowired import org....
17fabe19256db43fabf652fb1accacbad5a609cc
[ "Markdown", "Java", "Kotlin", "Gradle" ]
32
Kotlin
riiswa/orchalang-server
dd836d18bd5017e9ad4b3f52463063ca6331f2b2
d27772c4e1c0b525016530d038cd37ed19b88321
refs/heads/master
<file_sep><?php session_start(); if(!$_SESSION['validUser'] == true){ header('Location: ../html/login.php'); } require 'selectProduct.php'; $inProductImage = ""; $inProductName = ""; $inProductPrice = ""; $inProductDescription = ""; $inProductBuyNowButton = ""; $inProductBuyNowButton2 = ""; $inProdu...
70b5f0c1c357f8a36fc28e8780c3c43f36f3fab9
[ "JavaScript", "PHP" ]
14
PHP
dnhuck/davidhuck.net
12f7fb9473f376ae1d385071d6bf7f2d7fe343f7
9850cb7c5f6d5f96b15ff0f762b8d537c92d17aa
refs/heads/master
<repo_name>Tiance-Zhang/clinic-backend<file_sep>/src/main/java/com/harilab/clinic/service/AuthService.java package com.harilab.clinic.service; import com.harilab.clinic.model.Clinician; import com.harilab.clinic.repository.ClinicianRepository; import org.springframework.beans.factory.annotation.Autowired; import org.s...
6e0400d84cdd56462e4d6c486a456afa91dc6aeb
[ "Java" ]
6
Java
Tiance-Zhang/clinic-backend
85cb8de45a80f8350fdb7a779ff96d4205d98751
c71bcac2fb04d5186b7c0abc4e0b2a37fc7c583b