Entropy

Is A measure of the degree of randomness of energy in a system. Entropy is defined as randomness or disorder, the more disorganization in molecules or atom means higher entropy. […]

Continue Reading

Vue JS Set active-class on Route

<router-link tag=”li” :to=”…” :class=”{ ‘router-link-active’: isProjectTypeRoute }”> <a>Project</a> </router-link> computed: { isProjectTypeRoute() { return this.$route.matched.some(route => route.name === ‘project’) } } Facebook Comments

Continue Reading

Windows Activation

@echo off title Activate Windows 10 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo – Windows 10 Home&echo – Windows 10 […]

Continue Reading