This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
இந்தியாவின் சுதந்திர தினம் என்ன? அது சுலபம்: 15 ஆகஸ்டு 1947. அந்நாளின் கிழமை என்ன? | |
வெள்ளி. தேதி தெரிந்தால் அந்நாளின் கிழமை அறிவது எப்படி? | |
* ஒரு வருடத்தின் பிப்ரவரி கடைசி நாளை "டூம்ஸ்டே" (doomsday) எனக் கொள்வோம். | |
அதாவது பிப்ரவரி 28 அல்லது 29 (லீப் வருடமானால்). "டூம்ஸ்டே"-யின் கிழமை தெரிந்தால் | |
வருடத்தின் எந்த நாளின் கிழமையையும் நாம் கணக்கிடலாம். | |
* டூம்ஸ்டே அன்று என்ன கிழமையோ அதே கிழமை ஏப்ரல் 4, ஜுன் 6, ஆகஸ்டு 8, | |
அக்டோபர் 10, டிஸம்பர் 12 ஆகிய நாட்களிலும் வரும். எ.கா: 2014-ன் பிப்ரவரி 28. | |
அதாவது டூம்ஸ்டே அன்று வெள்ளிக்கிழமை. 2014 டிஸம்பர் 12-ம் தேதி வெள்ளிக்கிழமை! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved as blog post. See https://blogs.oracle.com/sundararajan/entry/playing_with_java_java9_repl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved as blog entry. See https://blogs.oracle.com/sundararajan/entry/playing_with_java_java9_repl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to openjdk nashorn project. | |
Please check "samples" directory in http://hg.openjdk.java.net/jdk9/dev/nashorn. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This Nashorn script is port of "Hello Math" JavaFX example | |
* at http://www.javafxtutorials.com/javafxsimplecode/ | |
* | |
* Ported by: https://twitter.com/sundararajan_a | |
* | |
* "mindless" port with these changes: | |
* | |
* Java imports -> Java.type | |
* Bean style getter/setter -> property access style |
OlderNewer