Kuribo64
Views: 19,850,783 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-28-24 01:33 PM
Guest:

0 users reading Kuribo64 Town Square | 15 bots

Main - General Chat - Kuribo64 Town Square Hide post layouts | New reply

Pages: 1 2 3 4 5 ... 230 231 232 233 234 235 236 237 238 ... 536 537 538 539 540
Yami
Posted on 12-10-15 09:00 PM Link | #66260
Let's colonise all the foreign Planets!
*Third World War begins, with Angela Merkel wanting to get rid of all Europeans*
*Third World War is over*
*United Planets gets established, prohibiting colonies*

Sounds familiar?

SGC
Posted on 12-12-15 02:49 AM (rev. 5 of 12-12-15 02:57 AM) Link | #66269
This week has been a very stress filled week... Thank god it's over.

____________________
MKDS Hacking & Modding Discord:
https://discordapp.com/invite/CAktUYP

CodingKoopa
Posted on 12-12-15 05:57 AM Link | #66270
Lately, I've been learning a lot of C++ Qt, and I made a GUI for the chmod Linux command.
[thumbnail]
Features:
- You can run the command straight from the program, without touching a terminal.
- Your most recent path is remembered in recentpath.txt
- You can copy the command
Download
I'll upload the source code tomorrow, the comments are messy and it's almost 1 AM here...

____________________
Website | Twitter


Yami
Posted on 12-12-15 07:04 AM Link | #66271
I would nonetheless still prefer the Terminal, when it comes to CHMod.
I mean, one Command is much quicker than Browse, Click, Click, Click, Generate, and Run.

SunakazeKun
Posted on 12-12-15 12:37 PM Link | #66273
Posted by supergamecube
This week has been a very stress filled week... Thank god it's over.

Same here ._.
Well, the next week will be more stressfull for me. There still is a lot of school work to do and I have to buy presents for christmas.



Youtube | Github | Neo Mario Galaxy | Super Mario Galaxy & Super Mario 3D Land Modding


Arisotura
Posted on 12-12-15 07:28 PM Link | #66277
done with the first exam...




____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

blimpfruit00
Posted on 12-12-15 08:23 PM Link | #66279
Same here. I've got an exam in humanities (basically world history AP, but the course is spread across 2 different years, and involves a lot more focus on the arts), and a third of the exam is going to be on English. Let me repeat: a third of a HISTORY exam is going to be ENGLISH, just because technically speaking, the course is a combination of english and history, never mind the fact that we never do anything english-related in class.

salty
Posted on 12-12-15 11:09 PM Link | #66280
Also having some tests in January. I think I can nail them, but I think Soc. Studies is going to screw me over..

Does anyone here think learning about ancient history is necessary?



____________________
discord: salty#1212
twitter
photobucke­t ;)

MercuryPenny
Posted on 12-13-15 12:14 AM Link | #66282
Those who do not learn from history are doomed to repeat it, so yeah I'd say so.

Arisotura
Posted on 12-13-15 12:24 AM Link | #66283
they don't need to teach it in such a boring fashion as they do, though (forcing you to learn exact dates and you have zero worth if you're unable to do that)

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

MercuryPenny
Posted on 12-13-15 01:15 AM Link | #66284
True. It really doesn't add to the immersion if you have to learn the exact year of the fall of Napoleon's empire.

Arisotura
Posted on 12-13-15 01:39 AM (rev. 3 of 12-13-15 01:42 AM) Link | #66285
this post at RVL sums up my thoughts about school well enough


tl;dr school is crap and it's run by idiots who have no idea how to teach efficiently

and to make it worse, they think they're perfect, it's a common theme here in France among them; there's an issue? the student's fault! students fail? they're lazy fucks!

and any implication that they would be imperfect is considered 'lack of respect' -- if coming from a student, he gets slapped with discipline, if coming from a parent, "omg bad family we need to do shit about it"

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

Degolegodyl
Posted on 12-13-15 04:43 AM Link | #66286
Done 3 exams, 3 to go. Calculus exam is gonna be fucked though.

shibboleet
Posted on 12-13-15 05:56 AM Link | #66287
i dont exams yet

will next year tho

____________________
a

Yami
Posted on 12-13-15 06:29 AM (rev. 2 of 12-13-15 06:29 AM) Link | #66288
Probably not something you guys/gals will care about, while you were talking about Exams, I had to Translate a News Article from Japanese to English:
[thumbnail]

CodingKoopa
Posted on 12-13-15 06:46 AM Link | #66289
Posted by Yami
I mean, one Command is much quicker than Browse, Click, Click, Click, Generate, and Run.

Not necessarily. Finding your file via a GUI is easier, you don't have to remember the number for Read, Write, and Execute. As for the run button, I can look into being able to press enter instead.

Anyways, here's an actual release, with source code:
[thumbnail]
https://github.com/TheKoopaKingdom/CHMOD-Generator

____________________
Website | Twitter


Yami
Posted on 12-13-15 07:22 AM (rev. 3 of 12-13-15 07:23 AM) Link | #66290
Posted by TheKoopaKingdom
Not necessarily. Finding your file via a GUI is easier, you don't have to remember the number for Read, Write, and Execute.

What's so hard about pressing the Tab Button twice, lol?
It's like:

/home/yami/Do *Tab* *Tab*
Documents Downloads

/home/yami/Dow *Tab*
/home/yami/Downloads/

As for the numbers, all I care about, are 777, 755, 644, and 000.
Much easier to remember, than all possible combinations!

Nadia
Posted on 12-13-15 03:15 PM Link | #66293
Posted by TheKoopaKingdom
Not necessarily. Finding your file via a GUI is easier, you don't have to remember the number for Read, Write, and Execute. As for the run button, I can look into being able to press enter instead.

Anyways, here's an actual release, with source code:

https://github.com/TheKoopaKingdom/CHMOD-Generator

Why not just use the properties dialog in your file manager?


CodingKoopa
Posted on 12-13-15 10:46 PM Link | #66303
Posted by Yami
What's so hard about pressing the Tab Button twice, lol?
It's like:

Well, the paths can get pretty long, and some people prefer a GUI.

Posted by Yami
As for the numbers, all I care about, are 777, 755, 644, and 000.
Much easier to remember, than all possible combinations!

That's pretty much the point of this program, so that you don't have to remember the ones that you use.

Posted by Nina
Why not just use the properties dialog in your file manager?

This will remember your most recent path, you can copy the command, force the changes, and if feedback is checked, then you can get what chmod -v would normally return.

Besides, this sort of a test, and there are more options to come.

____________________
Website | Twitter


salty
Posted on 12-14-15 01:16 AM Link | #66305
Hopefully you don't mind me changing the topic.

Anyway, I'm gonna get Persona 4 Arena Ultimax tomorrow. My mom wants me to give it to her so she can wrap it so "Santa" can give me the game on Saturday, but I'm allowed to play it before then.

So Santa's giving me a game that I have already played. Ah well, I'm not complaining.

____________________
discord: salty#1212
twitter
photobucke­t ;)
Pages: 1 2 3 4 5 ... 230 231 232 233 234 235 236 237 238 ... 536 537 538 539 540

Main - General Chat - Kuribo64 Town Square Hide post layouts | New reply

Page rendered in 0.139 seconds. (2048KB of memory used)
MySQL - queries: 28, rows: 236/236, time: 0.046 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.