Skip to content

Instantly share code, notes, and snippets.

import axios from 'axios'
export default {
namespaced: true,
state: {
statusPing: 1
},
getters: {
getStatusPing: state => state.statusPing
},
<?php
namespace Warface;
use Warface\Exceptions\WarfaceExceptions;
use Warface\Exceptions\WarfaceExceptionsCode;
use Warface\Exceptions\WarfaceExceptionsMsg;
class ApiClient
{
@hypertensy
hypertensy / README.md
Last active February 20, 2020 13:46
Generating a long VK user IDs, or a banal overflow of a 32-bit integer

Below are examples of generating random long identifiers in different programming languages