15%
18.12.2013
FILE *ptr_myfile;
16
17 counter_limit = 100;
18
19 ptr_myfile=fopen("test.bin","wb");
20 if (!ptr_myfile)
21 {
22 printf("Unable to open file!");
23 return 1;
24 }
25 for ( counter=1; counter <= counter
15%
25.03.2021
[1] sdc1[0]
244065408 blocks super 1.2 [2/2] [UU]
[=>...................] resync = 6.4% (15812032/244065408) finish=19.1min speed=198449K/sec
bitmap: 2/2 pages [8KB], 65536KB chunk
15%
20.10.2013
_age Always - 9
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 133
194 Temperature_Celsius 0x0022 031 040 000 Old_age Always - 31 (0 22 0 0 0)
197 Current_Pending_Sector 0x0012 100 100 000 Old
15%
18.06.2014
is it? Which user has the largest capacity? Which user has the most files? What is the oldest file and how old is it? These are deceptively easy questions to answer, but what if you have 1,000 users
15%
30.11.2025
business sizes, the TCO calculations assumed that the business would either replace or upgrade its old hardware after three years. A sole proprietor would save more than EUR 4,000 over a period of nine years
15%
28.07.2025
in range(start_port, end_port + 1):
18 thread = threading.Thread(target=scan_port, args=(host, port))
19 thread.start()
20
21 if __name__ == "__main__":
22 if len(sys.argv) != 4:
23 print
15%
06.10.2022
traditional VMs, plus the efficiency of containers. MicroVMs, then, provide enhanced isolation, reduced startup time, and greater hardware utilization. Interestingly, the AWS folks demo'd starting 4,000 micro
15%
30.11.2025
MySQL-shared-compat-5.5.22-2.el6.x86_64.rpm
rpm -i MySQL-client-5.5.22-1.el6.x86_64.rpm
With CentOS 6, the following additional package is necessary:
yum install openssl098e.x86_64
The easiest way
15%
18.10.2017
-64/16.10/lib/libpgf90rtl.so (0x00007f5bc6516000)
libpgf90.so => /opt/pgi/linux86-64/16.10/lib/libpgf90.so (0x00007f5bc5f5f000)
libpgf90_rpm1.so => /opt/pgi/linux86-64/16.10/lib/libpgf90_rpm1.so
15%
16.07.2019
+=x[i]
return total
x = numpy.arange(10_000_000);
%time sum(x)
CPU times: user 1.63 s, sys: 0 ns, total: 1.63 s
Wall time: 1.63 s
Next, add Numba into the code (Listing 2) so the @jit
decorator can be used