timer Star Here are 4,450 public repositories matching this topic... Language: All Sort: Most stars walkor / workerman Star 11.2k Code Issues Pull requests Discussions An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. php socket tcp ...
A sleek, highly customizable timer for speedrunners. - GitHub - jamestiotio/LiveSplit: A sleek, highly customizable timer for speedrunners.
import java.awt.Font; import java.awt.Color; import java.awt.Graphics; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.util.Arrays; import java.util.Random; import java.util.Timer; import java.util.TimerTask; import java.awt.image.BufferedImage; import javax...
https://tntorch.readthedocs.io/ Github项目地址: https://github.com/rballester/tntorch New:我们的Read the Docs网站已经发布! 欢迎使用tntorch,一个使用张量网络的PyTorch驱动的建模和学习库。 这种网络的独特之处在于它们使用多线性神经单元(而不是非线性激活单元)。 功能包括: 张量、广播、转让等的基本和花...
{fileName}/{etag}")] public IActionResult FileStream(bool fileName, bool etag) { string webRoot = _hostingEnvironment.WebRootPath; FileStream stream = System.IO.File.OpenRead(Path.Combine(webRoot, "TestFile.txt")); ResumeFileStreamResult result = this.ResumeFile(stream, "text/plain", fileName...
A environment that you can to use to build a custom, NuttX GNU toolchain. https://bitbucket.org/nuttx/tools There are snapshots of some tools here that you will need to work with NuttX: kconfig-frontends, genromfs, and others. Notes about Header Files Other C-Library Header Files When...
一生一芯计划https://oscpu.github.io/ysyx/仿真用SoC工程===本工程按照一生一芯计划的SoC流片规范实现了一个仿真用的SoC,可...
utility time control timer management repeat timeout period settimeout manage action execute setinterval interval periodic run repeater recurrent chrono repeating Updated May 6, 2020 JavaScript CrankZ / tauri-note-cal Star 11 Code Issues Pull requests 一个简单的文本计算器,支持在线和主流桌面平台,...
Pre-built (and tested) images are available from ftp://ftp.denx.de/pub/u-boot/images/ Where we come from: === - start from 8xxrom sources - create PPCBoot project (http://sourceforge.net/projects/ppcboot) - clean up code - make it easier to add custom boards - make it possible...
void performHeavyTask(int iter) { TIMED_FUNC(timerObj); // Some initializations // Some more heavy tasks usleep(5000); while (iter-- > 0) { TIMED_SCOPE(timerBlkObj, "heavy-iter"); // Perform some heavy task in each iter // Notice following sleep varies with each iter usleep(iter ...