- Sky
- Blueberry
- Slate
- Blackcurrant
- Watermelon
- Strawberry
- Orange
- Banana
- Apple
- Emerald
- Chocolate
- Charcoal
All Activity
- Yesterday
-
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. - Last week
-
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?
-
alice_fdream joined the community
-
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
- Earlier
-
Work is being done on update 2.5.0 (may change to 3.0.0 due to scale of change) The major thing this is doing is completely seperating the security system from the server with modules. This will mean the server itself can be a base for other people's programs to use. The database is also going to be module-fied. It's a lot of work, but fun. The Server is going to be put in a seperate github repo when I finish fully and change up the github page and such. It's going to be called servertine. The security system is still in development, I'm just seperating the two in case people want to make
-
VikoTo90_ joined the community
-
Wheatley joined the community
-
Onixside joined the community
-
palak231 joined the community
-
SpheralTomato78 started following Log
-
SpheralTomato78 started following Robot-miner with geolyzer
-
SpheralTomato78 joined the community
-
Lloydplays joined the community
-
matejB reacted to a post in a topic: ShEdit - edit.lua, but with syntax highlighting
-
T0biasCZe started following ShEdit - edit.lua, but with syntax highlighting
-
Hi how to disable Finding? On czech keyboard, [] and {} is wroten with Alt + BN and Alt FG, and with shedit it triggers search. On the normal edit, you could remove the key binding in /etc/edit.cfg
-
T0biasCZe changed their profile photo
-
kiki-kanri joined the community
-
Serega229ubiyca joined the community
-
ninjaboi joined the community
-
cadergator10 started following You'll never guess what this piece of code do
-
It appears to beep at different frequencies. Every frequency provided on the table increases it's delay by 0.5 seconds (meaning the 4 values cause a beautiful 2 seconds of noise) I assume this is what it is, since I didn't actually know a computer could beep at different frequencies. Well whadoyouknow, I didn't know you could beep at different frequencies! I definitely have to utilize this lol. I've been using computronic's beep card
-
cadergator10 changed their profile photo
-
Update 2.4.0 is pretty much finished. All that's left is a big test of everything and ensuring all bugs are worked out before pulling to main branch and release. The big thing with this update is the Sectors system, the replacement to the forceopen and bypasslock system. What this does is you can create sectors in the mineos database, which you can assign doors to if you like. Then you can control all the sectors from the sectorcontrol program using redstone. You assign certain sector functions to a side and redstone color (bundled redstone only, meaning you must have project red to use t
-
Each component function (should) also have docs on the function itself, accessible by causing the function to be converted to a string. Else you can just attempt to read the source code to try to understand what it does.
-
Thanks, the problem was from cloudflare since i didn't made anything on nginx to reject invalid U-A, it does send some U-A tho (that's what cloudflare is saying) which are Java/1.8.0_333 But these were not passing cloudflare's browser integrity check. All fixed now thanks a lot
-
Update 2.3.1 has been released a while back, so here is a list of what's next. I don't have time frames for any of this. Update 2.3.2 will add in the ability to control doors from the diagnostic tablet. You can tell a specific door to lock open or stay open for a period of time without being near to it or swiping your card. its also good for locking open doors that usually can't. Probably something that won't be used much but helpful when needed. Update 2.4.0 will be adding in Sectors to replace forceOpen and bypassLock. The idea will be that you can create and name sectors (ex: light se
-
Ah, just noticed your site is behind CloudFlare, this is ALSO a security feature they run.
-
Your webserver likely blocks requests that don't have user agent headers (This is common with servers running mod_security on Apache, or... whatever the equivalent setup on NGINX is.) I just checked wget.lua and it in fact does not send any user_agent header with the request.
-
I'm trying to request a file from my webserver using wget but I get a 403 response, however when trying from my webbrowser I can get my file, moreover, my webserver isn't even requested I don't have any blacklisted nor whitelisted url so i don't understand
-
Thats cool. For the frontend the GUI lib by IgorTimofeev could be used. Its pretty straight forward and has a good documentation. GUI lib: https://github.com/IgorTimofeev/GUI/blob/0fadb161469d404d477dd9babfdc9a5aa42ff203/README.md
-
What does a server need to be able to boot?
kcinnaJlol replied to Tiny Desk Engineer's question in Miscellaneous
It also needs an OS to boot from. Attach a disk drive and insert the OpenOS floppy in it (dark green) -
btw could libgui be used in other projects? and if so could documentation be provided? i'm looking for a library that makes it easier to create graphical interfaces
- 849 replies
-
- bigreactors
- extremereactors
-
(and 2 more)
Tagged with:
Announcements
-
Newsletter