repo stringlengths 5 121 | content stringlengths 35 2.09M |
|---|---|
yybeaut/zhoukao1 | yybeaut/zhoukao1
README.md
```# zhoukao1
zhoukao
``` |
yyben/yyben.tw | yyben/yyben.tw
README.md
```# yyben.tw
``` |
yycglory/My-first-vue-project | yycglory/My-first-vue-project
README.md
```# My-first-vue-project
A challenge for myself to recreate the transport subsidies calculator using vue
``` |
yyh1102/Lowes-library-system | yyh1102/Lowes-library-system
functions.js
```(function(global){
//-------------添加书籍记录单项-------------
global.addBookItem=function(data){
var bookItem=$("<bookitem></bookitem>");
bookItem.attr({
'book_id':data.book_id,
'book_type':data.book_type,
'book_name':d... |
yynnxu/distillate | yynnxu/distillate
README.md
```# Archive Notice
## AI2 Created a much better annotation interface with pawls (https://github.com/allenai/pawls), which subsumes all of the intended functionality of distillate.
## As such, I will be archiving this project and spending any effort that would have gone towards it improvi... |
yyoncho/rs-font-lock | yyoncho/rs-font-lock
lib.rs
```// use syntect::parsing::Scope;
use emacs::IntoLisp;
use emacs::{defun, Env, Result, Value};
// Emacs won't load the module without this.
emacs::plugin_is_GPL_compatible!();
use std::collections::HashMap;
use std::cell::RefCell;
thread_local!{
pub static SCOPE_TO_FACE: RefCell<H... |
yyproject/blog-1 | yyproject/blog-1
server.js
```/**
* Created by jack on 16-11-27.
*/
const path = require('path');
const webpack = require('webpack');
const baseWebpackConfig = require('./base');
const ROOT = path.join(__dirname, '../../');
const SOURCE_PATH = ROOT + 'src';
const webpackConfig = Object.assign({}, baseWebpackConfig... |
yyqgood/Driver-Drowsiness-Detection | yyqgood/Driver-Drowsiness-Detection
hist.py
```import cv2
import numpy as np
import math
def equalizeHist(img):
with np.errstate(divide='ignore', invalid='ignore'):
# bgr = np.float32(img)/255
# b = bgr[:,:,0]
# g = bgr[:,:,1]
# r = bgr[:,:,2]
b,g,r = cv2.split(img)
b = b/255
g = g/255
r = r/255
p... |
yysun9931/blueberry | yysun9931/blueberry
hi.cpp
```//
// hi.cpp
//
//
// Created by 윤영선 on 03/04/2020.
//
#include <stdio.h>
```
hi.swift
```# hello git
##git 명령어 요약
- clone: 원격 저장소 복사
- add: 스테이지 영역에 작업 파일 추가
- commit: 세이브, 스테이지 영역의 파일들을 가지고 커밋(=세이브)를 만들 수 있다.
- push: 원격 저장소에 커밋을 업로드한다.
##브랜치 변경하기
-브랜치: 기존 내용을 유지한 채 새로운 내용을 추가하고... |
yyyhhhrrr/SpringBootMyBatis | yyyhhhrrr/SpringBootMyBatis
README.md
```# SpringBootMyBatis
SpringBoot+MyBatis+Oracle增删改查、批处理及存储过程Demo
相关博客地址:https://blog.csdn.net/aguoxin/article/details/79653783
``` |
yyykkj/Hello-world | yyykkj/Hello-world
README.md
```# Hello-world
i'm ykj
i'm struggling
hard
``` |
yyzz1987431/service-sdk-idps | yyzz1987431/service-sdk-idps
IdpsContant.java
```package com.ai.paas.ipaas.utils;
public class IdpsContant {
private IdpsContant() {
}
public final static String IDPS_SEC_KEY="byjsy7!@#bjwqt7!";
}
```
HttpUtil.java
```package com.ai.paas.ipaas.utils;
import java.io.BufferedReader;
import java.io.DataOutputSt... |
yz9/MIPS | yz9/MIPS
README.md
```# MIPS
A recursive MIPS function computes the root of a polynomial using the bisection method
``` |
yzd0014/Perform | yzd0014/Perform
ProgressViewController.swift
```//
// ProgressViewController.swift
// Perform
//
// Created by 戴一通 on 9/12/16.
// Copyright © 2016 ___FULLUSERNAME__. All rights reserved.
//
import UIKit
import Charts
class ProgressViewController: UIViewController {
override func viewDidLoad() {
supe... |
yzengal/recommended-books | yzengal/recommended-books
README.md
```# recommended-books
This repository stores materials in the recommended books of [my homepage](yzengal.github.io/recommended/). ``` |
yzernik/sbt-newrelic | yzernik/sbt-newrelic
README.md
```sbt-newrelic
============
Simple plugin to run applications with the newrelic agent.
``` |
yzf1116/imooc-music | yzf1116/imooc-music
actions.js
```/**
* Created by yangzhenfang on 2017/06/08.
*/
import * as types from './mutation-types'
export const selectPlay = function({commit, state}, {list, index}) {
commit(types.SET_SEQUENCE_LIST, list)
commit(types.SET_PLAYLIST, list)
commit(types.SET_CURRENT_INDEX, index)
commit... |
yzhbankov/js-eng-status | yzhbankov/js-eng-status
daily-plans.md
```#Daily Plans
##2015-Jun-23
1. Lern more about Github
2. Start to learning JS basics thru Github
```
worklogs.md
```#Worklogs
## 2015-Jul-23
* Created an account in Github
##from 2015-Jul-20 - 2015-Jul-23
* Finalized first week learning material
* Values, types and op... |
yzp531/Android.MovingToolbar | yzp531/Android.MovingToolbar
README.md
```Android.MovingToolbar
=====================
Test Android Toolbar API with Translation Effect.
<img src="art/device-2014-11-18-173448.png" width="30%" />
<img src="art/device-2014-11-18-173520.png" width="30%" />
<img src="art/device-2014-11-18-173536.png" width="30%" />
``` |
yztjyy/HyperBot | yztjyy/HyperBot
TestCommand.cs
```using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace RolePlayChat.Core.Command
{
public class TestCommand:BaseCommand
{
public TestCommand()
{
Reg["test"] = (v, content) =>
{
... |
yzx9413/Vue-FastCatmusic | yzx9413/Vue-FastCatmusic
index.js
```import Vue from 'vue'
import Router from 'vue-router'
import HelloWorld from '@/components/HelloWorld'
import remmend from '@/components/remmend'
import person from '@/components/person'
import search from '@/components/search'
import rank from '@/components/rank'
Vue.use(Router)
... |
z-puyang/web-homework | z-puyang/web-homework
four.js
```// Lv0
const person = {
name: 'Boson',
age: 20,
address: {
city: 'Chongqing',
area: 'Nanan'
}
}
const{name,age,address:{city,area}}=person
//lv1 斐波那契数列:0、1、1、2、3、5、8、13、21、34、……
//在数学上,以递推定义:F(0)=0,F(1)=1, F(n)=F(n - 1)+F(n - 2)(n ≥ 2,n ∈ N*)
function fi... |
z-w-z/calculatorworke | z-w-z/calculatorworke
CalculatorAction.java
```package cn.itcast.web.struts2.worke;
import com.opensymphony.xwork2.ActionSupport;
import com.opensymphony.xwork2.ActionContext;
public class CalculatorAction extends ActionSupport{
private Integer num1;//操作数一
private String opt;//操作符号
private int num2;//操作数二
priva... |
z00b/load-gen | z00b/load-gen
main.c
```#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
void *spin_cpu(void *thread_num) {
int *thread_id = (int *) thread_num;
printf("starting thread number %d\n", *thread_id);
while(1) {
usleep(100);
}
return NULL;
}
int main(int argc, char **argv) {
int thr... |
z0121/springboot_springcloud | z0121/springboot_springcloud
README.md
```# springboot_springcloud
# 第一个测试仓库
``` |
z2058550226/JavaDemo | z2058550226/JavaDemo
SomeTest.java
```package com.suikajy.demo.rxjava;
import com.suikajy.demo.rxjava.operator.logiccontrol.ElementDC;
import io.reactivex.rxjava3.core.Emitter;
import io.reactivex.rxjava3.core.Observable;
import io.reactivex.rxjava3.core.ObservableOnSubscribe;
import io.reactivex.rxjava3.core.Observa... |
z66980437/blog | z66980437/blog
middleware.py
```import re
import time
import logging
from django.http import HttpResponseRedirect
from django.urls import reverse
from django.utils.deprecation import MiddlewareMixin
from backweb.models import User
class LoginStatusMiddleware(MiddlewareMixin):
def process_request(self, request... |
z69datafactor/HealthCare-Data-Science-Capstone | z69datafactor/HealthCare-Data-Science-Capstone
README.md
```# HealthCare Data Science Capstone
Problem Statement:
NIDDK (National Institute of Diabetes and Digestive and Kidney Diseases) research creates knowledge about and treatments for the most chronic, costly, and consequential diseases. The dataset used in th... |
z930723c/i_home | z930723c/i_home
__init__.py
```#第三方包
from flask import Flask
from flask_session import Session
from flask_sqlalchemy import SQLAlchemy
from flask_wtf import CSRFProtect
import redis
import logging
from logging.handlers import RotatingFileHandler
#自建函数
from config import config_map
from ihome.utils.commons import ReC... |
zJiw/jd | zJiw/jd
a.java
```test file
second update
``` |
zKhiro/weather-app | zKhiro/weather-app
app.js
```const form = document.querySelector('form');
const card = document.querySelector('.card');
const details = document.querySelector('.details');
// Function used just for test
const updateCityMock = async city => {
return {
city: 'São Carlos, SP',
condition: 'Clou... |
zSANSANz/BeckEndTestSmartlink | zSANSANz/BeckEndTestSmartlink
register.model.js
```'use strict';
var dbConn = require('./../../config/db.config');
//Register object create
var Register = function (register) {
this.nama = register.nama;
this.username = register.username;
this.password = register.password;
this.telepon = register.telepon;
th... |
zTrackz/lasrushub | zTrackz/lasrushub
README.md
```# lasrushub
Lasrus Hub is a brilliant ROBLOX Hub made by zTrackz.
``` |
za9zo934/ZSCCCCCC | za9zo934/ZSCCCCCC
README.md
```# ZSCCCCCC
QSD
``` |
zaal6739/14-Project2 | zaal6739/14-Project2
userLogin.js
``` module.exports = function(sequelize, DataTypes) {
var UserLogin = sequelize.define("userlogin", {
username: DataTypes.STRING,
password: DataTypes.STRING
});
return UserLogin;
};
```
README.md
```# 14-Project2
Habit Hacker is a tracking app that allows you to set... |
zabadiel071/HibridIntelligentSystem | zabadiel071/HibridIntelligentSystem
README.md
```**This is a simple classifier implementing
neural networks and genetic algorithms**
``` |
zabela/meanstack-workshop | zabela/meanstack-workshop
app.js
```'use strict';
angular.module('coffee_shop', [
'ngRoute',
'coffee_shop.list'
])
.config(['$routeProvider', function($routeProvider) {
$routeProvider.otherwise({redirectTo: '/list'});
}]);
```
database.js
```module.exports = (function() {
'use strict';
var db;
var COFFEE_COL... |
zabir110/security-work | zabir110/security-work
main.c
```#include <iostream>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <gmp.h>
#include <math.h>
#include <assert.h>
using namespace std;
int main()
{
int PRIMESIZE;
mpz_t p;
mpz_init(p);
mpz_t q;
mpz_init(q);
mpz_t n;
mpz_init(n);
mp... |
zabpetrus/phpicecream | zabpetrus/phpicecream
response.php
```<?php
$nome = $uf = $cidade = "";
if (isset($_POST["nome"])) {
$nome = $_POST["nome"];
}
if (isset($_POST["uf"])) {
$uf = $_POST["uf"];
}
if (isset($_POST["cidade"])) {
$cidade = $_POST["cidade"];
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<ti... |
zac-garby/t3Unnn-fffffffffb | zac-garby/t3Unnn-fffffffffb
world.py
```CHUNK_SIZE = 64
class Planet(object):
def __init__(self, height, chunk_width, chunk_height):
self.chunk_width = chunk_width
self.chunk_height = chunk_height
self.height = height
self.layers = []
for z in range(height):
se... |
zacbaum/ADAPTS | zacbaum/ADAPTS
README.md
```# ADAPTS
## Setup
>Setup is not required on the ADAPTS PC.
*This portion of the guide assumes that Anaconda Navigator has been installed on the PC.*
From within the ADAPTS Project Folder (`...\Documents\ADAPTS`), double click on `setup_env.bat` or `setup_env-gpu.bat` for computers with... |
zacbayhan/gps_device | zacbayhan/gps_device
sketch.ino
```#include <SoftwareSerial.h>
#include <TinyGPS.h>
/* This sample code demonstrates the normal use of a TinyGPS object.
It requires the use of SoftwareSerial, and assumes that you have a
4800-baud serial GPS device hooked up on pins 4(rx) and 3(tx).
*/
TinyGPS gps;
SoftwareSer... |
zach-overflow/GenTremolo | zach-overflow/GenTremolo
PluginProcessor.cpp
```/*
==============================================================================
This file was auto-generated!
It contains the basic framework code for a JUCE plugin processor.
=======================================================================... |
zacharyabolton/Simple-Screen-Time-Therapy | zacharyabolton/Simple-Screen-Time-Therapy
Simple_Screen_Time_TherapyApp.swift
```//
// Simple_Screen_Time_TherapyApp.swift
// Simple Screen-Time Therapy
//
// Created by Zac Bolton on 10/13/21.
//
import SwiftUI
@main
struct Simple_Screen_Time_TherapyApp: App {
var body: some Scene {
WindowGroup {
... |
zacharyc/Status | zacharyc/Status
sessions_controller.rb
```class SessionsController < ApplicationController
def create
if params[:login] == "foo" and params[:password] == "bar"
session[:logged_in] = true;
end
redirect_to projects_url
end
def new
end
def destroy
session[:logged_in] = false;
... |
zacharyhu/game_monitor | zacharyhu/game_monitor
smtp_conf.php
```<?php
$smtpserver = "smtp.163.com";//SMTP服务器
$smtpserverport =25;//SMTP服务器端口
$smtpusermail = "swhs_alarm@163.com";//SMTP服务器的用户邮箱
$smtpemailto = "huzhiwei01@yunyou.tv";//发送给谁
$smtpuser = "swhs_alarm";//SMTP服务器的用户帐号
$smtppass = "swhs2012";//SMTP服务器的用户密码
$mailtype = "TXT";/... |
zachb-software/SimpleQuote | zachb-software/SimpleQuote
SimpleQuote.py
```from urllib.request import urlopen
from bs4 import BeautifulSoup
from tkinter import*
from tkinter import Button
import tkinter
t=tkinter.Tk()
t.iconbitmap("")
t.wm_title("Simple Quote")
frame=Frame(t,bg="grey")
entry=Entry(frame,bd=5)
frame.pack()
entry.pack()
def searchb... |
zachbas/GoblinText | zachbas/GoblinText
Goblin Text.py
```
answer1 = input("Hello!, This game is called The Adventure, it is about a man who wants to find treasure, your goal is to find it. It's a dangerous world out there, a single wrong choice could kill you. Do you want to play? Y/N")
if answer1 == Y:
print("Ok, lets start! You st... |
zachblair/Huntin-for-help | zachblair/Huntin-for-help
README.md
```# Huntin-for-help
Make a website about hunting and the seasons for guns and animals.
``` |
zachcb/picco-old | zachcb/picco-old
.example.env
```# Client
# Server
PORT=3000
# Postgres
PG_MODE=primary
PG_NAME=postgres
PG_HOST=postgres
PG_DATABASE=postgres
PG_PORT=5432
PG_USER=postgres
PG_PASSWORD=admin
PG_PRIMARY_USER=postgres
PG_PRIMARY_PASSWORD=admin
PG_ROOT_PASSWORD=admin
# Redis
RD_PORT=6379
# Redis Commander
RDC_PORT=8... |
zachchoi/ActivitySearch | zachchoi/ActivitySearch
routes.js
```module.exports = {
'activity': require('./controllers/ActivityController'),
'user': require('./controllers/UserController')
};
```
script.js
```var app = angular.module('ActivitySearch', []);
app.controller('searchResult',[ '$scope', '$http', function($scope, $http) {
var searc... |
zachfedor/waymark.vim | zachfedor/waymark.vim
README.md
```# waymark.vim
Simple wiki using markdown and your favorite editor
``` |
zachgreer/deathperception | zachgreer/deathperception
SingletonBehaviour.cs
```using UnityEngine;
// Lazily-instantiated base class for singleton components.
public class SingletonBehaviour<T> : MonoBehaviour where T : MonoBehaviour {
private static T s_instance;
public static T Instance
{
get
{
if (s_instance == null)
{
s_in... |
zachhilton/BostonDataset | zachhilton/BostonDataset
evolve-feedforward.py
```
from __future__ import print_function
import os
import neat
import visualize
import math
from sklearn.datasets import load_boston
boston = load_boston()
input_dummy_dumb = boston.data
input_dummy = []
#LIMITING IT TO ONLY THE IMPORTANT VARIABLES SO MAYBE I HAVE A ... |
zachhirschman/personal-project-connect | zachhirschman/personal-project-connect
Home.js
```import React, {Component} from "react"
import "./Home.css"
import { Link } from "react-router-dom"
export default class Home extends Component{
constructor(){
super()
this.state={
}
}
render(){
return(
<div classN... |
zachmkhan/CS162-group4 | zachmkhan/CS162-group4
Board.hpp
```/*********************************************************************
** Program name: Board.hpp
** Author: Group 4
** Date: 5-6-2018
** Description: This file declares the variables, functions,
** constructors, and destructor used in the Board class.
***********************... |
zachriek/hefa-store | zachriek/hefa-store
script.js
```// event saat di klik
$('.page-scroll').on('click', function(e) {
// ambil isi href
let tujuan = $(this).attr('href');
// tangkap elemen yang bersangkutan
let elemenTujuan = $(tujuan);
$('html, body').animate({
scrollTop: elemenTujuan.offset().top - 50
}, 500, 'easeInOutExpo'... |
zack1a/HW-Wireframe | zack1a/HW-Wireframe
README.md
```Perfectly completed project on it's way!
``` |
zackthomasallie/zackthomasallie | zackthomasallie/zackthomasallie
README.md
```<h3>👋 Hi, I’m Zackthomasallie </h3>
- 👀 I’m interested in game and app dev.
- 🌱 I’m currently learning godat, python and javascript
- 💞️ I’m looking to collaborate on godot projects ;)
- 📫 How to reach me ... zackthomasallie@gmail.com
<!---
zackthomasallie/zacktho... |
zacwway/Car-game | zacwway/Car-game
README.md
```# Car-game
Use the arrow keys to move.
Try not to hit the other cars.
*Note:*
I initially made this in the p5.js web editor which is why it is so small. Go to the fullscreen branch if you want fullscreen.
```
cars.js
```function CarL() {
this.x = random(width / 2 - 35, width / 2 - 50... |
zaenalanshory/Grab2 | zaenalanshory/Grab2
Navbar.jsx
```import { NavBar, Icon } from 'antd-mobile';
import React, { Component } from 'react';
import { Link } from 'react-router-dom';
import Drawerss from './Drawer';
class Navbar extends Component {
render() {
return (
<div>
<NavBar
mode="light"
icon... |
zaenalarsy/MySimpleCleanArchitecture | zaenalarsy/MySimpleCleanArchitecture
README.md
```# MySimpleCleanArchitecture
[](https://circleci.com/gh/zaen-njxzu/MySimpleCleanArchitecture)
``` |
zafarhussain633/first-next.js-project | zafarhussain633/first-next.js-project
404.js
```import React from 'react'
import Link from 'next/link'
import styles from '../styles/Home.module.css'
import { useRouter } from 'next/router'
import { useEffect } from 'react'
function Notfound() {
const router = useRouter();
useEffect(() => {
setTimeout... |
zahangir05/Django3-Random-Password-Generator | zahangir05/Django3-Random-Password-Generator
README.md
```# Random Password Generator Project using Python 3 and Django 3
A Random Password Generator Project using Python 3 and Django 3. This project has options to select varible length of password, option to select 'Upper Case Characte', whethere to include 'Number' ... |
zaheerkhancs/piEnPred | zaheerkhancs/piEnPred
README.md
```# piEnPred
A Bi-Layered Model for Prediction of Enhancers and their Sub Types.
# A Brief
piEnhPred model make use of k-mer, CKSNAP, DCC, PseDNC, PseKNC as a feature extraction technique and SVM as the dominant classification algorithm.The proposed approach use a novel method of Casc... |
zahraboukthir/Movies-and-TV-Series-Searching-App-in-React-JS-and-Material-UI- | zahraboukthir/Movies-and-TV-Series-Searching-App-in-React-JS-and-Material-UI-
MainNav.js
```import * as React from "react";
import Box from "@mui/material/Box";
import BottomNavigation from "@mui/material/BottomNavigation";
import BottomNavigationAction from "@mui/material/BottomNavigationAction";
import { makeStyles ... |
zahraeln17/TP1PBO2021 | zahraeln17/TP1PBO2021
MenuDetail.cs
```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;
namespace TEPEEE
{
public partial class MenuDetail : Form
... |
zahrahosseini99/Algorithms-Coursera-UCSD | zahrahosseini99/Algorithms-Coursera-UCSD
Q1MinCost.cs
```using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TestCommon;
namespace A3
{
public class Q1MinCost : Processor
{
public Q1MinCost(string testDataName) : base(testDataName)... |
zairul0202/Doc_LaporanSQL_ZairulAmri | zairul0202/Doc_LaporanSQL_ZairulAmri
README.md
```# Doc_LaporanSQL_ZairulAmri
Just Another Repository
``` |
zakala/Marija-Zakala | zakala/Marija-Zakala
README.md
```Marija-Zakala
=============``` |
zakariarida/BemoreExo | zakariarida/BemoreExo
index.js
```import React from 'react';
import ReactDom from 'react-dom';
import './index.css';
const data = require ('./data');
class App extends React.Component{
constructor(){
super();
this.state={question:data.question,reponse:""};
}
GetRep = e => {
if(e.target.value=="OUI"){... |
zakariyakassim/MyQAJava | zakariyakassim/MyQAJava
Garage.java
```
package myqajava;
import java.util.ArrayList;
public class Garage {
ArrayList<Vehicle> vehicles;
public Garage() {
vehicles = new ArrayList<Vehicle>();
}
public void addNewVehicle(Vehicle vehicle){
this.v... |
zaki219/Caesar_Shift_Cipher | zaki219/Caesar_Shift_Cipher
README.md
```# Caesar_Shift_Cipher
User interactive shift cipher to encrypt messages
``` |
zaki50/EventApp | zaki50/EventApp
ConferenceSessionLoader.java
```package org.techbooster.app.abc.loaders;
import android.content.Context;
import com.android.volley.VolleyError;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.techbooster.app.abc.mo... |
zakir01913/AndroidTesting | zakir01913/AndroidTesting
LocalUserRepository.java
```package com.zakir.androidtesting.di;
public @interface LocalUserRepository {
}
```
UserRepositoryTest.java
```package com.zakir.androidtesting.repository;
import com.zakir.androidtesting.persistence.User;
import com.zakir.androidtesting.utils.UserTestUtils;
impo... |
zakkyzebra/Angular | zakkyzebra/Angular
controllerTest.js
```"use strict";
(function() {
var app = angular.module("controllerTest", []);
app.controller("CartController", function(){
this.newItem = {};
this.item = [];
this.addItem = function (){
this.item.push(this.newItem);
this.newItem = {};... |
zaksel/Fractals | zaksel/Fractals
README.md
```# Fractals
A small Coding Challenge targeted on fractals.
https://de.wikipedia.org/wiki/Fraktal
Step 1: Implement Mandelbrot-Set Viewer
Step 2: Visualize Bifurcation and chaos in growing Systems
Goal is to program without looking at other code at all!
### Inspired by:
Numberphile... |
zalcat/predator | zalcat/predator
README.md
```# What is Predator
Predator是一个web渗透测试演练平台,包含了常见但危害巨大的Web漏洞,使用了前端框架layui。可通搭建建Docker容器,快速部署测试。
# How to use
ps:在本地使用环境,请将文件夹放在服务器根目录,并命名为predators,方便测试ssrf漏洞。
利用Docker搭建起来的步骤:
1.下载测试环境所有文件
```Bash
git clone https://github.com/zalcat/predator
```
2.使用 Dockerfile 创建镜像
```Bash
docker ... |
zamaludin/TugasMingguan | zamaludin/TugasMingguan
insert.sql
```insert into tugas_mingguan values ("10104007","Adam MB","2015-10-28 09:31"),
/* baris 1 hanya contoh perintah yang dimasukan, silakan tambahkan data anda setelah baris ini */
insert into tugas_mingguan values ("10113449","Zamaludin A","2015-10-28 09:31");
``` |
zambrin/nvidia-help-bot | zambrin/nvidia-help-bot
README.md
```# Nvidia Help Bot
Chat bot usando o Watson Conversation
https://nvidiahelpbot.mybluemix.net/```
bot.js
```var watson = require('watson-developer-cloud');
var CONVERSATION_NAME = "Conversation-nvidia";
var fs = require('fs');
var conversationWorkspace, conversation;
//Conexão com w... |
zame14/taranakiwomensrefuge.co.nz | zame14/taranakiwomensrefuge.co.nz
README.md
```# taranakiwomensrefuge.co.nz``` |
zameol/zameol.github.com | zameol/zameol.github.com
README.md
```# zameol.github.com
myCode
``` |
zamminhduy123/FoodRecipe_WPFapp | zamminhduy123/FoodRecipe_WPFapp
SplashScreenWindow.xaml.cs
```using System;
using System.Collections.Generic;
using System.Configuration;
using System.Linq;
using System.Text;
using System.Timers;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
... |
zamoramartinez85/MvvmExample | zamoramartinez85/MvvmExample
Context.cs
```using AppContext.Models;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
namespace AppContext.DAL
{
public class Context : DbContext
{
private readonly string dataSourcePath = Path.Comb... |
zamuxolo/GOMO2 | zamuxolo/GOMO2
zimkhitha.c
```#include <stdio.h>
#include "lib.h"
void zimkhitha(char* arg) {
printf("Zimkhitha: we ve passed %s\n", arg);
}
```
mathProgram.c
```#include "math.h"
#include<stdio.h>
#include<stdlib.h>
int main() {
int x, y;
printf("Enter number two numbers then enter:\n");
scanf("%d%d", &x, &y);
pr... |
zanachka/rotating-proxy-daemon | zanachka/rotating-proxy-daemon
README.md
```# rotating-proxy-daemon
Automated proxy rotator and manager daemon written in Python with backends available in Linode and AWS. Uses pre-prepared squid nodes for the proxy nodes.
```
utils.py
```""" Utility functions & classes """
import os
import sys
import pwd
import uuid... |
zane2007/morpheus-games-test | zane2007/morpheus-games-test
app-routing.module.ts
```import { NgModule } from '@angular/core';
import { RouterModule, Routes, PreloadAllModules } from '@angular/router';
const routes: Routes = [
{
path: '',
redirectTo: '/photos',
pathMatch: 'full'
},
{
path: 'photos',
loadChildren: 'app/pho... |
zanejgr/ou-cs-cg | zanejgr/ou-cs-cg
Gasket.java
```//******************************************************************************
// Copyright (C) 2016 University of Oklahoma Board of Trustees.
//******************************************************************************
// Last modified: Tue Feb 9 19:41:58 2016 by Chris Weaver
//... |
zanginator/proxmox_acm | zanginator/proxmox_acm
README.md
```# Proxmox Asymmetric Cluster Management
PACM is designed to be a an automated management tool for asymmetric proxmox clusters.
Although this does not prevent it from being used on Symmetric clusters.
## Setup
#### Python Modules
There are several required modules for python. They a... |
zap2003/The-mod-mod | zap2003/The-mod-mod
README.md
```The-mod-mod
===========
Mod's
``` |
zapatarafaelho/To-Do-List | zapatarafaelho/To-Do-List
README.md
```# To-Do-List
Hey amigos, este es un miniproyecto de una lista de quehaceres, pueden usarla libremente.
```
TodoModel.php
```<?php
class TodoModel {
private $id;
private $name;
private $user;
private $done;
private $created;
function __constr... |
zapier/evernote-sdk-python | zapier/evernote-sdk-python
httpslib.py
```'''
Replacement of HTTPS client from standart httplib module
workaround of ssl bug: https://bugs.launchpad.net/ubuntu/source/openssl/bug/965371
Copyright (C) http://docs.python.org/license.html
Marat Khayrullin <xmm.dev@gmail.com>
'''
import httplib
import socket
try:
i... |
zaprzemo/to_do_list | zaprzemo/to_do_list
todo.rb
```# list of commands to use:
# add string
# remove id
# finish id
# reopen id
# reorder id id
# next
# list
require 'csv'
class File
def read_file
CSV.parse(File.read(file), headers: false)
end
def file_name
p file
end
def append_to_file(item)
CSV.open(file, 'a') do... |
zapumal/CDAM | zapumal/CDAM
gloveicis.py
```from __future__ import print_function
import os
import numpy as np
import falconn
import timeit
import math
import gc
#the code is based on https://github.com/FALCONN-LIB/FALCONN library for LSH
#lda representation of the two datasets
f1 = 'dataseticis/lsh_stack_500_max'
f2 = 'datasetici... |
zaquielmayorga/ProyectosDeColores | zaquielmayorga/ProyectosDeColores
Page2.js
```import React from "react";
import { useFetch } from "./../hooks";
import Cardtemplate from "./Cardtemplate";
import { CardColumns, Button } from "react-bootstrap";
// import "bootstrap/dist/css/bootstrap.min.css";
import "./../Card.css";
import { Link } from "react-router-... |
zaralev/js_codecademy | zaralev/js_codecademy
README.md
```# js_codecademy
Different functions created with Codecademy's JavaScript course
<p>
<b>contacts.js</b><br>
Contact book that lets you store and list your contacts.
</p>
``` |
zarathustra323/base-cms | zarathustra323/base-cms
active-user.js
```const gql = require('graphql-tag');
module.exports = gql`
fragment ActiveUserFragment on AppUser {
id
email
givenName
familyName
displayName
organization
organizationTitle
countryCode
regionCode
postalCode
receiveEmail
regionalConsentAnswers {
id
... |
zarbafian/datadesigner | zarbafian/datadesigner
Role.ts
```export class Role {
static ANONYMOUS: string = 'ANONYMOUS';
static USER: string = 'ROLE_USER';
static ADMIN: string = 'ROLE_ADMIN';
}```
reports.service.ts
```import { Injectable } from '@angular/core';
import { Http, Headers } from '@angular/http';
import { Observable }... |
zarembaadrian/kodilla-testing | zarembaadrian/kodilla-testing
OrderService.java
```package com.kodilla.good.patterns.challenges.producent;
public interface OrderService {
boolean process(String supplierName, Order order);
void addSupplier(Supplier supplier);
}
```
LoggerTestSuite.java
```package com.kodilla.patterns;
import com.kodilla.pat... |
zartuklu/About-Python | zartuklu/About-Python
README.md
```# About-Python
Python öğrenme sürecimde edindiğim bilgileri içeren bir çalışmadır.
print("Hello There!") = print('Hello There!') = print('''Hello There!''')
``` |