- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
-
Content Count
11 -
Joined
-
Last visited
About Tiny Desk Engineer
-
Rank
Junior Member
Contact Methods
-
Minecraft
TinyDeskEngie1
-
GitHub
TinyDeskEngineer06
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Tiny Desk Engineer started following You'll never guess what this piece of code do and Wireless component access?
-
While working on an OpenComputers project, I had an idea I thought was interesting. Components in OpenComputers can only be accessed by computers that are connected to them by wire or wire-like blocks. But with network cards, you can have other computers send messages to a computer connected to a component, that could be interpreted by that computer as instructions to call certain functions on their available components. Which made me wonder, would it be feasible to set up a system such that components selected to be connected wirelessly could be controlled seamlessly enough that, fr
-
You'll never guess what this piece of code do
Tiny Desk Engineer replied to Wattana's topic in Lounge
Those frequency values... is that the first four notes of Megalovania? IT IS! -
How to get files from GitHub repository?
Tiny Desk Engineer replied to Tiny Desk Engineer's question in Programming
I figured it out on my own, you just have to use wget with the URL of the file you want to download. -
I've made a library and am trying to save it to a floppy disk so I can put it in an ender chest, to ensure that I don't lose the file until I find a suitable place to upload it. But for some reason when I run cp to copy the file from the hard drive to the floppy, nothing happens. I type "cp -r -v /lib/... /mnt/309/lib/..." into the shell, it prints that the file was copied, but when I run "ls /mnt/309" it shows nothing. No directories, no files. Why isn't this working?
-
I've started making my own libraries for doing certain tedious tasks, and I've considered putting them onto GitHub, but I am not sure if it could be possible to get files from a repository in OpenComputers. Is such a request possible? If so, are there preexisting programs to do so, or will I have to write one?
-
Tiny Desk Engineer changed their profile photo
-
What does a server need to be able to boot?
Tiny Desk Engineer replied to Tiny Desk Engineer's question in Miscellaneous
Oh. I forgot disk drives existed. -
I'm working on a server that handles connections between Stargates in the mod AUNIS: Resurrection (Now known as Just Stargate Mod) and I created a simple library to make controlling the iris/shield on the connected gate less tedious, but when I attempt to call one of the functions in the library, I get an error which seems to indicate that the "iris" variable referencing the iris library is either nil or nonexistent. Why is this? I have attached the server and library lua files below for debugging. server.lua iris.lua
-
The server has power, a lua EEPROM, a tier 3 cpu and gpu, 4 tier 3 memory modules and hard disk drives, but I can't boot it up.