repo stringlengths 5 121 | content stringlengths 35 2.09M |
|---|---|
704266213/ComponentApp | 704266213/ComponentApp
FastJsonConverterFactory.java
```/*******************************************************************************
* Copyright 2017 Yuran Zhang
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
70n1/MartinA_U2 | 70n1/MartinA_U2
Tab2.java
```package com.el70n1.martina_u2;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
/**
* Created by motoni on 23/09/2016.
*/
public class Tab2 exten... |
71D3R/datos | 71D3R/datos
README.md
```##REQUISITOS
- Java 1.7 o superior
- 7zip
##INSTALACIÓN
1. Del lado derecho seleccione **Download ZIP**.
2. Extraerlo en la carpeta de su preferencia.
3. Abrir la carpeta extraida **solr* **.
4. Buscar el archivo **txt.7z** y extraerlo ahi mismo, usar el password
> **_Marie cuelga. Antes de ... |
71emj/Reintroduction-to-Javascript | 71emj/Reintroduction-to-Javascript
excercise-5.js
```const urlSample = new Array;
urlSample[0] = "https://en.wikipedia.org/w/api.php?&origin=*&action=opensearch&search=Ludwig_Mies_van_der_Rohe&limit=10";
urlSample[1] = "/w/api.php?action=query&format=json&maxage=0&origin=*&prop=info%7Cextracts%7Cimages&list=search&me... |
723854867/Iris | 723854867/Iris
BeanCreator.java
```package org.Iris.app.jilu.common;
import org.Iris.app.jilu.common.bean.model.AccountModel;
import org.Iris.app.jilu.storage.domain.MemAccount;
import org.Iris.app.jilu.storage.domain.MemMerchant;
import org.Iris.util.lang.DateUtils;
public class BeanCreator {
public static MemMer... |
72Roman/webprogbase-lab1 | 72Roman/webprogbase-lab1
README.md
```# webprogbase-lab1
lab 1
[Documentation](https://docs.google.com/document/d/1GXvIde18_2hWc1vcGkQBtE6E7G2NhbPQcnMWVwEn69Q/edit?usp=sharing)
``` |
734336454/zhouyong | 734336454/zhouyong
C.java
```package c;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.text.SimpleDateFormat;
public class C {
public static void main(String[] args) throws IOException {
// File a = new File("E:\\测试\\dd");
//... |
73796d/SplineCurve | 73796d/SplineCurve
README.md
```# SplineCurve
样条曲线
cocos creator版本:2.1.3
语言:ts
编辑器:vscode
```
showposition.ts
```const {ccclass, property} = cc._decorator;
@ccclass
export default class ShowPosition extends cc.Component {
@property(cc.Label)
label: cc.Label = null;
update (dt) {
this.label.st... |
742314100/g-hope | 742314100/g-hope
getters.js
```export function getTabIndex(state) {
return state.tabIndex;
}
export function getHasLogin(state) {
return state.hasLogin;
}```
login.js
```import {post} from '../utils/http';
export function goLogin(params){
return post('/login',params);
}```
actions.js
```export function setTabIn... |
747-diego/holberton-smiling-school | 747-diego/holberton-smiling-school
README.md
```# Web-Development
<img src="https://into-the-program.com/uploads/keyframes-animation-paused.jpg">
<hr>
<h1> Implement a design from scratch </h1>
<p> Hello! Thanks for diving in this far!
<br> In this project, I will implement from scratch, without any library, a web ... |
7506574455/Cab-Invoice-Generator | 7506574455/Cab-Invoice-Generator
README.md
```# Cab-Invoice-Generator
welcome cab invoice generator problem
``` |
759325100/spark-dmi-koa | 759325100/spark-dmi-koa
users.js
```module.exports = {
get: {
'/:id': getUserById
},
post: {
'/login': login
}
}
async function getUserById (ctx) {
// 参数验证
if (ctx.state.error.check(ctx, ctx.state.error.generate([['p', 'id']]))) {
let users = await ctx.state.redis.get('users')
console.log(... |
7788wangzi/csharp-interview-questions | 7788wangzi/csharp-interview-questions
Program.cs
```using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Find2ndMaximumNumberInGivenArray
{
class Program
{
static void Main(string[] args)
{
int[] input = { 3,... |
784679322/myrabbitmq | 784679322/myrabbitmq
send.java
```package com.mmr.rabbitmq.workfair;
import com.mmr.rabbitmq.util.ConnectionUtils;
import com.rabbitmq.client.Channel;
import com.rabbitmq.client.Connection;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
public class send {
private static final String... |
785172550/kt-vertx-demo | 785172550/kt-vertx-demo
JavaRx.java
```import com.wh.coroutines.Movies;
import io.reactivex.Completable;
import io.reactivex.Single;
import io.vertx.core.json.JsonObject;
import io.vertx.reactivex.core.http.HttpServerResponse;
import io.vertx.reactivex.ext.jdbc.JDBCClient;
import io.vertx.reactivex.ext.web.RoutingCont... |
786991884/spring-kafka | 786991884/spring-kafka
README.md
```# spring与kafka集成测试
1,kafka序列化测试,json,pb等
2,kafka生产消费与spring整合测试
3,并行消费与单线程消费测试
4,其它生产消费模型测试
```
KafkaJsonSerializerConfig.java
```package com.test.serializers;
import org.apache.kafka.common.config.AbstractConfig;
import org.apache.kafka.common.config.ConfigDef;
... |
790013438/hib1706 | 790013438/hib1706
User.java
```package com.qfedu.hib1706.domain;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
import org.hibernate.annotations.DynamicUpdate;
// POJO - Plain Ordinary Java Object
// POJO +... |
794596/dissertation | 794596/dissertation
writeResults.c
```#include <stdio.h>
#include <stdlib.h>
#include <gmp.h>
#include <string.h>
int writeResults(long length, double results, char *file) {
FILE *fp = fopen(file, "a");
fprintf(fp, "%ld, %f\n", length, results);
fclose(fp);
return 0;
}
```
numArray.h
```#ifndef NUMARRAY_H_ ... |
7Anirudh-Iyer/SnakeGame | 7Anirudh-Iyer/SnakeGame
sketch.js
```const canvas = document.getElementById('c1');
const c = canvas.getContext('2d');
const unitName = 32;
const g = new Image()
const f = new Image()
let a
let dir
let score
//in order to load image, use new Image() to call constructor, then say object name.src = path
g.src ... |
7ZXU/skku-quiz | 7ZXU/skku-quiz
App.js
```import React from "react";
import styled from 'styled-components';
import { Route, Switch } from "react-router-dom";
import StartPage from "./pages/StartPage"
import Question1 from "./pages/Question1"
function App() {
return (
<div>
<Switch>
<Route exact path="/" componen... |
7cb15/ACT-Scores-and-Crime | 7cb15/ACT-Scores-and-Crime
README.md
```# ACT-Scores-and-Crime
Measuring adverse impact of crime, socioeconomic / public health indicators, and school quality metrics on ACT test performance in Chicago high schools. Methods used include: Kmeans clustering, Kmodes clustering, and random forest regression.
``` |
7ucky/auto | 7ucky/auto
Nullable.java
```/*
* Copyright (C) 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... |
8-bitTom/JavaScript_Tools | 8-bitTom/JavaScript_Tools
usefull tools.js
```/*Author: Tom Marra
**Email: Tmarradesign@gmail.com
**~JavaScript Tools Library~
**Taken from awesome singleton Scripts I've written or had shared
**with me that can be helpful in any situation
*/
//=##====================================================================... |
80cmdude/EmbeddedPicker | 80cmdude/EmbeddedPicker
MainPage.xaml.cs
```using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xamarin.Forms;
namespace EmbeddedPicker
{
public partial class MainPage : ContentPage
{
public MainPage()
{
try
{
InitializeComponent()... |
841412003/python3 | 841412003/python3
自动朗读.py
```#! /usr/bin/env python
# -*- coding:utf-8 -*-
# @Author:L
# Date:2018/9/19 13:41
import uuid
import re
import os
import argparse
from pydub import AudioSegment
from aip import AipSpeech
from playsound import playsound
from goose3 import Goose
from goose3.text import StopWordsChinese
""" 你... |
844348677/Savetick | 844348677/Savetick
TickInfo.java
```package tdb.util;
import org.bridj.Pointer;
import tdbapi.TDBDefine_ReqTick;
/**
* Created by liuh on 2016/5/9.
*/
public class TickInfo {
/*
* struct TDBDefine_ReqTick
{
char chCode[32]; //证券万得代码(AG1312.SHF)
char chMarketKey[24]; //市场设置,如:SH-1-0;SZ-... |
853695319/scrapy | 853695319/scrapy
readme.md
```Running Tesseract
Tesseract is a command-line program, so first open a terminal or command prompt. The command is used like this:
```
tesseract imagename outputbase [-l lang] [-psm pagesegmode] [configfile...]
l:\etc\Tesseract-OCR\tesseract.exe tesseracttest.jpg out
out.txt =... |
871301458/okhttpdemo | 871301458/okhttpdemo
SimpleCallback.java
```package com.example.okhttpdemo.second;
import android.content.Context;
import java.io.IOException;
import okhttp3.Request;
import okhttp3.Response;
/**
* Created by wuyin on 2016/5/20.
*/
public abstract class SimpleCallback<T> extends BaseCallback<T> {
protected... |
877927262/shark-h5-master | 877927262/shark-h5-master
index.js
```'use strict';
import React, { Component } from "react";
import { browserHistory } from "react-router";
import { observer, inject } from "mobx-react";
import WeUI from "react-weui";
import _ from '../../../util';
import { promotionIncomeStatusEnum } from "../../../enum";
const {... |
880831ian/Microbit | 880831ian/Microbit
README.md
```# Microbit自走車+
# 程式圖
**小蜜蜂**

**沿線走**

``` |
895102518/reactDemo | 895102518/reactDemo
Xiaojiejie.js
```import React, { Component, Fragment } from 'react'
// 导入组件
import XiaojiejieItem from './XiaojiejieItem'
import './haha.css'
class Xiaojiejie extends Component {
// 构造函数 定义当前的值
constructor(props) {
super(props)
this.state = {
inputvalue: '',
... |
8AGame/ShareSDK-for-iOS | 8AGame/ShareSDK-for-iOS
Facebook.js
```var Facebook = {};eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c... |
8BitSandy/Soundboard | 8BitSandy/Soundboard
MainActivity.java
```package com.example.sandy.daanyaalsounds;
import android.media.MediaPlayer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
@Override... |
8Grom8/goit-react-hw-06-phonebook | 8Grom8/goit-react-hw-06-phonebook
contacts.actions.js
```import { createAction } from "@reduxjs/toolkit";
const addNewContact = createAction("contacts/addNewContact");
const filterChange = createAction("contacts/removeContact");
const removeContact = createAction("contacts/filterChange");
export { addNewContact, fil... |
8basetech/gale-shapley | 8basetech/gale-shapley
data_match.py
```#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from decimal import Decimal, ROUND_HALF_UP
import random
import copy
import matplotlib.pyplot as plt
import math
"""
Created on Sat Nov 24 16:42:54 2018
@author: hosokawaai
"""
# 初期変数
DAYS = 30
# 一日あたりの最低選考リスト人数
DAILY_MIN_MEN_NUM ... |
8bitcat/GardenArtSweden | 8bitcat/GardenArtSweden
NavData.cs
```using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using GardenArt.Core.Repository;
using GardenArt.Core.Repository.Interfaces;
using GardenArt.Infrastructure.Database;
using GardenArt.Models;
using GardenArt.Core.Interfaces.NavData;
namespace G... |
8byt/feelings.solutions | 8byt/feelings.solutions
README.md
```# feelings.solutions
A website for solving feelings.
``` |
8restrada/Stock-Market | 8restrada/Stock-Market
market.js
```//imports your code to be tested
const Stock = require("./stock.js");
const Portfolio = require("./portfolio.js");
//Imports my code to run your examples against the economic forcast
//const Forecast = require("./forcast");
function main(){
//create all of your stock... |
8secz-johndpope/threejs | 8secz-johndpope/threejs
index.js
```import Vue from 'vue'
import Home from "./component/home/index.vue"
import './index.less'
import App from './game/App'
let app;
new Vue({
render: h => h(Home)
}).$mount("#home");
window.onload = function(){
let canvas = document.getElementById("canvas");
app = new App... |
9070op/githero | 9070op/githero
rest.js
```const mongoose = require("mongoose");
const validator = require("validator");
const createSchema = new mongoose.Schema({
name: {
type: String,
// minlength: 3,
required: true,
},
email: {
type: String,
unique: true,
required: true,
... |
907405824/memory- | 907405824/memory-
README.md
```# memory-
just another repository
``` |
90aeteci/E3F2l5a6s1h4C7a9r4d6S9h3o2p8 | 90aeteci/E3F2l5a6s1h4C7a9r4d6S9h3o2p8
README.md
```E3F2l5a6s1h4C7a9r4d6S9h3o2p8
============================
E3F2l5a6s1h4C7a9r4d6S9h3o2p8
``` |
91diego/api-rest-spring | 91diego/api-rest-spring
Profile.java
```package com.dgonzalez.apirest.persistence.entity;
import javax.persistence.*;
import java.time.LocalDateTime;
@Entity
@Table(name = "profiles")
public class Profile {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
private String na... |
91diego/registro-encuesta | 91diego/registro-encuesta
OperacionesDb.php
```<?php
require_once "conexion/Conexion.php";
function c() {
return Conexion::conectar();
}
/**
* INSERTA LOS DATOS DE LA NEGOCIACION EN LA TABLA
*
* @param array $data -> informacion de la negociacion
* @param string $table
*/
funct... |
91tlowell/PE4_part2_tic-tac-toe | 91tlowell/PE4_part2_tic-tac-toe
tic-tac-toe.cpp
```#include <vector>
#include <iostream>
#include <fstream>
#include <string>
char player_turn = 'X';
void CreateBoard();
void DisplayBoard();
char GetPlayerChoice();
void PlaceMarker();
int main(){
// CreateBoard(); // not needed since we have the function plac... |
934048645/934048645.github.io | 934048645/934048645.github.io
README.md
```# 934048645.github.io``` |
939598604/docsify | 939598604/docsify
_navbar.md
```- [主页](/)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)
- [百度](http://www.baidu.com)```
ali_domain.md... |
94-Istanbul-Front-End-Bootcamp/odev-2-milyastayan | 94-Istanbul-Front-End-Bootcamp/odev-2-milyastayan
index.js
```let data = [];
const fetchData = () => {
//verinin çekildiği yer
fetch("data.json")
.then(response => {
return response.json();
})
.then(responseData => {
//json'dan okunan verinin data array'ine atan... |
9527-ol/Web-scraping-challenge | 9527-ol/Web-scraping-challenge
scrape_mars.py
```from splinter import Browser
from bs4 import BeautifulSoup as bs
import time
import pandas as pd
def init_browser():
# @NOTE: Replace the path with your actual path to the chromedriver
executable_path = {"executable_path": "/usr/local/bin/chromedriver"}
r... |
95424736/SPYDER | 95424736/SPYDER
拉钩网登陆.py
```import time
from selenium import webdriver
# 创建浏览器对象
driver = webdriver.Chrome()
driver.get('https://passport.lagou.com/login/login.html?')
# # 查找节点
ID = driver.find_element_by_xpath("//input[@type='text']")
password = driver.find_element_by_xpath("//input[@type='password']")
t... |
95rolancia/cats-gallery-javascript | 95rolancia/cats-gallery-javascript
api.js
```const API_END_POINT = "public/data";
const delay = (ms = 500) => new Promise((r) => setTimeout(r, ms));
export default class Api {
async request(nodeId) {
try {
await delay();
const res = await fetch(`${API_END_POINT}/${nodeId ? nodeId : "content"}.json`)... |
963666666/golang | 963666666/golang
micro.md
```
## 拆分流程
- 代码拆分:
- 公共技术组件拆分
- 先拆分公共技术组件为独立的包
- 确保拆分后包引用准确,编译没问题
- 启动运行没有问题,
- 所有的自动化测试执行没有问题
- 资金账户子系统拆分
- 复制红包业务代码到独立的资金账户项目
- 在资金账户包中移除和资金账户无关的代码
- 确保拆分后包引用准确,编译没问题
- 确保资金账户子系统启动运行没有问题
- 运行资金账户包所有的自动化测试执行没有问题
- UI子系统拆分
- 复制红包业务代码到独立的UI 项目
... |
969858096/lspdemo | 969858096/lspdemo
README.md
```# lspdemo
测试创建远程项目
```
LspdemoApplication.java
```package com.lsp.lspdemo;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class LspdemoApplication {
public static void main(Strin... |
96boards-projects/zephyr_multithread_blinky | 96boards-projects/zephyr_multithread_blinky
README.md
```# 96Boards Carbon Basic Multi Thread Example
This example demonstrates spawning of multiple threads using K_THREAD_DEFINE.
# Table of Contents
- [1) Hardware requirements](#1-hardware-requirements)
- [2) Software](#2-software)
- [2.1) Build Environment Setu... |
9728627/kongkong | 9728627/kongkong
PostViewActivity.java
```package eduhollcs184assignments.ucsb.cs.httpwww.kongkong;
import android.app.ActionBar;
import android.content.Intent;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.NavigationView;
import android.supp... |
9759176595/DATA-Structure | 9759176595/DATA-Structure
bubblesort.c
```#include<stdio.h>
int main()
{
int n,temp;
printf("Enter the no of array elements:\n");
scanf("%d",&n);
int arr[n];
printf("Enter the elements:\n");
for (int i = 0; i < n; i++)
{
scanf("%d",&arr[i]);
}
for (int i = 0; i < n-1; i++)
{
for (int j = 0;... |
97hajerahmeda97/RC4 | 97hajerahmeda97/RC4
main.cpp
```#define MAX 65534
#include <string>
#include<stdio.h>
#include<time.h>
#include <ctype.h>
#include <iostream>
#include <string.h>
using namespace std;
char cryptotext[MAX];
char plaintext[MAX];
int keystream[MAX];
int main()
{ char text[256],t[256];
int s[256];
cou... |
99002592/GenesisSubmission | 99002592/GenesisSubmission
Requirements.md
```Requirement Analysis:
High level requirements:
|ID|Description|
|---|-----------|
|001|Should perform accurate calculations|
|002|Easy user-interface|
|003|Result should be instantly displayed|
|004|Should perform all basic arithmetic calculations|
|005|Should have abilit... |
99003513/task-2c | 99003513/task-2c
README.md
```# task-2c
phani documents for calculator
1.what is Calculator?
• A Calculator is a simple electronic hardware device or a software capable of performing the simple calculations such as addition,multiplications,subtraction,division,finding square roots,percentages and conversions etc.... |
99050823/Week-3---pizza-calculator | 99050823/Week-3---pizza-calculator
README.md
```# Week 3 - pizza calculator
JS opdracht
``` |
999946/px2rpx-loader | 999946/px2rpx-loader
px2rpx-loader.js
```var loaderUtils = require('loader-utils')
var Px2rpx = require('px2rpx')
module.exports = function (source, target) {
var options = loaderUtils.getOptions(this);
var px2rpxOptions = options;
for(var index in options.patterns) {
const pattern = options.patterns[index... |
9Hua/ife_layout_assignment_D7-BC-18_8_9 | 9Hua/ife_layout_assignment_D7-BC-18_8_9
label_action.js
```var labels = document.querySelectorAll('#banner li a');
var imgs = document.querySelectorAll('#banner img');
var navs = document.querySelectorAll('nav li a');
{
for (i = 0; i < labels.length; i++) {
var label = labels[i];
setLabelHandler(l... |
9Mert/first-step | 9Mert/first-step
README.md
```# first-step
A simply demo repository to known basics!
``` |
9oh9/9oh9-blog | 9oh9/9oh9-blog
app.js
```var ghost = require('ghost'),
path = require('path');
var app = ghost({
config: path.join(__dirname, 'config.js')
});
if(require.main === module){
app.then(function (ghostServer) {
ghostServer.start();
});
}
else {
module.exports = app;
}
```
www
```#!/usr/bin/env nodejs... |
A-Alaa/rails-task-panel-wbsockets | A-Alaa/rails-task-panel-wbsockets
routes.rb
```Rails.application.routes.draw do
resources 'algorithms'
root 'algorithms#index'
mount ActionCable.server => 'cable'
end
```
README.md
```# README
This is an example application for using WebSockets instead of half-duplex HTTP polling.
### Prerequisites
* Ruby ... |
A-Crofoot/ECE351_Code | A-Crofoot/ECE351_Code
Lab_0.py
```
################################################################
# #
# Austin W. Crofoot #
# ECE 351-53 #
# Due 1/26/2021 ... |
A-Mehdi/Intro-To-AI-Team-Project | A-Mehdi/Intro-To-AI-Team-Project
Test.py
```import os
import cv2
from models.Test_Config import Face2Cartoon
if __name__ == '__main__':
Input_path = './test_images/'
Save_path = './save_images/'
filename_list = os.listdir(Input_path)
for i in filename_list:
save_name = i.split('.')[... |
A-Talbot/Election_Analysis | A-Talbot/Election_Analysis
README.md
```# Election Audit
*Prepared for Seth and Tom - 2021 JAN 17*
## Overview of Election Audit
### Purpose
The main purpose of this audit is to analyse the election results and submit the data findings to the election commission. This audit will inlcude the following data:
* Tota... |
A-bahaa/A-bahaa-Analyze_ab_test_results | A-bahaa/A-bahaa-Analyze_ab_test_results
README.md
```# A-bahaa-Analyze_ab_test_results
Third project of the Udacity-Data-Analyst nanodegree
# Analyze A/B Test Results
A/B tests are very commonly performed by data analysts and data scientists.
For this project, I was working on understanding the results of an A/B tes... |
A-for-Anders/WeeklyUpdate_GithubTestLab | A-for-Anders/WeeklyUpdate_GithubTestLab
index.js
```
var button = document.getElementById("button-key-1");
button.addEventListener("click", function() {
document.location.href = "https://a-for-anders.github.io/WeeklyUpdate_GithubTestLab/PROJECTS/CLOCK/clock.html";
// document.location.href = "/PROJECTS/C... |
A-serena/weather-forecast | A-serena/weather-forecast
README.md
```# weather-forecast
Kivy を使用したマルチプラットフォームの天気予報アプリ
```
keisan.py
```import schedule
import time
class job:
pass```
test.py
```import japanize_kivy
from kivy.app import App
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.label import Label
class Mainscreen(BoxLayout):
... |
A00447210/FinalProject | A00447210/FinalProject
PaymentInfoesController.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;
namespace PizzaKnight.Controllers
{
public... |
A01374974/Graficas2020 | A01374974/Graficas2020
threejsInteraction.js
```let container;
let camera, scene, raycaster, renderer,root;
let life;
let mouse = new THREE.Vector2(), INTERSECTED, CLICKED;
let radius = 100, theta = 0;
let objectList=[];
let objLoader = null, jsonLoader = null;
let fract = 0;
let deltat = 1000;
let duration = 200000;... |
A1Kiselev/united_undeground_backend | A1Kiselev/united_undeground_backend
Routes.ts
```import { Router } from "express";
import ResourceModel from "../models/Resource";
const router = Router()
router.get('/', ( async (req, res) => {
const resources = await ResourceModel.find({});
res.send(resources);
}))
router.get('/calculator', ((req, res) => {
... |
A26mike/Valkyrie-AutoUpdate | A26mike/Valkyrie-AutoUpdate
autoupdate.py
```#Valkyrie-AutoUpdate
#Written By: Caleb 'Crow' Farrell
#Date: 2020 - 10 - 15
#TODO: Create output log
#DONE: #TODO: prevent any folder W/O meta.cpp file from crashing the program
#TODO: allow for both anon and signed in use of SteamCMD
#TODO: Create a system for users to d... |
A284Philipi/1165_Numero-Primo_Cpp | A284Philipi/1165_Numero-Primo_Cpp
main.cpp
```#include <iostream>
using namespace std;
int main()
{
int cont = 0, casos, numero, i = 2, def = 0;
cin >> casos;
while (cont < casos){
cin >> numero;
if (numero <= 3){
cout << numero << " eh primo" <<endl;
}else... |
A3ner/fluig-process_history | A3ner/fluig-process_history
DefProces.java
```package com.fluig.model;
public class DefProces {
private String codDefProces;
private String desDefProces;
public DefProces(String codDefProces, String desDefProces) {
this.codDefProces = codDefProces;
this.desDefProces = desDefProces;
}
public String getCod... |
AA-Akshat/Cubelelo- | AA-Akshat/Cubelelo-
README.md
```# Cubelelo-
Cubelelo (Web Development Task for Team IOSD)
``` |
AA472/EE-354 | AA472/EE-354
main.c.c
```#include "stdlib.h"
#include "stm32f446.h"
//extern void assemblyFunc();
void Led_out();
void moveSandUp();
void moveSandDown();
void moveWaterUp();
void moveWaterDown();
void resetHour();
void resetWater();
void resetPach();
unsigned char rands[250];
unsigned char rows [16];//= {0xFF,0xFF,0x... |
AAWhang/cat-dog | AAWhang/cat-dog
scripts.js
```$(document).ready(function() {
$("button#Cat").click(function() {
$("ul#call").prepend("<img src='img/cat.png'>");
$("ul#response").prepend("<img src='img/dog.jpg'>");
$("ul#call").children("img").first().click(function() {
$(this).remove();
});
$("ul#response... |
AAkira/MultiTicker | AAkira/MultiTicker
multiticker.go
```package multiticker
import (
"time"
)
type MultiTicker struct {
C <-chan Tick // send label and time
c chan Tick
items []tickItem
closeCh chan struct{}
}
func NewMultiTicker(intervalSecond map[string]time.Duration) *MultiTicker {
g := 1
m := 0
for _, v := r... |
AB07AB/PRO-C101 | AB07AB/PRO-C101
CloudStorage.py
```import dropbox
import os
from dropbox.files import WriteMode
class TransferData:
def __init__(self, access_token):
self.access_token = access_token
def upload_file(self, file_from, file_to):
dbx = dropbox.Dropbox(self.access_token)
for root,dirs,fil... |
ABAPPLO/chatbot_learn | ABAPPLO/chatbot_learn
README.md
```# chatnot
聊天机器人相关
目前两个文件 一个是 中文的chart bot 别人写的
另一个人是比较全的全世界的聊天机器人框架或这完整的代码
``` |
ABAPREPO/ZTESTPROJECT | ABAPREPO/ZTESTPROJECT
README.md
```# ZTESTPROJECT
Sample project
``` |
ABCDEF-123456/testing | ABCDEF-123456/testing
README.md
```# testing
This is a markdown file
# Edureka-Internship-Assignment-1
``` |
ABCpdf-Team/PDF-OCG-Layers | ABCpdf-Team/PDF-OCG-Layers
Form1.cs
```// ===========================================================================
// ©2013-2021 WebSupergoo. All rights reserved.
//
// This source code is for use exclusively with the ABCpdf product under
// the terms of the license for that product. Details can be found at
//... |
ABHISHEK-SIN-GH/database-project | ABHISHEK-SIN-GH/database-project
connect.php
```
<?php
$insert = false;
if(isset($_POST['name'])){
$server = "localhost";
$username = "root";
$password = "";
$con = mysqli_connect($server, $username, $password);
if(!$con)
{
die("conection failed due to".mysqli_connect_er... |
ABHISHEKRAI12/MY-FIRST-PROJECT | ABHISHEKRAI12/MY-FIRST-PROJECT
README.md
```# MY-FIRST-PROJECT
First project
hello
``` |
ABI-Software/flatmapvuer | ABI-Software/flatmapvuer
README.md
```# FlatmapVuer
This project aims to wrap the flatmap viewer project into a vue component.
There are currently two components available. FlatmapVuer and MultiFlatmapVuer. FlatmapVuer is used for displaying a single flatmap whereas MultiFlatmapVuer takes in an array of flatmaps and ... |
ABacidore/ABacidoreECS | ABacidore/ABacidoreECS
README.md
```# ABacidoreECS
My github website
``` |
ABialoskorski/APO-2019 | ABialoskorski/APO-2019
use-cases.md
```Opis skrócony przypadków użycia
===============================
Aktorzy procesu i ich cele
--------------------------
Aktor Cel
----------- -----------------------------
Dostawca Dodanie brakujących produktów
Klient Kupno produ... |
ABonaplata/house-prices-eda-python | ABonaplata/house-prices-eda-python
README.md
```# House Prices: Análisis exploratorio de datos con Python
Previamente publicado en [Kaggle Kernels](https://www.kaggle.com/abonaplata/analisis-exploratorio-de-datos-con-python/).
El estudio previo de los datos o EDA es una etapa crítica en la ciencia de datos, y sin du... |
ABouchebaba/todoList | ABouchebaba/todoList
TacheAdapter.java
```package com.example.malistedetches;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import androidx.r... |
AC0RN-Wizard/Kodi | AC0RN-Wizard/Kodi
README.md
```# Kodi
AC0RN Build Wizard for Kodi
``` |
ACBullen/reddit-querier | ACBullen/reddit-querier
App.test.js
```import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import renderer from "react-test-renderer";
import {shallow} from "enzyme";
import rest from 'rest';
it('renders without crashing', () => {
const div = document.createElement('div');
ReactD... |
ACC-Batlab-Makerspace/mysql-connector-c- | ACC-Batlab-Makerspace/mysql-connector-c-
README.md
```# mysql-connector-c-
``` |
ACloseOne/zombs-royale | ACloseOne/zombs-royale
script.js
```/* 1. Create our character as a simple circle
2. Make a start button
3. Make a line for a stick gun
4. Make a leader board
WORKING 5. Control characters with arrow and WASD keys
DONE 6. Need to make a gameboard way bigger than the screen
7. Kill everyone by s... |
ACruzadoP/48_react_form_practice | ACruzadoP/48_react_form_practice
App.js
```import React, {Component} from "react"
class App extends Component {
constructor() {
super()
this.state = {
firstName: "",
lastName: "",
age: "",
gender: "",
destination: "",
lactose: false,
vegan: false,
... |
ADA-ANU/METABASE-to-Twitter-updates | ADA-ANU/METABASE-to-Twitter-updates
Constants.py
```import dotenv
import os
dotenv.load_dotenv()
# API_METABASE_AUTHENTICATION_ENDPOINT = "https://dataverse-dev.ada.edu.au/metabase/api/session"
API_METABASE_AUTHENTICATION_ENDPOINT = "https://reporting.ada.edu.au/api/session"
API_WP_AUTHENTICATION_ENDPOINT = "http://... |
ADHIRAJ-iit/test | ADHIRAJ-iit/test
README.md
```<!doctype html>
<html>
<head>
<title>IIT KGP</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
}
#topbar {
margin: auto;
background-color: blue;
width: ... |