Added by Diego Lopez Yse on September 19, 2020 at 2:00pm — No Comments
Many of “out-of-the-box” analytics solutions come with automatically defined user sessions. It’s good to start with, but as your company grows, you’ll want to have your own session definitions based on your event data. Analyzing user sessions with SQL gives you flexibility and full control over how metrics are defined for your unique business.
The session is usually defined as a group…
Added by Luba Belokon on March 27, 2018 at 1:00am — No Comments
In order to prevent my programs from freezing up while running long calculations, I generally run the calculations on separate threads. In Java, this process can be accomplished by separating the GUI from processing. In the code below, a thread for an instance of MyProcessing would be invoked using start(): e.g. “(new MyProcessing()).start();” would run indefinitely until T is made null. T can be made null by calling stop() or by directly making T null. Often when the GUI is closing, I…
ContinueAdded by Don Philip Faithful on March 25, 2017 at 9:42am — No Comments
Below are some images generated by an algorithm that I originally created to study stocks. The stock in this case is Yahoo! in the early 2000s. I realize that none of these images resemble conventional stock market patterns. Keep in mind that algorithms by nature interact with the data. They don't simply restate the numbers in graphical form. An algorithm designed to deal with historical stock trading data can be modified to deal with the data in real-time. However, there is no inherent…
ContinueAdded by Don Philip Faithful on January 21, 2017 at 8:48am — 4 Comments
This blog contains some snippets of code that I tend to use in Java. I acknowledge that somebody else writing this blog might include different code. Except for a short course at Sun Educational Services, most of my Java programming skills are self-taught. I’m unsure if people with formal backgrounds in computer science might have different styles and conventions. Mine have been shaped primarily by my needs.
Creating a Graphical User Interface…
ContinueAdded by Don Philip Faithful on November 6, 2016 at 8:00am — No Comments
How big data is shaping mobile user expectations
By Jeff Hasen
Hipcricket Chief Marketing Officer, Thought Leader (ART+DATA) Institute and author of Mobilized Marketing: Driving Sales, Engagement, and Loyalty Through Mobile…
ContinueAdded by Zach Piester on December 13, 2012 at 7:30am — No Comments
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
1999
© 2021 TechTarget, Inc.
Powered by
Badges | Report an Issue | Privacy Policy | Terms of Service
Most Popular Content on DSC
To not miss this type of content in the future, subscribe to our newsletter.
Other popular resources
Archives: 2008-2014 | 2015-2016 | 2017-2019 | Book 1 | Book 2 | More
Most popular articles