A cheerful & colorful Fish function I wrote to keep my Discord and Vencord installations up to date on my Arch machine.
This function assumes that you have the following installed:
- git
- node
- pnpm
- wget
| /give @p shears[enchantments={levels:{"minecraft:efficiency":5,"minecraft:mending":1,"minecraft:unbreaking":3},show_in_tooltip:false},item_name='[{"bold":true,"color":"#D52D00","text":"S"},{"bold":true,"color":"#E55917","text":"c"},{"bold":true,"color":"#F27D30","text":"i"},{"bold":true,"color":"#FC934D","text":"s"},{"bold":true,"color":"#FFC29A","text":"s"},{"bold":true,"color":"#FFFFFF","text":"o"},{"bold":true,"color":"#E3A1C8","text":"r"},{"bold":true,"color":"#CB60A0","text":"i"},{"bold":true,"color":"#BB5894","text":"n"},{"bold":true,"color":"#A30262","text":"g"}]',lore=['"the power of yuri compels you!"','" "','"women >,.,<"','"girl love ^-^"','"mmmmfgh.,...,"'],unbreakable={show_in_tooltip:false}] 1 |
| @file:OptIn(ExperimentalUuidApi::class) | |
| import org.jetbrains.exposed.dao.Entity | |
| import org.jetbrains.exposed.dao.EntityClass | |
| import org.jetbrains.exposed.dao.id.EntityID | |
| import org.jetbrains.exposed.dao.id.IdTable | |
| import org.jetbrains.exposed.sql.Column | |
| import org.jetbrains.exposed.sql.ColumnType | |
| import org.jetbrains.exposed.sql.Table | |
| import org.jetbrains.exposed.sql.Table.Dual.clientDefault |
A cheerful & colorful Fish function I wrote to keep my Discord and Vencord installations up to date on my Arch machine.
This function assumes that you have the following installed:
| const stackCount = 10 | |
| const STACK_SPACE = 10; | |
| // Draw the stack of images | |
| for (let i = 0; i < stackCount; i++) { | |
| const shearFactor = (stackCount - i) | |
| // Calculate scale and position adjustments based on the current iteration | |
| const scaleAdjustment = 0.9 + (0.1 * (i - shearFactor)) / stackCount | |
| const positionAdjustmentX = (scaledImageWidth - (scaledImageWidth * scaleAdjustment)) / 2; | |
| const positionAdjustmentY = (STACK_SPACE * shearFactor); |
| // Define a trait function to that expects behavior to convert a value to type T | |
| trait fun to<T>(): T | |
| // So you want to require a property? Use a trait getter! | |
| trait fun(get) displayName: String | |
| // You can define a tuple type with parenthesis | |
| tuple Name (String, String) { | |
| |(first, last)| impl fun to<String>() = "${first} ${last}" | |
I hereby claim:
To claim this, I am signing this object:
I have 8GB of DDR3 RAM. Please end my suffering.
| Program | # Of times it has ran out of memory |
|---|---|
| Flutter | 7 |
| Chrome | 3 |
| Discord | 2 |
This is more or less a wishlist (kind of) where I post all viable options I have found for a new laptop. If anyone kind enough to actually get me one of these, you have way too much money and I wouldn't know what to say. Honestly if you want someone to love you forever, you can, but I'd reccomend spending that dough on yourself. This is mostly a list for me to reference when actually buying a new laptop, which will hopefully happen soon. (as in, in the next few months) I may update this with a gofundme or something so anyone who wants to contribute to me getting a new laptop can but I'll keep it real with you, it's your choice. I plan on making sure this list has only items under $1800 USD because my budget is currently $0 and it's gonna take a while to get up to even the amount of $1800 with my current work situation. Anyway feel free to add suggestions to this list as long as you make sure to tag them as such, I will gladly look at them.
[gofundme page](https://www.gofundme.co
| { | |
| "$schema": "http://json-schema.org/draft-07/schema", | |
| "type": "object", | |
| "properties": { | |
| "textures": { | |
| "type": "object", | |
| "patternProperties": { | |
| "(\\w+)": { | |
| "$ref": "#/definitions/texture" | |
| } |
The following JSON file contains the companion Minecraft blockmodel for the trampoline model I uploaded to Sketchfab. Please go there to comment.