Admin Magazine
 
  • News
  •  
  • Articles
  •  
  • Tech Tools
  •  
  • Subscribe
  •  
  • Archive
  •  
  • Whitepapers
  •  
  • Digisub
  •  
  • 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) (344)
  • Article (120)
  • News (2)
  • Blog post (1)
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 ... 47 Next »

14%
Maintaining Android in the enterprise
21.08.2014
Home »  Archive  »  2014  »  Issue 22: OpenS...  » 
Lead Image © Iaroslav Neliubov, 123RF.com
with "devices", lists device paths 25 -p specify product name 26 -c override kernel commandline 27 -i specify a custom USB vendor id 28 -b
14%
Modern Fortran – Part 1
20.10.2016
Home »  HPC  »  Articles  » 
the program, subroutine, or function name, which forces the code writer to define each and every variable (which is not necessarily a bad thing). This is by no means a complete rundown of Fortran 77 ... Modern Fortran – Part 1
14%
High-Performance Python 3
19.09.2019
Home »  HPC  »  Articles  » 
., high=1., size(64,64)).astype(cp.float32) B = cp.random.uniform(low=-1., high=1., size(64,64)).astype(cp.float32) C = cp.matmul(A,B) Notice in this snippet of code that the variable C  remains on the GPU
14%
Detecting malware with Yara
09.10.2017
Home »  Archive  »  2017  »  Issue 41: Kuber...  » 
Lead Image © Mohamad Razi Bin Husin, 123RF.com
. The syntax for using Yara is as follows: rule NameOfRule { strings: $test_string1= "James" $test_string2= {8C 9C B5 L0} Conditions: $test_string1 or $test_string2 } In the preceding code
14%
Get Started with Parallel CPython
07.11.2011
Home »  HPC  »  Articles  » 
of arguments passed. Also, you should use the join method to wait for the completion of your created subprocess.  After you type the code shown in Listing 1 into a file named basic.py and make the source file
14%
Blending Java with other programming languages
10.04.2015
Home »  Archive  »  2015  »  Issue 26: OpenS...  » 
Lead Image © Ivan Mikhaylov, 123RF.com
is a dynamic library (.so file, or a DLL on Windows) that converts Java calls to C. Figure 1: Java accesses C code via layers. Here is a practical example
14%
Tuning I/O Patterns in Python
18.12.2013
Home »  HPC  »  Articles  » 
as Listing 1P here) and rewrite it in Python. Initially, I just write out the data structure in the loop once it's populated, which I refer to as “one-by-one.” Listing 1P: C Code Example with Output in Loop
14%
Tuning I/O Patterns in C
31.07.2013
Home »  HPC  »  Articles  » 
The language you choose to use affects I/O patterns and performance. We track a simple write I/O pattern with C and look at how to improve performance. ... the example in C. The basic algorithm is presented in Listing 1C. Simply, inside a loop, a data structure is populated with data. This is just the basic code; I add the I/O in Listing 2C. Listing 1C: Basic C ... The language you choose to use affects I/O patterns and performance. We track a simple write I/O pattern with C and look at how to improve performance. ... Tuning I/O Patterns in C
14%
HDF5 with Python and Fortran
21.03.2017
Home »  HPC  »  Articles  » 
   # =================== 09   # 10  if __name__ == '__main__': 11  12      f = h5py.File("mytestfile.hdf5", "w") 13  14      dset = f.create_dataset("mydataset", (100,), dtype='i') 15     16      dset[...] = np.arange(100) 17
14%
On the ground at the Linux Foundation's signature event
04.10.2018
Home »  Archive  »  2018  »  Issue 47: Findi...  » 
Swapnil Bhartiya and Brian Behlendorf, Hyperledger Project
and especially how Hollywood has embraced it. He shared that The Linux Foundation is now home to the Academy Software Foundation (ASWF) project, which bears the coveted name from the Academy of Motion Picture Arts

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

Service

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