- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 990 for hugger (0.3 sec)
-
docs/_posts/2019-03-18-jekyll-4-0-0-pre-alpha1-released.markdown
Guillermo Yáñez, Ma HongJun, Manu Mathew, Mario, Martin Scharm, Matt Massicotte, Matthew Rathbone, Maxwell Gerber, Mertcan Yücel, Michael Hiiva, Mike Kasberg, Mike Neumegen, Monica Powell, Nicolas Hoizey, Nikhil Swaminathan, Nikita Skalkin, Olivia Hugger, Parker Moore, Pat Hawks, Patrick Favre-Bulle, Paul Kim, Philip Belesky, Preston Lim, Ralph, Robert Riemann, Rosário Pereira Fernandes, Samuel Gruetter, Scott Killen, Sri Pravan Paturi, Stephan Fischer, Stephen Weiss, Steven Westmoreland, Sundaram...
Plain Text - Registered: 2023-03-14 01:54 - Last Modified: 2019-06-05 06:11 - 3.4K bytes - Viewed (0) -
docs/_posts/2019-08-04-jekyll-4-0-0-pre-beta1-released.markdown
Guillermo Yáñez, Ma HongJun, Manu Mathew, Mario, Martin Scharm, Matt Massicotte, Matthew Rathbone, Maxwell Gerber, Mertcan Yücel, Michael Hiiva, Mike Kasberg, Mike Neumegen, Monica Powell, Nicolas Hoizey, Nikhil Swaminathan, Nikita Skalkin, Olivia Hugger, Parker Moore, Pat Hawks, Patrick Favre-Bulle, Paul Kim, Philip Belesky, Preston Lim, Ralph, Robert Riemann, Rosário Pereira Fernandes, Samuel Gruetter, Scott Killen, Sri Pravan Paturi, Stephan Fischer, Stephen Weiss, Steven Westmoreland, Sundaram...
Plain Text - Registered: 2023-03-14 01:54 - Last Modified: 2019-08-04 20:25 - 3.4K bytes - Viewed (0) -
docs/_posts/2019-08-19-jekyll-4-0-0-released.markdown
Maxwell Gerber, Mertcan Yücel, Michael Bishop, Michael Hiiva, Michelle Greer, Mike Kasberg, Mike Neumegen, mo khan, Monica Powell, Nicolas Hoizey, Nikhil Benesch, Nikhil Swaminathan, Nikita Skalkin, Niklas Eicker, ninevra, Olivia Hugger, Parker Moore, Pat Hawks, Patrick Favre-Bulle, Paul Kim, penguinpet, Philip Belesky, Preston Lim, Ralph, Robert Riemann, Rosário Pereira Fernandes, Sadik Kuzu, Samuel Gruetter, Scott Killen, Sri Pravan Paturi, Stephan Fischer,
Plain Text - Registered: 2023-03-14 01:54 - Last Modified: 2019-08-21 08:31 - 6.4K bytes - Viewed (0) -
TODO/Dependency-Injection-with-Dagger-2.md
* [Jake Wharton's Devoxx Dagger 2 Talk](https://www.parleys.com/tutorial/5471cdd1e4b065ebcfa1d557/) * [Dagger 2 Google Developers Talk](https://www.youtube.com/watch?v=oK_XtfXPkqw) * [Dagger 1 to Dagger 2](http://frogermcs.github.io/dagger-1-to-2-migration/) * [Tasting Dagger 2 on Android](http://fernandocejas.com/2015/04/11/tasting-dagger-2-on-android/)
Plain Text - Registered: 2023-03-16 14:49 - Last Modified: 2022-05-04 13:51 - 26.8K bytes - Viewed (0) -
lib/logger.py
""" # tqdm is imported here as it won't be installed when setup.py is running from tqdm import tqdm # pylint:disable=import-outside-toplevel msg = self.format(record) tqdm.write(msg) def _set_root_logger(loglevel: int = logging.INFO) -> logging.Logger: """ Setup the root logger. Parameters ----------
Python - Registered: 2023-03-13 16:03 - Last Modified: 2022-09-07 10:49 - 19.3K bytes - Viewed (0) -
common/log/logger.go
} type consoleLogWriter struct { logger *log.Logger } func (w *consoleLogWriter) Write(s string) error { w.logger.Print(s) return nil } func (w *consoleLogWriter) Close() error { return nil } type fileLogWriter struct { file *os.File logger *log.Logger } func (w *fileLogWriter) Write(s string) error { w.logger.Print(s) return nil }
Go - Registered: 2023-03-15 06:07 - Last Modified: 2020-01-03 01:26 - 2.9K bytes - Viewed (0) -
daemon/logger/logger.go
// Package logger defines interfaces that logger drivers implement to // log messages. // // The other half of a logger driver is the implementation of the // factory, which holds the contextual instance information that // allows multiple loggers of the same type to perform different // actions, such as logging to different locations. package logger // import "github.com/docker/docker/daemon/logger" import ( "sync" "time"
Go - Registered: 2023-03-15 12:04 - Last Modified: 2022-11-02 17:47 - 4K bytes - Viewed (0) -
packages/core/logger/src/Logger.js
} // If we are in a worker, make a proxy class which will // send the logger calls to the main process via IPC. // These are handled in WorkerFarm and directed to handleMessage above. if (WorkerFarm.isWorker()) { class LoggerProxy {} for (let method of Object.getOwnPropertyNames(Logger.prototype)) { LoggerProxy.prototype[method] = (...args) => { WorkerFarm.callMaster( {
JavaScript - Registered: 2023-03-19 11:31 - Last Modified: 2018-11-17 06:50 - 5.6K bytes - Viewed (0) -
TODO/bye-bye-burger.md
> * 原文地址:[Bye, Bye Burger! What we learned from implementing the new Android Bottom Navigation](https://medium.com/startup-grind/bye-bye-burger-5bd963806015#.b1x3w6elg) * 原文作者:[Sebastian Lindemann](https://medium.com/@S_Lindemann) * 译文出自:[掘金翻译计划](https://github.com/xitu/gold-miner) * 译者: [Xiaonan Shen](https://github.com/shenxn) * 校对者: [Jaeger](https://github.com/laobie), [jamweak](https://github.com/jamweak) # 再见,汉堡菜单,我们有了新的 Android 交互设计方案
Plain Text - Registered: 2023-03-16 14:49 - Last Modified: 2016-11-03 04:23 - 10K bytes - Viewed (0) -
spec/helpers/perf/logger.lua
Others - Registered: 2022-12-25 13:41 - Last Modified: 2021-05-19 10:20 - 1.7K bytes - Viewed (0)