Skip to content

Instantly share code, notes, and snippets.

View EverTech1's full-sized avatar

Vags EverTech1

  • Greece
View GitHub Profile
{
"1.21.5-latest": "1.0.1",
"1.21.5-lastImportant": "1.0.1",
"1.21.6-latest": "1.0.1",
"1.21.6-lastImportant": "1.0.1",
"1.21.7-latest": "1.0.1",
"1.21.7-lastImportant": "1.0.1",
"1.21.8-latest": "1.0.1",
"1.21.8-lastImportant": "1.0.1"
}
@EverTech1
EverTech1 / BigInt.lua
Created June 7, 2025 22:14
Big int library lua
local funcs = {}
local function newNumInternal(n)
local arr = {{}, false}
local startIndex = 1
if(string.sub(n, 1, 1) == "-") then
arr[2] = true
startIndex = 2
end
...
@EverTech1
EverTech1 / 8th exercise
Last active December 19, 2024 10:46
8th exercise
c
@EverTech1
EverTech1 / 7th Exercise
Last active December 13, 2024 07:19
7th Exercise
>:(
@EverTech1
EverTech1 / 6th Exercise
Last active December 9, 2024 19:05
6th Exercise
gay
@EverTech1
EverTech1 / 1st Exercise
Created December 1, 2024 15:22
1st Exercise
shit's ez
@EverTech1
EverTech1 / 2nd Exercise
Created December 1, 2024 15:19
2nd Exercise
sup
@EverTech1
EverTech1 / 5th Exercise
Last active November 29, 2024 06:25
5 th Exercise
haha funny
@EverTech1
EverTech1 / 4th Exercise
Last active November 21, 2024 14:26
Exercise 4 I think
hi