Are you over 18 and want to see adult content?
More Annotations

South Sound Magazine - South Sound Magazine
Are you over 18 and want to see adult content?

coolpeppermint – memories and musings
Are you over 18 and want to see adult content?

TIBET, ACTIVISM AND INFORMATION - Digital Action For A Free Tibet And Human Rights
Are you over 18 and want to see adult content?

ãŠé‡‘ãªãã¦ã‚‚ãƒãƒ¯ã‚¤ã«è¡ŒããŸã„ï¼ãŠå¾—ãªãƒãƒ¯ã‚¤æ—…行ã®è‡ªè…¹ç ”ç©¶Blog
Are you over 18 and want to see adult content?

Follicle Thought – Hair Growth Treatment News
Are you over 18 and want to see adult content?

Ðшанти - магазин воÑточных товаров
Are you over 18 and want to see adult content?

Buy Solar panels, Inverters, Deep cycle batteries, solar charge controllers, LEDs in Nigeria - Solar Energy company
Are you over 18 and want to see adult content?

Онлайн журнал Йога Ñекреты. ÐÑаны йоги. Йога центры. СобытиÑ.
Are you over 18 and want to see adult content?

- شرکت آروین بناپاد -
Are you over 18 and want to see adult content?

BIRME - Bulk Image Resizing Made Easy 2.0 (Online & Free)
Are you over 18 and want to see adult content?
Favourite Annotations

Bet on esports with Luckbox - esports betting done right
Are you over 18 and want to see adult content?

CalTrend - Custom Fit Seat Covers for Cars, Trucks & SUVs Made In USA
Are you over 18 and want to see adult content?

Visit Grand County, Colorado - Lodging, Activities, & Events
Are you over 18 and want to see adult content?

Agence SEO Paris - Développez votre chiffre d`affaires
Are you over 18 and want to see adult content?

Pride Themes - Free Website Templates - Web Templates
Are you over 18 and want to see adult content?

Garmin Authorised Distributor for Slovakia
Are you over 18 and want to see adult content?

Diversity Role Models
Are you over 18 and want to see adult content?
Text
OURCODEWORLD.COM
PROGRAMMING 1 SYSTEMS ENGINEERING: EXERCISES FOR JAVA Development of the first 10 programming exercises 1 in Java. The following article briefly describes the solution to the first 10 exercises of the class guide for Programming I of Systems Engineering and its solution in the most basic way possible. HOW TO REMOVE OR DISABLE YOUTUBE END CARDS To open the dev tools press F12 or alternatively go to Settings > More Tools > Developer Tools () and a docked area will appear in the browser. In this new area, go to the Console tab and inject the following code that will select all of those card elements identified with the CSS selector .ytp-ce-element and will remove all of them:Just paste
HOW TO INSTALL MULTIPLE VERSIONS OF NODE.JS IN WINDOWS Using NVM. Open a new terminal (Command Prompt) and type the nvm command: nvm. This will generate the following output: Running version 1.1.7. Usage: nvm arch : Show if node is running in 32 or 64 bit mode. nvm install : The version can be a node.js version or "latest" for the latest stable version. HOW TO CHANGE THE SCREEN IN WHICH A GAME IS EXECUTED WITH While playing some indie games, I discovered that most of them don't offer a way to change the screen where they run. For example, I like to play sometimes with friends online while I work at something that doesn't require my 100% of attention, so I simply set the game to run on my secondary display while I work in the primary screen: HOW TO RETRIEVE THE DURATION OF A MP3/WAV AUDIO FILE IN A.1 Reading from a local file. As first option, you may read the audio file locally and obtain the duration of the audio through this method: // Create a non-dom allocated Audio element var audio = document.createElement ('audio'); // Add a change event listener to the file input document.getElementById ("fileinput").addEventListener('change
HOW TO GET THE SQUARE ROOT OF A NUMBER WITHOUT USING THE Every C programmer knows about the math.h header file of the C programming language. This header defines various mathematical functions and one macro. All the functions available in this library take double as an argument and return a double as result. HOW TO PRINT A PDF FROM YOUR WINFORMS APPLICATION IN C# Go to the solution explorer of the project in Visual Studio and do right click on your project, from the list select the Manage NuGet Packages option: Once the Manager shows up, search for the RawPrint library, select (probably) the first option by Tony Edgecombe and click on install: After the installation you will be able to use theRawPrint
HOW TO PLAY MIDI FILES ON THE VLC MEDIA PLAYER 3.0.8 On the recent days, i was experimenting with guitar tabs software, which lead me to work with Midi files, weird XML files and other stuff. For my surprise, my favorite open source media player VLC was unable to play Midi files by default, so i need to do some extra stuffto make it work.
HOW TO ENABLE AMD VIRTUALIZATION ON THE AORUS X570 Enable virtualization for your AMD processor on the Aorus BIOS. Boot your computer and press DEL or F9 to start the Bios. Once it starts, switch to the advanced mode of the Bios pressing F2. In the advanced mode, go to the Tweaker tab and search for the Advanced CPU Settings option: After selecting this option, you should now see new options. HONEST REVIEW OF THE PAID PIRPLE.COM PROGRAMMING COURSESSEE MORE ONOURCODEWORLD.COM
PROGRAMMING 1 SYSTEMS ENGINEERING: EXERCISES FOR JAVA Development of the first 10 programming exercises 1 in Java. The following article briefly describes the solution to the first 10 exercises of the class guide for Programming I of Systems Engineering and its solution in the most basic way possible. HOW TO REMOVE OR DISABLE YOUTUBE END CARDS To open the dev tools press F12 or alternatively go to Settings > More Tools > Developer Tools () and a docked area will appear in the browser. In this new area, go to the Console tab and inject the following code that will select all of those card elements identified with the CSS selector .ytp-ce-element and will remove all of them:Just paste
HOW TO INSTALL MULTIPLE VERSIONS OF NODE.JS IN WINDOWS Using NVM. Open a new terminal (Command Prompt) and type the nvm command: nvm. This will generate the following output: Running version 1.1.7. Usage: nvm arch : Show if node is running in 32 or 64 bit mode. nvm install : The version can be a node.js version or "latest" for the latest stable version. HOW TO CHANGE THE SCREEN IN WHICH A GAME IS EXECUTED WITH While playing some indie games, I discovered that most of them don't offer a way to change the screen where they run. For example, I like to play sometimes with friends online while I work at something that doesn't require my 100% of attention, so I simply set the game to run on my secondary display while I work in the primary screen: HOW TO RETRIEVE THE DURATION OF A MP3/WAV AUDIO FILE IN A.1 Reading from a local file. As first option, you may read the audio file locally and obtain the duration of the audio through this method: // Create a non-dom allocated Audio element var audio = document.createElement ('audio'); // Add a change event listener to the file input document.getElementById ("fileinput").addEventListener('change
HOW TO GET THE SQUARE ROOT OF A NUMBER WITHOUT USING THE Every C programmer knows about the math.h header file of the C programming language. This header defines various mathematical functions and one macro. All the functions available in this library take double as an argument and return a double as result. HOW TO PRINT A PDF FROM YOUR WINFORMS APPLICATION IN C# Go to the solution explorer of the project in Visual Studio and do right click on your project, from the list select the Manage NuGet Packages option: Once the Manager shows up, search for the RawPrint library, select (probably) the first option by Tony Edgecombe and click on install: After the installation you will be able to use theRawPrint
HOW TO PLAY MIDI FILES ON THE VLC MEDIA PLAYER 3.0.8 On the recent days, i was experimenting with guitar tabs software, which lead me to work with Midi files, weird XML files and other stuff. For my surprise, my favorite open source media player VLC was unable to play Midi files by default, so i need to do some extra stuffto make it work.
HOW TO ENABLE AMD VIRTUALIZATION ON THE AORUS X570 Enable virtualization for your AMD processor on the Aorus BIOS. Boot your computer and press DEL or F9 to start the Bios. Once it starts, switch to the advanced mode of the Bios pressing F2. In the advanced mode, go to the Tweaker tab and search for the Advanced CPU Settings option: After selecting this option, you should now see new options. HOW TO RUN A SQL QUERY WITH VBA ON EXCEL SPREADSHEETS DATA Interested in programming since he was 14 years old, Carlos is a self-taught programmer and founder and author of most of the articlesat Our Code World.
HOW TO CHANGE THE SCREEN IN WHICH A GAME IS EXECUTED WITH While playing some indie games, I discovered that most of them don't offer a way to change the screen where they run. For example, I like to play sometimes with friends online while I work at something that doesn't require my 100% of attention, so I simply set the game to run on my secondary display while I work in the primary screen: HOW TO INSTALL AND USE HOMEBREW IN MACOS BIG SUR Every developer knows about the Homebrew package manager that makes it really easy to install, update applications, and utilities on a Mac. The installation of homebrew remains the same for the new macOS version BigSur, but we will explain how to it anyway in this article. HOW TO INSTALL MULTIPLE VERSIONS OF NODE.JS IN WINDOWS Using NVM. Open a new terminal (Command Prompt) and type the nvm command: nvm. This will generate the following output: Running version 1.1.7. Usage: nvm arch : Show if node is running in 32 or 64 bit mode. nvm install : The version can be a node.js version or "latest" for the latest stable version. TOP 15: BEST RICH TEXT EDITOR COMPONENTS (WYSIWYG) FOR For the ReactJS Framework, there are a lot of components that you can use to implement the editor. In this top, we will share with you the best 15 rich text editor components for React.js. 15. Jodit React. Jodit is an excellent Open Source WYSIWYG editor written in pure TypeScript without using additional libraries. 14. HOW TO PLAY MIDI FILES ON THE VLC MEDIA PLAYER 3.0.8 On the recent days, i was experimenting with guitar tabs software, which lead me to work with Midi files, weird XML files and other stuff. For my surprise, my favorite open source media player VLC was unable to play Midi files by default, so i need to do some extra stuffto make it work.
HOW TO EXPORT A MS SQL SERVER DATABASE TO A SQL SCRIPT Most of the developers feel not so comfortable with .bak files that are generated by the export backup option of SQL Server, at least for not so huge databases. For this reason, you may need to export sometimes the database in the script format (.sql). HOW TO CRACK A PDF PASSWORD WITH BRUTE FORCE USING JOHN In this article we will explain you how to try to crack a PDF with password using a brute-force attack with JohnTheRipper. 1. Build JohnTheRipper binaries. We will need to work with the Jumbo version of JohnTheRipper. This is a community-enhanced, "jumbo" version of Johnthe Ripper.
HOW TO USE NETBEANS IN DARK MODE WITH THE DARCULA THEME You can do this easily, going to Tools > Options. Then on the Appearance Tab, select the Look and Feel Subtab: Select from the dropdown the Darcula Theme, click on apply and the restart balloon should now appear (or just close and open netbeans again). This will let NetBeans with the new dark theme, suitable for those nightlydevelopers around
HOW TO SOLVE VIRTUALBOX EXCEPTION WHEN ATTACHING A USB This exception happens when you are trying to attach directly a USB device to your VirtualBox when it's already being used by the host OS. For example, if you are using Windows 10 Pro (HOST) and virtualize a new machine with Windows 10 Home Edition (VM), connecting the USB first, then initializing the virtual machine and you try to attach theUSB like this:
HONEST REVIEW OF THE PAID PIRPLE.COM PROGRAMMING COURSESSEE MORE ONOURCODEWORLD.COM
HOW TO INSTALL AND SETUP PRESTASHOP USING XAMPP IN WINDOWSHOW TO INSTALL PRESTASHOPHOW TO OPEN LOCALHOSTLOCALHOST XAMPPPRESTASHOP SIGNIN
Some patience. 1. Download PrestaShop. The first you need to do is download a .zip distribution of PrestaShop in the official website here (in this article we are going to use the version 1.7). The file size is about 58MB compressed and it contains a lot of folders and files, they compose our new PrestaShop project. 2. HOW TO CREATE AND DISPLAY A WINDOWS 10 NOTIFICATION WITH In Java it's pretty confusing how to generate different types of notifications or alert. Some developers prefer to use the JOptionPane, however when you work on a fixed environment, for example in Windows 10, it's pretty nice to use the default notification styles of Windows, so that's why we'll show you a sweet and short snippet to display a Windows 10 notification easily with Java AWT. HOW TO CHANGE THE SCREEN IN WHICH A GAME IS EXECUTED WITH While playing some indie games, I discovered that most of them don't offer a way to change the screen where they run. For example, I like to play sometimes with friends online while I work at something that doesn't require my 100% of attention, so I simply set the game to run on my secondary display while I work in the primary screen: IMPLEMENTING GOOGLE RECAPTCHA ON A FORM IN SYMFONY 3 HOW TO PLAY MIDI FILES ON THE VLC MEDIA PLAYER 3.0.8 Now, you will need the following steps to configure properly VLC to play Midi files. Open VLC Player and go to Tools > Preferences: On the emergent dialog, go to the left bottom area and check the Show All radio button, this will allow you to see the preferences window with all the available settings of the program: Then, on the Advanced HOW TO IMPORT IMAGES IN SVG FORMAT IN PAINT.NET Then, start Paint.NET and now you should be able to import files with the SVG extension in your canvas. Initially, the plugin prompts for basic information about how you would like to import the images either with the same resolution of the size given in the SVG file, if it should be imported as a flat PNG, import as layers or by groups (experimental feature): HOW TO USE NETBEANS IN DARK MODE WITH THE DARCULA THEME You can do this easily, going to Tools > Options. Then on the Appearance Tab, select the Look and Feel Subtab: Select from the dropdown the Darcula Theme, click on apply and the restart balloon should now appear (or just close and open netbeans again). This will let NetBeans with the new dark theme, suitable for those nightlydevelopers around
HOW TO ENABLE AMD VIRTUALIZATION ON THE AORUS X570 Enable virtualization for your AMD processor on the Aorus BIOS. Boot your computer and press DEL or F9 to start the Bios. Once it starts, switch to the advanced mode of the Bios pressing F2. In the advanced mode, go to the Tweaker tab and search for the Advanced CPU Settings option: After selecting this option, you should now see new options. HOW TO PRINT A PDF FROM YOUR WINFORMS APPLICATION IN C# Go to the solution explorer of the project in Visual Studio and do right click on your project, from the list select the Manage NuGet Packages option: Once the Manager shows up, search for the RawPrint library, select (probably) the first option by Tony Edgecombe and click on install: After the installation you will be able to use theRawPrint
HONEST REVIEW OF THE PAID PIRPLE.COM PROGRAMMING COURSESSEE MORE ONOURCODEWORLD.COM
HOW TO INSTALL AND SETUP PRESTASHOP USING XAMPP IN WINDOWSHOW TO INSTALL PRESTASHOPHOW TO OPEN LOCALHOSTLOCALHOST XAMPPPRESTASHOP SIGNIN
Some patience. 1. Download PrestaShop. The first you need to do is download a .zip distribution of PrestaShop in the official website here (in this article we are going to use the version 1.7). The file size is about 58MB compressed and it contains a lot of folders and files, they compose our new PrestaShop project. 2. HOW TO CREATE AND DISPLAY A WINDOWS 10 NOTIFICATION WITH In Java it's pretty confusing how to generate different types of notifications or alert. Some developers prefer to use the JOptionPane, however when you work on a fixed environment, for example in Windows 10, it's pretty nice to use the default notification styles of Windows, so that's why we'll show you a sweet and short snippet to display a Windows 10 notification easily with Java AWT. HOW TO CHANGE THE SCREEN IN WHICH A GAME IS EXECUTED WITH While playing some indie games, I discovered that most of them don't offer a way to change the screen where they run. For example, I like to play sometimes with friends online while I work at something that doesn't require my 100% of attention, so I simply set the game to run on my secondary display while I work in the primary screen: IMPLEMENTING GOOGLE RECAPTCHA ON A FORM IN SYMFONY 3 HOW TO PLAY MIDI FILES ON THE VLC MEDIA PLAYER 3.0.8 Now, you will need the following steps to configure properly VLC to play Midi files. Open VLC Player and go to Tools > Preferences: On the emergent dialog, go to the left bottom area and check the Show All radio button, this will allow you to see the preferences window with all the available settings of the program: Then, on the Advanced HOW TO IMPORT IMAGES IN SVG FORMAT IN PAINT.NET Then, start Paint.NET and now you should be able to import files with the SVG extension in your canvas. Initially, the plugin prompts for basic information about how you would like to import the images either with the same resolution of the size given in the SVG file, if it should be imported as a flat PNG, import as layers or by groups (experimental feature): HOW TO USE NETBEANS IN DARK MODE WITH THE DARCULA THEME You can do this easily, going to Tools > Options. Then on the Appearance Tab, select the Look and Feel Subtab: Select from the dropdown the Darcula Theme, click on apply and the restart balloon should now appear (or just close and open netbeans again). This will let NetBeans with the new dark theme, suitable for those nightlydevelopers around
HOW TO ENABLE AMD VIRTUALIZATION ON THE AORUS X570 Enable virtualization for your AMD processor on the Aorus BIOS. Boot your computer and press DEL or F9 to start the Bios. Once it starts, switch to the advanced mode of the Bios pressing F2. In the advanced mode, go to the Tweaker tab and search for the Advanced CPU Settings option: After selecting this option, you should now see new options. HOW TO PRINT A PDF FROM YOUR WINFORMS APPLICATION IN C# Go to the solution explorer of the project in Visual Studio and do right click on your project, from the list select the Manage NuGet Packages option: Once the Manager shows up, search for the RawPrint library, select (probably) the first option by Tony Edgecombe and click on install: After the installation you will be able to use theRawPrint
PROGRAMMING 1 SYSTEMS ENGINEERING: EXERCISES FOR JAVA Development of the first 10 programming exercises 1 in Java. The following article briefly describes the solution to the first 10 exercises of the class guide for Programming I of Systems Engineering and its solution in the most basic way possible. HOW TO CHANGE THE SCREEN IN WHICH A GAME IS EXECUTED WITH While playing some indie games, I discovered that most of them don't offer a way to change the screen where they run. For example, I like to play sometimes with friends online while I work at something that doesn't require my 100% of attention, so I simply set the game to run on my secondary display while I work in the primary screen: HOW TO CREATE AND DISPLAY A WINDOWS 10 NOTIFICATION WITH In Java it's pretty confusing how to generate different types of notifications or alert. Some developers prefer to use the JOptionPane, however when you work on a fixed environment, for example in Windows 10, it's pretty nice to use the default notification styles of Windows, so that's why we'll show you a sweet and short snippet to display a Windows 10 notification easily with Java AWT. DIY SOLUTIONS TO COMMON MACBOOK & IMAC PROBLEMS Is your MacBook becoming sluggish and showing the signs of aging? Are you planning to upgrade your system due to deviating performance? Hold on, and give it a second thought, as there are some tips that you can follow before you spend hugely on purchasing a new device. HOW TO CREATE AND EXTRACT ZIP FILES (COMPRESS AND SharpZipLib or formerly NZipLib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language). TOP 5 : BEST OPEN SOURCE PDF GENERATION LIBRARIES FOR PHP 2. Snappy (wkhtmltopdf) Github Snappy Library | Github wkhtmltopdf. Snappy is a PHP5 library allowing thumbnail, snapshot or PDF generation from a url or a html page. It uses the excellent webkit-based wkhtmltopdf and wkhtmltoimage available on OSX, linux,windows.
HOW TO CHECK IF A JAVASCRIPT PROMISE HAS BEEN FULFILLED A promise represents the eventual result of an asynchronous operation. The primary way of interacting with a promise is through its then method, which registers callbacks to receive either a promise’s eventual value or the reason why the promise cannot be fulfilled. In some cases, you may want to check the status of the promise. HOW TO RETRIEVE THE DURATION OF A MP3/WAV AUDIO FILE IN A.1 Reading from a local file. As first option, you may read the audio file locally and obtain the duration of the audio through this method: // Create a non-dom allocated Audio element var audio = document.createElement ('audio'); // Add a change event listener to the file input document.getElementById ("fileinput").addEventListener('change
HOW TO ENABLE AMD VIRTUALIZATION ON THE AORUS X570 Enable virtualization for your AMD processor on the Aorus BIOS. Boot your computer and press DEL or F9 to start the Bios. Once it starts, switch to the advanced mode of the Bios pressing F2. In the advanced mode, go to the Tweaker tab and search for the Advanced CPU Settings option: After selecting this option, you should now see new options. HOW TO EXECUTE A .SH SCRIPT ON REMOTE SERVER (LINUX PuTTY doesn't need any introduction as its one of the widely remote console utilities. PuTTY is an SSH and telnet client. Although use the console is already simple and easy you are most likely to make mistakes sometimes (and erase the project folder accidentaly). Our Code World uses cookies to ensure you get the best experience on our website. Learn moreGot it!
__
* Language: EN
* English
* Español
* Login
__
*
JOIN OUR TEAM!
Write for us
*
CONTACT US
dev@ourcodeworld.com* Home
* Articles
* Categories
* Inquiries
* About
* Advertise with us
* Authors
* Contact
* Write for us
* Policies
* Privacy Policy
* Comments Policy
* Language: EN
* English
* Español
* Login
*
JOIN OUR TEAM!
Write for us
*
CONTACT US
dev@ourcodeworld.com* __ __
__
* __
* __
* __
__ __ __
WELCOME TO
OUR CODE WORLD
A world of code, closer than you think. About us __LATEST TOPS
* Read all tops
Previous
TOP 5: BEST RATE MY APP DIALOG WIDGETS FOR ANDROIDMay 15th 2019
TOP 10: BEST ANDROID IMAGE CROPPING (CROP WIDGET) LIBRARIESMay 10th 2019
TOP 9: BEST OPTIMIZATION TECHNIQUES FOR REACT APPSApril 30th 2019
TOP 10: BEST ANDROID COLOR PICKER LIBRARIESApril 28th 2019
TOP 10: BEST ANDROID RATING BAR WIDGETSAugust 3rd 2019
TOP 7: BEST OPEN SOURCE TERMINAL EMULATORSJuly 5th 2019
TOP 10: BEST ANDROID IMAGE LOADING AND CACHING LIBRARIESMay 18th 2019
TOP 10: BEST PREMIUM MEDICAL WORDPRESS THEMESMay 16th 2019
TOP 5: BEST RATE MY APP DIALOG WIDGETS FOR ANDROIDMay 15th 2019
TOP 10: BEST ANDROID IMAGE CROPPING (CROP WIDGET) LIBRARIESMay 10th 2019
TOP 9: BEST OPTIMIZATION TECHNIQUES FOR REACT APPSApril 30th 2019
TOP 10: BEST ANDROID COLOR PICKER LIBRARIESApril 28th 2019
TOP 10: BEST ANDROID RATING BAR WIDGETSAugust 3rd 2019
TOP 7: BEST OPEN SOURCE TERMINAL EMULATORSJuly 5th 2019
TOP 10: BEST ANDROID IMAGE LOADING AND CACHING LIBRARIESMay 18th 2019
TOP 10: BEST PREMIUM MEDICAL WORDPRESS THEMESMay 16th 2019 Next
DISCOVER
* Discover all
Previous
RPCS3: AN EXPERIMENTAL OPEN-SOURCE SONY PLAYSTATION 3 EMULATORMarch 18th 2019
XENIA: A XBOX 360 EMULATOR RESEARCH PROJECTMarch 18th 2019
CACHET: THE OPEN SOURCE STATUS PAGE SYSTEM SOLUTIONFebruary 15th 2019
WWW SQL DESIGNER: AN ONLINE SQL DIAGRAMMING TOOLSeptember 4th 2018
ELECTRONEGATIVITY: A TOOL TO IDENTIFY MISCONFIGURATIONS AND SECURITY ANTI-PATTERNS IN ELECTRON FRAMEWORK APPLICATIONSJune 15th 2019
SCRCPY: AN APPLICATION THAT PROVIDES DISPLAY AND CONTROL OF ANDROID DEVICES CONNECTED ON USBMay 15th 2019
REKO: A GENERAL PURPOSE BINARY DECOMPILERApril 13th 2019
ANDROID LOG VIEWER: A LOG VIEWER TOOL TO SIMPLIFY ANALYSIS OF THE ANDROID LOGS IN REALTIMEApril 12th 2019
RPCS3: AN EXPERIMENTAL OPEN-SOURCE SONY PLAYSTATION 3 EMULATORMarch 18th 2019
XENIA: A XBOX 360 EMULATOR RESEARCH PROJECTMarch 18th 2019
CACHET: THE OPEN SOURCE STATUS PAGE SYSTEM SOLUTIONFebruary 15th 2019
WWW SQL DESIGNER: AN ONLINE SQL DIAGRAMMING TOOLSeptember 4th 2018
ELECTRONEGATIVITY: A TOOL TO IDENTIFY MISCONFIGURATIONS AND SECURITY ANTI-PATTERNS IN ELECTRON FRAMEWORK APPLICATIONSJune 15th 2019
SCRCPY: AN APPLICATION THAT PROVIDES DISPLAY AND CONTROL OF ANDROID DEVICES CONNECTED ON USBMay 15th 2019
REKO: A GENERAL PURPOSE BINARY DECOMPILERApril 13th 2019
ANDROID LOG VIEWER: A LOG VIEWER TOOL TO SIMPLIFY ANALYSIS OF THE ANDROID LOGS IN REALTIME April 12th 2019 Next WE __ TO __, CHECK OUR LATEST ARTICLES* Read all articles
August 2nd 2019
HOW TO MANIPULATE KEEPASS DATABASES (KDBX) IN JAVA Learn how to read from and write credentials to KeePass files.JAVA
* __ 215
July 31st 2019
HOW TO CREATE A CUSTOM TITLEBAR (INSPIRED ON VISUAL STUDIO CODE TITLE BAR) IN ELECTRON FRAMEWORK Learn how to create a custom title bar (like the one implemented in Visual Studio Code) in your Electron Framework application.ELECTRON FRAMEWORK
* __ 198
July 31st 2019
DEBUGGING AND PROFILING MAGENTO 2 IN THE RIGHT WAY USING THE MAGENTO2 DEVELOPER TOOLBAR
Learn how to install and use the Developer Toolbar for Magento 2.MAGENTO 2
* __ 156
July 30th 2019
HOW TO SETUP THE DEBUGGING ENVIRONMENT FOR YOUR DEVELOPMENT VERSIONOF MAGENTO 2
Learn how to prepare your magento 2 environment to debug properly.MAGENTO 2
* __ 148
July 30th 2019
WHAT IS THE BILLION LAUGHS XML DOS ATTACK ON THE .NET FRAMEWORK C#XML PARSER
Learn what is the Billion Laughs Denial of Service attack on XML parsers and how to protect yourself from it on C#.C#
* __ 213
July 27th 2019
HOW TO RUN VISUAL STUDIO CODE (VSCODE) AS ROOT IN UBUNTU Learn how to execute Visual Studio Code as root in your Ubuntu system.UBUNTU
* __ 230
July 27th 2019
HOW TO SETUP A SELF-SIGNED SSL/TLS CERTIFICATE ON A SPECIFIC DOMAIN ON YOUR UBUNTU 19.04 DEVELOPMENT SERVER Learn how to setup a development environment with SSL for a localdomain.
UBUNTU
* __ 206
July 25th 2019
HOW TO RESET TEST SALES/ORDERS AND DASHBOARD INFORMATION IN MAGENTO2.3.2
Learn how to remove all the test information from your local environment in Magento 2.MAGENTO 2
* __ 214
July 24th 2019
MAGENTO 2 ELASTICSEARCH CATALOG SEARCH INDEXER PROCESS UNKNOWN ERROR: TYPES CANNOT BE PROVIDED IN PUT MAPPING REQUESTS, UNLESS THE INCLUDE_TYPE_NAME PARAMETER IS SET TO TRUE Learn why this exception is thrown during indexing of the catalog of products in Magento 2 using Elasticsearch.MAGENTO 2
* __ 315
__
INTERESTED IN OUR CONTENT? Check out all the articles__
LIKE OUR FACEBOOK PAGE__
FOLLOW US ON TWITTER__
SUBSCRIBE TO OUR RSS__
SUBSCRIBE TO OUR YOUTUBE CHANNEL__
VISIT OUR GITHUB REPOSITORIESOF YOUR INTEREST
*
Sponsored
PREMIUM BOOTSTRAP TEMPLATESStarting at $5
*
Sponsored
SOFTWARE DEVELOPER JOBS Find an awesome Job as a programmer*
Sponsored
BEST FREE HTML/CSS TEMPLATES Find an awesome web template for your next project for free*
Sponsored
ADVERTISE IN OUR CODE WORLD ! +200K monthly impressions starting at $50/monthADVERTISEMENT
WHAT IS THIS ALL ABOUT Our Code World is a free blog about programming, where you will find solutions to simple and complex tasks of your daily life as adeveloper.
CONTACT US
dev@ourcodeworld.comJOIN OUR TEAM!
dev@ourcodeworld.com* __ Facebook
* __ Twitter
* __ YouTube
DO YOU NEED A FREE TEMPLATE?ADVERTISING
Advertise Here
* Home
* All Articles
* Categories
* Advertise with us
* Contact us
* About
Details
Copyright © 2023 ArchiveBay.com. All rights reserved. Terms of Use | Privacy Policy | DMCA | 2021 | Feedback | Advertising | RSS 2.0