Skip to content

Instantly share code, notes, and snippets.

View artillect's full-sized avatar

Riley artillect

View GitHub Profile
{
"contact": "https://discord.gg/YzZfdedyT4",
"notifications": "",
"templates": [
{
"name": "Green Lattice",
"sources": [
"https://files.catbox.moe/5axw1j.png"
],
"x": 1500,
{
"contact": "https://discord.gg/YzZfdedyT4",
"notifications": "",
"templates": [
{
"name": "Green Lattice",
"sources": [
"https://files.catbox.moe/og60s8.png"
],
"x": 1501,
#version 120
varying vec2 TexCoords;
varying vec2 LightmapCoords;
//varying vec3 Normal;
varying vec4 Color;
attribute vec3 vaNormal;
attribute vec3 at_tangent;
clf
simulation = molecularDynamics(36, 6, 0.01, 0.2);
for i = 1:5000
simulation.draw();
simulation.step();
pause(0.01);
end
classdef molecularDynamics < handle
properties
N;
L;
t = 0;
dt;
otime = 1;
rc = 2.5;
pos = [];
vel;
package com.github.artillect.voltaics.capability;
import com.github.artillect.voltaics.power.IEnergySink;
import com.github.artillect.voltaics.power.IEnergyPath;
import com.github.artillect.voltaics.power.IEnergySource;
import com.github.artillect.voltaics.power.IHeat;
import net.minecraft.nbt.NBTBase;
import net.minecraft.util.EnumFacing;
import net.minecraftforge.common.capabilities.Capability;
Jul 18 18:34:22 Rileys-iPhone SpringBoard(cardboard.dylib)[5508] <Notice>: Cardboard: Status bar color override beginning.
Jul 18 18:34:22 Rileys-iPhone SpringBoard(cardboard.dylib)[5508] <Notice>: Cardboard: Status bar color override beginning.
Jul 18 18:34:22 Rileys-iPhone MobileMail(TweakInject.dylib)[5587] <Notice>: Injecting /Library/TweakInject/cardboard.dylib into com.apple.mobilemail
Jul 18 18:34:22 Rileys-iPhone MobileMail(cardboard.dylib)[5587] <Notice>: Cardboard: Changing color of status bar for apps...
Jul 18 18:34:22 Rileys-iPhone MobileMail(cardboard.dylib)[5587] <Notice>: Cardboard: Beginning to create rounded corners...
Jul 18 18:34:22 Rileys-iPhone MobileMail(cardboard.dylib)[5587] <Notice>: Cardboard: Unhiding rounded corners...
Jul 18 18:34:22 Rileys-iPhone MobileMail(cardboard.dylib)[5587] <Notice>: Cardboard: Rounded corners unhidden.
Jul 18 18:34:26 Rileys-iPhone SpringBoard(cardboard.dylib)[5508] <Notice>: Cardboard: Lock screen status bar style overridden.
Jul 18 18:34:26 Rileys-iPhon
$ make clean all messages=yes
(printf "\e[0;3%im==> \e[1;39m%s…\e[m\n" 6 "Cleaning"); set -o pipefail; (rm -rf "/home/riley/dev/cardboard/.theos/obj")==> Cleaning…
set -o pipefail; (rm "/home/riley/dev/cardboard/.theos/build_session")
set -o pipefail; (touch "/home/riley/dev/cardboard/.theos/build_session")
set -o pipefail; (rm -rf "/home/riley/dev/cardboard/.theos/_")
> Making all for tweak cardboard…
make -f Makefile --no-keep-going COLOR=1 \
internal-library-compile \
_THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=cardboard _THEOS_CURRENT_OPERATION=compile \
THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
<!-- Title of the Help window. -->
<key>HELP</key>
<string>援助</string>
<!-- Done button label. -->
<key>DONE</key>
<string>完成</string>
<!-- Title of the setup window. -->
<key>SET_UP_TERMHERE</key>
<string>建立TermHere</string>
<!-- Explanation of how to enable the extension. -->
<key>ENABLE_EXTENSION_EXPLANATION</key>
<string>點擊打開擴展選項。在TermHere下,在“Finder”旁邊點擊複選框.</string>
<!-- Button that opens the Preferences app. -->
<key>OPEN_PREFERENCES</key>