repo
stringlengths
5
121
content
stringlengths
35
2.09M
13TIA-PCR-Pemrograman-Framework/16.Hadi-Fattah-Utomo
13TIA-PCR-Pemrograman-Framework/16.Hadi-Fattah-Utomo README.md ```# 16.Hadi-Fattah-Utomo Sistem Informasi Kepegawaian ``` HelloService.java ```/* * 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 ...
13lazegg/cursoangular
13lazegg/cursoangular service.service.ts ```import { Injectable } from '@angular/core'; import { Headers, Http } from '@angular/http'; import { Observable } from 'rxjs/Rx'; import { News } from './news'; @Injectable() export class ServiceService { private api:string; private token:string; constructor( priv...
1400205/WebPOS
1400205/WebPOS jscart.js ```/** * Created by prosper on 30/07/2016. */ // autocomplet : this function will be executed every time we change the text function addRecord() { // var min_length = 0; // min caracters to display the autocomplete var keyword = $('#item_id').val(); if (keyword.length >= min_lengt...
1400392300/GITIDEATest
1400392300/GITIDEATest README.md ```# GITIDEATest 这是一个测试 ```
1411293860/wangchaoyue-cms
1411293860/wangchaoyue-cms ChannelMapper.java ```package com.wangchaoyue.dao; import java.util.List; import org.apache.ibatis.annotations.Select; import com.wangchaoyue.entity.Channel; /** * @author 王超越 * * 2019年11月14日 */ public interface ChannelMapper { @Select("SELECT * FROM cms_channel ORDE...
1413111/d
1413111/d duplicate.java ``` import java.util.*; class duplicate { public static void main(String[] args) { int flag=0; Scanner s=new Scanner(System.in); int a[]=new int[n]; for(int i=0;i<n;i++) { a[i]=s.nextInt(); } for(int i=0;i<n;i++) ...
1422041449/vue-element-admin-SSM
1422041449/vue-element-admin-SSM FireLerningApplication.java ```package cn.jlw.firelearning; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annotation.EnableS...
1425-l/Weight
1425-l/Weight Jiulid.cs ```using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Weigh { class Jiulid { public static string id { get; set; } public static string orderno { get; set; } public static string ...
1427736133/test-rebase
1427736133/test-rebase README.md ```# test-rebase 1111 commit ; ```
1447264892/031702622
1447264892/031702622 main.cpp ```#include <iostream> #include <string.h> using namespace std; int main() { int y; char match[100][100]; char match2[100][100]; char phone[100][100]; char province[100][100]; char city[100][100]; char name[100][100]; char qu[100][100]; char street[100][100]; char address[100]...
1451762067/FileList
1451762067/FileList README.md ```# FileList 【项目初衷】 由于项目是根据进程名指定代理进程,因此需要知道某程序相关的所有进程名,比如要代理qq, 首先要列出可能有关的所有进程名,于是到qq的安装目录下找所有exe文件,由于目录是层级结构, 一个一个找很麻烦,因此需要个工具,指定那个目录后,递归列出该目录下的所有指定类型 的文件,比如指定qq的安装目录:C:\Program Files (x86)\Tencent\QQ,指定后缀为.exe, 列出该目录下所有exe文件: auclt.exe, bugreport.exe,...
1458696128/hello_0506
1458696128/hello_0506 App.jsx ```import React, { Component } from 'react' import Add from './Components/add/Add' import List from './Components/list/List' import Item from './Components/item/Item' export default class App extends Component { state={ comments:[ // {id:"123435453",userName:"小猪佩奇",cont...
1460293896/SCC_One_Click_Miner_CPU
1460293896/SCC_One_Click_Miner_CPU frmAbout.cs ```using System; using System.Diagnostics; using System.Windows.Forms; public partial class frmAbout : Form { public frmAbout() { InitializeComponent(); } private void frmAbout_Load(object sender, EventArgs e) { Text += " " + clsSettin...
148mkwd/ex6
148mkwd/ex6 README.md ```ex6 === /** * 各数字の出現数を表す文字列を返す * @param inputs 数列の文字列。例えば"1 3 1 1 3 3" * @return 各数字の出現数を表す文字列。例えば"1(3) 3(3)" */ ``` MyApp6.java ```package ex6; public class MyApp6 { /** * 各数字の出現数を表す文字列を返す * @param inputs 数列の文字列。例えば"1 3 1 1 3 3" * @return 各数字の出現数を表す...
14BME0133/MEE205L
14BME0133/MEE205L README.md ```# MEE205L Fundamentals of Manufacturing Processes - LAB ```
14ec043l/-
14ec043l/- mission_2-6.php ```<?php $dataFile ='kadai_22.txt'; $editFlag = $_POST['edit_num']; if(!empty($_POST['user'])&& empty($editFlag) && !empty($_POST['password'])){ $user = ($_POST['user']); $message = ($_POST['message']); $time = date('Y/m/d H:i:s'); $pass = ($_POST['pa...
14j123/pacman-in-C-
14j123/pacman-in-C- README.md ```A simple classic PACMAN game created using C++ If wish to try out can downlad .exe file for a classic gameplay. ENJOY!!!! ```
14tinchov/jt-benefits
14tinchov/jt-benefits FeaturedItems.js ```import React from 'react' import { Link } from 'gatsby' import { RichText } from 'prismic-reactjs' import { linkResolver } from '../../utils/linkResolver' function renderProducts(slice) { return slice.fields.slice(0, 2).map((item, index) => <Link to={linkResolver(item.l...
1506430045/php7
1506430045/php7 demo1.php ```<?php function check(int $bool) { var_dump($bool); } check(1); check(true); ``` README.md ```# php7 * ZEND引擎升级到Zend Engine 3,也就是所谓的PHP NG * 增加抽象语法树,使编译更加科学 * 64位的INT支持 * 统一的变量语法 * 原声的TLS - 对扩展开发有意义 * 一致性foreach循环的改进 * 新增 <=>、**、?? 、\u{xxxx}操作符 * 增加了返回类型的声明 * 增加了标量类型的声明 * 核心错误可以通过异常捕获了 * ...
1512262/IDS_Internship
1512262/IDS_Internship 2_Extract_Visual_Feature-DenseNet.py ```import os import numpy as np import tensorflow as tf from tensorflow.keras.preprocessing import image from tensorflow.keras.applications.densenet import DenseNet121,preprocess_input from tensorflow.keras.layers import Activation,GlobalAveragePooling2D,Lamb...
151616/c-86-complete
151616/c-86-complete README.md ```# c-86-complete ```
15238778182/project
15238778182/project app.66293e0a4a8ace4004dd.js ```webpackJsonp([1],{"+Jfx":function(i,t){i.exports="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAMAAAANmfvwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAxRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3pr...
15282807881/Test_ShowCard
15282807881/Test_ShowCard ViewHolder.java ```package com.example.test_showcard.Dynamic; public class ViewHolder { public ViewHolder(){ } } ``` MainActivity.java ```package com.example.test_showcard; import android.content.Context; import android.os.Environment; import android.util.Log; import android.view.V...
1536696608/MyFirst
1536696608/MyFirst 推箱子.c ```#include<stdio.h> #include<stdlib.h> #include<Windows.h> #include<conio.h> /*0:空地 1:目的的 2:墙壁 4:箱子 8:玩家 16:箱子到达目的地*/ int map[13][14] = { {0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0}, {0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0}, {0, 2, 2, 2, 2, 0, 0, 4, 4, 2, 2,...
15520783/cordova-plugin-localnotification-event
15520783/cordova-plugin-localnotification-event README.md ```# cordova-plugin-localnotification-event ```
15637945839/first
15637945839/first seven.py ```i = 7 ``` second.py ```a =2 b=3 c = 3 ``` five.py ```m = 5 ``` third.py ```i = 3 i = 4 ```
15693864157/DemoGit
15693864157/DemoGit User.java ```package entity; /** * @program: git-demo * @description: * @author: Ms.Zhou * @create: 2019-07-18 16:55 **/ public class User { private String id; private String uname; private String address; public String getAddress() { return address; } publi...
15738533998/jenkins_project
15738533998/jenkins_project test_login.py ```class TestLogin: def test_hehe_01(self): assert 1 def test_hehe_02(self): assert 0 def test_hehe_03(self): assert 1```
15798063035/myDictionary
15798063035/myDictionary word.js ```const fs = require('fs') let _getWordInfo = function () { return new Promise((resolve, reject) => { fs.readFile('./database/word.json', (err, data) => { if (err) { reject(err) } else { resolve(JSON.parse(data.toStr...
15803562448/FrescoDemo
15803562448/FrescoDemo MainActivity.java ```package com.sunny.zh.frescodemo; import android.net.Uri; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import com.facebook.drawee.view.SimpleDraweeView; import com.lidroid.xutils.ViewUtils; import com.lidroid.xutils.view.annotation.ViewInject; ...
15980131262/jin-chat
15980131262/jin-chat GroupModel.php ```<?php /** * Created by PhpStorm. * User: Double-jin * Date: 2019/6/19 * Email: 605932013@qq.com */ namespace App\Model; class GroupModel extends Base { public $tableName = "`group`"; } ``` ChatRecordModel.php ```<?php namespace App\Model; class ChatRecordModel exte...
15989346035/nacos-service-consumer
15989346035/nacos-service-consumer README.md ```# nacos-service-consumer```
15dani1/Simple_Python
15dani1/Simple_Python README.md ```# Simple Python This is the outline of the Simple Python Course I have developed from scratch during Summer 2020. Special Thanks to the Malayalee Association of Central Florida (MACF) for giving me the opportunity to teach my course to all these fabulous kids! I hope they grow ...
16237846/16237846.github.io
16237846/16237846.github.io README.md ```# 16237846.github.io```
16309004/hello-word
16309004/hello-word README.md ```# hello-word Just another repository. i am korean student. my name is sim jae whan. my major is software. ```
1660615472/vuesupermall
1660615472/vuesupermall home.js ```/* * @Author: your name * @Date: 2021-05-07 16:40:33 * @LastEditTime: 2021-05-09 22:25:26 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: \JScoded:\code\vueproject\vuesupermall\src\network\home\home.js */ import {request} from "../requ...
16619709680/SpringBoot
16619709680/SpringBoot MybitsController.java ```package com.jn.springboot_mybits.controller; import com.jn.springboot_mybits.entity.Person; import com.jn.springboot_mybits.service.PersonImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; i...
1684547081/Day05
1684547081/Day05 Git.java ```package cn.lhl.Dayo5; /** * Created by Happy on 2017-01-14. */ public class Git { public static void main(String[] args) { System.out.println("get"); } } ```
168WenFangjun/grx
168WenFangjun/grx defaultrange.py ```import tag import text import num def token_class(): return DefaultRangeTagToken class DefaultRangeTagToken(tag.TagToken): def parse(self, context): if len(self.args) != 2: raise ValueError("@defaultrange takes exactly two arguments") minval = text.PlainStringContext(s...
16cjreplogle/class-practice-repo
16cjreplogle/class-practice-repo do-stats.sh ```# Calculate reduced stats for data files for datafile in "$@" do echo $datafile done for datafile in *[AB].txt do echo $datafile bash goostats $datafile stat-$datafile done ```
1727Sz/izuanqian
1727Sz/izuanqian UrlConvertPO.java ```package com.izuanqian; import io.swagger.annotations.ApiModelProperty; import lombok.Data; /** * Created by root on 17-3-8. */ @Data public class UrlConvertPO { @ApiModelProperty("the url witch to be convert.") private String url; } ``` README.md ```一个基于SpringCloud构建的...
172CapaFen-10D-OB/IYPT-2017
172CapaFen-10D-OB/IYPT-2017 Odev1.md ```10-D|Gökalp Oğuz Özün|431 10-D|Beyzanur Şimşek|423 10-E|Burak Süvari|495 #Domino Bu deneyde domino taşlarından,açıölçerden,ipten , ipin bağlı olduğu ağırlıktan ve açı ölçeri sabitleyen düzenekten   yararlanacağız.Amacımız:Domino taşlarının birbirini düşürerek oluşturduğu hız...
1738352551/huanyuan.github.io
1738352551/huanyuan.github.io README.md ```# huanyuan.github.io HuanYuanblog ```
17521174/CS114.L11.KHCL
17521174/CS114.L11.KHCL Keo_cat_giay ```word = input() s = 0 i = 0 while word[i] != " ": i = i + 1 n = int(word[:i]) m = int(word[i:]) s = (m-1)*(n-1) print(s) ``` README.md ```# CS114.L11.KHCL # MACHINE LEARNING REPOSITORY <img src="https://user-images.githubusercontent.com/71223079/99895778-962df480-2cbc-11eb-9be4...
1770599952/config_sell
1770599952/config_sell README.md ```# config_sell sell_config ```
1775068/CJD
1775068/CJD jquery.alertpage.js ```(function ($) { $.alertPage = function (options) { var settings = { 'url': '', 'data': {}, 'width': '300px', 'height' : '400px' }; if (options) { $.extend(settings, options); ...
17nis/MinitutorialsFront
17nis/MinitutorialsFront lang.js ``` var copy= { text1: { id: "text1", cat:"català", cast:"castellà", eng:"english", }, text2: { id: "text2", cat:"català2", cast:"castellà2", eng:"english2", } } function lang(buttonValue){ for(const ...
17wh1a1228/Bikki-Nikhila-Clean-code
17wh1a1228/Bikki-Nikhila-Clean-code CompoundInterest.java ```package com.maven.cleancode; public class CompoundInterest { public double compoundInterest(double principle, double interestrate, double timeperiod) { double compoundinterest = principle*(Math.pow(1+(interestrate/100), timeperiod)); return compoundint...
18015518/My_BMI_Calculator
18015518/My_BMI_Calculator MainActivity.java ```package sg.edu.rp.c346.id18015518.mybmicalculator; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Te...
1811sharmaabhishek/Car-Price-Prediction-With-Linear-Regression
1811sharmaabhishek/Car-Price-Prediction-With-Linear-Regression README.md ```# Car-Price-Prediction-With-Linear-Regression This is basic Linear Model build on Jupyter Notebook. The Dataset here is from the online course I was doing from Udemy on Data Science. ## Problem Statement Given the csv file where the data o...
18127351127/webp1
18127351127/webp1 README.md ```# webp1 webpack demo1 ```
1819-2ahitm-sew/assignment11-figurenmanager2-MandelRosalieJanina
1819-2ahitm-sew/assignment11-figurenmanager2-MandelRosalieJanina Rechteck.java ```public class Rechteck extends Figur { double length; double width; public Rechteck(double length,double width){ this.length = length; this.width = width; } @Override double flaeche() { ...
18355166248/jiang-ant-design-pro-demo
18355166248/jiang-ant-design-pro-demo babel.config.js ```module.exports = { plugins: [ [ 'import', { // 导入一个插件 libraryName: 'arctic-business-component', // 暴露的库名 camel2DashComponentName: false, // 关闭驼峰转换 style: (name) => `${name}/index.css`, // 转换后的路径 }, 'a...
18394536619/js
18394536619/js function5.js ``` var add=function(a,b){ var result = a+b; return result; } function daiAdd(fun,num1,num2){ var res= fun(num1,num2); console.log(res);//30 return res; } var result = daiAdd(add,50,80); console.log(result);//30 var result =daiAdd(add,100,150); console.log(result) ...
1844484694/spring-mongodbCURD
1844484694/spring-mongodbCURD README.md ```# spring-mongodbCURD 2021年05月25日_spring+mongodb评论增删查改_plus_刘世杰 ```
18601163369/php-mysql-
18601163369/php-mysql- Cat.java ```/** * */ package com.xyt_02; /** * @author xuyouting * */ public class Cat extends Animal { /* (非 Javadoc) * @see com.xyt_02.Animal#eat() */ @Override public void eat() { // TODO 自动生成的方法存根 System.out.println("猫吃鱼"); } /* (非 Javadoc) * @see com.xyt_02.Animal#sl...
18826278312/electricity
18826278312/electricity Test.java ```package com.example; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.example.dto.ElectricityDto; import java.util.ArrayList; import java.util.List; /** * Created by zheng on 2018/5/8. */ public class Test { public static void main(String...
18868814391/react-umi
18868814391/react-umi service.ts ```import request from '@/utils/request'; import { formDataType } from './data.d'; export async function createData(params: formDataType): Promise<any> { return request('/pages/form', { method: 'POST', data: params, }); } ``` README.md ```# 基于 admin-antd-react 修改出来的学习版本 #...
18911867820/TEXT
18911867820/TEXT README.md ```# TEXT is TEXT ```
18920199681/react-component
18920199681/react-component testList.js ```import { weChat, payBaby } from '../img/index'; const testList = [ { headerIcon: weChat, label: '微信', subTitle: '微信subTitle', }, { headerIcon: payBaby, label: '支付宝', subTitle: '支付宝subTitle', } ]; export default testList; ``` index.js ``` /** ...
18972278323/zerg
18972278323/zerg Token.php ```<?php namespace app\api\controller\v1; use app\api\service\UserTokenService; use app\api\validate\TokenValidate; class Token { /** * 根据Code码获取令牌 * @url token/user?code=111111 * @param string $code * @throws * @return array token令牌 */ public funct...
18alexandrusandu/Andercou_Alexandru_bowling
18alexandrusandu/Andercou_Alexandru_bowling NewBehaviourScript.cs ```using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; //using UnityEngine.SceneManagement; public class NewBehaviourScript : MonoBehaviour { // Start is called before the first frame update ...
19317362/PbEditor
19317362/PbEditor Program.cs ```using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.IO; using System.Reflection; using System.Globalization; using Microsoft.CSharp; using System.CodeDom; using System.CodeDom.Compiler; namespace PbEditor.Tes...
1949commander/Resume_Dashboard
1949commander/Resume_Dashboard README.md ```# Resume_Dashboard Collection of Code Projects ## Introduction During my last two weeks at the Tech Academy, I worked with a team of peers on a continuing development project to deploy a full scale .NET MVC Web Application using C#. Working on a continuing development proj...
1979aifuurtouadghuuyh/ruop
1979aifuurtouadghuuyh/ruop README.md ```# ruop ruop ```
1991lin/java
1991lin/java YourBlockingQueue.java ```package com.java.concurrent.example; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.LinkedList; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.ReentrantLock; /** ...
1994yuf/1994yuf.github.io
1994yuf/1994yuf.github.io 12.8cc75268.js ```(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{370:function(t,s,a){"use strict";a.r(s);var e=a(42),r=Object(e.a)({},(function(){var t=this,s=t.$createElement,a=t._self._c||s;return a("ContentSlotsDistributor",{attrs:{"slot-key":t.$parent.slotKey}},[a("h1",{attrs:{...
199610/199610
199610/199610 uu.sql ```已执行的 SQL 语句:insert into `travel`.`wine_and_dine` () values ()错误号:1364错误信息:Field 'name' doesn't have a default value```
199911/develop-api-with-tdd
199911/develop-api-with-tdd createApp.js ```const express = require('express'); const createHealthCheckRouter = require('./routes/createHealthCheckRouter.js') const createTasksRouter = require('./routes/createTasksRouter.js') const createApp = (Task) => { const app = express(); app.use(express.json()); app.use...
19Y1Cliuxingyu/xingyus_post.examinations.encouragement_bot
19Y1Cliuxingyu/xingyus_post.examinations.encouragement_bot README.md ```# xingyus_post.examinations.encouragement_bot ```
19julio94/aplicacion-rectangulo
19julio94/aplicacion-rectangulo AplicacionRectangulo.java ``` package aplicacionrectangulo; public class AplicacionRectangulo { public static void main(String[] args) { Rectangulo rec1= new Rectangulo (3,5); System.out.println("base: "+rec1.getBase()); System.out.prin...
19snesamoney/TreasureHuntiOS
19snesamoney/TreasureHuntiOS ViewController.swift ```// // ViewController.swift // TreasureHuntiOS // // Created by Sophia Nesamoney on 9/25/17. // Copyright © 2017 Sophia Nesamoney. All rights reserved. // import UIKit class ViewController: UIViewController { var game = TreasureHunt() @IBOutlet weak va...
1Bitcoin/computer-graphics
1Bitcoin/computer-graphics lab01.js ```let rwidth = 10, rheight = 10, container = document.getElementById('canvas'); class Set { constructor(id) { this.set = []; this.id = id; } addPoint(str) { if (!str) return; if (this.set.map(e => e.join(" ")).includ...
1Guv/WDI-25-Project-3
1Guv/WDI-25-Project-3 users.js ```const User = require('../models/user'); const nodemailer = require('nodemailer'); const transporter = nodemailer.createTransport({ service: 'Gmail', auth: { user: 'lingoswapshop@gmail.com', pass: process.env.PROJECT3_GMAIL_PASSWORD } }); function indexRoute(req, res, n...
1NTERDEV/1NTERDEV
1NTERDEV/1NTERDEV README.md ```Not much info here. Currently learning lua If you need to contact me please use my discord: https://discord.gg/ffmqjPFyfn ```
1RinaDi/untitled
1RinaDi/untitled index.php ```<?php function getAge($y, $m, $d) { if($m > date('m') || $m == date('m') && $d >date('d')) return (date('Y') - $y - 1); else return (date('Y') - $y); } echo(getAge(2002,5,25)); ```
1aven6er/1aven6er.github.io
1aven6er/1aven6er.github.io 2019-11-29-Markdown-notes.md ```--- layout: post title: "Markdown-notes" date: 2019-11-29 description: "简单的Markdown的使用" tag: 笔记 --- 标题 一到六级标题分别用 #~######表示 段落 段落的换行是使用两个以上的空格加上回车 字体 倾斜 加速 分别用 *倾斜* **加粗** * 和 ** 包裹起莱 分割线 用 *** 表示分割线 删除线 用 ~~ 包裹文字 脚注 [^表示脚注]...
1cornerstone/Todo
1cornerstone/Todo README.md ```# todo todo application ```
1d01t/preseed_buster
1d01t/preseed_buster README.md ```# preseed_buster this is a preseed file, to autoinstall debian buster on a machine Prepare ------------ - Place this file at a reachable place for http or sftp server - Enter the name, the new machine should get to your dhcpd server - you need a crypted root pwd, so install...
1dv450/thajostudent
1dv450/thajostudent README.md ```thajostudent ============ Detta är en test för notifieringar ```
1eesoo/suyeon
1eesoo/suyeon SelectProductAction.java ```package sist.com.action; import java.util.List; import javax.servlet.http.HttpServletRequest; import sist.com.dao.TaehoonDao; public class SelectProductAction implements Action{ private String path; private boolean redirect; public SelectProductAction(String ...
1ess/deploy
1ess/deploy 1.44dd807b.chunk.js ```(window.webpackJsonp=window.webpackJsonp||[]).push([[1],{300:function(e,a,n){"use strict";n.r(a);var t=n(1),c=n(2),r=n(4),s=n(3),i=n(5),o=n(0),l=n.n(o),m=(n(12),function(e){var a=e.className,n=void 0===a?"":a,t=e.introduction;return l.a.createElement("span",{className:"shadow ".conca...
1gnatov/uuid-piercing-nginx-log4j-elk
1gnatov/uuid-piercing-nginx-log4j-elk README.md ```# uuid-piercing-nginx-log4j-elk This repository contains prepared configs for creating and managing uuids for request in java applications and collecting logs into ELK stack. For checking uuid and adding new header by nginx you need to install nginx with lua interpe...
1gor/codemotion
1gor/codemotion Gemfile ```source 'https://rubygems.org' ruby '2.0.0' gem 'faye-websocket', '~> 0.7.0' gem 'sinatra' gem 'puma' gem 'redis' gem 'haml' gem 'opal-sprockets' gem 'opal-browser', github: 'opal/opal-browser' # gem 'opal', path: '~/Code/opal' gem 'opal', '~> 0.5.0' gem 'thread_safe' ``` README.md ```# Ful...
1guangnian/tech_interview_problems
1guangnian/tech_interview_problems fibonacci_nlogn.cpp ```#include <cstdlib> #include <cctype> #include <cstring> #include <cstdio> #include <cmath> #include <algorithm> #include <vector> #include <string> #include <iostream> #include <sstream> #include <map> #include <set> #include <queue> #include <stack> #include <...
1hollys/hello-world
1hollys/hello-world README.md ```# hello-world This is a test thing This is where I'm testing the gits and the hubs. ```
1lizard/hello-world
1lizard/hello-world README.md ```# hello-world Just another repository I like trains. ```
1miaocat/Exercise2
1miaocat/Exercise2 force mass acceleration.py ```mass, force = (float(x) for x in input('Enter the mass in kg and the force in N: ').split(', ')) acc = force / mass print('The acceleration is ', acc) ``` snowboard.py ```print ('Enter your height.') feet = int(input('Feet: ')) inch = int(input('Inches: ')) inch...
1mustyz/angular-dream-app
1mustyz/angular-dream-app README.md ```# angular-dream-app my dream app ```
1nam/how-to-use-python-get-function
1nam/how-to-use-python-get-function README.md ```# how-to-use-python-get-function using the dictionary and get function with a key ``` how to dictionary.py ```# dictionary to store data nick_names ={ "jason" : "jay", "kenneth" : "ken", "Jacob" : "Coby", "William" : "Bill", "Alexander": "Ale...
1ottsco/hello-world
1ottsco/hello-world README.md ```hello-world =========== Testing and figuring out how to use github - not much code in this project. ```
1sks1/Multiplayer_Tic-Tac-Toe
1sks1/Multiplayer_Tic-Tac-Toe README.md ```# Multiplayer Tic-Tac-Toe A multiplayer Tic-Tac-Toe game using C socket programming in which a Server creates the game in Local Area Network. The players in LAN can connect to the server using IP address of server provided. The connection to the server will be a client-serve...
1stthomas/concrete5-pagelist-attribute
1stthomas/concrete5-pagelist-attribute controller.php ```<?php defined('C5_EXECUTE') or die('Access Denied.'); class RemoPageListAttributePackage extends Package { protected $pkgHandle = 'remo_page_list_attribute'; protected $appVersionRequired = '5.6.2.1'; protected $pkgVersion = '0.0.6'; public function getP...
1uan3hu/1uan3hu.github.io
1uan3hu/1uan3hu.github.io index.c939f3b3.js ```import{r as p,o as d,c as u,a as f,b as _,d as v,e as m,f as g,g as h,h as b,V as y}from"./vendor.c2e35df7.js";const x=function(){const o=document.createElement("link").relList;if(o&&o.supports&&o.supports("modulepreload"))return;for(const e of document.querySelectorAll('...
1verapoles/manao
1verapoles/manao main_auth.js ```$(document).ready(function() { $(".authorizat input").change(function() { $(this).prev().html(''); }); $(".authorizat").submit(function(e) { e.preventDefault(); var th = $(this); var _error = function (request) { th.find('.form-error').removeClass('d-none'); ...
1wangjie/wangjie
1wangjie/wangjie README.md ```# tomcat-java-demo this is a tomcat demo ```
1wheel/solitary
1wheel/solitary README.md ```solitary ======== [demo](http://www.roadtolarissa.com/solitary/) created at [re3 storyhack](http://re3storyhack.org/) ```
1xXGhostXx1/1xXGhostXx1
1xXGhostXx1/1xXGhostXx1 README.md ```- 👋 Hi, I’m @1xXGhostXx1 - 👀 I’m interested in ... death,killing,hitman, unknown - 🌱 I’m currently learning ... math - 💞️ I’m looking to collaborate on ... - 📫 How to reach me ... snap=jeramiesam_sam2020{ disc= ~Ghost~#2000 <!--- 1xXGhostXx1/1xXGhostXx1 is a ✨ special ✨ repo...
1ynxy/mesh-net
1ynxy/mesh-net packet.cpp ```#include "packet.h" // Constructors & Destructors Packet::Packet() { } Packet::Packet(int socket, int len, const char* text) : socket(socket) { for (unsigned int i = 0; i < len; i++) this->text += text[i]; } Packet::Packet(int socket, const std::string& text) : socket(socket) { this...
1ziton/ng-starter
1ziton/ng-starter menus.ts ```const MAIN_MENUS = [ { 'text': 'DEMO', 'icon': 'icon-shang-pin icon', 'link': '/demo', 'children': [{ 'text': '测试Tab1', 'link': '/demo/test-tab', }, { 'text': '测试Tab2', 'link': '/demo/test-tab2', }] }, { 'text': '用户中心', 'ic...