TumbleTrack

Your personal Tumblr journey starts here

Java - Blog Posts

7 years ago

Coffee gives me life

gutter-bot - a little bit warped

Tags
7 months ago

Coding is weird

This works:

While (var != true)

This does not

While (var = false)

???


Tags
12 years ago

Hello world ;)

Hello, and welcome to Outlook

Outlook is a truly modern email experience, and we're excited for you to check it out.

A modern interface: faster and cleaner

The simple, fluid and interactive design of Outlook makes it easy to use whether you're on a desktop, phone or tablet.

Learn more

Get an Outlook email address for your new inbox

You can get a new email address from Outlook. You don't have to worry about your contacts and previous emails, you'll keep them. And, you'll continue receiving messages sent to your Hotmail address.

Get new ID

Bring your inbox to life — Connect Facebook and Twitter

Connect and see your friends' Facebook updates and Tweets directly in your inbox. Your contacts' information is automatically in sync so you don't miss a thing.

Connect now

Tell us what you think of Outlook

We want to hear your opinion. Please submit your feedback via the Feedback link under the Options menu.

/* Code */

==============================================

Log: 2011-09-28 14:42:28

==============================================

Inverse Fourier transform. Done

Memory Usage #02 : 76 Mb

G:\Java-Lo-optimization-tool-Explore\images\PAT007.01.jpg

Input Image : 256 x 256 pixels

Starting FFT..

X-Spectrum Calculated

Y-Spectrum Calculated

Data set to SpectaPlot

Memory Usage #01 : 57 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 90 Mb

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 65536

at FFTool_M.SpectrumCalc.histogramY(SpectrumCalc.java:66)

at FFTool_M.DesktopApplication1View.spectrumPlot(DesktopApplication1View.java:856)

at FFTool_M.DesktopApplication1View.sampleSliderStateChanged(DesktopApplication1View.java:2725)

at FFTool_M.DesktopApplication1View.access$3200(DesktopApplication1View.java:30)

at FFTool_M.DesktopApplication1View$12.stateChanged(DesktopApplication1View.java:1341)

at javax.swing.JSlider.fireStateChanged(Unknown Source)

at javax.swing.JSlider$ModelListener.stateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setValue(Unknown Source)

at javax.swing.JSlider.setValue(Unknown Source)

at javax.swing.plaf.basic.BasicSliderUI$TrackListener.mouseDragged(Unknown Source)

at java.awt.Component.processMouseMotionEvent(Unknown Source)

at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$000(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 65536

at FFTool_M.SpectrumCalc.histogramY(SpectrumCalc.java:66)

at FFTool_M.DesktopApplication1View.spectrumPlot(DesktopApplication1View.java:856)

at FFTool_M.DesktopApplication1View.sampleSliderStateChanged(DesktopApplication1View.java:2725)

at FFTool_M.DesktopApplication1View.access$3200(DesktopApplication1View.java:30)

at FFTool_M.DesktopApplication1View$12.stateChanged(DesktopApplication1View.java:1341)

at javax.swing.JSlider.fireStateChanged(Unknown Source)

at javax.swing.JSlider$ModelListener.stateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setValueIsAdjusting(Unknown Source)

at javax.swing.JSlider.setValueIsAdjusting(Unknown Source)

at javax.swing.plaf.basic.BasicSliderUI$TrackListener.mouseReleased(Unknown Source)

at com.sun.java.swing.plaf.windows.WindowsSliderUI$WindowsTrackListener.mouseReleased(Unknown Source)

at java.awt.Component.processMouseEvent(Unknown Source)

at javax.swing.JComponent.processMouseEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$000(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

Starting FFT..

X-Spectrum Calculated

Y-Spectrum Calculated

Data set to SpectaPlot

Memory Usage #01 : 62 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 79 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 98 Mb

Inverse Fourier transform started...

Inverse Fourier transform. Done

Memory Usage #02 : 102 Mb

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 65536

at FFTool_M.SpectrumCalc.histogramY(SpectrumCalc.java:66)

at FFTool_M.DesktopApplication1View.spectrumPlot(DesktopApplication1View.java:856)

at FFTool_M.DesktopApplication1View.sampleSliderStateChanged(DesktopApplication1View.java:2725)

at FFTool_M.DesktopApplication1View.access$3200(DesktopApplication1View.java:30)

at FFTool_M.DesktopApplication1View$12.stateChanged(DesktopApplication1View.java:1341)

at javax.swing.JSlider.fireStateChanged(Unknown Source)

at javax.swing.JSlider$ModelListener.stateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.fireStateChanged(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setRangeProperties(Unknown Source)

at javax.swing.DefaultBoundedRangeModel.setValueIsAdjusting(Unknown Source)

at javax.swing.JSlider.setValueIsAdjusting(Unknown Source)

at javax.swing.plaf.basic.BasicSliderUI$TrackListener.mouseDragged(Unknown Source)

at java.awt.Component.processMouseMotionEvent(Unknown Source)

at javax.swing.JComponent.processMouseMotionEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEventImpl(Unknown Source)

at java.awt.EventQueue.access$000(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.awt.EventQueue$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.awt.EventQueue$2.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

/* END */


Tags
1 year ago

Java is a trash language that should burn in the parts of hell where hitler is

Rust on the other hand is a bratty lil language that should burn in the parts of hell where queers party


Tags
Poker Game #sciphy4all #science #physics #programming #computer #computers #pc#perl #python #basic #c

Poker game #sciphy4all #science #physics #programming #computer #computers #pc#perl #python #basic #c #javascript #php #java


Tags
2 years ago
Kansas City Medium Mid-sized Transitional Concrete Floor Wine Cellar Design With Racks For Storage

Kansas City Medium Mid-sized transitional concrete floor wine cellar design with racks for storage


Tags
6 years ago
Delimp Technology Is A Java Development Company Located In USA And India. It Offers Services Like Virtual

Delimp Technology is a Java Development Company located in USA and India. It offers services like virtual assistant, website design and development, search Engine Optimization, web development, PhoneGap Development and many other services. www.delimp.com |  7503 605 712 |  sales@delimp.com


Tags
6 years ago
Delimp Technology Offers A Wide Range Of Projects One Of Them Based On Java Development, Weather It Is

Delimp Technology offers a wide range of projects one of them based on Java development, weather it is mobile app or a website , Delimp provides everything in all over the world.


Tags
8 years ago

How can it be such a stupid error if I had to search three hours to find it?

Probably every programmer ever (via fyeahcode)


Tags
8 years ago

Computer Science

*screams into the public static void*


Tags
9 years ago

Get Hooked on Programming Quick

Highly sought for and praised- the ability to program. Admit it, being comfortable with technology makes you an admirable candidate for your dream job and allows you to navigate the modern world more fluidly. Unfortunately the idea of becoming tech savvy was soiled by the thought of dry lingo and geeky stereotype. For the tech enthused or not, young or wise I have seven ways you can get started with programming in a few hours or much less. (In order of what I thought of first)

1) Codecademy

Best for: Middle School - Adulthood and beyond

Project Time: 30min - As long as you wish

Languages: Web development, Ruby, Python, PHP

Where: http://www.codecademy.com/learn

Friends from internships used codecademy to get exposed to a number of languages relatively quickly and from there decided what to dive into.

2) Code.org

Best for: Elementary - High School

Project Time: 30min - As long as you wish

Languages: Java Script, HTML, basic logic, Lego Robotics, and more

Where: http://code.org/

A really fun way to learn programming by playing games or making your own! President Obama was visited by some aspiring programmers and completed a Disney Frozen themed project.

3) Alice

Best for: Elementary - High School

Project Time: 30min - As long as you wish

Languages: Java

Where: http://www.alice.org/index.php?page=downloads/download_alice3.1

(Younger programmers may need help downloading and getting started)

Alice allows you to program in pseudo Java code and control characters. You can make movies or perform skits with your characters by moving blocks of code around and assigning values. This was my first exposure to programming in high school. As I continued with my computer studies in college found that what I learned from Alice to be extremely useful.

4) Java Seal

Best for: Middle School - Adulthood and beyond

Project Time: 30min - As long as you wish

Languages: Java

Where: https://www.youtube.com/user/JavaSeal

This is my shameless plug; I started this You Tube channel this past summer and recorded some videos about how to get started with Java programming, a basic 10 minute starter program, and a 30min more complex program. Although I haven't downloaded videos recently these are a good start and I expect to make more this summer.

5) Made With Code

Best for: Elementary - Middle School

Project Time: 5min - As long as you wish

Languages: Basic Logic

Where: https://www.madewithcode.com/projects

My Mom's kindergarten class loved to make a Yeti dance and lights shimmer using the Made With Code project. I visited her classroom and had students drag and drop blocks of code on a Smart Board. These projects teach about basic programming logic and assigning values to variables.

6) Khan Academy

Best for: Middle School - Adulthood and beyond

Project Time: 30min - As long as you wish

Languages: Game, Animation, Web Development

Where: https://www.khanacademy.org/computing/computer-programming

Khan Academy has great videos for every subject imaginable in school and now for programming. There are many projects where you can make video games, a website, or animation. There is even a gallery of what other programmers have made while following along with the video.

7) Major League Hacking

Best for: High School - College

Project Time: Few hours to 3 day event

Languages: Any language! Common ones include C++ and Java

Where: Select Colleges https://mlh.io/seasons/f2014/events

This isn't a website to visit but a Hackathon event to go to! Hackathons are events where students are challenged to create a solution to a problem such as an app that can send you texts to keep you on task, a light that can let you know when you need to wear warm clothes, or the next big social media hot spot. Hackathons can run for a few hours to three days. Most of the Hackathons don't require programming experience and are a great place to learn.

(These age groups are just suggestions, feel free to check out any of them you like. I didn't make any of the logos except my Java Seal one so kudos to you other logo makers.)


Tags
9 years ago
Studying For Introduction To Java Final

Studying for Introduction to Java final


Tags
2 months ago

Best Java Training Institute in Mohali

Bright Careers Solutions offers a comprehensive Java course designed to provide students with in-depth knowledge and practical skills in Java programming. The course is ISO certified, ensuring that it meets high-quality standards in both curriculum and teaching methodology. Students gain hands-on experience through real-world projects, enabling them to develop a strong understanding of Java concepts, object-oriented programming, and application development. This certification not only enhances the credibility of the course but also increases the employability of graduates, helping them excel in the competitive job market.


Tags
2 months ago

Best Java Training Institute in Mohali

Bright Careers Solutions offers a comprehensive Java course designed to provide students with in-depth knowledge and practical skills in Java programming. The course is ISO certified, ensuring that it meets high-quality standards in both curriculum and teaching methodology. Students gain hands-on experience through real-world projects, enabling them to develop a strong understanding of Java concepts, object-oriented programming, and application development. This certification not only enhances the credibility of the course but also increases the employability of graduates, helping them excel in the competitive job market.

ADDRESS Bright Career Solutions

Address : SCF-117, 2nd Floor Phase-7, near Axis Bank, Mohali, Punjab – 160061 India.

Tel : +919780172789 Email : info@brightcareersolutions.com


Tags
3 months ago

Best Java Training Institute in Mohali

The Java Course at Bright Careers Solutions is a comprehensive program designed to equip you with the skills and confidence to excel in the competitive IT industry. Whether you’re starting your programming journey or looking to upskill, this course provides the perfect blend of theoretical knowledge and practical experience.

Take the first step toward a promising career in Java programming. Enroll in the Java course at Bright Careers Solutions today and unlock your potential!

Best Java Training Institute In Mohali

Tags

Java Vs JavaScript: Exploring Their Differences ...

Java Vs JavaScript: Exploring Their Differences
Analytics Insight
Knowing the differences between Java and JavaScript, two popular programming languages, is essential. Read on to explore the different featu

Post #86: Analytics Insight, Deva Priya, Java Vs JavaScript: Exploring Their Differences, 2023.


Tags

Post #83: Tumblr Opinion Poll by Python-Programming-Language, Question: Which programming resp. script language do you prefer?, 2023.


Tags

5 Programming Languages For Beginners?

5 Programming Languages for Beginners to Learn
Analytics Insight
These are the 5 programming languages for beginners to learn and exposure makes deciding where to begin creating a successful career in the

This small article from "Analytics Insight" briefly introduces five programming languages that are supposedly suitable for beginners to learn to program: Python, C and C++, Java, Kotlin and JavaScript. I do not share this opinion with the author Shiva Ganesh. For me, of the programming languages mentioned above, "Python" is by far the best for beginners, followed by JavaScript. I would never recommend "Java" to a beginner as the syntax is quite complicated and not at all intuitive to understand, which is very much the case with e.g. Python. I wouldn't recommend C, C++ and Kotlin for newcomers either, because these languages are too complex to start with.

In diesem kleinen Artikel von "Analytics Insight" werden fünf Programmiersprachen kurz vorgestellt, die angeblich für Einsteiger geeignet sein sollen, um das Programmieren zu lernen: Python, C und C++, Java, Kotlin und JavaScript. Diese Meinung teile ich nicht mit dem Autor Shiva Ganesh. Für mich ist von den oben genannten Programmiersprachen "Python" mit Abstand am besten für Anfänger geeignet, direkt dahinter kommt die JavaScript. Einem Anfänger würde ich niemals "Java" empfehlen, da die Syntax ziemlich kompliziert und überhaupt nicht intuitiv verständlich ist, was z.B. bei Python sehr stark der Fall ist. C, C++ und Kotlin würde ich Neulingen auch nicht anraten, weil diese Sprachen für den Anfang zu komplex sind.

Post #48: Analytics Insight, 5 Programming Languages For Beginners To Learn, 2023.


Tags
Loading...
End of content
No more pages to load
Explore Tumblr Blog
Search Through Tumblr Tags