Posts

Showing posts with the label learn

What is a URL? A Beginner's Guide to Web Addresses

Image
Have you ever wondered how you get from one website to another? It's all thanks to URLs ! Think of it as the address of a house on the internet. Just like a physical address tells you where a house is located, a URL tells your web browser where to find a specific webpage, image, video, or other resource online. Let's break down a URL: A typical URL looks something like this: `https://www.example.com/blog/what-is-a-url`. https:// : This is the **protocol** or the method used to access the resource. `https` stands for Hypertext Transfer Protocol Secure, which means the connection is encrypted for security. It's like choosing a specific route to reach a destination.   www.example.com : This is the **domain name** or the website's address. It's like the name of a street or a neighborhood. It helps identify the specific website or server where the resource is located.   /blog/what-is-a-url : This is the **path** or the specific location of the resource within the websi...

Everything about Python language

Image
Python used a lot at many things in learning and jobs … 1. Web programming 2. Artificial intelligence programming 3. Data analysis programming 4. Programming simple tools CLI ( command line interface ) 5. Programming IOT ( internet of thing ) 6. Programming of Mobile and Desktop First, you need to learn python fundamental to keep going for the framework You can learn it from here: pythonprogramming Web programming : python used for the backend ( Server side ) not for design and frontend ( client side ) and used the framework to be easy and more organized   Flask microframework: Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. Django Framework : you can build your project and enterprise project Artificial intelligence programming: TensorFlow : An open source machine learning framework for everyone and support from a big company and working with many language R, C++, Python and working for desktop and...

Ionic vs. React Native, Building a Mobile App

Image
Mobile is huge these days. But development and support of mobile apps is not a small thing. For both – iOS and Android – you need to have separate dedicated teams. There have been couple of attempts to build a unified framework to support both platforms. Examples are Phonegap and Ionic. Getting benefits from a single codebase you also pay the price – application performance. When Facebook introduced React Native to the world a few years ago, many developers treated the open source project with a certain amount of scepticism. Some wondered why another client-side library was needed amongst so many others. React Native was created to make it easier to build native apps. With the framework, view layer consists of React components, which are small fractions of code that describe how your app should look based on input data – that depends on the native platform the app is built on. Native apps usually perform better, certainly when it comes to rendering and animation than...

How to See Who's On Your Wi-Fi

Image
Is your internet sluggish? If you suspect a neighbor is stealing your Wi-Fi, these two apps can help you identify devices using your connection and help you boot them off.  Is your internet moving a little slower than usual? Are you seeing hints of devices you don't recognize in Windows Explorer, or when you cast media to your TV? If you suspect a neighbor is stealing your Wi-Fi, here's how to check (and boot them off). "So someone's watching Netflix on my internet," you may say. "What's the big deal?" Even if you have a little bandwidth to spare, you probably don't want other people on your network, especially if it's unsecured. If someone has access to your network, they have access to all the computers on that network, and that's dangerous. They could access files you're unknowingly sharing, they could infect you with malware, and in certain situations they could even steal your passwords and other personal info...

What does 1st, 2nd, & 3rd degree connection mean in LinkedIn profiles?

Image
Your network is made up of your 1st -degree, 2nd -degree, 3rd -degree connections, and fellow members of your LinkedIn groups. 1st -degree - People you're directly connected to because you've accepted their invitation to connect, or they've accepted your invitation. ... You can contact them by sending a message on LinkedIn . On LinkedIn, people in your network are called connections. Your network is made up of your 1st-degree, 2nd-degree, 3rd-degree connections, and fellow members of your LinkedIn groups. 1st-degree - People you're directly connected to because you've accepted their invitation to connect, or they've accepted your invitation. You'll see a 1st degree icon next to their name in search results and on their profile. You can contact them by sending a message on LinkedIn. 2nd-degree - People who are connected to your 1st-degree connections. You'll see a 2nd degree icon next to their name in search results an...

Scientific-Calculator using Eclipse in java program

Image
Code src GITHUB : http://bit.ly/2CEMk9p

Subnet Calculator built using java swing and eclipse swing window builder

Image
idea : 11111111.11111111.11100000.00000000 \19 11111111.11111111.11110000.00000000 \20 11111111.11111111.11111000.00000000 \21 11111111.11111111.11111100.00000000 \22 11111111.11111111.11111110.00000000 \23 11111111.11111111.11111111.00000000 \24 11111111.11111111.11111111.10000000 \25 11111111.11111111.11111111.11000000 \26 11111111.11111111.11111111.11100000 \27 11111111.11111111.11111111.11110000 \28 11111111.11111111.11111111.11111000 \29 11111111.11111111.11111111.11111100 \30 11111111.11111111.11111111.11111110 \31 11111111.11111111.11111111.11111111 \32 Give IP Address AND ( / OR Subnet ) Get IP start, end, broadcast, network, etc. IP 11000000.10101000.00000000.00000001 Netmask 11111111.11111111.11111111.00000000 Broadcast 11000000.10101000.00000000.11111111 First 11000000.10101000.00000000.00000001 Last 11000000.10101000.00000000.11111110 192.168.0.1 /24 broadcast 192.168.0.255 network 192.168.0.1 first usable address 192.16...

How to install Lightroom Presets

Image
A quick guide about how to install Lightroom Presets:   This is an easy Step-by-Step guide on how to install Lightroom Presets on  pc.  Most Lightroom Presets come in zip files. Please unzip the folder and extract the contained Free Lightroom Presets.  Save the preset folder on your desktop or wherever you want to store the presets on your computer.  Now you’re ready to install Lightroom Presets. This installation guide is for the Adobe Lightroom version 4-5-6 and classic CC 2017. Open Lightroom 4 – 5 – 6 or classic CC. Choose Lightroom > Preferences. Select the Presets tab at the top of the window.   Image showing how to install Lightroom Presets – Lightroom Preferences Click the button “Show Lightroom Presets Folder…“. Please open the “Develop Presets“ folder within the new finder window and copy your new Presets into “Develop Presets“. Please Note: Only copy the Lightroom Presets (filenames ending with .lrtemp...

HOW TO BECOME A HACKER!?

Image
1/ Start with Linux: Run a UNIX-like operating systems are the operating systems of the internet, while you can learn to use the internet without understanding UNIX.   For this reason, the hacker culture today is pretty strongly UNIX-centered. There are many types of UNIX-like operating systems, the most popular being Linux, which you can run alongside Microsoft windows on the same machine. 2/ Learn HTML: If you don’t know how to program, learning basic Hypertext mark-up language (HTML) and gradually building proficiency is essential. What you see when you look at a website of pictures, images and design components is all codes using HTML. 3/ Learn the language of Programming: Python is a good “language “to start off with because it’s cleanly designed, well documented, and relatively kind to beginners. Despite being a good first language, it is not just a toy; it is very powerful, flexible, and well-suited for large projects. Java is an alt...

Asciinema // Record and share your terminal sessions

Image
Forget screen recording apps and blurry video. Enjoy a lightweight, purely text-based approach to terminal recording.  asciinema [as-kee-nuh-muh] is a free and open source solution for recording terminal sessions and sharing them on the web.  How it works: asciinema project is built of several complementary pieces: command-line based terminal session recorder, asciinema , website with an API at asciinema.org, javascript player When you run asciinema rec in your terminal the recording starts, capturing all output that is being printed to your terminal while you’re issuing the shell commands. When the recording finishes (by hitting Ctrl-D or typing exit ) then the captured output is uploaded to asciinema.org website and prepared for playback on the web. Installation: There are several ways to get asciinema recorder: Installing via Pip Installing on Linux Installing on macOS Installing on FreeBSD Installing on OpenBSD ...

What is HTTP

Image
What is HTTP? The HyperText Transfer Protocol is the language used to communicate between web browsers and servers. In other words, it is pretty much the language one computer uses to ask another computer for documents. HTTP follows the client/server model. This is a structure that describes how a server provides resources and services to a client. When the client requests something from the server, the server can either accept of reject the connection. If the connection is accepted, the server establishes and maintains a connection with the client over a protocol just like HTTP. Think about HTTP is a set of rules for transferring files like text, images, sound, video and other multimedia files. Computers that communicate via the HTTP must speak the HTTP protocol. This brings me to talk about the request response cycle. Since we know that two computers are connected physically via the Internet, using the URL’s allows us to communicate with these servers. This means that HTTP uses ...

Programming in Java

Image
Programming is mostly all about writing code in High-Level languages like Java, C++, Python & so on. The set of statements written in a text editor like NotePad ++ or Eclipse is called the source code. The thing is that Computers don’t actually understand these High-Level Languages. The only thing they understand is machine code. Machine code, also known as machine language, is the elemental language of computers. It is read by the computer's central processing unit (CPU) and is composed of digital binary numbers. ⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ A compiler/Interpreter is a tool that translates source code into another language like Machine Code. Each type of CPU uses a different Machine Language (because of their architecture) which means that the same executable file created by the compiler won’t work on different platforms. The real difference between a compiler and an interpreter is how they go about things. The compiler will actually scan the whole program...

How do I make a custom IDE

Image
instagram : @bentaherghassenblog A lot of you have been asking how to make them. Apparently there is a site called // carbon.now.sh  that allows you to make custom IDE’s. I personally make them on photoshop. The windows, the buttons for the window, the code & colours is all custom made. ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ There are some good photoshop tutorials on YouTube. You don’t need to know much to get started. Just try to be creative & you can fucking do it.

An Insight to Diverse Digital Camera Modes

Image
I hope this article would be helpful for everyone who desires to access various modes in a digital camera. Three types of modes are at hand which are further subdivided into categories. Take a sneak-peak: Automatic Modes : ·          Automatic Mode :         Auto mode doesn’t need any preface as it is clear from its name. This mode itself fiddles with the camera shutter, aperture, focus, ISO, white balance and flash and gives you the exceptional shots. Some digital cams equip you to countermand the option of flash and convert it to red eye reduction. It occasionally doesn’t come up to scratch to deliver right clicks due to the low light situations. But under this mode, you can hit upon some more apt modes to make it your preeminent shot. ·          Portrait Mode:          When you toggle to portrait mode, the spotlight ge...