https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png

| public class ResizeAnimation extends Animation { | |
| final int startWidth; | |
| final int targetWidth; | |
| View view; | |
| public ResizeAnimation(View view, int targetWidth) { | |
| this.view = view; | |
| this.targetWidth = targetWidth; | |
| startWidth = view.getWidth(); | |
| } |
| public class ScrollViewWithMaxHeight extends ScrollView { | |
| public static int WITHOUT_MAX_HEIGHT_VALUE = -1; | |
| private int maxHeight = WITHOUT_MAX_HEIGHT_VALUE; | |
| public ScrollViewWithMaxHeight(Context context) { | |
| super(context); | |
| } |
| # -------- | |
| # Hardware | |
| # -------- | |
| # Opcode - operational code | |
| # Assebly mnemonic - abbreviation for an operation | |
| # Instruction Code Format (IA-32) | |
| # - Optional instruction prefix | |
| # - Operational code |
#NASM-MIPS Translations
This is a WIP. Please notify me of any mistakes or possible improvements.
I have ignored any 64-bit differences due to Moore seeming to be a 32-bit system.
#Contents
Registers
Basic Instructions
Data Instructions
Bitwise Instructions
Logic Instructions
| FROM ros:indigo-ros-base | |
| # install ros tutorials packages | |
| RUN apt-get update && apt-get install -y \ | |
| ros-indigo-ros-tutorials \ | |
| ros-indigo-common-tutorials \ | |
| && rm -rf /var/lib/apt/lists/ |
| #!/usr/bin/env python3 | |
| from v4l2 import * | |
| import fcntl | |
| import mmap | |
| import select | |
| import time | |
| vd = open('/dev/video0', 'rb+', buffering=0) |
| package main | |
| /** | |
| * Created by ice1000 on 2017/5/2. | |
| * | |
| * @author ice1000 | |
| */ | |
| fun main(args: Array<String>) { | |
| fun lambda(it: Int): Int = |
This page contains a list of the current Minecraft Fabric mods. (As of 2021-08-19 08:05:23 Timezone: UTC+0000 (GMT))
To search for mods by name, category, or download count, visit the website, fibermc.com!
Note: You can view a mod's source files by following the "Source" link on its CurseForge page, assuming that the mod's creator has made such files public.
There are currently 2954 mods in this list.