HOME JavaScript Digital/Technology Life Log Knowledge Base Steve Jobs chatGPT JavaScript 404 Not Found Python Bootstrap Regular Expression Java Frontend Development 500 Error Julia Eric Schmidt XMLHttpRequest Video Buffering Classification Variant Type Variable Supervised Learning Moca Saul Bass OpenCV Web Design Asynchronous Programming Sun Microsystems Machine Learning Types Oak Fetch API Cocktail Party Algorithm HTML Browser Freezing Generative Pre-trained Transformer Static Type Variable RegExp Joe Sparano High School Projects Unsupervised Learning Reinforcement Learning Web Development URL Blocker Clustering Regression Thomas J. Watson scikit-learn Milton Glaser DOM Parsing CSS Responsive Design node.js Leland Dieno TensorFlow PyTorch Netscape PHP-ML Programming Languages for Machine Learning XML GPT CORS Error Machine Learning Dynamic Type Variable Keras

JAVASCRIPT.ZIP

Difference between Java and Javascript  

updated at Oct 03, 2024   1,462  
Java and JavaScript are two distinct programming languages that serve different purposes and have different capabilities,despite the similarity in their names.Here's a comparison to highlight their differences:Origin and Purpose:Java: Developed by Sun Micr...

Loading XML Data with JavaScript  

updated at Oct 03, 2024   1,180  
You can use JavaScript to load XML data using various methods.One common approach is to use the XMLHttpRequest object (XHR) or Fetch API to make an asynchronous HTTP request to fetch the XML data from a server.Here's a basic example using XMLHttpRequest:In...

Regular Expressions in JavaScript  

updated at Oct 03, 2024   1,358  
Regular expressions in JavaScript are a powerful tool for working with strings.They allow you to search for patterns within strings and manipulate them as needed.Here's a basic overview:Creating Regular Expressions: You can create a regular expression in J...

Block unwanted URLs for comfortable web browsing with Chrome Addon - URL Blocker  

created at Nov 01, 2024   78  
I was wondering if there is any way to block certain URLs instead of Ad Blockers,and found URL Blocker at Chrome Web Store.With URL Blocker,you can block certain URLs which make your browser freeze.It will be something like moatads.com,airtory.com,rlcdn.co...
Block unwanted URLs for comfortable web browsing with Chrome Addon - URL Blocker

Mordern web design based on Bootstrap  

updated at May 09, 2024   1,419  
Most recently,I learned to build a modern website based on HTML+CSS+Bootstrap,and the below website is developed for testing.Bootstrap is actually useful to implement a responsive web which is not only for desktop,but also mobile and tablet."There are thre...
Mordern web design based on Bootstrap

Machine Learning Types and Programming Languages  

updated at Nov 29, 2023   1,463  
In the area of Machine Learning Technology, threre are three different types of Machine Learning. You should make decision which type you want to use if you are trying to implement something. In Supervised Learning, we are given the data sets and already k...
Machine Learning Types and Programming Languages