Author Topic: Correlation Beta Now Available  (Read 8460 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Correlation Beta Now Available
« Reply #30 on: March 27, 2011, 12:13:41 am »
@Hot_Dog: is there any chance the input number could be in hex rather than Decimal to make it match the chart?

Done. The compiler attached takes numbers as hex instead of decimal.

I also optimized and cleaned some stuff up. You'll have to compile it though.

EDIT: Rename it bmp28xp, of course.

EDIT2: Stupid error. Go to http://ourl.ca/9898/190680 for the fixed version.
« Last Edit: March 27, 2011, 08:21:40 pm by Deep Thought »




Offline AngelFish

  • Is this my custom title?
  • Administrator
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3242
  • Rating: +270/-27
  • I'm a Fishbot
    • View Profile
Re: Correlation Beta Now Available
« Reply #31 on: March 27, 2011, 12:17:51 am »
Can someone compile it please? I don't have anything Java dev related except for the JVM opcodes on my system :(


Oh, apparently someone made an online Java compiler.

It returns this error though:

Code: [Select]
/tmp/jc_16626/bmp28xp_awesum_version.java:168: ';' expected
sum += initArray[i] + (initArray[i] < 0 ? 256 : 0)
∂²Ψ    -(2m(V(x)-E)Ψ
---  = -------------
∂x²        ℏ²Ψ

Offline Hot_Dog

  • CoT Emeritus
  • LV12 Extreme Poster (Next: 5000)
  • *
  • Posts: 3006
  • Rating: +445/-10
    • View Profile
Re: Correlation Beta Now Available
« Reply #32 on: March 27, 2011, 10:29:40 am »
@Hot_Dog: is there any chance the input number could be in hex rather than Decimal to make it match the chart?

Done. The compiler attached takes numbers as hex instead of decimal.

I also optimized and cleaned some stuff up. You'll have to compile it though.

EDIT: Rename it bmp28xp, of course.

I should probably include this one in the final version to replace the old one.  Qwerty's right, it's much easier to look at the table and input a value rather than convert, especially for newer users

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Correlation Beta Now Available
« Reply #33 on: March 27, 2011, 08:20:53 pm »
Oh, apparently someone made an online Java compiler.

It returns this error though:

Code: [Select]
/tmp/jc_16626/bmp28xp_awesum_version.java:168: ';' expected
sum += initArray[i] + (initArray[i] < 0 ? 256 : 0)

Whoops, missed that. Fixed.

Also, where's that online Java compiler? O.O

EDIT: Nvm, Google.
« Last Edit: March 27, 2011, 08:22:46 pm by Deep Thought »




Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Correlation Beta Now Available
« Reply #34 on: March 27, 2011, 08:27:22 pm »
Compiled

see attachment

rename to bmp28xp.class run as normal