Skip to content

Instantly share code, notes, and snippets.

View tamimibrahim17's full-sized avatar
🎯
Focusing

Tamim Ibrahim tamimibrahim17

🎯
Focusing
  • Tikweb
  • Bangladesh
View GitHub Profile
@tamimibrahim17
tamimibrahim17 / test.php
Last active April 23, 2019 05:21
test predict date
<?php
use PHPUnit\Framework\TestCase;
require_once __DIR__.'/main.php';
class DateTest extends TestCase{
public $data;
protected function setUp(): void {
@tamimibrahim17
tamimibrahim17 / Developers — here is the best WHY to quit your 9–5 job.md
Created June 11, 2019 07:31
Developers — here is the best WHY to quit your 9–5 job

Developers — here is the best WHY to quit your 9–5 job

Image by Andrew Martin from Pixabay

A senior dev whom I respect for his technical prowess called me this morning. He called to fret over the meagre 12% raise he got, against a junior dev working under him and got 40% raise — his compensation now totaling 85% of the senior dev supervising 10 other junior devs like him.

@tamimibrahim17
tamimibrahim17 / 2019-ui-06-multi-column-events-schedule.markdown
Created September 23, 2019 13:44
2019 UI-06 : Multi-column events schedule
@tamimibrahim17
tamimibrahim17 / index.html
Created September 27, 2019 06:30
Tailwind CSS pricing panel responsive
<section>
<div class="container max-w-full mx-auto py-12 px-6">
<h1 class="text-center text-4xl text-black font-medium leading-snug tracking-wider">
Pricing
</h1>
<p class="text-center text-lg text-gray-700 mt-2 px-6">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.
</p>
<div class="h-1 mx-auto bg-indigo-200 w-24 opacity-75 mt-4 rounded"></div>
@tamimibrahim17
tamimibrahim17 / evangelizing-corner-shape-1-powered-by-augmented-ui-prompt.markdown
Created September 27, 2019 06:31
Evangelizing corner-shape #1, powered by Augmented-UI: Prompt

Evangelizing corner-shape #1, powered by Augmented-UI: Prompt

Evangelizing corner-shape #1

What is this?

Just trying what I can to bring the once much talked about corner-shape back to relevance. For the first of possibly many installments, I am using augmented-ui by James0x57 to show why angled/beveled corners would be preferable for certain designs as opposed to rounded corners. Though to be fair, augmented-ui's website is quite the showcase all it's own. Seriously, go check it out.

About the pen

This is my first attempt at using augmented-ui. For this pen, I wanted to create a basic message prompt with angled corners.

Links

010-editor: 010 Editor
0-ad: 0 A.D.
0xed: 0xED
115browser: 115Browser, 115浏览器
1clipboard: 1Clipboard
1password: 1Password
1password-cli: 1Password CLI
245cloud: 245cloud
33-rpm: 33 RPM
360safe: 360 Total Security
@tamimibrahim17
tamimibrahim17 / shortlist.txt
Created December 2, 2019 05:54
Short list of commonly sensitive or vulnerable web paths
2g
2.php
2.tar
2.tar.bz2
2.tar.gz
2.txt
2.zip
3
30
300
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test</title>
</head>
<body>
<form action="" id="test">
<input name="invoice_items[0][ProductName]" class="invoice_item" value="Shoe (14cm)" type="text">
<input name="invoice_items[0][UnitPrice]" class="invoice_item" value="800" type="text">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test</title>
</head>
<body>
<form action="" id="test">
<input name="invoice_items[0][ProductName]" class="invoice_item" value="Shoe (14cm)" type="text">
<input name="invoice_items[0][UnitPrice]" class="invoice_item" value="800" type="text">