This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // --- Utility Functions (Noise, Bayer) --- | |
| float random (in vec2 st) { | |
| return fract(sin(dot(st.xy, vec2(12.9898,78.233))) * 43758.5453123); | |
| } | |
| float noise (in vec2 st) { | |
| vec2 i = floor(st); | |
| vec2 f = fract(st); | |
| float a = random(i); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ | |
| double __cdecl pow(double _X,double _Y) | |
| { | |
| ulonglong uVar1; | |
| uint uVar2; | |
| uint uVar3; | |
| int iVar4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ | |
| double __cdecl pow(double _X,double _Y) | |
| { | |
| ulonglong uVar1; | |
| uint uVar2; | |
| int iVar3; | |
| double dVar4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "info/info_desc.hpp" | |
| #include "stream.hpp" | |
| #include <cstring> | |
| #include <elf.h> | |
| #include <fcntl.h> | |
| #include <gelf.h> | |
| #include <iostream> | |
| #include <libelf.h> | |
| #include <sycl/sycl.hpp> | |
| #include <unistd.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Copyright 2022-2022 Purofle and contributors. | |
| 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证. | |
| Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link. | |
| https://www.gnu.org/licenses/gpl-3.0.html | |
| 需要在运行目录下载json: https://github.com/ssmzhn/Phigros/raw/main/Phigros.json | |
| 运行需要传入API_TOKEN作为环境变量 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Kotlin 2 mins █████████████████████ 100.0% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ☻/ This is bob. Copy and paste him so he can take over GitHub. | |
| /▌ | |
| /\ |