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>// swift-tools-version:4.0 import PackageDescription let package = Package( name: "libtess2", products: [ .library(name: "libtess2",type: .static,targets: ["libtess2"]) ], targets: [ .target(name: "libtess2",dependencies: [],path:"Sources/libtess2") ] )
7405b82d025b80afc85b453e3c9ce24cd7c019e8
[ "Swift" ]
1
Swift
aestesis/libtess2
9f25198b9f9aecf62abb57a50f071f7e9df61794
df3af67d45bb24aa5404aee01d3ee95fd997e279
refs/heads/master
<file_sep>/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package trivia; import java.io.File; import java.io.FileNotFoundException; import java.net.URL; import java.util.A...
b2d0cc7bbf1e46137a29f48eef803371e6b0c7ec
[ "Java" ]
1
Java
Akappy/Trivia
9bacb33503d4f413c5ba1b1390b466f4d994be60
7f8e837380d662c5c9a3e176696f6e45d9b4f6f5
refs/heads/master
<file_sep>/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* putwstr.c :+: :+...
90df756031263f4b55e3aa10e701d7ec1bd64bbb
[ "C" ]
11
C
doueng/libft
915b6e4af38077176de17440e90f82a1248ceda1
33703eaaa44536d44edfacebfc39ccc16c897353
refs/heads/master
<file_sep>package com.example.exercise3 import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.widget.* class MainActivity : AppCompatActivity() { lateinit var spinnerAge: Spinner lateinit var radioGroupGender: RadioGroup lateinit var radioButtonMale: RadioButton late...
ca057eb66d42627f61ed80783661771eebf49254
[ "Kotlin" ]
1
Kotlin
khang0714/Exercise_3
9a008e0549988cadcbe25b4d3c21329138e852b2
00d6ce297871f5baa86c66588b9c96de1a75803c
refs/heads/master
<repo_name>vcCoderBlue/DCVisitPlanner<file_sep>/src/pages/pageitems/AddTodo.js import React, { Component } from 'react'; class AddTodo extends Component { constructor(props) { super(props); this.onSubmit = this.onSubmit.bind(this); } onSubmit(event) { event.preventDefault(); this.props.onAdd(t...
7365c3b5cbbea7ac9eb09ca44235609f89b76b5c
[ "JavaScript" ]
11
JavaScript
vcCoderBlue/DCVisitPlanner
72078091a2975c2118958b02115a710e99eabae3
8aa8f82d9c4e75d635ec521b0bd55802a6cd043d
refs/heads/master
<file_sep>from flask import Flask from flask import request import pytesseract from PIL import Image import requests from io import BytesIO import sys from github import Github import os mykey = {"my_key1":"key1_value"} port = sys.argv[1] app = Flask(__name__) @app.route('/postjson', methods = ['GET']) def getJsoHand...
16bab3966de8879ef3334279cd93198045976224
[ "Python", "Text" ]
2
Python
liiiiiiiiife/tesseract-service
57d60cd4f1a30235b266e4da4890d468f5c2600d
a0215580c01305d12e2a1dec86489b631e573e2c
refs/heads/master
<file_sep><?php declare(strict_types=1); namespace Solaing\FlowerBouquets\Exceptions; final class InvalidBouquetSize extends \InvalidArgumentException { public static function fromCharacter(string $size): self { return new self("The bouquet size '$size'' is invalid"); } }<file_sep><?php declare(...
1ab8ca77b494296062408ff47784e86bf8cfbf6c
[ "Markdown", "Dockerfile", "PHP" ]
33
PHP
dsola/flower_bouquets
603d6cc07ab79790a2ad7a114836938dc174052c
2712fb7979c3077e8959187e52dffdeae3715f4d
refs/heads/master
<file_sep>import math class Weather: def __init__(self, main='s'): self.main = main<file_sep> def getAPIdata(): return APIKEY, CITY APIKEY = '<KEY>' CITY = 'Tijuana' <file_sep>import os from time import sleep def getImages(path): for root, directories, f in os.walk(path): for file in f: ...
548f0a265ddff2199a6a3de98218209bf348c504
[ "Markdown", "Python" ]
6
Python
Godys05/smartSlideshow
397220995a45f60f3cbae31653f943622b3ccb2f
d611707ac5276ee4917ec3d5f37584f603d33a19
refs/heads/develop
<repo_name>ianpaschal/aurora<file_sep>/tests/core/Entity.test.ts import { Component, Entity, System } from "../../src"; import uuid from "uuid"; let instance: Entity; const config = { uuid: uuid(), type: "foo", name: "FooBar", components: [ { type: "foo", data: { isFoo: true } } ] }; beforeEach( () => { insta...
afec6ab246d0f361030f4e753670b859e13f5cb1
[ "Markdown", "TypeScript" ]
27
TypeScript
ianpaschal/aurora
0a27dd640d8a5cc9470587b44f874f5facaab22e
b2f1823ce74b94e514a33f13c6178f8de568991f
refs/heads/master
<repo_name>zuniphp/uri<file_sep>/README.md # uri Zuni Uri <file_sep>/src/Zuni/Uri/ControllerToNamespaces.php <?php /* * @package ZuniPHP * @author <NAME> <<EMAIL>> * @link http://zuniphp.github.io * @copyright 2016 * */ namespace Zuni\Uri; use Zuni\Contract\Uri\GetSegment as IGetSegment;...
b8bec261346390afa238be0627be59040f9208b8
[ "Markdown", "PHP" ]
6
Markdown
zuniphp/uri
6ddfa6359137d431a3328ddb5645a99567895873
9a482d05c0176646cec93773d8fe928b784eaaaa
refs/heads/master
<file_sep>from datetime import datetime import time, threading from pynput.mouse import Button, Controller from pynput.keyboard import Key, Listener isRun = False timeSkip = 600 # 每n秒执行一次 def timer(n): global isRun print(datetime.now().strftime("%Y-%m-%d %H:%M:%S")) mouseCtr() time.sle...
54dd59bb4a8d562cddb19a937c3b0134de808aa0
[ "Markdown", "Python" ]
2
Python
BonhomieStriker/A-auto-mouseclick-script
30433002875222dd631b9d02f250722dce9995f6
fa392f844fa9a5337d3d6bd4699ae5058914b377
refs/heads/master
<repo_name>raju080/MyGP-Database<file_sep>/DML.sql INSERT INTO INTERNET_OFFER (OFFER_ID, PRICE, VALIDITY, REWARD_POINTS, DATA_AMOUNT) VALUES (100, 56, 30, 0, 115), (101, 31, 3, 25, 252), (102, 10, 7, 0, 10), (103, 101, 7, 0, 300); INSERT INTO TALK_TIME_OFFER (OFFER_ID, PRICE, VALIDITY, REWARD_POINTS, TALK_TIME) ...
297663d297343716b4b9647344b37c744d1507b3
[ "SQL" ]
2
SQL
raju080/MyGP-Database
0f119d936e531f44983b6f9e8d2b8e2575f8bba3
ba85d44849d6089f121bb9b8aaa98381db1898c1
refs/heads/master
<file_sep># minidb-ui ## 运行 ```bash npm install npm start ``` ## 网络接口 1. 运行SQL语句 `POST: /api/runsql` 附带data为字符串,即所要运行的SQL语句。 期望返回结果为json格式,字段如下: | 字段 | 类型 | 说明 | | ----------- | -------- | -----------------------------------------...
fd385e82e42eb492bea795a584f1d6bf5c98b4dc
[ "Markdown", "TypeScript" ]
2
Markdown
Crawler995/minidb-ui
e98fca4f048c16e9d62ebe7aa0f16f0b80591b71
5b604ad91d89fe47eb32cb2c9ad3ea8deaa32847
refs/heads/master
<file_sep>package com.noos.databrain.pages; import org.springframework.stereotype.Component; @Component public class TestPage extends AbstractPage { public void openPage(String url) { System.out.println(s); } } <file_sep><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/...
6c1889e16ce393250c7740500867fa57ad920c49
[ "Java", "Maven POM", "INI" ]
9
Java
KonstJobs/MultiDriver
a780bc96228fef25a9d19ba44b054cf341a0ec6e
bfa1bc5f1898cec614c30c3f4f49c9d03700daf0
refs/heads/main
<repo_name>hsevket/React<file_sep>/README.md # React ReactProjects <file_sep>/src/Cube.js import { useState } from "react"; const colors = ["white", "red", "blue", "green", "yellow", "orange"]; const rand = () => Math.floor(Math.random() * 6); const Cube = () => { const [myColor, setColor] = useState(colors[rand(...
f2b3bd87d2e3b67eb807868eca7ed3ab3d00b4b7
[ "Markdown", "JavaScript" ]
3
Markdown
hsevket/React
b458f1e7b60476c5cdb42e376a657c13d449f7a9
161ddebf57027d0b522100ff4198c9dc8bb3f4e1
refs/heads/master
<repo_name>zakywtf/mini-e-wallet-pretest-<file_sep>/src/lib/signupHandler.js import bcrypt from '<PASSWORD>js' import users from '../schema/users' import userBalanceModel from '../model/userBalanceModel'; const USERBALANCE = new userBalanceModel() const signup = async(body) => { const {username, password} = body ...
6226bedbe791c0ebe6b714c04ced6138e08a0829
[ "JavaScript", "Markdown" ]
12
JavaScript
zakywtf/mini-e-wallet-pretest-
449ceaec2dc5cca41ca5a4ab8eafb9dba189852c
d1f411d6561ab1c5a35feb974c051d5878807fb9
refs/heads/master
<file_sep>require 'omniauth/strategies/plato' describe OmniAuth::Strategies::Plato do subject { OmniAuth::Strategies::Plato.new({}) } describe "client options" do it "has correct site" do subject.options.client_options.site.should eq("http://subscriptions.teachtci.com") end it "has correct auth...
c7680699142437ee98abf228d493b257e1a1f8dd
[ "Ruby" ]
2
Ruby
johnkelly/omniauth-plato
d03a8c742119026bc2a166957aad7ed489e22363
7e3366ee5dfe2eaaf3ab2f5c3d8c6818a2fd5225
refs/heads/master
<repo_name>asheplyakov/gzipsplit<file_sep>/test/test_ab.sh #!/bin/sh set -e rm -f s_*.gz ./gzipsplit test/ab.img if [ ! -f s_0.gz ]; then echo "file s_0.gz is not found" >&2 exit 1 fi if [ ! -f s_1.gz ]; then echo "file s_1.gz is not found" >&2 exit 1 fi if [ -f s_2.gz ]; then echo "extra file s_2.g...
ec2bd2dae772d8d96e1f194b8ce608a38c8f454b
[ "Markdown", "C", "Makefile", "Shell" ]
4
Shell
asheplyakov/gzipsplit
65030061f517c39561261530aa41698e68800531
5aff019a9be8a58de2bc26da24373abf61ff097d
refs/heads/master
<repo_name>nguyenphuocdai/cv-deploy<file_sep>/src/app/app.module.ts import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core'; import { ServiceWorkerModule } from '@angular/service-worker'; import { AppComponent } from './app.component'; import { environment } from '../envir...
cb3da4e7ccd15ef9dcde4e817f3389b324229ded
[ "TypeScript" ]
2
TypeScript
nguyenphuocdai/cv-deploy
b91bd55657a2825ef0088a649fe1ab8cf591d5ee
c33331cd491fb79be0cd6cced9963c410851be7b
refs/heads/master
<repo_name>kostenk0/CookBook<file_sep>/README.md cd CookBook\client <br/> npm i <br/> npm run all <file_sep>/client/src/Components/Header.js import React from 'react'; import { Link } from 'react-router-dom'; import { Navbar, Nav, Form } from 'react-bootstrap' const Header = () => { return ( <Navbar bg="li...
7baf0ba7130463ced37bcf7fa25a711258513224
[ "Markdown", "JavaScript" ]
3
Markdown
kostenk0/CookBook
4b974e1a23eb1194148a14156f11c7a42afd17bf
afb1f47aa360fec000d2975756f084a832e82676
refs/heads/master
<file_sep>module.exports.AddNameModule = function(name, surname){ return name +' '+ surname; }<file_sep># lerna-hands-on Demo on monorepo using Lerna # Medium article https://medium.com/@chandola.nimish/monorepos-with-lerna-b1f2dfa3cd2c <file_sep>var {greet} = require('FormatNameModule'); var {AddNameModule} = requi...
0af4d1e7f7727ce7b285589f405ff70b4d69c8fd
[ "JavaScript", "Markdown" ]
3
JavaScript
NimishChandola/lerna-hands-on
d4798bc8b0e9ff9059b705c7d6b52b7020c11d30
4b71b8ced4202b2c038409df9423f9557d80da44
refs/heads/master
<repo_name>paynerc/signal-2019-voip-ios<file_sep>/VoiceDialerSDKTester/VoiceDialerSDKTester/View Controllers/ViewController.swift // // ViewController.swift // VoiceDialerSDKTester // // Created by <NAME> on 8/2/19. // Copyright © 2019 <NAME>. All rights reserved. // import UIKit import VoiceDialerSDK class ViewC...
bf6d503715c3b093faf5d83b139ca8591fb4cafa
[ "Swift", "JavaScript", "Markdown" ]
12
Swift
paynerc/signal-2019-voip-ios
170f14178fccaa84e3bf77be4875337459bbc670
de4fa39df339922eae6733697e45d37f9210ab8a
refs/heads/master
<repo_name>zhouwei199388/CircleMenu<file_sep>/app/src/main/java/zw/com/circlemenu/MainActivity.java package zw.com.circlemenu; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.Toast; /** * Created by Admin on 2016/9/6. */ public class MainActivity extends Activi...
ac114da509f35d1e09658c22ed84423a03d0e9ef
[ "Java" ]
3
Java
zhouwei199388/CircleMenu
90149fdcf34eb19bd5c3c63dc5d17ede08f867b2
3bf033def8513a149f91d9858ac8e14fee784ba4
refs/heads/master
<repo_name>litichevskiydv/DockerHubToTravisCiProxy<file_sep>/DockerHubToTravisCiProxy/Controllers/ProxyController.cs namespace DockerHubToTravisCiProxy.Controllers { using System; using System.Linq; using System.Net.Http; using System.Text; using System.Threading.Tasks; using Flurl.Http; us...
786b95bf5e7a3c1882965d4fa539a1cb1f2f00ad
[ "Markdown", "C#", "Dockerfile" ]
6
C#
litichevskiydv/DockerHubToTravisCiProxy
07c8914f1d5d0e88abced2eea31c6888efdf7f68
4289b2b8c1064123acca87639c22710c51fc5dfc
refs/heads/master
<repo_name>TanuhaUA/Mate-hackathon<file_sep>/src/Components/BlogPage/Percentage.js import React, { Component } from "react"; import StatisticInformation from "./StatisticInformation"; class Percentage extends Component { render() { return <div className='blogPage__percentage'>{ StatisticList(this.props.statistic...
0bb8b1b001d78ad337fcddd3973ab7c1e365d054
[ "JavaScript" ]
10
JavaScript
TanuhaUA/Mate-hackathon
23fb4314ccc135fbabb5128d830be84fef67d238
eaae3da39af9a9af81a88b97b7bbfb2dd3466ac1
refs/heads/master
<repo_name>franleplant/css-flex-gap-patch<file_sep>/src/App.js import './App.css'; function App() { return ( <div className=""> <div className="example"> <div className="container-a"> <div className="item-a"></div> <div className="item-a"></div> <div className="item-a"...
87af9be83a4b28baa50c4f938ed11deedf03a0c9
[ "JavaScript" ]
1
JavaScript
franleplant/css-flex-gap-patch
23ff0ce150614cbb5222ddbb4b1acf8eef0dfcb5
82dbff8968a2e41c8848582c87fbb85ac015e065
refs/heads/master
<repo_name>laihaibo/react-swiper<file_sep>/src/containers/Swiper.js import React, {Component} from 'react'; // import CSSTransition from 'react-transition-group/CSSTransition'; import data from '../static/data'; import Figure from '../components/Figure'; import Fade from '../components/Fade'; import '../static/css/swip...
62cc49418e5bc544b2255b824ec65dc16e0b3200
[ "JavaScript", "Markdown" ]
3
JavaScript
laihaibo/react-swiper
b43825d9bda529fcc043e64478089aad19c9217d
79bd7f3fe06619d3a426ffd7bbc6b719a4f83669
refs/heads/main
<file_sep>my_board = {'7': ' ', '8': ' ', '9': ' ', '4': ' ', '5': ' ', '6': ' ', '1': ' ', '2': ' ', '3': ' '} board_keys = [] for key in my_board: board_keys.append(key) def print_board(board): """Prints board on console to start the game. """ print(board['7'] + '|' + board['8...
de9895770f8ec87b5fe150e150862d4c0b136e84
[ "Markdown", "Python" ]
3
Python
asanmateu/games-py
a3d92c5c4b83e70f8c518fe03059507abfa8ccda
da7fc142860fc9481d1f59f91e8b312765214b63
refs/heads/master
<file_sep><?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\SiteContato; use App\MotivoContato; class ContatoController extends Controller { public function contato(Request $request) { $motivo_contato = MotivoContato::all(); return view('site.contato', ['motivo_co...
6507540f0550b848a82525f1d090d74c0176ef28
[ "PHP" ]
1
PHP
pedrocavt/sistema-gestao
e2c634cf00457ee9920ba4480aab8959a959fed5
9c24197e28140dc3daaf75eaff2b7f4273bca7a7
refs/heads/master
<file_sep>WordsUtility = function(sentence){ this.countWords = function(){ return sentence.split(" ").length; } this.averageWordLength = function(){ var words = sentence.split(" "); var sameLetter = sentence.indexOf("c"); for (var i = 0; i>sentence.length; i++) { sameLetter = words[i]; ...
62f19e1811ed5c6c7394b648ba2d6ee8789ac326
[ "JavaScript" ]
1
JavaScript
denvereezy/codeX_ProgrammingExercises
e40f20c025ec4ef51b7d5a06f2beb66ce77b34a3
554fdd29e00e2863432e01eeaebd3296dfb63de2
refs/heads/master
<file_sep>/* Copyright (c) since 2015, Tel Aviv University and Software Modeling Lab All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright ...
a2d61f4b4e4e31c83f0c7a3ccd40cd39397aea14
[ "Markdown", "Java", "INI" ]
85
Java
SpectraSynthesizer/spectra-synt
ff4b4d5fa284bb0b0d7e77129f9b36606a4e37dd
e04fe7adda9ac515f303f7a780fd52ab2640eaa1
refs/heads/master
<repo_name>andreadelprete/gepetto-viewer-corba<file_sep>/pyplugins/gepetto/gui/__init__.py from pythonwidget import Plugin <file_sep>/include/gepetto/gui/meta.hh // Copyright (c) 2015-2018, LAAS-CNRS // Authors: <NAME> (<EMAIL>) // // This file is part of gepetto-viewer-corba. // gepetto-viewer-corba is free software: ...
f4b0ff3bf0b88d08292308076404c799542d13f6
[ "Python", "CMake", "C++" ]
8
Python
andreadelprete/gepetto-viewer-corba
7116c02e8c8b33d55e952a326bc8e15d5fd770d2
8ed907f48dfc399e96b97dd1021575d0fa17d652
refs/heads/master
<repo_name>SP2224/macdown-site-django<file_sep>/base/context_processors.py from sparkle.models import Channel, Version from .models import macdown def latest_version(request): try: latest_version = macdown.active_versions().latest() except Version.DoesNotExist: latest_version = None return...
d4269ea83947536d899cfb83f4946dc701f80903
[ "Python", "Text", "reStructuredText" ]
40
Python
SP2224/macdown-site-django
b11c4b55156eb5e964403a6e40788e1bf590b611
f087b396af249ad9360659d5bf052c0f1fae3899
refs/heads/master
<file_sep><?php /** * @copyright Copyright 2014 <NAME> * @package Fastreverse * @version 0.1 */ namespace Fastreverse; /* Global options */ $config['global']['name'] = "Fastreverse"; // Projectname $config['global']['lrf'] = "../"; // Local root folder $config['global']['models'] = "\Model"; // M...
40910113dc183a8a5d935ed022306f766e8e16eb
[ "PHP" ]
1
PHP
marxmeinen/fastreverse
9bc2c797249a60aefe9f590c95d11048f869fe2b
bc47cd5f5751f0814e9d2f6848db3a5540562cc6
refs/heads/master
<file_sep>//from LanguageCard // Globals import React, { Component } from 'react'; // Styles import localStyles from './styles/CardName.scss'; const styles = Object.assign({}, localStyles); export default class CardName extends Component { render() { return ( <div className={`${styles.CardName} ${this.pr...
20df88ad02f02c06b8e86d304a1b55fdccccf627
[ "JavaScript", "Markdown" ]
16
JavaScript
trailsjs/trailsmix
b56edca88b6a100c01c13e206f02e781594a1845
5fd0dc6c41daa96217fc7679597c24e0eda660ca
refs/heads/master
<file_sep>#!/usr/bin/env ruby require 'ak47' Ak47::CLI.run(*$*) <file_sep>module Ak47 class Runner attr_reader :watch_dirs, :maximum, :interval, :error_time, :command, :interrupt def initialize(opts = nil, &blk) @watch_dirs = Array(opts && opts[:watch_dirs] || Dir.pwd) @maximum = opts && opts...
0a64315bef40b9efef635c01235704f63ee97576
[ "Markdown", "Ruby" ]
5
Ruby
joshbuddy/ak47
b9ee0b9cc064fa1939c9039cd65ef5a3a4c74c33
97167f52d1b31572aa1ffb97ba3f57686d199730
refs/heads/master
<repo_name>Caiosilva8/Projeto2<file_sep>/src/app/index/index.page.ts import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-index', templateUrl: './index.page.html', styleUrls: ['./index.page.scss'], }) export class IndexPage implements OnInit { constructor() { } ngOnInit() { } ...
4e4bcf8aea5cbb06aafa4e55dd9bf44e4de24990
[ "TypeScript" ]
2
TypeScript
Caiosilva8/Projeto2
c1d32e1cce3cd0ccfa889423ace0dc2e5a3684ec
917fdd2524cbd662ef8b42fde86bc97a7ca7cdaf
refs/heads/master
<file_sep>var tableDiv = document.getElementById('tableDiv'); function getReservationsByDate(){ var date = document.getElementById('dateField').value; var data = {dt: date}; $.post('http://localhost:3000/reservations/restaurant/all_reservations/', data, function(response){ var reservationArray = re...
14003463a463151f08480bc5bf49eb480ad218c1
[ "JavaScript", "Markdown" ]
5
JavaScript
philippschiweck/lotusgarden
e74e783e6d4fdbbbd65291fc8f07cf1df8cc94a1
d2de0ccb147ae406eaadd3bfff2aa75bc5707d40
refs/heads/master
<repo_name>dinhvanhieu18/gsmap_adjustment<file_sep>/lib/conv2d_gsmap/data_preprocessing_conv2d_gsmap.py import numpy as np from pandas import read_csv from netCDF4 import Dataset import os import glob """GET NAME, LON, LAT, HEIGHT OF GAUGE DATA""" def get_lon_lat_gauge_data(): preprocessed_data_dir = './data/con...
3b628d7bb7bd548730cd36651ebf09a9d96decdb
[ "Python", "Text" ]
8
Python
dinhvanhieu18/gsmap_adjustment
dc616cbeebd2a2acb965d922146648d37da50d20
3e7e442ec93644a36298f4834e97716b9f124e77
refs/heads/master
<file_sep>n = int(input("Enter the length of the sequence: ")) # Do not change this line sum_int = 0 num1 = 1 num2 = 2 num3 = 3 for i in range(1,n+1): if i <= 3: print(i) else: sum_int = num1 + num2 + num3 num1 = num2 num2 = num3 num3 = sum_int ...
126674c77152beac389d3bce52b2b1d798620d32
[ "Python" ]
1
Python
solons20/yeeetaroni
e71911bbb9683925c91e1a298539b40bbca71224
55f240b63cdd4fabb03ce1bfd4b6f53045786cf0
refs/heads/main
<repo_name>novandri511/stim<file_sep>/js/fullvalidation.js function validateForm() { var x = document.forms["form_pembayaran"]["fullname"].value; if (x == null || x == "") { alert("Name must be filled out"); return false; } // CHECK EMAIL var z = document.forms["form_pembayaran"]["...
875fd50d822448b9f9afb210710a3438fc769c83
[ "JavaScript" ]
1
JavaScript
novandri511/stim
285fdf60672655a8269ceb5ca6826cf32036baa1
d61032cc68aae5567c286a833666d0f14d362a61
refs/heads/master
<file_sep>import superagent from 'superagent' import {logError} from '../lib/utils' // ACTION CREATORS export const albumSet = albums => ({ type: 'ALBUM_SET', payload: albums }) export const albumCreate = album => ({ type: 'ALBUM_CREATE', payload: album }) export const albumUpdate = album => ({ type: 'ALBU...
2caa573108c66c5108bd2545410daf61cc3db215
[ "JavaScript", "Markdown" ]
112
JavaScript
montgomeryrd/seattle-javascript-401d21
03ed240bcd15a27f57c0e7c9102f663321c1e092
9140e8aa175f8c99dcfae16181d0de1649b390d8
refs/heads/master
<file_sep># GoogleHomeHackathon- ![hand](https://cloud.githubusercontent.com/assets/22034616/25673646/16a07848-3006-11e7-9624-b79e47bf5c8d.jpg) ![overall_system](https://cloud.githubusercontent.com/assets/22034616/25673476/88335e2c-3005-11e7-9772-8f595780d8fd.jpg) [Watch Demo](https://vimeo.com/207585754) # openBCI +...
cc46449db16eed4b8a514ddc2b1df40aaf968b47
[ "Markdown", "Python" ]
2
Markdown
noufali/GoogleHomeHackathon-
938320ee299b57c3b92cf47f07bc54cab182ecb1
7f74ce7ca4d319ef803b95633cf31a9208ffd3db
refs/heads/master
<file_sep>function mostrarMensagem(){ var anoDeNascimento = prompt("Olá, Digite o ano de seu nascimento: "); var anoAtual = new Date().getFullYear(); var idade = anoAtual - anoDeNascimento; alert(`Você tem ${idade} anos`); } mostrarMensagem();<file_sep># Vitex-o-mais-brabo Vitex o Mais brabo
729d0917844c98f071571ebccdf1a2e2b8ba1256
[ "JavaScript", "Markdown" ]
2
JavaScript
VictorPieretti/Vitex-o-mais-brabo
ca844b6c68cd963c7560aafb1db36a9648f105d3
578607ffe60decd5aa8754fd56a30e292a933860
refs/heads/master
<file_sep>package org.zerock.service; import java.util.List; import org.zerock.domain.BoardVO; public interface BoardService { public void regist(BoardVO board) throws Exception; public BoardVO read(Integer bno) throws Exception; public void mdify(BoardVO board) throws Exception; public void remov...
ecfc0d8ccda2e8d3863ffa69d2ae038d3eb9ed10
[ "Java" ]
1
Java
Fran4ssisi/Spring-Legacy
9e6655a00eef86b65b80dfacd5e88cd407d39c96
e532e3bd928904b29161e68e0280dcd635d471c6
refs/heads/master
<repo_name>Shash29/Checkers-using-Python<file_sep>/README.md # Checkers-using-Python An implementation of the checkers board game using some simple concepts of Python. The GUI of the game has been implemented using the Turtle library. Basic rules of Checkers:- https://www.ducksters.com/games/checkers_rules.php This i...
42e7434b2acb4907edc5f3c9a3327bad9f29b96f
[ "Markdown", "Python" ]
2
Markdown
Shash29/Checkers-using-Python
7997c7599f7f42825fd25aea40cbeb8d9a62521e
4fe0b696247f7ad46b28c409d3c3d0caecb0e187
refs/heads/master
<file_sep>const xlsx = require('xlsx'), fs = require('fs'), path = require('path'); //takes an array of objects and returns another array of objects with a certain property removed function property_remover(data, property){ let new_data = data.map(record => { if(record[property]){ delete(rec...
d1533c0f1941b0a097e6c8d255cc377e1d52afb3
[ "JavaScript" ]
1
JavaScript
YasserElmor/financial-revision-automation
ebcb93d1b2d8eac94caade604fb287bc23151e68
0ca4a4fe9d02a85f6692b9738a241c4b1737a4c0
refs/heads/master
<repo_name>tiamahone/TermProject1<file_sep>/CloudService/CloudSVC.asmx.cs using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Web; using System.Web.Services; using Utilities; namespace CloudService { /// <summary> /// Summary descript...
ae4a55eb6b3acca96dd86fa81de682f2d0ba32b2
[ "C#" ]
10
C#
tiamahone/TermProject1
1f17df1448060563e7a8fd1f09e0c04b108ea442
0111b6a03791687210487b9c1ae5bbc14d218253
refs/heads/master
<repo_name>nedirflores/testeBDR<file_sep>/ajax/clientes_fotos.php <?php // verifica se foi enviado um arquivo if(isset($_FILES['fotoCliente']['name']) && $_FILES["fotoCliente"]["error"] == 0) { // echo "Você enviou o arquivo: <strong>" . $_FILES['arquivo']['name'] . "</strong><br />"; // echo "Este arquivo é do tip...
914dfe1d5305a05ebb4546b23aad36253be41c77
[ "PHP" ]
5
PHP
nedirflores/testeBDR
2107a3150ef8524053c351f43b60b86bcfc5240f
93160db4a560e371f3708b7527eeab55cd340522
refs/heads/master
<repo_name>thinkful-ei-cheetah/scott-jquery-drills<file_sep>/index.js 'use strict'; /* global $ */ function handleThumbnailClicksMouse() { $('.thumbnail').click(event => { const targetImg = $(event.target); const imgSrc = $(targetImg).attr('src'); const imgAlt = $(targetImg).attr('alt'); $('.large-im...
3a19d90927f0b3e7164524a747400c1572e0223b
[ "JavaScript" ]
1
JavaScript
thinkful-ei-cheetah/scott-jquery-drills
4f77016abbce47f8176388c163d8bb35a4f7d53c
090f6038a64ca87e0c9f08edfd65d7905d5bceb1
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Threading.Tasks; namespace Parcial1_Aplicada2.Models { public class Articulos { [Key] [Required(ErrorMessage = "No debe de estar Vacío el campo 'ArticuloId'")]...
2452c15893c6d299ba0e2f5be564ee4856a3f53c
[ "C#" ]
1
C#
LuisDavidSanchezOvalles/Parcial_1_Aplicada_2
bb90b0bf3afcd6004f1e92b603f53a4d75c756c8
b4d5ea499539fd6e55ecf7fd2eed49f6c43ce6f5
refs/heads/master
<repo_name>marvinh/MyVstHost<file_sep>/MyVstHost/AudioIO.h // // AudioIO.h // MyVstHost // // Created by <NAME> on 8/8/16. // Copyright © 2016 <NAME>. All rights reserved. // #ifndef AudioIO_h #define AudioIO_h #include "pluginterfaces/vst2.x/aeffectx.h" #include "RtAudio.h" class AudioIO { public: AudioIO()...
62a1de9def2e3618cce61cc73910f76a948117d3
[ "C", "C++" ]
4
C++
marvinh/MyVstHost
6b4b68b9067c6d5b6d282da7a8a12de8fd437f16
87e59f7ad537320755fa294575add85d99768e72
refs/heads/master
<file_sep>#!/usr/bin/env python import subprocess import sys # Command line parameters dummy, mexp, calc_jump, characteristic_file, target_file = sys.argv # Each generator can generate at lest SEP random numbers without overlaps SEP = 10L**60 # Generate polynomials for both 1*SEP and FACTOR*SEP jumps FACTOR = 100 ...
8c12976d77f8c8d831d3f1eb31e5d18d2dd3b28f
[ "Markdown", "C", "Python" ]
12
Python
HaakonME/types
d0ab874e2bf8af83ccb3675ef1648b20cbd5c745
e66d39b18397faa04b7a8e75447ad83af09fd52d
refs/heads/master
<file_sep>#ifndef _vector_h #define _vector_h #include <iostream> #include <array> // Se necesita activar C++11 using namespace std; //DECLARACIONES: struct Vector { //Tipo de Dato Vector array<int,100> lista; unsigned top; }; void cargar_datos(Vector &par_vector); //Carga los datos...
d171c0110ad883036f7151ba8b53d7e4aa085e7b
[ "C++" ]
3
C++
AdrielChambi/AED-TP15-BUSQUEDA
5ecbd4ea46a060a128d0dce534490b3423d77273
0ad3c517f951cf14278648a80b5f6894619a45d8
refs/heads/master
<file_sep>const data = {   "list":[     {       "adminDescription":"测试新系统",       "amount":1,       "assetId":"01740214-7429-400e-b220-a0e500cb93b2",       "bakCategoryName":"台式电脑",       "bakFeatureId":62,       "categoryId":100201301401000102,       "categoryIdString":1002013014010...
e0db32100a0ac381a20146f0ba634ed63b64b53c
[ "JavaScript" ]
27
JavaScript
lxqsdau/it-asset-pc
9c0e2d8a906b16cb37aae3a5ff936b892cd72080
bd5cd242b538848960a7c03558a1f522678cef82
refs/heads/main
<file_sep>document.onload = onloadfunction(); function onloadfunction() { console.log("Loaded!"); const promise = fetch("http://localhost:3000/hello") .then((res) => { console.log(res); return res.json(); }) .then((res) => { const resTwo = JSON.stringify(res); $("#response").tex...
a833b36427901f3a5b1d3c0786223d3b631f0b28
[ "JavaScript" ]
2
JavaScript
MyCabbages123/friendship
027e0ac490a71a08ad80896d8abaa44c67500162
e134841ef6a5f95ef4a28ff56e6be3050d8d4830
refs/heads/master
<file_sep>const enemyImage = new Image(); enemyImage.src = './images/0_Golem_Walking_000.png'; enemyImage.id = 'enemy'; class Enemy { constructor(game, x, y) { this.game = game; this.x = x; this.y = y; this.enemyAlive = true; } runLogic() { this.x = this.x - 0.7; } checkIntersection(ele...
9ae3e7a72df6134d4621407c2bd363ef361d98c4
[ "JavaScript" ]
5
JavaScript
leavonoldenburg/project-sokoban
ff989e9c3e9e4112fd0dc99781e0cb74ec67f4ad
cf3ef4514f703188fb32f23cc86ee2931c11a0d3
refs/heads/master
<repo_name>vishwasmj/NEWBEE<file_sep>/Erosion.hpp #ifndef EROSION_H_ #define EROSION_H_ #include "Action.hpp" #pragma once using namespace cv; class Erosion: public Action { public: int erosion_type; int erosion_elem = 0; int erosion_size = 0; int const max_elem = 2; int const max_kernel_size = 21; virtual voi...
a703faea12593a72721d470f084d2630a5199b7a
[ "C++" ]
1
C++
vishwasmj/NEWBEE
879854175a7e5db551a28edf57caa3c02187baf1
eefaa6d4f0d329bb8ebc17c7e301c616b7272cbc
refs/heads/master
<repo_name>CatibogDotNet/impacctsolutions.com<file_sep>/contactform.php <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv=Content-Type content="text/html; charset=utf-8"> <title>Contact Form</title> <link rel="stylesheet" type="text/css" href="styles/impacct.css"> <script src="script/rotateLogo.js"></script> </h...
b2adeebc4fba1b49383c5a603e4f212b6eae4a17
[ "JavaScript", "PHP" ]
16
PHP
CatibogDotNet/impacctsolutions.com
52baa8488ad028cd2528c0667c0bc29eb067c27f
4f6aefff1d8feedc4cb0f4217f8bdf190072cdea
refs/heads/master
<repo_name>ChadGatling/Sand-Dune<file_sep>/Sand Dune/Assets/MyAssets/Scripts/Rudder.cs using System.Collections; using System.Collections.Generic; using UnityEngine; public class Rudder : DriveComponent { public MoveShip ship; LeverAction throttle; void Start () { throttle = transform.Find("Rudder/LeverArm").G...
6a1feb30a3fa46b84dcffb3fa2ccbb69765ca356
[ "Markdown", "C#" ]
18
C#
ChadGatling/Sand-Dune
f2ff722932b1340ef201665b66f0f01b6c049c78
a212df28823a76f5214e19b9946379d5625cb70b
refs/heads/master
<repo_name>boom1234/GitTest<file_sep>/first.php <?php echo "first"; echo "second"; echo "third"; echo "fourth"; echo "fifth"; echo "jape";
83ed0b5b9f0b13b57a591c4fda5ecdb769796a1f
[ "PHP" ]
1
PHP
boom1234/GitTest
13fa1574e3d7fd02ff45ef03513d768f0e207674
6941a096b43d3fc63126476ffc4b3825da3b1cdc
refs/heads/master
<repo_name>frank-schoenheit-red6es/geminabox-release<file_sep>/lib/geminabox-release/version.rb module GeminaboxRelease # Version 1.0.0 # bundler >= 1.0.14 actually is a dependency # Version 0.2.0 # * @hilli added support for https with optional veriy_none mode VERSION = "1.1.0" end
4d007dcad736f7a231862df09ca9135f8355bc18
[ "Ruby" ]
1
Ruby
frank-schoenheit-red6es/geminabox-release
90ba7e7d14905b5e47ddd7e6409d4765209d67a3
f9b37bcfd62f430fa2ad592cd153ab64b0c920d1
refs/heads/master
<repo_name>Teissere/chrome-manifest-iconify<file_sep>/README.md # chrome-manifest-iconify [![NPM version](https://img.shields.io/npm/v/chrome-manifest-iconify.svg)](https://www.npmjs.com/package/chrome-manifest-iconify) [![node](https://img.shields.io/node/v/chrome-manifest-iconify.svg)](https://www.npmjs.com/package/...
f6d83e9764f437f56dfcf6cf0a1a5f59fd141d7b
[ "Markdown", "JavaScript" ]
6
Markdown
Teissere/chrome-manifest-iconify
6baf9eead597d50ec437cf3d7f47fd56e225ecbc
863371feda6f7a6077a80b0a4387357207df8796
refs/heads/main
<repo_name>Zain-mir24/Webscrapper<file_sep>/public/js/index.js const request = require("request-promise") const cheerio = require("cheerio") const json2csv = require("json2csv").Parser const fs= require("fs") const movie="https://www.imdb.com/title/tt2560140/?ref_=hm_fanfav_tt_9_pd_fp1"...
178229e8e489d87841b36ef16a28d4ecb1468b38
[ "JavaScript" ]
1
JavaScript
Zain-mir24/Webscrapper
8f866acaf99fa4bc9934111f151afffcfdd05ff5
f6c8e1343f859395885aaa8822f0ca172239f583
refs/heads/main
<repo_name>morrowc/goog_addressing<file_sep>/simple.py #!/usr/bin/env python3 # # Simple digest and return netblocks from goog/cloud.json # https://www.gstatic.com/ipranges/goog.json # https://www.gstatic.com/ipranges/cloud.json import ipaddress import json import urllib.request import sys URLS = { "goog": ...
7a79ffe34f30a6b6bb99d18b463a500a70f4433c
[ "Markdown", "Python" ]
2
Python
morrowc/goog_addressing
3d9bd9f4ae144e4f29373b9e130ba254fbdb6fa0
4bc8d6f8404610bd229df5c6d176196615d14974
refs/heads/master
<file_sep>//global variable that will keep track of all dogs var allDogs = []; document.addEventListener("DOMContentLoaded", () => { console.log('connected') fetch('http://localhost:3000/pups') .then(response => response.json()) .then(function(dogs){ dogs.forEach(function(dog){ ren...
6cc29b1c88c74c92ba860b8e60a0bfc840a116e6
[ "JavaScript" ]
1
JavaScript
Nihaprezz/woof-woof-js-practice-dc-web-091619
abce023b29dc2720036690b9a18cdbe1ff789ca3
78b9a53c2309e792c1cf358f4d8c803248f0521c
refs/heads/master
<repo_name>juusolonen/project<file_sep>/main.js const express = require('express'); const app = express(); //oma moduuli const admin = require('./models/admin'); const bodyParser = require('body-parser'); const session = require('express-session'); const crypto = require('crypto'); //oma moduuli const mailer = req...
8245d4689866acde4d5538ba724862a0eda10848
[ "JavaScript", "SQL", "Text" ]
4
JavaScript
juusolonen/project
78f85a7e23d0c58ca3efe2b5f0f56fc4dccc60f4
ffcfb1f49d005f02bb3dc7841ed0ff2f19ab0b72
refs/heads/master
<repo_name>wadadones/ET<file_sep>/1108_R/Operator/Operator.cpp // Operator.cpp #include "Operator.hpp" //�J�E���g�A�b�v���� #define COUNT_TIME 4 //�^�X�N���~���� #define SLEEP_TIME 3 //�R���X�g���N�^ Operator::Operator(EV3* ev3, Balancer* balancer, Schedule* schedule) { this->ev3 = ev3; this->balancer...
7d6f1098deb9e3583147d91614d5c77ba30db606
[ "Makefile", "C++" ]
38
C++
wadadones/ET
855d10984038804cab1aaa653243e4dbd047ff71
4de737334a2f6dad675a6bb66a60ba77c0df73fc
refs/heads/main
<repo_name>suvelocity/challenge-sequelize-template<file_sep>/index.js class MySequelize { constructor(connect, tableName) { this.connection = connect; this.table = tableName; } async create(obj) { /* Model.create({ name: 'test', email: '<EMA...
3c05ddd92463b6af8a440dc4fdb760a01059058d
[ "JavaScript" ]
2
JavaScript
suvelocity/challenge-sequelize-template
52e65dfb51e3db53386a81147b2f47d4646daf6b
3d92840f4cd36b5de93867672f3b798719b047aa
refs/heads/master
<repo_name>coreyleveen/moneybird<file_sep>/db/migrate/20140519200256_drop_searchdate_column_from_charts.rb class DropSearchdateColumnFromCharts < ActiveRecord::Migration def change remove_column :charts, :search_date end end <file_sep>/app/models/user.rb class User < ActiveRecord::Base has_secure_password v...
aae63cb59cf9febb4ecf7eedc08a2160290e6d34
[ "Markdown", "Ruby" ]
12
Ruby
coreyleveen/moneybird
3b2a309f46c5ae73f0f3ea0031d786d7f1292602
2dc1a6aa4778b5bc1cc0a6977939a7b7d2c9399f
refs/heads/main
<repo_name>Marrvvelll/Ayaziy<file_sep>/app/src/main/java/com/example/ayaziy/SongsFragment.kt package com.example.ayaziy import android.os.Bundle import android.view.View import android.widget.Adapter import androidx.fragment.app.Fragment import com.example.ayaziy.data.QosiqlarDatabase import com.example.ayaziy.data.dao...
9af64475d4c59d8d058e72ae4cfed24cccec7fc9
[ "Kotlin" ]
7
Kotlin
Marrvvelll/Ayaziy
9dfa0bd2ebc3a9f53e3765c2292dc1b39911409b
b8fa59e2210d2be82f689f789549f015ac1640dc
refs/heads/master
<repo_name>majiddeh/MyBookStore<file_sep>/app/src/main/java/com/example/mybookstore/Activities/BasketActivity.java package com.example.mybookstore.Activities; import android.content.Intent; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widg...
e48ced0b67f0b7edb7c82221be9578ba84963a29
[ "Java" ]
26
Java
majiddeh/MyBookStore
937ae92103170ed9dcdd241605ceff424bd54cd6
6315d22fed2bca8992a8fd313159881db9ca5f5e
refs/heads/master
<file_sep>import React from 'react' class PageNotFound extends React.Component { render() { return ( <div> The page you requested is not available right now. <h1>Page Not Found.</h1> <h2>Error 404</h2> </div> ) } } export...
de72b94b6e34526fe7e5a5f388edbdad2ee0423c
[ "JavaScript", "Markdown" ]
2
JavaScript
t009s/my-reads
0fc620ce6509be1281252ce057ff21ff63979ab5
f4e851bff855fd22791a30232ab0307620014366
refs/heads/master
<file_sep>$(document).ready(function() { var $btn = $('#run-mad-lib'); var $mad_lib = $('.mad-lib'); //grab all the input values var noun = $('#noun').val(); var us_state = $('#us-state').val(); var a = $('#adjective').val(); var t_of_d = $('#type-of-drink').val(); var slang = $('#slang').val(); $bt...
349969bfa31227ad9027e3302deb2ba1169effb6
[ "JavaScript" ]
1
JavaScript
abhisharma2/mad-lib-gif
b12c8a94d3aa2a1241ab460b3b73bd031edf6d7a
9ed9aa3ff92dc86727dd2081f7d87bbee4febbd5
refs/heads/master
<repo_name>mrVanboy/zonky-api-example<file_sep>/Makefile DEVELOP_CONTAINER_NAME=zonky_docker_node_dev DEVELOP_IMAGE=node:latest .PHONY: help # HELP # This will output the help for each task # thanks to https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html help: ## This help. @awk 'BEGIN {FS = ":.*?## "...
52fdf33aed5acd416425ee46d721d4c32263446e
[ "YAML", "Markdown", "Makefile", "TypeScript", "Dockerfile" ]
5
Makefile
mrVanboy/zonky-api-example
08859a9d8a5cbdb40d51cf774d5afdf2fb726cab
daa134696730eb281dfa701a970a530b41ff090f
refs/heads/master
<repo_name>ems-invirohub/kingAPI<file_sep>/Dockerfile FROM node MAINTAINER <NAME> <<EMAIL>> ADD . usr/src/app WORKDIR /usr/src/app RUN npm install EXPOSE 8080 CMD ["node", "server.js" ]<file_sep>/plugins/utils/plugin.js 'use strict'; exports.register = (server, option, next) => { server.route({ met...
eb6181a6bd5a52ec8d721f7af124b58e1e8cdda4
[ "JavaScript", "Dockerfile" ]
5
Dockerfile
ems-invirohub/kingAPI
121bfe24084ee944c656db14163a23357c929d81
7e51e0a20ad44bf5110867a4defb95945073b9d5
refs/heads/master
<repo_name>Samad-Ullah/CoffeeCafe<file_sep>/Project Coffee Cafe.md # CoffeeCafe In this project i am worked on Authentication of firebase. I learned All from a youtube channel https://www.youtube.com/watch?v=aN1LnNq4z54&list=PL4cUxeGkcC9jUPIes_B8vRjn1_GaplOPQ This is actually a good platorm to make web , android and ma...
239fcb2c1f2bca3bc600fa911e9581f4b645a54b
[ "Markdown", "JavaScript" ]
3
Markdown
Samad-Ullah/CoffeeCafe
c7a14c3b71d7fb47ad51f50916dadb9cffc706ba
0058586085cb1b78987c14b5176231fac4d1fdc9
refs/heads/master
<file_sep>- フォームなどの内容をPHPで処理したいときに使うやつ。(よく忘れる) - - HTML側でname属性を割り当てられたものを$_POST['$name_element']で指定して処理。 - - - - - - - <file_sep>- DBから値を取得してきて配列で扱う - fetchAll(PDO::FETCH_ASSOC); - 例) - $pdo->prepare("SELECT comment,name FROM user_comment")の結果を - fetchを使って配列に格納 - 結果) -  Array ( - [0] => Array ( [comment] => ...
9a6f535fa6c97a092e64aa875546ea3b26271ea9
[ "Markdown", "PHP" ]
5
Markdown
SuperLowTech/TIL
704c59ca4ca3de8598cf4790f27dab569cc8e6c7
f2c549a58f9afba9fa8735c6d6f0eab322299fa8
refs/heads/main
<repo_name>afthab208/ginny-riddle-O<file_sep>/DontOpen.py We're no strangers to love You know the rules and so do I A full commitment's what I'm thinking of You wouldn't get this from any other guy I just wanna tell you how I'm feeling Gotta make you understand Never gonna give you up Never gonna let you down Never gon...
752e081da4b01211b27bffaed07b4534e3db7d43
[ "Python" ]
1
Python
afthab208/ginny-riddle-O
b470f755af8cd35d043acb570bebf23326e52c72
d2fd52cc3b94b31aa22f071e39387095d3692889
refs/heads/master
<repo_name>relaxedtomato/mealstogo-create-initial-restaurant-details-modal<file_sep>/src/scenes/restaurant/index.js import React from 'react'; import { SafeAreaView, Text } from 'react-native'; const Restaurant = () => ( <SafeAreaView> <Text>Restaurant</Text> </SafeAreaView> ); export default Restaurant;
9126f0b9c9e36a1a4c362b529a60010bcbf299c0
[ "JavaScript" ]
1
JavaScript
relaxedtomato/mealstogo-create-initial-restaurant-details-modal
1f39a1351c70b019a6436956931d0f9488dbddfa
5c18556270d695dc4ebd41a37b55776e28adbfd8
refs/heads/master
<file_sep>#!/usr/bin/php <?php $ops = getopt("d:i:o:eyqvh"); $quiet = false; $verbose = false; $prompt = true; $erase = false; $output = "."; $input = ""; $operation = "GIT"; $commands = array(); $display = array(); if(array_key_exists('h',$ops)) { usage(); return 0; } if(array_key_exists('q',$ops)) $quiet = true...
b7c091fd3672c9f0c6468ba630507d1c595a7c74
[ "PHP", "Shell" ]
2
PHP
jbutz/PHPDeploy
d2f9b92feaa699428c7f044fd94065fa0b5cdc6c
f51dbb7ab327acd64c72c11ebefddfd5cc3b9bfd
refs/heads/master
<repo_name>apacherose/pr.reau<file_sep>/PropertyRegister.REAU.Test/Mocks/Extensions.cs using PropertyRegister.REAU.Persistence; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace PropertyRegister.REAU.Test.Mocks { public static class Exten...
853b2dd2f4367ec04e1101e3f21687acbffd7552
[ "C#" ]
66
C#
apacherose/pr.reau
eaccf443034c613d2c541ad9fdbae00ec8be951b
e6c4fce8a06b395d2e0567a60aa44062f6b2dd6c
refs/heads/main
<repo_name>clemiblac/ExporatoryDataAnalysis_with_SQL<file_sep>/Scripts/insert_data.sql /* Important to pull data directory from C folder not in documents or other folders*/ COPY daly FROM 'C:\sql_data\envdaly.csv' DELIMITER ',' CSV HEADER; COPY f_life_exp FROM 'C:\sql_data\lifexfemale.csv' DELIMITER ',' CSV HEADER; ...
79a6bf3d2af2d7eed76e04408e0e4f4f0df6addd
[ "Markdown", "SQL" ]
4
SQL
clemiblac/ExporatoryDataAnalysis_with_SQL
8d0e1832eb3a3752d10cd26211d006a11483224f
357b895422819ea609f36e27b6dfacf9e1487520
refs/heads/master
<file_sep>import { Component, Input, OnInit } from '@angular/core'; //import { read } from 'fs'; @Component({ selector: 'app-post-list-item', templateUrl: './post-list-item.component.html', styleUrls: ['./post-list-item.component.scss'] }) export class PostListItemComponent implements OnInit { @Input() postTi...
9d5fde3ff34c1b917ef62b0f9e81276f4412f198
[ "TypeScript" ]
2
TypeScript
OttoCHWADAGIANI/blog_angular
3488677abd3b671b579a513ee7aaa3758f3acdcb
2b26ae63f428d79802af6a0e6c5fdf7d7eecd5cd
refs/heads/master
<repo_name>emittam/PamphletMaker<file_sep>/app/src/main/java/net/emittam/pamphletmaker/utils/BindingUtils.java package net.emittam.pamphletmaker.utils; import android.databinding.BindingAdapter; import android.widget.ImageView; import com.squareup.picasso.Picasso; import net.emittam.pamphletmaker.R; /** * Created ...
fc36ff1f8b83d11617a8d5a4145d9b430bc5ba0a
[ "Java" ]
4
Java
emittam/PamphletMaker
6918ef7a859b14086e3da04362fc5a20db478aef
f029d44e85c44b34d27cec8f9da243141743093f
refs/heads/main
<file_sep>-- phpMyAdmin SQL Dump -- version 5.2.0 -- https://www.phpmyadmin.net/ -- -- Host: localhost -- Generation Time: Jul 13, 2022 at 05:25 PM -- Server version: 10.4.21-MariaDB -- PHP Version: 7.4.29 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTE...
030e1cb9d56cc2172635125a43b7cfe0fcc9dd95
[ "JavaScript", "SQL", "Markdown", "PHP" ]
24
SQL
Lydiadiffanisiregar/UAS
de82c1d4c30b877ac7df69173d8de1d91bbca53a
5be1b68a8171f1ab1e3e6c3152193801c6caa9f1
refs/heads/master
<repo_name>Kaylee2319/Outpost<file_sep>/client/src/components/PolicyGuide.jsx import React from 'react'; import '../css/PolicyGuide.css'; import NavBar from './NavBar'; import Footer from './Footer'; import { BsPeople } from 'react-icons/bs'; import { IoIosSearch } from 'react-icons/io'; import { FaRegHandshake } from ...
f75660a0aeb2d17f85f62dce3659163d8abaa0fd
[ "JavaScript", "Markdown" ]
20
JavaScript
Kaylee2319/Outpost
f619c3d7453028e8de3e7bf7cf456cc6f6c9e233
ad9347d507fa65180f3cb43900f7e46ceb2a0481
refs/heads/master
<file_sep>import pandas as pd import numpy as np import scipy.io as sio import pickle import sklearn.svm as svm from sklearn.externals import joblib from sklearn.model_selection import train_test_split,cross_val_score,ShuffleSplit,StratifiedShuffleSplit from sklearn.model_selection import GridSearchCV from sklearn.mod...
409f59fd27bac40dbff55c4da801d7c4934cd8cf
[ "Markdown", "Python" ]
7
Python
Evakung-github/INF552_project
efeccce1d6917fe2d82a59c37c7a561fbaa035af
bc32e8a9497fa4d1026288f7074c4a3f8ce25519
refs/heads/master
<file_sep>(function ($) { var Brightcove = { init: function () { $('.brightcove_widget_refresh').on("click", function(e){ var that = this; $(that).find('.fa').addClass('fa-spin'); $('.brightcove_widget select').load($(this).attr('href'), function (...
c0861830b98026c49cb597772cf344c7c9d1e19e
[ "JavaScript", "Python", "reStructuredText" ]
11
JavaScript
ixc/django-brightcove
d70b2ce2d19c53161f390c6ea2be258b692b7536
cb087bab6ca957a67a76af0d0aa23dd919b6c1a9
refs/heads/main
<repo_name>lyqaiym/assemblydemo<file_sep>/app/src/main/cpp/native-lib.cpp #include <jni.h> #include <string> extern "C" { extern int arm_add(int a, int b); extern int arm_sub(int a, int b); extern void strcopy(char *d, const char *s); } extern "C" JNIEXPORT jstring JNICALL Java_com_example_assemblydemo_MainActivity_a...
74b1557c10ff80998707f1688a660d5a4a0f499e
[ "C++" ]
1
C++
lyqaiym/assemblydemo
921774212fe1c35f954ab2a9c516d705ca9e1499
b7f8f0202c256b14fd2c67d022c8a1f18887d921
refs/heads/main
<repo_name>gcostaa/devapiss<file_sep>/api/get.php <?php require_once("app/controller/get/request.php"); #validates if the get parameter is set if(empty($_GET["id"])){ $msg = "Enter the credential id. Example: get.php?id="; echo "<script type='text/javascript'>alert('$msg');</script>"; }else{ #execute...
dc5040b25ffb1166e4dbf484e870e255a737fe6f
[ "Text", "PHP" ]
5
PHP
gcostaa/devapiss
d31e1a96702d96e93188713280255260935ba152
6bad8b8363d2856798b69560933bf54258e31352
refs/heads/master
<repo_name>menstartup/manhjj<file_sep>/src/app/manh1/manh1.component.ts import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-manh1', templateUrl: './manh1.component.html', styleUrls: ['./manh1.component.css'] }) export class Manh1Component implements OnInit { constructor() { } ngO...
9e117678dc28cbf43aea3ac18439697313e53e74
[ "TypeScript" ]
2
TypeScript
menstartup/manhjj
c8c1965c7449e25d29481babc38e5703d271aa95
2cd232cd768f7836597d85a3ad03577476d242bb
refs/heads/master
<file_sep>Esta aplicación, desarrollada en [JavaFX ](https://es.wikipedia.org/wiki/JavaFX) para la asignatura de [Interfaces Persona Computador](http://www.upv.es/pls/oalu/sic_asi.Busca_Asi?p_codi=11556&p_caca=act&P_IDIOMA=c&p_vista=), permite hacer un seguimiento de la actividad deportiva a partir de ficheros [GPX](ht...
b8247a6fec0c8e39ba01312e5af5941184bff079
[ "Markdown", "Java" ]
5
Markdown
cshuig/SportsTracker
3cafb95ea43b1d2a70d264213de0eea6ee6bc358
ff422d2c0cd99de95f74404e577ec815535100c3
refs/heads/master
<file_sep>package org.maven.MavenProject; import org.testng.Assert; import org.testng.annotations.Test; public class Day1 { @Test() public void test1() { System.out.println("Test1"); } @Test(retryAnalyzer=Day2.class) public void test2() { System.out.println("Test2"); //Assert.assertTrue(false); } }
8ec63944c8c11391a4797307b8a1cae5df6492f4
[ "Java" ]
1
Java
Anand230796/GitPractice
4aa9c338f093b10ce38c89169c6789b53acc1145
5a0cbddabb0114b0b458c6872073fa0f89695055
refs/heads/master
<file_sep>package com.smallrain.wechat.models.user.mapper; import org.apache.ibatis.annotations.Mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.smallrain.wechat.models.user.entity.SysUser; /** * <p> * Mapper 接口 * </p> * * @author wangying * @since 2019-10-30 */ @Mapp...
4602031e345416e5be3410ddaffac06dd9d841da
[ "Markdown", "Java", "JavaScript" ]
21
Java
Playtigertomorrownight/wechatMiniApp
ece668fe9c3f31cea09f43cdd8cf0ee0e018351b
5158ce518654b489521f68bf78f3c2aa252e6523
refs/heads/main
<file_sep>import classes from "./Footer.module.css"; import Map from "./Map/Map" import Contacts from "./Contacts/Contacts" const Footer = () => { return ( <div className={classes.Footer}> <Contacts/> <Map/> </div> ); } export default Footer;<file_sep>import { Route } from "react-router-dom"; import clas...
c38f48d96f8df82676e058a94d08503d36e23139
[ "JavaScript" ]
15
JavaScript
soltonbekov-aiymkyz/authentification
d5cc8d9e90bfc50bb29aa328e4ee0240cadd5d94
90cef154db2ebfcb13c021d53da425633621a173
refs/heads/master
<file_sep>#include <stdio.h> #include <math.h> void input(int *num); void reverse_num(int num,char *reverse[],char *actual[]); void compare_strings(char *a[],char *b[],int *equal); void check_palindrome(char *reverse[],char *actual[]); void main(){ int num; char *actual[100]; char *reverse[100]; input(&...
c467ca332df8e2abeffe4382659e61511cd81e6e
[ "C" ]
26
C
sbh69840/cpps-fasttrack
9780c1a3cf23298894f46a871be2ddc442ff0cc6
3e77c52f137185e79295f8a19035843364ff706a
refs/heads/master
<file_sep>## This set of functions takes in a matrix and creates the inverse of it. If that calculation has ## already been done before, it knows to get the answer from the cache instead of recalculating # this function gets a matrix and returns the inverse of the matrix makeCacheMatrix <- function(x = matrix()) { ...
d5307c14db89e3d9a85424460beb7bc470a014d2
[ "R" ]
1
R
rdolen/ProgrammingAssignment2
055077e5a4400558083a7d62da7ed5417b3bd26c
99fb8e3dccbf947f7877f0626f72b0e0ea117530
refs/heads/master
<file_sep>/* * Copyright 2013 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "PathOpsExtendedTest.h" #include "SkPath.h" #include "SkPathOps.h" #include "SkPoint.h" #include "Test.h" static const SkPoint nonFinitePts[] = { { SK_S...
ececdaebdc53fc41405c3ed798d763c1bc482da8
[ "C++" ]
1
C++
tmyibos/skia
8f297c9994f864b1347d69c9b2c8795c7e8359b0
b5d049151d837b36a8cf3bcc3289dfb00399df01
refs/heads/master
<repo_name>EleDiaz/qml-rust<file_sep>/examples/listmodel_macro.rs #[macro_use] extern crate qml; use qml::*; Q_LISTMODEL!{ pub QTestModel { name: String, number: i32, } } fn main() { let mut qqae = QmlEngine::new(); let mut qalm = QTestModel::new(); qalm.insert_row("John".into(), ...
cc6a88a2e628fd8b77f737a29b403c0f8338e8d8
[ "Rust", "Shell" ]
7
Rust
EleDiaz/qml-rust
74b07b4d7a88ed1971bae1bb3395237d4be83d2d
aea65e2278c61b10350649eec51fa3cd3ab03d3b