Skip to content

Instantly share code, notes, and snippets.

View Eyakub's full-sized avatar
🐍
Python || JavaScript || Django

Eyakub Eyakub

🐍
Python || JavaScript || Django
View GitHub Profile
@Eyakub
Eyakub / REAMDE.md
Last active December 22, 2024 08:34
A complete cheatsheet of README.md

Markdown Cheatsheet


Heading 1

Markup :  # Heading 1 #

-OR-

[
{
"name": "Eyakub",
"img": "https://myanimelist.cdn-dena.com/images/anime/5/17407.jpg"
},
{
"name": "Sorkar",
"img": "https://myanimelist.cdn-dena.com/images/anime/5/17407.jpg"
},
{

Create Project Directory

	$ mkdir project_name

Go to Project Dir

	$ cd project_name

Create Virtualenv

@Eyakub
Eyakub / BootstrapValidationClientSide
Created December 29, 2018 21:43
I'm storing some codes to get help anytime from anywhere to do easier my tasks of web development.
<html class="gr__localhost">
<head>
<title>Demo|Lisenme</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css.css">
<link type="text/css" rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open Sans">
@Eyakub
Eyakub / Difference of Color & Gray & Binary Image
Last active November 11, 2018 15:03
Image Processing work using MATLAB (Basic)
img = imread('C:\Users\Administrator\Downloads\unnamed.jpg')
subplot(2,2,1); //here 2 column, 2 row where 1 is the position
imshow(img);
binary_img = im2bw(img)
subplot(2,2,2); //second position of 2,2 row column
imshow(binary_img);
gray_img = rgb2gray(img)
subplot(2,2,3);
imshow(gray_img);
@Eyakub
Eyakub / myLaravel
Last active October 8, 2018 23:10
This is for personal use, I mean I just follow this for myself to work easily :v I'm comfortable here.
php artisan make:controller WelcomeController --resource
php artisan --version
//form control
composer require "laravelcollective/html":"^5.4.0"
//create migration table
php artisan make:migration create_tbl_table --create=tbl_admin
@Eyakub
Eyakub / Android Color Code.xml
Created June 23, 2018 19:17
Some color code for android.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#3F51B5</color>
<color name="colorPrimaryDark">#303F9F</color>
<color name="colorAccent">#FF4081</color>
<color name="black">#000</color>
<color name="blue_900">#0D47A1</color>
<color name="sky_blue">#64B5F6</color>
<color name="cyan_greenish">#006064</color>
<color name="cyan_bluish">#80DEEA</color>
@Eyakub
Eyakub / A OpenGL
Last active July 29, 2018 11:11
using Code blocks
.
@Eyakub
Eyakub / Arduino Codes
Last active July 17, 2018 06:57
Here I'll be adding some basic adruino basic code.
..

Keybase proof

I hereby claim:

  • I am eyakub on github.
  • I am eyakub (https://keybase.io/eyakub) on keybase.
  • I have a public key whose fingerprint is A3BA 34C9 1D6B 793E 8559 9726 139F 3193 32FD 63AA

To claim this, I am signing this object: