Skip to content

Instantly share code, notes, and snippets.

@makamys
makamys / 1.7.10-essentials.md
Last active April 28, 2025 07:50
List of "Essential" 1.7.10 Mods

List of "Essential" 1.7.10 Mods

This is a list of Minecraft 1.7.10 mods that are not focused on adding new original content. Instead, they make the base game run better, or port over features from other versions of vanilla.

These lists try to comprehensively list all the available options. You will not want to use all of the listed mods at once.

Some of the listed mods require a Mixin bootstrap mod in order to work. See the Mixin mods section near the end of the document for information about that.

Table of Contents

@daniorio
daniorio / Fixes (Ивенты).txt
Last active April 29, 2025 20:54
Minecraft 1.7.10, 1.12.2, 1.16.5 bukkit and forge mod fixes by LuxinfineTeam, GameForEA and Pa4ok
Контакты:
Discord - daniorio (если поиск не работает, меня можно найти по ссылке ниже)
Discord игрового проекта - https://discord.gg/zuvV5Dx
Сайт игрового проекта - https://luxinfine.su
Список услуг и работ - https://team.luxinfine.su [ВАЖНО]
VK - https://vk.com/luxinfine_team [НЕ АКТИВНО]
На этой странице представлены фиксы для модов майнкрафт 1.7.10, 1.12.2, 1.16.5 от LuxinfineTeam, GameForEA и Pa4ok.
Цены на моды указаны в []. Если авторов несколько, то несколько скобок, для каждого автора фикса своя цена. Последняя скобка - цена за максимальный фикс. Возможно купить либо фикс от GameForEA, либо от GameForEA + Pa4ok, либо от GameForEA + Pa4ok + LuxinfineTeam в одном фиксе. Иных вариантов покупки нет. Если у вас есть фикс от какого-то автора, то платить за него не нужно.
@ErikAugust
ErikAugust / spectre.c
Last active January 5, 2025 07:01
Spectre example code
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#ifdef _MSC_VER
#include <intrin.h> /* for rdtscp and clflush */
#pragma optimize("gt",on)
#else
#include <x86intrin.h> /* for rdtscp and clflush */
#endif
@clyang
clyang / gist:4f3e9f4098469cf53715ed64bede3932
Last active November 27, 2024 18:36
10GB以上的測速檔案 (IPv4及IPv6) - 10GB+ Speedtest file urls (IPv4 & IPv6)
http://download.xs4all.nl/test/10GB.bin
http://ftp.iinet.net.au/test500MB.dat
http://lg-tor.fdcservers.net/10GBtest.zip
http://lg.ams2-c.fdcservers.net/10GBtest.zip
http://lg.chi2-c.fdcservers.net/10GBtest.zip
http://lg.den2-c.fdcservers.net/10GBtest.zip
http://lg.fra2-c.fdcservers.net/10GBtest.zip
http://lg.la2-c.fdcservers.net/10GBtest.zip
http://lg.lon-c.fdcservers.net/10GBtest.zip
http://lg.mad-c.fdcservers.net/10GBtest.zip
@devdrops
devdrops / steps.md
Last active September 22, 2017 14:09
PHPBrew on Ubuntu 14.04

PHPBrew on Ubuntu 14.04

Steps:

  1. Installing
    curl -L -O https://github.com/phpbrew/phpbrew/raw/master/phpbrew
    chmod +x phpbrew
    sudo mv phpbrew /usr/bin/phpbrew