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) (425)
  • Article (122)
  • 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 13 ... 55 Next »

13%
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
13%
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
13%
Boost performance of your Python programs
30.11.2025
Home »  Archive  »  2010  »  Issue 2: Backup...  » 
Eric Isselée, 123RF
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
13%
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
13%
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
13%
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
13%
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
13%
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
13%
Comparing PowerShell and Python
09.10.2017
Home »  Archive  »  2017  »  Issue 41: Kuber...  » 
Lead Image © Beboy, Fotolia.com
as a string variable (type str), which is why this function was replaced by the 2to3 tool. Listing 1 Sample Code Used in import urllib2 def hello(name=None): if not name: name
13%
HDF5 and Parallel I/O
17.05.2017
Home »  HPC  »  Articles  » 
         DO I=1,NUMTASKS 69            WRITE(C,"(i0)") i 70            dataset_name = "dataset" // TRIM(C) 71            WRITE(*,*) 'C = ',C,' data_name = ', DATASET_NAME 72            CALL h5dcreate_f(FILE_ID, DATASET_NAME

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

Service

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