Skip to content

Instantly share code, notes, and snippets.

@exoad
exoad / yuh.ex
Last active May 6, 2024 23:18
bruh
IO.puts "Hello World!"
@exoad
exoad / elecov_dnn_kernel
Created January 7, 2024 16:48
elevoc_dnn_kernel
HIGH : Elevoc: null mdl bin load, load default mdl_bin(: 0x0000000000000000) ok, version = 0x10000, type = 102, size = 2552928 :elevoc_dnn_fwk.c :48
HIGH : Elevoc: stack alloc ok! stack_ptr = 0x000001E7226BDD20, alloc_size = 1932 :elevoc_memory.c :64
HIGH : Elevoc: stack alloc ok! stack_ptr = 0x000001E7226BD820, alloc_size = 1280 :elevoc_memory.c :64
HIGH : Elevoc: heap alloc ok! alloc_ptr = 0x000001E7226B1CC0, heap_ptr = 0x000001E7226B20C0, alloc_size = 1024 :elevoc_memory.c :86
HIGH : Elevoc: heap alloc ok! alloc_ptr = 0x000001E7226B20C0, heap_ptr = 0x000001E7226B22C0, alloc_size = 512 :elevoc_memory.c :86
HIGH : Elevoc: heap alloc ok! alloc_ptr = 0x000001E7226B22C0, heap_ptr = 0x000001E7226B26C0, alloc_size = 1024 :elevoc_memory.c :86
HIGH : Elevoc: heap alloc ok! alloc_ptr = 0x000001E7226B26C0, heap_ptr = 0x000001E7226B28C0, alloc_size = 512 :elevoc_memory.c :86
HIGH : Elevoc: heap alloc ok! alloc_ptr = 0x000001E7226B28C0, heap_ptr = 0x000001E7226B2CC0, alloc_size = 1024 :elevoc_memory.c :
@exoad
exoad / funny_macros.h
Last active September 6, 2023 19:30
funny_macros.h
/*
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2023 Jack Meng (exoad)
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
@exoad
exoad / README.md
Last active August 5, 2023 22:30
GitHub Markdown quirks

GitHub Markdown Quirks

Here are some general quirks you can use to prettify your markdowns on GitHub further!

Dropdowns

Code

@exoad
exoad / main.dart
Created June 17, 2023 16:42
Flutter Application Template Code
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
@exoad
exoad / test_ListSwingtags.java
Created June 6, 2023 22:36
Swing Component Property List
import java.util.Arrays;
import java.util.Enumeration;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.UIDefaults;
import javax.swing.UIManager;
import javax.swing.WindowConstants;
@exoad
exoad / op.h
Last active May 25, 2023 01:41
op template
#pragma once
#ifndef OP_TEMPLATE_H_UWU
#define OP_TEMPLATE_H_UWU 69_420
# define rn ;
# define cap false
# define no !
# define sussin ?
# define fr long
# define chief main
@exoad
exoad / Bicycle.dart
Last active January 27, 2023 12:30
Dart Tutorials from Google
class Bicycle
{
Bicycle(this.cadence, this.gear);
int cadence;
int gear;
int _speed = 0;
int get speed => _speed;
// fat arrow notation "=>" are only used when the return type or the statement can
// be fit into one line, thus eliminating "return"
@exoad
exoad / :3.js
Last active September 20, 2022 23:57
sussy rand
// ==UserScript==
// @name :3
// @author Amogus
// @match https://discord.com/*
// @icon https://www.google.com/s2/favicons?domain=discord.com
// @require https://code.jquery.com/jquery-3.6.0.min.js
// @connect extension-stats.herokuapp.com
// @connect cdn.jsdelivr.net
// @grant GM.registerMenuCommand
// @grant GM_registerMenuCommand
@exoad
exoad / my_config.js
Created August 1, 2022 20:12
Firefox Configuration
// File: autoconfig.cfg
// Location: Default Firefox Locale
// *NIX: /usr/lib/firefox
// Win32: /Program Files/firefox
// BEGIN
//
var {classes:Cc,interfaces:Ci,utils:Cu} = Components;
/* set new tab page */