User contributions for David
31 January 2022
- 16:4716:47, 31 January 2022 diff hist +39 OpenCL No edit summary current
- 16:4716:47, 31 January 2022 diff hist +39 CUDA No edit summary
- 16:4616:46, 31 January 2022 diff hist +39 HLSL No edit summary current
- 16:4616:46, 31 January 2022 diff hist +39 GLSL No edit summary current
- 16:4616:46, 31 January 2022 diff hist +34 N Category:GPU Programming languages Created page with "Category:Programming languages" current
- 16:4516:45, 31 January 2022 diff hist +36 OpenCL No edit summary
- 16:4516:45, 31 January 2022 diff hist +36 CUDA No edit summary
- 16:4516:45, 31 January 2022 diff hist +36 HLSL No edit summary
- 16:4416:44, 31 January 2022 diff hist +36 GLSL No edit summary
- 16:4416:44, 31 January 2022 diff hist +36 C (programming language) No edit summary
- 16:4416:44, 31 January 2022 diff hist +36 C Sharp No edit summary current
- 16:4416:44, 31 January 2022 diff hist +36 Java No edit summary current
- 16:4416:44, 31 January 2022 diff hist +36 Kotlin No edit summary current
- 16:4416:44, 31 January 2022 diff hist +29 PHP No edit summary
- 16:4316:43, 31 January 2022 diff hist +36 Latex No edit summary
- 16:4316:43, 31 January 2022 diff hist +36 R No edit summary current
- 16:4316:43, 31 January 2022 diff hist +36 MATLAB No edit summary
- 16:4216:42, 31 January 2022 diff hist +36 Bash (Unix shell) No edit summary
- 16:4216:42, 31 January 2022 diff hist +36 Python No edit summary
- 16:4216:42, 31 January 2022 diff hist +36 TypeScript No edit summary
- 16:4216:42, 31 January 2022 diff hist +35 N Category:Programming languages Created page with "Category for programming languages." current
- 16:4216:42, 31 January 2022 diff hist +36 JavaScript No edit summary
- 16:4116:41, 31 January 2022 diff hist +36 C++ No edit summary
- 16:4016:40, 31 January 2022 diff hist +22 StereoNet: Guided Hierarchical Refinement for Real-Time Edge-Aware Depth Prediction No edit summary current
- 16:4016:40, 31 January 2022 diff hist +22 SfM-Net: Learning of Structure and Motion from Video No edit summary current
- 16:4016:40, 31 January 2022 diff hist +22 Consistent Video Depth Estimation No edit summary current
- 16:3916:39, 31 January 2022 diff hist +22 Neural scene representation and rendering (Science 2018) No edit summary current
- 16:3916:39, 31 January 2022 diff hist +21 Space-time Neural Irradiance Fields for Free-Viewpoint Video No edit summary current
- 16:3916:39, 31 January 2022 diff hist +21 Light Field Networks: Neural Scene Representations with Single-Evaluation Rendering No edit summary current
- 16:3916:39, 31 January 2022 diff hist +21 MetNet Neural Weather Model No edit summary current
- 16:3916:39, 31 January 2022 diff hist +21 Neural RGB→D Sensing: Depth and Uncertainty from a Video Camera No edit summary current
- 16:3816:38, 31 January 2022 diff hist +22 NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis No edit summary
- 16:3816:38, 31 January 2022 diff hist +77 N SinGAN David moved page SinGAN to SinGAN: Learning a Generative Model from a Single Natural Image current Tag: New redirect
- 16:3816:38, 31 January 2022 diff hist 0 m SinGAN: Learning a Generative Model from a Single Natural Image David moved page SinGAN to SinGAN: Learning a Generative Model from a Single Natural Image current
- 16:3816:38, 31 January 2022 diff hist +22 SinGAN: Learning a Generative Model from a Single Natural Image No edit summary
- 16:3716:37, 31 January 2022 diff hist +28 N Category:Papers Created page with "Category for research papers" current
- 16:3716:37, 31 January 2022 diff hist 0 SynSin: End-to-end View Synthesis from a Single Image No edit summary current
- 16:3716:37, 31 January 2022 diff hist +21 SynSin: End-to-end View Synthesis from a Single Image No edit summary
29 January 2022
- 19:2719:27, 29 January 2022 diff hist +45 Flock →CLI current
- 19:2619:26, 29 January 2022 diff hist +448 N Flock Created page with "Flock is a tool to prevent running a script multiple times. ==Usage== ===CLI=== ===In a bash script=== <syntaxhighlight lang="bash"> exec {lock_fd}>$LOCKFILE || exit 1 flock -n "$lock_fd" || { echo "Another instance is running" >&2 exit 1 } # Note that the fd will unlock automatically at the end of the script. # Unlock once all background processes are done. exec {lock_fd}>&- # Or unlock immediately flock -u "$lock_fd" </syntaxhighlight>"
- 19:2319:23, 29 January 2022 diff hist +10 Borgbackup →Example Scripts
- 19:0119:01, 29 January 2022 diff hist +36 Borgbackup →Example Scripts
- 19:0119:01, 29 January 2022 diff hist +125 Borgbackup →Example Scripts
- 05:0605:06, 29 January 2022 diff hist +14 GitLab →Setup
- 04:3904:39, 29 January 2022 diff hist −1 Bash (Unix shell) →dirname
- 04:1604:16, 29 January 2022 diff hist +82 Kubernetes →Installing an Ingress Controller
28 January 2022
- 19:4819:48, 28 January 2022 diff hist +130 GitLab →Migration from Omnibus Install
- 19:4819:48, 28 January 2022 diff hist +460 GitLab →Kubernetes Administration
- 19:4619:46, 28 January 2022 diff hist −945 GitLab →Omnibus Administration
26 January 2022
- 16:1916:19, 26 January 2022 diff hist +31 Kubernetes →Helm