Page 2 of 9

Re: Things You've Been Doing Other Than CGoL

Posted: January 16th, 2017, 6:20 pm
by drc
Listening to copious amounts of Gorillaz. 8)

Re: Things You've Been Doing Other Than CGoL

Posted: January 17th, 2017, 4:18 am
by muzik
OH MY GOD
2.1 IS FINALLY OUT

Re: Things You've Been Doing Other Than CGoL

Posted: January 17th, 2017, 4:38 am
by Saka
muzik wrote:OH MY GOD
2.1 IS FINALLY OUT
?

Re: Things You've Been Doing Other Than CGoL

Posted: January 17th, 2017, 7:49 am
by muzik
Saka wrote:
muzik wrote:OH MY GOD
2.1 IS FINALLY OUT
?
I waited over a year for this.
http://geometry-dash.wikia.com/wiki/Update_2.1

Re: Things You've Been Doing Other Than CGoL

Posted: January 18th, 2017, 11:44 pm
by praosylen
Messing around with Bash. I just figured out that if you repeat the command

Code: Select all

/bin/ls
(separated by spaces) exactly N times, and recursively run its output, it will run exactly N times before producing an error.

Re: Things You've Been Doing Other Than CGoL

Posted: January 19th, 2017, 4:16 am
by calcyman
A for awesome wrote:Messing around with Bash. I just figured out that if you repeat the command

Code: Select all

/bin/ls
(separated by spaces) exactly N times, and recursively run its output, it will run exactly N times before producing an error.
Haha, brilliant!

If you let:

Code: Select all

one="/bin/ls"
You can increment a variable by:

Code: Select all

y="$one $x"
and decrement a variable by:

Code: Select all

y=`$x`
You can also add several variables by:

Code: Select all

z="$w $x $y"
and multiply two variables by:

Code: Select all

z=`echo $x | sed "s:$one:$y:g"`

Re: Things You've Been Doing Other Than CGoL

Posted: January 23rd, 2017, 11:47 am
by gameoflifemaniac
muzik wrote:Trying to beat Problematic in Geometry Dash. And failing horribly like I do at everything.

https://www.youtube.com/watch?v=-UirK_v1gsk
I beat Nine Cirles (I am epilepsy-proof!) and had 10% at Conical Depression.
Now 2.1 is out and I'm really sad that I can't download it.
EDIT: Have 2.101.

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 10:09 am
by muzik
gameoflifemaniac wrote:
muzik wrote:Trying to beat Problematic in Geometry Dash. And failing horribly like I do at everything.

https://www.youtube.com/watch?v=-UirK_v1gsk
I had 71% at Nine Circles (I am epilepsy-proof!) and 10% at Conical Depression.
Now 2.1 is out and I'm really sad that I can't download it.
How come?




Right now I'm trying to wrap my head around composing in the 5/4 time signature.

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 10:11 am
by Saka
I bought a nerf gun today XD

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 10:14 am
by muzik
I just finished all of my prelim exams today. Today was my computing one, and I'm ashamed to say in a community like this that I probably did absolutely terribly.

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 10:39 am
by Saka
muzik wrote:I just finished all of my prelim exams today. Today was my computing one, and I'm ashamed to say in a community like this that I probably did absolutely terribly.
I always imagine this as a tech support forum.

Tomorrow I will take some tests for middle school.

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 4:52 pm
by praosylen
muzik wrote:Right now I'm trying to wrap my head around composing in the 5/4 time signature.
You should really try 5/8 once you're finished with that. I feel like it's one of the most underused time signatures, and I've come up with really interesting things in it.



Code: Select all

#Because this is the sandbox, I can post random incomprehensible things that, redundantly,   no one can understand.
|-`-i - |  --i-a/ |- -i-|-i--| -`-i - |  --i-a / |--i  - |--i-
c-dcg_c^b._-ag-ab.ab.agfg- cgc^-dcg_c^b._-ag-d^efedcb._c^---

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 5:15 pm
by drc
muzik wrote:Right now I'm trying to wrap my head around composing in the 5/4 time signature.
I've written a song in the 7/4 time signature. 'song'. It was a birthday gift for my friendo a little while ago.

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 8:35 pm
by praosylen
muzik wrote:Right now I'm trying to wrap my head around composing in the 5/4 time signature.
Sorry about the double post.

Today in choir, the director tried to trick us and gave us a sight-reading exercise in 5/4. We failed miserably for the most part, except for me and a few other band people -- we're working on a piece with a long 5/4 section in band at the moment, so we weren't thrown off.

Re: Things You've Been Doing Other Than CGoL

Posted: January 24th, 2017, 11:57 pm
by biggiemac
I do love me some 5/8 polyrhythms.

Re: Things You've Been Doing Other Than CGoL

Posted: January 25th, 2017, 8:44 am
by gameoflifemaniac
Folding origami magic ball ( ͡° ͜ʖ ͡°)

Re: Things You've Been Doing Other Than CGoL

Posted: January 25th, 2017, 6:26 pm
by Lewis
drc wrote:
muzik wrote:Right now I'm trying to wrap my head around composing in the 5/4 time signature.
I've written a song in the 7/4 time signature. 'song'. It was a birthday gift for my friendo a little while ago.
Sort of related, I made this song a few years ago that starts off in an odd time signature, I'm not sure which because I have no idea how time signatures work, but it's like bars of length 7,8,6,8 repeating once it gets going.
gameoflifemaniac wrote:Folding origami magic ball ( ͡° ͜ʖ ͡°)
Yay, someone else that does origami! I used to do a whole bunch of modular, geometric-y type stuff a while back because I was doing a finance apprenticeship and had access to copious amounts of post-it notes:
cWsyvxx.png
cWsyvxx.png (611.66 KiB) Viewed 412 times
Just googled the origami magic ball, assume it's the one you're making, it looks crazy! And difficult to put together

Re: Things You've Been Doing Other Than CGoL

Posted: January 26th, 2017, 7:45 am
by Gamedziner
Lewis wrote:Yay, someone else that does origami! I used to do a whole bunch of modular, geometric-y type stuff a while back because I was doing a finance apprenticeship and had access to copious amounts of post-it notes:
(image)
Just googled the origami magic ball, assume it's the one you're making, it looks crazy! And difficult to put together
If you want, you could try to make an origami icosahedron. It looks pretty difficult to put together, though:
Image

Re: Things You've Been Doing Other Than CGoL

Posted: January 26th, 2017, 8:43 am
by Saka
Gamedziner wrote:
Lewis wrote:Yay, someone else that does origami! I used to do a whole bunch of modular, geometric-y type stuff a while back because I was doing a finance apprenticeship and had access to copious amounts of post-it notes:
(image)
Just googled the origami magic ball, assume it's the one you're making, it looks crazy! And difficult to put together
If you want, you could try to make an origami icosahedron. It looks pretty difficult to put together, though.
(Mesh of paper)[/img]
In math class
Geometry
Everyone was making cubes
And pyramids

I made an icosahedron
True story, btw

Re: Things You've Been Doing Other Than CGoL

Posted: January 26th, 2017, 4:59 pm
by praosylen
Gamedziner wrote:If you want, you could try to make an origami icosahedron. It looks pretty difficult to put together, though:
[image]
I actually have one of those at home. It uses a different construction technique, though.

Re: Things You've Been Doing Other Than CGoL

Posted: January 27th, 2017, 6:43 am
by GUYTU6J
我们刚刚在享用年夜饭。祝大家鸡年快乐!
We have just had "New Year Eve" meal.Happy new "Rooster"year!

Re: Things You've Been Doing Other Than CGoL

Posted: January 27th, 2017, 7:20 am
by gameoflifemaniac
Lewis wrote:
drc wrote:
muzik wrote:Right now I'm trying to wrap my head around composing in the 5/4 time signature.
I've written a song in the 7/4 time signature. 'song'. It was a birthday gift for my friendo a little while ago.
Sort of related, I made this song a few years ago that starts off in an odd time signature, I'm not sure which because I have no idea how time signatures work, but it's like bars of length 7,8,6,8 repeating once it gets going.
gameoflifemaniac wrote:Folding origami magic ball ( ͡° ͜ʖ ͡°)
Yay, someone else that does origami! I used to do a whole bunch of modular, geometric-y type stuff a while back because I was doing a finance apprenticeship and had access to copious amounts of post-it notes:
Image
Just googled the origami magic ball, assume it's the one you're making, it looks crazy! And difficult to put together
I have actually quit the Magic Ball, but I have made a nice Spring into Action!
eoh0X9s.jpeg
eoh0X9s.jpeg (161.84 KiB) Viewed 411 times

Re: Things You've Been Doing Other Than CGoL

Posted: January 27th, 2017, 7:48 pm
by testitemqlstudop
GUYTU6J wrote:我们刚刚在享用年夜饭。祝大家鸡年快乐!
We have just had "New Year Eve" meal.Happy new "Rooster"year!
Happy Lunar New Year!

Re: Things You've Been Doing Other Than CGoL

Posted: January 28th, 2017, 6:55 am
by 72c20e
I was apgsearching tlife.
tlife is not CGoL

Re: Things You've Been Doing Other Than CGoL

Posted: January 30th, 2017, 8:00 pm
by muzik