您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. linux 下 结合ftp 和部分telnet 功能的服务器源码

  2. ################################################################################ # # # Super Ftp Server and Client for Wall-e # # # # SunMay30 2009 # # # ################################################################################ ////////\\\\\\
  3. 所属分类:Linux

    • 发布日期:2009-05-31
    • 文件大小:21kb
    • 提供者:huch911
  1. au3反编译源码

  2. au3反编译源码 myAut2Exe - The Open Source AutoIT scr ipt Decompiler 2.9 ======================================================== *New* full support for AutoIT v3.2.6++ :) ... mmh here's what I merely missed in the 'public sources 3.1.0' This program is f
  3. 所属分类:Actionscript

    • 发布日期:2014-01-22
    • 文件大小:1mb
    • 提供者:p13577080110
  1. 动态天空+天气+云+海洋系统源码.txt

  2. Sky Master ULTIMATE,动态天空+天气+云+海洋系统源码 Sky Master is a Dynamic Sky, Weather, Volumetric Cloud - Lighting, Dynamic GI & Ocean solution for Unity. The system includes one draw call Volume Clouds, an Ocean system, GI Proxy for Global Illumination & a phy
  3. 所属分类:游戏开发

    • 发布日期:2020-07-27
    • 文件大小:99byte
    • 提供者:u012656030
  1. python 写的一个爬虫程序源码

  2. 写爬虫是一项复杂、枯噪、反复的工作,考虑的问题包括采集效率、链路异常处理、数据质量(与站点编码规范关系很大)等。整理自己写一个爬虫程序,单台服务器可以启用1~8个实例同时采集,然后将数据入库。 #-*- coding:utf-8 -*- #!/usr/local/bin/python import sys, time, os,string import mechanize import urlparse from BeautifulSoup import BeautifulSoup impor
  3. 所属分类:其它

    • 发布日期:2020-12-25
    • 文件大小:75kb
    • 提供者:weixin_38621365
  1. threejs-webpack-starter-源码

  2. Three.js入门 由的Bruno Simon提供 设置 下载 运行以下命令: # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build
  3. 所属分类:其它

    • 发布日期:2021-03-25
    • 文件大小:141kb
    • 提供者:weixin_42116701
  1. Threejs-first-proj:前三个js项目-源码

  2. Three.js入门 由的Bruno Simon提供 设置 下载 运行以下命令: # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build
  3. 所属分类:其它

  1. threeJs-dev-源码

  2. Three.js旅程 设置 下载 运行以下命令: # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build
  3. 所属分类:其它

    • 发布日期:2021-03-17
    • 文件大小:909kb
    • 提供者:weixin_42131405
  1. donuts-源码

  2. Three.js旅程 设置 下载 运行以下命令: # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build
  3. 所属分类:其它

  1. peach-img-builder:Vmdb2脚本,用于为预先安装了peachcloud的树莓派构建debian光盘映像-源码

  2. 这是一个分支,用于为 构建,该使用vmdb2为Raspberry pi的PeachCloud构建磁盘映像,并预安装了所有配置和桃子微服务。 此vmdb2脚本运行: python setup_dev_env.py -i -n peach , 的python安装脚本。 安装vmdb2 跑, sudo apt install -y dosfstools qemu-user-static binfmt-support time kpartx 该脚本需要最新版本的vmdb2,该版本当前无法通过ap
  3. 所属分类:其它

    • 发布日期:2021-03-16
    • 文件大小:152kb
    • 提供者:weixin_42129797
  1. local-time-源码

  2. local-time
  3. 所属分类:其它

  1. go-ntp-check:针对远程ntp服务器的ntp检查,以检查同步-源码

  2. 进行ntp检查 go-ntp-check是一个ntp cli,用于自动检查本地主机和ntp服务器之间的ntp偏差。 代码库 基于代码 修改了代码以进行更改 代码返回 服务器 详细模式 建造 # go build # as usual for golang 基本输出示例 PS C: \d ev \s rc \p rojects \n tpcheck > go run . \m ain.go -v -server time.windows.com Getting Ntp time from t
  3. 所属分类:其它

  1. FBO_Particles-源码

  2. Three.js旅程 设置 下载 运行以下命令: # Install dependencies (only the first time) npm install # Run the local server at localhost:8080 npm run dev # Build for production in the dist/ directory npm run build
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:526kb
    • 提供者:weixin_42114580
  1. DateTime-Julian:提供用于计算天文学的儒略日数例程-源码

  2. 姓名 DateTime :: Julian-提供例程以使用天文朱利安日期(有时称为朱利安天数) 概要 use DateTime ::Julian; my $jd = nnnn . nnnn; # Julian date for 20 my $utc = DateTime ::Julian . new : : juliandate($jd); say $utc . j2000; say $utc . jcent; my $lon = -86.234 ; # local observer's lat
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:24kb
    • 提供者:weixin_42129970
  1. next-aws-lambda-源码

  2. 下一个阿兰巴 您的NextJS项目的Lambda处理程序。 无需S3存储桶或Lambda Edge。 只是简单的aws lambdas。 例子 // lambda.js const next = require ( 'next' ) const lambda = require ( 'next-aws-lambda' ) // If you run in dev, set timeout over 10 seconds and memory over 1024mb // otherwise `
  3. 所属分类:其它

  1. Kvark:TIHLDE的前端。 开发人员-源码

  2. 卡瓦克 TIHLDEs开源前端 -组织的主网站。 :rocket: 入门 Kvark需要Node和Yarn。 # Setup a local repository git clone https://github.com/tihlde/Kvark.git cd Kvark # If this is your first time running the application yarn # Thats it! 从现在开始,足以运行yarn start运行应用程序。 :gear: 配置 该应
  3. 所属分类:其它

  1. Lepton:轻子后端-源码

  2. 莱普顿 TIHLDE是 (组织的主要网站)的开源后端。 :rocket: 入门 Lepton需要Python 3.6或更高版本,Docker和Docker Compose。 其他服务由Docker处理。 # Setup a local repository git clone https://github.com/tihlde/Lepton.git cd Lepton # If this is your first time running the application make fres
  3. 所属分类:其它

    • 发布日期:2021-03-06
    • 文件大小:149kb
    • 提供者:weixin_42163404
  1. LuauStrictGenerator:生成各种Luau类型检查器,请参见-源码

  2. LuauStrictGenerator 生成各种Luau类型检查器,请参阅: : 通过具有--strict或具有foo()和bar()的完整代码来生成不同类型的脚本(由我设置,由用户将来设置bar() 此代码的一些示例是: -- !nonstrict local foobar foobar = time () local tab = { ' foo ' , ' bar ' , ' foobar ' } local function foo () local t = tick ()
  3. 所属分类:其它

  1. cache-async-adapter-源码

  2. 快取 异步缓存Redis或具有相同接口的本地缓存,可以进一步扩展 使用内存存储 import { CacheAdapterType , CacheFactory } from "qest/cache-async-adapter" ; const cacheLocal = new CacheFactory ( ) . create ( CacheAdapterType . Local ) ; await cacheLocal . set ( 'key1' , { data : 'hello' }
  3. 所属分类:其它

    • 发布日期:2021-03-05
    • 文件大小:28kb
    • 提供者:weixin_42136477
  1. 时区:2.7k中JavaScript的完整时区感知日期数学和格式-源码

  2. 时区 使用IANA时区数据库以Javascr ipt格式化时间。 (照片: 日 。) var tz = require ( 'timezone/loaded' ) , equal = require ( 'assert' ) . equal , utc ; // Get POSIX time in UTC. utc = tz ( '2012-01-01' ) ; // Convert UTC time to local time in a localize language.
  3. 所属分类:其它

    • 发布日期:2021-02-22
    • 文件大小:394kb
    • 提供者:weixin_42129970
  1. 简写:将简单的文本标签扩展器与降价处理器结合使用-源码

  2. 速记 一个简单的标签或宏扩展器 用例示例: Markdown文件中的标签或缩写扩展 从markdown文件构建html模板 从多个markdown文件组成页面 可以使用--help选项列出受支持的命令行选项。 shorthand --help 可以在上找到源代码 该项目的网站是 教程 Markdown文件中的时间戳 如果降价文件testdata / report.md的内容为 Report Date: now # Topic: The current local t
  3. 所属分类:其它

    • 发布日期:2021-02-14
    • 文件大小:55kb
    • 提供者:weixin_42134240
« 12 3 »