Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
import {useEffect, useState} from 'react'; | |
import {Alert} from 'react-native'; | |
import BackgroundGeolocation from '@mauron85/react-native-background-geolocation'; | |
import {defaultLocation} from '../utils/vars'; | |
import {getDistanceFromLatLonInKm} from '../utils/getDistance'; | |
const useTracking = (isActive: boolean) => { | |
const [location, setLocation] = useState(defaultLocation); | |
const [history, setHistory] = useState<any>([]); | |
const [distance, setDistance] = useState<number>(0); |
export ZSH="/Users/karlhadwen/.oh-my-zsh" | |
export PATH=${PATH}:/usr/local/mysql/bin/ | |
ZSH_THEME="robbyrussell" | |
ZSH_DISABLE_COMPFIX=true | |
plugins=( | |
git | |
zsh-autosuggestions | |
last-working-dir |
/* | |
* Usage: | |
* <PopoverStickOnHover | |
* component={<div>Holy guacamole! I'm Sticky.</div>} | |
* placement="top" | |
* onMouseEnter={() => { }} | |
* delay={200} | |
* > | |
* <div>Show the sticky tooltip</div> | |
* </PopoverStickOnHover> |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex
#Copyright (c) 2010-2013 Samuel Sutch [[email protected]] | |
# | |
#Permission is hereby granted, free of charge, to any person obtaining a copy | |
#of this software and associated documentation files (the "Software"), to deal | |
#in the Software without restriction, including without limitation the rights | |
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
#copies of the Software, and to permit persons to whom the Software is | |
#furnished to do so, subject to the following conditions: | |
# | |
#The above copyright notice and this permission notice shall be included in |