Kind of overwhelmed by all the scripting I gotta do and can't do...
I'm a musician/composer so we program notes
Got the ideas but not the technique
I just started python yesterday...
Anyhow, Thanks, I'll check it out.
Search found 15 matches
- Tue Oct 21, 2008 9:14 am
- Forum: Challenges
- Topic: One Minute man challenge
- Replies: 10
- Views: 14647
- Mon Oct 20, 2008 9:54 pm
- Forum: Challenges
- Topic: One Minute man challenge
- Replies: 10
- Views: 14647
- Fri Oct 17, 2008 6:37 pm
- Forum: Challenges Solved
- Topic: Follow the Logic
- Replies: 13
- Views: 1405
- Fri Oct 17, 2008 10:01 am
- Forum: Challenges Solved
- Topic: Follow the Logic
- Replies: 13
- Views: 1405
Follow the Logic
Hello! The code: function ff(answer) { var x = 2; var y = 5; var z = 3; var a = new Array(6, 5, 4, 9, 3, 7); var v = y * a[y] + z * a[z] - y * x * z + a[y] * a[x] * a[3]; a.reverse; v = v + a[z] + a[y] + 11 * a[1] + a[0] - 1; if (answer == v) { return true; } else { alert("not it!"); retur...
- Thu Oct 16, 2008 7:59 pm
- Forum: Challenges Solved
- Topic: bit test
- Replies: 13
- Views: 1182
- Wed Oct 15, 2008 7:28 pm
- Forum: Challenges Solved
- Topic: bit test
- Replies: 13
- Views: 1182
- Wed Oct 15, 2008 2:19 pm
- Forum: Challenges Solved
- Topic: bit test
- Replies: 13
- Views: 1182
bit test
Hey there!
I tried this test and the values that I got where indeed the power of two.
I still don't understand the code though...
Could someone shed some light on this?
I tried this test and the values that I got where indeed the power of two.
I still don't understand the code though...
Could someone shed some light on this?
- Tue Oct 14, 2008 7:21 pm
- Forum: Challenges
- Topic: Color Meter
- Replies: 15
- Views: 21430
- Tue Oct 14, 2008 9:34 am
- Forum: Challenges
- Topic: Color Meter
- Replies: 15
- Views: 21430
Mmm, yeah, this is what it gives me too. I made a reading mistake :shock: Anyhow, still I needed to try several editors (why GIMP?) before it gave me the right value. Isn't there a more pure way to retrieve the value of an Image? Thank you for your patience, though, to bad it ends with green (where ...
- Mon Oct 13, 2008 8:39 pm
- Forum: Challenges
- Topic: Color Meter
- Replies: 15
- Views: 21430
- Mon Oct 13, 2008 3:32 pm
- Forum: Challenges
- Topic: Color Meter
- Replies: 15
- Views: 21430
- Sun Oct 12, 2008 8:14 pm
- Forum: Challenges
- Topic: easiest mathematical scripting tool
- Replies: 11
- Views: 11051
easiest mathematical scripting tool
Hi there, I've managed to solve 37 challenges without any knowledge about programming but now I have various ideas to solve a challenge but no experience in scripting. And I believe that the fast typing challenges teaches that there is another way... Any recommendations on accesible scripting langua...
- Sun Oct 12, 2008 5:39 pm
- Forum: Challenges
- Topic: Melodic
- Replies: 27
- Views: 37885
- Sun Oct 12, 2008 5:26 pm
- Forum: Challenges
- Topic: Color Meter
- Replies: 15
- Views: 21430
- Sun Oct 12, 2008 9:04 am
- Forum: Challenges
- Topic: Color Meter
- Replies: 15
- Views: 21430
Color Meter
Hi there, I am enjoying the challenges. The Didactic RGB is bothering me because my color meter is inconsistent. I got a color meter that comes with my mac and it is possible to read the 24-bit integer from that program. Only it differs between computers and all my attempts where wrong anyway. I dow...