branch_name
stringclasses
149 values
text
stringlengths
23
89.3M
directory_id
stringlengths
40
40
languages
listlengths
1
19
num_files
int64
1
11.8k
repo_language
stringclasses
38 values
repo_name
stringlengths
6
114
revision_id
stringlengths
40
40
snapshot_id
stringlengths
40
40
refs/heads/master
<file_sep>import fs from 'fs' import path from 'path' export function findFile(filename, dirname) { if (!dirname) dirname = process.cwd() if (fs.existsSync(path.join(dirname, filename))) return path.join(dirname, filename) if (dirname !== '/') return findFile(filename, path.resol...
4c67fd286982fc36e14415228e173e2507a2411a
[ "JavaScript" ]
4
JavaScript
iBelieve/box
6d5d4d885d048c19e9bbf94cbf230694a215bf38
345d8705385c193fc807adeb6821c27a3458fa4b
refs/heads/master
<repo_name>sammath/pachyderm<file_sep>/src/pps/pipelineserver/pipelineserver.go package pipelineserver import ( "github.com/pachyderm/pachyderm/src/pfs" "github.com/pachyderm/pachyderm/src/pps" "github.com/pachyderm/pachyderm/src/pps/persist" ) type APIServer interface { pps.PipelineAPIServer Start() error } fu...
bd5e7e23c06bc78eeee25d6fafea2eb4cc095708
[ "Makefile", "Go" ]
16
Go
sammath/pachyderm
a6e234607e5ac4ab5aa1d0c2e4d55e608cc0207e
fc7f27d3a9ce83bfed9e785de5b14cf0defdf76e
refs/heads/master
<file_sep><?php namespace App\Http\Controllers; use App\Product; use App\Category; use App\SubCategory; use DB; use Session; use Excel; use File; use App\Http\Resources\ProductListResource; use Illuminate\Http\Request; class ProductController extends Controller { public function index() { Produc...
743060e90bee647502d08dae2fbcf9c52485b37b
[ "PHP" ]
2
PHP
pcollinsTech/api-rla
66ad56de2f590b4535d8819e996c180d6955a718
502e0c844e77f669c23b9ba116870b7c8d168607
refs/heads/master
<repo_name>josepazjunior/josepazjunior<file_sep>/README.md "# josepazjunior" <file_sep>/index.php <?php echo "teste 5 junior!"; ?>
20746a89b78f371ee6d4cfc512fa4ca0b8b5230b
[ "Markdown", "PHP" ]
2
Markdown
josepazjunior/josepazjunior
94b2adcaf8b36c9a74e2cb47cc08c116e87dfbea
87d9d750364b268d1d9b276ebbd3113603b6ba4d
refs/heads/main
<file_sep># Copyright (c) 2021, <NAME>. 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 the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicab...
e591b4bd1102db8d64b66b8c52d72c7215143509
[ "Markdown", "Python" ]
2
Python
jinggaizi/Transformer-Transducer
a160f14bedcc2cb12cdacbfd7689b26b3909c451
c302a6394c45e411bd6e4a3ac6f135fa60dfc91d
refs/heads/master
<repo_name>PSteinhaus/Liquid-Game<file_sep>/src/HeightMap.cpp #include "main.hpp" #include <stdlib.h> /* rand */ #include <algorithm> // fill #include <iostream> HeightMap::HeightMap(char initialHeight) { for (int i=0; i<engine.WIDTH*engine.HEIGHT; ++i) { heights[i] = initialHeight; } } void HeightMap::clear(...
6c9a2f5326e650f6a5409f44eced96af94cc6ed8
[ "Markdown", "Makefile", "C++" ]
21
C++
PSteinhaus/Liquid-Game
cec82210e5dd708fc9961f7232fde87098d8334b
a3501ecfaa86737ffab56d60d2f8fb4b4435562e
refs/heads/main
<repo_name>PelumiOgunwole/Finance-App<file_sep>/FinApp.py from kivy.lang import Builder from kivymd.app import MDApp from kivymd.uix.screen import MDScreen from kivy.uix.screenmanager import ScreenManager,Screen from kivymd.uix.menu import MDDropdownMenu from kivy.properties import ObjectProperty from kivy.properties i...
53ebee1a61b6f127801ae4127e88774e2eac86e2
[ "Markdown", "Python" ]
2
Python
PelumiOgunwole/Finance-App
5cbb11494c4e71350a42ecd65ff35343bcbda6e5
31af05b3096d38fb89fb0c68911218f05d71e72a
refs/heads/master
<repo_name>noracosta/stocksud<file_sep>/creditos_guardar.php <?php require_once('Connections/config.php'); ?> <?php require_once('Connections/config2.php'); ?> <?php if (!isset($_SESSION)) { session_start(); } $MM_authorizedUsers = "1,2,3,4"; $MM_donotCheckaccess = "false"; // *** Restrict Access To Page: Grant or d...
a1264d6011906c488f604939ad95fe05ba14b547
[ "HTML", "PHP" ]
42
PHP
noracosta/stocksud
90fdf860f059a01cbc3cf951e67db992e8d6dbb0
6f33e6613ea249f3b938c8bc0dbee532bca7ec1d
refs/heads/master
<file_sep>//patient class public class Patient { private String patientID; private Name name; private int age; private String gender; private Address address; private HealthInfo pHealth; private Doctor doctor; public Patient(String patientID, String firstName, String lastName, String ge...
aff28ebeed03db2d8cb37c665201cd882f3dcefc
[ "Java" ]
2
Java
edtimer/OOP-all-labs
b3d6b70485f298d72b11088b119fa2e9ebbf6fad
dbfd98a7fd0fe34b6546233e620a82bffaf4c898
refs/heads/master
<file_sep>import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class LifExp { static { //You should put your codes in this section Like 'Liferay_Windows_payload.txt' } }
ce2c13699cf997140b356a183a8693c43324b65d
[ "Java" ]
1
Java
1522402210/CVE-2020-7961-payloads
d6c8f1d74bc2fe2c7b9d9157e71139ea339770b1
b67dc6119977c6863fa9f977bbdaec93ab99c5e6
refs/heads/master
<file_sep>#include <stdio.h> #include <math.h> /** * @param inputSignal (int[]): An integer array representing the input signal. * Replaced by the output (real, imaginary) * on completion of the subroutine * * @param outputComponents : The output (first 6...
dae403dcce50fa4e769a0e73efe1d97b7b0f23d1
[ "C" ]
1
C
MrKerfuffle/Spectogram
2832b5e712d7e0c7e67fc3dfa2dde8ed6737bf90
67a44692aae3d49b516cccfa967dacba5729842b
refs/heads/master
<file_sep>#!/usr/bin/env bash svn log -r $2:$3 | grep $1 - <file_sep>#!/bin/bash svn diff -r $1:$2 --summarize <file_sep>#!/bin/bash svn diff -r $1:HEAD --summarize
5310e2c8fe36649f049edd33300e231a93f72258
[ "Shell" ]
3
Shell
TheLonelyGhost/WorkstationScripts
bfc654ba8ddb75738f786d9580a1f1818b3e598e
026bf0c45c979f10fe51e5fe098ace2e5f1fe439
refs/heads/master
<repo_name>SalithaUCSC/ToDoApp<file_sep>/README.md # ToDoApp ## How to create a simple ToDo application using Laravel, Ajax, jQuery and Bootstrap. Tasks are stored in a MYSQL database. ### Instructions to setup 1. Download the zip file. 2. Extract it and rename as **ToDoApp**. 3. Run XAMPP or WAMP and go to "http://loc...
ced9717a19be8a29d07fef8edf0e71dc18e7af76
[ "Markdown", "SQL" ]
2
Markdown
SalithaUCSC/ToDoApp
6e455d64dfab92a03bd7c863fa0c8aae19583e46
dca1b874105006604191c659207666d1da43fce8
refs/heads/master
<file_sep>package com.example.thomas.hangangn.adapter; import android.support.annotation.Nullable; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.bumptech.glide.request.RequestOptions; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHol...
b956d599a36f817e923a4293e50ed1ba140c555d
[ "Java", "Kotlin", "Gradle" ]
9
Java
thomas819/HanGangN
0f4cecb2f0941c7618c08b915176ed418a8fb2e4
25137adc1a68b653154a09b0c8044306f0cbab52
refs/heads/master
<file_sep>#include <iostream> using namespace std; #include <vector> #include <ctype.h> #include <sstream> #include <boost/filesystem.hpp> #ifndef SORTERS_H #define SORTERS_H //public: //The subjects that the scanned file could belong to. enum Subject { Chemistry, Economics, English, History, Physics, Precal }; ...
39180b1ce2693373d13aa63f24445a46f3df4567
[ "CMake", "C++" ]
4
C++
brycem24/butterFLY
38c47a63aa739ab877fa01d01a1694a4ec145d9f
f95ad3fdc6bfb44a5732a7a472eac41929647ae1
refs/heads/main
<file_sep>import { ObjectId } from 'mongodb' import { MenuItem, MutationCreateItemArgs, MutationDeleteItemArgs, MutationUpdateItemArgs } from '../../lib/graphql-generated' import { getCollection } from './db' const getMenu = async () => { const menu = await getCollection.then(c => c.find().toArray()) return m...
fa87bf246f1711688dae2c4e6310b521fe70f9bb
[ "JavaScript", "TypeScript", "Markdown", "Shell" ]
27
TypeScript
melloc01/nextjs-twin-graphql-starter
46c1e96fb506f26dfc723c2bdf5f71bd190c9165
383e3ea0847654bf58de1b5443e3ebf87e894c5c
refs/heads/master
<file_sep><?php /** * QuickSurveys extension - Displays configured surveys on Mobile and Desktop. * * For more info see http://mediawiki.org/wiki/Extension:QuickSurveys * * @file * @ingroup Extensions * @author <NAME>, <NAME>, <NAME>, <NAME> 2015 */ if ( function_exists( 'wfLoadExtension' ) ) { wfLoadExtension...
2eeeef7acdff9c04ab50e9de843d4b340164ce2d
[ "Markdown", "PHP" ]
2
PHP
rmoen/creepy-guacamole
fef6a8e4e08ba0a63a2ba7c760d8208c09fb453d
1540fb4484cad7f2b4c392c3f7d8aac81a7370ff
refs/heads/master
<repo_name>ipfaffy/lastfm-obs<file_sep>/README.md ## LastFM-OBS This package will get the currently playing song and output it to stdout. You can redirect it to a file and ingest it using OBS to add it to your video. It requires the environment variables `LASTFM_APIKEY`, `LASTFM_APISECRET`, and `LASTFM_USER` be set....
76fb631903db3008345b0336c97ce425991ac299
[ "Markdown", "Go" ]
2
Markdown
ipfaffy/lastfm-obs
3228896fa91e6172a6e44fff17e6ff144cafa328
a37bbf014b532b7f9bc7bee22c1e78d53cfd4e7d
refs/heads/master
<file_sep>from gym_qubit.envs.qsedql_env import QuantumSzilardEngineDQLENV
419737951c4bba38cfc53d19f685eb746a6058bd
[ "Python" ]
1
Python
ruiw0509/gym-qse
9bbd183dd20bd87de7d2eb83feec6ef0f802b2f9
8e06e6100b5e70d718f155891bb1397e2c6e5d9e
refs/heads/master
<file_sep>from flask import Flask from roku import Roku app = Flask(__name__) roku = Roku('192.168.1.2') # change to the IP address of your Roku TV @app.route("/") def hello(): return "Hello World!" @app.route("/up") def volup(): for lvls in range(5): roku.volup() return "louder!" @app.route("/d...
8c2380dc962f0f850f5d51dc6042f840c69c6cc5
[ "Markdown", "Python" ]
2
Python
mccannical/Roku_Volume
3be4753358b4b8af4dd8b4f19c7773823c96f83e
21d7de920992c6ce3a62f780d818374dab8b9950
HEAD
<repo_name>EasyMetrics/emx-hapijs-base<file_sep>/CHANGELOG.md <a name="0.4.3"></a> ## [0.4.3](https://github.com/EasyMetrics/emx-microservice-es7/compare/v0.4.0...v0.4.3) (2016-10-06) ### Bug Fixes * **changelog:** add missing changelog deps ([736daeb](https://github.com/EasyMetrics/emx-microservice-es7/commit/736da...
bdd52754ddeebadf9ecb4513e46c196110104feb
[ "Markdown", "JavaScript", "Dockerfile", "YAML" ]
23
Markdown
EasyMetrics/emx-hapijs-base
8d086fce79f2d575d20c462a71eb522cafad2129
af94b57fd61f4ab4f5146af454a5b709368e589b
refs/heads/main
<repo_name>SpreeRaj/bWNP7nAH8BbKmr<file_sep>/README.md # bWNP7nAH8BbKmr ## Relay 5 ## Project Setup - Clone repository - Got to repository folder - To build Server ```sh cd connectfiveserver mvn clean install mvn spring-boot:run ``` - To build Client ```sh cd connectclient mvn clean install mvn spring-boot:run ``` -T...
0b64c1c081fa467a02efcfef43cba46804146354
[ "Markdown", "Java" ]
7
Markdown
SpreeRaj/bWNP7nAH8BbKmr
55c8899ec551649706f75a66ad115a2fb5af66ac
75b9140b63485c70a19ca31da5243d8daabf53a8
refs/heads/master
<file_sep><?php require('config.php'); $text = ''; if (date("G")>7) { $text = 'NOT'; } $sel = $mysqli->query("SELECT * FROM `tag` WHERE `name` ".$text." LIKE '%утро%'"); $num = rand(0, $sel->num_rows); $sel->data_seek($num); $res = $sel->fetch_assoc(); $sel = $mysqli->query("...
7300d1f320d5dab4b58a4beeec69d99543d934e4
[ "JavaScript", "Markdown", "PHP" ]
26
PHP
damihailov85/video
3b988154e27c517d9ac007335eae413c38f3e1fc
53c0748560337528c961b4098473076d56b21362
refs/heads/master
<file_sep>var websocket = require('websocket-stream'); var socket = process.argv[2]; var ws = websocket("ws://" + socket); ws.pipe(process.stdout); <file_sep>var websocket = require('websocket-stream'); var port = process.argv[2]; var wss = websocket.createServer({ port: port }, handler); function handler(handle) { ...
d1f738708449f882db3cf6e0f5c6b4430f77c178
[ "JavaScript", "Markdown" ]
4
JavaScript
gkatsev/wls
afdfbd221b2a32baf551f601bda9f745056169ee
078f225301c30a33c8e794fbac439cc28eb0b12c
refs/heads/master
<file_sep>void letext(const char *argv[], int mem[]); void ledata(const char *argv[], int mem[]); void tipoR(int bancoReg[], int rs, int rt, int rd, int shamt, int funct, int *HI, int *LO, int *PC); void tipoI(int bancoReg[], int opcode, int rs, int rt, int immediate); void tipoJ(int mem[], int bancoReg[], int opcode, ...
ee904d8175d67a803bcb577611929fa20884a2f9
[ "Markdown", "C" ]
4
C
Gls-Facom/Arq
a14d9aaf1242cefd95387b796b2412fd67561f8c
c996f86b7a9869f578bb490ed86cffe1399313bd
refs/heads/master
<repo_name>Szeba25/Cheese<file_sep>/code/taskperformerinterface.cpp #include "taskperformerinterface.h" TaskPerformerInterface::~TaskPerformerInterface() { } <file_sep>/code/speedtester.cpp #include "speedtester.h" SpeedTester::SpeedTester(double n1, double n2, char op, unsigned int count): number1(n1), number2(n2)...
16c95114b5afa5335bfb8f4f4f1cd6b321215b60
[ "C++" ]
21
C++
Szeba25/Cheese
bcc08233b80103c66eab0036026e40dcfec4be02
e81893738a40fca61bbd6a478bfb21473709f92f
refs/heads/master
<repo_name>wall-et/hello-git<file_sep>/a.rb puts "Hello, A!" <file_sep>/b.rb puts "Hello, B!"
2f7deff7db28623d89de2cb1f43ac94d8ffa8292
[ "Ruby" ]
2
Ruby
wall-et/hello-git
033ce89cb9e376ebaaad7d5aef60088e340d9445
b23cc3af9f9beb3badd9d6fcb1e8763f5f9cb278
refs/heads/master
<repo_name>kirillsurkov/cudaFlipMetric<file_sep>/FlipMetric.hpp #pragma once #include <memory> class FlipMetricImpl; class FlipMetric { private: std::shared_ptr<FlipMetricImpl> m_impl; public: FlipMetric(const unsigned char* reference, unsigned int width, unsigned int height, float ppd = 67.0206f); ~Fli...
1ab319dfe2a74efae569574516aa323ef87ccbff
[ "Makefile", "C++" ]
7
C++
kirillsurkov/cudaFlipMetric
ee37465720e041e0f18746165c0e4aa0e2c3b319
23fa6e805722df8425c8e263c4b4d35e02e89ddb
refs/heads/master
<file_sep>#!/bin/bash #-x CATAMI_HOME=/home/catami/catamiportal #==================================================# # PULL THE LATEST CODE REVISION #==================================================# cd $CATAMI_HOME"/catami" git pull https://github.com/catami/catami.git #==========================================...
34fc358b1fa63d1842b92f7db92b69cf5488ec21
[ "Markdown", "Python", "Shell" ]
12
Shell
catami/deployment-charm
69dbb0e0ac341da45242bf28abcd9f66a7ee3316
bf0872388ff096ca00fa9eb77b1bc29f92c7fabf
refs/heads/master
<file_sep>#include <stdio.h> #include <locale.h> #include <string.h> #include <stdlib.h> #define ALL_PRODUCT 10 int code[ALL_PRODUCT] = { 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009 }; char product[ALL_PRODUCT][40] = { "notebook 96 sheets", "notebook 48 sheets", "ballpoint pen blue", "a set of colo...
dd72771d19f884584ef75e24e9f3ed4142abf10c
[ "Markdown", "C", "CMake", "C++" ]
381
C
valentina-kustikova/mp1-practice
f2032199f7d6008067843d50cd65af5a880967b6
a62f5e5eb9bbfd739c320d9049a00031ee426c9c
refs/heads/gh-pages
<repo_name>PulseTile/PulseTile-Docs<file_sep>/images/ui-patterns/readme.md For images on articles about UI patterns <file_sep>/pages/react-admin/plugin-tiles/react-admin-events.html --- title: Events module keywords: sample summary: "Events module" sidebar: react_admin_sidebar permalink: react-admin-events.html folder:...
d63d07024bbe470da71f48eebf6fc83409fba61e
[ "Markdown", "HTML", "Shell" ]
34
Markdown
PulseTile/PulseTile-Docs
4b2f1d9ca10d06f9135355db54e86a5fe5b91364
747ea6834bb9216ef90666cdd5939a63db3764ff
refs/heads/master
<file_sep># baidu-gps-transform java实现调用百度坐标转换api将gps坐标转换成百度坐标 <file_sep>import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import com.google.gson.*; import static java.lang.System.out; public class Main { private static String connectURL(String dest_url, String commString) { Strin...
4b52c3ee024f162533bdc719da3e2037604d43fa
[ "Markdown", "Java" ]
2
Markdown
Yves-yuan/baidu-gps-transform
df9a349a936d4163c89cafb5274426dc9e6a9f4f
bff8b579ddc4348cb98d5d5c8d4524f9d1862b2e
refs/heads/master
<file_sep>/* 环图组件对象 */ var H5ComponentRing = function(name, cfg){ var component = new H5ComponentBase(name, cfg); var w = cfg.width/2; var h = cfg.height/2; var cns = document.createElement('canvas'); var ctx = cns.getContext('2d'); component.append(cns); cns.width = ctx.width =w; cns.height = ctx.hei...
60077a25b5d29e007f178db4368730257bfaa2c7
[ "JavaScript", "Markdown" ]
8
JavaScript
FengLin2016/webApp
23218b281c929adcf7b9e6e0a4c554ea5a98345c
b11783e8cf2cceee9de14e4a977e512a3525483f
refs/heads/master
<repo_name>leetschau/DeepLearningWithPython<file_sep>/one_hot.py import numpy as np import string # code listing 6.1 samples = ['The cat sat on the mat.', 'The dog ate my homework.', 'Some other new sentence.', 'A very long and complex sentence whose length exceeds the max_length.'] token_index = {} for ...
593130f4af24fabd1fbff83cd182f7aec817e829
[ "Markdown", "Python" ]
14
Python
leetschau/DeepLearningWithPython
20b9dfab2445f700f46ce9872dcce43e9a228074
44b7311def790a0480329e688c9ed6ed14da6a26
refs/heads/master
<file_sep>sysctl kernel.perf_event_paranoid=0 sysctl kernel.kptr_restrict=0 sysctl -w net.ipv4.ip_local_port_range="1025 65535" service lightdm stop<file_sep>curl --data-urlencode "(2*(9+22/5)-((9-1)/4)^2)+(3^2+((5*5-1)/2)" http://localhost:8080/api/calc<file_sep> var express = require('express'); var app =...
0e67048eb25d325e7ab3065897b4d44c6d5afded
[ "JavaScript", "YAML", "Markdown", "Shell" ]
10
Shell
olka/microservices-calc
ac58973061aa669d8474884a1c255051d709639a
e8a562311ffb2ecfe4aa10b8b31b3bcf3f71129b
refs/heads/master
<file_sep>#!/usr/bin/env sh echo Cleaning all... rm -fr lwjgl3 rm -fr native-libs <file_sep>#!/bin/sh ROOT=/usr/home/cameron/Documents/lwjgl3-port LWJGL_JLP_OVRD="${ROOT}/native-libs:${ROOT}/lwjgl3/bin/libs:/usr/local/lib:/usr/lib" LWJGL_OVRD="${ROOT}/lwjgl3/bin/RELEASE/lwjgl/lwjgl.jar" LWJGL_OGL_OVRD="${ROOT}/lwj...
53d2bcb57917f7749db19126c892e970fba2a916
[ "Markdown", "Shell" ]
5
Shell
CRKatri/freebsd-minecraft-1.17
5d1dca8ef577dfd81e29e3515d24ae444a71fa37
156516f3d099f653583a16de2ce3b0cddab7ef57
refs/heads/master
<file_sep>Pod::Spec.new do |s| s.name = 'DHSplitCells' s.version = '0.1.3' s.summary = 'DHSplitCells is cell split module of CloudCash App.' s.description = <<-DESC DHSplitCells is cell split module of CloudCash App on iOS. DESC ...
41079d1184e29d8c615f60b08ee0774391411966
[ "Markdown", "Ruby" ]
3
Ruby
zhandongwang/SplitCell
6bfa37c609c89cd7ec68dd5b21a714516a009b3a
cb975bf8e18b9bb8a5c0000e56e01c8e2ed16dc5
refs/heads/master
<file_sep>package utils import ( "os" "bytes" "log" "strings" "time" "testing" "github.com/stretchr/testify/require" ) func TestWebsocketListen(t *testing.T) { app := setupWithPlentyBalanceAccount(t) // DO NOT TOUCH - wait next block time.Sleep(time.Second * 10) var logBuf bytes.Buffer log.SetOutput(&lo...
246fe30a86b6ce1f9b8551ef2a0d34f011d18bae
[ "Markdown", "Go" ]
2
Go
ChorusOne/santa
ece7c43f1cca4bc23647a789dc2beeee25839929
d18ceb00dd8314800573168a9062096e573e06ab
refs/heads/master
<repo_name>HoneyLuka/HYGPUImageCreator<file_sep>/Podfile source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' pod 'Reachability', '~> 3.2' pod 'JSONModel', '~> 1.1.2' pod 'Masonry', '~> 0.6.3' pod 'GPUImage', '~> 0.1.7' pod 'SVProgressHUD', '~> 2.0-beta' pod 'LGAlertView', '~> 2.0.13'
ad7fff482e81d56138ff756a888ae8afe1351df1
[ "Ruby" ]
1
Ruby
HoneyLuka/HYGPUImageCreator
e9ab4840c6c9976be836233fbb820874492ba213
1a5fe62a749d5e85a426e82c2a38698b6d5421b0
refs/heads/master
<file_sep>Ten projekt jest zrobiony z wykorzystaniem technologii: Angular, Java, Spring, Hibernate i Postgres, REST. Dla uruchomienia projektu trzeba pobrać folder z Java projektem i osobno z angular foldery i pliki. I do kompilacji javy plików jest potrzebny IDE z kompilatorem Javy conajmniej 14 wersji, i też w pliku ...
1f2e4f9a487ec450481dafe0cb22c82bec1c0060
[ "Markdown", "Java", "TypeScript" ]
15
Markdown
Andrii438/SportEventsService1
e7a967a69832e07064fad8a27ae5f4847451f20f
cc2a2c5fa41d184b6528ad97a2260300fd9a5cab
refs/heads/master
<file_sep>from __future__ import absolute_import, print_function from datetime import timedelta from django.utils import timezone from mock import patch from sentry.models import ScheduledJob from sentry.testutils import TestCase from sentry.tasks.scheduler import enqueue_scheduled_jobs class EnqueueScheduledJobsTe...
baf2ad76e6d4bf71b17717706d227ef9504712f3
[ "Python" ]
3
Python
nguyentruongky/sentry
211d44f2b6236f11e62e5672681fcddec1117b6c
b1fe26b8af1a850814fbbb8e2681636f30489daf
refs/heads/main
<file_sep>import requests import json course=[] id_list=[] slug_list=[] def api_first(): x = requests.get('http://saral.navgurukul.org/api/courses') y=(x.text) with open("courses.json","w") as f: fi=json.loads(y) json.dump(fi,f,indent=2) list1=(fi["availableCourses"]) index=0 whi...
a1163d0ffc862cb77145a5028b5ac3033e3f8981
[ "Python" ]
1
Python
Sana-mohd/Request
67400d21d71f614e748e5337cdd740223417c5ed
06245aafcd6312f1cb5d59a3f6989c4c7e3413e9
refs/heads/master
<repo_name>lhowes86/03_Howes_Laura_2018<file_sep>/03_Howes_Laura_2018.R #'---------------------- #' #' Homework week 03 #' #' @Date 2018-09-28 #' #' @author <NAME> #' #' --------------------- #' #--- # Problem 1 #--- library(dplyr) library(ggplot2) library(forcats) # #1 question 10a setwd("C...
0f1878245771f65705b2aef6dc2674519bbfe05f
[ "R", "RMarkdown" ]
2
R
lhowes86/03_Howes_Laura_2018
e157875927b2e94d5291ed1f728e73fac6c7ee51
8137f67fa9662b4dd41b7e58c409100452c10cc1
refs/heads/main
<file_sep>/***************************************** * <NAME> * LU ID: 0347567 * ****************************************/ public class SingleThreadSolver { private int numberOfSteps; public SingleThreadSolver() { numberOfSteps = 0; } /*** * Starts at the first location in the board an...
0c622cae3f3ea1d6af43fdd0ae2ef4254977581f
[ "Java" ]
1
Java
Rylekt/Sudoku_Solver
93507ab56c9ba44d77aaa15e3c6086b1ae60f194
6566215ddacec6bd71f927426ddb3ad64f10ac16
refs/heads/master
<file_sep>package GameGUI; import Logic.*; import javax.swing.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; /** * Klasa odpowiedzialna za graficzny intefejs użytkownika. */ public class table extends JFrame { private static Game game; private JButton NewGame; ...
a15e02a3fc57a28ced98987940d8230bf87c37e9
[ "Markdown", "Java" ]
2
Java
SzymonPapierzewski/Tysiac
e4993537a114625e9fdc9619225042457e0e1a11
90c3b905253d5edf759b06801127a57fdd26b997
refs/heads/master
<repo_name>SergeyShamrikov/prosoft11<file_sep>/public_html/Дизайн/prosoft_change/public_html/script.js $(document).ready(function(){ resize(); /* placeHolder */ var placeHolder = 'Искать программное обеспечение, документацию, презентации...'; $('#query').val(placeHolder).addClass('placeHolder'...
01f614f2840300967daabd5597dc97949dcc3494
[ "JavaScript" ]
1
JavaScript
SergeyShamrikov/prosoft11
e271160ece67515d6c225195fce3294c8e90a9c0
249fdf482214e7a60f3f7a21e1553cef98f1771a
refs/heads/master
<file_sep># 太工微社区 本项目为**太原工业学院**微社区小程序: 技术背景 - [云开发](https://developers.weixin.qq.com/miniprogram/dev/wxcloud/basis/getting-started.html):微信官方的云开发技术 - [WeUI](https://weui.io/):采用微信官方WeUI基础库,统一视觉体验 ## 开发人员 - [张嘉祺](https://www.mttgo.com) - 李瑞彬 - 郭丁菲 <file_sep>// miniprogram/pages/post/post.js const app = getA...
f98a27396ae39383ae2fcf16815a91062c73342f
[ "Markdown", "JavaScript" ]
5
Markdown
evendevil66/tgwsq
7688e0e679e41f66a037f976f1c6b7927dc772f8
872e48e7e96b7edac687b3a63e0d325d322b2ff8
refs/heads/master
<repo_name>Jososke/System_Monitor<file_sep>/ProcessParser.h #include <algorithm> #include <iostream> #include <math.h> #include <thread> #include <chrono> #include <iterator> #include <string> #include <stdlib.h> #include <stdio.h> #include <vector> #include <fstream> #include <sstream> #include <stdexcept> #include <c...
668534f0374044fef400bb2133e78eda450f73b7
[ "C++" ]
1
C++
Jososke/System_Monitor
9113518a4940d0ebaf455aea3103f6ab895a994e
d50aafebe9738d4ed913ea365699d9c2ac098607
refs/heads/main
<repo_name>bjwmills/SCION<file_sep>/README.md # SCION ## Spatial Continuous Integration - Earth Evolution Model ### Current version v1.1.6 - March 2023 SCION is a global climate-biogeochemical model that runs over geological timescales. It runs forwards in time and computes the Earth’s major elemental cycles and surf...
1359c525b12b350a7ff135f26cff7bbcc05e9a10
[ "Markdown", "Shell" ]
2
Markdown
bjwmills/SCION
2049be3cd1a40704f220fb48bf42fca73a8d3b16
55f0b515b12e1b6023a92a7ba60f540035e02ca6
refs/heads/master
<file_sep>using Emir.Entities.Concrete; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Emir.Service.Abstract { public interface ITedarikciService { List<Tedarikci> GetAll(); void Add(Tedarikci tedarikci); v...
43c3ca804e6061b24ed6fd9097aaafc8c8a2fdd3
[ "Markdown", "C#" ]
20
C#
EmirHazir/MyStructure
fc2b348170cf0b24a16927681dd8f63e88d85191
72f84856f764d3a9a78878f55c12082402645838
refs/heads/master
<repo_name>add1ct3d/fundManageR<file_sep>/R/econmagic.R function(url = "http://www.economagic.com/em-cgi/data.exe/treas/pubdebt#Data") { page <- url %>% read_html() raw_data <- page %>% html_nodes('pre') %>% html_text() raw_data <- raw_data %>% stringr::str_split('\n') %>% flatt...
3c847095bebdb93180bbac69ab78088da9695524
[ "R" ]
4
R
add1ct3d/fundManageR
5402f2020853a40cf16627626aa5f4cbcb87c521
8136f541af3ddacd2719836dae7159ca32b2a59f
refs/heads/master
<file_sep>function getRandomNum(min, max) { return Math.floor(Math.random() * (max - min + 1) + min) } export function shuffle(arr) { let _arr = arr.slice() for (let i = 0; i < _arr.length; i++) { let r = getRandomNum(0, i) let t = _arr[i] _arr[i] = _arr[r] _arr[r] = t } return _arr } // 搜索节...
603030f36f18513dce993dd0787849d7b84a5103
[ "JavaScript" ]
2
JavaScript
cnelf/music-player
595c8a32f40311b2e1e7677ad6d7ebf974808047
1e4b0d9f7c3c07b32ac013814bdb897dcc960c3b
refs/heads/master
<file_sep>Demonstration app built on node.js and using trestle, mongodb, express, tablesorter, bootstrap, and jade It only takes a few commands to generate this app. ##Basics 1. Install mongodb, node.js, express 2. npm install trestle -g 3. trestle app ninjas 4. cd ninjas 5. npm install 6. trestle scaffold scaffold ...
ae80a2caa98f91c4f7c81daf35ee938ce5aa5f4f
[ "Markdown", "JavaScript" ]
3
Markdown
ahmad-nasikin/ninjas
debb59f80bce6b01d841f84adb98eb575916722a
167f64a23a7c0dc1f8543de0a57fca2ee3eaa771
refs/heads/main
<file_sep>import { Component } from '@angular/core' interface List { id: number name: string } @Component({ selector: 'app-root', templateUrl: './app.component.html', styleUrls: ['./app.component.css'], }) export class AppComponent { search: string = "" list: List[] = [] add() { this.list.push({ ...
e2e567f85c8de7c72c55a436318a366281409b1e
[ "TypeScript" ]
1
TypeScript
vocing/fed-e-task-04-06-master
36f0e9db5e9f821a18c38d43b2f57be3b934d082
2155db898ac9ed7d494757153dfc58c8ac80ae6f
refs/heads/master
<file_sep>#include "prsim.h" std::vector<PRCPU*> procs; RAM *ram; PRassembler *assem; std::string simfile; int firstadd; int p; //number of processors int CLOCK; PRsim::PRsim(std::string filename, int _p) { ram = new RAM(2000); //cpu = new PRCPU(32,32,32,ram); ram->RAM_info(); simfile...
6284a7a27d697cb176e233809053f0983fb23f89
[ "C++" ]
9
C++
cmperezg/PRAMSIM
4f4da74cb1d4c0f200296fcff8aee77a3d6bde14
ef26d7a0188ac7b2b615c6ae132dbdf8a81e2dcf
refs/heads/main
<file_sep>#include<stdio.h> intmain(){ int } <file_sep>#include<stdio.h> int main(){ unsigned int n,i,j,k=0,l=1; scanf("%d",&n); for(i=0;i<n;i++){ if((l%2==0||l%3==0||l%5==0||l==1)&&l%7!=0){ k++; } else{ i--; k++; } l++; } printf("%d",k); return 0; } <file_sep>#include<stdio.h> int m...
681838e71af672c9c2da61c5fa0752e5837c1099
[ "C++" ]
5
C++
b6320502517/123_lab5
85a199dca1454ab9fd17f1e722c382ddf75310be
f2414d7ced2dcd6ba66cf4d9c36a29976f96b75c
refs/heads/master
<repo_name>gxd523/PluginDemo<file_sep>/app/src/main/java/com/demo/sample/ProxyService.java package com.demo.sample; import android.app.Service; import android.content.Intent; import android.os.IBinder; import android.util.Log; import com.demo.plugin.IProxyService; public class ProxyService extends Service { priv...
5c6dcc5ff00ceb73f1e140df7095fa3a62dad415
[ "Java" ]
8
Java
gxd523/PluginDemo
6ec6776398f0fc77e80da54ba3675b9856114c42
e2c87152bab35c9434dd92e4e5421b537ce5c7bd
refs/heads/master
<repo_name>jdthorne/squirrel<file_sep>/README.md # Squirrel A silly odyssey. Play it via rawgit: https://ghcdn.rawgit.org/jdthorne/squirrel/master/squirrel.html ## Controls Left side of the screen: drag to move Right side of the screen: tap to jump Also supports gamepads. <file_sep>/character/combat/combat.js i...
efe02e62eb18213201629f45a08d6a0b587cbf05
[ "Markdown", "JavaScript" ]
35
Markdown
jdthorne/squirrel
1d38e84006558dfebe27bb53034ae8b249097828
2acd52284e55db024397db6c9f267c454c73bc15
refs/heads/master
<file_sep>package main import ( _ "myLittleBear/routers" _"github.com/go-sql-driver/mysql" "github.com/astaxie/beego" "github.com/astaxie/beego/orm" "fmt" ) func init() { path := beego.AppConfig.String("mysqluser") + ":" + beego.AppConfig.String("mysqlpass") + "@tcp(" + beego.AppConfig.String("mysqlhost") + ":...
114239a64f65824306311aaadb53b75420e8eeb2
[ "JavaScript", "Go" ]
5
Go
chengpi/myLittleBear
dfa1fc6704718acd91d67e9125385e457568298d
ee45147a75353ea7362f317c7e222266326a24fc
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.Linq; using System.Security.Permissions; using System.Text; using System.Threading.Tasks; namespace Sharpmon { /// <summary> /// Attack class /// --> setTheSelfSharpmon() and setTheEnemy() methods must be initialized before to attack a...
349694fccf57ba8d078f825e52a9060b396a8ac2
[ "Markdown", "C#" ]
14
C#
aven03/Sharpmon
1e51104f68efd613c742088b970437e79d538535
dae3cb88625e378b8db7f90cfd4e73f543795b54
refs/heads/master
<repo_name>adriankelly/couch-recipe<file_sep>/src/app/recipes/recipe-list/recipe-list.component.ts import { Component, OnInit } from '@angular/core'; import { IRecipe } from '../recipe'; import { RecipeDetailsComponent } from '../recipe-details/recipe-details.component'; import { RecipeService } from '../recipe.service...
26296ba9245148afca1b020b60c55b08ef74f3dc
[ "JavaScript", "TypeScript", "Markdown" ]
8
TypeScript
adriankelly/couch-recipe
2896fae6f3eaf9f8c21e501f2fa330d3eab089a5
ddcf001f11c2d6c7912e2d68e5d1b145bdc2c975
refs/heads/master
<repo_name>RaufERK/react-firstStep<file_sep>/src/components/block1.jsx import React from 'react' import '../App.css' function Block1({ wolfsValue, counter }) { return ( <div className='block1'> {wolfsValue} | {counter} </div> ) } export default Block1
ae32c3b43028cbd3f8ad2c67f1b51aa18d4a982a
[ "JavaScript" ]
1
JavaScript
RaufERK/react-firstStep
9a586d5a0afde8b77a542218111b9094358ac762
76d76a2f9509edcc1417f863b305576889a5f5f0
refs/heads/main
<file_sep>#include <cs50.h> #include <stdio.h> int main(void) { long credit = get_long("Number: "); int result = 0; int digit_length = 0; long first_digit = 0; string answer; //1st validation... for (long n = 10; n < credit; n *= 100) { int temp1 = (((credit / n) % 10) * 2) %...
c8c0ba4ddf51c938298a6355c1f555b96a023f47
[ "Markdown", "C" ]
5
C
Jachokoreto/CS50x-2021
5baf805926ca07d82d8969ee54392f24b6b37185
44b36622a11572b6bfbc4884e7225550a8db8b32
refs/heads/master
<repo_name>caiodomingues/medtech<file_sep>/server/src/app/models/Specialty.ts // import { // Entity, // PrimaryGeneratedColumn, // Column, // CreateDateColumn, // UpdateDateColumn, // ManyToOne, // JoinColumn, // OneToMany, // ManyToMany, // } from "typeorm"; // import { Doctor } from "./Doctor"; // ...
d56b48350622a44b21491e40f0d54fa7cf4bac41
[ "Markdown", "TypeScript" ]
16
TypeScript
caiodomingues/medtech
ed59705ca93954c8a31d4023988f6f822b6f60ee
ded5063c8095416905d32077fe515355803bcbaf
refs/heads/master
<repo_name>fatehah/ITT440<file_sep>/server2.py import socket import time from socket import * from time import * serversocket = socket(AF_INET,SOCK_STREAM) host = gethostname() port = 5000 serversocket.bind((host,port)) serversocket.listen(5) get = '' while True: clientsocket,addr = serversocket.accept() print("GOT...
e935f37ae57937c63fdcbbe59fac7a37d43be5c2
[ "C", "Python" ]
9
Python
fatehah/ITT440
b08b1084ab341071555a3b3fd8c706efdfa5ff91
c277e124af7fa40fe44798999654a7c8dd48424c
refs/heads/master
<file_sep>package ke.co.learning.searching; import java.util.Scanner; public class LinearSearchTest { public static void main(String[] args) { Scanner input = new Scanner(System.in); int searchInt;// search key int position;// location of search key in array // create array and output it Line...
cc521f86bece8669ce4206fa66af66329638e8fb
[ "Markdown", "Java" ]
5
Java
oriedofelo/SortingAlgorithms
1810370039b842cc6c43948c239a46f5e0ba7096
eb441eb0bd05f321c492a0ddbe65751c20b5fc8b
refs/heads/main
<file_sep>import pyautogui import time # Write any comment you need comments = ["#FreePalestine","#SalvailquartierediSheikhJarrah #RettedasViertelSheikhJarrah ","#GazaUnderAttack","#Israel_uses_phosphorus_bombs"," #SaveGaza"," #Palestine","#Save_GAZA", "#ŞeyhJarrah_mahallesini_kurtar","#Siehe_SheikhJarrah_Nachbarsch...
3c5fbf1cc65fa1b5cede55a9563288f9c13aaf74
[ "Markdown", "Python" ]
2
Python
Ahmedsafwat101/FacebookComments
29f67564b06af910b31da89542900f4a0eccbb29
3f0370e536f66575f7e235cbe3745e3fd395091b
refs/heads/master
<file_sep>package zx.soft.sent.solr.query; import java.util.Timer; import java.util.TimerTask; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import zx.soft.sent.dao.common.SentimentConstant; import zx.soft.sent.solr.utils.RedisMQ; /** * 定时删除Redis中的缓存id数据(sent.cache.records):hefei08 * * 1、删除1周前的微博数据 *...
947820b205d6e0fd2d534a988fc770e964d2e63d
[ "Java" ]
1
Java
zhangzuoqiang/sentiment-search
c0be9135c247910ba360883e1ebf77f5c238a7b5
30c89b03aca1c4755e88ce42e300b53a0404b466
refs/heads/main
<repo_name>geeksville/python-gender-simulator<file_sep>/gensim.py import random choices = ['m', 'f'] def nextPool(curPool): """decide to keep having children if not male child""" newPool = [] for p in curPool: if p == 'f': # if female, keep trying to have kids newPool.append(random.ch...
2da1f2bff46d89c0791fb2a058faa007dc58aead
[ "Markdown", "Python" ]
2
Python
geeksville/python-gender-simulator
fcbf7d36e22c8975f9b12abfc443784ae56a77ee
cf32ab1960bc646a80d0f1497b9ef1977e8e8563
refs/heads/master
<file_sep>----------------------------------------------------------------------------------------- -- -- main.lua -- ----------------------------------------------------------------------------------------- ----------------------------------------------------------------------------------------- display.setDefau...
e11808c4da9336b8ac625fa77ea1a7b3c740ca72
[ "Lua" ]
1
Lua
avani-1660/unit-207
94a59dae296bd168ba84804f76fd592ebc6b299c
84c59ac13443334c15b1a07913e722596b250b38
refs/heads/develop
<file_sep>package com.alorma.github.ui.activity; import android.content.SharedPreferences; import android.preference.PreferenceManager; import android.support.annotation.Nullable; import com.alorma.github.R; import com.alorma.github.account.BaseAccountsManager; /** * Created by bernat.borras on 24/10/15. */ public ...
be0c1949824aa11b914072e0e45d58411b9fb83e
[ "Java", "Gradle" ]
19
Java
ashokslsk/Gitskarios
1db17d1f314a5e10e8c6e5408e5fc0832349e971
908a9f6fe24bb9fa8140208fc2fb8628452f1c6a
refs/heads/master
<file_sep>app = Dragonfly[:images] app.configure_with(:rails) FactoryGirl.define do factory :project do title "Test title" description "Nullam vitae odio quis nisl interdum volutpat. Curabitur nec mi nec mauris elementum sagittis. Integer a ante sapien, a dapibus mauris. Suspendisse non tortor sed enim sagit...
409a8d570f250f3ab377db2e0dfeaaaf5f2b1092
[ "Ruby" ]
10
Ruby
kacperk/startup_week
a3fe23d90f9a260d54854ce127b13b4e332429f8
305b847264df87f8f8b4f02a1882b76c6e1af946
refs/heads/master
<file_sep># hacker-rank ## Challenge: https://www.hackerrank.com/challenges/botclean ### Normal method: (score 7.60) ### Eucladian method: ### Manhattan method: <file_sep>#!/usr/bin/python def display_path_to_princess(n, grid): pos_col = {} pos_row = {} found = False for i in range(n): for ...
93a1f0842373cb8fdfdfc22a320334ca6c86f6bf
[ "Markdown", "Python" ]
3
Markdown
anoopsg/hacker-rank
8888b4edd64e468607d754664173fe35d6b26403
7fbcc7dc50f817d1b8a53f5e57be06500e73a422
refs/heads/main
<repo_name>Aks1997/AdminPanelSS<file_sep>/src/app/home/dynamic-table/dynamic-table.component.ts import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input, OnInit } from '@angular/core'; import { MatTableDataSource } from '@angular/material/table'; import { Iuser } from 'src/app/models/Iuser'; @Component({ ...
bc9e2ba55d7426fdd5c186638d6ccf498072ce59
[ "Markdown", "TypeScript" ]
11
TypeScript
Aks1997/AdminPanelSS
6dc4ccbc36584d99b5b6173b7d0f12d272342ba8
01a6773ad42760a59af89d29c246b61eac834a5d
refs/heads/main
<file_sep>const sumSquareDifference = require("../sum-square-difference"); it(`should find the difference between the sum of the squares of the first 10 numbers and the square of the sum.`, () => { expect(sumSquareDifference(10)).toBe(2640); }); it(`should find the difference between the sum of the squares ...
a0948fa9121c3f175a054713577103577004de97
[ "JavaScript", "Markdown" ]
13
JavaScript
Esteban-Ladino/project-euler-PM
84c7b56fd804b01b4d1d2a9749d832fca2be39f9
80bb6f42c00e9e2b2adb181d73aa7a8bcdab7fd0
refs/heads/master
<file_sep>using System; using System.Collections.Generic; namespace ica.model { public class SlackResponse { public string Text { get; set; } public string Color { get { return Enum.GetName(typeof(SlackColor), SlackColor); } } pu...
eb2957bab8b018f24ba7de84cb5808bd20c339ea
[ "Markdown", "C#", "YAML", "Dockerfile" ]
22
C#
Iteam1337/izone-core-api
0a4f6eee1a2f86c6dd0ac5b281f762f61341f917
e34ac1e9bae779759ddca2b9b46888d72e8e8651
refs/heads/master
<repo_name>Displayr/flipPictographs<file_sep>/examples/table_numeric2d.R xx <- data.frame(A=1:3, B=2:4, C=3:5) rownames(xx) <- c("i", "ii", "iii") p1 <- PictoStdChart(xx) # Scaling p2 <- PictoStdChart(xx*10, show.legend=T) # Layout x3 <- c(Mixed=2, Bus=9, Cyclists=14, Pedestrians=19, SingleLaneBus=20, LightR...
dce4f2712b1cb826893c77c47d951a25d763630d
[ "R" ]
25
R
Displayr/flipPictographs
b416b465b3bd603cf85bdbe11995eed21ae59fc5
dacfad5c35df6bb8dfad1deb397052616a461178
refs/heads/master
<file_sep># ENTRefreshControl This document contains information about `ENTRefreshControl` class to use external `UIView` instead of native view usually bind with `UIScrollView` ## Pod ``` pod "ENTRefreshControl" ``` ## Initialise Every things with `ENTRefreshControl` works just the same as native `UIRefreshContro...
dced8177545b66e43ebf79a1e7a4d6d70b4c54f2
[ "Markdown", "Swift" ]
3
Markdown
syedqamara/ENTRefreshControl
c44fa5aa7503f38a8be2c2daddf962ffa9f01972
e56b0deaa66dbb3cf1c4194b5ef0a5d0e756824a
refs/heads/master
<repo_name>fariqM/RunAway-mobile<file_sep>/src/runbutton/StopRunButton.js import React, { Component, } from 'react'; import { View, Text, TouchableOpacity } from 'react-native'; import MaterialCommunityIcons from 'react-native-vector-icons/MaterialCommunityIcons'; class StopSign extends Component { state = { ...
0fbe2461433baeeb9f4f8c19d1b39cead2ab78d7
[ "JavaScript", "Markdown" ]
24
JavaScript
fariqM/RunAway-mobile
cdc3c0f17bd3a1a9cc34e9f179f1c44728b56a80
9b0ebbed5b2136839e79948d5316f380ca6ad2c5
refs/heads/master
<file_sep>const assert = require('assert'); const Park = require('../models/park.js'); const Dinosaur = require('../models/dinosaur.js'); describe('Park', function() { let park; let dinosaur1; let dinosaur2; let dinosaur3; let dinosaur4; let dinosaur5; let dinosaur6; let dinosaurs; beforeEach(func...
d93ef9f9e3f5304dd4883800d09a309dcc15057e
[ "JavaScript" ]
1
JavaScript
Rob-Marshall87/wk6_day2_homework
6eb0c126b2d168f4eaf4bfab43b4d6f556065e9e
df42740ea311ad83c7bd708f7d27590cdb58565c
refs/heads/master
<repo_name>nna774/scrapdown<file_sep>/app/controllers/wikis_controller.rb class WikisController < ApplicationController def index @wikis = Wiki.all.order(updated_at: :desc) end def new @name = Name.new(name: params[:name]) @page = Page.new(content: params[:content]) end def create pagename ...
bd6e3222ecaa2a7f157af6473d324a94d3736b82
[ "Ruby" ]
9
Ruby
nna774/scrapdown
819746bd5c155fa38e681a0bf05a250781157517
aab97d28f96fb4cce65b97577094997ee1a03742
refs/heads/master
<file_sep># Machine-Learning-Enron-Data <file_sep>#!/usr/bin/python import sys import pickle import numpy as np import matplotlib.pyplot as plt sys.path.append("../tools/") from feature_format import featureFormat, targetFeatureSplit from tester import test_classifier, dump_classifier_and_data ### Task 1: Select wh...
3ebbaa5d3fed35b1bd4a03391ad54aaa1a14c8a2
[ "Markdown", "Python" ]
2
Markdown
zhibindai26/Machine-Learning-Enron-Data
229806ab8c9c29e0edc8cc1811cceba986125559
e402ba830984772dcd8b98f639f5d078e7c30eab
refs/heads/develop
<repo_name>emilyzeng1977/ag-grid-example<file_sep>/cellRendererFrameworkExample/src/app/app.module.ts import {BrowserModule} from '@angular/platform-browser'; import {NgModule} from '@angular/core'; import {AppComponent} from './app.component'; import {AgGridModule} from 'ag-grid-angular'; import {DemoAgRendererCompon...
472ec7fdd4e45a0eca93506dd0386aff33dce778
[ "TypeScript" ]
3
TypeScript
emilyzeng1977/ag-grid-example
14808bfe58321f35a5fccb76beb35e636fd26ae4
7d7da0c29c85919f0125955301e65973b1f98141
refs/heads/master
<file_sep> # *A TIC TAC TOE GAME* A Tic Tac Toe game, where the AI is as smart as human. #For Each move human has got 7 seconds #System also suggests a good move for human ### Prerequisites * Node.js insalled [DOWNLOAD AT] https://nodejs.org/en/ ## Built With * JavaScript(Node.js, ES6 Modules) * HTML5 * CSS ## A...
d84296c751f84aa48ac03e29638045350d307f52
[ "Markdown", "JavaScript" ]
2
Markdown
EVERNOX696/tic-tac-toe-ai
922de03e7ba8532648b7fe7a95a1113ba139f7ce
000c53b01d712cee9cafc44802c7620ea455cdc8
refs/heads/master
<file_sep>// add this file to .gitignore module.exports = { google: { clientID: '1067071802055-6outk3kaudr8ncshj0bkmu3ho9u7kivd.apps.googleusercontent.com', clientSecret: '<KEY>' } }; <file_sep>var bodyparser = require('body-parser'); var urlencodedparser = bodyparser.urlencode...
7e6734be4878a10a0cb3b0428854bf739b5b414f
[ "JavaScript" ]
2
JavaScript
ahmedaof/grad
bc27e1cbacd345ef0f17215692b1566863da07b9
7d76baeeb9982d729a0d1ff673a7c760a4a0c8ed
refs/heads/main
<repo_name>Sameer411/Weather-Web-Project<file_sep>/README.md # Weather-Web-Project Web Project where you can Search for Weather of Any State & City of India # Visit Bellow Link to check Project https://city-weather-check.netlify.app/ # Languages Used 1) HTML 2) CSS 3) JavaScript # Platform used for Hosting & Steps...
0d754e63811dd41db075968cf0306455a35c300f
[ "Markdown", "JavaScript" ]
2
Markdown
Sameer411/Weather-Web-Project
2cd89f6da462ca29ad04edfcf29fd95a4ac16fed
a1f56e35d20e5160effbe21bfcb233f2f2bc6a27
refs/heads/master
<file_sep># vesna ("Spring" in *Ukrainian*) **Arduino 12 led clock** that shows Hours, Minutes and *Seconds*. Used [this](http://www.instructables.com/id/Arduino-powered-LED-Clock/) _Instructables_ tutorial for schematics and soldering, wrote my own code for _Arduino_ (Uno in this case, but does not matter really). Ad...
3517989ea604afb699b7ec36f09cf97a850e9f3e
[ "Markdown", "C++" ]
2
Markdown
NerveClasp/vesna
3525f09ce03cc21ceb015386438a4a97ea3b25b6
9be2dd2613e19b3c0fcaf7ca2d3f622409421d60
refs/heads/master
<repo_name>ShariqAteeq/React-Learning<file_sep>/Next-Gen Javascript/person.js const per = { name:"harry" }; export default per;<file_sep>/redux/containers/Counter/Counter.js import React, { Component } from 'react'; import CounterControl from '../../components/CounterControl/CounterControl'; import CounterOutput ...
f22126b746f131348fe4498c4924628474d6a599
[ "JavaScript" ]
23
JavaScript
ShariqAteeq/React-Learning
8c11fda373f3eaf0028c2b0d3f1f30c6d592d817
3b3bcea21c2614da0714e395a0fd330159ce4a7b
refs/heads/master
<file_sep>$(document).ready(function(){ $("#search").click(function() { var term = $("#name").val(); var api = "https://en.wikipedia.org/w/api.php?action=opensearch&search=" + term + "&format=json&origin=*&callback=?"; $.ajax({ type:"GET", url: api, assync: false, da...
666c6024bb5bbf68f431ceb2b9316b7cf13fd3d6
[ "JavaScript" ]
1
JavaScript
KLinowska/wikipedia-viewer
5c0d70c4769c2e1d8ab8cd03cf5cbfe11e88b97e
e568483625f059495b2474f1cf566e7e6c79fae3
refs/heads/master
<repo_name>cerutidavide/photomanager<file_sep>/com/ceruti/photomanager/photomanager.py #!/Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -tt import sys import shutil import os import stat from pathlib import Path import time import re # # inserire il logging e ripulire i commenti e le procedure # # ac...
aa00cfb9758be1bbbe76101f332a70389ca1c059
[ "Python" ]
5
Python
cerutidavide/photomanager
d1f06a69c5513f56c58f66c9bb6592da5612fe35
36b37cbd11e5272d9bd75494393264d0eb2197d3
refs/heads/master
<file_sep># zesty-menu <p align="center"><img src="/img/demo.gif?raw=true"/></p> Command Line for Zesty Menus ## Install ```bash > npm install -g zesty-menu ``` ## Setup You must set variable `ZESTY_ID` in your environment to your zesty client_id ## Usage There are no flags to use ```bash > zesty-menu ``` <fil...
374b8ca67f41a1e67aff0abb124fb68889e3124e
[ "Markdown", "JavaScript" ]
2
Markdown
CrokinoleMaster/zesty-menu
25708f7721ba3e89a660db44b1642f1146df59cc
316e9674f924d58a4a1b2004e911f48a15441b4c
refs/heads/master
<repo_name>sillypog/CraftCpp<file_sep>/makefile CFLAGS=-Wall -Wextra -std=c++1y INCLUDE_PATHS = -I/Users/sillypog/OpenGL/glfw/include -I/Users/sillypog/OpenGL/glew/glew-1.10.0-built/include -I/Users/sillypog/OpenGL/glm LIBRARY_PATHS = -L/Users/sillypog/OpenGL/glfw/build/src -L/Users/sillypog/OpenGL/glew/glew-1.10.0-bui...
6a8c3677d0c4cb088db24aabb554d478a23becfa
[ "Makefile", "C++" ]
2
Makefile
sillypog/CraftCpp
880bd95ba4fcca33267d8a9b1bcde22d63504c52
856f4da26f11954451e333d40aa89c66b12b1e64
refs/heads/master
<repo_name>77shell/dev-driver-practice<file_sep>/oled-ssd1308/am335/Makefile.inc CORTEX_FLAGS := -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a8 KDIR := ~/triton/board-support/ti-linux-kernel-4.1.y #SDK := ${HOME}/triton/toolchain/gcc-linaro-4.9-2015.05-x86_64_arm-lin...
63b4fe122eb984e4df2d3816a99e1b418a20b7ae
[ "C", "Makefile", "C++", "Shell" ]
34
Makefile
77shell/dev-driver-practice
76ef133f3f1a14e644de16e2e59e358bea6aadfe
7a3e7bb0cf25dec808aff0b0f5f6e0eb38ec83f5
refs/heads/master
<repo_name>GrayWizard/ExData_Plotting1<file_sep>/plot4.R #Read the data file full_data <- read.table("household_power_consumption.txt",header=TRUE,sep=";",na.strings="?") #Filter out the necessary data data <- full_data[full_data$Date=="1/2/2007" | full_data$Date=="2/2/2007",] #Convert date/time to the correct format d...
84e8f4b684b0e475e17e09307be1f61a6d487bf3
[ "R" ]
3
R
GrayWizard/ExData_Plotting1
0276dd727f443c4e45281081d9cd3dd808260703
3f242114d2c64b193a6cc18cdfbbb09b9419a1c6
refs/heads/master
<file_sep>/* Problem 10 - Summation of Primes The sum of the primes below 10 is 2 + 3 + 5 + 7 = 17. Find the sum of all the primes below 2000000. Developed using Sieve of Eratosthenes Algorithm Answer: 142913828922 Author: ravikumark815 */ #include <stdio.h> #include <stdlib.h> int main(void) { ...
3d7b9865fe84ae14241c489682a81cbdfebb29aa
[ "Markdown", "C" ]
39
C
ravikumark815/euler-project
8a2666f159d67107a44f0d1cd92e9c461f070e42
46cbc36e1a6feafd7b9d7f7054209caba3ca348e
refs/heads/master
<file_sep>$(window).on("load", function() { var tbody = document.querySelector("#lec4Accordion"); var template = document.querySelector('#pseudocode-listing'); console.log(tbody, template) // Clone the new row and insert it into the table var clone = template.content.cloneNode(true); var body =...
4daa4303d826215e9b84514159e73562ad199cea
[ "JavaScript", "Python", "HTML", "Markdown" ]
6
JavaScript
CMU-IDeeL/CMU-IDeeL.github.io
ae58d6505c75dafd525beda8f03df59e6b7f7457
b6094b94b39438e16933b87f0eba48869f95d5d4
refs/heads/master
<repo_name>bacitracin/Bitly-URL-Unwrapper<file_sep>/README.md # Bitly-URL-Unwrapper Takes CSVs with shortened Twitter links in "T.co" form (common for Radian6 & Sysomos outputs), and then returns a CSV with the original/decoded URL added in a second column. <file_sep>/Bitly_URL_unwrapper5.12.py # -*- coding: utf-8 -*- ...
0f03c2a64384d41b3d277a87f944d913be79a297
[ "Markdown", "Python" ]
2
Markdown
bacitracin/Bitly-URL-Unwrapper
db2a3cf9acd4abd4e3609450c0f6cfecf3ec07fe
54fda091de31868fc9b1d6ae4dad64da4d6d802e
refs/heads/master
<file_sep>//: [Previous](@previous) import Foundation var str = "Hello, playground" var number = 10 func add(_ num: inout Int) { num += 20 } add(&number) print("值为",separator:"",terminator: "") print(number ) //: [Next](@next) <file_sep>//: [Previous](@previous) import Foundation var str = "Hello, playgrou...
2cb499bc846b9df46e683f40e75a0c857663203f
[ "Swift" ]
9
Swift
ilfocus/SwiftPlayground
42524d4e35e1df58c467970865cf28ccddbc3aae
a49b1488d8fb03d642cecd2edc3ac784f7050cd5
refs/heads/main
<repo_name>parmarjh/bank_note_authentication_heroku<file_sep>/app.py #!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Created on Thu Jul 22 00:06:11 2021 @author: ashishsapra """ import pandas as pd import numpy as np import pickle import streamlit as st #import flasgger #from flasgger import Swagger #app = Flask...
a1d64f86563550d1762ea79264beabc6435956ac
[ "Markdown", "Python", "Text" ]
3
Python
parmarjh/bank_note_authentication_heroku
ba6e7229ce16c9b188b108a7ccce1ba17380f546
bbeb805bb67180b6eb6928218cffeb5554a70e8b
refs/heads/main
<file_sep>#coding:utf-8 # @Time : 2021/6/19 # @Author : <NAME> # @File: dataloader.py # @Version: version 1.0 import sys import os sys.path.append(os.path.dirname(__file__) + os.sep + '../') import torch from torch.utils.data import DataLoader from dataloaders.dataloader_msrvtt_frame import MSRVTT_single_sentence_data...
1f2fc2926e4113d6307653965aaa965e251ad5e4
[ "Markdown", "Python", "Text", "Shell" ]
15
Python
Venatoral/CLIP2Video
e94131800a3a1434f6d00b89b7301d741db8ba06
687fac964dcc6c7a8c6e3a5502e6c92bf3a95d52