Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-4041-

My first GAE app

Name: Anonymous 2009-04-13 22:48

Name: Anonymous 2009-04-13 23:04

Name: Anonymous 2009-04-13 23:16

>>1
Terrible

Name: Anonymous 2009-04-13 23:40

Name: Anonymous 2009-04-13 23:43

You are GAE

Name: Anonymous 2009-04-14 0:59

Quota Details for hiro
Requests         0%     161 of 1333328     Okay

Name: Anonymous 2009-04-14 1:35

>>1
http://hiroaki-p.appspot.com/testapp/testapp.nocache.js
closed source javascript

The Stallman is not impressed.

Name: Anonymous 2009-04-14 1:39

>>7
That's actually a result of the GWT compiler. It compiles Java into optimized Javascript, it's actually really neat.
http://code.google.com/webtoolkit/

Name: EXPERT JAVASCRIPT OPTIMIZER 2009-04-14 8:47

1. Remove all whitespace. It only slows down the browser.
2. Use short variable names. The shorter a variable is, the faster it gets accessed.
3. Don't use onload; it is always slow. Only use events like DOMContentLoaded and onreadystatechange.
4. Generic code like arr[x] is slow. Always use eval("arr["+x+"]") to create specialized, fast code. This is called JIT and is one of the reasons Java and Javascript are so fast.
5. Static storage duration objects are faster than automatic storage duration objects because the CPU doesn't have to set aside storage on the stack every time a function is called. Make your loop indexes global so that you can use them everywhere.
If you combine this with #4, your program will be faster in the long run (but this usually doesn't work for short programs).

Name: Anonymous 2009-04-14 9:02

Enjoy your XSS

Name: Anonymous 2009-04-14 9:09

that was GAE

Name: Anonymous 2009-04-14 9:46

>>8
This is cool but stupid - why would they choose such a shitty language to compile from? What's the point?

Next thing they'll make a Fortran to COBOL compiler or something.

Give me C-something to JavaScript and we'll talk.

Name: Anonymous 2009-04-14 10:27

>>8
That's actually exactly what The Stallman was bitching about. It forces your users to give up their freedom if they wish to use your application.
http://www.gnu.org/philosophy/javascript-trap.html

Name: Anonymous 2009-04-14 10:37

Next thing they'll make a Fortran to COBOL compiler or something
Sounds like a job for the ANONIX project

Name: Anonymous 2009-04-14 13:39

http://www.cornerstone.nl/ProductsServices/AnytoanyConversionMigration/tabid/568/language/en-US/Default.aspx
'Any To Any' Conversion/Migration
Cornerstone offers an automatic any-to-any language conversion/migration solution. One strategy, one tool-base, one project control setup, for a variety of projects.
 
IT-application systems become increasingly strategic assets. Money can be saved through re-use of their assets. Only strong tools successfully complete the demands with regard to Reduce, Re-use & Recycle of entire systems. Reducing many platforms to a single platform is one of the most focused aspects in the TCO savings. Getting rid of dead-end languages or languages without skills available anymore is a must.
 
Randomly picked, recently performed automatic conversions (not exhaustively), just to give an impression of our abilities:
    *
      IBM/Cobol/IMS/DC to MF-Cobol/Tuxedo/Oracle
    *
      Topend to MF-Cobol
    *
      Mantis to MF-Cobol
    *
      RPG to Magic
    *
      RPG to Cobol
    *
      Siemens/Cobol to MF-Cobol
    *
      Cobol/CICS to Magic
    *
      Clipper to VBA
    *
      PL/1 to Cobol-85
    *
      PL/1 to Cobol-II
    *
      PL/1 to MF-Cobol
    *
      IBM/Cobol/CICS to PL/SQL, OracleForms
    *
      Siemens/Cobol/UTM to PL/SQL, OracleForms 9i
    *
      HB/Cobol74/TP8 to MF-Cobol, Tuxedo
    *
      HB/Cobol85/TP8 to MF-Cobol, Tuxedo
    *
      ICL/Cobol/ApplicationMaster to Cobol/CICS
    *
      Centura to Java, J2EE
    *
      EDGE to Java, J2EE
    *
      Progress to JDEV/Oracle
    *
      EDGE to J2EE
    *
      Clipper to VBasic
    *
      DEC/Basic to UnifAce
    *
      Cobol/CICS to UnifAce
    *
      Cobol/CICS to IEF/Composer
    *
      Pascal to UnifAce
    *
      Assembler to Cobol
    *
      Object-code (IBM) to Assembler/370
    *
     Fortran to Cobol
    *
      ICL/Cobol to DB4
    *
      UnifAce to C
    *
      Cobol to C
    *
      Progress to J2EE
    *
      Cobol to C#.NET
    *
      JSP to Cobol

 
Automatic migrations from the recent period are:

    *
      Powerhouse
    *
      Cobol
    *
      Delphi
    *
      Oracle 3, 4, 5 to 9i, 10i

 
Recently performed automatic database migrations are:

    *
      IDMS to Oracle
    *
      IDMS to DB2
    *
      IDMS to DB4
    *
      IMS to DB2
    *
      Siemens/UDS to Oracle
    *
      IDS2 to Oracle
    *
      DMS2 to MySQL, Oracle
    *
      IDMS to SQLServer
    *
      TurboImage to Oracle
    *
      VSAM to Oracle
    *
      ISAM to Oracle

Name: Anonymous 2009-04-14 18:37

>>12
Like it or not, Java actually forces you to code properly, and not like some ad-hoc code cowboy.

Name: Anonymous 2009-04-14 19:00

Like it or not, Java actually forces you to code properly
I lol'd so hard I choked on my sandwich

Name: Anonymous 2009-04-14 19:03

>>17
You were eating a sandwich at your computer? This is what /prog/ neckbeards actually do

Name: Anonymous 2009-04-14 19:14

This is what /prog/ neckbeards actually do
Back to img.4chan.org please.

Name: Anonymous 2009-04-14 19:16

>>19
As for you, mister, you need to learn that your path to satori is one of many. The Abelson has seen this, and is moving forward with new revelations. Do you intend to dismiss too the wisdom found by Knuth? The incursion into the works and ways of the world by the quadrune CLRS? Would you argue PAIP to be some sort of deception, leading the faithful astray?
If so, you're a fool. No worse than the servants of Enterprise.

Name: Anonymous 2009-04-14 21:14

Man, I told it my name, oh boy that was EXCITING

Name: Anonymous 2009-04-15 1:55

>>21
Screw you pal

Name: Anonymous 2009-04-15 4:52

>>21
Coincidentally, this is more sophisticated then what most of prog has written

Name: Anonymous 2009-04-15 11:00

>>21
Coincidentally, this is about as sophisticated as what most of prog wrote when they were 3

Name: FrozenVoid 2009-04-15 14:38

Sophistication is overrated.
 The domain over which GAE and similar webapps run is wide enough to accommodate 90% of business/end-user needs.
Data entry, database query, interactive wizards, etc.
People who discard JavaScript as some toy language are going to be left in the dust.

Name: Anonymous 2009-04-15 14:42

Most readers of this post would probably fare rather poorly if they were dropped in a jungle and told to catch dinner with their bare hands.

Name: Anonymous 2009-04-15 14:50

Most readers of this post would probably fare rather poorly if they were dropped in a bar and told to catch Leah Culver with their bare hands.

Name: Anonymous 2009-04-15 14:50

>>26
Well, quite, but what does that have to do with the conversation?

Name: Anonymous 2009-04-15 21:26

>>26
Good point, but the reality is that there is virtually 0% likelihood of any of us ever being in that situation.

Name: Anonymous 2009-04-15 23:21

Most readers of this post would probably fare rather poorly if they were dropped in /prog/ and told to read SICP with their bare hands

Name: Anonymous 2009-04-16 0:21

>>26
Theo de Raadt would. Theo de Raadt would get lost in the jungle and eat plants and the heads of snakes. He'd kill not just for survival, but out of anger because the GPS device he was using to assist him in getting out of the jungle contained non-free software as advised by The Stallman. While Theo is looking for his way back to civilization, Stallman find a large boulder and a sharp rock and proceeds to carve out an essay on why using non-free software on a GPS device hurts the users' freedom.

Eventually Theo finds a small village with a pilot and plane that can help him on his way back to getting to his home in Calgary and Stallman to get back to MIT in Cambridge, Massachusetts.

Once back at MIT, Stallman starts a flame war with Theo on the OpenBSD -misc mailing list and the two argue on how the other man was not being helpful in the situation. The people lurking in OpenBSD -misc are wildly amused at this and laugh uncontrollably.

Name: Anonymous 2009-04-16 4:06

>>31
too much drink for you.
go to bed

Name: Anonymous 2009-04-16 6:15

>>29
the reality is that there is virtually 0% likelihood
reality ... virtually
Your a confused young man.

Name: Anonymous 2009-04-16 6:20

>>33
is this just fantasy?
caught in a landslide...

Name: Anonymous 2009-04-16 6:24

Name: Anonymous 2009-04-16 6:35

>>35
Oh my gawd... Oh my gaawdd *facepalm*.

Name: Anonymous 2009-04-16 11:22

>>33
What about his confused young man?

Name: Anonymous 2009-04-16 17:47

his happy

Name: Anonymous 2009-04-20 6:45

>>31
I actually read this post 5 times.

Name: Anonymous 2009-04-20 8:53

>>39
That's kind of GAE!
;P

Name: Anonymous 2009-04-20 9:57

You should try penetrating the API of GAEBAR.

Name: Anonymous 2009-08-16 23:06

Lain.

Name: Anonymous 2009-08-17 0:46

Lain.

Name: Anonymous 2010-11-15 0:54

Name: Anonymous 2011-02-03 7:08

Name: Anonymous 2011-05-06 17:51

>>8
You're an idiot if you don't realize the SUSSMAN is Frozenvoid and love us dearly!

Name: Anonymous 2011-05-06 17:51

>>8
You're an idiot if you don't realize the SUSSMAN is Frozenvoid and love us dearly!

Name: Anonymous 2011-05-06 17:52

>>8
You're an idiot if you don't realize the SUSSMAN is Frozenvoid and love us dearly!

Name: Anonymous 2011-05-06 17:56

>>8
test

Name: Anonymous 2011-05-06 17:56

>>8
test

Name: Anonymous 2011-05-06 17:57

>>8
Back to /lounge/, please!

Name: Anonymous 2011-05-06 17:57

>>8
Back to /lounge/, please!

Don't change these.
Name: Email:
Entire Thread Thread List