branch_name
stringclasses
149 values
text
stringlengths
23
89.3M
directory_id
stringlengths
40
40
languages
listlengths
1
19
num_files
int64
1
11.8k
repo_language
stringclasses
38 values
repo_name
stringlengths
6
114
revision_id
stringlengths
40
40
snapshot_id
stringlengths
40
40
refs/heads/master
<repo_name>ton1397/Bitchain<file_sep>/FormPrincipal.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Bitchain {...
2b410e40e5c08b5516efa7e14a52aef198e12e3a
[ "C#" ]
6
C#
ton1397/Bitchain
1fc2bef51a606e7c9cd31bcda5a72d0b72983dbf
f7ba94dc1651848a2aa85230265c4a9084fbcb29
refs/heads/master
<repo_name>alexkuchina/guessingGame<file_sep>/js/main.js //Variable that creates a random number from 1 to 100 var randomNumber = Math.floor((Math.random() * 100) +1) //check random number console.log(randomNumber) //store user guesses var guessNumber = 0 function guessGame() { //variable that stores user's input...
b87d2ae9f5f8e2b83ee349c54fbc9581e3d18add
[ "JavaScript" ]
1
JavaScript
alexkuchina/guessingGame
718be8808ebb05bef518e0fa4f6a840f8fcea0e1
7118cfc3ef2f256114e10dd25a1ac934368f3d87
refs/heads/master
<file_sep>#include<stdio.h> int main() { unsigned int i = 1; char *c = (char*)&i; if (*c) printf("Little"); else printf("Big"); getchar(); return 0; } <file_sep>git remote -v git push origin master git remote add origin master https://github.com/jetman360/comp264hw3.git git push origin master push -u origin master gi...
d6c4c1cc41c047aa5db1c9321b02c81adc95dfcd
[ "C", "Shell" ]
5
C
jetman360/COMP-264
dded8cf6de4fafd2cac29336582cc1bdb09755fa
d0144810041acbf83fb8b87a50ea1af0972eb4d8
refs/heads/master
<file_sep><?php class Cms59148813c5431506906009_55ccb44d7b398451032b387869d4f49aClass extends \Cms\Classes\PageCode { } <file_sep><?php class Cms59148848a6ec8784975080_d73a1417f7f5736183e6249ec5454d86Class extends \Cms\Classes\PageCode { } <file_sep><?php class Cms5914884bd507c773494690_adccf17142ca1d68319da37042e...
7d529102e4775ba998f9391b6d5e33468d3de1a9
[ "PHP" ]
7
PHP
PuHaoran/sys.octo.com
e4adf739dfbcf25ab35ab72cad829db507792008
dee9935b4ec21670d42d2d1ebc7a72df91d4aeb8
refs/heads/master
<repo_name>jamesmacwhite/craftnet<file_sep>/web/craftnetresources/id/src/js/store/modules/cart.js import Vue from 'vue' import Vuex from 'vuex' import api from '../../api/cart' import CartHelper from '../../helpers/cart' Vue.use(Vuex) /** * State */ const state = { cart: null, selectedExpiryDates: {}, } /*...
7e82143ff632947e6fb195a15643f5e855a3a2d5
[ "JavaScript" ]
4
JavaScript
jamesmacwhite/craftnet
89d310d1b6ffd63858a26be6a2114a424a195dac
bd39809bad3b06d36dfd1c31ca74ec2efd9f2f9b
refs/heads/main
<repo_name>Stefania9797/js-jsnacks-blocco-5<file_sep>/snack-3/main.js /*Snack 3: Scrivi una funzione che accetti una stringa come argomento e la ritorni girata (es. Ciao -> oaiC)*/ /** * Questa funzione rovescia la stringa inserita. * La stringa viene prima divisa in singoli caratteri, poi rovesciata ed infine ricon...
c9e8a96c9e166f5236fc719d45cab4d66dc3998c
[ "JavaScript" ]
3
JavaScript
Stefania9797/js-jsnacks-blocco-5
31bcb19cded0eb6fe3e1b56f5439055b44ad9350
312a3fbad644d161d2c29bc6e17d453b4a266252
refs/heads/master
<file_sep>rootProject.name = 'UITestFramework' <file_sep>package pages; import org.openqa.selenium.By; import utils.Reporter; import wrappers.OpentapsWrappers; /** * Created by Udhayakumar PC2 on 23-05-2016. */ public class BookHotelConfirmationPage extends OpentapsWrappers { public BookedItineraryPage clickM...
70757b8406d1ba38de763bb8dc984b2093cfd83e
[ "Java", "Gradle" ]
3
Gradle
gunaphysics/UITestFramework
15642ca14ac57fc1d66ff95eac11d09334d42cca
3f222e52cd60358874671c361f845c83e67e44fb
refs/heads/master
<file_sep>import os from os import listdir from os.path import isfile, join import sys import h5py import numpy as np import pandas as pd from pandas import DataFrame as df import matplotlib.pyplot as plt import cmath import igor.igorpy as igor import re import yaml import struct from lmfit import model, Model from lmf...
d86ddb12670afdd353c1c3effcf459c258cbf815
[ "Python" ]
2
Python
CUCatLab/FermiAnalysis_2017
d7b812509e4ce8f4f459742ab837a582a2e312a7
0bc82a837c0afdddc14d82b6b6a4e2c351f140b4
refs/heads/master
<repo_name>GSCrawley/contractor<file_sep>/tests.py # tests.py from unittest import TestCase, main as unittest_main, mock from bson.objectid import ObjectId from app import app sample_guitar_id = ObjectId('5da005918edd63f14c355675') sample_guitar = { 'title': 'Gretsch White Falcon', 'description': 'electric', ...
d794e1da181a6b32d12cf0b9849a2feca7d35902
[ "Markdown", "Python", "HTML" ]
4
Python
GSCrawley/contractor
8d057fdaf88032ae1432123ed2a1c78707cafb4b
a14491b3b94be0a929c9af7d2b3661eada6672a6
refs/heads/main
<file_sep>using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using veriT; namespace OTEL254 { public partial class profil : Form { ...
1716bc2c1a4074b4f7036bcf88f7ec28e13377d0
[ "C#" ]
14
C#
gunesnrllh/Otel-yonetim-sistemi
29ae4f8ce9d6092cddf7d5abfbf9d7d2d76828a4
59bf92aab619ca00d95559ba0557e51e21de81d8
refs/heads/master
<file_sep><?php namespace Containers; use DataExtractor; class GroupsContainer extends BaseContainer{ public static function get($selected, DataExtractor $extractor, $params = array()) { $mode = $extractor->getMode(); return array_map(function($group) use ($extractor, $mode) { ...
52028462dc7d623e9fdef7bd38f18bf10150c9f4
[ "PHP" ]
7
PHP
jm-montanez/intelliboard
50cb39e798986954200287ff661563bc15a2a143
cd187de0a6727828153b019275bcbeca835a73d5
refs/heads/master
<file_sep>package com.Exercise2; class Node{ int data; Node next; } public class StackLinkedList { //top is equivalent to head Node top; StackLinkedList(){ Node top = new Node(); } boolean isEmpty(){ if(top == null){ return true; } else{ ...
36553056da0d4ac7d954806925156f8d1d5a94fc
[ "Java" ]
1
Java
Keerthi-V5/PreCourse_1
9870319b688066eaa7e5a1a5014d153865a6000e
866a7c3bd93b0f2605baddaca446e313d401bfba
refs/heads/master
<file_sep>// Your server code here... import express from 'express'; // app is instance of server // we call .listen --> server starts, runs, waits for request const app = express(); import bodyParser from 'body-parser'; // body parser can parse many different forms, we want JSON, easiest // use .use adds middleware ...
58e0f3b5027666b0b029b323139db84a17276a06
[ "JavaScript", "Markdown" ]
2
JavaScript
jkilleen15/advanced-first-web-server
1fd152c58e3192aa35d0b2c8db56d1fd351d3099
83c7e0a839f1cb24058df533fa1f0d9a7ca75ff0
refs/heads/master
<repo_name>cadenzajon/monasca-agent<file_sep>/monasca_agent/collector/checks_d/cadvisor_host.py # (C) Copyright 2017 Hewlett Packard Enterprise Development LP import requests from monasca_agent.collector.checks import AgentCheck from monasca_agent.collector.checks import utils DEFAULT_TIMEOUT = "3" # format for METR...
87af2ee87c27a8fcab6aff97802ba6a116449dfc
[ "Python" ]
1
Python
cadenzajon/monasca-agent
75ba59793a0412090c76bf0f7416c3a39dfdbdb4
8fe93ffa0dbcb966c8d4bd86a2e530f0928b1aaf
refs/heads/master
<repo_name>samaya-credencesoft/java-customer-onboarding<file_sep>/src/main/java/co/nz/csoft/losMaster/SupplierRepository.java package co.nz.csoft.losMaster; import org.springframework.data.jpa.repository.JpaRepository; import javax.transaction.Transactional; @Transactional //@RepositoryRestResource public interface ...
76898249ab30b5c95fe143f1cc740495c7bfd290
[ "Markdown", "Java" ]
15
Java
samaya-credencesoft/java-customer-onboarding
91f2f65f6b622b5c9600f38efe727b831ca9a05e
941f8825215ce96c667034d6304312fd70159330
refs/heads/master
<repo_name>vtthombre/Generic-Batch-Processor-using-Akka.NET<file_sep>/Concurrent_Application/TaskExecuter/ExternalSystems/ClientTaskExecuter.cs using System.Threading.Tasks; using TaskExecuter.Messages; namespace TaskExecuter.ExternalSystems { public class ClientTaskExecuter : ITaskExecuter { public a...
331cb1c190db2ce46658c141be7d4345f33a69e7
[ "Markdown", "C#" ]
3
C#
vtthombre/Generic-Batch-Processor-using-Akka.NET
d45c824bb842ac8ddb5bae339f5656f99fe2c443
3974450dd0285f990b01e17fff658d6fe59343d0
refs/heads/master
<file_sep><?php const server = "127.0.0.1"; const dbuser = "root"; const dbpw = ""; const db = "jacksonn_hiit"; ?><file_sep>import { Component } from '@angular/core'; import { fail } from 'assert'; import { HiitService } from '../hiit.service'; import { LoadingService } from '../loading.service'; @Component({ select...
f7daff5d598cb3f06424e05743e5a9147003a757
[ "SQL", "TypeScript", "PHP" ]
7
PHP
julian32331/ionic-php-healthapp
82c7b7bb9da400dd4289d5196763bc532b95ad68
116f8945bfa7e6a82cf01d1b4b1e99b5551c6e82
refs/heads/master
<file_sep>var colors = ["white","black", "red", "blue", "green", "yellow", "orange", "violet"]; var currentColor; function setup() { createCanvas(innerWidth,innerHeight); background("white"); header(); } function draw() { if (mouseIsPressed) { if (mouseX < 51) { colorChange(); } dr...
ad909a63ee2a9b8fbde2959660eda4af2240b61e
[ "JavaScript" ]
1
JavaScript
anandRaveen/G7-U1-C15-SA-Solution
87f2ed3b1122b4994cbde2a36063a0cc630b2591
3bd5c0a83b6289a20c088ac53965ff3a403c01dc
refs/heads/master
<file_sep>FROM debian:stretch-slim ENV DNS64_PREFIX= \ DNS64_IP6_LISTEN= \ DNS64_LISTEN= COPY entrypoint.sh /entrypoint.sh RUN set -ex \ && apt-get update \ && apt-get install -y \ bind9 \ && rm -rf /var/lists/apt/lists/* \ && chmod +x /entrypoint.sh EXPOSE 53/udp 53/tcp ENTRYPOINT ["/entrypoint.sh"]...
5799bc208999cfa4b5678efe4b6ece08e8f754ca
[ "Dockerfile", "Shell" ]
2
Dockerfile
FreifunkMD/dns64-docker-alpine
cf9b969ef551bf2994814e4e6be6788bfe27c7a2
863bdab2a6813ea1367dbb09dbb9655facbe6087
refs/heads/master
<file_sep>var HodlersDilemma = artifacts.require("HodlersDilemma"); module.exports = function(deployer) { deployer.deploy(HodlersDilemma, 200000000000000000, {value: 200000000000000000}); }<file_sep>import React from 'react'; class Game extends React.Component { constructor(props) { super(props); this.sta...
bfa9aafb1bcb816891027ba893eda05e4f63fce4
[ "JavaScript" ]
2
JavaScript
stevenpslade/hodlers-dilemma
c2060c99f833e3e2bd7f9d8c10de27f8144bed3d
53aeb3dea2ac1dbac56dbc1deea8384bd0882a43
refs/heads/master
<file_sep>Here i'll put all problems that i'm working on. If i get one exercise solved, I'll write in a read me file inside of the problem's folder what was my thoughts and how I solved the problem. <file_sep>#include <bits/stdc++.h> using namespace std; // Verifica se os vidros cabem em con conteiners de capacidade...
339bd9a11fbf1af2ceeb4c1277ef3d3cdff87cc2
[ "Markdown", "C++" ]
2
Markdown
4rchitect/Competitive-Programming
074a39422efc200515c537db1720f5b498788ed0
f72e7d0567dc3a535be9cd7b499317afafb00fc7
refs/heads/master
<repo_name>patrick-du/Serenity<file_sep>/src/components/Journal/JournalProgressBar.js import React from 'react'; import { Row, Col, ProgressBar } from 'react-bootstrap'; export default function JournalProgressBar(props) { return ( <div className="mt-3"> <Row noGutters={true}> <C...
db32c3983c9d94c7b78afd008df06c219e248d8e
[ "JavaScript" ]
13
JavaScript
patrick-du/Serenity
398e38708a7abf4cd0536cd4c36ff4e6c0e14e44
808ec7837feac2f01064e8d19dc29d1eaec56038
refs/heads/master
<repo_name>mindis/active-directory-b2c-android-native-nodejs-webapi<file_sep>/android-oauth-client/samples/src/main/java/com/microsoft/oauth/samples/azureb2c/Azureb2cConstants.java package com.microsoft.oauth.samples.azureb2c; public class Azureb2cConstants { /* TODO: Update the following 3 constants */ /* O...
05c274eab4fb8d37ba6a08f532a6300aa0c4d157
[ "Java" ]
1
Java
mindis/active-directory-b2c-android-native-nodejs-webapi
531cfcbbd9f588178f6a3df01f36da9460fa966d
f8fda13a08d554d56b12923d83ab004f4c4c5d1d
refs/heads/master
<file_sep>class FARule < Struct.new(:state, :character, :next_state) def applies_to?(state, character) self.state == state && self.character == character end def follow next_state end def inspect "#<FARule #{state.inspect} --#{character}--> #{next_state.inspect}>" end end requir...
1050ffa0c6875966de66647b86a211dbbff183e3
[ "Ruby" ]
26
Ruby
tk0358/understanding_computation
f28e067e4e02422142707b8b37878a2ba279f34d
5cd0f60d47a2552704a365ba0a6989d5c090642d
refs/heads/master
<repo_name>barisylmz53/NDP_Project<file_sep>/Greyfurt.cs /**************************************************************************** ** SAKARYA ÜNİVERSİTESİ ** BİLGİSAYAR VE BİLİŞİM BİLİMLERİ FAKÜLTESİ ** BİLGİSAYAR MÜHENDİSLİĞİ BÖLÜMÜ ** NESNEYE DAYALI PROGRAMLAMA DERSİ ** 2020-2021 BAH<NAME>İ ** ...
161d5d3918294d1d35e6c169c6a958194de73517
[ "C#" ]
5
C#
barisylmz53/NDP_Project
08f3d01f8e1c30e383e8b8d40d4e791582493226
13e5e6cdfb81144bab9886b2848d50dae1e52491
refs/heads/master
<repo_name>mikeghen/dss-615-spring-2018<file_sep>/module2/main.py #!/usr/bin/python # -*- coding: utf-8 -*- # Lab 1: Reading data from a file csv_file = open('/Users/mikeghen/Desktop/dss615-spring-2018/module2/data/ripple_price.csv','r') for line in csv_file: print(line) csv_file.close() # Lab 2: Reading data ...
1b8c41cb286446c1f96e32ee4d9a81ac4460a983
[ "Markdown", "Python" ]
13
Python
mikeghen/dss-615-spring-2018
904875aa2f6ffe6e2dce4e39fe43f2123ef094d8
00f186d9a1a446fcc14583c64d8e59f834da3520
refs/heads/main
<repo_name>KomKGT/ModBus_SmartHome<file_sep>/Version1.0_ModBus_SmartHome/QModBus-master/test_rtu/mainwindow.cpp #include "mainwindow.h" #include "ui_mainwindow.h" #include <QDebug> MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { ui->setupUi(this); //add co...
d8b8668db99615a8dd9cb2c17cd4662106290a8f
[ "Markdown", "C++" ]
8
C++
KomKGT/ModBus_SmartHome
43e519376038fa32225a5222ac6835b346de03e2
1a45b3b0de26ee3feebdb2e89548dda9ade9b19b
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 org.Object; /** * * @author Suanny */ public class Usuario { Integer idUsuario; String nickName; ...
1734e453125ade38f4349036af9d55932d7f0d8b
[ "JavaScript", "Java", "INI" ]
13
Java
josegerar/repositorioproyectos
3adc7de896738a911b01bba2b17d0a5b82529792
6d3dad3c8b4aaab17aa2562376013f9663f494e5
refs/heads/master
<repo_name>jomal123a/fir_filter<file_sep>/main.c /* * main.c */ #include "fir.h" #define BUFFER_LEN 1024 #define COEFF_NUM 242 int out_tab[BUFFER_LEN]; int kronecker_delta[BUFFER_LEN]; int x[COEFF_NUM]; const int w[COEFF_NUM] = {0, 0, 0, 0, 0, 1, 1,-1,-1,-1, 0, 1, 2, 2, 1, 0,-2,-3,-3, 0, 3, 5, 5, 2,-2,-6,-8,-5, 1,...
d9536706f5b9337f9638b2a91ca62c6e2d895e5c
[ "C" ]
3
C
jomal123a/fir_filter
79fe3e136fab412ce568b52eeb15b5b7700927e7
f90a2236272cb2541ce170453303311e3551851e
refs/heads/master
<repo_name>M-a-c/Vis1<file_sep>/EmailTimeChart.js var d; let findHourTime = (time) => { time = String(time); var matches = time.match(/(\d+):(\d+)/); var hourTime = 0; hourTime += parseInt(matches[0],10); var timeMinuite = parseInt(matches[1],10); hourTime += timeMinuite/60; ...
2d22f168bf2cf2548f6ef0b067e20f2832794d97
[ "JavaScript", "Text" ]
2
JavaScript
M-a-c/Vis1
264a1b72aa97df6fef1d2dbd42c29f9205fe76b8
805cdbbc06be2791134ec983fd0f50937324abbc
refs/heads/master
<repo_name>thesunauto/sunweb<file_sep>/src/main/java/vn/automation/sunweb/commons/CategoryResponse.java package vn.automation.sunweb.commons; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.web.multipart.MultipartFile; import jav...
1bbc6f10b9a21f1ffbb5e8a33262e51a209aecc3
[ "Java" ]
8
Java
thesunauto/sunweb
2b542f931f20005656d99d8b3be92f85bfa40bbf
bf3860eeae410935cd9e9197c5c5e3bfe5093e28
refs/heads/master
<repo_name>SudharchithSonty/OperatingSystems<file_sep>/Debug/kern/compile/ASST2/subdir.mk ################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and o...
1b4d2901dee4ab2e7878aec0823271485231127d
[ "C", "Makefile" ]
33
Makefile
SudharchithSonty/OperatingSystems
4246eba5cdcdddcf93b0d295821ce57ae26f83dd
df4a496996dd0e0aeba7a153979119acd24a9ed4
refs/heads/master
<repo_name>nchristanto/Data-Engineering_pre-eliminary_kulina<file_sep>/pseudo_input.py # -*- coding: utf-8 -*- """ Created on Fri Sep 21 18:49:57 2018 @author: <NAME> """ input = 1345679 digit = list(str(input)) jlh = len(digit) for i in range (jlh): jlh_nol = jlh - i number = digit[i].ljust(jlh_nol,'0') ...
6ef21e5c91b5e5f76e170e3b78b91550914f6253
[ "Python" ]
3
Python
nchristanto/Data-Engineering_pre-eliminary_kulina
e6b718a102d9a30db373acdc3238106ef45d9d18
765a078571f37fe1acccb8cf63bb1b83274ecb2a
refs/heads/master
<file_sep>import React, {Component} from 'react'; import {Table, Modal, ModalHeader, ModalBody, ModalFooter, Button} from 'reactstrap'; import PropTypes from 'prop-types'; import qs from 'qs'; import {asyncUsernameToUserId} from 'components/utility/index'; import {getNewRatings} from 'codeforces-rating-system'; export...
60171fab40356cc50a64fefc0ed7106c508359b7
[ "JavaScript" ]
10
JavaScript
nuronialBlock/coach-cpps
4ba0a42453f214d3435ba93a326f8651749edc5d
565feae3ce8e3655f2fb08cfac882aa3a0ceb285
refs/heads/main
<file_sep>var num = 50/(1.7320508075); var high = 50*(1.7320508075); let secondsRadius; let minutesRadius; let hoursRadius; function setup() { createCanvas(400, 400); let radius = min(width, height) / 2; secondsRadius = radius * 0.71; minutesRadius = radius * 0.6; hoursRadius = radius * 0.5; } function dra...
b4fe1f4b4d92526157f606b2807dae154d88727e
[ "JavaScript", "Markdown" ]
9
JavaScript
U-WangE/P5.js-Study_Coding
13417659b5efa30ee439c4f9173f4c9d74d3e19b
4644d89d1dd0b86fa1b42f1ffbda24fe102a7912
refs/heads/master
<file_sep> /* Diferentes formas de usar una funcion ec 5 y ec 6 : */ function ventas() { var titulo = "mis ventas"; return titulo; } console.log(ventas()); console.log("------------------otra forma: "); var ventas = function () { var titulo = "mis ventas 2"; return titulo; } console.log(vent...
ab5d097031825a678d6c77e7b82fc01ba0c66600
[ "JavaScript" ]
1
JavaScript
christiandaniel1/proy
9e4ec356d91b5d4a9fd9afcfc2a36c4ad52421e2
7245b112c421153e5e4b6540b7ac311fc826c5e2
refs/heads/master
<file_sep> using UnityEngine; using UnityEngine.UI; public class GamePage { public static GamePage Instance; public static GamePage getInstance() { if (Instance == null) { Instance = new GamePage(); } return Instance; } internal void init() { ...
b7a3af4db6004c5af302a6c76bd6b460f4f7f8c2
[ "Markdown", "C#" ]
4
C#
whitefancy/unityShowOurs
d8975ff90ec21ff5d12b03024de9868ffb530751
0e1beb7a54e1134581998ae22995ddaf29589c51
refs/heads/master
<file_sep>#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <sys/types.h> #include <sys/socket.h> #include <strings.h> #include <arpa/inet.h> #include "structOptions.c" //DEFINIG BUFFER LENGTH AND SOCKET LEN (CONTROL MESSAGE) int BUF_LEN = 3; socklen_t socklen = sizeof(struct sockad...
1b30ed9c8a362b2b4ca49771bb8d8b788b884c11
[ "Markdown", "C", "Shell" ]
6
C
the-bose/tourism-booking-c-networking
843f406fabf10af5e5520eef0ed549c6d745a0be
ed72b6d1c1942d6236a2709cec82529a5e76597f
refs/heads/master
<repo_name>rpeterson/goforever<file_sep>/goforever.go // goforever - processes management // Copyright (c) 2013 <NAME> (https://github.com/gwoo). package main import ( "flag" "fmt" "log" "os" "github.com/gwoo/greq" ) var d = flag.Bool("d", false, "Daemonize goforever. Must be first flag") var conf = flag.Strin...
fff13e43be47dc20be940df0b5c3540663be7a12
[ "Markdown", "Go" ]
2
Go
rpeterson/goforever
68340a6b0d843343c9a05630fe637067e9e1f713
bc1e267e81d2947ac8696f2f5bea45837659401a
refs/heads/master
<repo_name>Zilula/lab-11-new-components<file_sep>/pokemon-table.js import html from './html.js'; function makeTemplate() { return html` <form id=add-form> <h2>Search for Pokemon</h2> <label> Name: <input id="filter-name"> </label> <label> Type...
c9d4ac08e47ae06475aaa243d1ed3b0eaab45519
[ "JavaScript" ]
2
JavaScript
Zilula/lab-11-new-components
9ca0c3dec45a900e2b6ac12451ef3a77c876a7ab
c9117a84261e55eb04f03f94c9064da84969ecb0
refs/heads/master
<repo_name>edwinjose900/Deep_Learning<file_sep>/GANs/DiscriminatorWithGenerator.py import torch import torchvision import torchvision.transforms as transforms from torch.autograd import Variable import numpy as np import matplotlib.pyplot as plt import numpy as np import torch.nn as nn import torch.nn.functional as F ...
8a3d1c25c928faf4974bb47321500c5f147a2d48
[ "Markdown", "Python" ]
7
Python
edwinjose900/Deep_Learning
62c616b168cce504fe8596298c9715031e1dfc67
369686897005e2d1b14a11377007be5a015e59a1
refs/heads/master
<file_sep>### 说明 抓取指定页之间所有mzitu套图,保存在当前目录的temp目录下. ### 代码中出现的一些库 myrequests: 对requests进行了一些封装 [https://github.com/zzzzer91/myrequests](https://github.com/zzzzer91/myrequests) finished: 打印函数运行所耗时间 [https://github.com/zzzzer91/finished](https://github.com/zzzzer91/finished)<file_sep>#!/usr/bin/env python3 # coding...
eb4b3cb0e6ea3a1b8c54bc9c0429e71a5bd3cd08
[ "Markdown", "Python" ]
2
Markdown
zzzzzer/mzitu_spider
c9af2963b3c7f15bec974213896edef1079b5b25
903fdff366b3e61910d566f72ebe9bb3ea5d7687
refs/heads/master
<file_sep># Define your working directory setwd("C:/Users/admin/Documents/Naive Bayes") getwd() # Before we start modelling, let's analyse data # Read all of the LGA profiles into a data frame lga.profile <- read.csv("Data/Vic-2013-LGA-Profiles-NoPc.csv") # Select candidate variables (based on my personal h...
0178d107efd9b53c002e71c5eabea6254e650da6
[ "R" ]
1
R
khv499/Naive-Bayes-Model-for-Prediction
e8e270b0f0c566faabab1b6b7702043e2fa4a181
73678ffb894dec00030faa88f4399d742c9aa7a4
refs/heads/master
<file_sep>import ij.ImagePlus; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; public class GetPixelCoordinates { //int y, x, tofind, col; /** ...
35d40b229cd655d77f950480e47e11320ec03b71
[ "Java" ]
1
Java
otaviomacedo/imagepg
705608ff565d00f979b1aa61c77baf4306475920
7eda22751111b51b00861e0055bd1c90cef8b12c
refs/heads/master
<repo_name>chrhsmt/SampleAndroid<file_sep>/README.md # SampleAndroid WEB+DB PRESS Vol.88「モバイル開発最前線」のサンプルコードです。 FabricやCircleCI、SciroccoCloudの設定値はXXXにしています。 <file_sep>/app/src/main/java/project/android/sample/sampleapp/App.java package project.android.sample.sampleapp; import android.app.Application; import com.deplo...
6d1cd4db3f6470b8b13ec9b6e3fa89409a8af6e7
[ "Markdown", "Java" ]
2
Markdown
chrhsmt/SampleAndroid
d7a97f24d8eb1fc753e2bdd2f4c2dac98d9db5d7
c0fa8b75c8192e78dd58675f814350857e1a7e27
refs/heads/master
<file_sep>import numpy as np import argparse import matplotlib.pyplot as plt import cv2 from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Dense, Dropout, Flatten from tensorflow.keras.layers import Conv2D, Activation, MaxPool2D, Dropout, Dense, BatchNormalization, Flatten from tensorflo...
e4c29659f76984629f4851a3678d14c01507636c
[ "Markdown", "Python" ]
3
Python
CornellDataScience/Insights-README
40e65aee3cd8c633d2b7c449dadb3ba04113791f
53db008601d34928e6632585ad8150496e9c8dfc
refs/heads/master
<repo_name>oxivanisher/Youtube-Subscriber-Counter<file_sep>/YouTubeCounterDeepSleepV3/ESP_Helpers.h #define UPDATEINTERVAL 2 #define RUNINTERVAL 2 #define UPDATE_SERVER "192.168.0.200" #define UPDATE_URL "/iotappstore/iotappstorev20.php" #define SECOND_UPDATE_SERVER "iotappstore.org" #define SECOND_UPDATE_URL "/io...
781765dc70a1320123d44a9c4705424dcc3475c9
[ "Markdown", "C", "C++", "INI" ]
6
C
oxivanisher/Youtube-Subscriber-Counter
9e40661ccd4678bda34f2dea17a7372325c92be8
b5d56465b97626cfbaea41400e9291837489708c
refs/heads/master
<repo_name>JemrickD-01/software-engineering-project<file_sep>/Initial Launch test/previous folders/transfer.php <?php $uname = $_POST['username']; $password = $_POST['password']; echo 'TEST: '.$uname; echo 'PAS: '.$password; function message($msg, $link){ echo'<script> alert("Hi")</script>'; echo "<script> doc...
57005f99b3f6e5128311e7477d816749be90d555
[ "Markdown", "PHP" ]
7
PHP
JemrickD-01/software-engineering-project
1b7fad6a459c38901ea76fb0b5ced82734e4f337
d2bd9fd3189f3ddf1520c6ed3ec71ec3d31ef7e5
refs/heads/main
<repo_name>Sehee99/R-Study<file_sep>/R 기초 프로그래밍/chapter03 데이터구조.R ## 1. 벡터(Vector) # 하나 이상의 데이터를 저장할 수 있는 1차원 저장 구조(1차원 배열) students_age <- c(11, 12, 13, 20, 15, 21) students_age class(students_age) length(students_age) # 벡터의 길이 확인하기기 # 벡터 인덱싱(R의 인덱스는 1부터 시작) students_age[1] # 1번 인덱스의 데이터 추출하기 students_ag...
f8ecf9a6c5729b7eab34bf8fe73f358e63058aba
[ "R" ]
10
R
Sehee99/R-Study
227a86648d6e2cb138f031e1dd27e7ec0582c9ab
edefb9e80e0532a39792219d85598968b564dd40
refs/heads/master
<repo_name>tinchovictory/InterProcessComunication<file_sep>/hash.c #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <unistd.h> #include <string.h> #include <fcntl.h> #include <sys/ipc.h> #include <sys/shm.h> #include <string.h> #include <sys/stat.h> #include <dirent.h> #include <libgen.h> #includ...
365a2f71886f2e0c33913c240f35ef719a707813
[ "Markdown", "C", "Makefile" ]
18
C
tinchovictory/InterProcessComunication
35017d54343270fc2cad9e8d9d7242d8288a112a
dfa025e0a5ef54d99d3ada240ce7766b481fffbb
refs/heads/master
<repo_name>abhijit526/-com.proj<file_sep>/src/com/proj/ki/Poiuy.java package com.proj.ki; public class Poiuy { public static void main(String[] args) { System.out.println("satya.main()"); System.out.println("satya.main()"); System.out.println("Satya.main()"); } }
e094771e865f857eee1031939ca416d7aeee2ef3
[ "Java" ]
1
Java
abhijit526/-com.proj
55b5372b7c7b306a2a1eb1f45798b6dfba86e72c
2056161352c020dbd0c474371b29720814667187
refs/heads/master
<file_sep>//const express = require('express') //const app = express() //app.get('/', (req, res) => res.send('<html><h1>Bonjour!!!</h1></html>')) //app.listen(3002, () => console.log('Example app listening on port 3002!')) var express = require('express'); var app = express(); //app.use('/data.json', express.static...
4f08394d3515689af072c02d7d95a8d8345a4796
[ "JavaScript" ]
2
JavaScript
NovaT974/express
8d2d3c5d28cea58e2c8f33ad43a08502d711bbf5
304c56af881fdcef1f32199db638071e9e8f5ab7
refs/heads/master
<repo_name>wandyezj/ArduinoFaceTracker<file_sep>/FaceTrackerBLE/app/src/main/java/io/makeabilitylab/facetrackerble/FaceGraphic.java /* * Copyright (C) The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License...
1b2bbf9d3a6346062f41075a7d9e94b3307b9a42
[ "Java", "C", "C++" ]
13
Java
wandyezj/ArduinoFaceTracker
60f216fd6b6d7a03d3e19bafd12fe387c2fefd08
6b58de8ff8dc87ea22a0f958e218dc4faf164cf2
refs/heads/master
<repo_name>TuomasMoilanen/Esports-Site<file_sep>/antin koodi/tournament page/tournament_script.js function hideShow(el_id){ clearStages(); var el=document.getElementById(el_id); if(el_id.style.display!="none"){ el_id.style.display="none"; }else{ el_id.style.display=""; } } function ...
e6e1f88a375ebef82106f4419cac86e40f5e281d
[ "JavaScript" ]
1
JavaScript
TuomasMoilanen/Esports-Site
32bd275e0076a7fc4dabf98422161cae59bb7081
8389c869f51f66de701f3d9ce131554c097996bd
refs/heads/master
<repo_name>danielrsouza/calculadoraCerveja<file_sep>/app/src/main/java/com/example/calculadoraDeCerveja/BeerItemAdapter.kt package com.example.calculadoraDeCerveja import android.content.Context import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.TextView imp...
3080c2ec9951ec3fa5ba51cc08a52041819308c2
[ "Kotlin" ]
5
Kotlin
danielrsouza/calculadoraCerveja
bf3d2cd381b7a959a26bda33a6e19ce9c6f0e190
30de49a31d5142cea542e5ebc750b4e9933686df
refs/heads/master
<repo_name>DSBro/TS3-banlist<file_sep>/app/sqlite.php <?php class SQLite_core{ public function __construct() { $this->positioncontrol = 1; } public function SQLite3_Create_File(){ $this->SQLite3_File = new PDO('sqlite:../app/data/data.sqlite3'); $this->SQLite3_File->setAttribute(PDO...
0c43a0fdbec341b4e77206be64f4767438b73d37
[ "Markdown", "PHP", "INI" ]
6
PHP
DSBro/TS3-banlist
4b9f6f1254228dc00ef9a7d030b2898af1af1ca6
cee49286f8effc95e3228100eccec18d336a0a4f
refs/heads/master
<file_sep>import React from 'react'; import { NavLink } from 'react-router-dom'; class ThemeSection extends React.Component { constructor(props) { super(props); const pathToAssets = require.context(`../../assets/images/`, true); this.sectionStyle = { backgroundImage: `url(${pa...
36034f5ea89b9aa54b420ec5328739653c840ac8
[ "JavaScript" ]
10
JavaScript
leochocolat/QuizzReact
e7ec1168866d38ee3d31d12e930488857c094f4a
f0874ebbbcd67dd02b03964f5ca1c95150a548bb
refs/heads/master
<repo_name>zflagg/FlaggCh5<file_sep>/CompareDriver.java public class CompareDriver { public static void main(String[] args) { String st1 = new String("hi"); String st2 = new String("bye"); Integer int1 = new Integer(1); Integer int2 = new Integer(2); System.out.println(Compa...
f84e89722fce4e131fd2780846c4fb4203cac51b
[ "Java" ]
2
Java
zflagg/FlaggCh5
f1ecce15d27e050160c91775a643b2cf764b3d9e
964c1f9f70468e028cdab9f63e7f824807916d15
refs/heads/master
<repo_name>MemeAr/DHT11<file_sep>/connBdd.php <?php require_once 'config.inc.php'; try { $bdd = new PDO('mysql:host='.$host.'; dbname='.$dbname, $username, $password); echo "<p>bien connecté a ".$host."</p>"; } catch(PDOException $pe){ die('<p>Could not connect to the database $dbname : '.$pe->getMessage().'</p>'...
6f10dde41d53d76bba894c39d956d4e8dbec768b
[ "PHP" ]
2
PHP
MemeAr/DHT11
2bbb62d1e35335d4faa320322a28d61853693a00
62bd92cba87e5bf6f7df3e340a6ce564f14fa400
refs/heads/master
<repo_name>jabzzy/tests<file_sep>/js/presentation.js (function ($) { $.fn.prsnttn = function (options) { var settings = { itemSelector: '.item', currentItemSelector: '.current-item', closeSelector: '.close', useNavLinks: true, ...
b082636f0714bcc777103e4c2cd5cfd5562f5dc3
[ "JavaScript" ]
1
JavaScript
jabzzy/tests
b986459de218e20223f381025b13d66b9a977636
454dda393caf896c0a78c103dc7fe6a8d893f4ed
refs/heads/master
<file_sep>(function() { const AUTH_SERVER = "https://mini-auth-2019.herokuapp.com"; let AUTH_RESPONSE; function auth(username, password) { return axios.post(`${AUTH_SERVER}/auth`, { username: username, password: <PASSWORD> }); } function isLoggedIn() { ...
bccd9e90c7f99eb36d5a97a4c34ed36d3b3578b1
[ "JavaScript" ]
1
JavaScript
behrangsa/spring-ipsum-website
5e7c08189360f80f7729aeebfad1c1e9a8de593e
21d46d389dbfa954855327d9ce8514deb703fc0b
refs/heads/master
<file_sep><?php class Product extends CI_Model { public function get_all_products(){ $query = "SELECT id, name, description, price FROM products"; return $this->db->query($query)->result_array(); } public function get_product($id){ $query = "SELECT id, name, description, price FR...
5e73719836cb8f1a0d07d2d3eae44eaeafd96a80
[ "PHP" ]
39
PHP
johnwalz97/LAMP-stack-projects
3931beb1fd0ddc282bdddc448081c071aa34d9e7
c52bc0a728a50f7513ffe390d9b58706cff99164
refs/heads/master
<repo_name>Multoryan/react-todo<file_sep>/src/reducers/index.js import { combineReducers } from 'redux' import { todos } from './todos' // Главный reducer, примерно тоже, что и index.js во Vuex, // собирает модули воедино export const rootReducer = combineReducers({ todos })<file_sep>/src/actions/todosActions...
86b77cfa8a39d7d8d8021df4090585bcf90ccfc4
[ "JavaScript", "Markdown" ]
9
JavaScript
Multoryan/react-todo
4dcb5b8fc6f9cafd35ab6aad25fd2a036ea98d92
f3cfd0fa5fc805be1577f54c082a2af7ea3930c6
refs/heads/master
<file_sep>package cn.saymagic.befit.controller; import cn.saymagic.befit.bo.ApkWrapper; import cn.saymagic.befit.service.IApkService; import com.qiniu.common.QiniuException; import com.qiniu.http.Response; import com.qiniu.storage.model.FileInfo; import org.apache.commons.io.FileUtils; import org.slf4j.Logger; import ...
5b65cad732acc8e0b977835e691ba4117c15dc38
[ "Java", "Maven POM", "INI" ]
5
Java
saymagic/befit
164c0c58e9c57fee8667ae8cf3e90e812dd4b9a2
b457bda80c6c71060de8e27b47e950917a660f72
refs/heads/main
<file_sep>// SLIDER $(document).ready( function () { // Al click del maouse passo all'img successiva $('.next').click( function () { nextPrevImg('next'); }); // Al click del maouse torno all'img precedente $('.prev').click( function () { nextPrevImg('prev'); }); }); /* FUNZ...
5f6beff921c3df1c4bfae1dd42c5b7e3bcd483fe
[ "JavaScript" ]
1
JavaScript
cherubina-pantano/js-jq-carousel
569c22611524e158603c80ddeb272379d2bb2a23
88d4e211a1bb21d957b6d6acb80cb57fa2a4a35c
refs/heads/master
<file_sep>package logicsim.gates; import logicsim.*; import processing.core.*; import static logicsim.wiretypes.BasicWire.*; public class LampGate extends Gate { private boolean b; public LampGate(float x, float y, int rot, String name) { super(ONE_WIRE, NOTHING, x, y, rot, new PVector[]{new PVector(-20, ...
42fe8a7894b4b578172866dd85e441e34ca80a9b
[ "Markdown", "Java", "Shell" ]
12
Java
dzaima/logicsim
c1726c7485e05ce73d226a35ce3c41f8c6690dff
ced8889c11660e483ea3ae23ca599e493edc5ad5
refs/heads/master
<repo_name>15151873042/boot-all<file_sep>/boot-web/src/main/java/com/hp/servlet/MyServletContextListener.java package com.hp.servlet; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import javax.servlet.annotation.WebListener; @WebListener public class MyServletContextListener i...
4f3a968e2c85c90b62f2db0a8257173b983822a3
[ "Java", "Maven POM" ]
7
Java
15151873042/boot-all
055737ee760f080d79c0d8b0b6d6cbb4052c6240
eabd21c3872c75cdf2751a9a081ea9fe7bf70093
refs/heads/master
<repo_name>mahokie/foobar<file_sep>/foo.go package main import "fmt" func main() { fmt.Println("Hello world!") } // this change is on 'mybranch' only
24313350d532d41558d0b2b1c96a83eccc84ef03
[ "Go" ]
1
Go
mahokie/foobar
ac1ce42aa9880b4a69fd9390ba3b1bac03882812
0bef968f70a77462cdbb8ce2c0dba61d86f32a9c
refs/heads/master
<file_sep>Introduction à Docker ===================== Slides de présentation avec des démonstrations simples. # Consulter la présentation Lancer le script `build.sh` pour construire les slides et ouvrir la présentation `slides.html` avec votre navigateur. # Consulter les démonstrations Les démonstrations sont dans...
b00fc1c48e5ae93bf0564fc60dc37399ef24a85a
[ "Markdown", "Dockerfile", "Shell" ]
7
Markdown
64q/docker-introduction
b8e14c4677da6d21ec175162a63f3865ae39a3e6
abd900248abc42aa00068c6edaaf9c6655dc7b86
refs/heads/master
<repo_name>eGarciaR/BurglarDetection<file_sep>/README.md # BurglarDetection This service is an application component used to perform a running task in background. This service can run in the background indefinitely, even if component that started the service is destroyed. Usually a service always performs a single ope...
0a8274db4ebcc5f88bb6d064cd59840e65b2fd6b
[ "Markdown", "Java", "INI" ]
3
Markdown
eGarciaR/BurglarDetection
7128e73699a536a63eb8f8cda2c960c971280051
7dda7bea2656d1903d367a3b2237851001640e54
refs/heads/master
<file_sep>[![codebeat badge](https://codebeat.co/badges/a30ca6e2-8858-4956-8ed7-725ae36487d4)](https://codebeat.co/projects/github-com-blastar-swift-soap-with-alamofire) # Swift-SOAP-with-Alamofire This repository serves as example project for using SOAP with Swift as described at http://www.blastar.biz/2016/08/09/sw...
18ff16a7ff32b0b17530b350f65554a2a76121b8
[ "Markdown", "Ruby", "Swift" ]
4
Markdown
Arvinwolf91/Swift-SOAP-with-Alamofire
e65c37759adb19146998c8e717005cef6c33e98d
aff0dd5889550c08bf2a1847bc82d4e3d6d0e79b
refs/heads/master
<file_sep><?php /** * Created by PhpStorm. * User: andriy * Date: 13.12.16 * Time: 14:43 * * see sample http://silex.sensiolabs.org/doc/master/providers/security.html */ namespace App\Services; use Symfony\Component\Security\Core\Exception\UnsupportedUserException; use Symfony\Component\Security\Core\Exceptio...
1ecda5fb02560ef0e6b3a113f47a9f190c02b595
[ "PHP", "Shell" ]
3
PHP
anddorua/lo-reports
62710ea80f76a389063336f35e3694ddd80d9520
4bd2558b4e94030a70adf412f3e75c41f86c222c
refs/heads/master
<repo_name>yuemelz/flower<file_sep>/src/Flower.cpp // // Flower.cpp // flower // // Created by Z on 12/5/17. // #include "Flower.hpp" Flower::Flower(){ } void Flower::setup( int _min, int _max, float _freq){ min = _min; max = _max; freq = _freq; } void Flower::setPosition(ofVec2f _pos){ pos...
276bb01be8b912c69281c3065234fe0e805850ff
[ "C++" ]
3
C++
yuemelz/flower
6936e0af2ca457a686601f2282f8b52b4d7cd8be
6695689a5624acbcfe348bd1d7d37d9de7752bc6
refs/heads/master
<repo_name>cbrgm/worldgeneration<file_sep>/src/dungeongeneration/worldgeneration/Room.java package dungeongeneration.worldgeneration; /** * @author <NAME> <<EMAIL>> * @version 21.08.2017 * @see dungeongeneration.worldgeneration * @since 21.08.2017 , 13:16:35 * */ public class Room { private int left, right, to...
b7180754e06f2d02e42d33516f18e5f41ac762f0
[ "Java" ]
1
Java
cbrgm/worldgeneration
1710685451dff72678be4ed9b71ebee9c8f2c409
ca0f98490386e5555edec5e96c048406bd439406
refs/heads/main
<repo_name>ygoto3/sample-functional-ddd<file_sep>/database/scripts/init.sql CREATE DATABASE IF NOT EXISTS sample_functional_ddd<file_sep>/database/migrations/20201031105537-create_table_comments.sql -- +migrate Up CREATE TABLE IF NOT EXISTS comments ( id VARCHAR(36) NOT NULL, body VARCHAR(255) NOT NULL, PR...
1970508fe1c1ae0ed51494089f989df2380ab62a
[ "Markdown", "SQL" ]
3
SQL
ygoto3/sample-functional-ddd
0abf99ccdfa8c4a81cf69c8c47693f76d16b04b6
3a57cc3aa10c25d13380bbe35e326502b9501e7f
refs/heads/master
<file_sep>from sklearn.preprocessing import Imputer,StandardScaler import pandas as pd import numpy as np import math movie_data = pd.read_csv('R_gc.csv') columns = ['budget', 'id', 'keywords', 'popularity', 'revenue', 'runtime', 'title', 'vote_average', 'vote_count', 'director','year'] num_columns = ['bud...
3a732d032d65a99df0791e3c291d3d6def88921f
[ "Python" ]
12
Python
guaidoukx/movie-data
719aff480e0957aee47bda42518460da8a98419f
d7b8d6fe46f17fe18d18ed9ef400ca4c26e63f47
refs/heads/master
<repo_name>cloudfreexiao/skynet_etcd<file_sep>/encode_args.lua local hex_to_char = function(x) return string.char(tonumber(x, 16)) end local function urlencode(url) if url == nil then return end url = url:gsub("\n", "\r\n") url = url:gsub("([^%w ])", char_to_hex) url = url:gsu...
7ece3140d4661a45a96acee622bad71093e648bd
[ "Lua" ]
4
Lua
cloudfreexiao/skynet_etcd
5f37010d5318b8c1e0a203f2190c56cc914a75f6
73a4f69e78c12da3e1c97df71395e5381d404465
refs/heads/main
<repo_name>0xC0DE6502/python<file_sep>/bulletdirection.py # (c) 0xC0DE Dec 2020 # example Python3 code for a bullet travelling from an enemy in the *general direction* of a player # one time calculation of (stepx, stepy) needed to advance the bullet to the (old) location of the player # written with a translation to...
67c4986d1b683cdd8d37e94dbf54a418f94e0a28
[ "Python" ]
1
Python
0xC0DE6502/python
8ea21b5d60886c5b926c5e1820ab9ffc46e7e596
a69d9b88b4a2c37657c9e35a53848bb3e7c556b8
refs/heads/master
<file_sep>-- phpMyAdmin SQL Dump -- version 3.4.7 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jun 21, 2013 at 12:49 PM -- Server version: 5.5.29 -- PHP Version: 5.3.20-1~dotdeb.0 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; -- -- Database: `evemail` -- -- ---------------...
0bb8ed88e547ed33d965a7845673034314b54755
[ "Markdown", "SQL", "PHP" ]
8
SQL
Covert-Inferno/evegate
56b332046a32edaef40c8fe1aac670101d1fee3a
b91b683cd9e6795d567e00d069c6d9fc8acae6eb
refs/heads/main
<repo_name>jaswanth333/GalleryApp-React<file_sep>/README.md # GalleryApp-React This App lets you view selected images from an list of images #Nextupdate 1.To Add navigation between list of images<file_sep>/src/Images.js export default [ "https://images.unsplash.com/photo-1471400974796-1c823d00a96f?ixlib=rb-1.2.1&d...
20b7e59349b7aa3966318d45326e37f7a3713a81
[ "Markdown", "JavaScript" ]
2
Markdown
jaswanth333/GalleryApp-React
2dbcd6374303bfc2b0d38853630c84500dd5d6a7
c3ce3c186a3755854c76554934ceeac89fc033fd
refs/heads/master
<repo_name>bradcypert/gorgeous-elephant-timelord<file_sep>/README.md # gorgeous-elephant-timelord Super basic server demonstrating how Clojure + Luminus works. ## Prerequisites You will need [Leiningen][1] 2.0 or above installed. [1]: https://github.com/technomancy/leiningen ## Running To run db migrations, run: ...
02e97cf94f2e48d1241581b8bb860607d3ea4421
[ "Markdown", "SQL" ]
3
Markdown
bradcypert/gorgeous-elephant-timelord
0a7043837f03fb7d2e83f920f838677dc5c2bd40
666e8c472a05acee22e823ef60ae682d87726073
refs/heads/master
<file_sep>#include "camera.hpp" #include <iostream> //constructor Camera::Camera(){ int i; std::cout << "Initialized" << std::endl; capture = NULL; for(i=0 ; capture == NULL ;i++){ capture = new cv::VideoCapture(i); } std::cout << "CameraID: " << i << std::endl; } //destructor Camera::~Camera(){ delete cap...
942bdff69ff0028a952f5e0b7f29ae77022bc8df
[ "Makefile", "C++" ]
4
C++
mukuri07/opencvtest
7e5b7b3212a284c464103de8780cbe9067d6b8f0
978ab65db8516c21adc77c2602357835721ee531
refs/heads/master
<repo_name>navbor/neovim<file_sep>/src/os/input.h #ifndef NEOVIM_OS_INPUT_H #define NEOVIM_OS_INPUT_H #include <stdint.h> #include <stdbool.h> void input_init(void); bool input_ready(void); void input_start(void); void input_stop(void); uint32_t input_read(char *buf, uint32_t count); int os_inchar(uint8_t *, int, int...
ac5b28c7f297c384eec09bbdee9cc76f21536545
[ "C" ]
1
C
navbor/neovim
73fdf2d8e9e359ad80bf0538f74d1fdf5abd9389
a80734ebb077f2239189eca85482988452323baf
refs/heads/master
<file_sep>package org.netbeans.modules.ppcnf.main; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.prefs.Preferences; import javax.swing.JCheckBox; import javax.swing.JComponent; import javax.swing.JPanel; import org.netbeans.api.project.Project; import org.netbeans.api.projec...
75b5515892a17707b808febe703762ed30cdd49c
[ "Markdown", "Java" ]
2
Java
GeertjanWielenga/PeterProjectCustomizerNodeFactory
eac55a3f208440f9773a7febb7d9597bde20d47b
0b1d3c121a4244ea843eb081fa20b6de6be48883
refs/heads/master
<file_sep>using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.IO; using System.Linq; using System.Reflection; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; usi...
4d0de6f892dfec9db1e6e953a50f94287026a447
[ "Markdown", "C#" ]
3
C#
DouganRedhammer/FranklinSoft.RegCompareDesktop
b543fd6279ea6db8a7790a5cfe91bf703de910e0
4f570ad9fca22c3cbc13f21b8d737c64dcd61b47
refs/heads/master
<file_sep>$(function(){ $("#dashBoard").attr("class","highlight active"); })<file_sep>$(function () { var opt = { foreColor:'#e25a48', horTitle:'Arizona' }; $('#arizona').barIndicator(opt); }); $(function () { var opt = { foreColor:'#74b749', horTitle:'California' }; $('#california').barIndicator(opt); ...
ef76765737031b42a17cd8c0fb347611524ed43b
[ "JavaScript" ]
4
JavaScript
SKHon/openSource
5b0ac7c8b08b1b61d70f2e3e2a880e6549791b19
19d1609e4f440e1c9cfb3c80e3fc3a99859404f7
refs/heads/master
<file_sep><?php class StoreController extends Controller { function index() { $this->view("Store/index"); } function cartAdd(){ session_start(); // 資料庫連線參數 $link = include 'config.php'; //抓取商品 $sql = <<<mutil select * from product where id =...
1e9a7c6935d249f598802c3bf623e1e98c8ccb30
[ "PHP" ]
17
PHP
ballfish30/PID_Assignment
472e5e52f74ac649370ddfc07c55b682fb916fcb
92b3b340719ae67eeac1f622813a55a3b9250901
refs/heads/master
<file_sep>namespace ConsoleApplication1 { using Microsoft.Azure.Documents; using Microsoft.Azure.Documents.Client; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; u...
1c1ba1b583e5d0979b47f2bd348d0e90120853e3
[ "C#" ]
2
C#
gpdemarco/dbdoc
3753c2626daa2498e4415a0c2182b16e3be8d6bc
5dd2ea42d3b6822d467607fd3bf71309606f5ede
refs/heads/master
<repo_name>vitoriagoncalvess/pop-soda-drink<file_sep>/painel_pessoa_fisica.php <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="utf-8"> <title>POP'S - Perfil Pessoa Física</title> <link rel="stylesheet" type="text/css" href="css/reset.css"> <link rel="stylesheet" type="text/css" href="css/style...
04977ec24118bd11b300e288663ab169176c131b
[ "PHP" ]
13
PHP
vitoriagoncalvess/pop-soda-drink
265eca7506f60b1b0bdf5b68cb3da3b438a1adb5
d6a5028f964d653e70332a7869ffddc130fc7ce4
refs/heads/master
<file_sep>package br.com.mobilesaude.cliente; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import javax.xml.bind.JAXBContext; import javax.xml.bind.J...
0b722cf953aca9a1506d7e71d4bca8e7cfbe7d7d
[ "Java" ]
9
Java
andreluizgomesrangel/campeonato_web
a98f0fc34a6c04b747d1b68a95b097c1fd437256
7a005117e741b2f28338ef621286ed950ec1097d
refs/heads/master
<file_sep>#pragma once #ifndef MATRIX_VISION_H #define MATRIX_VISION_H #include <vector> #include <Common/exampleHelper.h> #include <mvIMPACT_CPP/mvIMPACT_acquire.h> namespace mv { class MvDeviceManager { private: static bool is_CameraManager_initialized; mvIMPACT::acquire::DeviceManager device_manager_; std...
9202d2d07aacd7a676763fda2e675b4818f94244
[ "C++" ]
37
C++
yRezaei/capture_mv_BlueCougar-xd
73d0b35fd0dd0a9d4a986a388a08ea6bb208c0ab
4d26052622930a386bb973e06d8dedbc42b6629d
refs/heads/main
<repo_name>MarijnDM/MDM_JDM_Pack<file_sep>/README.md # MDM_JDM_Pack JDM carpack for FiveM/GTA V. List of cars included in the files. Where do i find the list of cars? carlist.txt What can you find in this list? Name: Link: Poly's: Spawnname: How to contact me? Discord: Marijn#1611 <file_sep>/fxmanifest.l...
a9c6467697c48b2908a1d7990a8b7849a42fec3e
[ "Markdown", "Lua" ]
2
Markdown
MarijnDM/MDM_JDM_Pack
9b83928f29a5f80c327779a2806f5e7b942d1f8e
534492ba9abba887007d3dcade0fd8bd2ead3feb
refs/heads/master
<repo_name>sebacampos/portfolio<file_sep>/README.md # <NAME> Portfolio (WIP) Built using the following technologies: 1. [Next.js](https://nextjs.org/) 2. [TypeScript](https://www.typescriptlang.org/) 3. [Chakra UI](https://chakra-ui.com/) 4. [Emotion](https://emotion.sh/) <file_sep>/config/site.ts export default { ...
f4d2607862e4530efada66da54fea5ea9a988253
[ "Markdown", "TypeScript" ]
3
Markdown
sebacampos/portfolio
8b1e6e25463b44f7ff0de3c3050ee02f295cd091
b113fffee3364dbef0a862c0863abe9051b9c540
refs/heads/main
<repo_name>RahulBirgonda/FrontEnd-Projects<file_sep>/README.md # FrontEnd-Projects Consists of Frontend projects built while learning web-development <file_sep>/My-Calculator/calculator.js disp=(num) =>{ var input= document.getElementById('display'); switch (num) { case 1: input.value+='1'; b...
40224a25422da245b5305eca058d45a6498842f1
[ "Markdown", "JavaScript", "HTML" ]
3
Markdown
RahulBirgonda/FrontEnd-Projects
5e70811aa1c6d935cc002d3faaf41197bfdf9394
a3479284863f20cb99891feb9877091ee50f7fb5
refs/heads/master
<repo_name>rioting-daisies/BangazonSite<file_sep>/Bangazon/Controllers/OrdersController.cs using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.EntityFrameworkCore; using Bangazon.Data;...
f07be1050e7b46be3ee179483adb88efcf28ba32
[ "Markdown", "C#" ]
9
C#
rioting-daisies/BangazonSite
6070f7e0f1ce0a93d55d5f2e85ad99038da42712
518795c9a96431d322e417a42dbb920ad887d435
refs/heads/master
<repo_name>lvyueyang/draw<file_sep>/src/plugin/MindEditor/index.js import { Graph, Shape } from '@antv/x6' import { maxBy } from 'lodash' import dagre from 'dagre' import { uuid, mindDataFormat, createHtmlNodeBody, computedElementSize } from '@/plugin/MindEditor/utils' const NODE_H_SPACING = 100 // 节点间水平间距 const NODE_...
caae5440c282f7bb60e82e5df6556a3522359e05
[ "JavaScript" ]
1
JavaScript
lvyueyang/draw
331b3c55b70e313f127b581633938d0e3fdb7f26
1732307ebc294f3455d7fca20e19f30761b0fa3a
refs/heads/main
<repo_name>dhann4/Tutorial-Web-Development<file_sep>/02. CSS/02. CSS Layouting/04. Box Model ( CSS Layouting )/03. border/border2.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Border</title> <link rel="stylesheet" href="style.css"> </head> <body> <div class="satu">Lorem ipsum dolor sit ...
1eb0aad6e8b245c713c5893f5f4cc8dc3f7989c6
[ "JavaScript", "HTML", "Markdown" ]
10
HTML
dhann4/Tutorial-Web-Development
d58f94f0a4d4e556d18a89d8bf7bee8abfc6bbf8
7d90cac8dc0426c4df9bdff286b53884d238d415
refs/heads/master
<file_sep>$(document).ready(function () { var inputEmail = $('.win-email'); var btnSubmit = $('.win-email-submit'); $('#form-win-modal').submit(function (e) { $.post('/Home/PostEmail', $('#form-win-modal').serialize(), function (data) { if (data == '') { inputEmail.css('...
6775c4ccf430bc3f7da2cbd0b20a22c9136b67ae
[ "JavaScript" ]
1
JavaScript
LTCreative/TestTask
e0d33b8c8c6999543aebfccad9f0b70a46fa6016
48c26c773b7caa39f9a0c92c6381fa44fde25e76
refs/heads/main
<file_sep><? $nominal = require_once('nominal.php'); $nominal_str = implode(',',$nominal); ?> <!DOCTYPE html> <html> <head> <title>Банкомат на PHP + jQuery</title> <link href="media/bootstrap/css/bootstrap.min.css" rel="stylesheet" /> <link href="media/style.css" rel="stylesheet" /> </head> <body> <di...
1210c7f0c16ee75f6e5122ac8c0b247a599d212f
[ "PHP" ]
1
PHP
mikhalkevich/bankomat
b18099d9919b6705cd8486d23314424a5bf92709
75e26b579b7ea89fc5a78b55be53dcce6452fdf8
refs/heads/master
<file_sep>// // File Validation function validateuser() { var first_name = document.getElementById("fname").value; var last_name = document.getElementById("lname").value; var email = document.getElementById("mail").value; var tel = document.getElementById("phone").value; var telno = /^\d{10}$/; va...
f1a1d99d69e009b6f7ed60543f744fff6faad934
[ "JavaScript" ]
1
JavaScript
Nagur-sheik/Assignment---3-and-4-Form-Design-and-VALIDATION
f79d42f26b53071fd3c84dd1bbae641732f4878a
88c4d24212827fe7c1b9d9bbba615cdf718e702b