Admin Magazine
 
  • News
  •  
  • Articles
  •  
  • Tech Tools
  •  
  • Subscribe
  •  
  • Archive
  •  
  • Whitepapers
  •  
  • Write for Us!
  •  
  • Newsletter
  •  
  • Shop
  • DevOps
  • Cloud Computing
  • Virtualization
  • HPC
  • Linux
  • Windows
  • Security
  • Monitoring
  • Databases
  • all Topics...
Search
Login
ADMIN Magazine on Facebook
GooglePlus

Search

Refine your search
Sort order
  • Date
  • Score
Content type
  • Article (Print) (114)
  • Article (44)
  • Blog post (2)
Keywords
Creation time
  • Last day
  • Last week
  • Last month
  • Last three months
  • Last year

« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 16 Next »

17%
High-Performance Python 1
16.07.2019
Home »  HPC  »  Articles  » 
 +=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
17%
High-performance Python – compiled code and C interface
01.08.2019
Home »  Archive  »  2019  »  Issue 52: Stop...  » 
Lead Image © Konrad Bak, 123RF.com
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. (Don
17%
Measuring the performance of code
04.08.2020
Home »  Archive  »  2020  »  Issue 58: Graph...  » 
Lead Image © Lucy Baldwin, 123RF.com
return -timespec_diff(sooner, later); 19 else 20 return 21 (later->tv_sec - sooner->tv_sec) 22 /* tv_nsec is known to be a signed type. */ 23 + (later->tv_nsec - sooner
17%
New features in MariaDB 10.3
05.02.2019
Home »  Archive  »  2019  »  Issue 49: Anato...  » 
Lead Image by Adarsh Kummur on Unsplash
| revenue | 18 +---+------+---------+ 19 | 1 | 2016 | 100.00 | 20 | 2 | 2016 | 0.00 | 21 | 3 | 2016 | 999.99 | 22 | 1 | 2017 | 500.00 | 23 | 2 | 2017 | 0.00 | 24 | 3 | 2017 | 100.00 | 25 | 1 | 2018
17%
Top Top-Like Tools
07.10.2014
Home »  Archive  »  2014  »  Issue 23: 10 Ti...  » 
of swap space (1,986,000KB, or about 2GB), the amount of swap space used (0KB), the amount of swap space free (1,986,000KB, or about 2GB), and the amount of cached memory used (942660KB, or about 1GB
17%
Expand your sphere with a piece of Google
30.11.2025
Home »  Archive  »  2011  »  Issue 4: Secure...  » 
© artida, 123RF.com
SQL. You can just upload your web application and enjoy the ride. Keep in mind that Google imposes limits to this freefest. Their hospitality is limited to 500MB of disk space and traffic volume of 1GB per
17%
Run One Program at any Scale with Legate
08.06.2021
Home »  HPC  »  Articles  » 
ran the “plain” NumPy code with Legate: $ legate test1.py [0 - 7f080ae4e000]    0.000070 {4}{threads}: reservation ('Python-1 proc 1d00000000000006') cannot be satisfied Elapsed time =  2
17%
Managing FOSS applications on AIX
27.05.2025
Home »  Archive  »  2025  »  Issue 87: Light...  » 
Lead Image © Nataliia Natykach, 123RF.com
is running (Listing 18). Listing 18 Checking mysqld # ps -ef | grep mysqld mysql 8323484 18219314 0 21:39:57 pts/1 0:00 /opt/freeware/libexec/mysqld --basedir=/opt/freeware --datadir
17%
RSQL, a Microsoft SQL clone
09.06.2018
Home »  Archive  »  2018  »  Issue 45: Autom...  » 
Photo by Eugenio Mazzone on Unsplash
Server for more than 15 years and like the product, but the license costs are exorbitant; for example, $14,400 for installation on an eight-core machine whose hardware only costs $3,000. The more powerful
17%
How vector databases work and when they're used
04.12.2024
Home »  Archive  »  2024  »  Issue 84: Non-R...  » 
Lead Image © neyro2008, 123rf.com
={"city": "New York"}), PointStruct(id=5, vector=[0.24, 0.18, 0.22, 0.44], payload={"city": "Beijing"}), PointStruct(id=6, vector=[0.35, 0.08, 0.11, 0.44], payload={"city": "Mumbai"}),], ) The database

« Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 ... 16 Next »

Service

  • Article Code
  • Contact
  • Legal Notice
  • Privacy Policy
  • Glossary
    • Backup Test
© 2026 Linux New Media USA, LLC – Legal Notice