UUID icon

UUID For Linux

2.4/5 14
MIT/X Consortium License    

UUID is an implementation of the UUIDs and GUIDs specification in Java.. #Generate UUIDs  #UUID implementation  #GUID implementation  #UUID  #Generator  #Java  

Description

Free Download

UUID is an implementation of the UUIDs and GUIDs specification in Java. UUIDs are 128 bit long identifiers that are guaranteed to be unique.

Download the latest version and extract the uuid.jar file from the archive. Open a command prompt and type:

> java -jar uuid.jar

A UUID should get printed out. You should be able to compile the following example if uuid.jar is in your classpath: import com.eaio.uuid.UUID;

public class UUIDTest { public static void main(String[] args) { UUID u = new UUID(); System.out.println(u); } }

Try assembling UUIDs yourself:

UUID u = new UUID(4242L, 4242L); Of course, comparing and equality testing is fully implemented: UUID u1 = new UUID(4242L, 0L); UUID u2 = new UUID(5203L, 9412); System.out.println(u1.equals(u2)); // prints out "false" System.out.println(u1.compareTo(u2)); // prints out "-1"

As well as cloning:

UUID u1 = new UUID(4242L, 0L); UUID u2 = (UUID) u1.clone(); UUID u3 = new UUID(u1); // or use the clone constructor

Keep in mind that this UUID implementation has public fields (for compatibility with the EJB primary key specification), so cloning should be used for security purposes between in-VM system boundaries.

What's New in This Release:

� This release corrects MAC address detection on Mac OS X Leopard.

UUID 2.1.5

add to watchlist add to download basket send us an update REPORT
  runs on:
Linux
  filename:
uuid-2.1.5.tar.gz
  main category:
Programming
  developer:
  visit homepage

Context Menu Manager 3.3.3.1

Customize Windows’ original right-click context menu using this free, portable and open-source utility meant to enhance your workflow
Context Menu Manager

Windows Sandbox Launcher 1.0.0

Set up the Windows Sandbox parameters to your specific requirements, with this dedicated launcher that features advanced parametrization
Windows Sandbox Launcher

7-Zip 23.01 / 24.04 Beta

An intuitive application with a very good compression ratio that can help you not only create and extract archives, but also test them for errors
7-Zip

calibre 7.9.0

Effortlessly keep your e-book library thoroughly organized with the help of the numerous features offered by this efficient and capable manager
calibre

4k Video Downloader 1.5.3.0080 Plus / 4.30.0.5655

Export your favorite YouTube videos and playlists with this intuitive, lightweight program, built to facilitate downloading clips from the popular website
4k Video Downloader

ShareX 16.0.1

Capture your screen, create GIFs, and record videos through this versatile solution that includes various other amenities: an OCR scanner, image uploader, URL shortener, and much more
ShareX

Microsoft Teams 24060.3102.2733.5911 Home / 1.7.00.7956 Work

Effortlessly chat, collaborate on projects, and transfer files within a business-like environment by employing this Microsoft-vetted application
Microsoft Teams

IrfanView 4.67

With support for a long list of plugins, this minimalistic utility helps you view images, as well as edit and convert them using a built-in batch mode
IrfanView

Zoom Client 6.0.3.37634

The official desktop client for Zoom, the popular video conferencing and collaboration tool used by millions of people worldwide
Zoom Client

Bitdefender Antivirus Free 27.0.35.146

Feather-light and free antivirus solution from renowned developer that keeps the PC protected at all times from malware without requiring user configuration
Bitdefender Antivirus Free

% discount
IrfanView
  • IrfanView
  • Zoom Client
  • Bitdefender Antivirus Free
  • Context Menu Manager
  • Windows Sandbox Launcher
  • 7-Zip
  • calibre
  • 4k Video Downloader
  • ShareX
  • Microsoft Teams
essentials


User Comments
This enables Disqus, Inc. to process some of your data. Disqus privacy policy