MARK P. JONES
Pacific Software Research Center
Department of Computer Science and Engineering
Oregon Graduate Institute of Science and Technology
| """ | |
| * The MIT License | |
| * | |
| * Copyright 2023 The OpenNARS authors. | |
| * | |
| * Permission is hereby granted, free of charge, to any person obtaining a copy | |
| * of this software and associated documentation files (the "Software"), to deal | |
| * in the Software without restriction, including without limitation the rights | |
| * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| * copies of the Software, and to permit persons to whom the Software is |
| #elC - The elementary OS Combobulator - There are many issues within the community that tend to come up a lot. | |
| #I know many of them are open bug reports, but until they are patched we can provide a consolidated list of work-arounds. | |
| #I think this will be helpful for newcomers and veterans alike | |
| #enable ppas | |
| sudo apt install -y software-properties-common python3-software-properties python-software-properties | |
| #install elementary tweaks | |
| sudo add-apt-repository -y ppa:philip.scott/elementary-tweaks | |
| sudo apt update -y |
| use std::ffi::CString; | |
| use std::env; | |
| use std::ptr; | |
| use libc::{c_char, c_void, c_int}; | |
| #[link(name="guile-2.0")] | |
| extern { | |
| fn scm_shell(argc: c_int, argv: *const *const c_char) -> c_void; | |
| fn scm_boot_guile(argc: c_int, | |
| argv: *const *const c_char, |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!