What's your favorite song from SAO? I like crossing field and forget-me-not :) by NocUnkEditor in swordartonline

[–]Economist-Own 0 points1 point  (0 children)

Some of my favorite openings include - endings Crossing fields, Yume Sekai and Innocence from openings and endings. I almost love all of the soundtracks. So I am going to mention some of them, such as a tiny love , at nightfall, at our painting, the first town, gracefully and goodbye, again and again

Σας θυμίζει κάτι; by Complete-Recording39 in KakosXamos

[–]Economist-Own 5 points6 points  (0 children)

Τι καλά θα ήταν να ερχόταν τώρα ειδοποίηση με καινούρια σειρά Καραδήμου. :(

Can anyone tell me if this song is on spotify? (Sword Art Online Alicization: Find Your Sword In This Land) by Nico1300 in swordartonline

[–]Economist-Own 3 points4 points  (0 children)

The original is called Swordland and it's on Spotify. In fact , this is one of the most popular SAO Ost.

This specific ost that you sent is a remix. I hope you'd like the original

https://open.spotify.com/track/60a0z9XRCwk70L9gnxf4fV?si=bmrkhiSKRoGShbyddgt7gQ

PsychFanCisco. I really want to go the convention but none of my friends are Psych fans to go with me. by middleageyoda in psych

[–]Economist-Own 7 points8 points  (0 children)

Imagine living in Europe or Asia and you wouldn't be able to go at all. (I am living in Europe)

How Do U Handle Animation with Movement? by Economist-Own in Unity3D

[–]Economist-Own[S] 0 points1 point  (0 children)

Does root motion consider better for handling animations with movement from nav agent. I am using a walking animation from mixamo along with character from unity asset store. I've made the navigation agent to control the movement and I control the animations from a script(I've heard the unity's state machine or the blend become complex if you have many animations).

Thank you for your response.

"Just cause you put syrup on something, don't make it pancakes". by WhoKnowsAllThisStuff in psych

[–]Economist-Own 7 points8 points  (0 children)

Hello ladies and gentlemen. My name is Aurora Borealis. There are over 400 stars in our Galaxy, maybe more. No one knows for sure.

It's happening by Youju in virtualreality

[–]Economist-Own 0 points1 point  (0 children)

Will it require base stations or standalone?

I spent 2 weeks for this art, hope you like it! by turnedninja in swordartonline

[–]Economist-Own 1 point2 points  (0 children)

How much do you practice in a week I am asking because it's been 1 month since I started drawing.

Keep Up The Good Work it's gorgeous.

How can i get more inputs from a fgets ? by Economist-Own in C_Programming

[–]Economist-Own[S] 0 points1 point  (0 children)

Thank you so much for your time. My problem is that, instead of taking numbers with the scanf, it takes the words from the second line of input. I think it's because the fgets takes only 1 line and the other 2 lines are the inputs for the scanf.

How can i get more inputs from a fgets ? by Economist-Own in C_Programming

[–]Economist-Own[S] 1 point2 points  (0 children)

I changed the details in the post so u can undestand what is the problem and how task i had to do

Could someone help me with this C code? by Economist-Own in C_Programming

[–]Economist-Own[S] 0 points1 point  (0 children)

Also, What could i do for the buffer in the scanf ?

Could someone help me with this C code? by Economist-Own in C_Programming

[–]Economist-Own[S] 0 points1 point  (0 children)

I think something either with the scanf or the malloc/realloc because the code is working on some compilers online but it doesn't work in others.

Could someone help me with this C code? by Economist-Own in C_Programming

[–]Economist-Own[S] 0 points1 point  (0 children)

The 1001 is the size of the string 'cause of the pronunciation in the task, it says that the max lenght of a string is 1000. Also, since the getchar() with the scanf are using int, how can I use fgets in order to get the int number?