Skip to content

Instantly share code, notes, and snippets.

View tarikmanoar's full-sized avatar
🎯
Focusing On Web Development

Tarik Manoar tarikmanoar

🎯
Focusing On Web Development
View GitHub Profile
@tarikmanoar
tarikmanoar / Bootstrap-Studio.exe
Last active April 3, 2024 13:59
Setting Up Bootstrap Studio
To get started, Download Boostrap Studio From https://bootstrapstudio.io/ and active it with this license key
```
35bdbb188f5209068f33ff09cdf4cd6d8700a9b0
```
![Screenshot_26](https://user-images.githubusercontent.com/17971022/68107088-8ee25000-fedb-11e9-9992-5755a70ec6c5.jpg)
Key By Tarik Manoar
@tarikmanoar
tarikmanoar / bootstrap_classes
Last active November 4, 2019 10:52
All Bootstrap 4 Classes in one arry
bootstrap_classes =[
"active",
"alert",
"alert-danger",
"alert-dark",
"alert-dismissible",
"alert-heading",
"alert-info",
"alert-light",
"alert-link",
@tarikmanoar
tarikmanoar / zshconfig
Last active January 29, 2020 11:50
Oh my ZSH config file
# If you come from bash you might have to change your $PATH.
export PATH=$HOME/bin:/usr/local/bin:$HOME/.config/composer/vendor/bin:$HOME/.composer/vendor/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/manoar/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
Runner.prototype
var defRunner=Runner.prototype.gameOver
Runner.prototype.gameOver=function(){console.log("Fuck u Chrome")}
Runner.instance_.setSpeed(15000)
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"files.autoSave": "afterDelay",
"editor.wordWrap": "on",
"terminal.integrated.shell.linux": "/bin/zsh",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorBlinking": "smooth",
"editor.multiCursorModifier": "ctrlCmd",
"liveServer.settings.donotShowInfoMsg": true,
@tarikmanoar
tarikmanoar / Screen Resolution for 19" Monitor
Created February 17, 2020 13:11
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync xrandr --addmode DP-1 1368x768_60.00 xrandr --addmode VGA-1 1368x768_60.00 xrandr --output VGA-1 --mode 1368x768_60.00
xrandr --newmode "1368x768_60.00" 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync
xrandr --addmode DP-1 1368x768_60.00
xrandr --addmode VGA-1 1368x768_60.00
xrandr --output VGA-1 --mode 1368x768_60.00
@tarikmanoar
tarikmanoar / deployment_guide.md
Last active March 22, 2024 03:48 — forked from vicgonvt/deployment_guide.md
Deployment Guide for Ubuntu Server from Scratch with Laravel

title: Setting Up Laravel in Ubuntu / DigitalOcean keywords: servers, laravel description: Let's take a look at settting up a server from scratch for Laravel. date: April 1, 2019 tags: servers, laravel permalink: setting-up-laravel-in-ubuntu-digitalocean img: author: Tarik Manoar authorlink: https://github.com/tarikmanoar

@tarikmanoar
tarikmanoar / Laravel Packages I have been Learn
Created August 21, 2020 11:29
Laravel most popular package
maatwebsite/excel
owen-it/laravel-auditing
phpoffice/phpspreadsheet
realrashid/sweet-alert
spatie/db-dumper
spatie/laravel-backup
spatie/laravel-permission
torann/geoip
@tarikmanoar
tarikmanoar / .htaccess
Created December 10, 2020 14:13
.htaccess for laravel deployment
##Create .htaccess file on root dir and paste it BOOOOOOOOMMM
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -d [OR]
@tarikmanoar
tarikmanoar / facebook comment bot.js
Created June 18, 2021 08:40
This script use for auto comment one facebook post
setInterval(function(){
let input = document.getElementsByName("comment_text")[0];
let submit = document.querySelector("button[type='submit']");
submit.disabled = false;
i=adnan ='';
for(i=0;i<=Math.floor(Math.random() * 10); i++){
adnan += " #WhereIsAdnan " ;
}
input.value = adnan;
console.log(adnan);