repo stringlengths 5 121 | content stringlengths 35 2.09M |
|---|---|
zixsma/ios-for-dev | zixsma/ios-for-dev
README.md
```# ios-for-dev``` |
ziyaadparker/phreda4.github.io | ziyaadparker/phreda4.github.io
e2-vectoreditor.md
```# Vector Editor
There are many version of vector sprites, the last is the `.vsp` files.
The editor is in `system/edit-ves.txt`.
```
e3-bitmapeditor.md
```# Bitmap Editor
The vector editor is in `system/edit-bmr.txt`.
<img src="../gif/bmredit.gif">
```
e4-iconedi... |
ziyangli/c_uart_interface_example | ziyangli/c_uart_interface_example
README.md
```C-UART Interface Example
========================
This is a simple MAVLink to UART interface example for *nix systems that can allow communication between Pixhawk and an offboard computer.
This example will recieve one MAVlink message and send a few MAVlink messages.
I... |
ziyantao/learngit | ziyantao/learngit
README.md
```# learngit
TZY has modified
``` |
ziyingzhishang/MindLab | ziyingzhishang/MindLab
README.md
```# MixMind
1. Catch inspiration and trim out mind for every one;
2. We can express more easy.
```
webpack.config.js
```const path = require('path');
var ROOT_PATH = path.resolve(__dirname),
BUILD_PATH = path.resolve(ROOT_PATH, 'build'),
APP_PATH = path.resolve(ROOT_PATH,... |
ziyodilshod/newProject | ziyodilshod/newProject
README.md
```# bismillah lets make it happent
``` |
ziyouxiaozi/Multi-Process-Audio-Recorder | ziyouxiaozi/Multi-Process-Audio-Recorder
README.md
```# Multi-Process-Audio-Recorder
多进程录音服务共享,可共享,可单享,多App代码无差别集成
# 博客介绍
https://www.jianshu.com/p/662f1b042529
``` |
zizo2310/ByeAcrophobia | zizo2310/ByeAcrophobia
README.md
```# ByeAcrophobia is an evidence-based treatment that helps people to conquer their fear of heights.
# welcome to ByeAcrophobia to start the journey you need to find the right cube and click it to move from a level to another using Vr or Google Clipboard
# To run the app
... |
zj1016875513/flink1130_m | zj1016875513/flink1130_m
Flink10_Window_WaterMark_OutOrderness.java
```package com.atguigu.chapter07;
import com.atguigu.bean.WaterSensor;
import org.apache.flink.api.common.eventtime.SerializableTimestampAssigner;
import org.apache.flink.api.common.eventtime.WatermarkStrategy;
import org.apache.flink.configuration.C... |
zjdyzww/pmis-v4 | zjdyzww/pmis-v4
server.js
```const express = require('express');
const compression = require('compression');
const mysql = require('mysql');
const bodyParser = require("body-parser"); // Body parser for fetch posted data
const CONTEXT = '/angular-ngrx-material-starter';
const PORT = 3500;
const app = ex... |
zjh19861014/folly | zjh19861014/folly
Collect-inl.h
```/*
* Copyright 2019-present Facebook, 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
*
* Un... |
zjimenez110492/tienda-tecnologia | zjimenez110492/tienda-tecnologia
RepositorioProductoPersistente.java
```package persistencia.repositorio;
import javax.persistence.EntityManager;
import javax.persistence.Query;
import dominio.Producto;
import dominio.repositorio.RepositorioProducto;
import persistencia.builder.ProductoBuilder;
import persistencia.e... |
zjm111/java1 | zjm111/java1
ComparisonService.java
```package com.zjm.usual.service;
import com.zjm.usual.bean.Comparison;
import java.util.List;
/**
* @program: PMS
* @description: 对标接口
* @author: Mr.
* @create: 2019-04-15 21:44
**/
public interface ComparisonService {
boolean saveInfo(Comparison comparison... |
zjohl/web-dev-hw04 | zjohl/web-dev-hw04
memory.jsx
```import React from 'react';
import ReactDOM from 'react-dom';
import _ from 'lodash';
// This is based off of the hangman.jsx file that nat provided
export default function game_init(root, channel) {
ReactDOM.render(<Memory channel={channel}/>, root);
}
class Memory extends React... |
zjtt-chenwei/node-vue | zjtt-chenwei/node-vue
mock.js
```import Mock from 'mockjs'
import qs from 'querystring'
import { getStore,setStore } from '@/utils/storage'
var Random = require('mockjs').Random;
const fs = require('fs')
// 设置全局延时 没有延时的话有时候会检测不到数据变化 建议保留
Mock.setup({
timeout: '300-600'
})
let docData=[
{
img:require('@/assets... |
zjxuzhj/MeiziGank | zjxuzhj/MeiziGank
GankFgContract.java
```package zhj.meizigank.contract;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
import zhj.meizigank.ui.base.BasePresenter;
/**
* Created by HongJay on 2017/9/30.
*/
public interface GankFgContract {
interface IGankF... |
zk20170125/webSite | zk20170125/webSite
Member.java
```package net.sppan.base.entity;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import com.a... |
zk33/wig | zk33/wig
nunjucksRenderer.js
```var path = require('path');
var nunjucks = require('nunjucks');
var _ = require('lodash');
var NunjucksRenderer = function() {};
var env, tmplRoot;
NunjucksRenderer.prototype = {
getTemplate(fPath, callback) {
var tmplName;
if (_.isArray(tmplRoot)) {
tmplRoot.forEach(f... |
zkwalker94/github-slideshow | zkwalker94/github-slideshow
0000-01-02-zkwalker94.md
```
somethng new
``` |
zkydrx/SpringMVCAndHibernate | zkydrx/SpringMVCAndHibernate
UserPoJo.java
```package com.tyd.pojo;
import org.springframework.stereotype.Component;
/**
* Created with IntelliJ IDEA.
* User: Abbot
* Date: 2017-09-03
* Time: 19:30
* Description:
*/
@Component
public class UserPoJo
{
private int id;
private String name;
private Str... |
zlc651885461/unittest_126email | zlc651885461/unittest_126email
README.md
```# unittest_126email
一、Python环境搭建(Windows)
1.安装Python
地址:https://www.python.org/downloads/
2.配置环境变量
“右键计算机-属性-高级系统设置-高级-环境变量-系统变量,path中增加python的路径”
检验:打开cmd命令,输入“python -V",显示版本号说明安装正常。
二、安装selenium
win+R,输入cmd,输入pip install selenium -i https://pypi.douban.com/simple/
三、安装浏览器... |
zlh-rgb/ACFly-Prophet-V10-20200922Beta-publish | zlh-rgb/ACFly-Prophet-V10-20200922Beta-publish
GUI.cpp
```#include "Basic.hpp"
#include <stdlib.h>
#include <stdio.h>
#include "drv_Oled.hpp"
#include "GUI_Images.hpp"
#include "Font.hpp"
#include "MeasurementSystem.hpp"
#include "Sensors.hpp"
#include "Receiver.hpp"
#include "FreeRTOS.h"
#include "event_groups.h"
... |
zli715/friendbook_with_grid | zli715/friendbook_with_grid
README.md
```# Friendbook with Grid
In this project, we're going to switch from using a `<table>` for layout to a better system; a grid of `<div>`s that we'll `float` next to one another.
# Setup
1. Follow the [Getting Started with GitHub Guide](https://guides.firstdraft.com/getting-sta... |
zlidzen/extM_brwsrs | zlidzen/extM_brwsrs
test.js
```// window.onload = function () {
// var el = document.getElementById("btn_action");
// var at = el.getAttribute("state");
// var txt_out = document.getElementById("out_area");
// }
// var hero = {
// name: 0,
// level: 1,
// health: 0,
// strength: 0,
// endurance: 0,
//... |
zlind0/jobcontroller | zlind0/jobcontroller
jobcontrol.py
```#!/usr/bin/env python3
import subprocess, os, sys
import threading
from tabulate import tabulate
import signal
import time
from time import gmtime, strftime
import queue, sqlite3
import readline
from io import StringIO
vimrc='''" :Less
" turn vim into a pager for psql aligned res... |
zliu69/BIA660D_Group_4_Project | zliu69/BIA660D_Group_4_Project
BIA660D_Group4_LyricsScraping_Chinese_1.py
```
# coding: utf-8
# In[1]:
from selenium import webdriver
from selenium.webdriver.support.select import Select
from selenium import webdriver
from selenium.webdriver.support.select import Select
from selenium.webdriver import ActionChains
f... |
zlned/Projet_Wiki | zlned/Projet_Wiki
inscription.php
```<!DOCTYPE html>
<html lang="en">
<head>
<title>Urbanic HTML5 Template</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<!--
Urbanic Template
http://www.templatemo.com/preview/templatemo_395_urbanic
-->
<meta charset... |
zlodiak/ng2_csrf_frontend | zlodiak/ng2_csrf_frontend
config.ts
```export class Config {
static host = 'http://localhost:8000/';
static author = 'Sergey Kalinin';
static createdDate = '2018';
}```
tokens.service.ts
```import { Injectable } from '@angular/core';
import { HttpClient, HttpHeaders } from '@angular/common/http';
import { ... |
zlplease/applet_practice | zlplease/applet_practice
index.js
```Page({
data: {
account: '',
password: '',
},
gettelephone: function(e){
this.setData({
account : e.detail.value
})
},
getpassword: function(e){
this.setData({
password : e.detail.value
})
},
register: function(e){
wx.reLaunch(... |
zlv2s/vue-router-auth | zlv2s/vue-router-auth
store.js
```import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
all: [],
alert: {
type: null,
message: null
},
loginStatus: null,
user: null
},
mutations: {
setAll(state, data) {
state.all = data
... |
zly1154367510/experience | zly1154367510/experience
Login.php
```<?php
namespace app\index\controller;
use \think\Controller;
use \think\Request;
use \think\Db;
use \think\Session;
class Login extends Controller
{
public function login()
{
return $this->fetch();
}
public function loginDo()
{
$data = Request::instanc... |
zlyin/pandas | zlyin/pandas
period.py
```# -*- coding: utf-8 -*-
from pandas._libs.tslib import NaT
from pandas._libs.tslibs.period import Period
from pandas.util._decorators import cache_readonly
from pandas.core.dtypes.dtypes import PeriodDtype
from .datetimelike import DatetimeLikeArrayMixin
class PeriodArrayMixin(DatetimeL... |
zmad5306/gl-ui | zmad5306/gl-ui
items.component.spec.ts
```import { Observable } from 'rxjs/Observable';
import { ListsService } from './../lists/lists.service';
import { ItemService } from './item.service';
import { ActivatedRoute } from '@angular/router';
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
impo... |
zmandyhe/advanced-algorithms-slides | zmandyhe/advanced-algorithms-slides
SConstruct
```
env = Environment()
env.PDF('01-problem-solving.tex')
env.PDF('02-algorithm-fundamentals.tex')
env.PDF('03-divide-and-conquer.tex')
env.PDF('04-randomization.tex')
env.PDF('05-heaps-heapsort-sorting-lower-bound.tex')
env.PDF('05-linear-time-sorting-and-selection.tex')... |
zmax1360/demo | zmax1360/demo
CustomerRestController.java
```package demo;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpMethod;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.mvc.method.anno... |
zmheang/myGithub | zmheang/myGithub
README.md
```# myGithub
记录一下我对于Github的使用
``` |
zmichaels11/gloop.impl.opengles | zmichaels11/gloop.impl.opengles
GLES3XProgram.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 editor.
*/
package com.longlinkislong.gloop.impl.gles3x;
import com.longlinkislong.gloop.g... |
zmiori/nodejs-homework-rest-api | zmiori/nodejs-homework-rest-api
validation.js
```const Joi = require("joi");
const schemaAddContact = Joi.object({
name: Joi.string().min(2).max(60).required(),
email: Joi.string().email({
minDomainSegments: 2,
}),
phone: [Joi.string().min(4).max(20), Joi.number().min(4).max(10)],
favorite: Joi.boolean... |
zmkaraman/sample-instagram-app | zmkaraman/sample-instagram-app
README.md
```# Project Title
Sample App
## Getting Started
This sample app uses Instagram's basic display api. https://developers.facebook.com/docs/instagram-basic-display-api/overview
An Instagram user can login and in master screen her/his media list will be displayed.
When the item... |
zmli97/homework1 | zmli97/homework1
User.java
```package com.cet.homework.entity;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.time.LocalDateTime;
@Getter
@Setter
@NoArgsConstructor
@Entity
public class User {... |
zmlovelin/npmPackage | zmlovelin/npmPackage
header.module.ts
```import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import {HeaderComponent} from './header.component';
import {TilConfig} from './config';
@NgModule({
declarations: [
HeaderComponent
],
imports: [
],
providers: []... |
zmmjsw/test | zmmjsw/test
SysPermissionServiceImpl.java
```package com.eshipping.fba.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.eshipping.fba.dao.Sys... |
zmoon111/virtlet | zmoon111/virtlet
interface.go
```/*
Copyright 2017 Mirantis
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 applicable law or agr... |
zmostafa/TensorFlow-Projects | zmostafa/TensorFlow-Projects
README.md
```# TensorFlow-Projects
TensorFlow projects in python and hopefully in C++ too
``` |
zmsp/docker-nodejs-git | zmsp/docker-nodejs-git
Readme.md
```# Docker Nodejs Git
Automatically pulls, updates, installs and runs github nodejs projects.
## Making a custom image using argument.
### Customizing
File is located under `/dokcer-nodejs/Docker1`
To use this run the following cmd
```
git clone https://github.com/zmsp/docker-no... |
zmz1856/hello-world | zmz1856/hello-world
README.md
```# hello-world
Just for test
It's the first note in github, for fun and mystery.
``` |
zob0307/eurekaribbon | zob0307/eurekaribbon
README.md
```# eurekaribbon
http://blog.csdn.net/forezp/article/details/69788938
```
HelloService.java
```package com.eureka.ribbon.eurekaribbon.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.c... |
zodman/django-todo.htmx | zodman/django-todo.htmx
urls.py
```
from django.urls import path
from . import views
urlpatterns = [
path('', views.home, name='home'),
path('todo-list/', views.todo_list, name='todo-list'),
path('todo-create/', views.todo_create, name='todo-create'),
path('todo-edit/<int:todo_id>', views.todo_edit, ... |
zodsoft/android-gesture-detectors | zodsoft/android-gesture-detectors
TouchActivity.java
```package com.almeros.android.multitouch;
import android.app.Activity;
import android.graphics.Matrix;
import android.graphics.PointF;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.util.Log;
import android.view.MotionEvent;
im... |
zoecahill1/multi-paradigm-programming | zoecahill1/multi-paradigm-programming
shopAssignment.c
```// procedural implementation of a shop - may fit better to oop
#include <stdio.h>
// need for string tokeniser
#include <string.h>
// needed to read in file
#include <stdlib.h>
// refrenced [1]
#include <ctype.h>
// A struct is a type of data we define our... |
zoegithub77/linetest | zoegithub77/linetest
.env
```PORT=7000
CHANNEL_ID=1653760266
CHANNEL_SECRET='db5538699fc227d790360b98dc995449'
CHANNEL_ACCESS_TOKEN='sYp0RCwd8QU8S7I/W8vhzEl8AZaGLB5p24xBln8JYugFB8N2WT5OcuC754b/gJQFjhWaTX+ipqaD/l4DJELz0z7U+KQ3PKtLREQzrlhfSiZf0bvt26PKG8qdKrCy7F+iaTasBa55uoWfraNWJNEXVQdB04t89/1O/w1cDnyilFU='
``` |
zoeyusti/ADA | zoeyusti/ADA
skills.js
```import React, { Component } from 'react';
class Skills extends Component {
skills(){
}
render(){
return(
<div id="skills">
<h1>Habilidades y eso va acá</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<p>Voluptatum laborum reiciendis aperiam rem ex... |
zoharby/plot_google_map | zoharby/plot_google_map
README.md
```# plot_google_map
#### MATLAB function for plotting a Google map on the background of a figure
plot_google_map.m uses the Google Maps API to plot a map in the background of the current figure.
It assumes the coordinates of the current figure are in the WGS84 datum, and uses a con... |
zoheers/facebook- | zoheers/facebook-
comment.py
```from selenium import webdriver
from selenium.common.exceptions import NoSuchElementException
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.firefox.options import Options
import time
firefox_options = Options()
firefox_options.add_argument('--dns-prefetc... |
zoherowida/GoLang | zoherowida/GoLang
repository_twitters_crud.go
```package crud
import (
"api/models"
"api/utils/channels"
"errors"
"time"
"github.com/jinzhu/gorm"
)
// RepositoryUsersCRUD is the struct for the User CRUD
type repositoryTwittersCRUD struct {
db *gorm.DB
}
func NewRepositoryTwittersCRUD(db *gorm.DB) *repository... |
zohra009/pokemon-search | zohra009/pokemon-search
README.md
```# React Pokemon Search
Howdy! Your assignment today is to recreate the functionality
of our [Pokemon Search Engine][pokemon-app]. Feel free to play
around with the app and see how it works. Here are some
thinking points you want to do when trying to recreate an app:
1. _What are ... |
zokica8/AndroidProjects | zokica8/AndroidProjects
UserDetails.java
```package com.example.zesiumapplication.retrofit.beans;
import com.google.gson.annotations.SerializedName;
public class UserDetails {
@SerializedName("user")
private User user;
@SerializedName("company")
private Company company;
public UserDetails() {
... |
zombimaki/python-challenge | zombimaki/python-challenge
README.md
```# python-challenge
Python Homework - Py Me Up, Charlie
PyBank
The PyBank main.py script loads a csv file of dates and profit/loss balances from the PyBank/resources folder. It takes these dates and balances and does the following:
1. Calculates the number of months in the da... |
zongeva/hotnspicy | zongeva/hotnspicy
README.md
```# hotnspicy
TCP/IP Assignment with Dr Anang
<h1> Group Member </h1>
1112702444 Ahmad Saifuddin
1112700661 Kok Pin Zong
<h2> Task That Have Been Carried Out </h2>
1. Create Github Account and Install Git
2. launch Git Bash
3. Moving to Folders
4. Create Folder and File
5. Git Respitory... |
zonghua2016/dwj_backend | zonghua2016/dwj_backend
index.js
```1
const fs = require('fs');
const path = require('path');
const config = require('../config')
const {
logger
} = require('../middlewares/logger')
let api = {};
// 整合models文件下的其他js文件
fs.readdirSync(__dirname)
.filter(function (file) {
return (file.indexOf(".") !== 0) && (fil... |
zongtonggui/MultiplayerBook | zongtonggui/MultiplayerBook
Texture.cpp
```#include "RoboCatPCH.h"
Texture::Texture( uint32_t inWidth, uint32_t inHeight, SDL_Texture* inTexture ) :
mWidth( inWidth ),
mHeight( inHeight ),
mTexture( inTexture )
{
}
Texture::~Texture()
{
SDL_DestroyTexture( mTexture );
}```
api.js
```"use strict";
var express = ... |
zongzeliunt/Fermilab_E1039_Slow_Control | zongzeliunt/Fermilab_E1039_Slow_Control
AresSystem.php
```<?php
include 'inc/time.inc';
include 'inc/html_function.inc';
include 'inc/mysql_function.inc';
include 'subsystem_file/aressystem/aressystem.inc';
HTML_PrintHeader('E1039 slow control SUBSYSTEM AresSystem', True, "AresSystem");
mysql_MakeConnection($li... |
zooldyyk/Libft.a | zooldyyk/Libft.a
ft_strchr.c
```/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c ... |
zoomlion/CNE_finding | zoomlion/CNE_finding
README.md
```# CNE
CNE: conserved noncoding elements finding
``` |
zootechdrum/algorithms | zootechdrum/algorithms
cafeOrder.js
```const resterOrders = (takeOut, dineIn, servedOrders) => {
let takeOutPointer = 0;
let dineInPointer = 0;
let firstComeFirstServe = true;
for(let i = 0 ; i < servedOrders.length; i++){
if(servedOrders[i] !== takeOut[takeOutPointer] && servedOrders[i]... |
zooyer/log | zooyer/log
zoolog_test.go
```package benckmark
import "github.com/zooyer/log"
func newDisabledZoolog() log.Log {
return log.NewLog(log.NewLogger())
}
func newZoolog() log.Log {
return log.NewLog(log.NewLogger())
}``` |
zoozyboi/babycompany | zoozyboi/babycompany
readme.md
```//Responsive media query not quite accurate
//mobile layout some of the content is not accurate
//min width of 1366px
//how to run the software
1. open the file
2. click index.html open to ur default browser // might not accurate on internet explorer
Have a nice day :) ;
peace ... |
zoptv/3dcss | zoptv/3dcss
README.md
```# 3dcss
3d css text generator
``` |
zorayo/The_zorayo | zorayo/The_zorayo
README.md
```# The_zorayo
a lifetime avenue to pour off my mind
a self motivated guy out to make a difference on this planet earth
``` |
zoreet/js-challenges | zoreet/js-challenges
README.md
```# js-challenges
Vanilla JS Challenges for Senior FE Developer
```
tooltip.js
```// how do you define it? based on attribute or through js
// based on attribute:
// + easy to set up
// + same place as hovered element
// based on js:
// + avoid bloated HTML
// + easy to pass... |
zorglub42/tools | zorglub42/tools
supervise.c
```/*
* Module Name : Supervice
* Version : 1.0.0
*
*
* Copyright (c) 2016 zorglub42
* This software is distributed under the Apache 2 license
* <http://www.apache.org/licenses/LICENSE-2.0.html>
*
***********************************************************
* File Name : supervise... |
zorkow/cmlSpeech | zorkow/cmlSpeech
AppTest.java
```// Copyright 2015 Volker Sorge
//
// 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 ... |
zoroMdeD/T-C | zoroMdeD/T-C
smart_oled.h
```#ifndef _SMART_OLED_H
#define _SMART_OLED_H
//-------------------------------------------------------------ERIS----------------------------------------------------------------------
void CLR_OLED_Pins(void);
uint8_t Change_Test_OLed(void);
#endif
```
smart_wrele.h
```#ifndef _SMART_WREL... |
zouchangjie/07hierarchical | zouchangjie/07hierarchical
test.py
```# -*- encoding=utf-8 -*-
from hierarch import hcluster
from Clustering.HierarchicalClustering import getheight
from Clustering.HierarchicalClustering import getdepth
import numpy as np
import theano
import pylearn2
def drawdendrogram(clust,lables,jpeg='clusters.jpg'):
#高度和宽度
... |
zounet/1114 | zounet/1114
README.md
```# 1114
56546544
``` |
zoxLee/zoxLee.github.io | zoxLee/zoxLee.github.io
README.md
```# zoxLee.github.io``` |
zoya-sanjeev/BinarySearchTree | zoya-sanjeev/BinarySearchTree
BinaryTreeMain.java
```package com.bridgelabz.binarysearchtree;
public class BinaryTreeMain {
public static void main(String[] args) {
MyBinaryTree<Integer> myBinaryTree=new MyBinaryTree<>();
myBinaryTree.add(56);
myBinaryTree.add(30);
myBinaryTree.add(70);
myBinaryTree.add(2... |
zpao/trim-for-jetpack | zpao/trim-for-jetpack
trim.js
```/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
... |
zpf19950429/mybatis01 | zpf19950429/mybatis01
TestMybatis.java
```package net.wanho.test;
import net.wanho.pojo.Student;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
import org.junit.Before;
import org.junit.Test;
import java.io.I... |
zppan/ddnspod | zppan/ddnspod
__main__.py
```#!/usr/bin/env python2
# -*- coding:utf-8 -*-
import sys
import logging
from dnspodapi import main
logging.basicConfig(level=logging.INFO)
# If we are running from a wheel, add the wheel to sys.path
# This allows the usage python pip-*.whl/pip install pip-*.whl
print __packa... |
zqiannotes/angular-bootstrap-confirm | zqiannotes/angular-bootstrap-confirm
ui-bootstrap-position.js
```/*
* angular-ui-bootstrap
* http://angular-ui.github.io/bootstrap/
* Version: 0.12.1 - 2015-02-20
* License: MIT
*/
angular.module('ui.bootstrap.position', [])
/**
* A set of utility methods that can be use to retrieve position of DOM elements.
... |
zqpanda/RecomVideo | zqpanda/RecomVideo
README.md
```RecomVideo
==========
视频推荐工具
```
cima4u.js
```var page = require('webpage').create(),
system = require('system'),
address;
page.onConsoleMessage = function(msg){
console.log(msg);
};
if (system.args.length === 1) {
console.log('Usage: cima4u.js <some URL>');
phantom.exit(1);
}
... |
zqq1314521/Dianping | zqq1314521/Dianping
MainActivity.java
```package com.example.activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentActivity;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.view.Menu;
i... |
zr0n/Speedometer | zr0n/Speedometer
Speedometer.cs
```using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using System.IO.Ports;
namespace Speedometer
{
[RequireComponent(typeof(ProgressBarCircle))]
public class Speedometer : MonoBehaviour
{
[SerializeField]
ShipMovement ship;
... |
zrccxyb62/DongleDial | zrccxyb62/DongleDial
Call.java
```package com.example.dongledial;
public class Call {
public static native int dial(int number);
public static int callnumber(int no){
int sq = dial(no);
return dial(sq);
}
static {
System.loadLibrary("dial");
}
}
```
dial.c
```#include <stdio.h> // stan... |
zschneid85/Giphy-API | zschneid85/Giphy-API
README.md
```# Giphy-API
Giphy HW
My app is allowing the user to search the Giphy website for video by utilizing an API.
``` |
zsdwxm/FireMonkey-Android-Voice | zsdwxm/FireMonkey-Android-Voice
readme.md
```Voice Recognition and Text to Speech on Android for Delphi, RAD Studio, C++Builder and Appmethod (C++ or Object Pascal).
Early stages. Still subject to heavy changes (like renaming and moving) but it works.
There are two demos. The Google Glass one also includes voice la... |
zshaopu/hi-fun- | zshaopu/hi-fun-
README.md
```# hi-fun-
Zshaopu
``` |
zshi0004/FIT3179 | zshi0004/FIT3179
README.md
```# FIT3179
FIT3179 Data Vis Assignment 2
``` |
zsluedem/django-rholang-editor | zsluedem/django-rholang-editor
setup.py
```from os.path import join
import re
from setuptools import setup, find_packages
# dynamically pull the version from django_ace/__init__.py
version = re.search('^__version__ = "(.+?)"$',
open(join('django_rholang_editor', '__init__.py')).read(), re.MULTILI... |
zsobe31/server | zsobe31/server
README.md
```# server
server creation
```
multiply-module.js
```
// function logProduct(a,b) {
// console.log(a*b);
// }
// var moduleMessage = 'The product is show on the console!';
// module.exports.logProduct = logProduct;
// module.exports.moduleMessage = moduleMessage;
module.exports = {
logP... |
zsoerenm/magento2-kleinunternehmen | zsoerenm/magento2-kleinunternehmen
requirejs-config.js
```var config = {
map: {
'*': {
'Magento_Checkout/template/estimation.html':
'Zorn_Kleinunternehmen/template/estimation.html'
}
}
};```
README.md
```Zorn_Kleinunternehmen
===================
Sets german ... |
zsping1989/resource | zsping1989/resource
GlobalDataContract.php
```<?php
namespace Resource\Contracts;
interface GlobalDataContract{
/**
* 设置页面需要返回的公共数据
* @return mixed
*/
public function setPageData();
}```
GlobalDataRepository.php
```<?php
namespace App\Services;
use Resource\Contracts\GlobalDataContract;
us... |
zsualk/Bee-Game | zsualk/Bee-Game
index.php
```<?php
/* @var $this yii\web\View */
?>
<h1>Game Page</h1>
<?php
echo $message;
?>
<form action="">
<input type="button" value="Hit a bee!!!" onclick="location.href='/bee/bee-hit'" />
<input type="button" value="Reset all the bees!" onclick="location.href='/main'" />
<input ... |
zsx1992/webpack-react | zsx1992/webpack-react
Component1.jsx
```import React from "react";
class Component1 extends React.Component{
render(){
return (
<div> 德玛西亚 兽人永不为奴 哈哈 你好</div>
)
}
}
export default Component1;``` |
ztonyjosephfdo/simcity1234 | ztonyjosephfdo/simcity1234
README.md
```# simcity1234
simcity123_desc
```
MasterworkqueuesImpl.java
```package com.simcity123client.simcity123.workqueue.impl;
import com.simcity123client.simcity123.workqueue.model.Masterworkqueues;
import com.simcity123client.simcity123.workqueue.dao.MasterworkqueuesDao;
import j... |
ztoufik/StLua | ztoufik/StLua
README.md
```# StLua
configure your St suckless terminal through lua script
you can change LoadConfig functions in main in x.c so that it can load configuration value from ~/StConfig.lua and assign it to the params declared in config.h
``` |
ztschir/Spacecraft-Systems-Laboratory | ztschir/Spacecraft-Systems-Laboratory
README.md
```Spacecraft-Systems-Laboratory
=============================
Spacecraft Systems Laboratory material
``` |
zuihsouse/btScan | zuihsouse/btScan
scriptframe.py
```#!/usr/bin/env python
#coding=utf8
import threading
from Queue import Queue
import sys
import time
import os
from termcolor import colored
from report import TEMPLATE_html, TEMPLATE_li
from string import Template
'''load script class'''
class ScriptFrame:
def __in... |
zuil7/ExerciseConcept | zuil7/ExerciseConcept
Podfile
```platform :ios, '7.0'
pod 'AFNetworking', '2.2.0'
pod 'UIActivityIndicator-for-SDWebImage','1.0.5'
```
README.md
```ExerciseConcept
===============
TestExam
```
Constants.h
```//
// Constants.h
// ExamTest
//
// Created by Louise Namoc on 25/4/14.
// Copyright (c) 2014 Louise Namo... |