Posts

Showing posts with the label blogpost

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...

How to take a screenshot on your Mac

Image
You can capture the entire screen, a window, or just a selected portion of the screen. With  macOS Mojave , press Shift-Command (⌘)-5 on your keyboard to see all the controls you need to capture still images and record video of your screen. Use these onscreen controls to select whether to capture the entire screen, capture a window, capture a selected portion, or record a video of the screen. (To capture the Touch Bar, continue to use Shift-Command-6.) Capture the entire screen Click   in the onscreen controls. Your pointer changes to a camera  . Click any screen to capture that screen, or click Capture in the onscreen controls. Capture a window Click   in the onscreen controls. Your pointer changes to a camera  . Click a window to capture that window. To exclude the window's shadow from the screenshot, press and hold the Option (⌥) key while you click. Capture a selected portion of the screen ...

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...

Must watch - series | Part n°2

Image
The Good Doctor :  Shaun Murphy, a young autistic surgeon who has savant syndrome, relocates from a quiet country life to join the surgical unit at the prestigious San Jose St. Bonaventure Hospital -- a move strongly supported by his mentor, Dr. Aaron Glassman. Having survived a troubled childhood, Shaun is alone in t he world and unable to personally connect with those around him, but he finds his niche using his extraordinary medical skill and intuition to save lives and challenge the skepticism of his colleagues. Genre :  Drama  N° of seasons : 2     Peaky Blinders :   Britain is a mixture of despair and hedonism in 1919 in the aftermath of the Great War. Returning soldiers, newly minted revolutions and criminal gangs are fighting for survival in a nation rocked by economic upheaval. One of the most powerful gangs of the time is the Peaky Blinders, run by returnin g war hero Thomas Shelby and his family. But Thomas has b...

Scientific-Calculator using Eclipse in java program

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

Podcast

Image
A podcast or generically netcast, is an episodic series of digital audio or video files which a user can download in order to listen to. It is often available for subscription, so that new episodes are automatically downloaded via web syndication to the user's own local computer, mobile application ... These are some different kinds of podcasts. Happy listening !! Tech & Programming Syntax Decrypted Recode Decode Fuel your Hustle The GaryVee Audio Experience Master of Scale How I Built This Make you Smarter Planet Money Science Vs Freakonomics Under the Influence  Feed your Soul Oprah's SuperSoul Conversations Tara Brach  Make you laugh This is That

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.

How to enable Chrome’s new Material Design refresh on desktop

Image
Google has been working on a Material Design refresh for Chrome across desktop and mobile in recent months, and elements of the redesign are starting to make their way to the stable version of the browser. Chrome 68, released earlier this week, now includes parts of the Material Design refresh hidden behind settings flags in both the iOS and desktop versions. Chrome 68 for Android does not yet include the Material Design refresh changes. Google has not yet enabled its more rounded tabs in Chrome on the desktop.but they’re still not hidden behind a flag in the stable channel version of the browser. Here’s how to enable parts of the Material Design refresh on desktop : Chrome desktop : update your navigation Navigate to chrome://flags/#top-chrome-md In “UI Layout for the browser’s top chrome” change the option from default to refresh Restart Chrome to see the changes  

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...