71%
31.10.2025
-load after 10 seconds";
07 // Terminate request...
08 fastcgi_finish_request();
09 // ... but still continue processing this:
10 create_preview();
11 }
12 else show('preview.png');
13
14 //...
15
16 ... 12
71%
31.10.2025
Fortunately, the Guacamole website has prebuilt packages for several distributions. The Downloads section of the website [1] provides packages for Debian 6.0 (squeeze), Ubuntu 11.10/12.04, and Fedora 15/16/17 ... 12
70%
31.10.2025
PRIVATE (id)
06
07 id = omp_get_thread_num()
08 write(*,*) 'Thread ',id,' Checking in'
09
10 IF (id == 0) THEN
11 WRITE(*,*) ' Number of threads in use is ',omp_get_num_threads()
12 ENDIF
13
14 ... 12
67%
01.08.2019
away from Python 2 and on to Python 3 pretty quickly, because, as the Python wiki [12] says, "Python 2.x is legacy, Python 3.x is the present and future of the language.") The Pyrex language is used ... Step Lively
64%
14.11.2013
in logfiles.
Infos
Gource: http://code.google.com/p/gource/
Gource, custom log format: http://code.google.com/p/gource/wiki/CustomLogFormat
code_swarm: http://www.michaelogawa.com ... 17
64%
06.10.2019
Infos
Clonezilla: https://clonezilla.org
Release notes: https://sourceforge.net/p/clonezilla/news/2019/09/stable-clonezilla-live-263-7-released/
... Clonezilla 2.6.3-7 (Live) ... Clonezilla 2.6.3-7 (Live)
36%
02.08.2022
: https://support.apple.com/en-gb/guide/shortcuts-mac/apdf22b0444c/5.0/mac/12.0
Importing Automator workflows: https://support.apple.com/en-gb/guide/shortcuts-mac/apd02bffbaac/5.0/mac/12.0
Sharing ... Apple ported the Shortcuts automation tool known from the iPhone and iPad to macOS Monterey 12 to help users make their everyday work more convenient, with or without programming knowledge. ... Automate macOS 12 with the Shortcuts app
32%
14.03.2013
/business/advantage
Ubuntu Landscape: http://www.ubuntu.com/business/landscape
"Red Hat Satellite Server" by James Dade, ADMIN
, Issue 09, pg. 60
Business Desktop Remix objectives: http://blog.canonical.com/2012 ... Ubuntu Business Desktop Remix 12.04 LTS
31%
08.10.2015
environment so it could use the Linux kernel's container API. However, since version 0.9 Docker has operated independently of LXC. The libcontainer library written in the programming language Go now ... Half-lives of products are becoming shorter and shorter on today's virtualization market. This year, the buzz is all about Docker.
30%
06.10.2019
publisher TEXT,
07 authors MAP,
08 circulation INT,
09 issue TEXT,
10 PRIMARY KEY(publisher, issue, isbn)
11 );
12
13 # INSERT INTO titles(isbn, year, title, publisher, authors, circulation ... The open source Apache Cassandra database claims to be fail-safe, economical, highly scalable, and easy to manage. A few exercises show whether it lives up to its advertising.